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

.cabecera-ayuda{
    height: 135px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: #6a94cc;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu-r{
    background: #f7f7f7;
    display: none;
}
.menu-r:hover{
    background: #6a94cc;
    color: white;
}

.menu, .menu-r{
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 5px 0;
    cursor: pointer;
}
.menuDos{
    line-height: 20px;
    padding: 0;
}


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


.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
}


.frase{
    text-align: center;
    font-size: 26px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.frase strong{
    width: 100%;
    display: inline-block;
}
.frase a{
    text-decoration: none;
}

.imagen{
    position: relative;

    overflow-y: ;
}
.imagen img{
    width: 100%;
}
.bordesImagen img{
    border-radius: 20px !important;
}

.btn-sin{
    border:0;
    background: transparent;
    font-size: 18px;
    font-weight: lighter;
    display: inline;
    padding: 8px 11px !important;
    border-radius: 5px;

    transition: all 0.5s;
}
.btn-azul{
    border:1px solid #04a2ca;
}
.btn-azul:hover{
    background: #04a2ca;
    color: white;
}
.btn-verde{
    border:1px solid green;
    color: white;
    background: green;

}
.btn-verde:hover{
    background: green;
    color: white;
}
.btn-blanco{
    background: white;
    color: black;
}
.btn-blanco:hover{
    font-weight: bold;
}



.beneficios{
    background: #04a2ca;
    padding-top: 50px;
    padding-bottom: 60px;
}


.titulo{
    text-align: center;
    font-size: 29px;
    font-weight: lighter !important;
    margin-bottom: 30px;
}

.blanco{
    color: white;
}

.beneficio{
    color: white;
    font-size: 19px;
    text-align: center;
    margin-bottom: 60px;
}
.beneficio img{
    height: 90px;
}
.beneficio strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
}

.imagenFix{
    width: 130%;
}


.testi{
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.titulo2{
    font-size: 37px;
    color: #6a94cc;
    font-weight: bold !important;
}
.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 60px;
}
.subtitulo2{
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 60px;
}

.image-testi{
    width: 100%;
}
.texto-testi{
    text-align: left;
    font-size: 17px;
    line-height: 27px;
}
.texto-testi span{
    color: gray;
}


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


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


.servicios{
    background: #6a94cc;
    padding-top: 50px;
    padding-bottom: 50px;
}

.servicio{
    color: white;
    font-size: 18px;
}
.servicio img{
    width: 100%;
    height: 300px;

    border-radius: 4px;

    object-fit: cover;
}
.servicio strong{
    width: 100%;
    display: inline-block;
    margin: 12px 0 12px 0;
}


.seccion{
    background: #6a94cc;
    color: white;
    font-size: 20px;
    line-height: 27px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}
.seccion span{
    text-decoration: underline;
}


.fondo1{
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo2{
    background: #04a2ca;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo2 .bene{
    background: #0291b4;
    color: white;
}
.fondo2 .subtitulo{
    color: white;
}
.fondo2 .textoServicio{
    color: white;
}

.imagenServicio img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.textoServicio{
    font-size: 20px;
    line-height: 30px;
}
.textoServicio strong{
    font-size: 27px;
}


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

.textoContacto{
    background: #f7f7f7;
    font-size: 20px;
    padding: 50px;
}
.textoContacto img{
    height: 20px;
}
.textoContacto strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 30px;
}


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


.bene{
    background: white;
    text-align: center;
    font-size: 17px;
    padding: 12px 7px;
    margin-bottom: 20px;

    border-radius: 10px;
}


.atencion{
    background: rgb(33,109,175);
    background: linear-gradient(180deg, rgba(33,109,175,1) 0%, rgba(32,123,175,1) 33%, rgba(16,148,179,1) 66%, rgba(21,171,184,1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
}

.atencionTexto{
    text-align: center;
    font-weight: lighter;
    font-size: 24px;
    color: white;
}
.atencionTexto strong{
    width: 100%;
    font-size: 34px;
    font-weight:  bold;
    display: inline-block;
    margin-bottom: 20px;
}
.atencionTexto strong b{
    text-shadow: 2px 2px 2px black;
}



.asegurar{
    background: url(../images/fondoAsegurar.jpg) no-repeat center center;
    background-size: cover;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.asegurar strong{
    width: 100%;
    color: blue;
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
}
.asegurar .imagen img{
    border-radius: 20px 200px 20px 20px;
}
.imagenDeLado{
    position: absolute;
    top: -200px;
    right: -420px;
    z-index: 1;
    width: 800px !important;

    overflow: hidden;
}


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

.cuadros img{
    width: 130px;

    border-radius: 50%;
}

.cuadro{
    border-radius: 20px;
    font-size: 20px;
    padding: 30px 0;

    box-shadow: 0 0 10px #cdd9ea;
}


.contacto{
    background: #f7f7f7;
    font-size: 22px;
    padding-top: 40px;
}
.contacto strong{
    color: #6a94cc;
}

.color{
    font-size: 18px;
    padding: 12px;
}
.color strong{
    width: 100%;
    color: black;
    display: inline-block;
}
.color img{
    width: 100%;
}

.color1{
    background: #dee5f2;
}
.color2{
    background: #a7bce1;
}
.color3{
    background: rgb(84, 136, 200, 0.7);
}
.color4{
    background: #5488c8;
}


footer{
    background: #f7f7f7;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
}
footer img{
    height: 30px;
}


@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){
    .datos{
        text-align: center;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav{
        margin: 30px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
    .menu:hover{
        background: #f7f7f7;
    }
    .img{
        height: 260px;
    }
    .datos{
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width:576px){
    footer{
        padding-bottom: 120px;
    }
}


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