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

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}

.cabecera-ayuda{
    height: 145px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;

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

.logotipo img{
    width: 70%;
}


nav{
    border: 4px solid #001997;
}
nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu{
    color: #001997;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.menu:hover{
    font-weight: bold;
}


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


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


.leyenda{
    background: #090E25;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-top: -30px;
}
.leyenda div{
    background: red;
    display: inline-block;
    padding: 3px 30px;

    border-radius: 6px;
}



.contenido{
    background: #090E25;
    padding-top: 40px;
}

.seccion{
    background: #090E25;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.seccion img{
    width: 100%;
    margin-bottom: 12px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}


.img1{
    background: url(../images/1.jpeg) no-repeat center center;
    background-size: cover;
}
.img9{
    background: url(../images/9.png) no-repeat center center;
    background-size: cover;
}



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

.imagen img{
    width: 100%;
}
.imagen iframe{
    width: 100%;
    height: 250px;
}

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


.titulo{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.azul{
    color: #090E25;
}


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

.cuadro{
    background: #2A3155;
    color: white;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    margin-bottom: 30px;

    border-radius: 3px;
}
.cuadro strong{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 12px;
}
.cuadro img{
    width: 80%;
    margin: 12px 0;
}


.fondo{
    position: relative;
    background: url(../images/fondo.png) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.fondo strong{
    font-size: 24px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.fondo .container{
    position: relative;
    z-index: 2;
}


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


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


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