﻿body{
    font-family: "Wix Madefor Display", sans-serif;
    font-family: "Titillium Web", sans-serif;
}

.cabecera{
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; */
    
    background: linear-gradient(
        to bottom,
        rgba(226, 225, 217, 1) 0%,
        rgba(226, 225, 217, 0.8) 40%,
        rgba(226, 225, 217, 0.6) 60%,
        rgba(226, 225, 217, 0.4) 80%,
        rgba(226, 225, 217, 0.2) 90%,
        rgba(226, 225, 217, 0) 100%
    );

    padding-top: 12px;
    padding-bottom: 12px;

    transition: all 1s;
}
.scrolled{
    background: linear-gradient(
        to bottom,
        rgba(226, 225, 217, 1) 0%,
        rgba(226, 225, 217, 1) 40%,
        rgba(226, 225, 217, 1) 60%,
        rgba(226, 225, 217, 1) 80%,
        rgba(226, 225, 217, 1) 90%,
        rgba(226, 225, 217, 0.8) 100%
    );
    
    padding-bottom: 12px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}


.menuSec{
    text-align: center;
    font-size: 20px;
    padding: 9px 0;
}


.datos{
    font-size: 19px;
}
.datos img{
    width: 30px;
}


.carrito{
    font-size: 22px;
    color: #575448;
}

.efecto{
    padding: 0;
}


.categorias{
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    color: #575448;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}


.textoCate{
    background: #575448;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    padding: 60px;
}
.textoCate strong{
    width: 100%;
    font-size: 50px;
    text-shadow: 2px 2px 10px black;
    display: inline-block;
}
.textoCate a{
    color: white;
    text-decoration: none;
}


.img{
    padding: 45px;
}
.i1 strong{
    position: relative;
    z-index: 100;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    text-align: right;
    display: inline-block;
    text-shadow: 3px 3px 10px black;
}
.i1 strong span, .i2 strong span{
    /* background: rgb(38, 37, 34, 0.6); */
    padding: 0 10px;

    border-radius: 10px;
}
.i2 strong{
    position: relative;
    z-index: 100;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    text-align: left;
    display: inline-block;
    text-shadow: 3px 3px 10px black;
}

.img1{
    background: url(../images/1a.jpg) no-repeat center center;
    background-size:cover
}
.img2{
    background: url(../images/2a.jpg) no-repeat center center;
    background-size:cover;
}


.nosotros{
    padding-top: 60px;
    padding-bottom: 60px;
}


.texto{
    font-size: 22px;
    line-height: 32ox;
}
.texto strong{
    font-size: 33px;
    font-weight: bold;
}


.collage img{
    width: 100%;

    border-radius: 10px;
}

.imagen2 img{
    margin: 20px 0;
}


.contacto{
    padding-top: 50px;
    padding-bottom: 50px;
}

.textoCentrado{
    text-align: center;
    font-size: 20px;
}

.promesa{
    position: relative;
    background: url(../images/fondo-promesa.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.promesa .container{
    position: relative;
    z-index: 2;
}

.promesa .titulo{
    color: white;
    font-weight: bold;
    font-size: 43px;
}

.promesa .subtitulo{
    text-align: center;
    font-size: 23px;
    font-weight: lighter;
    color: rgb(255, 255, 255, 0.8);
    margin-bottom: 50px;
}


.prome{
    border: 1px solid #575448;

    /* background: linear-gradient(to bottom, rgba(226, 225, 217, 1) 0%, rgba(226, 225, 217, 0.8) 40%, rgba(226, 225, 217, 0.6) 60%, rgba(226, 225, 217, 0.4) 80%, rgba(226, 225, 217, 0.2) 90%, rgba(226, 225, 217, 0) 100%); */
    background: rgba(0,0,0,0.6);

    color: white;
    text-align: center;
    padding: 30px;

    border-radius: 10px;
}
.prome span{
    font-size: 80px;
}
.prome p{
    font-size: 30px;
}
.prome strong{
    font-size: 22px;
}




.bg-custom {
    background-color: #575448; /* color principal */
}
.footer h3, 
.footer h4 {
    margin-bottom: 12px;
}
.footer p {
    margin-bottom: 6px;
    color: #e0e0e0;
}
footer img{
    width: 30px;
}

.redes{
    font-size: 25px;
}
.redes a{
    color: white;
    text-decoration: none;
}
.redes b{
    margin-right: 20px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}