﻿body{
    font-family: "Montserrat", sans-serif;
}

.cabecera-ayuda{
    height: 157px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: black;
    padding-top: 12px;
    padding-bottom: 12px;
}
.red{
    margin: 0 10px;
}
.cabecera a{
    color: #ffe387;
    text-decoration: none;
}

.logotipo img{
    width: 65%;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    color: white;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    color: #ffe387;
    font-weight: bold;
}


.datos{
    text-align: center;
    color: #ffe387;
    font-size: 18px;
}
.datos img{
    width: 30px;
}


.efecto{
    padding: 0;
}


.contenido{
    padding-top: 80px;
    padding-bottom: 80px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}
.titulo div{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
}
.titulo div:before{
    border-left: 2px solid #585858;
    border-top: 2px solid #585858;
    left: 0;
    top: 0;

    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
}
.titulo div:after{
    border-bottom: 2px solid #585858;
    border-right: 2px solid #585858;
    bottom: 0;
    right: 0;

    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
}


.cuadro{
    background: black;
    cursor: pointer;
}
.cuadro img{
    width: 100%;
}
.cuadro strong{
    width: 100%;
    text-align: center;
    color:#ffe387;
    font-weight: 300;
    font-size: 27px;
    display: inline-block;
    padding: 4px 0;
}


.clientes{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.c{
    height: 400px;
}
.c1{
    background: url(../images/clientes-de-elegancia-closets/elegancia-closets-con-juca.webp) no-repeat center center;
    background-size: cover;
}
.c2{
    background: url(../images/clientes-de-elegancia-closets/elegancia-closets-con-juanpazurita.webp) no-repeat center center;
    background-size: cover;
}
.c3{
    background: url(../images/clientes-de-elegancia-closets/elegancia-closets-con-influencer.webp) no-repeat center center;
    background-size: cover;
}
.c4{
    background: url(../images/clientes-de-elegancia-closets/elegancia-closets-con-luisito-comunica.webp) no-repeat center center;
    background-size: cover;
}

.seccion{
    font-size: 19px;
    line-height: 29px;
}
.seccion span{
    font-style: italic;
    float: right;
}

.imagen img{
    width: 100%;
}


.cafe{
    background: #fff5cc;
    background: #f7f7f7;
    font-size: 18px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cafe strong{
    width: 100%;
    color: #b37a1d;
    font-size: 22px;
    display: inline-block;
}
.cu{
    padding: 0 10px;
}


.imagenes{
    /* border:1px solid blue; */
    text-align: center;
}
.imagenes img{
    border: 2px solid #fff5cc;
    height: 300px;
    margin: 0 10px 20px;
    cursor: pointer;
}


.form-group{
    margin-bottom: 20px;
}



footer{
    position: relative;
    background: url(../images/fondo-footer.webp) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer strong{
    width: 100%;
    color: #ffe387;
    font-size: 23px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 20px;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 240px;
}
footer a{
    color: white;
    text-decoration: none;
}



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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .logotipo{
        text-align: center;
    }
    .imagen{
        width: 100%;
        height: auto !important;
    }
}

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

}

@media screen and (max-width:768px){
    nav{
        margin: 30px 0 !important;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 6px 0;
    }
    .imagenes{
        overflow: hidden;
    }
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.negro img{
    height: 80vh;
    margin-top: 10vh;
}

.cerrar{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    border: 2px solid #ffe387;
    background: black;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
    font-weight: bold;
}

.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
}