header{
    width: 100%;
    background: rgb(1, 91, 209);
}
header video{
    right: 0;
    bottom: 0;
    width: 100%;
}
/* Menú Normal */
#menuNorm{
    width: 100%;
    height: 140px;
}
#normUpper{
    width: 100%;
    height: 80px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#normUpper section{
    display: block;
    padding: 0 0 0 2%;
    width: 28%;
}
#normUpper section img{
    width: 100%;
}
#normUpper nav{
    display: block;
    padding: 0 1% 0 0;
    width: 69%;
}
#normUpper nav li{
    float: right;
    list-style: none;
}
#normUpper nav li a{
    padding: 10px;    
    margin: 0 10px;
    font-family: "Roboto";  
}
.menuNorItem{
    border-color: #002E6C;
    color: #002E6C;
}
.menuNorItem:hover{
    background-color: #002E6C;
    color: #FFF;
}
#menuIns{
    border-radius: 30px;
    border: 2px solid;
    border-color: red;
    color: red;
}
#menuWha{
    border-radius: 30px;
    border: 2px solid;
    border-color: green;
    color: green;
}
#menuWha:hover{
    background-color: green;
    color: #FFF;
}
#menuIns:hover{
    background-color: red;
    color: #FFF;
}
#normDown{
    width: 100%;    
    height: 60px;
    background-color: #002E6C;
}
#normDown nav{
    display: block;
    width: 100%;
}
#normDown li{    
    float: left;
    list-style: none;
    width: 16.66%;
    height: 60px;   
}
#normDown li a{
    width: 100%;
    height: 60px;
    color: #FFF;    
    display: flex;
    align-items:center;
    justify-content: center;    
    flex-wrap: wrap;
    font-size: 1.2em;  
}
#normDown li a:hover{
    background-color: #FFF;
    color: #002E6C;   
}
@media screen and (max-width:830px) {
    #menuNorm{
        display: none;
    }
}
/* Menú Responsivo */
#menuResp{
    display: none;
    flex-wrap: wrap;
    background-color: white;
    width: 100%;
    height: 80px;
}
@media screen and (max-width:830px) {    
    #menuResp{
        display: flex;
    }
}
#respLogos, #respMenus{
    width: 25%;
    padding: 2%;    
}
#respLogos{ text-align: left;}
#respMenus{ text-align: right; }
#respLogos img, #respBoton img, #respMenus img{
    width: 48px;
}
#respMenus img{
    position: relative;    
    cursor: pointer;
}
#respBoton img{
    margin: 0 20px;
}
#respBoton{
    width: 50%;
    padding: 2%;    
    text-align: center;
}
#subMenu{    
    position: absolute;
    display: none;
    width: 30%;
    padding: 2%;
    background-color: #ffffff;
    top: 80px;
    left: 70dvw;
    z-index: 9999;
    box-shadow: -3px 2px 2px #00000022;
}
#respMenus:hover #subMenu{    
    display: block;
    text-align: left;
}
#subMenu ol{
    list-style: none;
}
#subMenu li{
    margin: 10px 0;
}
#subMenu li a{
    display: block;
    color: #002E6C;
    font-size: 1.4em;
    padding: 5px;
    box-shadow: 0 0 2px red;
}
#subMenu li a:hover{
    background-color: red;
    color: white;
}
@media screen and (max-width: 395px) {
    #respLogos, #respMenus{
        width: 20%;        
    }
    #respBoton{ width: 60%;}
}
@media screen and (max-width: 322px) {
    #respLogos, #respMenus{
        width: 15%;        
    }
    #respBoton{ width: 70%;}
}
@media screen and (max-width: 650px) {
    #subMenu{ width: 50%; left: 50dvw; }
}
@media screen and (max-width: 420px) {
    #subMenu{ width: 100%; left: 0dvw; }
}
/* Cintillo del home */
#hCin{
    width: 100%;
    padding: 10px 2%;
    background: rgb(0, 46, 108);
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#hCin article{
    width: 20%;    
    margin: 0;    
    text-align: center;
    cursor: pointer;
}
#hCin article:hover{
    background-color: rgb(0, 27, 61);
}
#hCin h2{ font-size: 3.6em; }
#hCin p{ font-size: 1.4em; }
@media screen and (max-width: 1000px) {
    #hCin p{ font-size: 1.2em; }
}
@media screen and (max-width: 820px) {
    #hCin p{ font-size: 1.1em; }
}
@media screen and (max-width: 650px) {
    #hCin h2{ font-size: 2.6em; }
    #hCin p{ font-size: 0.9em; }
}
@media screen and (max-width: 530px) {
    #hCin h2{ font-size: 2em; }
    #hCin p{ font-size: 0.8em; }
}
@media screen and (max-width: 480px) {
    #hCin article{
        width: 33.33%;
    }
    #hCin h2{ font-size: 2em; }
    #hCin p{ font-size: 0.8em; }
}
/* Pegajoso */
#pegajoso{
    position: fixed;
    width: 54px;
    height: 54px;
    top: 90%;
    right: 0%;
    z-index: 999;
}
#pegajoso img{ width: 100%; }
@media only screen and (max-width: 960px){  
    #pegajoso{ right: -60%; top: 78%; }
}
/* Diálogo de informes */
#midialogo{    
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 30dvw;    
    padding: 2.5dvh 2.5dvw;
    background-color: white;    
    box-shadow: 0 0 5px #444444;
    border-radius: 30px;
    text-align: center;
    font-size: 1em;
    border: none;    
}
@media screen and (max-width:920px) {
    #midialogo{ width: 60dvw;}    
}
@media screen and (max-width:540px) {
    #midialogo{ width: 80dvw;}    
}
#midialogo p{ margin: 15px; }
#tAvisoR{
    font-weight: bold;
    color: red;
}
#cerrar{
    padding: 3px;    
    color: white;
    background-color: red;
    border-radius: 10px;
    cursor: pointer;
}
::backdrop{
    background-color: #010a31ad;
}
#miFormaR input, #miFormaR select, #miFormaR textarea{
    width: 100%;
    padding: 1%;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 2px #002E6C;
}
#miFormaR textarea{
    height: 100px;
}
#miFormaR input[type=button]{
    background-color: #002E6C;
    color: white;
}
/* Encabezados */
#hTitulo{
    display: table;
    width: 100%;
    height: 360px;
}
#hTitulo h1{    
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
    width: 100%;
    height: 360px;
    font-size: 3.2em;
    color: #FFF;
}
.corp{
    background-image: url(../img/bg/corporativo.jpg);
    background-size: cover;
}
.recu{
    background-image: url(../img/bg/recursos.jpg);
    background-size: cover;
}
.empl{
    background-image: url(../img/bg/empleos.jpg);
    background-size: cover;
    background-position: bottom;
}
.bach{
    background-image: url(../img/bg/bachillerato.jpg);
    background-size: cover;
    background-position: center;
}
.gale{
    background-image: url(../img/bg/galeria.jpg);
    background-size: cover;
    background-position: center;
}
.espe{
    background-image: url(../img/bg/especialidades.jpg);
    background-size: cover;
    background-position: center;
}
.capa{
    background-image: url(../img/bg/especialidades.jpg);
    background-size: cover;
    background-position: center;
}