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

.cabecera-ayuda{
    position: relative;
    height: 111px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;

    box-shadow: 0 0 20px gray;
}

.logotipo img{
    width: 80%;
}

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

.menu-r{
    display: none;
}
.menu, .menu-r{
    font-weight: lighter;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.menu:hover, .activo{
    font-weight: normal;
    color: #43c2d6;
}

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


.efecto{
    padding: 0;
}


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


.slick2{
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
.item2{
    text-align: center;
}
.item2 img{
    width: 85%;
    height: auto;
    display: inline-block !important;
    margin: 0 15%;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #43c2d6;
    margin-bottom: 30px;
}


.nosotros{
    margin-bottom: 30px;
}


.seccion{
    background: #43c2d6;
    color: white;
    font-size: 19px;
    padding: 50px;
}
.seccion strong{
    width: 100%;
    font-size: 28px;
    font-weight: lighter;
    display: inline-block;
    margin-bottom: 12px;
}
.importante{
    text-decoration: underline;
}

.imagen img{
    width: 100%;
    margin-bottom: 10px;
}

.img1{
    background: url(../images/1.png) no-repeat center center;
    background-size: cover;
}

.img2{
    background: url(../images/2.png) no-repeat center center;
    background-size: cover;
}



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

.texto{
    background: #f7f7f7;
    font-size: 18px;
    line-height: 28px;
    padding: 50px;
}
.texto strong{
    font-size: 28px;
    font-weight: lighter;
}


.proyectos{
    background: url(../images/fondo-proyectos.png) no-repeat center center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.proyectos .titulo{
    margin-bottom: 50px;
}
.proyectos .titulo div{
    background: rgba(255,255,255,0.9);
    display: inline-block;
    color: black;
    padding: 2px 10px;
}


.proyecto{
    border: 2px solid black;
    background: rgba(255,255,255,1);
    min-height: 210px;
    text-align: center;
    padding: 20px;
}
.proyecto img{
    height: 120px;
}
.proyecto strong{
    width: 100%;
    font-size: 22px;
    font-weight: lighter;
    display: inline-block;
    margin: 20px 0;
}

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


.contacto{
    margin: 30px 0;
}


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


.imagen iframe{
    width: 100%;
    height: 635px;
}


input, textarea{
    background: transparent !important;
}
input::placeholder, textarea::placeholder{
    color: white !important;
}


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

.clientes .titulo{
    margin-bottom: 30px;
}

.clientes strong{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
}


.color1{
    background: #f7f7f7;
    padding: 20px 0;
}
.color2{
    padding: 20px 0;
}

.cli{
    padding: 20px;
}


.fondoClientes{
    background: url(../images/fondo-clientes.png) no-repeat center center;
    background-size: cover;
}


.mas{
    padding-top: 30px;
    padding-bottom: 50px;
}


.botones a{
    text-decoration: none;
}

.boton1{
    background: #43c2d6;
    text-align: center;
    color: white;
    font-size: 27px;
    padding: 20px;
}

.boton2{
    background: #f7f7f7;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding: 20px;
}


.gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}
.gallery-img:hover {
    transform: scale(1.03);
}
.modal-body{
    text-align: center;
}
.modalImage{
    height: 90vh !important;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 1.5rem;
    padding: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
}
.modal-body {
    position: relative;
}


footer{
    position: relative;
    background: url(../images/fondo-footer.png) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo-claro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer img{
    height: 30px;
}
footer strong{
    width: 100%;
    color: #43c2d6;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}
footer iframe{
    width: 100%;
    height: 220px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .seccion{
        padding: 15px;
    }
    nav{
        margin: 20px 0 !important;
    }
}

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

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