@charset "UTF-8";

@import url(style-iconos.css);
@import url(style-principal.css);
@import url(style-fonts.css);

.banner {
    margin-top: -60px;
    position: relative;
    z-index: -1;
    margin-bottom: 20px;
}

.banner .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}

.banner__titulo{
    margin-top: 90px;
    font-size: 20px;
    color: #fff;
}

.banner__txt {
    color: #fff;
    background: rgba(3,3,3,0.5);
}

.info__columna {
    background: #00b2b9;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.info__titulo {
    text-align: center;
}

.main h1 { color: #00B1B8; sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 12pt; }
 
.p, .main p { color: black; font-size: 12pt;}
 .a { color: #1154CC; font-style: normal; font-weight: normal; text-decoration: underline; font-size: 11pt; }
 .s1 { color: #1154CC; font-style: normal; font-weight: normal; text-decoration: none; font-size: 11pt; }
 .h2, .main h2 { color: black; font-family:"Arial Black", sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 11pt; }
 .mian li {display: block; }
 #l1 {padding-left: 0pt; }
 #l1> li:before {content: "• "; color: black; font-family:"Lucida Sans Unicode", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 11pt; }

.footer {
    margin-top: 70px;
}

@media(min-width:480px) {
    .submenu {
        margin-top: 40px;
    }
    
    .info {
        display: flex;
        justify-content: space-between;
    }
    
    .info__columna {
        width: 49%;
    }
    
    .info__titulo {
        font-size: 30px;
        margin: 5px 0;
    }
    
    .banner__titulo {
        font-size: 30px;
    }
    
    .banner__txt {
        font-size: 25px;
    }
}

@media(min-width:768px) {
    .banner {
        display: none;
    }
    
    .header {
        background: #178;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(min-width:1024px) {
    .header {
        height: 80px;
    }
}

@media(min-width:1280px){    
    .contenedor {
        width: 1200px;
    }
    
    .header {
        height: 100px;
    }
    
    .submenu {
        margin-top: 100px;
    }
}