/*CSS mobile (Abril 2022)*/
/*GLOBALES*/
a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

.left {
    float: left;
    text-align: left
}

.right {
    float: right;
    text-align: right
}

body {
    min-width: 100%;
    margin: 0;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    margin: auto;
}

a,img {
    text-decoration: none;
    border: 0;
    outline: none;
}

article {
    font-family: 'Merriweather', serif;
    position: relative;
}

article h3.titular-noticia {
    margin: auto;
}

article .contenedor-bajada {
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400
}

time {
    font-family: 'Lato', sans-serif;
}

/*para fotos lazyload*/
img[data-src] {
    opacity: 0;
}

img[src] {
    opacity: 1;
    transition: opacity .2s ease;
}

img:not([src]) {
    visibility: hidden;
}

img[alt] {
    color: #fff0;
    ;}

picture {
    background: #333;
    display: block;
    position: relative;
}

picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: -2px !important;
}

.logo-fid {
    z-index: 1
}

.articulo-sin-foto {
    width: 90%;
    border-bottom: 2px solid #0066ff ;
    margin: auto;
    display: table
}

/*Rotulos globales*/
.contenedor-rotulo-fid {
    width: 96%;
    height: 60px;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: 10px auto 0 auto;
}

.contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #000;
    font-size: 30px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    /* background: #fff; */
    padding-top: 5px;
}

.contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #0066ff;
    width: 94px;
    left: 0;
    top: 0px;
}

.mas_rotulo {
    width: 100px;
    height: 20px;
    right: -6px;
    background: #7b7b7b;
    color: #ffffff;
    position: absolute;
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    /* border-radius: 5px; */
    font-family: lato;
    top: 0px;
}

.mas_rotulo span {
    font-weight: bold
}

/*TIPO FID*/
.tipo-fid_video {
    background: url(/noticias/imag/cooperativa_2018/iconos/fid/video_2022.svg)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    /* filter: invert(1); */
}

.tipo-fid_video:after {
    content: "Ver video";
}

.inicio-noticias section.contenedor-endirecto .tipo-fid_video:after {
    content: "Ver en vivo";
}

.tipo-fid_foto {
    background: url(/noticias/imag/cooperativa_2018/iconos/fid/foto_2022.svg)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    /* filter: invert(1); */
}

.tipo-fid_foto:after {
    content: "Ver galería";
}

.tipo-fid_audio {
    background: url(/noticias/imag/cooperativa_2018/iconos/fid/audio_2022.svg)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    filter: drop-shadow(1px 4px 6px black);
}

.tipo-fid_audio:after {
    content: "Escuchar audio";
}

/*estados*/
.estado-urge {
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    background: red;
}

.estado-desa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #eb7219bd;
    font-size: 9px;
    text-align: center;
    line-height: 1;
    padding-top: 2vw;
    text-transform: uppercase;
    font-family: lato;
    height: 19px;
}

.estado-urg .bg-icon-urg, .estado-des .bg-icon-des {
    width: 15px;
    height: 15px;
    background: url(https://www.alairelibre.cl/noticias/imag/deportes/global/ico-refresh.svg) no-repeat left center;
    background-size: 100%;
    -webkit-animation: estado-des 1s linear infinite;
    -moz-animation: estado-des 1s linear infinite;
    animation: estado-des 1s linear infinite;
    position: absolute;
    left: 5px;
}

.estado-urg p, .estado-des p {
    padding: 1.5px 0 3.5px 25px;
    font-family: 'Lato', serif;
    font-size: 10px;
    font-weight: 700;
    color: white;
}

.logo-etiqueta img {
    animation: girar-estado 5s linear infinite;
    width: 100% !important;
    min-height: unset !important;
}

.card {
    padding: inherit;
    color: #646771;
    background-color: #eeebec;
    border-radius: 0;
    border: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

div>button {
    padding: 4px
}

.divider {
    border-top: 2px solid rgba(189, 196, 203, 0.5);
}

/*GLOBALES*/
/*nota titular 1 (MODULO con foto)*/
article#movil-nota-1 {
    width: 100%;
    background: #f1d5d5;
    color: black;
    display: table;
    margin: auto;
    margin: 0px auto 10px auto;
    /* padding-bottom: 10px; */
    /* margin-top: 55px; */
}

article#movil-nota-1 picture {
    width: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 56vw;
    background: #000;
}

article#movil-nota-1 picture img {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
}

article#movil-nota-1 picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

article#movil-nota-1 picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 17vw;
    height: 17vw;
    color: #0066ff;
    background-size: 100%;
    z-index: 1;
    /* display: none; */
    top: 2%;
    right: 2%;
}

article#movil-nota-1 picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

article#movil-nota-1 h1.titular-noticia, article#movil-nota-1 h3.titular-noticia, article#movil-nota-1 h2.titular-noticia {
    width: 96%;
    font-size: 25px;
    font-size: 1.4em;
    font-size: 6vw;
    margin: 10px auto 15px auto;
    color: #000;
    line-height: normal;
    text-rendering: optimizeLegibility;
    letter-spacing: inherit;
    font-style: normal;
    font-weight: normal;
    font-family: 'Merriweather', serif;
    /* letter-spacing: -1px; */
}

article#movil-nota-1 .contenedor-bajada {
    width: 96%;
    font-size: 18px;
    font-size: 5vw;
    margin: auto;
    /* margin-left: 32px; */
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal;
    display: none;
}

article#movil-nota-1 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#movil-nota-1 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#movil-nota-1 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/otros/ico_cuadrado_rosa.svg);
    color: #cce0ff;
    margin-left: 0%;
    margin-right: 2%;
}

article#movil-nota-1 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #bd0b66;
    font-weight: normal;
    font-size: 16px;
    font-size: 5vw;
    margin-left: 10px;
    line-height: normal;
    /* position: absolute; */
}

article#movil-nota-1 .contenedor-datos {
    width: 96%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 9vw;
    /* padding-left: 8vw; */
}

article#movil-nota-1 .contenedor-datos .fecha-publicacion {
    /* color: #ff6800; */
}

article#movil-nota-1 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#movil-nota-1 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#movil-nota-1 .contenedor-datos .fecha-publicacion time {
    /* color: #ffffff; */
    /* font-weight: normal; */
    /* text-shadow: 0px 0px 4px black; */
    /* background: #f1d5d5 !important; */
    /* padding: 2px; */
    /* padding-left: 6vw; */
    /* width: 11vw; */
    /* height: 11vw; */
    /* display: flex; */
    /* border-radius: 50%; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-left: 3vw; */
    /* margin-bottom: 3vw; */
    /* color: #000000; */
    /* font-weight: bold; */
    /* font-size: 3vw; */
}

/*nota titular 2  (MODULO sin foto)*/
article#movil-nota-2 {
    width: 96%;
    background: #dcdfe4;
    color: black;
    margin: auto;
    display: table;
    margin: 10px auto;
    padding-bottom: 10px;
}

article#movil-nota-2 h3.titular-noticia,article#movil-nota-2 h2.titular-noticia {
    width: 96%;
    font-size: 24px;
    font-size: 1.4em;
    font-size: 5.5vw;
    margin: auto;
    padding: 35px 2% 0 2%;
    line-height: normal;
    /* letter-spacing: -1px; */
}

article#movil-nota-2 .contenedor-bajada {
    width: 96%;
    font-size: 17px;
    margin-left: 2%;
}

article#movil-nota-2 .contenedor-bajada .texto-bajada p {
    width: 88%;
    font-size: 18px;
    font-size: 4.7vw;
    padding: 0 6%;
    margin-top: 20px;
    line-height: normal;
}

article#movil-nota-2 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#movil-nota-2 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/ico_cuadrado.svg);
    color: #cce0ff;
    margin-left: -7%;
    margin-right: 3%;
}

article#movil-nota-2 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #0047b2;
    font-weight: normal;
    font-size: 16px;
    font-size: 4vw;
    margin-left: 10px;
    line-height: normal;
    /* position: absolute; */
}

article#movil-nota-2 .contenedor-datos {
    width: 96%;
    /* margin: 0px 0; */
    max-height: 100px;
    padding: 0 2%;
}

article#movil-nota-2 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#movil-nota-2 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#movil-nota-2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#movil-nota-2 .contenedor-datos .fecha-publicacion {
}

article#movil-nota-2 .contenedor-datos .fecha-publicacion time {
    color: #000000;
    /* font-weight: normal; */
    font-size: 3vw;
    text-shadow: none;
}

/*Multimedia*/
section.wrapper-multimedia {
    background: #000000;
    width: 100%;
    margin: 15px auto;
    padding: 0px 0 20px 0px;
    display: block;
}

section.wrapper-multimedia .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #fff;
    font-size: 26px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: flex;
    vertical-align: middle;
    background: #000000;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

section.wrapper-multimedia .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #1a4398;
    width: 94px;
    left: 0;
    /* top: 0px; */
    bottom: 15px;
}

section.wrapper-multimedia .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f4921e;
}

section.wrapper-multimedia .owl-stage {
    left: -6.5%;
}

section.wrapper-multimedia .mas_rotulo {
    width: 100px;
    height: 20px;
    right: 0px;
    background: #242424;
    color: #ffffff;
    position: absolute;
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    /* border-radius: 5px; */
    font-family: lato;
    top: 0px;
}

article#m-noticia-multimedia {
    width: 96%;
    display: table;
    color: #fff;
    margin: auto;
    padding: 0 2%;
    margin-top: 20px;
    min-height: 250px;
}

article#m-noticia-multimedia.modulo-dark {
    background: #3c3c3c;
    color: #fff;
}

article#m-noticia-multimedia picture {
    margin: auto;
    display: table;
    width: 100%;
    min-height: 36vw;
    position: relative;
}

article#m-noticia-multimedia picture img {
    width: 100%;
    height: auto;
    min-height: 100px;
    display: block
}

article#m-noticia-multimedia picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

article#m-noticia-multimedia picture .logo-fid {
    position: absolute;
    opacity: .8;
    display: table;
    width: 16vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    /* margin: -35vw 43%; */
    top: 35%;
    left: 41%;
    z-index: 2;
}

article#m-noticia-multimedia picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

article#m-noticia-multimedia h3.titular-noticia {
    width: 100%;
    font-size: 24px;
    font-size: 5.5vw;
    margin: auto;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
    min-height: 57px;
    letter-spacing: -1px;
}

article#m-noticia-multimedia .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

article#m-noticia-multimedia .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#m-noticia-multimedia .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#m-noticia-multimedia .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#m-noticia-multimedia .contenedor-datos .fecha-publicacion time {
    font-weight: normal;
}

/*ARTICULO CON FOTO LADO IZQUIERDO Y TEXTO AL LADO DERECHO*/
article#movil-foto-lateral {
    width: 96%;
    display: table;
    color: #fff;
    margin: auto;
    padding: 5px 0;
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f2;
}

article#movil-foto-lateral .contenedor-medio {
    width: 40%;
    display: table;
    float: left;
}

article#movil-foto-lateral .contenedor-medio2 {
    width: 58%;
    display: table;
    margin-left: 2%;
    float: left;
}

article#movil-foto-lateral .contenedor-medio picture {
    margin: auto;
    display: flex;
    width: 100%;
    /* margin-top: 20px; */
    position: relative;
    min-height: 21.5vw;
    max-height: 21.5vw;
}

article#movil-foto-lateral .contenedor-medio picture img {
    width: 100%;
    height: auto;
    display: block;
}

article#movil-foto-lateral .contenedor-medio picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

article#movil-foto-lateral .contenedor-medio picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 12vw;
    height: 12vw;
    color: #0066ff;
    background-size: 100%;
    bottom: 1vw;
    right: 1vw;
    z-index: 2;
}

article#movil-foto-lateral .contenedor-medio picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

article#movil-foto-lateral .contenedor-medio2 h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4.5vw;
    line-height: normal;
    font-weight: normal;
    padding: 0px 0 3px 0;
    font-family: lato;
    color: black;
}

article#movil-foto-lateral .contenedor-medio2 .fecha-publicacion {
    font-weight: lighter;
    font-size: 14px;
    font-size: 3.5vw;
    font-family: lato;
    color: #ff6600;
}

article#movil-foto-lateral .contenedor-medio2 .fecha-publicacion time {
    font-weight: normal;
}

article#movil-foto-lateral .contenedor-medio2 .seccion-articulo {
    font-size: 14px;
    font-size: 4vw;
    color: #ff6800;
    font-family: lato;
    display: none;
}
article#movil-foto-lateral.cross-site .contenedor-medio2 .seccion-articulo {
   font-size: 10px;
    font-weight: bold;
    color: #000;
    display: table;
}
    

article#movil-foto-lateral .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-top: 10px;
    float: left;
    display: none;
}

article#movil-foto-lateral .contenedor-datos .botones-redes-sociales {
    display: table;
}

article#movil-foto-lateral .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 7px;
}

article#movil-foto-lateral .contenedor-medio2 .articulo-auspiciado {
    display: table;
    color: #666;
    font-size: 10px;
}

/*Destacados*/
section.contenedor-destacados {
    display: table;
    margin: 0px auto 20px auto;
    width: 100%;
    background: whitesmoke;
}

section.contenedor-destacados .contenedor-rotulo-seccion {
    width: 100%;
    height: 20px;
    position: relative;
    margin: auto;
}

section.contenedor-destacados .contenedor-rotulo-seccion:after {
    content: "";
    top: 0px;
    position: absolute;
    border-bottom: 1px solid #9993;
    width: 100%;
}

section.contenedor-destacados .contenedor-rotulo-seccion .rotulo-seccion {
    text-transform: capitalize;
    background: #000000;
    height: 20px;
    position: absolute;
    margin: 20px 5% 0px 5%;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0px 5%;
    z-index: 1;
    font-weight: bold;
    font-family: lato;
    display: none;
}

section.contenedor-destacados article#m-magazine-movil {
    width: 92%;
    display: block;
    background: #fff;
    color: #000;
    margin: auto;
    /* padding: 0 4%; */
    padding-bottom: 1px;
}

section.contenedor-destacados article#m-magazine-movil.modulo-rosado {
    background: whitesmoke;
    color: #000;
}

section.contenedor-destacados article#m-magazine-movil picture {
    margin: auto;
    display: table;
    width: 100%;
    position: relative;
    min-height: 51vw;
}

section.contenedor-destacados article#m-magazine-movil picture img {
    width: 100%;
    height: auto;
    min-height: 150px;
    display: block;
}

section.contenedor-destacados article#m-magazine-movil picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados article#m-magazine-movil picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    margin: -19vw 6%;
    z-index: 2;
}

section.contenedor-destacados article#m-magazine-movil picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados article#m-magazine-movil .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados article#m-magazine-movil h3.titular-noticia {
    width: 100%;
    font-size: 30px;
    font-size: 5vw;
    font-family: 'Merriweather', serif;
    margin: auto;
    line-height: normal;
    margin-bottom: 15px;
    /* letter-spacing: -1px; */
}

section.contenedor-destacados article#m-magazine-movil h3.titular-noticia-secundaria {
    width: 100%;
    font-size: 24px;
    font-size: 7.5vw;
    font-family: 'Merriweather', serif;
    margin: auto;
    line-height: normal;
    margin-bottom: 15px;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-bajada {
    width: 100%;
    font-size: 24px;
    margin: auto;
    line-height: normal;
    margin-top: 15px;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-bajada .texto-bajada p {
    font-size: 5.5vw;
    font-weight: normal;
    font-family: lato;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-bajada .texto-bajada p::before {
    content: "*";
}

section.contenedor-destacados article#m-magazine-movil ul.contenedor-notas-relacionadas, section.contenedor-destacados article#m-magazine-movil div.contenedor-notas-relacionadas {
    width: 99%;
    font-size: 18px;
    margin: 15px 0px 0px 0%;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

section.contenedor-destacados article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 20px;
}

section.contenedor-destacados article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 5vw;
    font-weight: normal;
    line-height: normal;
}

section.contenedor-destacados article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
}

section.contenedor-destacados article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    margin-right: 7px;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    display: none;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    font-size: 4vw;
}

section.contenedor-destacados article#m-magazine-movil .contenedor-datos .fecha-publicacion time {
    font-weight: normal;
}

/*ARTICULO CON FOTO LADO IZQUIERDO Y TEXTO AL LADO DERECHO*/
section.contenedor-destacados article#movil-destacados-lateral {
    background: #f5f5f5;
    float: left;
    width: 100%;
    display: table;
    color: #000;
    margin: auto;
    padding: 5px 15px;
    margin-top: 0px;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio {
    width: 40%;
    display: table;
    float: left;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 {
    width: 48vw;
    display: table;
    margin-left: 2vw;
    float: left;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio picture {
    margin: 0;
    width: 40vw;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 22vw;
    border: 0px solid #bd6491;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio picture img {
    width: 100%;
    height: auto;
    display: block;
    height: auto;
    position: relative;
    margin: auto;
    width: 100%;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio picture .logo-fid {
    position: relative;
    opacity: .5;
    display: table;
    width: 10vw;
    height: 10vw;
    color: #0066ff;
    background-size: 100%;
    z-index: 2;
    right: 50%;
    left: 22%;
    /* bottom: 45%; */
    cursor: pointer;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4vw;
    font-family: 'Merriweather', serif;
    line-height: normal;
    font-weight: normal;
    padding: 3px 0;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .fecha-publicacion {
    font-weight: normal;
    font-size: 14px;
    font-size: 4vw;
    font-family: lato;
    color: #ccc;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .fecha-publicacion time {
    color: #ed7623;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .seccion-articulo {
    /* font-weight: lighter; */
    /* font-size: 14px; */
    /* font-size: 4vw; */
    vw; */color: #ff6800;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    display: none;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales {
    display: table;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 7px;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    margin: -18vw 11%;
}

section.contenedor-destacados article#movil-destacados-lateral .contenedor-medio .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados .contenedor-ultimas {
    background: #ffffff;
    width: 100%;
    margin: auto;
    display: table;
}

section.contenedor-destacados .contenedor-ultimas .contenedor-rotulo-fid {
    width: 96%;
    height: 60px;
    font-family: 'lato', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

section.contenedor-destacados .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #000000;
    font-size: 7.5vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
}

section.contenedor-destacados .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #0066ff;
    width: 94px;
    left: 0;
    top: 0px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas {
    width: 96%;
    max-height: 2000px;
    margin: auto;
    display: table;
    padding: 0 0px;
    font-weight: normal;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada {
    width: 100%;
    list-style-type: none;
    max-height: 515px;
    display: inline-table;
    border-bottom: 1px solid #999;
    margin-bottom: 0px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada:last-child {
    border-bottom: none;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada {
    width: 100%;
    font-size: 18px;
    font-size: 4.5vw;
    color: black;
    font-weight: normal;
    line-height: normal;
    margin: 0px auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 15px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada::after {
    content: "Ver +";
    color: #ccc;
    font-weight: normal;
    font-size: 4vw;
    margin-left: 10px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos {
    width: 100%;
    max-height: 100px;
    color: #000;
    /* margin-bottom: 20px; */
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada {
    display: inline-table;
    color: #0066ff;
    font-size: 13px;
    font-family: lato;
    font-weight: bold;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada span {
    display: inline-table;
    color: #ccc;
    margin-left: 5px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales {
    margin-left: 5px;
    display: inline-table;
    float: right;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    display: inline-table;
}

section.contenedor-destacados .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada time {
    color: #FF5722;
    font-weight: normal;
    font-size: 14px;
    font-family: lato;
    display: inline-table;
}

section.contenedor-destacados .movil-destacados-multimedia {
   /*background: #000000;*/
    width: 100vw;
    padding-bottom: 20px;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral {
    width: 92%;
    margin: auto;
    padding: 0px 4%;
    background: #000000;
    color: #fff;
    float: left;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio {
    width: 30%;
    display: table;
    float: left;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 {
    width: 66%;
    display: table;
    margin-left: 3%;
    float: left;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 25vw;
    border: 1px solid #666;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio picture img {
    width: 100%;
    height: auto;
    display: block;
    height: 25vw;
    position: relative;
    margin: auto;
    left: -20%;
    width: 150%;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio picture .logo-fid {
    position: relative;
    opacity: .5;
    display: table;
    width: 10vw;
    height: 10vw;
    color: #0066ff;
    background-size: 100%;
    z-index: 2;
    right: 50%;
    left: 22%;
    /* bottom: 45%; */
    cursor: pointer;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4.5vw;
    font-family: 'Merriweather', serif;
    line-height: normal;
    font-weight: normal;
    padding: 3px 0;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .fecha-publicacion {
    font-weight: normal;
    font-size: 14px;
    font-size: 4vw;
    font-family: lato;
    color: #ccc;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .fecha-publicacion time {
    color: #ed7623;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .seccion-articulo {
    /* font-weight: lighter; */
    /* font-size: 14px; */
    /* font-size: 4vw; */
    vw; */color: #ff6800;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales {
    display: table;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 7px;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    margin: -18vw 11%;
}

section.contenedor-destacados .movil-destacados-multimedia article#movil-destacados-lateral .contenedor-medio .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas {
    background: #f5f5f5;
    width: 100%;
    margin: auto;
    display: table;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas .contenedor-rotulo-fid {
    width: 96%;
    height: 60px;
    font-family: 'lato', serif;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #000000;
    font-size: 6vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    background: #f5f5f5;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #0066ff;
    width: 94px;
    left: 0;
    top: 0px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas {
    width: 96%;
    max-height: 2000px;
    margin: auto;
    display: table;
    padding: 0 0px;
    font-weight: normal;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada {
    width: 100%;
    list-style-type: none;
    max-height: 515px;
    display: inline-table;
    border-bottom: 1px solid #0066ff;
    margin-bottom: 0px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada:last-child {
    border-bottom: none;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada {
    width: 100%;
    font-size: 18px;
    font-size: 4.5vw;
    color: black;
    font-weight: normal;
    line-height: normal;
    margin: 0px auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 15px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada::after {
    content: "Ver +";
    color: #ccc;
    font-weight: normal;
    font-size: 4vw;
    margin-left: 10px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos {
    width: 100%;
    max-height: 100px;
    color: #000;
    /* margin-bottom: 20px; */
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada {
    display: inline-table;
    color: #0066ff;
    font-size: 13px;
    font-family: lato;
    font-weight: bold;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada span {
    display: inline-table;
    color: #ccc;
    margin-left: 5px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales {
    margin-left: 5px;
    display: inline-table;
    float: right;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    display: inline-table;
}

section.contenedor-destacados .movil-destacados-multimedia .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada time {
    color: #FF5722;
    font-weight: normal;
    font-size: 14px;
    font-family: lato;
    display: inline-table;
}

/*Modulo destacados - area 2 */
section.contenedor-destacados #modulo-relacionados-noticia article h3.titular-relacionados {
    width: 100%;
    font-size: 14px;
    font-size: 3.5vw;
    margin: auto;
    line-height: 1.2;
    margin-bottom: 15px;
    min-height: 24vw;
    font-family: 'merriweather', serif;
    font-weight: normal;
    margin-top: 2vw;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 13vw;
    height: 13vw;
    color: #0066ff;
    background-size: 100%;
    margin: auto;
    bottom: -3vw;
    left: 0vw;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 10vw;
    height: 11vw;
    color: #0066ff;
    background-size: 100%;
    margin: auto;
    top: 3px;
    right: 3px;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-destacados #modulo-relacionados-noticia {
    display: table;
    margin: auto;
    width: 100%;
}

section.contenedor-destacados #modulo-relacionados-noticia .rotulo-lomas {
    display: table;
    margin: auto;
    width: 96%;
    border-bottom: 1px solid #0066ff;
    font-size: 19px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    padding: 5px 0;
}

section.contenedor-destacados #modulo-relacionados-noticia article {
    width: 47%;
    color: #333;
    margin: auto;
    display: inline-table;
    margin-left: 2%;
    /* border-bottom: 1px solid #999; */
    /* margin-bottom: 20px; */
    margin-top: 3vw;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture {
    display: table;
    width: 100%;
    /* float: left; */
    max-height: 26.1vw;
    min-height: 26.1vw;
    position: relative;
}

section.contenedor-destacados #modulo-relacionados-noticia article picture img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 26vw;
}

section.contenedor-destacados #modulo-relacionados-noticia article h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4.5vw;
    font-weight: normal;
    margin: auto;
    line-height: 1.2;
    margin-top: 5px;
    min-height: 31vw;
    font-family: 'lato', serif;
}

section.contenedor-destacados #modulo-relacionados-noticia article .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    display: table;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

section.contenedor-destacados #modulo-relacionados-noticia article .contenedor-datos .botones-redes-sociales {
    display: table;
    margin: 3px;
}

section.contenedor-destacados #modulo-relacionados-noticia article .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 4px;
}

section.contenedor-destacados #modulo-relacionados-noticia article .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

section.contenedor-destacados #modulo-relacionados-noticia article .contenedor-datos .fecha-publicacion time {
    font-weight: normal;
    font-family: lato;
    font-size: 14px;
    font-size: 3.6vw;
    color: #999;
}

section.contenedor-destacados #modulo-relacionados-noticia .contenedor-rotulo-fid {
    width: 96%;
    height: 80px;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 30px;
    letter-spacing: -1px;
    border-bottom: 1px solid #0066ff;
}

section.contenedor-destacados #modulo-relacionados-noticia .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #000;
    font-size: 36px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding-top: 8px;
}

section.contenedor-destacados #modulo-relacionados-noticia #modulo-relacionados-noticia .contenedor-rotulo-seccion {
    width: 96%;
    height: 80px;
    position: relative;
    margin: auto;
    display: none;
}

section.contenedor-destacados article#m-noticia-multimedia-slide.modulo-dark {
    background: #ffffff;
    color: #000000;
}

section.contenedor-destacados .owl-stage {
    left: -17.5%;
}

section.contenedor-destacados article#m-noticia-multimedia-slide .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section.contenedor-destacados article#m-noticia-multimedia-slide .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*MAGAZINE*/
section.contenedor-magazine {
    display: table;
    margin: 10px auto 4vw auto;
    width: 100%;
    background: #881851;
}

section.contenedor-magazine .contenedor-rotulo-seccion {
    width: 100%;
    height: 20px;
    position: relative;
    margin: auto;
}

section.contenedor-magazine .contenedor-rotulo-seccion:after {
    content: "";
    top: 0px;
    position: absolute;
    border-bottom: 1px solid #ad507f;
    width: 100%;
}

section.contenedor-magazine .contenedor-rotulo-seccion .rotulo-seccion {
    text-transform: capitalize;
    background: #bd0b66;
    height: 20px;
    position: absolute;
    margin: 20px 5% 0px 5%;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0px 5%;
    z-index: 1;
    font-weight: bold;
    font-family: lato;
    display: none;
}

section.contenedor-magazine article#m-magazine-movil {
    width: 92%;
    display: block;
    background: #fff;
    color: #000;
    margin: auto;
    /* padding: 0 4%; */
    padding-bottom: 1px;
}

section.contenedor-magazine article#m-magazine-movil.modulo-rosado {
    background: #881851;
    color: #fff;
}

section.contenedor-magazine article#m-magazine-movil picture {
    margin: auto;
    display: table;
    width: 100%;
    position: relative;
    min-height: 41vw;
}

section.contenedor-magazine article#m-magazine-movil picture img {
    width: 100%;
    height: auto;
    min-height: 150px;
    display: block;
}

section.contenedor-magazine article#m-magazine-movil picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-magazine article#m-magazine-movil picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    margin: -19vw 6%;
    z-index: 2;
}

section.contenedor-magazine article#m-magazine-movil picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-magazine article#m-magazine-movil .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-magazine article#m-magazine-movil h3.titular-noticia {
    width: 100%;
    font-size: 30px;
    font-size: 5.5vw;
    font-family: 'Merriweather', serif;
    margin: auto;
    line-height: normal;
    margin-bottom: 15px;
    /* letter-spacing: -1px; */
}

section.contenedor-magazine article#m-magazine-movil h3.titular-noticia-secundaria {
    width: 100%;
    font-size: 24px;
    font-size: 7.5vw;
    font-family: 'Merriweather', serif;
    margin: auto;
    line-height: normal;
    margin-bottom: 15px;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-bajada {
    width: 100%;
    font-size: 24px;
    margin: auto;
    line-height: normal;
    margin-top: 15px;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-bajada .texto-bajada p {
    font-size: 5.5vw;
    font-weight: normal;
    font-family: lato;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-bajada .texto-bajada p::before {
    content: "*";
}

section.contenedor-magazine article#m-magazine-movil ul.contenedor-notas-relacionadas {
    width: 99%;
    font-size: 18px;
    margin: 15px 0px 0px 0%;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

section.contenedor-magazine article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 20px;
}

section.contenedor-magazine article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 5vw;
    font-weight: normal;
    line-height: normal;
}

section.contenedor-magazine article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
}

section.contenedor-magazine article#m-magazine-movil ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    margin-right: 7px;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    font-size: 4vw;
}

section.contenedor-magazine article#m-magazine-movil .contenedor-datos .fecha-publicacion time {
    font-weight: normal;
}

/*ARTICULO CON FOTO LADO IZQUIERDO Y TEXTO AL LADO DERECHO*/
section.contenedor-magazine article#movil-magazine-lateral {
    width: 96%;
    display: table;
    color: #fff;
    margin: auto;
    padding: 5px 0;
    margin-top: 15px;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio {
    width: 40%;
    display: table;
    float: left;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 {
    width: 48vw;
    display: table;
    margin-left: 2vw;
    float: left;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio picture {
    margin: 0;
    width: 40vw;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 22vw;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio picture img {
    width: 100%;
    height: auto;
    display: block;
    height: auto;
    position: relative;
    margin: auto;
    /* left: -20%; */
    width: 100%;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio picture .logo-fid {
    position: relative;
    opacity: .5;
    display: table;
    width: 10vw;
    height: 10vw;
    color: #0066ff;
    background-size: 100%;
    z-index: 2;
    right: 50%;
    left: 22%;
    /* bottom: 45%; */
    cursor: pointer;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4vw;
    font-family: 'Merriweather', serif;
    line-height: normal;
    font-weight: normal;
    padding: 3px 0;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .fecha-publicacion {
    font-weight: normal;
    font-size: 14px;
    font-size: 3vw;
    font-family: lato;
    color: #ccc;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .fecha-publicacion time {
    color: #e7e7e7;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .seccion-articulo {
    color: #ff6800;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .contenedor-datos {
    display: none;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales {
    display: table;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 7px;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    margin: -18vw 11%;
}

section.contenedor-magazine article#movil-magazine-lateral .contenedor-medio .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-magazine .contenedor-ultimas {
    /* background: #881851; */
    width: 100%;
    margin: auto;
    display: table;
    /* border-top: 1px solid #ad507f; */
}

section.contenedor-magazine .contenedor-ultimas .contenedor-rotulo-fid {
    width: 96%;
    height: 45px;
    font-family: 'lato', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

section.contenedor-magazine .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #ffffff;
    font-size: 7vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    /* background: #881851; */
}

section.contenedor-magazine .contenedor-ultimas .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #bd0b66;
    width: 94px;
    left: 0;
    top: 0px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas {
    width: 96%;
    max-height: 2000px;
    margin: auto;
    display: table;
    padding: 0 0px;
    font-weight: normal;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada {
    width: 100%;
    list-style-type: none;
    max-height: 515px;
    display: inline-table;
    border-bottom: 1px solid #ad507f;
    margin-bottom: 0px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada:last-child {
    border-bottom: none;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada {
    width: 100%;
    font-size: 18px;
    font-size: 4.5vw;
    color: white;
    font-weight: normal;
    line-height: normal;
    margin: 0px auto;
    font-family: 'Merriweather', serif;
    margin-bottom: 15px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada::after {
    content: "Ver +";
    color: #ccc;
    font-weight: normal;
    font-size: 4vw;
    margin-left: 10px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos {
    width: 100%;
    max-height: 100px;
    color: #000;
    /* margin-bottom: 20px; */
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada {
    display: inline-table;
    color: #fda4d1;
    font-size: 13px;
    font-family: lato;
    font-weight: bold;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada span {
    display: inline-table;
    color: #ccc;
    margin-left: 5px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales {
    margin-left: 5px;
    display: inline-table;
    float: right;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    display: inline-table;
}

section.contenedor-magazine .contenedor-ultimas ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .fecha-publicacion-relacionada time {
    color: #FF5722;
    font-weight: normal;
    font-size: 14px;
    font-family: lato;
    display: inline-table;
}

/*Modulo Magazine - area 2 */
section.contenedor-magazine #modulo-relacionados-noticia article h3.titular-relacionados {
    width: 100%;
    font-size: 14px;
    font-size: 3.5vw;
    margin: auto;
    line-height: 1.2;
    margin-top: 2vw;
    margin-bottom: 2vw;
    /* min-height: 29vw; */
    font-family: 'merriweather', serif;
    font-weight: normal;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 13vw;
    height: 13vw;
    color: #0066ff;
    background-size: 100%;
    margin: auto;
    bottom: -3vw;
    left: 0vw;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 10vw;
    height: 11vw;
    color: #0066ff;
    background-size: 100%;
    margin: auto;
    top: 3px;
    right: 3px;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

section.contenedor-magazine #modulo-relacionados-noticia {
    display: table;
    margin: auto;
    width: 100%;
}

section.contenedor-magazine #modulo-relacionados-noticia .rotulo-lomas {
    display: table;
    margin: auto;
    width: 96%;
    border-bottom: 1px solid #0066ff;
    font-size: 19px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    padding: 5px 0;
}

section.contenedor-magazine #modulo-relacionados-noticia article {
    width: 47%;
    color: #fff;
    margin: auto;
    display: inline-table;
    margin-left: 2%;
    /* border-bottom: 1px solid #a74476; */
    margin-bottom: 4vw;
    padding-bottom: 0vw;
    /* margin-top: 10px; */
}

section.contenedor-magazine #modulo-relacionados-noticia article picture {
    display: table;
    width: 100%;
    /* float: left; */
    max-height: 23vw;
    min-height: 23vw;
    position: relative;
}

section.contenedor-magazine #modulo-relacionados-noticia article picture img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 26vw;
}

section.contenedor-magazine #modulo-relacionados-noticia article h3.titular-noticia {
    width: 100%;
    font-size: 16px;
    font-size: 4.5vw;
    font-weight: normal;
    margin: auto;
    line-height: 1.2;
    margin-top: 5px;
    min-height: 31vw;
    font-family: 'lato', serif;
}

section.contenedor-magazine #modulo-relacionados-noticia article .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    display: table;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

section.contenedor-magazine #modulo-relacionados-noticia article .contenedor-datos .botones-redes-sociales {
    display: table;
    margin: 3px;
}

section.contenedor-magazine #modulo-relacionados-noticia article .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 3px;
}

section.contenedor-magazine #modulo-relacionados-noticia article .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

section.contenedor-magazine #modulo-relacionados-noticia article .contenedor-datos .fecha-publicacion time {
    font-weight: normal;
    font-family: lato;
    font-size: 14px;
    font-size: 3.6vw;
    color: #999;
}

section.contenedor-magazine #modulo-relacionados-noticia .contenedor-rotulo-fid {
    width: 96%;
    height: 80px;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 30px;
    letter-spacing: -1px;
    border-bottom: 1px solid #0066ff;
}

section.contenedor-magazine #modulo-relacionados-noticia .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #000;
    font-size: 36px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding-top: 8px;
}

section.contenedor-magazine #modulo-relacionados-noticia #modulo-relacionados-noticia .contenedor-rotulo-seccion {
    width: 96%;
    height: 80px;
    position: relative;
    margin: auto;
    display: none;
}

section.contenedor-magazine .contenedor-rotulo-fid {
    width: 96%;
    height: 60px;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: 10px auto 0 auto;
}

section.contenedor-magazine .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #fff;
    font-size: 30px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    /* background: #881851; */
    padding-top: 5px;
}

section.contenedor-magazine .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #bd0b66;
    width: 94px;
    left: 0;
    top: 0px;
}

section.contenedor-magazine article#m-noticia-multimedia-slide.modulo-dark {
    background: #210111;
    color: #fff;
}

section.contenedor-magazine .owl-stage {
    left: -17.5%;
}

section.contenedor-magazine article#m-noticia-multimedia-slide .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section.contenedor-magazine article#m-noticia-multimedia-slide .contenedor-datos {
    width: 100%;
    max-height: 100px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.movil-destacados-multimedia {
    width: 100vw;
}

/*EXTRA CALUGA*/
article#modulo-varios-12 {
    width: 96vw;
    margin: 10px 2% 10px 2%;
}

article#modulo-varios-12 .contenedor-imagen-caluga {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

article#modulo-varios-12 .contenedor-imagen-caluga picture {
    width: 100%;
    background: none
}

article#modulo-varios-12 .contenedor-imagen-caluga picture img {
    width: 100%
}

/*BREVES*/
article#modulo-breves {
    width: 100%;
    max-height: 1500px;
    background: #f7f5f6;
    padding-bottom: 20px;
    display: table;
    margin: 15px auto;
}

article#modulo-breves .contenedor-rotulo-seccion-normal {
    width: 96%;
    height: 60px;
    font-family: 'Merriweather', serif;
    display: table;
    background: none;
    margin-left: 7px;
    position: relative;
    top: 0px;
}

article#modulo-breves .contenedor-rotulo-seccion-normal .rotulo-seccion {
    text-align: left;
    color: #000000;
    font-size: 6vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    background: none;
}

article#modulo-breves .contenedor-rotulo-seccion-normal .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 6px solid #0066ff;
    width: 94px;
    left: 0;
    top: 0px;
}

article#modulo-breves .contenedor-menu {
    width: 100%;
    margin: auto;
    /* display: flex; */
}

article#modulo-breves .contenedor-botones {
    width: 96%;
    height: 44px;
    margin: auto;
    display: table;
    background: none;
    display: none;
}

article#modulo-breves .contenedor-botones ul#listas {
    overflow: hidden;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

article#modulo-breves .contenedor-botones ul#listas li {
    width: 20%;
    height: 32px;
    float: left;
    border-right: 0px solid #cecece;
}

article#modulo-breves .contenedor-botones ul#listas li#current a {
    background: #cecece;
    color: #fff
}

article#modulo-breves .contenedor-botones ul#listas li:last-child {
    border-right: none;
}

article#modulo-breves .contenedor-botones ul#listas a {
    position: relative;
    padding: 9px 0px;
    width: 100%;
    float: left;
    text-decoration: none;
    color: #999;
    text-align: center;
    font-family: lato;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
}

article#modulo-breves .contenedor-botones ul#listas a:hover,#listas a:hover::after,#listas a:focus,#listas a:focus::after {
    background: #cdcdcd;
    color: #fff;
}

article#modulo-breves .contenedor-botones ul#listas a:focus {
    outline: 0;
}

article#modulo-breves ul.contenedor-notas-relacionadas {
    width: 100%;
    max-height: 2000px;
    margin: auto;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    font-weight: normal;
    /* background: #f7f5f6; */
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada {
    width: 90%;
    margin: 5px 4%;
    padding: 1%;
    list-style-type: none;
    max-height: 515px;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #ffffff;
    /* background: white; */
    border-radius: 2px;
    position: relative;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada:last-child {
    border-bottom: none;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/otros/ico_flecha.svg);
    color: #cce0ff;
    margin-left: -23px;
    margin-right: 4px;
    position: relative;
    top: -3px;
    display: none;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada a {
    width: 100%
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada {
    width: 100%;
    /* min-height: 95px; */
    /* max-height: 470px; */
    font-size: 5vw;
    color: black;
    font-weight: normal;
    line-height: normal;
    font-family: merriweather;
    margin: 0px auto 10px auto;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada a h3.titular-relacionada::after {
    content: "Ver +";
    color: #06f;
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
    display: none;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos {
    width: 100%;
    color: #0066ff;
    /* margin: 0 10px; */
    /* margin-top: 10px; */
    font-size: 4vw;
    display: table;
    /* flex-flow: wrap; */
    /* font-family: lato; */
    position: relative;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .categoria-ultimo {
    /* width: 28%; */
    float: left;
    display: inline-table;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada {
    display: inline-table;
    color: #0066ff;
    font-size: 14px;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .logo-fid-relacionada span {
    display: inline-table;
    color: #333;
    margin-left: 0px;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    /* width: 20%; */
    margin-top: -7px;
    position: relative;
    margin-right: 0;
    right: 0;
    float: right;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .contenedor-datos .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    display: inline-table;
    /* float: left; */
    /* text-align: center; */
    margin-right: 5px;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .fecha-publicacion-relacionada {
    font-weight: normal;
    font-family: lato;
    font-size: 4vw;
    color: #9e9e9e;
    position: relative;
    bottom: 0;
    display: inline-table;
    /* align-content: flex-end; */
    /* align-items: flex-end; */
    float: left;
    margin-left: 5px;
}

article#modulo-breves ul.contenedor-notas-relacionadas li.nota-relacionada .fecha-publicacion-relacionada time {
    font-weight: normal;
    color: #898989;
    font-size: 3vw;
}

article#modulo-breves .mas-noticias {
    width: 100%;
    margin: auto;
    max-height: 100px;
    color: #000;
    color: #c57601;
    text-align: right;
    font-family: lato;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

/*macro etiqueta modulo /misma para mobile/*/
.mam_etiqueta_modulo {
    position: relative;
    width: 70%;
    /* height: 20px; */
    background: linear-gradient(60deg,#0066ff,#0066ff, transparent);
    z-index: 2;
    top: 0;
    display: flex;
    padding: 5px;
}

.mam_etiqueta_modulo .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
}

.mam_etiqueta_modulo .logo-etiqueta span {
    font-size: 3vw;
    height: 100%;
    width: 155px;
    display: flex;
    flex: none;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: lato;
}

.urgente_etiqueta_modulo {
    position: absolute;
    width: 70%;
    /* height: 20px; */
    background: linear-gradient(60deg,#ff0013, transparent);
    z-index: 2;
    top: 0;
    display: flex;
    padding: 5px;
}

.urgente_etiqueta_modulo .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
}

.urgente_etiqueta_modulo span {
    font-size: 3vw;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: lato;
    text-shadow: 0px 1px 1px #8e0000;
}

.desarrollo_etiqueta_modulo {
    position: relative;
    width: 70%;
    /* height: 20px; */
    background: linear-gradient(60deg,#ff7600, transparent);
    z-index: 2;
    top: 0;
    display: flex;
    padding: 5px;
}

.desarrollo_etiqueta_modulo .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
}

.desarrollo_etiqueta_modulo span {
    font-size: 3vw;
    height: 100%;
    width: 155px;
    display: flex;
    flex: none;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: lato;
    text-shadow: 0px 1px 1px #924800;
}

/*macro etiqueta modulo /misma para mobile/   ---FH*/
/*macro etiqueta modulo bottom*/
.mam_etiqueta_modulo_bot {
    position: absolute;
    width: 50%;
    height: 20px;
    background: linear-gradient(60deg,#0066ff,#0066ff, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.mam_etiqueta_modulo_bot .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
}

.mam_etiqueta_modulo_bot .logo-etiqueta span {
    font-size: 1rem;
    height: 100%;
    width: 155px;
    display: flex;
    flex: none;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: lato;
}

.urgente_etiqueta_modulo_bot {
    /* position: absolute; */
    width: 50%;
    /* height: 20px; */
    background: linear-gradient(60deg,#ff0013, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.urgente_etiqueta_modulo_bot .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
}

.urgente_etiqueta_modulo_bot span {
    font-size: 1rem;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: lato;
    text-shadow: 0px 1px 1px #8e0000;
}

.desarrollo_etiqueta_modulo_bot {
    position: relative;
    width: 50%;
    /* height: 20px; */
    background: linear-gradient(60deg,#ff7600, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.desarrollo_etiqueta_modulo_bot .logo-etiqueta {
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
}

.desarrollo_etiqueta_modulo_bot span {
    font-size: 1rem;
    height: 100%;
    width: 155px;
    display: flex;
    flex: none;
    color: #fff;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: lato;
    text-shadow: 0px 1px 1px #924800;
}

/*MODULO M360*/
.modulo-iframe-m360 {
    display: table;
    margin: auto;
    width: 98vw;
    height: 222vw;
    /* margin: 20px auto 10px auto!important; */
}

.modulo-iframe-m360 iframe {
    display: table;
    margin: auto;
    width: 100%;
    height: 100%;
    min-height: 588px;
}

/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 690px;
    }
}

@media (min-width: 350px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 710px;
    }
}

@media (min-width: 375px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 796px;
    }
}

@media (min-width: 425px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 838px;
    }
}

@media (min-width: 460px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 895px;
    }
}

@media (min-width: 510px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 920px;
    }
}

@media (min-width: 610px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 1000px;
    }
}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {
    .modulo-iframe-m360 {
        display: table;
        margin: auto;
        width: 96%;
    }

    .modulo-iframe-m360 iframe {
        display: table;
        margin: auto;
        width: 100%;
        height: 100%;
        min-height: 1250px;
    }
}

.modulo-iframe-especial {
    display: table;
    margin: auto;
    width: 100%;
}

.modulo-iframe-especial iframe {
    width: 100%;
    min-height: 138vw;
    /* min-height: 90vw; */
    margin-top: 25px;
}

.modulo-iframe-copa {
    display: table;
    margin: auto;
    width: 100vw;
}

.modulo-iframe-copa iframe {
    display: table;
    margin: auto;
    width: 100vw;
    min-width: 100vw;
    min-height: 540vw;
}

/*MODULO M360*/
/*MODULO STREAMING*/
article#streaming-especial {
    width: 100%;
    background: linear-gradient(#0b1523,#0c1119);
    display: table;
    margin: 15px auto;
}

article#streaming-especial .contenedor-datos-streaming {
    width: 95%;
    max-height: 70px;
    color: #fff;
    display: table;
    margin: 5px auto;
    padding-top: 53px;
}

article#streaming-especial .contenedor-datos-streaming2 {
    width: 95%;
    /max-height: 70px;
    color: #fff;
    display: table;
    margin: 5px auto;
    padding-top: 53px;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-estado {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    opacity: .5;
    font-family: lato;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-logo {
    width: 180px;
    height: 41px;
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/cooperativacl.svg)no-repeat center;
    background-size: 100%;
    margin: -44px 20px 0px 0px;
    position: absolute;
    right: 0;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-programa {
    max-width: 100%;
    float: left;
    color: #ed7623;
    font-size: 5vw;
    /* text-transform: uppercase; */
    padding: 5px 0;
    margin-right: 10px;
    font-family: lato;
}

article#streaming-especial .player-rudo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: black;
}

article#streaming-especial .player-rudo iframe {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

article#streaming-especial .player-rudo img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
}

article#streaming-especial .player-rudo .capa-streaming {
    position: absolute;
    /* background: yellowgreen; */
    width: 100vw;
    margin-left: 5%;
    height: 62vw;
    cursor: pointer;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-datos {
    width: 50%;
    /* margin: auto; */
    display: table;
    max-height: 100px;
    margin-top: 10px;
    padding-right: 4px;
    margin-bottom: 15px;
    border-right: 2px solid #717171;
    float: left;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-datos .botones-redes-sociales {
    margin-top: 5px;
}

article#streaming-especial .contenedor-datos-streaming .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

article#streaming-especial .cont-rotulo-seccion-before .rotulo-seccion {
    text-align: left;
    font-size: 33px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}

article#streaming-especial .cont-rotulo-seccion-before .rotulo-seccion a {
    text-align: left;
    font-size: 6vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    color: #ffffff;
    /* border-bottom: 3px solid #48576d; */
}

article#streaming-especial .cont-rotulo-seccion-before .rotulo-seccion:before {
    content: "";
    position: absolute;
    width: 94px;
    left: 0;
    top: 0px;
    display: none;
}

article#streaming-especial .cont-rotulo-seccion-before {
    width: 96%;
    height: 9vw;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
    margin: auto;
}

article#streaming-especial .streaming-rec {
    width: 10px;
    height: 10px;
    display: inline-table;
    background: red;
    margin-right: 5px;
    border-radius: 50%;
    transition: background 1s;
    -webkit-animation-name: rec;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: rec;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/*MODULOS SLIDE NATIVOS 2022*/
/*SLIDE PRINCIPAL sm1*/
#sm1 {
    position: relative;
    width: 100%;
    height: 90vw;
    margin: 5vw 0;
}

#sm1 {
    overflow: hidden;
}

#sm1 .items {
    width: 10000px;
    position: relative;
    top: 0;
    left: -100%;
    filter: blur(0px);
}

#sm1 #prev_sm1 {
    display: none;
}

#sm1 .carousel-control-next-icon,#sm1 .carousel-control-prev-icon {
    filter: unset;
    background-color: #0047b2;
    opacity: 1;
    padding: 20px 0;
}

#sm1 img {
    height: 100%;
    width: 160vw;
    filter: brightness(0.5);
    min-height: 90vw;
}

#sm1 img.d-block {
}

#sm1 img[alt] {
    /* background: #ccc; */
}

#sm1 h3, #sm1 h2 {
    font-size: 7vw;
    font-size: 5.5vw;
    margin: 0px auto;
    color: #fff;
    text-shadow: -1px 0px 13px black;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    font-family: 'Merriweather', serif;
}

#sm1 p {
    font-size: 4vw;
    color: #fff;
    text-shadow: -1px 0px 13px black;
    margin-top: 5vw;
    text-align: left;
    line-height: 1.2;
    left: 10%;
    right: 10%;
    position: absolute;
    border-top: 1px solid #ffffff33;
    padding-top: 2vw;
    text-align: center;
    height: 27vw;
    overflow-y: hidden;
}

#sm1 .carousel-caption {
    top: 5vw;
    bottom: 1vw;
    padding: 5vw 0;
}

#sm1 .carousel-item .contenedor-datos {
    width: 77%;
    height: 80px;
    color: #fff;
    text-shadow: 0px 0px 15px black;
    position: absolute;
    /* bottom: 10vw; */
    z-index: 1;
    /* left: 15%; */
    color: #fff;
}

#sm1 .carousel-item .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

#sm1 .carousel-item .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

#sm1 .num {
    background: radial-gradient(#00000073, #00000099);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
    margin: 5px;
    border-radius: 4vw;
}

#sm1 .carousel-item {
    width: 100vw;
    height: 90vw;
    padding: 0 0vw 0 0vw;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    position: relative;
    margin-right: 0%;
    background: #b9b9b9;
    left: 0vw;
}

#sm1 .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 9vw;
    height: 9vw;
    color: #0066ff;
    background-size: 100%;
    margin: 0vw 0%;
    z-index: 1;
    bottom: 4vw;
    right: 4vw;
}

#sm1 .tipo-fid_audio:after,#sm1 .tipo-fid_foto:after,#sm1 .tipo-fid_video:after {
    display: none;
}

#sm1 .alairelibre .tipo-fid_foto {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

#sm1 .wrapper {
    overflow: hidden;
}

#sm1 .items {
    width: 10000px;
    position: relative;
    top: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

#sm1 .prev,#sm1 .next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#sm1 .prev:active,#sm1 .next:active {
    transform: scale(0.8);
}

#sm1 .logo-fid {
    position: absolute;
    opacity: .8;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 70%;
    right: 2vw;
    bottom: 2vw;
    z-index: 2;
}

/*SLIDE SECUNDARIO M2 */
.m2 {
    position: relative;
    top: 0vw;
    transform: translate(0%, 0%);
    width: 98vw;
    margin: 6vw auto 6vw auto;
    margin-left: 2vw;
}

.m2 img {
    width: 100%;
    /* filter: brightness(0.5); */
    min-height: 20px;
    background: none;
    position: relative;
    bottom: 0;
    max-height: 46vw;
}

.m2 h3,.m2 h2 {
    width: 100%;
    font-size: 24px;
    font-size: 4.5vw;
    margin: 5px auto 0 auto;
    line-height: normal;
    margin-bottom: 0;
    /* letter-spacing: -1px; */
    text-align: left;
}

.m2 .carousel-caption {
    position: relative;
    right: 15%;
    bottom: 0;
    left: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #000;
    min-height: 28vw;
    text-align: center;
    font-family: 'Merriweather', serif;
}

.m2 .contenedor-datos {
    width: 100%;
    height: 80px;
    color: #fff;
    position: relative;
    bottom: 8vw;
    z-index: 1;
    left: 0;
    padding: 0px 0;
}

.m2 .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

.m2 .botones-redes-sociales .btn-social {
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.m2 .num {
    background: radial-gradient(#00000073, #00000099);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
    margin: 5px;
}

.m2 .carousel-indicators {
    top: 0;
    bottom: unset;
}

.m2 .carousel-indicators [data-bs-target] {
    background-color: #0047b2;
}

.m2 time {
    color: #ed7623;
}

.m2 .desarrollo_etiqueta_modulo_bot {
    position: absolute;
}

.m2 .desarrollo_etiqueta_modulo_bot {
    width: 100%;
    /* height: 20px; */
    background: linear-gradient(60deg,#ff7600, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.m2 .mam_etiqueta_modulo_bot {
    position: absolute;
    width: 50%;
    height: 30px;
    background: linear-gradient(60deg,#0066ff,#0066ff, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.m2 .tipo-fid_audio:after,.m2 .tipo-fid_foto:after,.m2 .tipo-fid_video:after {
    display: none;
}

.m2 .wrapper {
    overflow: hidden;
}

.m2 .items {
    width: 10000px;
    position: relative;
    top: 0;
    left: -90vw;
}

.m2 .carousel-item {
    width: 90vw;
    height: 82vw;
    padding: 0vw 4vw;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .5s;
    position: relative;
    margin-right: 0%;
    background: #e9e9e9;
}

.m2 .prev,.m2 .next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.m2 .prev:active,.m2 .next:active {
    transform: scale(0.8);
}

.m2 .logo-fid {
    position: absolute;
    opacity: 1;
    display: table;
    width: 15vw;
    height: 16vw;
    color: #0066ff;
    background-size: 100%;
    right: 2vw;
    bottom: 2vw;
    z-index: 2;
}

.m2 .alairelibre .tipo-fid_foto {
    content: '';
    /* background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat; */
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

.m2 [type=button]:not(:disabled), .m2[type=reset]:not(:disabled), .m2[type=submit]:not(:disabled), .m2 button:not(:disabled) {
    cursor: pointer;
    display: none;
}

.m2 .carousel-item.alairelibre:after {
    bottom: 36vw;
    right: 4vw;
    left: unset;
}

.urgente_etiqueta_modulo_bot {
    position: absolute;
    width: 50%;
    background: linear-gradient(60deg ,#ff0013, transparent);
    z-index: 2;
    top: unset;
    bottom: 0;
    display: flex;
    padding: 5px;
}

.mam_etiqueta_modulo_bot .logo-etiqueta {
    position: relative;
}

.mam_etiqueta_modulo_bot .logo-etiqueta img {
    position: relative;
    bottom: 0;
    min-height: 0;
    background: none;
}

/*DARK*/
.m2.dark .carousel-caption {
    color: #fff;
}

.m2.dark .carousel-item {
    background: #3c3c3c;
    box-shadow: inset 0px 0px 1px 4px #00000030;
}

/*BLACK*/
.m2.black .carousel-caption {
    color: #fff;
}

.m2.black .carousel-item {
    background: #000;
}

/*MAGAZINE*/
.m2.magazine .carousel-caption {
    color: #fff;
}

.m2.magazine .carousel-item {
    background: #3e001f;
}

/*OPINION*/
.m2.opinion .carousel-caption {
    color: #fff;
}

.m2.opinion .carousel-item {
    background: #ccc;
}

/*AAL*/
.m2.aal .carousel-caption {
    color: #fff;
}

.m2.aal .carousel-item {
    background: #000;
}

._bot {
    display: none;
}

/*seteo bootstrap*/
.carousel-control-next,.carousel-control-prev {
    top: 43%;
    bottom: 43%;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 55px;
    left: 0;
}

.items.shifting {
    transition: left .2s ease ;
    -webkit-transition: left .2s ease ;
    -moz-transition: left .2s ease ;
    -mos-transition: left .2s ease;
    -o-transition: left .2s ease
}

.dropdown-menu {
    color: #ffffff;
    background: none;
    border: none;
}

.carousel-item.alairelibre:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 5vw;
    left: 2vw;
    z-index: 1;
}
.carousel-item.m360:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 8vw;
    left: 6vw;
    z-index: 1;
}

/*modificacion para versiones*/
.contenedor-datos {
    height: 26px !important;
    bottom: 0;
}

.contenedor-datos .botones-redes-sociales {
    display: none !important;
}

.contenedor-datos .fecha-publicacion time {
    color: #ffffff;
    font-size: 4vw;
    width: 15vw;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.5vw;
    position: absolute;
    text-shadow: 0px 0px 4px black;
}

.cont-rotulo-categoria {
    display: none;
}

/*MODULO SG*/
section#m-modulo-supergeek-portada article .botones-redes-sociales {
    display: none !important;
}

/*oculta rrss*/
/*Módulo Opinion 2022*/
section.contenedor-modulo-opinion article.contenedor-opinion:nth-child(3) {
    margin: 0 0px;
    /*0 31px*/
}

.m2 #items_m2_opinion.items {
    width: 10000px;
    position: relative;
    top: 0;
    left: -90vw;
}

.m2 #items_m2_opinion .carousel-item {
    width: 86vw;
    height: 130vw;
    padding: 2vw 4vw;
    margin: 4vw 2vw;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .5s;
    position: relative;
    margin-right: 0%;
    background: #f5f5f5;
    background: #e2e2e2;
    text-align: center;
}

.m2 #items_m2_opinion .carousel-item picture {
    background: none;
}

.m2 #items_m2_opinion .carousel-item picture img {
    border-radius: 50%;
    width: 50%;
    margin: auto;
    display: table;
    min-height: auto;
    filter: grayscale(1);
}

.m2 #items_m2_opinion .carousel-item .contenedor-nombre-perfil {
    width: 100%;
    max-height: 50px;
    font-family: lato;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
}

.m2 #items_m2_opinion .carousel-item .contenedor-nombre-perfil:after {
    content: "";
    /* position: absolute; */
    border-bottom: 5px solid #0066ff;
    width: 50px;
    max-width: 186px;
    display: table;
    margin: auto;
    margin-top: 6px;
}

.m2 #items_m2_opinion .carousel-item .contenedor-titulo-perfil {
    width: 100%;
    max-height: 130px;
    font-family: lato;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Merriweather', serif;
    margin-top: 5px;
    min-height: 20vw;
    text-align: left;
}

.m2 #items_m2_opinion .carousel-item .sector {
    width: 100%;
    max-height: 130px;
    font-family: lato;
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    font-family: lato;
    color: #0066ff;
}

/*Módulo AAL*/
.m2.aal .contenedor-rotulo-fid {
    width: 100%;
    height: 45px;
    font-family: 'lato', serif;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 10px;
    background: black;
    text-indent: 4%;
}

.m2.aal .contenedor-rotulo-fid .rotulo-seccion {
    text-align: left;
    color: #ffffff;
    font-size: 7vw;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    /* background: #881851; */
}

.m2.aal .contenedor-rotulo-fid .rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #37a7de;
    width: 94px;
    left: 0;
    top: 0px;
}

/*bloqueo carrusel AAL - pendiente, quitar de módulo AAL*/
.cmf-all .cont-rotulo .cont-txt-multimedia,#mas-media1 {
    display: none;
}

/*cubre capa de player - bg black- solo home*/
/* #clickTracking{background: black !important;} */
/*KEYFRAMES*/
/** ESTADO DE LA NOTICIA DESARROLLO Y URGENTE **/
@keyframes estado-des {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes estado-des {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes estado-urg {
    0% {
        background-color: #fd7f23;
    }

    100% {
        background-color: #eb7219;
    }
}

@-webkit-keyframes estado-urg {
    0% {
        background-color: #fd7f23
    }

    100% {
        background-color: #eb7219;
    }
}

@-webkit-keyframes reloj-mam {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes reloj-mam {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pelotatenis {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes pelotatenis {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes explo-mam {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes explo-mam {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/** ESTADO DE LA NOTICIA DESARROLLO Y URGENTE **/
@keyframes girar-estado {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes girar-estado {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*EFECTO CSS EN DIRECTO*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes pelotatenis {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes pelotatenis {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rec {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rec {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/*noticia13*/
article#modulo-noticia-13 {
    width: 96%;
    background: #dcdfe4;
    color: black;
    margin: auto;
    display: table;
    margin: 10px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-13 h3.titular-noticia,article#modulo-noticia-13 h2.titular-noticia {
    width: 96%;
    font-size: 24px;
    font-size: 1.4rem;
    font-size: 5.5vw;
    margin: auto;
    padding: 15px 2% 0 2%;
    line-height: normal;
    letter-spacing: -1px;
}

article#modulo-noticia-13 .contenedor-bajada {
    width: 96%;
    font-size: 17px;
    font-size: 6.2vw;
    margin-left: 2%;
}

article#modulo-noticia-13 .contenedor-bajada .texto-bajada p {
    width: 88%;
    font-size: 18px;
    font-size: 4.7vw;
    padding: 0 6%;
    margin-top: 20px;
    line-height: normal;
}

article#modulo-noticia-13 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-13 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/ico_cuadrado.svg);
    color: #cce0ff;
    margin-left: -7%;
    margin-right: 3%;
}

article#modulo-noticia-13 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #0047b2;
    font-weight: normal;
    font-size: 16px;
    font-size: 4vw;
    margin-left: 10px;
    line-height: normal;
    /* position: absolute; */
}

article#modulo-noticia-13 .contenedor-datos {
    width: 96%;
    margin: 10px 0;
    max-height: 100px;
    padding: 0 2%;
}

article#modulo-noticia-13 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-noticia-13 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-noticia-13 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-noticia-13 .contenedor-datos .fecha-publicacion {
}

article#modulo-noticia-13 .contenedor-datos .fecha-publicacion time {
    /* color: #ffffff; */
    /* font-weight: normal; */
    /* font-size: 4vw; */
}

/*noticia12*/
article#modulo-noticia-12 {
    width: 100%;
    background: #f1d5d5;
    color: black;
    display: table;
    margin: auto;
    margin: 15px auto;
    padding-bottom: 10px;
    /* margin-top: 55px; */
}

article#modulo-noticia-12 picture {
    width: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 56vw;
    background: #ccc;
}

article#modulo-noticia-12 picture img {
    /* height: 405px; */
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
}

article#modulo-noticia-12 picture .capa-sombra {
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
    bottom: 0px;
}

article#modulo-noticia-12 picture .logo-fid {
    position: absolute;
    opacity: .9;
    display: table;
    width: 12vw;
    height: 12vw;
    color: #0066ff;
    background-size: 100%;
    margin: 2vw 86%;
    z-index: 2;
}

article#modulo-noticia-12 picture .logo-fid:after {
    position: absolute;
    width: 127px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin: 117px 0px 0px -18px;
    display: none;
}

article#modulo-noticia-12 h1.titular-noticia,article#modulo-noticia-12 h3.titular-noticia {
    width: 96%;
    font-size: 25px;
    font-size: 6.5vw;
    margin: 0px auto;
    color: #000;
    margin-bottom: 20px;
    line-height: normal;
    text-rendering: optimizeLegibility;
    letter-spacing: inherit;
    font-style: normal;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    letter-spacing: -1px;
}

article#modulo-noticia-12 .contenedor-bajada {
    width: 96%;
    font-size: 18px;
    font-size: 5vw;
    margin: auto;
    /* margin-left: 32px; */
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

article#modulo-noticia-12 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-12 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-12 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/otros/ico_cuadrado_rosa.svg);
    color: #cce0ff;
    margin-left: 0%;
    margin-right: 2%;
}

article#modulo-noticia-12 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #bd0b66;
    font-weight: normal;
    font-size: 16px;
    font-size: 5vw;
    margin-left: 10px;
    line-height: normal;
    /* position: absolute; */
}

article#modulo-noticia-12 .contenedor-datos {
    width: 96%;
    color: #000;
    position: absolute;
    z-index: 1;
    left: 2%;
    margin-top: -25vw;
}

article#modulo-noticia-12 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-noticia-12 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-noticia-12 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-noticia-12 .contenedor-datos .fecha-publicacion {
}

article#modulo-noticia-12 .contenedor-datos .fecha-publicacion time {
    color: #ccc;
    font-weight: normal;
    text-shadow: 0px 0px 15px black;
}

article#modulo-noticia-12.alairelibre {
}
article#modulo-noticia-12.alairelibre .contenedor-datos .fecha-publicacion {
    color: black;
}
article#modulo-noticia-12.alairelibre h1.titular-noticia, article#modulo-noticia-12.alairelibre h3.titular-noticia {
    margin: 10px auto;
}

article#modulo-noticia-12.alairelibre picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

article#modulo-noticia-13.alairelibre:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

/*Logo M360*/
section.contenedor-modulo-flechas article.m360 picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

section.galeria-notas article.m360:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 1;
}

#movil-foto-lateral.m360 picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 32px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    top: 2px;
    right: -16px;
    z-index: 1;
}

article#modulo-noticia-12.m360 h1.titular-noticia, article#modulo-noticia-12.m360 h3.titular-noticia {
    margin: 10px auto;
}

article#modulo-noticia-12.m360 picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

article#modulo-noticia-13.m360:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

/*Logo supergeek*/
section.contenedor-modulo-flechas article.supergeek picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

section.galeria-notas article.supergeek:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 1;
}

#movil-foto-lateral.supergeek picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 32px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    top: 2px;
    right: -16px;
    z-index: 1;
}

article#modulo-noticia-12.supergeek {
}

article#modulo-noticia-12.supergeek h1.titular-noticia, article#modulo-noticia-12.supergeek h3.titular-noticia {
    margin: 10px auto;
}

article#modulo-noticia-12.supergeek picture:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}

article#modulo-noticia-13.supergeek:after {
    content: '';
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 44px;
    opacity: 1;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 1;
}






/*MODULO TEMAS DEL DIA*/
.modulo-temas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    /* background-color: #f8f9fa; */
    font-family: 'Merriweather';
    margin: 25px auto 0px auto;
    position: relative;
}

.modulo-temas .contenedor-logo {
    width: 50px;
    height: 50px;
    background: url('https://www.cooperativa.cl/resources/Cooperativa.svg') no-repeat center center;
    background-size: contain;
}

.modulo-temas nav.nav-temas {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modulo-temas .ul-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #9d9d9d;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.modulo-temas .nav-item {
    /* margin: 0 10px; */
    border-right: 1px solid #c7c7c7;
    /* margin: 5px auto; */
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.modulo-temas .nav-item:last-child{border-right: 0px solid black;}

.modulo-temas a {

    text-decoration: none;
    color:black;
  
}

.modulo-temas a.nav-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
}
/*cambio de color en hover*/
.modulo-temas .nav-link {
    color: initial; /* Color inicial de los enlaces */
    transition: color 0.3s; /* Transición suave para el cambio de color */
}


.modulo-temas .nav-link:hover {
    color: black; /* Color del enlace que está en hover */
}

/* Cambiar el color de los demás enlaces cuando uno está en hover */
.modulo-temas .ul-list:hover .nav-link:not(:hover):not(.selected) {
    color: #000;
}

.rot-temas{padding-right: 0px;padding-left: 0px;font-weight: bold;}

@media (max-width: 768px) {
    .modulo-temas .modulo-temas {
        flex-direction: column;
        align-items: flex-start;
    }

    .modulo-temas nav.nav-temas {
        width: 100%;
        max-width: 100vw;
        font-size: 10px;
        font-weight: bold;
        background: #cccccc26;
    }

    .modulo-temas .ul-list {
        justify-content: flex-start;
        border-bottom: 1px solid #b3b3b3;
        overflow-x: auto;
        overflow-y: hidden;
        width: auto;
        /* display: flex; */
        /* flex-direction: row; */
        flex-wrap: nowrap;
        /* align-content: center; */
        /* align-items: center; */
        /* padding: 2px 0; */
        width: 100%;
        box-shadow: -14px 2px 6px 0px #eeeeee;
    }

    .modulo-temas .nav-item {
        margin: 2px 0;
    }
    .modulo-temas a.nav-link {
    text-decoration: none;
    font-size: 3.5vw;
    font-weight: lighter;
    line-height: 1.1;
    padding: .5rem 0rem;
    text-align: center;
}
.rot-temas{padding-right: 0px;padding-left: 0px;font-weight: bold;/* position: absolute; */top: -14px;font-size: 3.4vw;}
}



