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


.llamada{
    position: fixed;
    bottom:120px;
    right: 30px;
    z-index: 1000;
    width: 60px;
}
.whatsapp{
    position: fixed;
    bottom:50px;
    right: 30px;
    z-index: 1000;
    width: 60px;
}
.llamada img, .whatsapp img{
    width: 100%;
}


.cabecera-ayuda{
    height: 120px;
}


.fijo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.cintillo{
    background: #001429;
    color: white;
}
.cintillo a{
    color: white;
}
.cintillo img{
    height: 30px;
}


.blanco{
    background: rgba(0, 0, 0, 0.9) !important;
    padding-bottom: 10px !important;
}
.blanco .logotipo img{
    width: 60%;
}


.cabecera{
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding-top: 10px;
    padding-bottom: 100px;

    transition: all 1s;
}


.logotipo{
    text-align: center;
}
.logotipo img{
    width: 80%;

    transition: all 1s;
}


nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 50%;
    float: left;
}
nav a{
    color: white;
    text-decoration: none;
}
.menu{
    text-align: center;
    font-size: 22px;
    color: white;
}


nav ul li:hover .menuSec{
    display: block;
}

.menuSec{
    position: absolute;
    top: 30px;
    left:-50%;
    background: black;
    width: 200%;
    display: none;
    padding: 20px 0;

    border-radius: 10px;
}
.menuSec ul li{
    width: 100%;
}
.menuSecundario{
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
}
.menuSecundario:hover{
    color: white;
    font-weight: bold;
}


.efecto{
    padding: 0;
}


.nosotros{
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}


.texto{
    font-size: 17px;
}
.texto strong{
    width: 100%;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 12px;
}
.texto .verde{
    font-weight: bold;
    font-size: 30px;
    color: #33cc00;
}

.imagen img{
    width: 100%;
}
.borderLeft img{
    border-radius: 320px 20px 20px 150px;
}
.marginBottom img{
    margin-bottom: 20px;
}


.cuadro1{
    background: url(../images/cuadro1.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro2{
    background: url(../images/cuadro2.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro3{
    background: url(../images/cuadro3.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro4{
    background: url(../images/cuadro4.jpg) no-repeat center center;
    background-size: cover;
}

.cuadro5{
    background: url(../images/cuadro5.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro6{
    background: url(../images/cuadro6.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro7{
    background: url(../images/cuadro7.jpg) no-repeat center center;
    background-size: cover;
}
.cuadro8{
    background: url(../images/cuadro8.jpg) no-repeat center center;
    background-size: cover;
}

.cuadro{
    position: relative;
    border-right: 3px solid #24d366;
    height: 300px;
}

.sin{
    padding: 0;
}

.cuadro strong{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;

    transition: all 1s;
}
.cuadroHover strong{
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}


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


.subtitulo{
    text-align: center;
    font-size: 27px;
    font-weight: normal;
}


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


footer{
    position: relative;
    background: url(../images/fondo-footer.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 32, 68, 0.8);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer img{
    height: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    color: #24d366;
    display: inline-block;
    margin-bottom: 20px;
}



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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .fijo{
        position: relative;
    }
    .cabecera{
        background: black;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blanco .logotipo img{
        width: 80%;
    }
}  

@media screen and (max-width:992px){
    .logotipo{
        margin-bottom: 30px;
    }
    .menu{
        padding: 12px 0;
    }
    .menuSec{
        top: 55px;
        left: 0;
    }
}

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

}

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



.telefono{
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
    background: blue;
    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;
}
.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-shadow: 0px 0px 10px black;
    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
}