article:hover {
    cursor: pointer;
    /* -webkit-filter: saturate(1.5) brightness(1.05); */
    filter: saturate(1.1);
}

article .capa-sombra:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
    background: #0066ff;
    transition: all 1s ease;
}

article:hover .capa-sombra:before {
    width: 100%
}

article .logo-fid:hover {
    opacity: 1 !important;
}

article .logo-fid {
    z-index: 3;
}

/*video1*/
article#modulo-audio-1 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-audio-1 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-audio-1 picture img {
    width: 100%;
    min-height: 150px;
    display: block;
}

article#modulo-audio-1 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 30px;
    height: 30px;
    color: #0066ff;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

article#modulo-audio-1 .logo-fid:after {
    content: "escuchar audio";
    position: absolute;
    background: #ffffff80;
    width: 97px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    right: 0;
    bottom: -17px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-audio-1 h1.titular-texto,article#modulo-audio-1 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

article#modulo-audio-1 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-audio-1 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-audio-1 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    /* position: relative; */
    /* right: 2%; */
    float: right;
}

article#modulo-audio-1 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-audio-1 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-audio-1 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video1*/
article#modulo-audio-6 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-audio-6 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-audio-6 picture img {
    width: 100%;
    min-height: 150px;
    display: block;
}

article#modulo-audio-6 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 10px;
    right: 7%;
}

article#modulo-audio-6 .logo-fid:after {
    content: "escuchar audio";
    position: absolute;
    background: #fff;
    width: 102px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -30px;
    top: 33px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-audio-6 h1.titular-texto,article#modulo-audio-6 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 24px;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-audio-6 .contenedor-datos {
    width: 92%;
    margin: auto;
    display: table;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

article#modulo-audio-6 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

article#modulo-audio-6 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-audio-6 .contenedor-datos .fecha-publicacion {
}

article#modulo-audio-6 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
}

article#modulo-audio-6 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video2*/
article#modulo-audio-2 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 0 auto 15px auto;
}

article#modulo-audio-2 .capa-sombra {
    width: 100%;
    height: 100px;
    /* margin-left: 15px; */
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 74px;
}

article#modulo-audio-2 picture {
    margin: auto;
    display: table;
    position: relative;
    width: 100%;
    min-height: 170px;
}

article#modulo-audio-2 picture img {
    width: 100%;
    display: block;
}

article#modulo-audio-2 .contenido-picture {
    width: 180px;
    height: 172px;
    position: absolute;
    margin-top: -177px;
    margin-right: 0px;
    right: 0;
}

article#modulo-audio-2 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 10px;
    right: 3%;
}

article#modulo-audio-2 .logo-fid:after {
    content: "escuchar audio";
    position: absolute;
    background: #fff;
    width: 100px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -53px;
    top: 32px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-audio-2 h1.titular-texto,article#modulo-audio-2 h3.titular-texto {
    width: 95%;
    font-size: 1.2rem;
    margin: auto;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
    max-height: 154px;
    text-shadow: 2px 2px 6px #333;
    position: absolute;
    top: 70px;
    right: 2px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

article#modulo-audio-2 .contenedor-bajada {
    width: 85%;
    margin-left: 10%;
    margin-top: 15px;
}

article#modulo-audio-2 .contenedor-bajada .texto-bajada p {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    font-family: lato;
}

article#modulo-audio-2 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-audio-2 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-audio-2 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-audio-2 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-audio-2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-audio-2 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-audio-2 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video3*/
article#modulo-audio-3 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
}

article#modulo-audio-3 picture {
    margin: auto;
    display: table;
    position: relative;
    min-height: 150px;
    height: 100%;
    width: 100%;
}

article#modulo-audio-3 picture img {
    width: 100%;
    display: block;
}

article#modulo-audio-3 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-audio-3 .contenido-picture {
    width: 100%;
    height: 74%;
    position: absolute;
    top: 60px;
}

article#modulo-audio-3 .logo-fid {
    /* background-size: 100%; */
    /* opacity: .9; */
    /* display: table; */
    /* width: 50px; */
    /* height: 50px; */
    /* color: #0066ff; */
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 3%; */
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 30px;
    height: 30px;
    color: #0066ff;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

article#modulo-audio-3 .logo-fid:after {
    /* content:"escuchar audio"; */
    /* position: absolute; */
    /* background: #fff; */
    /* width: 100px; */
    /* height: 15px; */
    /* text-align: center; */
    /* color: #000; */
    /* line-height: 1.4; */
    /* font-family: lato; */
    /* font-weight: 300; */
    /* left: -53px; */
    /* top: 32px; */
    /* text-transform: uppercase; */
    /* font-size: 10px; */
    /* font-weight: bold; */
    content: "escuchar audio";
    position: absolute;
    background: #ffffff80;
    width: 97px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    right: 0;
    bottom: -17px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-audio-3 h1.titular-texto,article#modulo-audio-3 h3.titular-texto {
    width: 95%;
    left: 2%;
    font-size: 1.2rem;
    position: absolute;
    margin: auto;
    color: #fff;
    top: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    font-weight: normal;
}

article#modulo-audio-3 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-audio-3 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-audio-3 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-audio-3 .contenedor-datos {
    width: 85%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 13px;
    display: table;
    left: 4%;
}

article#modulo-audio-3 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-audio-3 .contenedor-datos .botones-redes-sociales {
    margin-top: 5px;
    display: table;
}

article#modulo-audio-3 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-audio-3 .contenedor-datos .fecha-publicacion {
}

article#modulo-audio-3 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-audio-3 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video4*/
article#modulo-audio-4 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-audio-4 picture {
    margin: auto;
    display: block;
    position: relative;
    min-height: 380px;
    height: 100%;
    width: 100%;
}

article#modulo-audio-4 picture img {
    width: 100%;
    display: block;
}

article#modulo-audio-4 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-audio-4 .contenido-picture {
    width: 100%;
    height: 88%;
    position: absolute;
    top: 60px;
}

article#modulo-audio-4 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 90px;
    height: 90px;
    color: #0066ff;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

article#modulo-audio-4 .logo-fid:after {
    content: "escuchar audio";
    position: absolute;
    background: #fff;
    width: 111px;
    height: 20px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    font-family: lato;
    font-weight: 300;
    left: -16px;
    top: 55px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

article#modulo-audio-4 h1.titular-texto,article#modulo-audio-4 h3.titular-texto {
    width: 90%;
    font-size: 36px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-audio-4 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-audio-4 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-audio-4 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-audio-4 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 4%;
    display: table;
    left: 6%;
}

article#modulo-audio-4 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-audio-4 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-audio-4 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-audio-4 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-audio-4 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video5*/
article#modulo-audio-5 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-audio-5 picture {
    margin: auto;
    display: block;
    position: relative;
    height: 100%;
    min-height: 600px;
    width: 100%;
}

article#modulo-audio-5 picture img {
    width: 100%;
    display: block;
}

article#modulo-audio-5 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-audio-5 .contenido-picture {
    width: 100%;
    height: 92%;
    position: absolute;
    top: 60px;
}

article#modulo-audio-5 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 110px;
    height: 110px;
    color: #0066ff;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

article#modulo-audio-5 .logo-fid:after {
    content: "escuchar audio";
    position: absolute;
    background: #fff;
    width: 138px;
    height: 25px;
    text-align: center;
    color: #000;
    line-height: 2;
    font-family: lato;
    font-weight: 300;
    left: -17px;
    top: 68px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

article#modulo-audio-5 h1.titular-texto,article#modulo-audio-5 h3.titular-texto {
    width: 90%;
    font-size: 50px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-audio-5 .contenedor-bajada {
    width: 90%;
    margin-left: 7%;
}

article#modulo-audio-5 .contenedor-bajada .texto-bajada p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-audio-5 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-audio-5 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 6%;
    display: table;
    left: 6%;
}

article#modulo-audio-5 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-audio-5 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-audio-5 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-audio-5 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-audio-5 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*foto8*/
section#modulo-audio-8 {
    width: 100%;
    background: #000;
    margin: 15px auto;
    position: relative;
    padding-bottom: 20px;
    padding: 0px 0 0px 0;
}

section#modulo-audio-8 article#modulo-principal picture {
    margin: auto;
    display: block;
    margin-top: 20px;
    position: relative;
    /* padding-top: 20px; */
    width: 92%;
    min-height: 159px;
}

section#modulo-audio-8 article#modulo-principal picture img {
    width: 100%;
    height: auto;
    display: block;
}

section#modulo-audio-8 article#modulo-principal .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 100px;
    height: 65px;
    color: #0066ff;
    position: absolute;
    top: 22%;
    left: 32%;
}

section#modulo-audio-8 article#modulo-principal .logo-fid:after {
    content: "Escuchar audio";
    position: absolute;
    background: #666;
    width: 120px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin-top: 65px;
    margin-left: -6%;
}

section#modulo-audio-8 article#modulo-principal h3.titular-texto {
    width: 92%;
    /* max-height: 170px; */
    font-size: 1.2rem;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 5px auto 10px auto;
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos {
    bottom: inherit;
    width: 92%;
    margin: auto;
    max-height: 100px;
    color: #000;
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    margin: 10px auto;
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos .botones-redes-sociales {
    display: table;
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
}

section#modulo-audio-8 article#modulo-principal .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    font-family: lato;
}

section#modulo-audio-8 article#modulo-secundario-port picture {
    margin: auto;
    display: block;
    width: 92%;
    margin-top: 20px;
    position: relative;
    min-height: 159px;
}

section#modulo-audio-8 article#modulo-secundario-port picture img {
    width: 100%;
    h;height: auto;
    display: block;
}

section#modulo-audio-8 article#modulo-secundario-port .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 80px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 30px;
    margin-left: 25px;
}

section#modulo-audio-8 article#modulo-secundario-port .logo-fid:after {
    content: "Escuchar audio";
    position: absolute;
    background: #666;
    width: 120px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin-top: 52px;
    margin-left: -20%;
}

section#modulo-audio-8 article#modulo-secundario-port h3.titular-texto {
    width: 92%;
    max-height: 170px;
    color: #fff;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: lato;
    font-size: 1rem;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

section#modulo-audio-8 article#modulo-secundario-port .contenedor-datos {
    width: 100%;
    max-height: 113px;
    color: #000;
    position: relative;
    right: 0;
    bottom: 0;
}

section#modulo-audio-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales {
    right: 10%;
    bottom: 10px;
    position: absolute;
}

section#modulo-audio-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 3px;
    display: inline-table;
}

section#modulo-audio-8 article#modulo-secundario-port .fecha-publicacion {
    float: left;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    width: 100%;
}

section#modulo-audio-8 article#modulo-secundario-port .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 92%;
    margin-bottom: 10px;
    float: left;
    font-family: lato;
    padding: 0 10px;
}

/*video1*/
article#modulo-foto-1 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-foto-1 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-foto-1 picture img {
    width: 100%;
    min-height: 150px;
    display: block;
}

article#modulo-foto-1 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 40px;
    height: 40px;
    color: #0066ff;
    position: absolute;
    bottom: 22px;
    right: 0%;
}

article#modulo-foto-1 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: rgba(255, 255, 255, .5);
    width: 69px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: unset;
    top: unset;
    bottom: -17px;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-foto-1 h1.titular-texto,article#modulo-foto-1 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    font-weight: normal;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-foto-1 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-foto-1 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-foto-1 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-foto-1 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-foto-1 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-foto-1 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video1*/
article#modulo-foto-6 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-foto-6 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-foto-6 picture img {
    width: 100%;
    min-height: 150px;
    display: block;
}

article#modulo-foto-6 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 10px;
    right: 3%;
}

article#modulo-foto-6 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 69px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -11px;
    top: 32px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-foto-6 h1.titular-texto,article#modulo-foto-6 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 24px;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-foto-6 .contenedor-datos {
    width: 92%;
    margin: auto;
    display: table;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

article#modulo-foto-6 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

article#modulo-foto-6 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-foto-6 .contenedor-datos .fecha-publicacion {
}

article#modulo-foto-6 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
}

article#modulo-foto-6 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video2*/
article#modulo-foto-2 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 0 auto 15px auto;
}

article#modulo-foto-2 .capa-sombra {
    width: 100%;
    height: 100px;
    /* margin-left: 15px; */
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 74px;
}

article#modulo-foto-2 picture {
    margin: auto;
    display: table;
    position: relative;
    width: 100%;
    min-height: 170px;
}

article#modulo-foto-2 picture img {
    width: 100%;
    display: block;
}

article#modulo-foto-2 .contenido-picture {
    width: 180px;
    height: 172px;
    position: absolute;
    margin-top: -177px;
    margin-right: 0px;
    right: 0;
}

article#modulo-foto-2 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 10px;
    right: 3%;
}

article#modulo-foto-2 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 32px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-foto-2 h1.titular-texto,article#modulo-foto-2 h3.titular-texto {
    width: 95%;
    font-size: 1.2rem;
    margin: auto;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
    max-height: 154px;
    text-shadow: 2px 2px 6px #333;
    position: absolute;
    top: 70px;
    right: 2px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

article#modulo-foto-2 .contenedor-bajada {
    width: 85%;
    margin-left: 10%;
    margin-top: 15px;
}

article#modulo-foto-2 .contenedor-bajada .texto-bajada p {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    font-family: lato;
}

article#modulo-foto-2 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-foto-2 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-foto-2 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-foto-2 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-foto-2.contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-foto-2 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-foto-2 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video3*/
article#modulo-foto-3 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
}

article#modulo-foto-3 picture {
    margin: auto;
    display: table;
    position: relative;
    min-height: 150px;
    height: 100%;
    width: 100%;
}

article#modulo-foto-3 picture img {
    width: 100%;
    display: block;
}

article#modulo-foto-3 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-foto-3 .contenido-picture {
    width: 100%;
    height: 74%;
    position: absolute;
    top: 60px;
}

article#modulo-foto-3 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 30px;
    height: 30px;
    color: #0066ff;
    position: absolute;
    bottom: 19px;
    right: 2%;
}

article#modulo-foto-3 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: #ebeae9c4;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    right: 0;
    top: 32px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-foto-3 h1.titular-texto,article#modulo-foto-3 h3.titular-texto {
    width: 95%;
    left: 2%;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    margin: auto;
    color: #fff;
    top: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-foto-3 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-foto-3 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-foto-3 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-foto-3 .contenedor-datos {
    width: 85%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 13px;
    display: table;
    left: 4%;
}

article#modulo-foto-3 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-foto-3 .contenedor-datos .botones-redes-sociales {
    margin-top: 5px;
    display: table;
}

article#modulo-foto-3 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-foto-3 .contenedor-datos .fecha-publicacion {
}

article#modulo-foto-3 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-foto-3 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video4*/
article#modulo-foto-4 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-foto-4 picture {
    margin: auto;
    display: block;
    position: relative;
    min-height: 380px;
    height: 100%;
    width: 100%;
}

article#modulo-foto-4 picture img {
    width: 100%;
    display: block;
}

article#modulo-foto-4 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-foto-4 .contenido-picture {
    width: 100%;
    height: 88%;
    position: absolute;
    top: 60px;
}

article#modulo-foto-4 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 90px;
    height: 90px;
    color: #0066ff;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

article#modulo-foto-4 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 74px;
    height: 20px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    font-family: lato;
    font-weight: 300;
    left: 8px;
    top: 56px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

article#modulo-foto-4 h1.titular-texto,article#modulo-foto-4 h3.titular-texto {
    width: 90%;
    font-size: 36px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-foto-4 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-foto-4 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-foto-4 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-foto-4 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 4%;
    display: table;
    left: 6%;
}

article#modulo-foto-4 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-foto-4 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-foto-4 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-foto-4 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-foto-4 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video5*/
article#modulo-foto-5 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-foto-5 picture {
    margin: auto;
    display: block;
    position: relative;
    height: 100%;
    min-height: 600px;
    width: 100%;
}

article#modulo-foto-5 picture img {
    width: 100%;
    display: block;
}

article#modulo-foto-5 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-foto-5 .contenido-picture {
    width: 100%;
    height: 92%;
    position: absolute;
    top: 60px;
}

article#modulo-foto-5 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 110px;
    height: 110px;
    color: #0066ff;
    position: absolute;
    bottom: 5%;
    right: 3%;
}

article#modulo-foto-5 .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 90px;
    height: 25px;
    text-align: center;
    color: #000;
    line-height: 2;
    font-family: lato;
    font-weight: 300;
    left: 10px;
    top: 67px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

article#modulo-foto-5 h1.titular-texto,article#modulo-foto-5 h3.titular-texto {
    width: 90%;
    font-size: 50px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-foto-5 .contenedor-bajada {
    width: 90%;
    margin-left: 7%;
}

article#modulo-foto-5 .contenedor-bajada .texto-bajada p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-foto-5 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-foto-5 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 6%;
    display: table;
    left: 6%;
}

article#modulo-foto-5 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-foto-5 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-foto-5 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-foto-5 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-foto-5 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*foto8*/
section#modulo-foto-8 {
    width: 100%;
    background: #000;
    margin: 15px auto;
    position: relative;
    padding-bottom: 20px;
    padding: 0px 0 0px 0;
}

section#modulo-foto-8 article#modulo-principal picture {
    margin: auto;
    display: block;
    margin-top: 20px;
    position: relative;
    /* padding-top: 20px; */
    min-height: 159px;
    width: 92%;
}

section#modulo-foto-8 article#modulo-principal picture img {
    width: 100%;
    height: auto;
    display: block;
}

section#modulo-foto-8 article#modulo-principal .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 40px;
    height: 40px;
    color: #0066ff;
    position: absolute;
    top: 5px;
    right: 5px;
}

section#modulo-foto-8 article#modulo-principal .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 74px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: normal;
    right: 0;
    bottom: -24px;
}

section#modulo-foto-8 article#modulo-principal h3.titular-texto {
    width: 92%;
    /* max-height: 170px; */
    font-size: 1.2rem;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 5px auto 10px auto;
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos {
    bottom: inherit;
    width: 92%;
    margin: auto;
    max-height: 100px;
    color: #000;
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    margin: 10px auto;
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos .botones-redes-sociales {
    display: table;
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
}

section#modulo-foto-8 article#modulo-principal .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    font-family: lato;
}

section#modulo-foto-8 article#modulo-secundario-port picture {
    margin: auto;
    display: block;
    width: 92%;
    margin-top: 20px;
    position: relative;
    min-height: 159px;
}

section#modulo-foto-8 article#modulo-secundario-port picture img {
    width: 100%;
    h;height: auto;
    display: block;
}

section#modulo-foto-8 article#modulo-secundario-port .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 30px;
    height: 30px;
    color: #0066ff;
    position: absolute;
    top: 5px;
    right: 5px;
}

section#modulo-foto-8 article#modulo-secundario-port .logo-fid:after {
    content: "Ver fotos";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 58px;
    height: 17px;
    text-align: center;
    color: #000;
    line-height: 2;
    font-family: lato;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    right: 0;
    bottom: -20px;
}

section#modulo-foto-8 article#modulo-secundario-port h3.titular-texto {
    width: 92%;
    max-height: 170px;
    color: #fff;
    margin: auto;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: lato;
    font-size: 1rem;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

section#modulo-foto-8 article#modulo-secundario-port .contenedor-datos {
    width: 100%;
    max-height: 113px;
    color: #000;
    position: relative;
    right: 0;
    bottom: 0;
}

section#modulo-foto-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales {
    left: 7%;
    bottom: 8px;
    position: absolute;
}

section#modulo-foto-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 3px;
    display: inline-table;
}

section#modulo-foto-8 article#modulo-secundario-port .fecha-publicacion {
    float: left;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    width: 100%;
}

section#modulo-foto-8 article#modulo-secundario-port .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 92%;
    margin-bottom: 10px;
    float: left;
    font-family: lato;
    padding: 0 10px;
}

/*video1*/
article#modulo-video-1 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-video-1 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-video-1 picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-video-1 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 40px;
    height: 40px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 5px;
}

article#modulo-video-1 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 61px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: unset;
    top: unset;
    bottom: -20px;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-video-1 h1.titular-texto,article#modulo-video-1 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    font-weight: normal;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-video-1 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-video-1 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-video-1 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
    float: right;
}

article#modulo-video-1 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-video-1 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-video-1 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video1*/
article#modulo-video-6 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-video-6 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-video-6 picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-video-6 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 3%;
}

article#modulo-video-6 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-video-6 h1.titular-texto,article#modulo-video-6 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 24px;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-video-6 .contenedor-datos {
    width: 92%;
    margin: auto;
    display: table;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

article#modulo-video-6 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

article#modulo-video-6 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-video-6 .contenedor-datos .fecha-publicacion {
}

article#modulo-video-6 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
}

article#modulo-video-6 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video2*/
article#modulo-video-2 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 0px auto 15px auto;
}

article#modulo-video-2 .capa-sombra {
    width: 100%;
    height: 100px;
    /* margin-left: 15px; */
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 74px;
}

article#modulo-video-2 picture {
    margin: auto;
    display: table;
    position: relative;
    width: 100%;
    min-height: 175px;
    max-height: 175px;
}

article#modulo-video-2 picture img {
    width: 100%;
    display: block;
}

article#modulo-video-2 .contenido-picture {
    width: 280px;
    height: 172px;
    position: absolute;
    margin-top: -241px;
    margin-right: 0px;
    left: 8px;
}

article#modulo-video-2 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 25px;
    right: 3%;
}

article#modulo-video-2 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -11px;
    top: 56px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-video-2 h1.titular-texto,article#modulo-video-2 h3.titular-texto {
    width: 95%;
    font-size: 1.2rem;
    margin: auto;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
    max-height: 154px;
    text-shadow: 2px 2px 6px #333;
    position: absolute;
    top: 80px;
    right: 2px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

article#modulo-video-2 .contenedor-bajada {
    width: 85%;
    margin-left: 10%;
    margin-top: 15px;
}

article#modulo-video-2 .contenedor-bajada .texto-bajada p {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    font-family: lato;
}

article#modulo-video-2 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-video-2 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-video-2 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-video-2 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-video-2 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-video-2 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-video-2 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video3*/
article#modulo-video-3 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
}

article#modulo-video-3 picture {
    margin: auto;
    display: table;
    position: relative;
    min-height: 150px;
    height: 100%;
    width: 100%;
}

article#modulo-video-3 picture img {
    width: 100%;
    display: block;
}

article#modulo-video-3 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-video-3 .contenido-picture {
    width: 100%;
    height: 81%;
    position: absolute;
    top: 40px;
}

article#modulo-video-3 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 3%;
}

article#modulo-video-3 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -11px;
    top: 52px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-video-3 h1.titular-texto,article#modulo-video-3 h3.titular-texto {
    width: 95%;
    left: 2%;
    font-size: 1.2rem;
    font-weight: normal;
    position: absolute;
    margin: auto;
    color: #fff;
    top: 25px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-video-3 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-video-3 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-video-3 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-video-3 .contenedor-datos {
    width: 85%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 13px;
    display: table;
    left: 4%;
}

article#modulo-video-3 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-video-3 .contenedor-datos .botones-redes-sociales {
    margin-top: 5px;
    display: table;
}

article#modulo-video-3 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-video-3 .contenedor-datos .fecha-publicacion {
}

article#modulo-video-3 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-video-3 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video4*/
article#modulo-video-4 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-video-4 picture {
    margin: auto;
    display: block;
    position: relative;
    min-height: 380px;
    height: 100%;
    width: 100%;
}

article#modulo-video-4 picture img {
    width: 100%;
    display: block;
}

article#modulo-video-4 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-video-4 .contenido-picture {
    width: 100%;
    height: 88%;
    position: absolute;
    top: 60px;
}

article#modulo-video-4 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 90px;
    height: 90px;
    color: #0066ff;
    position: absolute;
    bottom: 10%;
    right: 3%;
}

article#modulo-video-4 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 90px;
    height: 20px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    font-family: lato;
    font-weight: 300;
    left: 0px;
    top: 94px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

article#modulo-video-4 h1.titular-texto,article#modulo-video-4 h3.titular-texto {
    width: 90%;
    font-size: 36px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-video-4 .contenedor-bajada {
    width: 356px;
    margin-left: 42px;
}

article#modulo-video-4 .contenedor-bajada .texto-bajada p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
}

article#modulo-video-4 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-video-4 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 4%;
    display: table;
    left: 6%;
}

article#modulo-video-4 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-video-4 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-video-4 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-video-4 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-video-4 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*video5*/
article#modulo-video-5 {
    width: 100%;
    display: table;
    background: #000000;
    margin: 15px auto;
    position: relative;
}

article#modulo-video-5 picture {
    margin: auto;
    display: block;
    position: relative;
    height: 100%;
    min-height: 600px;
    width: 100%;
}

article#modulo-video-5 picture img {
    width: 100%;
    display: block;
}

article#modulo-video-5 .capa-sombra {
    width: 100%;
    height: 123px;
    position: absolute;
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    margin-top: 123px;
}

article#modulo-video-5 .contenido-picture {
    width: 100%;
    height: 91%;
    position: absolute;
    top: 60px;
}

article#modulo-video-5 .logo-fid {
    background-size: 100%;
    opacity: .7;
    display: table;
    width: 110px;
    height: 110px;
    color: #0066ff;
    position: absolute;
    bottom: 10%;
    right: 3%;
}

article#modulo-video-5 .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 107px;
    height: 25px;
    text-align: center;
    color: #000;
    line-height: 2;
    font-family: lato;
    font-weight: 300;
    left: 2px;
    top: 115px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

article#modulo-video-5 h1.titular-texto,article#modulo-video-5 h3.titular-texto {
    width: 90%;
    font-size: 50px;
    position: relative;
    margin: auto;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-shadow: 2px 2px 6px #333;
    margin-top: 20px;
}

article#modulo-video-5 .contenedor-bajada {
    width: 90%;
    margin-left: 7%;
}

article#modulo-video-5 .contenedor-bajada .texto-bajada p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: lato;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-video-5 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -20px;
    margin-right: 4px;
}

article#modulo-video-5 .contenedor-datos {
    width: 36%;
    max-height: 100px;
    color: #000;
    position: absolute;
    bottom: 6%;
    display: table;
    left: 6%;
}

article#modulo-video-5 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

article#modulo-video-5 .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
    display: table;
}

article#modulo-video-5 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

article#modulo-video-5 .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-video-5 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*foto8*/
section#modulo-video-8 {
    width: 100%;
    background: #000;
    margin: 15px auto;
    position: relative;
    padding-bottom: 20px;
    padding: 0px 0 0px 0;
}

section#modulo-video-8 article#modulo-principal picture {
    margin: auto;
    display: block;
    margin-top: 20px;
    position: relative;
    /* padding-top: 20px; */
    width: 92%;
    min-height: 159px;
}

section#modulo-video-8 article#modulo-principal picture img {
    width: 100%;
    height: auto;
    display: block;
}

section#modulo-video-8 article#modulo-principal .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 65px;
    height: 65px;
    color: #0066ff;
    position: absolute;
    top: 30%;
    left: 38%;
}

section#modulo-video-8 article#modulo-principal .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #666;
    width: 120px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin-top: 69px;
    margin-left: -40%;
}

section#modulo-video-8 article#modulo-principal h3.titular-texto {
    width: 92%;
    /* max-height: 170px; */
    font-size: 1.2rem;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 5px auto 10px auto;
}

section#modulo-video-8 article#modulo-principal .contenedor-datos {
    bottom: inherit;
    width: 92%;
    margin: auto;
    max-height: 100px;
    color: #000;
}

section#modulo-video-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    margin: 10px auto;
}

section#modulo-video-8 article#modulo-principal .contenedor-datos .botones-redes-sociales {
    display: table;
}

section#modulo-video-8 article#modulo-principal .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section#modulo-video-8 article#modulo-principal .contenedor-datos .fecha-publicacion {
}

section#modulo-video-8 article#modulo-principal .contenedor-datos .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    font-family: lato;
}

section#modulo-video-8 article#modulo-secundario-port picture {
    margin: auto;
    display: block;
    width: 92%;
    margin-top: 20px;
    position: relative;
    min-height: 159px;
}

section#modulo-video-8 article#modulo-secundario-port picture img {
    width: 100%;
    h;height: auto;
    display: block;
}

section#modulo-video-8 article#modulo-secundario-port .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 45px;
    height: 48px;
    color: #0066ff;
    position: absolute;
    bottom: 35px;
    margin-left: 35px;
}

section#modulo-video-8 article#modulo-secundario-port .logo-fid:after {
    content: "Ver video";
    position: absolute;
    background: #666;
    width: 87px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: lato;
    font-weight: 300;
    margin-top: 48px;
    margin-left: -40%;
}

section#modulo-video-8 article#modulo-secundario-port h3.titular-texto {
    width: 92%;
    max-height: 170px;
    color: #fff;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    font-family: 'Merriweather', serif;
}

section#modulo-video-8 article#modulo-secundario-port .contenedor-datos {
    width: 100%;
    max-height: 113px;
    color: #000;
    position: relative;
    display: table;
    right: 0;
    bottom: 0;
}

section#modulo-video-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales {
    right: 10%;
    bottom: 10px;
    position: absolute;
}

section#modulo-video-8 article#modulo-secundario-port .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 3px;
    display: inline-table;
}

section#modulo-video-8 article#modulo-secundario-port .fecha-publicacion {
    float: left;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    font-family: lato;
    font-size: 17px;
    width: 100%;
}

section#modulo-video-8 article#modulo-secundario-port .fecha-publicacion time {
    color: #f60;
    font-weight: normal;
    font-size: 13px;
    width: 92%;
    margin-bottom: 10px;
    float: left;
    font-family: lato;
    padding: 0 10px;
}

/*multimedia1*/
article#modulo-multimedia-1 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-multimedia-1 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-multimedia-1 picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-multimedia-1 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 3%;
}

article#modulo-multimedia-1 .tipo-fid_audio:after {
    content: "Escuchar audio";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1 .tipo-fid_foto:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1 .tipo-fid_video:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1 h1.titular-texto,article#modulo-multimedia-1 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.5rem;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-multimedia-1 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-multimedia-1 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-multimedia-1 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-multimedia-1 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-multimedia-1 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-multimedia-1 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

/*multimedia m360 1*/
article#modulo-multimedia-1.m360 {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-multimedia-1.m360 picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-multimedia-1.m360 picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-multimedia-1.m360 .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 3%;
}

article#modulo-multimedia-1.m360 .tipo-fid_audio:after {
    content: "Escuchar audio";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.m360 .tipo-fid_foto:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.m360 .tipo-fid_video:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.m360 h1.titular-texto,article#modulo-multimedia-1.m360 h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    font-weight: normal;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-multimedia-1.m360 .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-multimedia-1.m360 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-multimedia-1.m360 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-multimedia-1.m360 .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-multimedia-1.m360 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-multimedia-1.m360 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

article#modulo-multimedia-1.m360 .logo-mujer {
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/m360_sinfondo.svg)no-repeat;
    background-size: 35px;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    top: 0;
    right: 0;
}

article#modulo-multimedia-1.m360 .capa-sombra:before {
    background: #ffdb00;
}

article#modulo-multimedia-1.m360:hover .capa-sombra:before {
    background: #ffdb00;
    width: 100%
}

article#modulo-multimedia-1.m360 .filete-azulcoop:after {
    border-bottom: 1px solid #000;
}

article#modulo-multimedia-1.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-multimedia-1.m360 .cont-rotulo-categoria .fondo-azulcoop {
    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;
    top: -7px;
    /* left: -20px; */
    z-index: 1;
}

article#modulo-multimedia-1.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*multimedia m360 1*/
article#modulo-multimedia-1.alairelibre {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-multimedia-1.alairelibre picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-multimedia-1.alairelibre picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-multimedia-1.alairelibre .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 30px;
    height: 30px;
    color: #0066ff;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

article#modulo-multimedia-1.alairelibre .tipo-fid_audio:after {
    content: "Escuchar audio";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 104px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    right: 0px;
    left: unset;
    top: unset;
    bottom: -16px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.alairelibre .tipo-fid_foto:after {
    content: "Ver fotos";
    position: absolute;
    background: rgba(255, 255, 255, .5);
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: unset;
    bottom: -17px;
    right: 0;
    top: unset;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.alairelibre .tipo-fid_video:after {
    content: "Ver video";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: unset;
    top: unset;
    right: 0px;
    bottom: -17px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.alairelibre h1.titular-texto,article#modulo-multimedia-1.alairelibre h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    font-weight: normal;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-multimedia-1.alairelibre .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-multimedia-1.alairelibre .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    display: inline-table;
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-multimedia-1.alairelibre .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    /* position: relative; */
    /* right: 2%; */
    float: right;
}

article#modulo-multimedia-1.alairelibre .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-multimedia-1.alairelibre .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-multimedia-1.alairelibre ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

article#modulo-multimedia-1.alairelibre .logo-mujer {
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/aal_sinfondo.svg)no-repeat;
    background-size: 35px;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    top: 0;
    right: 0;
}

article#modulo-multimedia-1.alairelibre .capa-sombra:before {
    background: #37a7de;
}

article#modulo-multimedia-1.alairelibre:hover .capa-sombra:before {
    background: #37a7de;
    width: 100%
}

article#modulo-multimedia-1.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #06f;
}

article#modulo-multimedia-1.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-multimedia-1.alairelibre .cont-rotulo-categoria .fondo-azulcoop {
    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;
    top: -7px;
    left: 0px;
    z-index: 1;
}

article#modulo-multimedia-1.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*multimedia supergeek 1*/
article#modulo-multimedia-1.supergeek {
    width: 100%;
    color: white;
    position: relative;
    display: table;
    background: black;
    margin: 15px auto;
}

article#modulo-multimedia-1.supergeek picture {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 92%;
    position: relative;
    min-height: 150px;
}

article#modulo-multimedia-1.supergeek picture img {
    width: 100%;
    min-height: 147px;
    display: block;
}

article#modulo-multimedia-1.supergeek .logo-fid {
    background-size: 100%;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    bottom: 26px;
    right: 3%;
}

article#modulo-multimedia-1.supergeek .tipo-fid_audio:after {
    content: "Escuchar audio";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.supergeek .tipo-fid_foto:after {
    content: "Ver fotos";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.supergeek .tipo-fid_video:after {
    content: "Ver video";
    position: absolute;
    background: #fff;
    width: 67px;
    height: 15px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: lato;
    font-weight: 300;
    left: -10px;
    top: 53px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

article#modulo-multimedia-1.supergeek h1.titular-texto,article#modulo-multimedia-1.supergeek h3.titular-texto {
    width: 92%;
    max-height: 252px;
    font-size: 1.2rem;
    display: table;
    line-height: 1.2;
    margin: auto;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-multimedia-1.supergeek .contenedor-datos {
    width: 92%;
    height: 28px;
    display: table;
    z-index: 1;
    margin: auto;
    padding: 5px 0;
}

article#modulo-multimedia-1.supergeek .contenedor-datos .fecha-publicacion {
    color: #ff6800;
    width: 70%;
    /* display: inline-table; */
    font-size: 28px;
    position: relative;
    left: 0;
    float: left;
}

article#modulo-multimedia-1.supergeek .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: relative;
    right: 0;
}

article#modulo-multimedia-1.supergeek .contenedor-datos .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 5px;
}

article#modulo-multimedia-1.supergeek .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
    font-family: lato;
    font-size: 13px;
}

article#modulo-multimedia-1.supergeek ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #0066ff;
}

article#modulo-multimedia-1.supergeek .logo-mujer {
    background: url(/noticias/imag/cooperativa_2018/iconos/logos/isotipo_geek.svg)no-repeat;
    background-size: 35px;
    opacity: .9;
    display: table;
    width: 50px;
    height: 50px;
    color: #0066ff;
    position: absolute;
    top: 0;
    right: 0;
}

article#modulo-multimedia-1.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

article#modulo-multimedia-1.supergeek:hover .capa-sombra:before {
    background: #BDFC3B;
    width: 100%
}

article#modulo-multimedia-1.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #000;
}

article#modulo-multimedia-1.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-multimedia-1.supergeek .cont-rotulo-categoria .fondo-azulcoop {
    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;
    top: -10px;
    left: 0px;
    z-index: 1;
}

article#modulo-multimedia-1.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

@media only screen and (min-width: 1367px) {
    .columna-izquierda article#modulo-audio-1 picture {
        margin: auto;
        margin-top: 20px;
        display: block;
        width: 92%;
        position: relative;
        min-height: 223px;
        max-height: 223px;
    }
}

@media only screen and (max-width: 1366px) {
    .columna-izquierda article#modulo-audio-1 picture {
        margin: auto;
        margin-top: 20px;
        display: block;
        width: 92%;
        position: relative;
        min-height: 189px;
        /* max-height: 189px; */
    }
}

/*MODULO TEMAS DEL DIA*/
.modulo-temas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 10px 0;
    /* background-color: #cccccc26; */
    font-family: 'Merriweather';
    /* margin: 20px auto; */
}

.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;
    background: #cccccc26;
}

.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;
    align-content: center;
}

.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; */
    /* text-align: center; */
}

.modulo-temas .nav-item:last-child {
    border-right: 0px solid black;
}

.modulo-temas a {
    text-decoration: none;
    color: black;
}

.modulo-temas a.nav-link {
    /*color: #737373;*/
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
}

/*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: #ccc;
}

.modulo-temas .rot-temas {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
}


    .modulo-temas .col-md-7 {
        flex: 0 0 auto;
        width: 14% !important;
    }

@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: 12px;
        font-weight: bold;
    }

    .modulo-temas .ul-list {
        justify-content: space-around;
        border-bottom: 1px solid black;
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 0px 0;
    }

    .modulo-temas .nav-item {
        margin: 5px 0;
    }

    .rot-temas {
        padding-right: 0px;
        padding-left: 0px;
        font-weight: bold;
    }
}
