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

.cintillo-ayuda{
    height: 38px;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 46%, rgba(107,98,98,1) 100%);
    font-size: 17px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cintillo img{
    height: 22px;
}

.cabecera{
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo img{
    width: 90%;
}

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

.menu{
    text-align: center;
    font-size: 19px;
}
.menu:hover, .activo{
    background: #f7f7f7;
    color: #002b58;
    font-weight: bold;
}


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


.menuS{
    position: absolute;
    top: 25px;
    left: -50%;
    z-index: 1000;
    border: 1px solid #ddd;
    background: #f7f7f7;
    width: 200%;
    display: none;
}
.menuS ul{
    width: 100%;
}
.menuS ul li{
    width: 100%;
}
.menuS .menu{
    padding: 10px 0 0;
}


.efecto{
    border-top: 12px solid #023378;
    padding: 0;
}


.textito{
    background: #f7f7f7;
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.textito strong{
    width: 100%;
    color: #023378;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
.textito h2{
    color: #023378;
}


.texto{
    /* background: url(../images/fondo-texto.png) no-repeat center left fixed;
    background-size: cover; */
    padding-top: 40px;
    padding-bottom: 40px;
}
.texto a{
    color: black;
    text-decoration: none;
}

.titulo{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.s{
    border: 1px solid #ddd;
    width: 95%;
    margin-left: 5%;
}
.s img{
    width: 100%;
}
.s strong{
    background: #023378;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: white;
    display: inline-block;
    padding: 3px 0;
}
.s p{
    background: #f7f7f7;
    font-size: 16px;
    line-height: 21px;
    padding: 12px;
    margin-bottom: 0;
}


.acerca{
    background: #f7f7f7;
    color:black;
}

.seccion{
    font-size: 18px;
    line-height: 23px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    color: #002b58;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
}

.imagen img{
    width: 100%;
}


.cuadro{
    border: 2px solid #ddd;
    background: white;
    font-size: 17px;
    padding: 20px;
}
.cuadro strong{
    width: 100%;
    font-size: 22px;
    color: #023378;
    display: inline-block;
}
.cuadro span{
    width: 100%;
    font-weight: bold;
    color: gray;
    display: inline-block;
}


footer{
    position: relative;
    background: url(../images/fondo-footer.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
    color: white;
    font-size: 18px;
    line-height: 23px;
}
footer iframe{
    width: 100%;
    height: 250px;
}
footer img{
    width: 30px;
}
.form-group{
    margin-bottom: 5px;
}


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

}

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

}

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

}

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

}

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