.contenedor-datos .botones-redes-sociales .btn-social:hover {
    filter: brightness(75%);
}

/*noticia1*/
article#modulo-noticia-1 {
    width: 100%;
    background: #f7f5f6;
    margin: auto;
    padding-bottom: 20px;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-1 h1.titular-noticia,article#modulo-noticia-1 h3.titular-noticia {
    width: 92%;
    max-height: 200px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0px auto;
    color: #000;
    line-height: 1.2;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-1 .contenedor-bajada {
    width: 86%;
    font-size: 18px;
    margin: auto;
    margin-left: 10%;
    margin-top: 15px;
    line-height: normal;
}

article#modulo-noticia-1 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-1 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-1 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-1 ul.contenedor-notas-relacionadas {
    width: 85%;
    font-size: 18px;
    margin: 15px 0px 30px 30px;
    color: #333;
    font-weight: normal;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #a2a2a2;
}

article#modulo-noticia-1 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #555;
    margin-left: 19px;
}

article#modulo-noticia-1 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-1 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-1 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 13px;
    margin-right: 6px;
}

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

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

article#modulo-noticia-1 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: absolute;
    right: 2%;
}

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

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

article#modulo-noticia-1:hover {
    opacity: .9;
}

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

/*noticia2*/
article#modulo-noticia-2 {
    width: 100%;
    /* background: #f7f5f6; */
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

article#modulo-noticia-2 .cont-rotulo-categoria {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    padding: 0 0%;
}

article#modulo-noticia-2 .cont-rotulo-categoria:after {
    content: "";
    top: 21px;
    position: absolute;
    width: 100%;
    margin-left: 0%;
}

article#modulo-noticia-2 picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

article#modulo-noticia-2 picture img {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
    transition: all 4s cubic-bezier(1, 0.28, 0.76, 0.6);
}

article#modulo-noticia-2 .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-2 .contenido-picture {
    width: 100%;
    position: absolute;
    top: 50px;
    display: flex;
    z-index: 1;
    align-items: center;
}

article#modulo-noticia-2 h1.titular-noticia,article#modulo-noticia-2 h3.titular-noticia {
    align-items: center;
    display: flex;
    width: 96%;
    max-height: 210px;
    font-size: 1.2rem;
    margin: 10px auto;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
    align-content: center;
}

article#modulo-noticia-2 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 9%;
    display: none;
}

article#modulo-noticia-2 .contenedor-bajada .texto-bajada p {
    font-size: 18px;
    /* margin-top: -43px; */
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-2 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-2 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-2 .contenedor-relacionada {
    width: 270px;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-2 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-2 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-2 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-2 .contenedor-datos {
    width: 50%;
    height: 28px;
    display: flex;
    z-index: 1;
    /* margin: auto; */
    /* padding: 0px 0; */
    position: absolute;
    bottom: 4px;
    right: 0;
    align-content: flex-end;
    align-items: center;
}

article#modulo-noticia-2 .contenedor-datos .fecha-publicacion {
    /* color: #ff6800; */
    width: 30%;
    display: inline-table;
    /* font-size: 1rem; */
    /* position: relative; */
    /* left: 0; */
    /* float: left; */
}

article#modulo-noticia-2 .botones-redes-sociales {
    float: unset;
    position: absolute;
    bottom: 2%;
    right: 5px;
    width: 50%;
    height: 30px;
    display: table;
}

article#modulo-noticia-2 .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 3%;
}

article#modulo-noticia-2 .contenido-picture .fecha-publicacion {
    position: absolute;
    bottom: 32px;
    font-size: 1rem;
    width: 48%;
    height: 22px;
    color: #ed7623;
    left: 2%;
    z-index: 9;
    font-family: lato;
    font-weight: lighter;
    text-shadow: 0px 0px 4px black;
}

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

article#modulo-noticia-2 ul.contenedor-notas-relacionadas {
    width: 90%;
    font-size: 18px;
    margin: 15px 0px 0px 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-2 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #555;
    margin-left: 19px;
    width: 100%;
}

article#modulo-noticia-2 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-2 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-2 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 7px;
}

article#modulo-noticia-2:hover {
    opacity: .9;
}

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

/*noticia3*/
article#modulo-noticia-3 {
    width: 100%;
    background: #ffffff;
    color: black;
    display: table;
    margin: auto;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-3 picture {
    margin: 0px;
    width: 92%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: auto;
    min-height: 160px;
    max-height: 160px;
}

article#modulo-noticia-3 picture img {
    position: relative;
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
}

article#modulo-noticia-3 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-3 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-3 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-3 h3.titular-noticia,article#modulo-noticia-3 h1.titular-noticia {
    width: 92%;
    font-size: 1.2rem;
    margin: 0px auto;
    color: #000;
    /* margin-bottom: 10px; */
    line-height: normal;
    text-rendering: optimizeLegibility;
    letter-spacing: inherit;
    font-style: normal;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-3 .contenedor-bajada {
    width: 92%;
    font-size: 16px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

article#modulo-noticia-3 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-3 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-3 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/otros/ico_cuadrado.svg);
    color: #cce0ff;
    margin-left: 0%;
    margin-right: 2%;
}

article#modulo-noticia-3 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #0066ff;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
    line-height: normal;
}

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

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

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

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

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

article#modulo-noticia-3:hover {
    opacity: .9;
}

/*PORTADILLAS TAX*/
article#modulo-noticia-3.rotulo-oculto .rotulo-link {
    display: none;
}

article#modulo-noticia-3.rotulo-oculto h1.titular-noticia, article#modulo-noticia-3.rotulo-oculto h3.titular-noticia {
    margin-top: 30px;
    border-top: 1px solid #005be5;
    padding-top: 15px;
}

/*noticia4*/
article#modulo-noticia-4 {
    width: 100%;
    background: #f7f5f6;
    color: black;
    margin: auto;
    display: table;
    margin: 15px auto;
    padding-bottom: 40px;
}

article#modulo-noticia-4 h1.titular-noticia,article#modulo-noticia-4 h3.titular-noticia {
    width: 94%;
    font-size: 1.2rem;
    margin: auto;
    padding: 3% 2%;
    line-height: normal;
    line-height: 1.1;
    font-family: 'Merriweather', serif;
    text-align: left;
    font-weight: normal;
}

article#modulo-noticia-4 .contenedor-bajada {
    width: 96%;
    font-size: 17px;
    margin-left: 2%;
}

article#modulo-noticia-4 .contenedor-bajada .texto-bajada p {
    width: 88%;
    font-size: 16px;
    padding: 0 6%;
    margin-top: 20px;
    line-height: normal;
}

article#modulo-noticia-4 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-4 .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-4 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #06f;
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    line-height: normal;
}

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

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

article#modulo-noticia-4 .botones-redes-sociales {
    display: inline-table;
    width: 50%;
    position: relative;
    right: 2%;
}

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

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

article#modulo-noticia-4 .fecha-publicacion {
    position: relative;
    /* bottom: 32px; */
    font-size: 1rem;
    width: 47%;
    /* height: 22px; */
    color: #ed7623;
    margin: 2% 0;
    left: 3%;
    z-index: 9;
    font-family: lato;
    font-weight: lighter;
    /* text-shadow: 0px 0px 4px black; */
}

article#modulo-noticia-4:hover {
    opacity: .9;
}

article#modulo-noticia-4:hover .capa-sombra {
    border-bottom: 5px solid #0047b2;
}

/*noticia5*/
article#modulo-noticia-5 {
    width: 100%;
    /* background: #f7f5f6; */
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

article#modulo-noticia-5 .cont-rotulo-categoria {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    padding: 0 0%;
}

article#modulo-noticia-5 .cont-rotulo-categoria:after {
    content: "";
    top: 21px;
    position: absolute;
    width: 100%;
    margin-left: 0%;
}

article#modulo-noticia-5 picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

article#modulo-noticia-5 picture img {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
    transition: all 4s cubic-bezier(1, 0.28, 0.76, 0.6);
}

article#modulo-noticia-5 .capa-sombra {
    width: 100%;
    height: 40%;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-5 .contenido-picture {
    width: 100%;
    position: absolute;
    top: 50px;
    display: flex;
    z-index: 1;
    align-items: center;
}

article#modulo-noticia-5 h1.titular-noticia,article#modulo-noticia-5 h3.titular-noticia {
    align-items: center;
    display: flex;
    width: 96%;
    max-height: 210px;
    font-size: 1.2rem;
    margin: 10px auto;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
    align-content: center;
}

article#modulo-noticia-5 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 9%;
    display: none;
}

article#modulo-noticia-5 .contenedor-bajada .texto-bajada p {
    font-size: 18px;
    /* margin-top: -43px; */
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-5 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-5 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-5 .contenedor-relacionada {
    width: 270px;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-5 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-5 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-5 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-5 .contenedor-datos {
    width: 50%;
    height: 28px;
    display: flex;
    z-index: 1;
    /* margin: auto; */
    /* padding: 0px 0; */
    position: absolute;
    bottom: 15px;
    right: 0;
    align-content: flex-end;
    align-items: center;
}

article#modulo-noticia-5 .contenedor-datos .fecha-publicacion {
    /* color: #ff6800; */
    width: 30%;
    display: inline-table;
    /* font-size: 1rem; */
    /* position: relative; */
    /* left: 0; */
    /* float: left; */
}

article#modulo-noticia-5 .botones-redes-sociales {
    float: unset;
    position: absolute;
    bottom: 2%;
    right: 5px;
    width: 50%;
    height: 30px;
    display: table;
}

article#modulo-noticia-5 .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 3%;
}

article#modulo-noticia-5 .contenido-picture .fecha-publicacion {
    position: absolute;
    bottom: 32px;
    font-size: 1rem;
    width: 48%;
    height: 22px;
    color: #ed7623;
    left: 2%;
    z-index: 9;
    font-family: lato;
    font-weight: lighter;
    text-shadow: 0px 0px 4px black;
}

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

article#modulo-noticia-5 ul.contenedor-notas-relacionadas {
    width: 90%;
    font-size: 18px;
    margin: 15px 0px 0px 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-5 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #555;
    margin-left: 19px;
    width: 100%;
}

article#modulo-noticia-5 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-5 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-5 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 7px;
}

article#modulo-noticia-5:hover {
    opacity: .9;
}

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

/*noticia6*/
article#modulo-noticia-6 {
    width: 100%;
    background: #ffffff;
    color: black;
    display: table;
    margin: auto;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-6 {
    width: 100%;
    /* background: #f7f5f6; */
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

article#modulo-noticia-6 .cont-rotulo-categoria {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    padding: 0 0%;
}

article#modulo-noticia-6 .cont-rotulo-categoria:after {
    content: "";
    top: 21px;
    position: absolute;
    width: 100%;
    margin-left: 0%;
}

article#modulo-noticia-6 picture {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: auto;
    /* min-height: 160px; */
    /* max-height: 160px; */
}

article#modulo-noticia-6 picture img {
    position: relative;
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
}

article#modulo-noticia-6 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-6 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-6 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-6 h3.titular-noticia,article#modulo-noticia-6 h1.titular-noticia {
    width: 100%;
    font-size: 1.2rem;
    margin: 0px auto;
    color: #000;
    /* margin-bottom: 10px; */
    line-height: normal;
    text-rendering: optimizeLegibility;
    letter-spacing: inherit;
    font-style: normal;
    font-weight: normal;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-6 .contenedor-bajada {
    width: 100%;
    font-size: 16px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

article#modulo-noticia-6 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-6 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-6 .contenedor-bajada .texto-bajada p::before {
    content: url(/noticias/imag/cooperativa_2018/iconos/otros/ico_cuadrado.svg);
    color: #cce0ff;
    margin-left: 0%;
    margin-right: 2%;
}

article#modulo-noticia-6 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #0066ff;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
    line-height: normal;
}

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

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

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

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

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

article#modulo-noticia-6:hover {
    opacity: .9;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas {
    width: 95%;
    font-size: 18px;
    margin: 3% 0px 3% 2%;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #333;
    margin-left: 19px;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: normal;
    font-size: 14px;
    margin-right: 2px;
}

article#modulo-noticia-6 ul.contenedor-notas-relacionadas li.nota-relacionada:hover {
    color: #000000;
}

/*noticia7*/
article#modulo-noticia-7 {
    width: 100%;
    background: #ffffff;
    color: black;
    margin: auto;
    display: table;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-7 picture {
    width: 95%;
    width: 92%;
    display: block;
    margin: auto;
    position: relative;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}

article#modulo-noticia-7 picture img {
    width: 100%;
}

article#modulo-noticia-7 h1.titular-noticia,article#modulo-noticia-7 h3.titular-noticia {
    width: 92%;
    font-size: 1.2rem;
    color: #000;
    margin-left: 4%;
    line-height: normal;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

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

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

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

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

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

article#modulo-noticia-7:hover {
    opacity: .9;
}

/*noticia8*/
article#modulo-noticia-8 {
    width: 100%;
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

article#modulo-noticia-8 .cont-rotulo-categoria {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    padding: 0 0%;
}

article#modulo-noticia-8 picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 386px;
}

article#modulo-noticia-8 picture img {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
}

article#modulo-noticia-8 .capa-sombra {
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* background: #00000057; */
    /* bottom: 0; */
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgb(0 0 0 / 0.4), rgb(0 0 0 / 40%));
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-8 .contenido-picture {
    width: 100%;
    position: absolute;
    top: 50px;
    display: flex;
    z-index: 1;
    align-items: center;
}

article#modulo-noticia-8 h1.titular-noticia,article#modulo-noticia-8 h3.titular-noticia {
    width: 96%;
    max-height: 257px;
    font-size: 2.5rem;
    margin: 20px auto;
    color: #fff;
    font-weight: lighter;
    line-height: normal;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-8 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 5%;
}

article#modulo-noticia-8 .contenedor-bajada .texto-bajada p {
    font-size: 1rem;
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-8 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-8 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-8 .contenedor-relacionada {
    width: 270px;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-8 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-8 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-8 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-8 .contenedor-datos {
    bottom: 25%;
    width: 100%;
    height: 70px;
    color: #fff;
    position: absolute;
    margin-left: 2%;
    display: table;
    z-index: 1;
    bottom: 5px;
}

article#modulo-noticia-8 .contenedor-datos .fecha-publicacion {
    color: #ccc;
    font-weight: normal;
}

/*article#modulo-noticia-8 .contenedor-datos .botones-redes-sociales{margin-top: 10px;display: table;float: right;margin-right: 20px;}
    article#modulo-noticia-8 .contenedor-datos .botones-redes-sociales .btn-social{width: 28px;height: 28px;float: left;text-align: center;margin-right: 10px;}
    article#modulo-noticia-8 .contenedor-datos .fecha-publicacion{ margin-top: 10px;}
    article#modulo-noticia-8 .contenedor-datos .fecha-publicacion time{color: #FF7700;font-weight: normal;font-family: lato;}
    */
article#modulo-noticia-8 .botones-redes-sociales {
    float: unset;
    position: absolute;
    bottom: 2%;
    right: 5px;
    width: 50%;
    height: 30px;
    display: table;
}

article#modulo-noticia-8 .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 3%;
}

article#modulo-noticia-8 .contenido-picture .fecha-publicacion {
    position: absolute;
    bottom: 32px;
    font-size: 1rem;
    width: 48%;
    height: 22px;
    color: #ed7623;
    left: 2%;
    z-index: 9;
    font-family: lato;
    font-weight: lighter;
    text-shadow: 0px 0px 4px black;
}

article#modulo-noticia-8 ul.contenedor-notas-relacionadas {
    width: 90%;
    font-size: 18px;
    margin: 15px 0px 0px 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-8 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 20px;
    color: #555;
    margin-left: 19px;
    /* width: 100%; */
}

article#modulo-noticia-8 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-8 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-8 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 15px;
    margin-right: 7px;
}

/*hover*/
article#modulo-noticia-8:hover {
    opacity: .9;
}

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

/*noticia2*/
article#modulo-noticia-9 {
    width: 100%;
    /* background: #f7f5f6; */
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

article#modulo-noticia-9 .cont-rotulo-categoria {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    padding: 0 0%;
}

article#modulo-noticia-9 .cont-rotulo-categoria:after {
    content: "";
    top: 21px;
    position: absolute;
    width: 100%;
    margin-left: 0%;
}

article#modulo-noticia-9 picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

article#modulo-noticia-9 picture img {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
    transition: all 4s cubic-bezier(1, 0.28, 0.76, 0.6);
}

article#modulo-noticia-9 .capa-sombra {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 0.4);
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-9 .contenido-picture {
    width: 100%;
    position: absolute;
    top: 50px;
    display: flex;
    z-index: 1;
    align-items: center;
}

article#modulo-noticia-9 h1.titular-noticia,article#modulo-noticia-9 h3.titular-noticia {
    align-items: flex-end;
    display: flex;
    width: 50%;
    max-height: 210px;
    font-size: 3.5rem;
    margin: 10px 0 0 2%;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

article#modulo-noticia-9 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 9%;
    display: none;
}

article#modulo-noticia-9 .contenedor-bajada .texto-bajada p {
    font-size: 18px;
    /* margin-top: -43px; */
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-9 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-9 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-9 .contenedor-relacionada {
    width: 270px;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-9 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-9 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-9 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-9 .contenedor-datos {
    width: 100%;
    height: 28px;
    display: flex;
    z-index: 1;
    /* margin: auto; */
    /* padding: 0px 0; */
    position: absolute;
    bottom: 4px;
    right: 0;
    align-content: flex-end;
    align-items: center;
}

article#modulo-noticia-9 .contenedor-datos .fecha-publicacion {
    /* color: #ff6800; */
    width: 30%;
    display: inline-table;
    /* font-size: 1rem; */
    /* position: relative; */
    /* left: 0; */
    /* float: left; */
}

article#modulo-noticia-9 .botones-redes-sociales {
    float: left;
    position: absolute;
    bottom: 30px;
    right: 5px;
    width: 98%;
    height: 30px;
    display: flex;
}

article#modulo-noticia-9 .botones-redes-sociales .btn-social {
    width: 28px;
    height: 28px;
    float: right;
    text-align: center;
    margin-right: 1%;
}

article#modulo-noticia-9 .contenido-picture .fecha-publicacion {
    position: absolute;
    bottom: 71px;
    font-size: 1rem;
    width: 48%;
    height: 22px;
    color: #ed7623;
    left: 2%;
    z-index: 9;
    font-family: lato;
    font-weight: lighter;
    text-shadow: 0px 0px 4px black;
}

article#modulo-noticia-9 .contenedor-datos .fecha-publicacion time {
    color: #ffffff;
    font-weight: normal;
    font-family: lato;
    font-size: 17px;
}

article#modulo-noticia-9 ul.contenedor-notas-relacionadas {
    width: 90%;
    font-size: 18px;
    margin: 15px 0px 0px 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-9 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #555;
    margin-left: 19px;
    width: 100%;
}

article#modulo-noticia-9 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-9 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-9 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 7px;
}

article#modulo-noticia-9:hover {
    opacity: .9;
}

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

/*noticia1*/
article#modulo-noticia-10 {
    width: 100%;
    background: #ffffff;
    margin: auto;
    padding-bottom: 20px;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-10 h1.titular-noticia,article#modulo-noticia-10 h3.titular-noticia {
    width: 96%;
    max-height: 200px;
    font-size: 1.2rem;
    margin: 0px auto;
    color: #000;
    line-height: 1.2;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-10 .contenedor-bajada {
    width: 86%;
    font-size: 18px;
    margin: auto;
    margin-left: 32px;
    margin-top: 15px;
    line-height: normal;
}

article#modulo-noticia-10 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-10 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-10 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-10 ul.contenedor-notas-relacionadas {
    width: 85%;
    font-size: 18px;
    margin: 15px 0px 0px 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-10 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 10px;
    color: #555;
    margin-left: 19px;
}

article#modulo-noticia-10 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-10 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-10 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 13px;
    margin-right: 6px;
}

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

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

article#modulo-noticia-10 .contenedor-datos .botones-redes-sociales {
    display: inline-table;
    width: 30%;
    position: absolute;
    right: 2%;
}

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

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

article#modulo-noticia-10:hover {
    opacity: .9;
}

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

/*noticia11*/
article#modulo-noticia-11 {
    width: 100%;
    background: #f7f5f6;
    margin: 15px auto;
    display: block;
    padding-bottom: 10px;
}

article#modulo-noticia-11 picture {
    margin: 0;
    /* height: 405px; */
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 340px;
}

article#modulo-noticia-11 picture img {
    /* height: 405px; */
    position: relative;
    margin: auto;
    left: -50%;
    width: 200%;
    display: block;
}

article#modulo-noticia-11 .capa-sombra {
    width: 100%;
    height: 40%;
    /* margin: 18px; */
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-11 .contenido-picture {
    width: 100%;
    height: 84%;
    position: absolute;
    top: 70px;
}

article#modulo-noticia-11 h1.titular-noticia,article#modulo-noticia-11 h3.titular-noticia {
    width: 96%;
    max-height: 210px;
    font-size: 28px;
    margin: 20px auto;
    color: #fff;
    line-height: normal;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-11 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 9%;
}

article#modulo-noticia-11 .contenedor-bajada .texto-bajada p {
    font-size: 18px;
    /* margin-top: -43px; */
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-11 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-11 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-11 .contenedor-relacionada {
    width: 270px;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-11 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-11 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-11 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-11 .contenedor-datos {
    bottom: 10px;
    width: 290px;
    height: 70px;
    color: #fff;
    /* text-shadow: 0px 0px 15px black; */
    /* position: absolute; */
    margin-left: 10px;
    display: table;
    z-index: 1;
}

article#modulo-noticia-11 .contenedor-datos .fecha-publicacion {
    color: #ccc;
    font-weight: normal;
}

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

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

article#modulo-noticia-11 .contenedor-datos .fecha-publicacion {
    margin-top: 10px;
}

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

article#modulo-noticia-11 ul.contenedor-notas-relacionadas {
    width: 90%;
    font-size: 18px;
    margin: 10px 0px 0px 10px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: lato;
    /* display: table; */
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-11 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 20px;
    color: #555;
    margin-left: 19px;
}

article#modulo-noticia-11 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-11 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}

article#modulo-noticia-11 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 15px;
    margin-right: 7px;
}

article#modulo-noticia-11:hover {
    opacity: .9;
}

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

/*noticia12*/
article#modulo-noticia-12 {
    width: 100%;
    background: #ffffff;
    color: black;
    display: table;
    margin: auto;
    margin: 15px auto;
    padding-bottom: 10px;
    /* margin-top: 55px; */
}

article#modulo-noticia-12 picture {
    margin: 0px;
    width: 92%;
    overflow: hidden;
    display: table;
    position: relative;
    min-height: 330px;
    margin: auto;
}

article#modulo-noticia-12 picture img {
    position: relative;
    /* height: 405px; */
    */position: relative;
    margin: auto;
    display: block;
    left: -50%;
    width: 200%;
}

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: 92%;
    font-size: 25px;
    /* font-size: 8vw; */
    margin: 0px auto;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1;
    text-rendering: optimizeLegibility;
    letter-spacing: inherit;
    font-style: normal;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-12 .contenedor-bajada {
    width: 92%;
    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.svg);
    color: #cce0ff;
    margin-left: 0%;
    margin-right: 2%;
}

article#modulo-noticia-12 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #0066ff;
    font-weight: normal;
    font-size: 16px;
    /* font-size: 5vw; */
    margin-left: 10px;
    line-height: normal;
    /* position: absolute; */
}

article#modulo-noticia-12 .contenedor-datos {
    width: 90%;
    color: #000;
    position: absolute;
    z-index: 1;
    left: 6%;
    margin-top: -78px;
}

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: 28px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

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

article#modulo-noticia-12:hover {
    opacity: .9;
}

/*noticia13*/
article#modulo-noticia-13 {
    width: 96%;
    background: #dcdfe4;
    color: black;
    margin: auto;
    display: table;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-13 h1.titular-noticia,article#modulo-noticia-13 h3.titular-noticia {
    width: 96%;
    font-size: 24px;
    /* font-size: 7.5vw; */
    margin: auto;
    padding: 10px 2%;
    line-height: normal;
    line-height: 1.1;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-13 .contenedor-bajada {
    width: 96%;
    font-size: 17px;
    margin-left: 2%;
}

article#modulo-noticia-13 .contenedor-bajada .texto-bajada p {
    width: 88%;
    font-size: 18px;
    /* font-size: 5.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: #06f;
    font-weight: normal;
    font-size: 16px;
    /* font-size: 5vw; */
    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: #ff6600;
    font-weight: normal;
}

article#modulo-noticia-13:hover {
    opacity: .9;
}

article#modulo-noticia-13:hover .capa-sombra {
    border-bottom: 5px solid #0047b2;
}

/*noticia14*/
article#modulo-noticia-14 {
    width: 100%;
    display: block;
    background: #f7f5f6;
    margin: 15px auto;
    /* padding-bottom: 10px; */
}

article#modulo-noticia-14 picture {
    margin: 0;
    /* height: 405px; */
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 340px;
}

article#modulo-noticia-14 picture img {
    /* height: 405px; */
    position: relative;
    margin: auto;
    left: -50%;
    width: 200%;
    display: block;
}

article#modulo-noticia-14 .capa-sombra {
    width: 100%;
    height: 40%;
    /* margin: 18px; */
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    bottom: 0;
    z-index: 1;
}

article#modulo-noticia-14 .contenido-picture {
    width: 100%;
    height: 78%;
    position: absolute;
    top: 70px;
}

article#modulo-noticia-14 h1.titular-noticia,article#modulo-noticia-14 h3.titular-noticia {
    width: 96%;
    max-height: 210px;
    font-size: 28px;
    margin: 20px auto;
    color: #fff;
    line-height: 1.1;
    text-shadow: 3px 3px 6px #333;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-14 .contenedor-bajada {
    width: 86%;
    font-size: 15px;
    z-index: 1;
    margin-left: 9%;
}

article#modulo-noticia-14 .contenedor-bajada .texto-bajada p {
    font-size: 18px;
    /* margin-top: -43px; */
    color: #fff;
    text-shadow: 2px 2px 6px #333;
}

article#modulo-noticia-14 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-14 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-14 .contenedor-relacionada {
    width: 96%;
    margin: auto;
    margin-top: 30px;
}

article#modulo-noticia-14 .contenedor-relacionada div.nota-relacionada {
    font-size: 16px;
    margin-top: 10px;
    font-weight: lighter;
    color: #555;
}

article#modulo-noticia-14 .contenedor-relacionada div.nota-relacionada::after {
    content: ">";
    color: #06f;
    font-weight: bold;
}

article#modulo-noticia-14 .contenedor-relacionada div.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 17px;
    margin-top: 15px;
    color: #0066ff;
    padding-right: 10px;
    font-weight: bold;
}

article#modulo-noticia-14 .contenedor-datos {
    bottom: 10px;
    width: 96%;
    height: 80px;
    color: #fff;
    text-shadow: 0px 0px 15px black;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    z-index: 1;
}

article#modulo-noticia-14 .contenedor-datos .fecha-publicacion {
    color: #ccc;
    font-weight: normal;
}

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

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

article#modulo-noticia-14 .contenedor-datos .fecha-publicacion {
}

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

article#modulo-noticia-14:hover {
    opacity: .9;
}

article#modulo-noticia-14:hover h1.titular-noticia,article#modulo-noticia-14:hover h3.titular-noticia {
}

article#modulo-noticia-6:hover {
    opacity: .9;
}

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

/*noticia15*/
article#modulo-noticia-15 {
    width: 100%;
    background: #ffffff;
    padding-bottom: 20px;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-15 picture {
    margin: auto;
    display: table;
    position: relative;
    width: 92%;
    min-height: 6vw;
}

article#modulo-noticia-15 picture img {
    width: 100%;
    display: block;
}

article#modulo-noticia-15 h1.titular-noticia,article#modulo-noticia-15 h3.titular-noticia {
    width: 92%;
    max-height: 200px;
    font-size: 25px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-15 .contenedor-bajada {
    width: 86%;
    font-size: 24px;
    margin: auto;
    margin-left: 10%;
    /* line-height: normal; */
    margin-top: 15px;
}

article#modulo-noticia-15 .contenedor-bajada .texto-bajada p {
    color: #000;
}

article#modulo-noticia-15 .contenedor-bajada .texto-bajada p:nth-child(n+2) {
    display: none;
}

article#modulo-noticia-15 .contenedor-bajada .texto-bajada p::before {
    color: #cce0ff;
    margin-left: -24px;
    margin-right: 10px;
}

article#modulo-noticia-15 .contenedor-bajada .texto-bajada p::after {
    content: "Ver +";
    color: #06f;
    font-size: 17px;
    margin-left: 10px;
}

article#modulo-noticia-15 ul.contenedor-notas-relacionadas {
    width: 270px;
    font-size: 18px;
    margin: 15px 0px 0px 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: lato;
    list-style-type: square;
    border-left: 1px solid #0066ff;
}

article#modulo-noticia-15 ul.contenedor-notas-relacionadas li.nota-relacionada {
    margin-top: 20px;
    color: #555;
    margin-left: 19px;
}

article#modulo-noticia-15 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

article#modulo-noticia-15 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada::after {
    content: "+";
    color: #06f;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
}

article#modulo-noticia-15 ul.contenedor-notas-relacionadas li.nota-relacionada span.fecha-publicacion-relacionada time {
    color: #0066ff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 7px;
}

article#modulo-noticia-15 .contenedor-datos {
    bottom: inherit;
    width: 290px;
    margin: 10px auto;
    max-height: 100px;
    color: #000;
}

article#modulo-noticia-15 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

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

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

article#modulo-noticia-15 .contenedor-datos .fecha-publicacion {
}

article#modulo-noticia-15 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
}

article#modulo-noticia-15:hover {
    opacity: .9;
}

article#modulo-noticia-15:hover .capa-sombra {
    border-bottom: 5px solid #0047b2;
}

article#modulo-noticia-6:hover {
    opacity: .9;
}

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

/*noticia16*/
article#modulo-noticia-16 {
    width: 100%;
    background: #ffffff;
    color: black;
    margin: auto;
    display: table;
    margin: 15px auto;
    padding-bottom: 10px;
}

article#modulo-noticia-16 picture {
    width: 95%;
    width: 92%;
    display: table;
    margin: auto;
    position: relative;
    min-height: 160px;
}

article#modulo-noticia-16 picture img {
    width: 100%;
    display: block;
}

article#modulo-noticia-16 h1.titular-noticia,article#modulo-noticia-16 h3.titular-noticia {
    width: 92%;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
}

article#modulo-noticia-16 .contenedor-datos {
    bottom: inherit;
    width: 92%;
    margin: 10px auto;
    color: #000;
}

article#modulo-noticia-16 .contenedor-datos .fecha-publicacion {
    color: #ff6800;
}

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

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

article#modulo-noticia-16 .contenedor-datos .fecha-publicacion {
}

article#modulo-noticia-16 .contenedor-datos .fecha-publicacion time {
    color: #ff6600;
    font-weight: normal;
}

article#modulo-noticia-16:hover {
    opacity: .9;
}

article#modulo-noticia-16:hover .capa-sombra {
    border-bottom: 5px solid #0047b2;
}

article#modulo-noticia-16:hover {
    opacity: .9;
}

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

.contenedor-pagina .noticias .columna.columna-izquierda article a {
    font-size: 20px;
}

.contenedor-pagina .noticias .columna.columna-izquierda article#modulo-noticia-3 a h1,.contenedor-pagina .noticias .columna.columna-izquierda article#modulo-noticia-3 a h3 {
    font-size: 1.2rem;
}

.contenedor-pagina .noticias .columna.columna-centro article#modulo-noticia-3 a h1,.contenedor-pagina .noticias .columna.columna-centro article#modulo-noticia-3 a h3 {
    font-size: 1.2rem;
}

.contenedor-pagina .noticias .columna.columna-derecha article#modulo-noticia-3 a h1,.contenedor-pagina .noticias .columna.columna-derecha article#modulo-noticia-3 a h3 {
    font-size: 1.2em;
}

.contenedor-pagina .noticias .columna.columna-izquierda article#modulo-noticia-6 a h1,.contenedor-pagina .noticias .columna.columna-izquierda article#modulo-noticia-6 a h3 {
    font-size: 1.2rem;
}

.contenedor-pagina .noticias .columna.columna-centro article#modulo-noticia-6 a h1,.contenedor-pagina .noticias .columna.columna-centro article#modulo-noticia-6 a h3 {
    font-size: 1.2rem;
}

.contenedor-pagina .noticias .columna.columna-derecha article#modulo-noticia-6 a h1,.contenedor-pagina .noticias .columna.columna-derecha article#modulo-noticia-6 a h3 {
    font-size: 1.2em;
}

/*noticia1 M360*/
article#modulo-noticia-1.m360:hover {
    opacity: .9;
}

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

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

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

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

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

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

article#modulo-noticia-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-noticia-1.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia3*/
article#modulo-noticia-3.m360:hover {
    opacity: .9;
}

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

article#modulo-noticia-3.m360 .capa-sombra:before {
    background: #ffdb00
}

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

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

article#modulo-noticia-3.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-3.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-noticia-3.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia5*/
article#modulo-noticia-5.m360:hover {
    opacity: .9;
}

article#modulo-noticia-5.m360 .capa-sombra:before {
    background: #ffdb00;
}

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

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

article#modulo-noticia-5.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-5.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-noticia-5.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-7.m360 .capa-sombra:before {
    background: #ffdb00;
}

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

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

article#modulo-noticia-7.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-7.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-noticia-7.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-8.m360 .capa-sombra:before {
    background: #ffdb00;
}

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

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

article#modulo-noticia-8.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-8.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: 0px;
    z-index: 1;
}

article#modulo-noticia-8.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-9.m360 picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 300px;
    max-height: auto;
}

article#modulo-noticia-9.m360 .capa-sombra:before {
    background: #ffdb00;
}

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

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

article#modulo-noticia-9.m360 .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-9.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: 0px;
    z-index: 1;
}

article#modulo-noticia-9.m360 .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia1 AAL*/
article#modulo-noticia-1.alairelibre {
    width: 100%;
    background: #fff;
    margin: auto;
    padding-bottom: 20px;
    margin: 15px auto;
    padding-bottom: 10px;
}

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

article#modulo-noticia-1.alairelibre:hover {
    opacity: .9;
}

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

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

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

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

article#modulo-noticia-1.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

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

article#modulo-noticia-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: -20px;
    z-index: 1;
}

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

/*noticia3*/
article#modulo-noticia-3.alairelibre:hover {
    opacity: .9;
}

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

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

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

article#modulo-noticia-3.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

article#modulo-noticia-3.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-3.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: -20px; */
    z-index: 1;
}

article#modulo-noticia-3.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia5*/
article#modulo-noticia-5.alairelibre:hover {
    opacity: .9;
}

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

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

article#modulo-noticia-5.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

article#modulo-noticia-5.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-5.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-noticia-5.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

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

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

article#modulo-noticia-7.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

article#modulo-noticia-7.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-7.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: -20px; */
    z-index: 1;
}

article#modulo-noticia-7.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

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

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

article#modulo-noticia-8.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

article#modulo-noticia-8.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-8.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-noticia-8.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-9.alairelibre picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 300px;
    max-height: auto;
}

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

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

article#modulo-noticia-9.alairelibre .filete-azulcoop:after {
    border-bottom: 1px solid #37a7de;
}

article#modulo-noticia-9.alairelibre .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-9.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-noticia-9.alairelibre .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia1 supergeek*/
article#modulo-noticia-1.supergeek {
    width: 100%;
    background: #fff;
    margin: auto;
    padding-bottom: 20px;
    margin: 15px auto;
    padding-bottom: 10px;
}

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

article#modulo-noticia-1.supergeek:hover {
    opacity: .9;
}

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

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

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

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

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

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

article#modulo-noticia-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: -7px;
    left: -20px;
    z-index: 1;
}

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

/*noticia3*/
article#modulo-noticia-3.supergeek:hover {
    opacity: .9;
}

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

article#modulo-noticia-3.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

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

article#modulo-noticia-3.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #BDFC3B;
}

article#modulo-noticia-3.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-3.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: -7px;
    /* left: -20px; */
    z-index: 1;
}

article#modulo-noticia-3.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

/*noticia5*/
article#modulo-noticia-5.supergeek:hover {
    opacity: .9;
}

article#modulo-noticia-5.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

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

article#modulo-noticia-5.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #BDFC3B;
}

article#modulo-noticia-5.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-5.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: -7px;
    left: -20px;
    z-index: 1;
}

article#modulo-noticia-5.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-7.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

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

article#modulo-noticia-7.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #BDFC3B;
}

article#modulo-noticia-7.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-7.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: -7px;
    /* left: -20px; */
    z-index: 1;
}

article#modulo-noticia-7.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-8.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

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

article#modulo-noticia-8.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #BDFC3B;
}

article#modulo-noticia-8.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-8.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: -7px;
    left: -20px;
    z-index: 1;
}

article#modulo-noticia-8.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

article#modulo-noticia-9.supergeek picture {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 300px;
    max-height: auto;
}

article#modulo-noticia-9.supergeek .capa-sombra:before {
    background: #BDFC3B;
}

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

article#modulo-noticia-9.supergeek .filete-azulcoop:after {
    border-bottom: 1px solid #BDFC3B;
}

article#modulo-noticia-9.supergeek .cont-rotulo-categoria .rotulo-categoria {
    display: none;
}

article#modulo-noticia-9.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: -7px;
    left: -20px;
    z-index: 1;
}

article#modulo-noticia-9.supergeek .cont-rotulo-categoria .rotulo-categoria:hover {
}

@media only screen and (min-width: 1367px) {
    .columna-izquierda article#modulo-noticia-3 picture {
        min-height: 223px;
        max-height: 223px;
    }

    .columna-izquierda article#modulo-noticia-7 picture {
        min-height: 223px;
        max-height: 223px;
    }
}

@media only screen and (max-width: 1366px) {
    .columna-izquierda article#modulo-noticia-3 picture {
        min-height: 189px;
        max-height: 189px;
    }

    .columna-izquierda article#modulo-noticia-7 picture {
        min-height: 189px;
        max-height: 189px;
    }
}

@media only screen and (min-width: 1367px) {
    .columna-izquierda picture,.columna-izquierda .contenido-picture {
        height: 242px;
    }

    .columna-izquierda picture,.columna-izquierda .contenido-picture {
        height: 242px;
    }

    .columna-centro picture,.columna-centro .contenido-picture, .columna-derecha picture,.columna-derecha .contenido-picture {
        min-height: 174px;
    }

    article#modulo-noticia-8 picture,article#modulo-noticia-8 .contenido-picture {
        min-height: 434px
    }

    article#modulo-noticia-9 picture,article#modulo-noticia-9 .contenido-picture {
        min-height: 600px
    }

    .columna-derecha #modulo-varios-9 picture,.columna-derecha #modulo-varios-9 .contenido-picture {
        min-height: 137px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .columna-izquierda picture,.columna-izquierda .contenido-picture {
        min-height: 206px
    }

    .columna-centro picture,.columna-centro .contenido-picture, .columna-derecha picture,.columna-derecha .contenido-picture {
        min-height: 171px;
    }

    article#modulo-noticia-8 picture,article#modulo-noticia-8 .contenido-picture {
        min-height: 387px
    }

    article#modulo-noticia-9 picture,article#modulo-noticia-9 .contenido-picture {
        min-height: 574px;
    }

    .columna-derecha #modulo-varios-9 picture,.columna-derecha #modulo-varios-9 .contenido-picture {
        min-height: 137px !important;
    }
}

picture {
    /*opacity: 1;
  animation: fadeIn 1s ease;*/
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
