/*** Generales ***/
.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}
/*** Encabezado ***/
.opacidad {
    opacity: 1;
}
.top-unam-home{
    position: fixed;
    width: 100%;
    background-color: #1A2381;
    color: #fff;
    font-size: 13px;
    z-index: 1010;
}
.top-unam-home .container {
    height: 102px;
}
.top-unam-logo {
    padding-top: 5px;
}
.liga-iij-header-home,
.liga-8m-header-home{
    margin-left: 10px;
}
.img-iij-header-home {
    width: 80px;
}
.img-unam-header-home {
    width: 70px;
}
.img-8m-header-home {
    width: 65px;
}
.en-vivo {
    padding: 5px;
    background-color: #9A2A29;
    border-radius: 10px;
    display: inline-block;
    box-shadow: none;
    animation: flickerAnimation 2s infinite;
    width: 5px;
    text-align: center;
    margin-right: 5px;
    z-index: -1;
}

.idiomas, .btn-en-vivo{
    font-size: 18px;
    color: #fff;
}
.btn-en-vivo{
    margin-right: 40px;
    font-weight: bold;
}
.btn-en-vivo:hover{
    color: #fff;
    text-decoration: none;
}
.idiomas{
    display: inline-block;
    margin-left: 25px;
}
.idiomas a,
.idiomas a:hover, 
.idiomas a:visited,
.btn-en-vivo{
    color: #fff;
    text-decoration: none;
}
.icono-red{
    margin-left: 15px;
}
.icono-red img, .icono-buscar img{
    height: 30px;
}
.icono-buscar{
    margin: 0 25px;
}
/*** Menú **/
#menu-principal {
    display: none;
    background-color: #1A2381;
    width: 100%;
    padding-top: 112px;
    z-index: 100;
    overflow: hidden;
}
.hamburger{
    display: inline-block;
    background-color:transparent;
    width:30px;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index:1002;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.hamburger.is-active{
    background-color:none;
}
._layer{
    background:#fff;
    margin-bottom:4px;
    border-radius:2px;
    width:28px;
    height:4px;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger.is-active .-top{
    -webkit-transform:translateY(200%) rotate(45deg) !important;
    -ms-transform:translateY(200%) rotate(45deg) !important;
    transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
    opacity:0;
}
.hamburger.is-active .-bottom{
    -webkit-transform:translateY(-200%) rotate(135deg) !important;
    -ms-transform:translateY(-200%) rotate(135deg) !important;
    transform:translateY(-200%) rotate(135deg) !important;
}
.contenedor-menu{
    padding: 0 3rem;
    color: #cfd8dc;
}
.texto-menu, #menu-principal .texto-menu a {
    color: #cfd8dc;
}
.seccion-menu{
    margin-bottom: 25px;
}
.titulo-menu {
    border-bottom: 2px solid #aeb6bf;
    padding-bottom: 3px;
    font-size: 24px;
}
.liga-menu {
    font-size: 16px;
}
/*** Pie de página ***/
.footer{
    background-color: #1A2381 !important;
}
/*** Media queries ***/
@media screen and (max-width:991px){
    .liga-iij-header-home{
        margin-left: 0px;
    }
    .btn-en-vivo{
        margin-right: 10px;
    }
    .idiomas{
        margin-left: 15px;
    }
    .icono-buscar{
        margin: 0 15px;
    }
}

@media screen and (max-width:767px){
    .liga-iij-header-home{
        margin-left: 0px;
    }
    .idiomas{
        display: block;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .icono-buscar{
        margin: 19px;
    }
}
