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


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

.cabecera-ayuda{
    height: 115px;
}

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

    box-shadow: 10px 10px 10px black;
}

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

    transition: all 0.5s;
}

nav a{
    color: white;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 24%;
    float: left;
    margin-right: 1%;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    background: #f7f7f7;
    color: #1D71B8;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0px 11px;
    cursor: pointer;
}
.dosM{
    line-height: 24px;
    padding: 0 10px;
}
.menu:hover, .activo, .menu-r:hover{
    background: #1D71B8;
    color: white;
    font-weight: bold;
}

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


.efecto{
    padding: 0;
}


.mapa{
    background: #1D71B8;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mapa .titulo{
    color: white;
    font-weight: bold;
    font-size: 35px;
}

.i{
    position: relative;
}
.u img{
    position: absolute;
    z-index: 1000;
    width: 25px;
}
.anima{
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    --animate-repeat: 10;
}
.i1{top: 30px;left: 60px;}
.i2{top: 160px;left: 120px;}
.i3{top: 60px;left:160px;}
.i4{top: 90px;left: 240px;}
.i5{top: 120px;left: 320px;}
.i6{top: 140px;left: 360px;}
.i7{top: 200px;left: 400px;}
.i8{top: 190px;left: 220px;}
.i9{top: 180px;left: 270px;}
.i10{top: 200px;left: 320px;}
.i11{top: 230px;left: 360px;}
.i12{top: 250px;left: 260px;}
.i13{top: 280px;left: 280px;}
.i14{top: 275px;left: 340px;}
.i15{top: 270px;left: 390px;}
.i16{top: 310px;left: 450px;}
.i17{top: 320px;left: 330px;}
.i18{top: 360px;left: 370px;}
.i19{top: 320px;left: 420px;}
.i20{top: 310px;left: 390px;}
.i21{bottom: 40px;right: 190px;}
.i22{bottom: 30px;right: 100px;}
.i23{bottom: 80px;right: 100px;}
.i24{bottom: 90px;right: 60px;}
.i25{bottom: 120px;right:10px;}
.i26{bottom: 150px;right:40px;}

.i27{top: 0px;left:40px;}
.i28{top: 70px;left:70px;}
.i29{top: 20px;left:100px;}
.i30{top: 37px;left:160px;}
.i31{top: 100px;left:140px;}
.i32{top: 70px;left:210px;}
.i33{top: 90px;right:190px;}
.i34{top: 120px;right:175px;}
.i35{top: 100px;left:175px;}
.i36{top: 130px;left:200px;}
.i37{top: 140px;right:200px;}
.i38{top: 180px;left:180px;}
.i39{top: 180px;left:220px;}
.i40{top: 180px;right:180px;}
.i41{bottom: 50px;right:235px;}
.i42{bottom: 40px;right:200px;}
.i43{bottom: 30px;right:150px;}
.i44{bottom: 80px;right:150px;}
.i45{bottom: 40px;right:100px;}
.i46{bottom: 10px;right:80px;}
.i47{bottom: 65px;right:50px;}
.i48{bottom: 100px;right:30px;}
.i49{bottom: 70px;right:12px;}


.contenido{
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 30px;
}

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


.texto{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.seccion{
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}

.imagen img{
    width: 100%;
}


.equipo{
    background: #1D71B8;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.equipo .titulo{
    color: white;
}


.cir{
    width: 23%;
    text-align: center;
    display: inline-block;
    margin: 0 5%;
}
.cir img{
    width: 100%;

    border-radius: 50%;
}
.cir strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;

    text-shadow: 2px 2px 2px black;
}


.cabecera-contacto, .cabecera-preguntas{
    background: url(../images/cabecera-contacto.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.cabecera-contacto strong, .cabecera-preguntas strong{
    background: rgb(10,117,188, 0.7);
    color: white;
    font-size: 30px;
    padding: 6px 20px;

    border-radius: 10px;
}

.cabecera-preguntas{
    background: url(../images/cabecera-preguntas.webp) no-repeat center center !important;
    background-size: 100% auto;
}


.pestanas{
    width: 100%;
}
.pestana{
    width: 48%;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
}
.pestana:hover{
    background: #136398;
}
.pestana strong{
    width: 100%;
    font-size: 21px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
}
.s{
    background: #136398;
    text-shadow: 2px 2px 2px black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.formulario{
    background: #136398;
    width: 100%;
    padding: 30px 20px;
}
.form-group{
    margin-bottom: 10px;
}
.formulario input, .formulario textarea{
    width: 100%;
}

.proveedor{
    display: none;
}


.pregunta{
    font-size: 20px;
    margin-bottom: 40px;
}
.pregunta strong{
    text-shadow: 2px 2px 2px black;
}


.c{
    background: white;
    padding: 12px;
    margin-bottom: 16px;

    border-radius: 10px;

    box-shadow: 4px 4px 4px gray;
}
.c strong{
    color: #136398;
}
.c ul{
    margin-bottom: 0;
}
.c p{
    margin-bottom: 0;
}
.c:hover{
    background: #136398;
    color: white;
}
.c:hover strong{
    color: white;
}

.movil{
    display: none;
}


footer{
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 190px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}


@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){
    .cir{
        width: 38%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 45%;
    }
    nav{
        margin: 20px 0 !important;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 50%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .cir{
        width: 70%;
        margin: 0 15% 20px;
    }
    .menu{
        padding: 10px 0;
    }
    .sinmovil{
        display: none;
    }
    .movil{
        display: block;
    }
    #form1{
        display: none;
    }
}