/* SECCIÓN GENERAL */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Ubuntu);

*{
    margin: 0px;
    padding: 0;
    font-family: 'Open Sans', 'Roboto', 'Ubuntu', sans-serif;
    font-size: 15px;
}

span {
    font-weight: bold;
    font-size: 12px;
}

.clearfix{
    float: none;
    clear: both;
}

body{
    background-color: #035295;
}

#global{
    width: 95%;
    max-width: 1024px;
    margin: 0px auto;
    margin-top: 0px;
    padding: 40px;
    background: white;
}

#logo{
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 95px;
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
/*     margin-bottom: 25px;
 */    float: left;
}

#logo img{
    width: 100%;
    height: auto; 
/*     margin-bottom: 20px;
 */    float: left;
}

.menuIdioma{
    position: relative;
    float:right; 
    text-align:right;
    right: 50px;
}

#menu{
    font-size: 16px;
    width: 95%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 17px;
    background-color: #0066b3;
}

#menu ul{
    margin-top: 5px;
    line-height: 23px;
    list-style: none;
    text-align: right;
}

#menu ul li{
    height: 23px;
    display: inline-block;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-align: right;
}

#menu ul li:hover{
    background: #87d6f7;
    color: #035295;
}

#menu a{
    display: block;
    color: white;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#slider{
    width: 95%;
    margin: auto;
}

.bx-wrapper, .bx-viewport{
    margin-bottom: 0px;
    /* height: 385px; */
    -o-object-fit: fill !important;
       object-fit: fill !important;
}

.bx-viewport{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bx-wrapper{
    
    margin-bottom: 15px !important;
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

/* CUERPO INICIO */
#presentacion{
    margin-bottom: 15px;
    width: 95%;
    margin: 0 auto;
}

#presentacion div h1{
    font-size: 36px;
    margin-top: 0px;
    width: 100%;
    color: #0066b3;
}

#presentacion div p{
    width: 100%;
    float: left;
    line-height: 25px;
}

#presentacion div ul{
    margin-top: 15px;
    margin-left: 40px;
    line-height: 23px;
    list-style: none;
}

#contenido{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}

#posts1{
    width: 48%;
    margin-right: 25px;
    margin-top: 18px;
    flex: 1 1 48%;
}

#posts1 h1, h2 {
    font-size: 30px;
    color: #0066b3;
}

#posts1 ul {
    list-style-type: square;
    padding-left: 15px;
    line-height: 25px;
}

.post1{
    padding: 5px;
    border-color: #0066b3;
    border-width: 5px;
    margin-bottom: 20px;
}

.post1 h2{
    font-size: 30px;
    color: #0066b3;
}

/* .post1 img{
    width: 100%;
    height: 170px;
}
 */

.post1 p{
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 22px;
    text-align: left;
    border-width: 5px;
}

#politicas_contacto{
    list-style-type: square;
    margin-left: 15px;
    padding-left: 5px;
}

#posts2{
    width: 48%;
    margin-top: 18px;
    flex: 1 1 48%;
}

#posts2 h1 {
    font-size: 30px;
    color: #0066b3;
}

#posts2 ul {
    list-style-type: square;
    padding-left: 20px;
    line-height: 25px;
}

.post2{
    padding: 5px;
}

.post2 h2{
    font-size: 30px;
    color: #0066b3;
}

.post2 img{
    width: 100%;
    height: 170px;
}

.post2 p{
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 22px;
    text-align: left;
}

#contacto-col1{
    width: 45%;
    margin-top: 5px;

        flex: 1 1 45%;
}

#contacto-col1 h1{
    padding-left: 5px;
    font-size: 30px;
    color: #0066b3;
}

#contacto-col1 p{
    padding-left: 5px;
    padding-bottom: 15px;
    width: 95%;
}

#contacto-col2{
    width: 50%;
    float: right;
    margin-top: 5px;

    flex: 1 1 50%;
}

#contacto-col2 h1{
    padding-left: 5px;
    font-size: 30px;
    color: #0066b3;
}

#contacto-col2 p{
    padding-left: 5px;
    padding-bottom: 15px;
    width: 95%;
}

.formulario{
    width: 50%;
    margin: 15px auto;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
    border:  1px solid #0066b3;
}

form{
    margin-top: 35px;
    width: 100%;
}

form input[type="text"],
form input[type="email"]{
    padding: 5px;
    border-radius: 2px;
    border:  1px solid #ccc;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.estilotextarea{
    width: 100%;
    height: 100px;
    border: 2px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
}


form input[type="submit"]{
    padding: 5px;
    border-radius: 2px;
    border:  1px solid #ccc;
    background-color: #0066b3;
    color: white;
    cursor: pointer;
}

form p {
    font-size: 12px;
    text-align: left;
}

footer{
    font-size: 15px;
    color: #fcfdfd;
    height: auto; /* 150px;*/
    width: 94%;
    max-width: 1024px;
    background: rgba(14, 103, 179, 0.9);
    margin: 0px auto;
    /* padding-left: 20px;
    padding-right: 20px; */
    padding: 40px;
    padding-top: 20px;
    line-height: 22px;
}

footer section div {
    flex-grow: 1;
}

.contenedor_pie{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

#pie_info_cia{
    width: 32%;
    margin-right: 30px;

    flex-flow: 1 1 32%;
}

#pie_redes{
    width: 25%;

    flex-flow: 1 1 32%;
}

#pie_redes h4 {
    padding-bottom: 5px;
}

#pie_redes ul{
    list-style: none;
}

#pie_redes ul li{
    display: inline-block;
}

#pie_diseno{
    width: 32%;
    height: 135PX;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 30px;

    flex-flow: 1 1 32%;

}

footer ul{
    margin-top: 5px;
    list-style: none;
}

/* CSS MISIÓN VISIÓN VALORES*/

#columna1{
    width: 30%;
    flex: 1 1 30%;
}

.col1{
    padding: 5px;
    border-color: #0066b3 solid;
    border-width: 5px;
}

.col1 h2{
    font-size: 30px;
    color: #0066b3;
}

.col1 p{
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 22px;
    text-align: left;
    border-width: 5px;
    border-color: #0066b3 solid;
}

.col1 ul{
    list-style-type: square;
    margin-left: 15px;
    padding-left: 5px;
}

.col1 ul li {
    padding-bottom: 5px;
}

#columna2{
    width: 30%;
    margin-left: 20px;
    padding-right: 15px;
    flex: 1 1 30%;
}

.col2{
    padding: 5px;
}

.col2 h2{
    font-size: 30px;
    color: #0066b3;
}

.col2 .date{
    display: block;
    color: gray;
    margin-top: 5px;
}

.col2 img{
    width: 385px;
    height: auto;
}

.col2 p{
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 22px;
    text-align: left;
}

.col2 ul{
    list-style-type: square;
    margin-left: 15px;
    padding-left: 5px;
}

.col2 ul li {
    padding-bottom: 5px;
}

#columna3{
    width: 30%;    
    flex: 1 1 30%;
}

.col3{
    padding: 5px;
}

.col3 h2{
    font-size: 30px;
    color: #0066b3;
}

.col3 p{
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 22px;
    text-align: left;
}

.col3 ul{
    padding-top: -4px;
    list-style-type: square;
    margin-left: 15px;
    padding-left: 5px;
}

.col3 ul li {
    padding-bottom: 5px;
}

.img-inicio {
    width: 100%;
    height: 170px;
}

.mapa {
    /*border: 2px solid #ccc;*/
    margin:0 25px 5px 20px;
    height: 380px;
    display: flex;
    flex-flow: column nowrap; 
}
    .mapa-img {
        flex: 1 1 100%;
        height: 90%;
        width: 95%;
    }
        mapa .mapa-img img {
            margin: 0 auto;
            text-align: center;
        }

.img-cobertura {
    width: 130px;
    height: 140px;
    float: left;
}

@media (min-width:800px) {
    footer {
        height: 200px;
    }
}
 
@media (max-width:600px) {
    .mapa {
        border: 1px solid #ccc;
        margin:0 auto;
        height: 300px;
/*         display: flex;
        flex-flow: column nowrap;
 */    }
        .mapa-img {
            flex: 1 1 100%;
        }
    
    .img-cobertura {
        width: 100px;
        height: 110px;
        float: left;
    }
    
    footer {
        height: 200px;
    }
}

@media (max-width:400px) {
    .mapa {
        border: 1px solid #ccc;
        margin:0 auto;
        height: 150px;
/*         display: flex;
        flex-flow: column nowrap;
 */    }
        .mapa-img {
            flex: 1 1 100%;
        }
    
    .img-cobertura {
        width: 60px;
        height: 70px;
        float: left;
    }
    
    footer {
        height: 150px;
    }
}

@media (max-width:300px) {
    .mapa {
        border: 1px solid #ccc;
        margin:0 auto;
        height: 100px;
/*         display: flex;
        flex-flow: column nowrap;
 */    }
        .mapa-img {
            flex: 1 1 100%;
        }
    
    .img-cobertura {
        width: 30px;
        height: 35px;
        float: left;
    }
    
    footer {
        height: 100px;
    }
} 