/* MEGANOTICIAS - CSS
UPDATE:20/04/2022
ivan.hermosilla@megamedia.cl

INDICE:
----------------------------------------
    1. Header
    2. Menú overlay
    3. Footer
    4. ADS
    5. Breadcrumb
    6. En directo
    7. IMG
    8. Alertas
    9. Noticias del momento
    10. Responsive

*/

/*1. ------Header ----------------------------------------------*/
header {
    display: block;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: #fff;
    border-bottom: 1px solid #f2f3f4;
    z-index: 3;
}
header.nav-up {
    top: 0;
}
header img.logo-mg {
    width: 400px;
    height: 76px;
    cursor: pointer;
    display: inline-block;
    shape-rendering: geometricPrecision;
    margin-top: -5px;
}
header img.logo-mg-2 {
    width: 400px;
    height: 76px;
    cursor: pointer;
    display: none;
    margin-top: -5px;
}
header img.logo-mg-3 {
    width: 400px;
    height: 76px;
    cursor: pointer;
    display: none;
    margin-top: -5px;
}
header .row.menu {
    height: 110px;
}
header .row.menu .column.logo {
    text-align: center;
    display: block;
    padding-top: 12px;
}
header ul li {
    display: inline-block;
    font-size: 1.4em;
}
header ul.left {
    float: left;
    padding: 30px 0 0 0;
}
header ul.left li {
    padding: 0 40px 0 0;
}
header ul.left li.li-menu,
header ul.left li.li-mis-noticias i,
header ul.left li.li-guardadas i {
    font-size: 1em;
}
header ul.left li.li-menu {
    position: relative;
    cursor: pointer;
}
header ul.left li.li-menu svg {
    fill: rgb(21, 32, 44);
    width: 24px;
    height: 24px;
}
header ul.right li a svg {
    fill: rgb(21, 32, 44);
    width: 24px;
    height: 24px;
}
header ul.left li.li-mis-noticias,
header ul.left li.li-guardadas {
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    position: relative;
    padding-top: 24px;
    cursor: pointer;
}
header ul.left li.li-mis-noticias {
    margin-left: 80px;
}
header ul.right {
    float: right;
    padding-top: 34px;
    margin-right: 10px;
}
header ul.right + ul.right {
    margin-right: 70px;
}
header ul.right li {
    float: right;
    padding: 0 0 0 40px;
    cursor: pointer;
}
header ul.right li a {
    font-weight: 400;
}
header ul.right li a.btn-buscar svg {
    fill: #1ea88b !important;
}
header ul li a {
    color: #151f2c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header ul li a:hover {
    color: #454e5c;
}
header span.alerta {
    position: absolute;
    text-align: center;
    top: 14px;
    width: 16px;
    height: 16px;
    background-color: #e22146;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.4;
}
header .column.lo-ultimo span.alerta {
    position: absolute;
    text-align: center;
    top: -7px;
    right: -8px;
    width: 16px;
    height: 16px;
    background-color: #e22146;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4;
}
header .row.bottom-menu {
    bottom: -25px;
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    z-index: 3;
}
header .column.lo-ultimo {
    width: 6%;
}
header .column.menu {
    width: 53%;
    padding: 14px 6px;
    text-align: left;
}
header .column.senales {
    width: 38%;
}
header .column.senales ul {
    padding: 14px 10px 14px 0;
    text-align: right;
}
header .column.senales ul li + li {
    padding: 0 0 0 20px;
}
header .column.senales ul li + li + li {
    padding: 0 0 0 10px;
}
header .column.senales ul li a {
    color: #ea2f3b;
    position: relative;
    padding: 0;
    font-weight: 700;
}
header .column.senales ul li a .punto {
    display: inline;
    width: 6px;
    height: 6px;
    background-color: #ea2f3b;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -10px;
    padding: 0;
    animation-name: live;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
header .column.senales ul li a:hover {
    opacity: 0.75;
}
header .row.bottom-menu .column.lo-ultimo {
    text-align: center;
    position: relative;
    padding: 14px 6px 10px 6px;
}
header .row.bottom-menu .column.lo-ultimo a {
    font-size: 1.4em;
    font-weight: 700;
    color: #ea2f3b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header .row.bottom-menu .column.lo-ultimo a svg {
    width: 10px;
    fill: #ea2f3b;
    margin: 0 2px 0 0;
}
header .row.bottom-menu .column.lo-ultimo a:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}
header .row.bottom-menu .nav__dropdown {
    padding: 2rem;
    white-space: nowrap;
    top: 26px;
    right: -16px;
    background-color: #151f2c;
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
    opacity: 0;
}
header .row.bottom-menu .nav__dropdown.show {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1);
}
header .row.bottom-menu .priority-nav__dropdown {
    position: absolute;
    visibility: hidden;
}
header .row.bottom-menu .priority-nav__dropdown li {
    display: block;
    padding: 6px 10px;
}
header .row.bottom-menu .priority-nav__dropdown.show li {
    display: block;
    padding: 6px 10px;
}
header .row.bottom-menu .priority-nav__dropdown.show li a {
    color: rgba(255, 255, 255, 0.75);
}
header .row.bottom-menu .priority-nav__dropdown.show li a:hover {
    color: rgba(255, 255, 255, 1);
}
header .row.bottom-menu .nav__dropdown:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #151f2c;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    top: -6px;
    right: 4rem;
}
header .column.lo-ultimo a i {
    color: #e22146;
}
header ul.right li a.click-buscar svg,
header ul.right li a.click-buscar:hover svg {
    fill: rgb(30, 31, 44);
    width: 20px;
}
header ul.right li #icon-menu {
    fill: rgb(21, 32, 44);
    width: 20px;
}
header .column.categorias {
    text-align: center;
}
header nav ul li {
    font-weight: 400;
    padding: 0 0 0 18px;
}
header nav ul li a:hover {
    color: #454e5c;
}
header nav ul li.activo a {
    background-color: #24af8e;
    color: #fff;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
header nav ul li.activo a:hover {
    padding: 4px 8px;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}
header nav ul li.activo.off a {
    background-color: transparent;
    color: #151f2c;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
header nav ul li.activo.off a:hover {
    color: #454e5c;
}
.top-menu {
    display: block;
    position: relative;
    height: 30px;
    background-color: #eceef1;
    text-align: right;
    padding: 4px 14px;
}
.top-menu ul {
    text-align: right;
}
.top-menu ul li {
    font-size: 1.4em;
    margin-left: 14px;
}
.top-menu ul li a {
    color: #8c8f94;
}
.top-menu .login-wrap a.lo-ultimo {
    font-weight: 700;
    color: #ea2f3b;
}
header ul.left li .click-buscar {
    cursor: pointer;
}
header ul.left li .click-buscar svg {
    fill: #1ea88b;
    width: 24px;
}
header .column.senales ul li a.btn-megaDenuncias {
    color: #444e5c;
    padding: 0 24px 0 0;
}
header .column.senales ul li a.btn-megaDenuncias svg {
    fill: #1ea88b;
    width: 18px;
    position: absolute;
    top: -1px;
    right: 0;
}
header nav ul li + li + li + li + li + li + li a {
    color: #1ea88b;
    font-weight: 700;
}
header nav ul li a[href="https://www.mega.cl/senal-en-vivo/"] {
    color: #fff;
    background-color: #2d28b6;
    padding: 2px 6px;
    border-radius: 4px;
}
header nav ul li a[href="https://www.mega.cl/senal-en-vivo/"]:hover {
    opacity: 0.75;
}

/*2. ------Menú overlay ----------------------------------------------*/
#menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 174, 141, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    text-align: center;
    display: table;
    -webkit-transition: visibility 0.3s ease, opacity 0.1s ease;
    -moz-transition: visibility 0.3s ease, opacity 0.1s ease;
    -o-transition: visibility 0.3s ease, opacity 0.1s ease;
    transition: visibility 0.3s ease, opacity 0.1s ease;
}
#menu-overlay.activo {
    opacity: 1;
    visibility: visible;
}
#menu-overlay .nav {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1245px;
    margin-top: 50px;
}
#menu-overlay .nav li {
    display: block;
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#menu-overlay .nav li {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#menu-overlay .nav a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#menu-overlay .nav a:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}
#menu-overlay .nav a.megamedia svg {
    width: 64px;
    height: 64px;
    fill: #fff;
}
#menu-overlay .menuOverlay {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 20px 0;
}
#menu-overlay .menuOverlay .item {
    width: 23.5%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
    text-align: left;
}
#menu-overlay .menuOverlay .item + .item {
    width: 23.5%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
#menu-overlay .menuOverlay .item + .item + .item {
    width: 23.5%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
#menu-overlay .menuOverlay .item + .item + .item + .item {
    width: 23.5%;
    position: relative;
    float: left;
    margin: 0 0 0 0;
}
#menu-overlay .menuOverlay .item p.titulo {
    font-weight: 500;
    font-size: 2.4em;
    color: #fff;
    margin-bottom: 10px;
}
#menu-overlay .menuOverlay .item li {
    padding: 8px 0;
    position: relative;
}
#menu-overlay .menuOverlay .item li span.icono-oculto {
    display: none;
}
#menu-overlay .menuOverlay .item li:hover span.icono-oculto {
    font-size: 2em;
    color: #24af8e;
    position: absolute;
    left: -10px;
    z-index: -1;
    display: inline-block;
}
#menu-overlay .menuOverlay .item a {
    display: block;
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    padding: 2px 0;
}
#menu-overlay .menuOverlay .item a:hover {
    color: #eee;
    padding-left: 0;
}
#menu-overlay .menuOverlay .item a svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}
#menu-overlay .menuOverlay .item a svg circle {
    fill: #fff !important;
}
#menu-overlay .menuOverlay .item a.facebook path {
    fill: #20b08f !important;
}
#menu-overlay .menuOverlay .item a.black {
    display: none;
}
#menu-overlay .menuOverlay .item a.normal {
    display: block;
}
#menu-overlay .menuOverlay .item a.normal svg {
    width: 64px;
    height: 64px;
    fill: #151e2b;
}
#menu-overlay .menuOverlay .redes ul li {
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    padding: 0 6px 10px 0;
}
#menu-overlay .menuOverlay .item .redes {
    display: block;
    position: relative;
    margin: 50px 0 0 0;
}
#menu-overlay .row.top {
    width: 100%;
    height: 74px;
    margin-bottom: 50px;
}
#menu-overlay .column.logo {
    width: 100px;
    text-align: left;
}
#menu-overlay .column.logo a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#menu-overlay .column.logo a:hover {
    padding: 0;
}
#menu-overlay .column.logo a svg {
    fill: #fff;
}
#menu-overlay .column.cerrar {
    width: 100px;
    text-align: right;
}
#menu-overlay .column.cerrar a {
    font-size: 2em;
    padding-top: 30px;
    color: #fff;
    cursor: pointer;
}
#menu-overlay .column.cerrar a svg {
    width: 24px;
    fill: #fff;
}
#menu-overlay .column.logo img.logo-mg {
    width: 70px;
}
#menu-overlay .column.buscador-menu {
    padding-left: 120px;
}
#menu-overlay input#search2 {
    width: 90%;
    height: 70px;
    background-color: #ffffff20;
    border: 0;
    padding-left: 30px;
    font-weight: 400;
    font-size: 3em;
    color: #fff;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 50px 0 0 50px;
}
#menu-overlay input#search2:focus {
    background-color: rgba(255, 255, 255, 0.2);
}
#menu-overlay button {
    width: 8%;
    height: 70px;
    border: 0;
    font-size: 3em;
    padding: 14px 0 27px 0;
    font-weight: 400;
    color: #24af8e;
    background-color: #ffffff70;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    float: left;
    border-radius: 0 50px 50px 0;
}
#menu-overlay input::-webkit-input-placeholder {
    color: #fff;
}
#menu-overlay input:-moz-placeholder {
    color: #fff;
}
#menu-overlay input:-ms-input-placeholder {
    color: #fff;
}
#menu-overlay button#buscadorbtnleft svg {
    fill: #fff;
    width: 36px;
}
#buscador-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 174, 141, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    text-align: center;
    display: table;
    -webkit-transition: visibility 0.3s ease, opacity 0.1s ease;
    -moz-transition: visibility 0.3s ease, opacity 0.1s ease;
    -o-transition: visibility 0.3s ease, opacity 0.1s ease;
    transition: visibility 0.3s ease, opacity 0.1s ease;
}
#buscador-overlay.activo {
    opacity: 1;
    visibility: visible;
}
#buscador-overlay .row {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1290px;
    margin-top: 50px;
    text-align: left;
}
#buscador-overlay .row.top {
    height: 90px;
}
#buscador-overlay input#search {
    width: 82%;
    height: 70px;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    padding-left: 30px;
    font-weight: 400;
    font-size: 3em;
    color: #fff;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#buscador-overlay input#search:focus {
    background-color: rgba(255, 255, 255, 0.2);
}
#buscador-overlay button {
    width: 8%;
    height: 70px;
    border: 0;
    border-bottom: 4px solid #fff;
    font-size: 3em;
    padding: 14px 0 27px 0;
    font-weight: 400;
    color: #24af8e;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.15);
    float: left;
}
#buscador-overlay input::-webkit-input-placeholder {
    color: #fff;
}
#buscador-overlay input:-moz-placeholder {
    color: #fff;
}
#buscador-overlay input:-ms-input-placeholder {
    color: #fff;
}
#buscador-overlay .click-buscar {
    font-size: 2em;
    padding-top: 30px;
    color: #fff;
    cursor: pointer;
}
#buscador-overlay .click-buscar svg {
    width: 24px;
    fill: #fff;
}
#buscador-overlay .column.cerrar {
    width: 10%;
    float: left;
    text-align: right;
    padding-top: 20px;
}
#buscador-overlay .resultados {
    margin-top: 20px;
}
#buscador-overlay .resultados h3 {
    font-weight: 400;
    font-size: 2.4em;
    color: #fff;
    padding: 4px 0;
    margin-bottom: 20px;
}
#buscador-overlay .resultados article {
    float: left;
    margin-right: 30px;
}
#buscador-overlay .resultados article + article {
    float: left;
    margin-right: 30px;
}
#buscador-overlay .resultados article + article + article {
    float: left;
    margin-right: 30px;
}
#buscador-overlay .resultados article + article + article + article {
    float: left;
    margin-right: 0;
}
#buscador-overlay .resultados .btn {
    display: inline-block;
    position: relative;
    margin: 40px 0;
    text-align: right;
    width: 100%;
}
#buscador-overlay .resultados .btn a {
    background-color: #fff;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 2em;
    color: #13ae8e;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#buscador-overlay .resultados .btn a:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}
#buscador-overlay button#buscadorbtn svg {
    fill: rgb(30, 168, 138);
    width: 20px;
}

/*3. ------Footer ----------------------------------------------*/
footer {
    display: inline-block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #eff1f3;
    z-index: 1;
    padding: 30px 0 0 0;
}
footer .top {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 20px 0;
}
footer .top .item {
    width: 18.4%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
footer .top .item + .item {
    width: 18.4%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
footer .top .item + .item + .item {
    width: 18.4%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
footer .top .item + .item + .item + .item {
    width: 18.4%;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
}
footer .top .item + .item + .item + .item + .item {
    width: 18.4%;
    position: relative;
    float: left;
    margin: 0 0 0 0;
}
footer .top .item p.titulo {
    font-weight: 500;
    font-size: 2.4em;
    color: #151f2c;
    margin-bottom: 10px;
}
footer .top .item li {
    padding: 8px 0;
    position: relative;
}
footer .top .item li span.icono-oculto {
    display: none;
}
footer .top .item li:hover span.icono-oculto {
    font-size: 2em;
    color: #24af8e;
    position: absolute;
    left: -10px;
    z-index: -1;
    display: inline-block;
}
footer .top .item a {
    display: block;
    font-weight: 400;
    font-size: 1.6em;
    color: #151f2c;
    padding: 2px 0;
}
footer .top .item a:hover {
    color: #454e5c;
    padding-left: 0;
}
footer .top .item a svg {
    width: 32px;
    height: 32px;
    fill: #151e2b;
}
footer .top .item a svg circle {
    fill: #151e2b !important;
}
footer .top .item a.black {
    display: none;
}
footer .top .item a.normal {
    display: block;
}
footer .top .item a.normal svg {
    width: 64px;
    height: 64px;
    fill: #151e2b;
}
footer .top .item h3.megamedia {
    padding-top: 0;
}
footer .top .señales {
    display: block;
    position: relative;
    margin: 40px 0 0 0;
}
footer .top .redes {
    display: block;
    position: relative;
    margin: 80px 0 0 0;
}
footer .top .redes ul li {
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    padding: 0 6px 10px 0;
}
footer .bottom {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0;
}
footer .bottom p {
    display: inline-block;
    font-weight: 400;
    font-size: 1.4em;
    padding: 10px 0 0 0;
}
footer .bottom p a {
    font-weight: 400;
    color: #141e2b;
}
footer .bottom p a:hover {
    color: #454e5c;
}
footer .bottom p a._top svg {
    width: 12px;
    fill: #151e2b;
    margin: 0 0 0 2px;
}
footer .bottom .left {
    text-align: left;
    width: 75%;
    float: left;
}
footer .bottom .right {
    text-align: right;
    width: 25%;
    float: left;
}
footer img.logo-mg {
    width: 70px;
    margin-top: 6px;
}
footer .column.logo a:hover {
    padding: 0px !important;
}
footer img.logo-mega {
    width: 24px;
    margin-right: 20px;
}
footer .bottom a.black {
    display: none;
}
footer .bottom a.normal {
    display: inline-block;
}
footer .bottom a.normal svg {
    width: 24px;
    height: 24px;
    fill: #151e2b;
    margin-right: 4px;
    padding-top: 12px;
}
footer .top .item.logo a.normal {
    padding: 0;
}
footer .top .item.logo a.normal svg {
    width: 92px;
    height: 92px;
    fill: #151e2b !important;
}

/*4. ------ADS ----------------------------------------------*/
.section-dfp.top {
    display: flex;
    width: 1290px;
    position: relative;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 4px;
}
.section-dfp.top .box {
    width: 970px;
    margin: 0 auto;
    height: 250px;
    text-align: center;
    position: relative;
}
.section-dfp.top .box .top {
    background-color: #0000 !important;
    width: 970px;
    height: 250px;
    display: block;
    text-align: center;
    padding: 0;
}
.section-dfp.topright {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-dfp.topright .box {
    width: auto;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    text-align: center;
    position: relative;
}
.section-dfp.topright .box .topright {
    background-image: linear-gradient(45deg, #eff1f3 41.67%, #fff 41.67%, #fff 50%, #eff1f3 50%, #eff1f3 91.67%, #fff 91.67%, #fff 100%);
    background-size: 8.49px 8.49px;
    min-width: 300px;
    width: auto;
    min-height: 0;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
}
.section-dfp.right {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 135px;
    margin-bottom: 20px;
}
.section-dfp.right .box {
    width: auto;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    text-align: center;
    position: relative;
}
.section-dfp.right .box .right {
    background-image: linear-gradient(45deg, #eff1f3 41.67%, #fff 41.67%, #fff 50%, #eff1f3 50%, #eff1f3 91.67%, #fff 91.67%, #fff 100%);
    background-size: 8.49px 8.49px;
    min-width: 300px;
    width: auto;
    min-height: 0;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
}
.section-dfp.bottom1,
.section-dfp.bottom2,
.section-dfp.bottom3 {
    display: flex;
    width: 1290px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-dfp.bottom1 .box,
.section-dfp.bottom2 .box,
.section-dfp.bottom3 .box {
    width: auto;
    min-width: 728px;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    text-align: center;
    position: relative;
}
.section-dfp.bottom1 .box .bottom1,
.section-dfp.bottom2 .box .bottom2,
.section-dfp.bottom3 .box .bottom3 {
    background-image: linear-gradient(45deg, #eff1f3 41.67%, #fff 41.67%, #fff 50%, #eff1f3 50%, #eff1f3 91.67%, #fff 91.67%, #fff 100%);
    background-size: 8.49px 8.49px;
    min-width: 728px;
    width: auto;
    min-height: 0;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
}
#stickyunit_dsk {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: auto;
    min-height: 0;
    text-align: center;
}
#stickyunit_dsk #stickyunit_block {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    width: 970px;
}
#stickyunit_mbl {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: auto;
    min-height: 0;
    text-align: center;
}
#stickyunit_mbl #stickyunit_block {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    min-height: 0;
    width: 320px;
}
#stickyunit_block.stickybg {
    background-color: #1c2735;
}
#stickyunit_block > button {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    background: #151e2b !important;
    cursor: pointer !important;
    border: none;
    font-size: 1.2em;
    text-transform: capitalize;
    padding: 9px 14px;
}
#stickyunit_block > button:hover {
    background: #1ea88b !important;
}
body#black.senal-en-vivo #skin_branding.ad_skin {
    background-color: transparent !important;
    background-size: cover !important;
    margin-top: 50px !important;
    height: 930px !important;
    position: absolute !important;
    width: 100% !important;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main {
    background-color: transparent !important;
    width: 1290px !important;
    margin: 0 auto !important;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main article .contenedor-otros-videos .container .otros-videos {
    margin-left: 20px;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main article .container aside.right {
    margin-left: 10px;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main .contenedor-otros-videos .container {
    margin-top: 200px;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main article {
    margin-top: 200px;
}
body#black.senal-en-vivo #skin_branding.ad_skin + main#main .mas-videos article {
    margin-top: 0;
}
.boxAds {
    display: block;
    position: relative;
    margin: 10px 0;
}
.boxAds .section-dfp.bottom1,
.boxAds .section-dfp.bottom2,
.boxAds .section-dfp.bottom3 {
    text-align: left;
}
.boxAds .section-dfp.bottom1 .box,
.boxAds .section-dfp.bottom2 .box,
.boxAds .section-dfp.bottom3 .box {
    margin: 0;
}
body#portada section.mas-noticias .notas article + article + article + article .section-dfp.right {
    margin: 0;
}
body#portada section.noticias .lo-ultimo.home .section-dfp.topright {
    margin-top: 0;
}
body#portada section.mas-noticias .notas article.dfp {
    width: 300px;
}
#black.seccion-video .contenido-video .aside-top .section-dfp.topright {
    margin-top: 0;
}
body#black .section-dfp.bottom1 .box {
    margin-bottom: 20px;
}
#white.secciones .section-dfp.topright {
    margin-top: 0;
}
body#articulo .section-dfp.topright {
    margin-top: 0;
}
body#black .section-dfp.topright {
    margin-top: 0;
}

/*5. ------Breadcrumb ----------------------------------------------*/
.breadcrumb {
    display: block;
    background-color: #f2f3f4;
    width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.breadcrumb ol {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.breadcrumb ol li {
    display: inline-block;
}
.breadcrumb ol li a {
    font-weight: 400;
    font-size: 1.4em;
    color: #8c8f94;
    line-height: 2em;
    transition: 0.3s;
}
.breadcrumb ol li a:hover {
    color: #151f2c;
}
.breadcrumb ol li span {
    font-weight: 700;
    font-size: 1.4em;
    color: #151f2c;
    line-height: 2em;
}
.breadcrumb ol li a:after {
    content: ">";
    padding: 0 10px;
}
main#main .alertas + .breadcrumb {
    margin-top: 10px;
}
main#main .temas-de-momento + .breadcrumb {
    margin-top: 10px;
}
#articulo .breadcrumb ol li + li a:after,
#black .breadcrumb ol li + li a:after {
    content: "" !important;
}

/*6. ------En directo ----------------------------------------------*/
#enDirecto {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    width: 1290px;
}
#enDirecto .box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
#enDirecto .box .left {
    display: block;
    position: relative;
    float: left;
    width: 150px;
    height: 40px;
    background-color: #e0f1ee;
}
#enDirecto .box .right {
    display: block;
    position: relative;
    float: left;
    width: 1140px;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
}
#enDirecto .box .left img {
    position: absolute;
    top: 7px;
    left: 20px;
    width: 24px;
}
#enDirecto .box .left .titulo h3 {
    font-weight: 700;
    color: #151f2c;
    font-size: 1.6em;
    padding: 0 20px 0 50px;
}
#enDirecto .box .right ul {
    width: 100%;
    height: 40px;
}
#enDirecto .box .right ul li {
    display: inline;
}
#enDirecto .box .right ul li a {
    color: #151f2c;
    font-size: 1.6em;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}
#enDirecto .box .right ul li a:hover {
    opacity: 0.75;
}
#enDirecto .owl-theme .owl-nav,
#enDirecto .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}
#enDirecto .owl-item {
    display: inline-block;
}
.carouselEnDirectoTexto {
    overflow: hidden;
    width: 100%;
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*7. ------IMG ----------------------------------------------*/
img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(alt);
    background-color: #eef0f1;
    color: transparent;
}
body#black img[alt]:after {
    background-color: #151f2d;
}
#especial-deportes .box-especial img[alt]:after {
    background-color: #424141;
}
#especial-deportes .box-especial .top .presentado-por p span img[alt]:after {
    width: unset;
    height: unset;
    background-color: transparent;
}
#articulo article .contenido-nota img[alt]:after {
    width: unset;
    height: unset;
    background-color: transparent;
}
body#portada section.patrocinado .box-header .titulo img[alt]:after {
    width: unset;
    height: unset;
    background-color: transparent;
}
body#portada section.noticias .lo-ultimo.home .linea-tiempo article.item-lt .contenido figure .imagen {
    background-color: transparent;
    height: auto;
}
aside.right .lo-ultimo.articulo .linea-tiempo article.item-lt .contenido figure .imagen {
    background-color: transparent;
    height: auto;
}
article.box-generica .top {
    width: 300px;
    height: 169.53px;
    background-color: #eff0f1;
}
article.box-generica .top img {
    width: 300px;
    height: 169.53px;
}
article.box-video-secciones .top,
article.box-video .top {
    width: 300px;
    height: 169.53px;
    background-color: #151f2d;
}
article.box-video-secciones .top img,
article.box-video .top img {
    width: 300px;
    height: 169.53px;
}
.linea-tiempo article.item-lt .contenido figure .imagen {
    width: 312px;
    height: 180px;
    background-color: #eff0f1;
}
.linea-tiempo article.item-lt .contenido figure .imagen img {
    width: 312px;
    height: 180px;
}
.linea-tiempo article.item-lt .contenido figure .imagen img[alt]:after {
    background-color: transparent;
}
#destacado-home article figure a {
    display: block;
    position: relative;
    width: 630px;
    height: 354px;
    float: left;
    background-color: #eff0f1;
}
#destacado-home article figure .titulares .top-nota ul li a.categoria,
#destacado-home article figure .titulares .box-texto a,
#destacado-home article figure .titulares .box-bottom .patrocinador a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
    float: unset !important;
}
#destacado-home article figure .titulares .box-bottom .patrocinador a {
    display: inline;
}
#destacado-home article figure a img {
    width: 630px;
    height: 354px;
}
#destacado-home.envivo article.box-generica-home figure a {
    display: block;
    width: 300px;
    height: 170px;
    float: unset;
    background-color: #eff0f1;
}
#destacado-home.envivo article.box-generica-home .top .box-top .top-nota .box ul li.categoria a,
#destacado-home.envivo article.box-generica-home figure figcaption a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
#destacado-home.envivo article.box-generica-home figure a img {
    width: 300px !important;
    height: 170px !important;
}
body#portada section.noticias.envivo.urgente .articulos #destacado-home article .relacionados a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
article.box-generica-home .top .box-top a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
article.box-generica-home .top a {
    display: block;
    width: 300px;
    height: 170px;
    background-color: #eff0f1;
}
article.box-generica-home .top img {
    width: 300px;
    height: 170px;
}
body#portada section.especial .container.contenido .right .notas article .categoria .tag a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
body#portada section.especial .container.contenido .right .notas article figcaption a {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
body#portada section.especial .container.contenido .right .notas article figure a {
    display: block;
    width: 275px;
    height: 275px;
    background-color: #142331;
}
body#portada section.especial .container.contenido .right .notas article figure img {
    width: 275px;
    height: 275px;
}
body#portada section.especial .container.contenido .left .imagen {
    width: 645px;
    height: 645px;
    background-color: #eff0f1;
}
body#portada section.especial .container.contenido .left .imagen img {
    width: 645px;
    height: 645px;
}
body#portada section.especialTres .box2 article.box-generica-home .top .box-top .top-nota .box ul li a.categoria,
body#portada section.especialTres .box3 article.box-generica-home .top .box-top .top-nota .box ul li a.categoria {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
}
body#portada section.especialTres .box2 article.box-generica-home .top a,
body#portada section.especialTres .box3 article.box-generica-home .top a {
    display: block;
    width: 275px;
    height: 156px;
    background-color: #24282e;
}
body#portada section.especialTres .box2 article.box-generica-home .top img,
body#portada section.especialTres .box3 article.box-generica-home .top img {
    width: 275px;
    height: 156px;
}
body#portada section.especialTres .masNotasLoUltimo article.box-generica-home .top a {
    width: 269px;
    height: 151px;
}
body#portada section.especialTres .masNotasLoUltimo article.box-generica-home .top a img {
    width: 269px;
    height: 151px;
}
body#portada section.videos .box-categorias figure .box-img {
    background-color: #eff0f1;
    width: 300px;
    height: 169px;
}
body#portada section.videos .box-categorias figure .box-img img {
    width: 300px;
    height: 169px;
}
@keyframes sliderVertical {
    0% {
        margin-top: -150px;
    }
    5% {
        margin-top: -100px;
    }
    33% {
        margin-top: -100px;
    }
    38% {
        margin-top: -50px;
    }
    66% {
        margin-top: -50px;
    }
    71% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}

/*8. ------Alertas ----------------------------------------------*/
.alertas {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    padding-top: 20px;
    width: 1290px;
}
.alertas .box {
    display: block;
    position: relative;
    width: 1290px;
    height: auto;
}
.alertas .box .listaAlerta {
    display: block;
    position: relative;
}
.alertas .box .listaAlerta p {
    display: block;
    position: relative;
    background-color: #e82e3f;
    padding: 10px 20px;
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.alertas .box .listaAlerta p:hover {
    background-color: #d0313a;
}
.alertas .box .listaAlerta p span + span {
    font-weight: 700;
    padding: 0 10px;
    display: none;
}
.alertas .box .listaAlerta p span + span + span {
    font-weight: 500;
    display: inline;
}
.alertas .box .listaAlerta p span + span + span + span {
    float: right;
    text-align: right;
    padding: 0;
    font-size: 0.7em;
    padding-top: 5px;
    cursor: pointer;
}
main#main .alertas {
    padding-top: 6px;
}
main#main .alertas + .alertas {
    padding-top: 4px;
}
main#main .alertas + .alertas + .alertas {
    padding-top: 4px;
}
main#main .alertas + .alertas + .alertas + .alertas {
    padding-top: 4px;
}
.alertas .box .listaAlerta span.cerrar-alerta {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 1.4em;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}
.alertas .box .listaAlerta span.cerrar-alerta svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.alertas .box .listaAlerta span.campana svg {
    fill: #fff;
    width: 20px;
}

/*9. ------Noticias del momento ----------------------------------------------*/

.temasDelMomento {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #1ea88b;
}
.temasDelMomento .box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1290px;
    padding: 5px 0 0 0;
    text-align: center;
}
.temasDelMomento .box ul {
    display: inline;
}
.temasDelMomento .box ul li {
    display: inline-block;
    color: #fff;
    margin: 0 14px 0 0;
}
.temasDelMomento .box ul li .titulo {
    display: inline;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
}
.temasDelMomento .box ul li a {
    color: #fff;
    font-size: 1.4em;
}
.temasDelMomento .box ul li a:hover {
    opacity: 0.75;
}
.temasDelMomento .box ul li.enlace {
    color: #fff;
    font-weight: 700;
    display: none;
}

/*9. ------Responsive ----------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {
    .container {
        width: 100%;
    }
    #portada main {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    header {
        height: 60px;
        width: 100%;
        top: 24px;
    }
    header.nav-up {
        top: -90px;
    }
    header .row.menu {
        height: 60px;
    }
    header .row.menu .column {
        display: none;
    }
    header .row.menu .column + .column + .column {
        display: none;
    }
    header .row.menu .column.logo {
        text-align: left;
        padding-top: 8px;
        display: block;
    }
    header .container {
        display: block;
        height: 70px;
        padding: 0 10px;
    }
    header img.logo-mg {
        width: 250px;
        height: 48px;
        display: block;
        position: absolute;
        left: 5px;
        top: 10px;
    }
    body#articulo.deportes header img.logo-mg-3 {
        width: 250px;
        height: 48px;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
    }
    body#white.deportes header img.logo-mg-3 {
        width: 250px;
        height: 48px;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
    }
    header ul.right {
        padding-top: 16px;
        margin-right: 0;
    }
    header ul li {
        font-size: 2em;
    }
    header ul.right li {
        padding: 0 0 0 20px;
    }
    header ul.right li.notificaciones {
        position: relative;
        right: inherit;
        top: inherit;
        display: inline;
    }
    header ul.right li.notificaciones a {
        color: #ea303b;
        font-size: 1em;
    }
    header .row.bottom-menu,
    header#header .senales-envivo,
    header#header .senales-envivo.on {
        display: none;
    }
    .ui-draggable-handle {
        -ms-touch-action: pan-y !important;
        touch-action: pan-y !important;
    }
    header .row.menu .column + .column + .column + .column {
        display: block;
    }
    header ul.right li a.click-buscar,
    header ul.right li a.click-buscar:hover {
        color: #20af91;
    }
    .top-menu {
        padding: 4px 10px;
        display: block;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 82px;
        z-index: 9999;
        height: 24px;
    }
    .top-menu ul li {
        font-size: 1.1em;
    }
    .top-menu ul li.envivo {
        float: left;
        margin-left: 0;
        line-height: 22px;
    }
    .top-menu ul li.envivo a {
        background-color: #fff600;
        color: #151f2c;
        font-size: 1em;
        font-weight: 400;
        padding: 4px 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
    .top-menu ul.topHeader {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .top-menu .topHeader li a p {
        display: inline;
    }
    .top-menu .topHeader li.mega-senalenvivo a {
        color: #fff;
        background-color: #2d28b6;
        padding: 2px 6px;
        border-radius: 4px;
    }
    .top-menu .topHeader li {
        display: inline-block;
        margin: 0 6px 0 0;
        float: left;
        text-align: center;
        position: relative;
        padding: 0 0 0 16px;
    }
    .top-menu .topHeader a {
        font-size: 1em;
        font-weight: 500;
    }
    .top-menu .topHeader a.lo-ultimo {
        font-weight: 500;
        color: #454E5C;
    }
    .top-menu .topHeader a.lo-ultimo i:before {
        margin: 0;
    }
    .top-menu .topHeader a.lo-ultimo svg {
        width: 12px;
        fill: #ea2f3b;
        margin: 0;
        position: absolute;
        left: -16px;
    }
    .top-menu .topHeader li.senalMeganoticias a,
    .top-menu .topHeader li.senalMega a,
    .top-menu .topHeader li.Megadenuncias a,
    .top-menu .topHeader li.loUltimo a {
        color: #454E5C;
        position: relative;
    }
    body#black .top-menu .topHeader li.senalMeganoticias a,
    body#black .top-menu .topHeader li.senalMega a,
    body#black .top-menu .topHeader li.Megadenuncias a,
    body#black .top-menu .topHeader li.loUltimo a {
        
        color: #ffffff;
    }
    .top-menu .topHeader li.megaInvestiga a {
        color: #1ea88b;
        position: relative;
    }
    .top-menu .topHeader li.Megadenuncias {
        padding: 0 0 0 6px;
    }
    .top-menu .topHeader li.Megadenuncias svg {
        fill: #1ea88b;
        width: 12px;
        position: absolute;
        right: -14px;
        top: -1px;
    }
    .top-menu .topHeader li.megaInvestiga {
        padding: 0 0 0 2px;
        margin: 0;
    }
    .top-menu .topHeader li.senalMeganoticias a .punto,
    .top-menu .topHeader li.senalMega a .punto {
        display: inline;
        width: 6px;
        height: 6px;
        background-color: #ea2f3b;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: -10px;
        padding: 0;
        animation-name: live;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-direction: alternate;
    }
    .top-menu .topHeader li.senalMeganoticias,
    .top-menu .topHeader li.senalMega { 
        padding: 0 0 0 10px;
    }
    #menu-overlay {
        display: block;
        width: 100%;
    }
    #menu-overlay .nav {
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }
    #menu-overlay .row.top {
        margin-bottom: 30px;
    }
    #menu-overlay button {
        width: 14%;
    }
    #menu-overlay .column.logo {
        width: 66px;
    }
    #menu-overlay .column.logo img.logo-mg {
        width: 40px;
    }
    #menu-overlay .column.buscador-menu {
        padding-left: 0;
        display: inherit;
    }
    #menu-overlay .column.logo a svg {
        width: 44px;
    }
    #menu-overlay input#search2,
    #menu-overlay button {
        height: 40px;
    }
    #menu-overlay button {
        font-size: 1.8em;
        padding: 9px 0 27px 0;
    }
    #menu-overlay input#search2 {
        font-size: 2em;
        padding-left: 20px;
        margin: 0 0 0 10px;
        width: 82%;
    }
    #menu-overlay .menuOverlay .item {
        width: 49%;
        margin: 0 2% 0 0;
    }
    #menu-overlay .menuOverlay .item + .item {
        width: 49%;
        margin: 0 0 0 0;
    }
    #menu-overlay .menuOverlay .item + .item + .item {
        width: 49%;
        margin: 50px 2% 50px 0;
    }
    #menu-overlay .menuOverlay .item  + .item + .item + .item{
        width: 49%;
        margin: 50px 0 50px 0;
    }
    #menu-overlay .menuOverlay .item .redes {
        margin: 50px 0 0 0;
    }
    #menu-overlay .column.cerrar {
        width: 34px;
    }
    #menu-overlay .column.cerrar a {
        padding-top: 10px;
    }
    #menu-overlay .row.top {
        height: 40px;
    }
    #menu-overlay .menuOverlay {
        display: inline-block;
    }
    #menu-overlay .menuOverlay .column {
        margin-right: 2%;
        width: 48%;
        float: left;
        margin-bottom: 40px;
    }
    #menu-overlay .menuOverlay .column.rrss {
        width: 100%;
        text-align: center;
    }
    #menu-overlay.activo {
        overflow: scroll;
    }
    #menu-overlay .menuOverlay h3 {
        font-size: 2em;
    }
    #menu-overlay .menuOverlay .column.rrss li a {
        font-size: 3em;
    }
    #menu-overlay button#buscadorbtnleft svg {
        width: 20px;
    }
    #buscador-overlay .row {
        width: 100%;
        margin-top: 20px;
    }
    #buscador-overlay .row.top {
        padding: 0 20px;
        height: 40px;
        margin-top: 30px;
    }
    #buscador-overlay .resultados {
        padding: 0 20px;
    }
    #buscador-overlay input#search {
        height: 40px;
        padding-left: 10px;
        font-size: 2em;
        width: 78%;
    }
    #buscador-overlay button {
        width: 11%;
        height: 40px;
        font-size: 1.6em;
        padding: 9px 0 27px 0;
    }
    #buscador-overlay .click-buscar {
        font-size: 1.6em;
    }
    #buscador-overlay .column.cerrar {
        padding-top: 10px;
    }
    #buscador-overlay .resultados h3 {
        font-size: 2em;
    }
    #buscador-overlay .resultados article {
        float: left;
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #buscador-overlay.activo {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }
    #buscador-overlay .resultados .btn {
        margin: 20px 0 100px 0;
    }
    footer {
        position: relative;
        padding: 0;
    }
    footer .container {
        padding: 30px 20px;
    }
    footer .top {
        display: block;
    }
    footer .top .item {
        padding-right: 20px;
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 30px;
    }
    footer .top .item.logo {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    footer .top .item.rrss {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin: 0;
    }
    footer .top .item + .item {
        width: 49%;
        margin: 0 2% 0 0;
    }
    footer .top .item + .item + .item {
        width: 49%;
        margin: 0 0 0 0;
    }
    footer .top .item + .item + .item + .item {
        width: 49%;
        margin: 30px 2% 0 0;
    }
    footer .top .item + .item + .item + .item + .item {
        width: 49%;
        margin: 30px 0 0 0;
    }
    footer .top .redes {
        margin: 40px 0 0 0;
    }
    footer img.logo-mega {
        margin-right: 0;
    }
    footer .top .item li {
        padding: 2px 0;
    }
    footer .top .item a {
        font-size: 1.7em;
        display: block;
        padding: 4px 0;
    }
    footer .top .item p.titulo {
        font-size: 2.2em;
        margin: 0 0 10px 0;
    }
    footer .top .item {
        padding-right: 10px;
    }
    footer .top .item.logo a.normal {
        margin: 0;
    }
    footer .top .item h3.accordeonFooter {
        margin: 0;
    }
    footer .top .item a.normal {
        padding: 0;
    }
    footer .top .item h3.megamedia {
        padding-top: 20px;
    }
    footer .top .item.logo a.normal svg {
        width: 64px;
        height: 64px;
    }
    footer .bottom {
        flex-direction: column;
        padding: 20px 0 0 0;
    }
    footer .bottom p {
        margin-top: 10px;
    }
    footer .bottom .left {
        text-align: center;
        width: 100%;
    }
    footer .bottom .right {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    .section-dfp.top {
        width: 100%;
    }
    .section-dfp.top .box {
        width: 320px;
        height: 100px;
    }
    .section-dfp.top .box .top {
        width: 320px;
        height: 100px;
    }
    .section-dfp.topright {
        width: 100%;
    }
    .section-dfp.topright .box {
        min-width: 300px;
    }
    .section-dfp.topright .box .topright {
        min-width: 300px;
    }
    .section-dfp.right {
        width: 100%;
    }
    .section-dfp.right .box {
        min-width: 300px;
    }
    .section-dfp.right .box .right {
        min-width: 300px;
    }
    .section-dfp.bottom1,
    .section-dfp.bottom2,
    .section-dfp.bottom3 {
        width: 100%;
    }
    .section-dfp.bottom1 .box,
    .section-dfp.bottom2 .box,
    .section-dfp.bottom3 .box {
        min-width: 300px;
    }
    .section-dfp.bottom1 .box .bottom1,
    .section-dfp.bottom2 .box .bottom2,
    .section-dfp.bottom3 .box .bottom3 {
        min-width: 300px;
    }
    #stickyunit_dsk #stickyunit_block {
        display: block;
        position: relative;
        margin: 0 auto;
        height: auto;
        min-height: 0;
        width: 320px;
    }
    #stickyunit_mbl #stickyunit_block {
        display: block;
        position: relative;
        margin: 0 auto;
        height: auto;
        min-height: 0;
        width: 320px;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main {
        width: 100% !important;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article .contenedor-otros-videos .container .otros-videos {
        margin-left: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main .contenedor-otros-videos .container {
        margin-top: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article {
        margin-top: 0;
    }
    body#black #skin_branding.ad_skin {
        background-color: #0d141e;
        background-image: url() !important;
    }
    body#black #skin_branding.ad_skin main#main {
        background-color: #0d141e;
    }
    body#black #skin_branding.ad_skin main#main .contenido-video,
    body#black #skin_branding.ad_skin .contenido-video .aside-top,
    body#black #skin_branding.ad_skin .contenido-video .video-principal {
        background-color: #0e151f;
    }
    body#black #skin_branding.ad_skin .container aside.right {
        background-color: #182332;
    }
    body#black #skin_branding.ad_skin main#main .contenedor-otros-videos {
        margin-top: 20px;
    }
    body#black #skin_branding.ad_skin header .row.menu {
        background-color: #0000;
    }
    body#black #skin_branding.ad_skin header {
        background-color: #172231;
        border-bottom: 1px solid #202d40;
    }
    body#black #skin_branding.ad_skin main#main {
        margin: inherit;
        width: 100%;
    }
    body#portada section.mas-noticias .notas article.dfp {
        width: 100%;
    }
    body#portada section.mas-noticias .notas article + article + article + article .section-dfp.right {
        margin-bottom: 20px;
    }
    body#black .section-dfp.topright {
        margin-top: 20px;
    }
    .breadcrumb {
        width: 96%;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    main#main .alertas + .breadcrumb {
        margin-top: 0;
    }
    #enDirecto {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 6px;
        padding-top: 6px;
    }
    #portada #enDirecto {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 6px;
    }
    #enDirecto .box {
        height: 50px;
        line-height: unset;
    }
    #enDirecto .box .left {
        width: 30%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #enDirecto .box .right {
        width: 70%;
        height: 50px;
    }
    #enDirecto .box .left .titulo {
        width: 100%;
    }
    #enDirecto .box .left .titulo h3 {
        font-size: 1.4em;
        padding: 0 10px 0 26px;
        display: flex;
        align-items: center;
        height: 50px;
    }
    #enDirecto .box .left img {
        top: 13px;
        left: 2px;
    }
    #enDirecto .box .right ul {
        height: 50px;
    }
    #enDirecto .box .right ul li {
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }
    #enDirecto .box .right ul li a {
        font-size: 1.2em;
        line-height: 1em;
        padding: 0 10px;
        display: inline;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #enDirecto .owl-item {
        padding: 0 !important;
    }
    #enDirecto .owl-stage-outer,
    #enDirecto .owl-stage {
        height: 50px;
    }
    #enDirecto .carouselEnDirectoTexto .owl-stage-outer,
    #enDirecto .carouselEnDirectoTexto .owl-stage {
        height: 50px;
    }
    .alertas {
        display: inline-block;
        padding-top: 10px;
        width: 96%;
        margin: 0% 2%;
    }
    .alertas .box {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    .alertas .box .listaAlerta p {
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px;
        font-size: 1.6em;
        width: 100%;
    }
    .alertas .box .listaAlerta p span {
        display: block;
        margin-right: 10px;
        width: 4%;
        float: left;
    }
    .alertas .box .listaAlerta p span + span {
        padding: 0;
        display: none;
        width: auto;
    }
    .alertas .box .listaAlerta p span + span + span {
        padding: 0 20px 0 0;
        display: inline;
        width: 90%;
    }
    .alertas .box .listaAlerta p span + span + span + span {
        position: absolute;
        right: 0;
        top: 6px;
        font-size: 0.9em;
    }
    .temasDelMomento {
        height: 24px;
        overflow: hidden;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .temasDelMomento .box {
        width: 95%;
        padding: 4px 0 0 10px;
        margin: 0;
        text-align: left;
    }
    .temasDelMomento .box ul li.temas {
        display: none;
    }
    .temasDelMomento .box ul li a,
    .temasDelMomento .box ul li .titulo {
        font-size: 1.1em;
        line-height: 1.6em;
    }
    .temasDelMomento .box ul li.enlace {
        display: inline;
        position: absolute;
        top: 4px;
        right: -3%;
        margin: 0;
        padding: 0 14px 0 0;
    }
    .temasDelMomento .box ul li.enlace svg {
        width: 10px;
        fill: #fff;
        position: absolute;
        right: 0;
        top: 4px;
    }
    .temasDelMomento .box ul li.enlace svg path {
        fill: #fff;
    }
    .temasDelMomento .box ul li a.masTemas {
        z-index: 9;
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
    }
    /* más temas*/
    .temasDelMomento.todosTemas {
        height: auto;
    }
    .temasDelMomento.todosTemas .box {
        padding: 4px 0 4px 10px;
    }
    .temasDelMomento.todosTemas .box ul li.enlace svg {
        transform: rotate(180deg);
    }
    .temasDelMomento.todosTemas + header {
        top: 42px;
    }
    .temasDelMomento.todosTemas + header + .top-menu {
        top: 100px;
    }

}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 720px;
    }
    main#main {
        margin-top: 0;
        margin-bottom: 50px;
    }
    #portada main {
        display: block;
        position: relative;
        width: 720px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 0;
    }
    header {
        height: 60px;
        display: block;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 24px;
        z-index: 9999;
    }
    header.nav-up {
        top: -60px;
    }
    header .row.menu {
        height: 60px;
    }
    header .row.menu .column {
        display: none;
    }
    header .row.menu .column + .column + .column {
        display: none;
    }
    header .row.menu .column.logo {
        text-align: left;
        padding-top: 8px;
        display: block;
    }
    header .container {
        display: block;
        padding: 0;
    }
    header img.logo-mg {
        width: 280px;
        height: 53px;
    }
    header ul.right {
        padding-top: 16px;
    }
    header ul li {
        font-size: 2em;
    }
    .top-menu {
        padding: 4px 30px;
        display: block;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 84px;
        z-index: 9999;
    }
    body#white.deportes header img.logo-mg-3 {
        width: 280px;
        height: 53px;
    }
    header .row.bottom-menu,
    header#header .senales-envivo,
    header#header .senales-envivo.on {
        display: none;
    }
    header .row.menu .column + .column + .column + .column {
        display: block;
    }
    .top-menu ul li.envivo {
        float: left;
        margin-left: 0;
        line-height: 22px;
    }
    .top-menu ul li.envivo a {
        background-color: #fff600;
        color: #151f2c;
        font-size: 1em;
        font-weight: 400;
        padding: 4px 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
    header ul.right li {
        padding: 0;
        margin-right: 0;
    }
    header ul.right li + li {
        padding: 0;
        margin-right: 40px;
    }
    header ul.right li a.click-buscar,
    header ul.right li a.click-buscar:hover {
        color: #20af91;
    }
    .top-menu .log-in-wrap .text-older a p,
    .top-menu .topHeader li a p {
        display: inline;
    }
    .top-menu .topHeader li.portada {
        float: left;
    }
    .top-menu .log-in-wrap .text-older p span {
        display: none;
    }
    .top-menu .topHeader li {
        display: inline-block;
    }
    .top-menu .topHeader a {
        font-size: 1em;
    }
    .top-menu .topHeader li.senalMeganoticias a,
    .top-menu .topHeader li.senalMega a {
        color: #ea2f3b;
        position: relative;
    }
    .top-menu .topHeader li.senalMeganoticias a .punto,
    .top-menu .topHeader li.senalMega a .punto {
        display: inline;
        width: 8px;
        height: 8px;
        background-color: #ea2f3b;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: -14px;
        padding: 0;
        animation-name: live;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-direction: alternate;
    }
    .top-menu .topHeader li a p {
        display: inline;
    }
    .top-menu .topHeader li {
        display: inline-block;
        margin: 0 20px 0 0;
        float: left;
        text-align: center;
        position: relative;
        padding: 0 0 0 16px;
    }
    .top-menu .topHeader li + li + li + li {
        margin: 0;
        padding: 0;
    }
    .top-menu .topHeader li.mega-senalenvivo a {
        color: #fff;
        background-color: #2d28b6;
        padding: 2px 6px;
        border-radius: 4px;
    }
    .top-menu .topHeader li.senalMeganoticias a,
    .top-menu .topHeader li.senalMega a,
    .top-menu .topHeader li.Megadenuncias a,
    .top-menu .topHeader li.loUltimo a {
        color: #454E5C;
        position: relative;
    }
    body#black .top-menu .topHeader li.senalMeganoticias a,
    body#black .top-menu .topHeader li.senalMega a,
    body#black .top-menu .topHeader li.Megadenuncias a,
    body#black .top-menu .topHeader li.loUltimo a {
        color: #ffffff;
    }
    .top-menu .topHeader li.Megadenuncias svg {
        fill: #1ea88b;
        width: 14px;
        position: absolute;
        left: -18px;
    }
    .top-menu .topHeader li.Megadenuncias {
        padding: 0 0 0 14px;
    }
    .top-menu .topHeader li.megaInvestiga {
        padding: 0 0 0 14px;
    }
    .top-menu .topHeader li.megaInvestiga a {
        color: #1ea88b;
        position: relative;
        font-weight: 500;
    }
    .top-menu .topHeader li.senalMeganoticias a .punto,
    .top-menu .topHeader li.senalMega a .punto {
        display: inline;
        width: 6px;
        height: 6px;
        background-color: #ea2f3b;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: -10px;
        padding: 0;
        animation-name: live;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-direction: alternate;
    }
    .top-menu .topHeader li.senalMeganoticias,
    .top-menu .topHeader li.senalMega { 
        padding: 0 0 0 10px;
    }
    .top-menu .topHeader a.lo-ultimo {
        font-weight: 400;
        color: #ea2f3b;
    }
    .top-menu .topHeader a.lo-ultimo svg {
        width: 14px;
        fill: #ea2f3b;
        margin: 0;
        position: absolute;
        left: -18px;
    }
    .top-menu .topHeader li.senalMeganoticias a,
    .top-menu .topHeader li.senalMega a,
    .top-menu .topHeader li.Megadenuncias a,
    .top-menu .topHeader li.loUltimo a {
        color: #454E5C;
        position: relative;
    }
    .topHeader {
        width: 720px;
        margin: 0 auto;
    }
    #menu-overlay .nav {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
    }
    #menu-overlay .row.top {
        margin-bottom: 30px;
    }
    #menu-overlay button {
        width: 14%;
    }
    #menu-overlay .column.buscador-menu {
        padding-left: 50px;
    }
    #buscador-overlay .row {
        width: 100%;
        margin-top: 20px;
    }
    #buscador-overlay .row.top {
        padding: 0 20px;
    }
    #buscador-overlay .resultados {
        margin-top: 0;
        padding: 0 20px;
    }
    #buscador-overlay .resultados article {
        width: 48%;
        margin-right: 4%;
        height: 350px;
        margin-bottom: 20px;
    }
    #buscador-overlay .resultados article + article {
        width: 48%;
        margin-right: 0%;
        height: 350px;
        margin-bottom: 20px;
    }
    #buscador-overlay .resultados article + article + article {
        width: 48%;
        margin-right: 4%;
        height: 350px;
        margin-bottom: 20px;
    }
    #buscador-overlay .resultados article + article + article + article {
        width: 48%;
        margin-right: 0%;
        height: 350px;
        margin-bottom: 20px;
    }
    #buscador-overlay .resultados article.box-generica .bottom {
        height: 150px;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption {
        height: 70px;
    }
    #buscador-overlay.activo {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }
    #menu-overlay input#search2 {
        width: 86%;
    }
    footer {
        display: inline-block;
        position: relative;
        padding: 0;
    }
    footer .container {
        padding: 40px 0 80px 0;
    }
    footer .bottom {
        flex-direction: column;
    }
    footer .bottom p {
        margin-top: 10px;
    }
    footer .bottom .left {
        text-align: center;
        width: 100%;
    }
    footer .bottom .right {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    footer .top .item {
        width: 32%;
        margin: 0 2% 0 0;
    }
    footer .top .item + .item {
        width: 32%;
        margin: 0 2% 0 0;
    }
    footer .top .item + .item + .item{
        width: 32%;
        margin: 0 0 0 0;
    }
    footer .top .item + .item + .item + .item{
        width: 49%;
        margin: 50px 2% 0 0;
    }
    footer .top .item  + .item + .item + .item + .item{
        width: 49%;
        margin: 50px 0 0 0;
    }
    .section-dfp.top {
        width: 100%;
    }
    .section-dfp.top .box {
        min-width: 300px;
    }
    .section-dfp.top .box .top {
        min-width: 300px;
    }
    .section-dfp.topright {
        width: 100%;
    }
    .section-dfp.topright .box {
        min-width: 300px;
    }
    .section-dfp.topright .box .topright {
        min-width: 300px;
    }
    .section-dfp.right {
        width: 100%;
    }
    .section-dfp.right .box {
        min-width: 300px;
    }
    .section-dfp.right .box .right {
        min-width: 300px;
    }
    .section-dfp.bottom1,
    .section-dfp.bottom2,
    .section-dfp.bottom3 {
        width: 100%;
    }
    .section-dfp.bottom1 .box,
    .section-dfp.bottom2 .box,
    .section-dfp.bottom3 .box {
        min-width: 300px;
    }
    .section-dfp.bottom1 .box .bottom1,
    .section-dfp.bottom2 .box .bottom2,
    .section-dfp.bottom3 .box .bottom3 {
        min-width: 300px;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main {
        width: 720px !important;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article .contenedor-otros-videos .container .otros-videos {
        margin-left: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main .contenedor-otros-videos .container {
        margin-top: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article {
        margin-top: 0;
    }
    body#black #skin_branding.ad_skin {
        background-color: #0d141e;
        background-image: url() !important;
    }
    body#black #skin_branding.ad_skin main#main {
        background-color: #0d141e;
    }
    body#black #skin_branding.ad_skin main#main .contenido-video,
    body#black #skin_branding.ad_skin .contenido-video .aside-top,
    body#black #skin_branding.ad_skin .contenido-video .video-principal {
        background-color: #0e151f;
    }
    body#black #skin_branding.ad_skin .container aside.right {
        background-color: #182332;
    }
    body#black #skin_branding.ad_skin main#main .contenedor-otros-videos {
        margin-top: 20px;
    }
    body#black #skin_branding.ad_skin header .row.menu {
        background-color: #0000;
    }
    body#black #skin_branding.ad_skin header {
        background-color: #172231;
        border-bottom: 1px solid #202d40;
    }
    body#black #skin_branding.ad_skin main#main {
        margin: inherit;
        width: 100%;
    }
    body#black .section-dfp.topright {
        margin-top: 20px !important;
    }
    body#portada section.mas-noticias .notas article.dfp {
        display: none;
    }
    .breadcrumb {
        width: 720px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    main#main .alertas + .breadcrumb {
        margin-top: 0;
    }
    #enDirecto {
        width: 720px;
    }
    #enDirecto .box .left {
        width: 100px;
    }
    #enDirecto .box .right {
        width: 620px;
    }
    #enDirecto .box .right ul li a {
        font-size: 1.4em;
        line-height: 1em;
        padding: 0 10px;
    }
    #enDirecto .box .left .titulo h3 {
        font-size: 1.4em;
        padding: 0 10px 0 30px;
    }
    #enDirecto .box .left img {
        top: 7px;
        left: 4px;
    }
    article.box-generica .top {
        width: 216px;
        height: 122px;
        background-color: #eff0f1;
    }
    article.box-generica .top img {
        width: 216px;
        height: 122px;
    }
    article.box-video-secciones .top,
    article.box-video .top {
        width: 216px;
        height: 122px;
        background-color: #242f40;
    }
    article.box-video-secciones .top img,
    article.box-video .top img {
        width: 216px;
        height: 122px;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen {
        width: 224px;
        height: 130px;
        background-color: #eff0f1;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen img {
        width: 224px;
        height: 130px;
    }
    #destacado-home article figure a,
    #destacado-home article figure a img {
        width: 468px !important;
        height: 263px;
    }
    body#portada section.noticias .destacado article.box-generica-home .top a,
    body#portada section.noticias .destacado article.box-generica-home .top img {
        width: 216px;
        height: 122px;
    }
    article.box-generica-home .top a,
    article.box-generica-home .top img {
        width: 331px;
        height: 187px;
    }
    body#portada section.especial .container.contenido .left .imagen,
    body#portada section.especial .container.contenido .left .imagen img {
        width: 720px;
        height: 720px;
    }
    body#portada section.especial .container.contenido .right .notas article figure a,
    body#portada section.especial .container.contenido .right .notas article figure img {
        width: 317px;
        height: 317px;
    }
    body#portada section.especialTres .box2 article.box-generica-home .top a,
    body#portada section.especialTres .box2 article.box-generica-home .top img,
    body#portada section.especialTres .box3 article.box-generica-home .top a,
    body#portada section.especialTres .box3 article.box-generica-home .top img {
        width: 309px;
        height: 172px;
    }
    body#portada section.videos .box-categorias figure .box-img,
    body#portada section.videos .box-categorias figure .box-img img {
        width: 331px;
        height: 187px;
    }
    .alertas {
        width: 720px;
    }
    .alertas .box {
        display: inline-block;
        width: 720px;
        height: auto;
    }
    .temasDelMomento {
        height: 24px;
        overflow: hidden;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .temasDelMomento .box {
        width: 720px;
    }
    .temasDelMomento .box ul li.temas {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1160px) {
    .container {
        width: 1000px;
    }
    main#main {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #portada main {
        display: block;
        position: relative;
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    header .row.menu .column {
        display: block;
    }
    header .row.menu .column + .column + .column {
        display: block;
    }
    header .row.menu .column.logo {
        text-align: left;
        padding-top: 2px;
        display: block;
    }
    header .row.menu .column + .column + .column + .column {
        display: none;
    }
    header .row.bottom-menu {
        width: 1000px;
    }
    header .column.menu {
        width: 660px;
    }
    header .column.senales ul li a .punto {
        top: 4px;
    }
    header .row.bottom-menu .column.lo-ultimo {
        padding: 16px 6px 10px 6px;
    }
    .top-menu {
        display: none;
    }
    header img.logo-mg {
        margin-top: 0;
    }
    body#white.deportes header img.logo-mg-3 {
        margin-top: 0;
    }
    header#header .senales-envivo.on {
        display: none;
    }
    header .column.lo-ultimo {
        width: 8%;
    }
    header .column.menu {
        width: 61%;
        padding: 16px 6px 14px 6px;
    }
    header .column.senales {
        width: 32%;
    }
    header nav ul li {
        padding: 0 0 0 12px;
    }
    header .column.senales ul li + li {
        padding: 0 0 0 14px;
    }
    header .row.bottom-menu .column.lo-ultimo a {
        font-size: 1.2em;
    }
    header ul li {
        font-size: 1.2em;
    }
    header .column.senales ul {
        padding: 15px 10px 14px 0;
    }
    header ul.right li a.click-buscar,
    header ul.right li a.click-buscar:hover {
        color: #20af91;
    }
    header nav ul li + li + li + li + li + li + li + li + li + li {
        display: none;
    }
    #menu-overlay .nav {
        width: 1000px;
        margin-top: 20px;
        padding: 0 20px;
    }
    #menu-overlay .row.top {
        margin-bottom: 30px;
    }
    #menu-overlay button {
        width: 10%;
    }
    #menu-overlay .column.buscador-menu {
        padding-left: 100px;
    }
    #buscador-overlay .row {
        width: 1000px;
    }
    #buscador-overlay .row.top {
        padding: 0 20px;
    }
    #buscador-overlay .resultados {
        padding: 0 20px;
    }
    #buscador-overlay.activo {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }
    #buscador-overlay .resultados article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article + article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article + article + article {
        width: 23%;
        margin-right: 0%;
    }
    #buscador-overlay .resultados article.box-generica .bottom {
        padding: 10px;
        height: 200px;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption {
        height: 120px;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box {
        width: 100%;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box .usuario {
        width: 130px;
    }
    footer {
        position: relative;
        padding: 20px 0 0 0;
    }
    footer .container {
        padding: 20px 0;
    }
    footer .bottom {
        flex-direction: column;
    }
    footer .bottom p {
        margin-top: 10px;
    }
    footer .bottom .left {
        text-align: center;
        width: 100%;
    }
    footer .bottom .right {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    footer .top .item p.titulo {
        font-size: 2em;
    }
    .section-dfp.top {
        width: 100%;
    }
    .section-dfp.top .box {
        min-width: 300px;
    }
    .section-dfp.top .box .top {
        min-width: 300px;
    }
    .section-dfp.topright {
        width: 100%;
    }
    .section-dfp.topright .box {
        min-width: 300px;
    }
    .section-dfp.topright .box .topright {
        min-width: 300px;
    }
    .section-dfp.right {
        width: 100%;
    }
    .section-dfp.right .box {
        min-width: 300px;
    }
    .section-dfp.right .box .right {
        min-width: 300px;
    }
    .section-dfp.bottom1,
    .section-dfp.bottom2,
    .section-dfp.bottom3 {
        width: 100%;
    }
    .section-dfp.bottom1 .box,
    .section-dfp.bottom2 .box,
    .section-dfp.bottom3 .box {
        min-width: 300px;
    }
    .section-dfp.bottom1 .box .bottom1,
    .section-dfp.bottom2 .box .bottom2,
    .section-dfp.bottom3 .box .bottom3 {
        min-width: 300px;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main {
        width: 1000px !important;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article .contenedor-otros-videos .container .otros-videos {
        margin-left: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main .contenedor-otros-videos .container {
        margin-top: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article {
        margin-top: 0;
    }
    body#black #skin_branding.ad_skin {
        background-color: #0d141e;
        background-image: url() !important;
    }
    body#black #skin_branding.ad_skin main#main {
        background-color: #0d141e;
    }
    body#black #skin_branding.ad_skin main#main .contenido-video,
    body#black #skin_branding.ad_skin .contenido-video .aside-top,
    body#black #skin_branding.ad_skin .contenido-video .video-principal {
        background-color: #0e151f;
    }
    body#black #skin_branding.ad_skin .container aside.right {
        background-color: #182332;
    }
    body#black #skin_branding.ad_skin main#main .contenedor-otros-videos {
        margin-top: 20px;
    }
    body#black #skin_branding.ad_skin header .row.menu {
        background-color: #0000;
    }
    body#black #skin_branding.ad_skin header {
        background-color: #172231;
        border-bottom: 1px solid #202d40;
    }
    body#black #skin_branding.ad_skin main#main {
        margin: inherit;
        width: 100%;
    }
    body#portada section.mas-noticias .notas article.dfp {
        display: none;
    }
    .breadcrumb {
        width: 1000px;
    }
    main#main .alertas + .breadcrumb {
        margin-top: 0;
    }
    #enDirecto {
        width: 1000px;
    }
    #enDirecto .box .right {
        width: 850px;
    }
    article.box-generica .top {
        width: 300px;
        height: 169.52px;
        background-color: #eff0f1;
    }
    article.box-generica .top img {
        width: 300px;
        height: 169.52px;
    }
    article.box-video-secciones .top,
    article.box-video .top {
        width: 300px;
        height: 169.52px;
        background-color: #242f40;
    }
    article.box-video-secciones .top img,
    article.box-video .top img {
        width: 300px;
        height: 169.52px;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen {
        width: 312px;
        height: 180px;
        background-color: #eff0f1;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen img {
        width: 312px;
        height: 180px;
    }
    #destacado-home article figure a,
    #destacado-home article figure a img {
        width: 408px !important;
        height: 230px;
    }
    body#portada section.noticias .destacado article.box-generica-home .top a,
    body#portada section.noticias .destacado article.box-generica-home .top img {
        width: 204px;
        height: 116px;
    }
    #destacado-home.envivo article.box-generica-home figure a {
        display: block;
        width: 204px;
        height: 116px;
        float: unset;
        background-color: #eff0f1;
    }
    #destacado-home.envivo article.box-generica-home .top .box-top .top-nota .box ul li.categoria a,
    #destacado-home.envivo article.box-generica-home figure figcaption a {
        background-color: transparent !important;
        width: unset !important;
        height: unset !important;
    }
    #destacado-home.envivo article.box-generica-home figure a img {
        width: 204px !important;
        height: 116px !important;
    }
    article.box-generica-home .top a,
    article.box-generica-home .top img {
        width: 230px;
        height: 130px;
    }
    body#portada section.especial .container.contenido .left .imagen,
    body#portada section.especial .container.contenido .left .imagen img {
        width: 500px;
        height: 500px;
    }
    body#portada section.especial .container.contenido .right .notas article figure a,
    body#portada section.especial .container.contenido .right .notas article figure img {
        width: 226px;
        height: 226px;
    }
    body#portada section.especialTres .box2 article.box-generica-home .top a,
    body#portada section.especialTres .box2 article.box-generica-home .top img,
    body#portada section.especialTres .box3 article.box-generica-home .top a,
    body#portada section.especialTres .box3 article.box-generica-home .top img {
        width: 226px;
        height: 128px;
    }
    body#portada section.videos .box-categorias figure .box-img,
    body#portada section.videos .box-categorias figure .box-img img {
        width: 230px;
        height: 130px;
    }
    .alertas {
        width: 1000px;
    }
    .alertas .box {
        display: inline-block;
        width: 1000px;
        height: auto;
    }
    .temasDelMomento .box {
        width: 1000px;
    }
}
@media (min-width: 1161px) and (max-width: 1289px) {
    .container {
        width: 1160px;
    }
    main#main {
        margin-top: 50px;
    }
    #portada main {
        display: block;
        position: relative;
        width: 1160px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    header .row.menu .column {
        display: block;
    }
    header .row.menu .column + .column + .column {
        display: block;
    }
    header .row.menu .column.logo {
        text-align: left;
        padding-top: 8px;
        display: block;
    }
    header .row.menu .column + .column + .column + .column {
        display: none;
    }
    header .row.bottom-menu {
        width: 1160px;
    }
    header .column.menu {
        width: 700px;
    }
    .top-menu {
        display: none;
    }
    header .column.lo-ultimo {
        width: 8%;
    }
    header .column.menu {
        width: 61%;
    }
    header .column.senales {
        width: 35%;
    }
    header nav ul li {
        padding: 0 0 0 14px;
    }
    header .column.senales ul li + li {
        padding: 0 0 0 20px;
    }
    header ul.right li a.click-buscar,
    header ul.right li a.click-buscar:hover {
        color: #20af91;
    }
    header nav ul li + li + li + li + li + li + li + li + li + li {
        display: none;
    }
    #menu-overlay .nav {
        width: 1160px;
        margin-top: 20px;
        padding: 0 20px;
    }
    #menu-overlay .row.top {
        margin-bottom: 30px;
    }
    #menu-overlay button {
        width: 10%;
    }
    #menu-overlay .column.buscador-menu {
        padding-left: 100px;
    }
    #buscador-overlay .row {
        width: 1160px;
    }
    #buscador-overlay .row.top {
        padding: 0 20px;
    }
    #buscador-overlay .resultados {
        padding: 0 20px;
    }
    #buscador-overlay.activo {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }
    #buscador-overlay .resultados article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article + article {
        width: 23%;
        margin-right: 2%;
    }
    #buscador-overlay .resultados article + article + article + article {
        width: 23%;
        margin-right: 0%;
    }
    #buscador-overlay .resultados article.box-generica .bottom {
        padding: 10px;
        height: 200px;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption {
        height: 120px;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box {
        width: 100%;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box .usuario {
        width: 130px;
    }
    footer {
        position: relative;
        padding: 20px 0 0 0;
    }
    footer .container {
        padding: 20px 0;
    }
    footer .bottom {
        flex-direction: column;
    }
    footer .bottom p {
        margin-top: 10px;
    }
    footer .bottom .left {
        text-align: center;
        width: 100%;
    }
    footer .bottom .right {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    footer .top .item p.titulo {
        font-size: 2em;
    }
    .section-dfp.top {
        width: 100%;
    }
    .section-dfp.top .box {
        min-width: 300px;
    }
    .section-dfp.top .box .top {
        min-width: 300px;
    }
    .section-dfp.topright {
        width: 100%;
    }
    .section-dfp.topright .box {
        min-width: 300px;
    }
    .section-dfp.topright .box .topright {
        min-width: 300px;
    }
    .section-dfp.right {
        width: 100%;
    }
    .section-dfp.right .box {
        min-width: 300px;
    }
    .section-dfp.right .box .right {
        min-width: 300px;
    }
    .section-dfp.bottom1,
    .section-dfp.bottom2,
    .section-dfp.bottom3 {
        width: 100%;
    }
    .section-dfp.bottom1 .box,
    .section-dfp.bottom2 .box,
    .section-dfp.bottom3 .box {
        min-width: 300px;
    }
    .section-dfp.bottom1 .box .bottom1,
    .section-dfp.bottom2 .box .bottom2,
    .section-dfp.bottom3 .box .bottom3 {
        min-width: 300px;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main {
        width: 1160px !important;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main .contenedor-otros-videos .container {
        margin-top: 0;
    }
    body#black.senal-en-vivo #skin_branding.ad_skin + main#main article {
        margin-top: 0;
    }
    body#black #skin_branding.ad_skin {
        background-color: #0d141e;
        background-image: url() !important;
    }
    body#black #skin_branding.ad_skin main#main {
        background-color: #0d141e;
    }
    body#black #skin_branding.ad_skin main#main .contenido-video,
    body#black #skin_branding.ad_skin .contenido-video .aside-top,
    body#black #skin_branding.ad_skin .contenido-video .video-principal {
        background-color: #0e151f;
    }
    body#black #skin_branding.ad_skin .container aside.right {
        background-color: #182332;
    }
    body#black #skin_branding.ad_skin main#main .contenedor-otros-videos {
        margin-top: 20px;
    }
    body#black #skin_branding.ad_skin header .row.menu {
        background-color: #0000;
    }
    body#black #skin_branding.ad_skin header {
        background-color: #172231;
        border-bottom: 1px solid #202d40;
    }
    body#black #skin_branding.ad_skin main#main {
        margin: inherit;
        width: 100%;
    }
    .breadcrumb {
        width: 1160px;
    }
    #enDirecto {
        width: 1160px;
    }
    #enDirecto .box .right {
        width: 1010px;
    }
    article.box-generica .top {
        width: 249px;
        height: 140.7px;
        background-color: #eff0f1;
    }
    article.box-generica .top img {
        width: 249px;
        height: 140.7px;
    }
    article.box-video-secciones .top,
    article.box-video .top {
        width: 249px;
        height: 140.7px;
        background-color: #242f40;
    }
    article.box-video-secciones .top img,
    article.box-video .top img {
        width: 249px;
        height: 140.7px;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen {
        width: 238px;
        height: 135px;
        background-color: #eff0f1;
    }
    .linea-tiempo article.item-lt .contenido figure .imagen img {
        width: 238px;
        height: 135px;
    }
    #destacado-home article figure a,
    #destacado-home article figure a img {
        width: 550px;
        height: 309px;
    }
    body#portada section.noticias .destacado article.box-generica-home .top a,
    body#portada section.noticias .destacado article.box-generica-home .top img {
        width: 249px;
        height: 141px;
    }
    #destacado-home.envivo article.box-generica-home figure a {
        display: block;
        width: 249px;
        height: 141px;
        float: unset;
        background-color: #eff0f1;
    }
    #destacado-home.envivo article.box-generica-home .top .box-top .top-nota .box ul li.categoria a,
    #destacado-home.envivo article.box-generica-home figure figcaption a {
        background-color: transparent !important;
        width: unset !important;
        height: unset !important;
    }
    #destacado-home.envivo article.box-generica-home figure a img {
        width: 249px !important;
        height: 141px !important;
    }
    article.box-generica-home .top a,
    article.box-generica-home .top img {
        width: 267px;
        height: 150px;
    }
    body#portada section.especial .container.contenido .left .imagen,
    body#portada section.especial .container.contenido .left .imagen img {
        width: 580px;
        height: 580px;
    }
    body#portada section.especial .container.contenido .right .notas article figure a,
    body#portada section.especial .container.contenido .right .notas article figure img {
        width: 250px;
        height: 250px;
    }
    body#portada section.especialTres .box2 article.box-generica-home .top a,
    body#portada section.especialTres .box2 article.box-generica-home .top img,
    body#portada section.especialTres .box3 article.box-generica-home .top a,
    body#portada section.especialTres .box3 article.box-generica-home .top img {
        width: 230px;
        height: 130px;
    }
    body#portada section.videos .box-categorias figure .box-img,
    body#portada section.videos .box-categorias figure .box-img img {
        width: 267px;
        height: 150px;
    }
    .alertas {
        width: 1160px;
    }
    .alertas .box {
        width: 1160px;
    }
    .temasDelMomento .box {
        width: 1160px;
    }
}
@media (min-width: 1290px) {
    .container {
        width: 1290px;
    }
    header .row.menu .column {
        display: block;
    }
    header .row.menu .column + .column + .column {
        display: block;
    }
    header .row.menu .column.logo {
        text-align: left;
        padding-top: 8px;
        display: block;
    }
    header .row.menu .column + .column + .column + .column {
        display: none;
    }
    .top-menu {
        display: none;
    }
}
@media (min-width: 200px) and (max-width: 319px) {
    header img.logo-mg {
        width: 200px;
        top: 10px;
    }
    body#articulo.deportes header img.logo-mg-3 {
        width: 200px;
        top: 10px;
    }
    body#white.deportes header img.logo-mg-3 {
        width: 200px;
        top: 10px;
    }
    .top-menu ul li {
        font-size: 1.4em;
    }
    .top-menu .topHeader a {
        font-size: 0.8em;
    }
    .top-menu .topHeader li.senalMeganoticias a .punto,
    .top-menu .topHeader li.senalMega a .punto {
        top: 2px;
    }
    #menu-overlay .nav {
        padding: 0 10px;
    }
    #menu-overlay .menuOverlay li a {
        font-size: 1.4em;
    }
    #menu-overlay .menuOverlay .column.rrss li a {
        font-size: 3em;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption a {
        font-size: 1.3em;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box .fecha p,
    article.box-generica .bottom .box .usuario ul.acciones li {
        font-size: 1.4em;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption {
        height: 130px;
    }
    #buscador-overlay .resultados article.box-generica .bottom {
        height: 230px;
    }
    #buscador-overlay .resultados .btn {
        margin: 0 0 50px 0;
    }
    article.box-generica .top {
        width: 320px;
        height: 180px;
        background-color: #eff0f1;
    }
    article.box-generica .top img {
        width: 320px;
        height: 180px;
    }
    article.box-video-secciones .top,
    article.box-video .top {
        width: 320px;
        height: 180px;
        background-color: #242f40;
    }
    article.box-video-secciones .top img,
    article.box-video .top img {
        width: 320px;
        height: 180px;
    }
    #destacado-home article figure a,
    #destacado-home article figure a img {
        width: 320px;
        height: 180px;
    }
    body#portada section.noticias .destacado article.box-generica-home .top a,
    body#portada section.noticias .destacado article.box-generica-home .top img {
        width: 320px;
        height: 180px;
    }
    #destacado-home.envivo article.box-generica-home figure a {
        display: block;
        width: 320px;
        height: 180px;
        float: unset;
        background-color: #eff0f1;
    }
    #destacado-home.envivo article.box-generica-home .top .box-top .top-nota .box ul li.categoria a,
    #destacado-home.envivo article.box-generica-home figure figcaption a {
        background-color: transparent !important;
        width: unset !important;
        height: unset !important;
    }
    #destacado-home.envivo article.box-generica-home figure a img {
        width: 320px !important;
        height: 180px !important;
    }
    article.box-generica-home .top a,
    article.box-generica-home .top img {
        width: 320px;
        height: 180px;
    }
    body#portada section.especial .container.contenido .left .imagen,
    body#portada section.especial .container.contenido .left .imagen img {
        width: 320px;
        height: 320px;
    }
    body#portada section.especial .container.contenido .right .notas article figure a,
    body#portada section.especial .container.contenido .right .notas article figure img {
        width: 260px;
        height: 260px;
    }
    body#portada section.especialTres .box2 article.box-generica-home .top a,
    body#portada section.especialTres .box2 article.box-generica-home .top img,
    body#portada section.especialTres .box3 article.box-generica-home .top a,
    body#portada section.especialTres .box3 article.box-generica-home .top img,
    body#portada section.especialTres .masNotasLoUltimo article.box-generica-home .top a,
    body#portada section.especialTres .masNotasLoUltimo article.box-generica-home .top a img,
    body#portada section.urgente .mas-notas article.box-generica-home .top img,
    body#portada section.urgente .mas-notas article.box-generica-home .top a {
        width: 300px;
        height: 169px;
    }
    body#portada section.videos .box-categorias figure .box-img,
    body#portada section.videos .box-categorias figure .box-img img {
        width: 320px;
        height: 180px;
    }
}
@media (min-width: 375px) and (max-width: 379px) {
    #menu-overlay .nav {
        padding: 0 14px;
    }
    #menu-overlay .cuenta-usuario .login a,
    #menu-overlay .cuenta-usuario h3 {
        font-size: 1.6em;
    }
    #menu-overlay .menuOverlay li a {
        font-size: 1.6em;
    }
    #menu-overlay .menuOverlay .column.rrss li a {
        font-size: 3em;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption a {
        font-size: 1.3em;
    }
    #buscador-overlay .resultados article.box-generica .bottom .box .fecha p,
    article.box-generica .bottom .box .usuario ul.acciones li {
        font-size: 1.4em;
    }
    #buscador-overlay .resultados article.box-generica .bottom figcaption {
        height: auto;
    }
    #buscador-overlay .resultados article.box-generica .bottom {
        height: auto;
    }
    #buscador-overlay .resultados .btn {
        margin: 0 0 50px 0;
    }
}

@media (min-width: 300px) and (max-width: 349px) {
    .top-menu .topHeader a {
        font-size: 0.65em;
    }
    .top-menu .topHeader li {
        margin: 0 4px 0 0;
    }
}
@media (min-width: 350px) and (max-width: 373px) {
    .top-menu .topHeader a {
        font-size: 1em;
    }
    .top-menu .topHeader li {
        margin: 0 4px 0 0;
    }
}
@media (min-width: 374px) and (max-width: 389px) {
    .top-menu .topHeader a {
        font-size: 1em;
    }
    .top-menu .topHeader li {
        margin: 0 4px 0 0;
    }
}
@media (min-width: 390px) and (max-width: 490px) {
    .top-menu .topHeader a {
        font-size: 1em;
    }
    .top-menu .topHeader li {
        margin: 0 6px 0 0;
    }
}