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


.blanco .logotipo img{
    width: 60%;
}

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

    box-shadow: 2px 2px 10px gray;
}

.logotipo img{
    width: 90%;

    transition: all 1s;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: gray;
    padding: 14px 0px 13px;
    cursor: pointer;
}
.menu:hover{
    color: blue;
    font-weight: bold;
}
.dosMenu{
    padding: 0 10px;
}


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

.menuSec{
    position: absolute;
    top: 40px;
    left: -25%;
    z-index: 1000;
    border-top: 3px solid #0056b3;
    background: white;
    width: 150%;
    display: none;
    padding: 20px 0;

    box-shadow: 2px 2px 10px gray;
}
.menuSec ul li{
    width: 100%;
}
.menuSecundario{
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 12px 0;
}
.menuSecundario:hover{
    font-weight: bold;
}


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


.efecto{
    padding: 0;
}

.efector{
    display: none;
}


.servicios{
    background: url(../images/fondo1.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.titulo{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #2372c0;
}

.subtitulo{
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}


.s{
    height: auto;
    padding: 0 20px;
}
.s img{
    width: 100%;
    height: 240px;

    border-radius: 10px;

    object-fit: cover;
}
.s strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin: 12px 0;
}

.btn-verde{
    background: #24d366;
    color: white;
    font-size: 22px;
    text-shadow: 0px 2px 10px black;
    font-weight: bold;
}

.s1{
    background: url(../images/s1.jpg) no-repeat center center;
    background-size: cover;
}


.leyenda{
    background: #2372c0;
    color: white;
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.leyenda strong{
    font-size: 30px;
}


.tresImagenes img{
    width: 32%;
}


.historias{
    background: url(../images/fondo1.jpeg) no-repeat center center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.historias img{
    border-radius: 50px;
}


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

.texto{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 30px;
}

.imagen img{
    width: 100%;

    border-radius: 100px 20px 45px 200px;
}


.img{
    border-radius: 100px 0 0 100px;
}

.ser1{background: url(../images/s1.jpg) no-repeat center center/cover;}
.ser2{background: url(../images/s2.jpg) no-repeat center center/cover;}
.ser3{background: url(../images/s3.jpg) no-repeat center center/cover;}


.form-group{
    margin-bottom: 20px;
}
input, .form-select{
    padding: 20px !important;
}
.custom-file-label {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    display: inline-block;
}
.custom-file-label:hover {
    background-color: #0056b3;
}
.file-name {
    margin-left: 10px;
    font-weight: bold;
}
input[type="file"] {
    display: none;
}


.img5{
    background: url(../images/5.jpg) no-repeat center center/cover;
}


.aviso{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


footer{
    background: white;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    font-size: 30px;
}
footer img{
    width: 30px;
}


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

}

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

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

}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav{
        margin: 14px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        color: black;
        font-size: 18px;
        padding: 8px 0 !important;
    }
    .menuSec{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        float: left;
    }
    .menuSec ul{
        display: block !important;
    }
    
    .efectod{
        display: none;
    }
    .efector{
        display: block;
    }
}

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