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


.blanco{
    background: white !important;
    padding-bottom: 0px !important;
    box-shadow: 2px 2px 10px black;
}
.blanco .logotipo img{
    width: 60%;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

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

    padding-bottom: 100px;

    transition: all 0.4s;
}


.cabecera-fondo{
    background: url(../images/efecto.webp) no-repeat center center;
    background-size: cover;
    height: 250px;
}

.cintillo{
    background: #00428d;
    text-align: right;
    font-size: 18px;
    color: white;
    padding: 4px 0;
}
.cintillo img{
    width: 30px;
}


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

    transition: all 0.4s;
}


nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 14.28%;
    float: left;
}

.menu-r{
    font-size: 22px !important;
    display: none;
}
.menu, .menu-r{
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.dosM{
    line-height: 25px;
    padding: 0;
}


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

.menuS{
    position: absolute;
    top: 37px;
    left: -50%;
    background: white;
    width: 200%;
    display: none;
}
.menuS ul li{
    width: 100%;
}
.menuS .menu-secundario{
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    padding: 7px 10px;
}
.menuS .menu-secundario:hover{
    background: #00428d;
    font-weight: bold;
    color: white;
}


.efecto{
    background: url(../images/efecto.webp) no-repeat center center;
    background-size: cover;
    padding: 0 0 50px 0;
}


.arriba{
    padding-top: 380px;
}
.efecto h1{
    background: rgb(1,67,142,0.7);
    color: white;
    font-weight: bold;
    display: inline-block;
}
.efecto h2{
    background: rgb(255, 255, 255, 0.8);
    display: inline-block;
}

.efecto button, .btn-verde{
    background: #33b321;
    color: white;
    font-weight: bold;
    margin-bottom: 170px;
}
.btn-verde{
    margin-bottom: 0 !important;
}


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

.seccion{
    font-size: 19px;
    line-height: 29px;
}
.seccion strong{
    font-size: 24px;
    text-shadow: 2px 2px 2px black;
}
.negro strong{
    text-shadow: 0 0 0 black;
}
.imagen video{
    width: 100%;
}
.imagen iframe{
    width: 100%;
    height: 300px;
}
.imagen img{
    width: 100%;

    border-radius: 0 30px 0;
}


.fondo2{
    position: relative;
    background: url(../images/fondo2.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fondo3{
    position: relative;
    background: url(../images/fondo2.webp) no-repeat center center !important;
    background-size: cover;
}
.fondo4{
    position: relative;
    background: url(../images/fondo4.webp) no-repeat center center fixed !important;
    background-size: cover;
}
.fondo5{
    position: relative;
    background: url(../images/fondo5.webp) no-repeat center center fixed !important;
    background-size: cover;
}
.fondo6{
    position: relative;
    background: url(../images/fondo6.webp) no-repeat center center fixed !important;
    background-size: cover;
}
.fondo7{
    position: relative;
    background: url(../images/fondo7.webp) no-repeat center center !important;
    background-size: 100% auto;
}
.fondo8{
    position: relative;
    background: url(../images/fondo8.webp) no-repeat center center fixed !important;
    background-size: cover !important;
}
.fondo9{
    position: relative;
    background: url(../images/fondo9.webp) no-repeat center center fixed !important;
    background-size: cover !important;
}
.fondo10{
    position: relative;
    background: url(../images/fondo10.webp) no-repeat center center fixed !important;
    background-size: cover !important;
}
.fondo11{
    position: relative;
    background: url(../images/fondo11.webp) no-repeat center center !important;
    background-size: cover !important;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.fondo-blanco{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
}
.negro{
    color: black !important;
}

.fondo2 .container{
    position: relative;
    z-index: 2;
}

.fondo2 .seccion{
    color: white;
    font-size: 18px;
    line-height: 26px;
}

.titulo{
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.azul{
    color: #00428d;
}

.c{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: gray;
    padding: 0 20px;
}
.c span{
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.material-symbols-outlined {
    font-size:40px;
    color: #00428d;
    font-variation-settings:
        'FILL' 0,
        'wght' 700,
        'GRAD' 0,
        'opsz' 48
}


.tes{
    color: black;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.tes strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    padding: 12px 0;
}
.tes p{
    text-align: justify;
}
.tes img{
    width: 100%;

    border-radius: 50%;
}


.video iframe{
    width: 76%;
    margin: 0 12%;
}

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



.entradas a{
    color: black;
    text-decoration: none;
}

.texto-entrada{
    height: 132px;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
}
.texto-entrada strong{
    width: 100%;
    font-size: 18px;
    display: inline-block;
}
.texto-entrada span{
    width: 100%;
    font-size: 14px;
    color: gray;
    display: inline-block;
}


footer{
    background: #00428d;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer video{
    width: 100%;
}
.email{
    color: white;
    font-size: 15px;
}


.animate__animated.animate__backInDown, .animate__animated.animate__bounceInRight, .animate__animated.animate__fadeInTopLeft, .animate__animated.animate__backInUp, .animate__animated.animate__flipInY, .animate__animated.animate__bounceInLeft, .animate__animated.animate__bounceInUp {
    --animate-duration: 1.7s;
}


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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        padding-bottom: 0;
    }
    .logotipo img, .blanco img{
        width: 30% !important;
    }
}

@media screen and (max-width:992px){
    .logotipo img, .blanco img{
        width: 40% !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menuS{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:768px){
    .logotipo img, .blanco img{
        width: 50% !important;
    }
}

@media screen and (max-width:576px){
    .logotipo img, .blanco img{
        width: 70% !important;
    }
}