/* MODEL BANNER 1 */

.model-banner-1 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.img-banner-1 {
	width: 950px;
    height: 100%;
	object-fit: cover;
	overflow: hidden;
    position: relative;
}

.flechas-banner {
    position: absolute;
    display: flex;
    top: 100px;
    left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 40px;
}

.flecha-banner-izquierda {
    margin-left: 10px;
    cursor: pointer;
}

.flecha-banner-derecha{
    margin-right: 10px;
    cursor: pointer;
}

/* MODEL BLOCK LAYOUT  1*/

.model-block-layout-container_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
}

.model-block-layout_1-title-social-midia {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 130px;
}

.model-black-layout_1-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 150px;
    width: 630px;
    margin-right: 20px;
}

.model-black-layout_1-title-palabra_clave {
    font-size: 20px;
    font-weight: bold;
    color: var(--naranja-color);
}

.model-black-layout_1-title-subtitulo {
    margin-top: 5px;
    font-size: 16px;
}

.model-black-layout_1-title-fecha-autor-conteiner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.model-black-layout_1-title-fecha-autor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: gray;
}

.model-black-layout_1-title-fecha {
    margin-top: 5px;
    font-size: 15px;
    margin-right: 40px;
}

.model-black-layout_1-title-autor {
    margin-top: 5px;
    font-size: 15px;
}

.model-black-layout_1-title-titulo {
    font-size: 32px;
    font-weight: 900;
    line-height: 35px;
    color: black;
}

.model-black-layout_1-social-midia {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-black-layout_1-social-midia span{
	color: var(--naranja-color);
	font-weight: bold;
	font-size: 22px;
    width: 250px;
    line-height: 22px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.model-black-layout_1-social-midia-logos {
	display: flex;
	flex-direction: row;
	justify-content: start;
    margin-top: 10px;
}

.model-black-layout_1-social-midia-logos img:hover {
  transform: scale(1.2);
}

.model-black-layout_1-social-midia-logos img {
	max-width: 75px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.model-block-layout_1-first-second-medias-divider {
    display: none;
}

.model-block-layout_1-images-second-medias {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.model-block-layout_1-principal-image img {
    width: 630px;
    height: 365px;
	object-fit: cover;
	overflow: hidden;
}

.model-block-layout_1-principal-image {
    width: 630px;
    height: 365px;
    margin-right: 20px;
	cursor: pointer;
	position: relative
}

.model-block-layout_1-principal-image-blur-play {
	display: none;
}

.model-block-layout_1-principal-image:hover .model-block-layout_1-principal-image-blur-play{
	position: absolute;
	top: 0px;
	left: 0px;
    width: 630px;
    height: 365px;
	z-index: 30;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 150px;
	background-color: rgba(0, 0, 0,0.5);
	color: rgba(255, 255, 255, 0.5);
}

.model-block-layout_1-secondaries-image-blur-play {
	display: none;
}

.model-block-layout_1-principal-categorias-redes-sociais {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.model-block-layout_1-principal-categorias span {
    background-color: var(--azul-claro-color);
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.model-block-layout_1-principal-redes-sociais {
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.model-block-layout_1-principal-redes-sociais img {
    height: 30px;
    width: 85px;
    object-fit: cover;
	overflow: hidden;
}

.model-block-layout_1-principal-redes-sociais span{
    background-color: var(--azul-claro-color);
    padding: 5px;
    margin-left: 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.model-block-layout_1-principal-redes-sociais span i{
    margin-right: 5px;
}

.model-block-layout_1-sec-noticia:hover .model-block-layout_1-secondaries-image-blur-play {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 190px;
	z-index: 30;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	background-color: rgba(0, 0, 0,0.5);
	color: rgba(255, 255, 255, 0.5);
}

.model-block-layout_1-seconds-medias {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 300px;
    height: 400px;
}

.model-block-layout_1-sec-noticia {
	position: relative;
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    cursor: pointer;
}

.model-block-layout_1-sec-noticia:last-child {
    margin-bottom: 0px; 
}

.model-block-layout_1-sec-noticia img {
    width: 100%;
    height: 190px;
	object-fit: cover;
	overflow: hidden;
}

.model-block-layout_1-sec-noticia::after {
    content:'';
    position:absolute;
    width: 300px;
    height: 190px;
    display:inline-block;
    /*background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0, 0, 128,1)), color-stop(45%,rgba(0, 0, 128,0.7)), color-stop(70%,rgba(0, 0, 128,0.1)) ); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.model-block-layout-1-sec-noticia-palabra-clave-titulo {
    content:'';
    position:absolute;
    width: 300px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.model-block-layout-1-sec-noticia-palabra-clave {
    z-index: 10;
    color: var(--naranja-color);
    font-weight: bold;
    margin-left: 5px;
}

.model-block-layout_1-principal-redes-sociais span a {
    text-decoration: none;
    color: white;
}

.model-block-layout-1-sec-noticia-titulo {
    margin-left: 5px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    z-index: 10;
}

.model-block-layout_1-ter-noticia {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* MODEL BLOCK LAYOUT  2*/

.cn-v-categorias-botones {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.cn-v-categorias-boton-1 {
	color: white;
	padding: 5px;
    padding-bottom: 0px;
	width: 100px;
	height: 30px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	background-color: var(--naranja-color);
    border: none;
    font-size: 16px;
}

.cn-v-categorias-boton-2 { 
	color: white;
	width: 100px;
	height: 25px;
    font-weight: bold;
	border-radius: 0px 5px 0px 0px;
    border: none;
	background-color: var(--azul-color);
    cursor: pointer;
}

.cn-v-categorias-boton-3 { 
	color: white;
	width: 100px;
	height: 25px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
    border: none;
	background-color: var(--azul-claro-color);
    cursor: pointer;
}

.cn-v-categorias-boton-4 { 
	color: white;
	width: 120px;
	height: 25px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
    border: none;
	background-color: var(--naranja-color);
    cursor: pointer;
}

.cn-v-categorias-boton-5 { 
	color: white;
	width: 100px;
	height: 25px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
    border: none;
	background-color: var(--celeste-color);
    cursor: pointer;
}

.cn-v-linea {
	background-color: var(--naranja-color);
	height: 2px;
	border-radius: 0px 5px 5px 0px;
	margin-bottom: 20px;
	width: 630px;
}

.model-block-layout-2-container_2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 540px;
    margin-bottom: 30px;
}

.model-block-layout-2-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 630px;
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--naranja-color);
}

.model-block-layout-2-title span {
	color: white;
	padding: 5px;
	width: 88px;
    padding-left: 15px;
    font-weight: bold;
    height: 22px;
	border-radius: 5px 5px 0px 0px;
	background-color: var(--naranja-color);
}

.model-block-layout-2-materias-banner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
}

.model-block-layout-2-materias {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-block-layout-2-materias {
    padding-right: 0px;
    display: grid;
    grid-template-columns: 216px 216px 216px;
}

.model-block-layout-2-materia {
    position: relative;
    width: 195px;
    height: 230px;
    margin-bottom: 20px;
	cursor: pointer;
}

.model-block-layout-2-materia-miniatura-blur { 
	display: none;
}

.model-block-layout-2-materia:hover .model-block-layout-2-materia-miniatura-blur {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 195px;
    height: 110px;
	z-index: 30;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	background-color: rgba(0, 0, 0,0.5);
	color: rgba(255, 255, 255, 0.5);
}

.model-block-layout-2-materia img{
    width: 195px;
    height: 110px;
}

.model-block-layout-2-banner {
    cursor: pointer;
    width: 100%;
    height: 600px;
}

.model-block-layout-2-materia-clave-titulo-fecha { 
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-block-layout-2-materia-clave {
    color: var(--naranja-color);
    font-weight: bold;
}

.model-block-layout-2-materia-titulo {
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.model-block-layout-2-materia-fecha-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.model-block-layout-2-materia-fecha {
    font-size: 12px;
    color: gray;
}

.model-block-layout-2-banner-1 {
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}

.model-block-layout-2-banner-1 img{
    width: 100%;
    height: 265px;
    object-fit: cover;
	overflow: hidden;
}

.model-block-layout-2-banner-2 {
    width: 100%;
    height: 265px;
}

.model-block-layout-2-banner-2 img{
    width: 100%;
    height: 265px;
    object-fit: cover;
	overflow: hidden;
}

/* MODEL BLOCK LAYOUT  3*/

.model-block-layout-container_3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.model-block-layout-3-title-materia {
    position: relative;
    display: flex;
    font-weight: bold;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
}


.model-block-layout-3-materias-titulo {
    width: 690px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-block-layout-3-materias {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
	margin-right: 20px;
}

.model-block-layout-3-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 625px;
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--naranja-color);
}

.model-block-layout-3-title span {
	color: white;
	padding: 5px;
	width: 108px;
    height: 22px;
    padding-left: 10px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	background-color: var(--naranja-color);
}

.model-block-layout-3-banner {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 532px;
    width: 330px;
}

.model-block-layout-3-banner img{
    width: 300px;
    max-width: 300px;
}

/*segundo banner opcional */
.model-block-layout-3-banner-cont {
    cursor: pointer;
	width: 300px;
}

.model-block-layout-4-banner {
    position: relative;
    display: flex;
    flex-direction: row;
	margin-bottom: 20px;
    justify-content: flex-start;
    width: 330px;
}

.model-block-layout-4-banner img{
    width: 300px;
}

/* fin segundo banner opcional */

.model-block-layout-3-materia {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 140px;
    width: 100%;
	cursor: pointer;
}

.model-block-layout-3-materia:first-child {
    margin-top: 0px;
}

.model-block-layout-3-materia img {
    height: 140px;
    width: 380px;
    object-fit: cover;
	overflow: hidden;
}

.model-block-layout-3-materia-miniatura-blur {
	display: none;
}

.model-block-layout-3-materia:hover .model-block-layout-3-materia-miniatura-blur {
	position: absolute;
	top: 0px;
	left: 0px;
    height: 140px;
    width: 232px;
	z-index: 30;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	background-color: rgba(0, 0, 0,0.5);
	color: rgba(255, 255, 255, 0.5);
}

.model-block-layout-3-materia-titulo-subtitulo-fecha {
    margin-left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-block-layout-3-materia-titulo {
    font-size: 20px;
    font-weight: bold;
}

.model-block-layout-3-materia-subtitulo {
    font-weight: 500;
    font-size: 14px;
}

.model-block-layout-3-materia-fecha-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.model-block-layout-3-materia-fecha {
    font-size: 12px;
    color: gray;
}

.model-block-layout-3-continuar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 5px;
	border-top: 1px solid gray;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
    margin-top: 32px;
    margin-bottom: 0px;
    color: blue;
    cursor: pointer;
}

/* MODEL BANNER 1 */

.model-banner-2 {
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}

.img-banner-2 {
	width: 950px;
    height: 100%;
	object-fit: cover;
	overflow: hidden;
}


/* MODEL BANNER 2 */

.model-banner-3 {
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.img-banner-3 {
	width: 950px;
    height: 100%;
	object-fit: cover;
	overflow: hidden;
}

@media only screen and (max-width: 590px) { 

    /* MODEL BANNER 1 */

    .model-banner-1 {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .img-banner-1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .flechas-banner {
        top: 10px;
    }

    .model-block-layout-container_1 {
        position: relative;
        height: auto;
    }

    .model-black-layout_1-social-midia {
        display: none;
    }

    .model-block-layout_1-title-social-midia {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .model-black-layout_1-title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
        margin-right: 20px;
    }

    .model-black-layout_1-title-titulo {
        font-size: 25px;
    }

    .model-black-layout_1-title-subtitulo {
        margin-top: 5px;
        font-size: 15px
    }
    
    .model-block-layout_1-images-second-medias {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        margin-top: 0px;
    }
    
    .model-block-layout_1-principal-image {
        width: 100%;
        height: 100%;
        align-self: center;
        cursor: pointer;
        margin-bottom: 20px;
    }
    
    .model-block-layout_1-principal-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        overflow: hidden;
    }
    
    .model-block-layout_1-principal-image {
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }

    .model-block-layout_1-principal-image-blur-play {
        display: none;
    }
    
    .model-block-layout_1-principal-image:hover .model-block-layout_1-principal-image-blur-play{
        width: 0px;
        height: 0px;
    }

    .model-block-layout_1-principal-image:hover .model-block-layout_1-principal-image-blur-play i{
        display: none;
    }

    .model-block-layout_1-first-second-medias-divider {
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        width: 100%;
    }
    
    .model-block-layout_1-seconds-medias {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }
    
    .model-block-layout_1-sec-noticia {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .model-block-layout_1-sec-noticia::after {
        width: 100%;
        
    }
    
    .model-block-layout-1-sec-noticia-palabra-clave-titulo {
        width: 100%;
        overflow-x: hidden;
    }

    .model-block-layout_1-principal-redes-sociais {
        height: 25px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .model-block-layout_1-principal-redes-sociais img {
        display: none;
        height: 30px;
        width: 85px;
        object-fit: cover;
        overflow: hidden;
    }
    
    .model-block-layout_1-principal-redes-sociais span{
        background-color: var(--azul-claro-color);
        padding: 5px;
        margin-left: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }
    
    .model-block-layout_1-principal-redes-sociais span i{
        margin-right: 5px;
    }

    .model-block-layout_1-principal-categorias-redes-sociais {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 5px;
    }
    
    .model-block-layout_1-principal-categorias span {
        background-color: var(--azul-claro-color);
        padding: 5px;
        margin-right: 5px;
        font-size: 12px;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    .model-block-layout_1-principal-categorias span:not(:first-child):not(:last-child) {
        display: none;
    }

    .cn-v-categorias-boton-1 {
        width: 100px;
    }
    
    .cn-v-categorias-boton-2 { 
        width: 100px;
        font-size: 10px;
    }
    
    .cn-v-categorias-boton-3 { 
        width: 100px;
        font-size: 10px;
    }
    
    .cn-v-categorias-boton-4 { 
        width: 120px;
        font-size: 10px;
    }
    
    .cn-v-categorias-boton-5 { 
        width: 100px;
        font-size: 10px;
    }

    .cn-v-linea {
        width: 100%;
    }

    .model-block-layout-2-container_2 {
        position: relative;
        top: 0px;
        height: 100%;
        width: 100%;
    }

    .model-block-layout-2-materias {
        padding-right: 0px;
        display: grid;
        grid-template-columns: 170px 170px ;
    }

    .model-block-layout-2-materia {
        position: relative;
        cursor: pointer;
        width: 160px;
        height: 280px;
        margin-bottom: 0px;
    }

    .model-block-layout-2-materia-clave-titulo-fecha { 
        height: 150px;
    }
    
    .model-block-layout-2-materia img{
        width: 160px;
        height: 110px;
    }

    .model-block-layout-container_3 {
        top: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
    }

    .model-block-layout-3-continuar {
        margin-bottom: 0px;
    }

    .model-block-layout-2-materias-banner {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
    }

    .model-block-layout-2-title {
        width: 100%;
    }
    
    .model-block-layout-2-materia-fecha {
        font-size: 10px;
    }

    .model-block-layout-2-banner {
        width: 100%;
        height: 100%;
    }    

    .model-block-layout-2-banner-1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .model-block-layout-2-banner-2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .model-block-layout-2-materias-titulo {
        margin-bottom: 0px;
    }

    .model-block-layout-3-materia {
        cursor: pointer;
        width: 55%;
    }

    .model-block-layout-3-materias-titulo {
        width: 100%;
        margin-right: 0px;
        border-bottom: 1px solid gray;
    }

    .model-block-layout-3-materia-subtitulo {
        display: none;
    }

    .model-block-layout-3-banner {
        height: 600px;
        width: 100%;
    }

    .model-block-layout-3-title {
        width: 100%;
    }

    .model-block-layout-3-banner img{
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .model-block-layout-3-materias {
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .model-block-layout-3-materia {
        margin-top: 20px;
        width: 100%;
        height: 90px;
    }
    
    .model-block-layout-3-materia img {
        height: 90px;
        width: 290px;
        object-fit: cover;
        overflow: hidden;
    }
    
    .model-block-layout-3-materia-titulo-subtitulo-fecha {
        margin-left: 10px;
        width: 100%;
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .model-block-layout-3-materia-titulo {
        font-size: 13px;
        font-weight: bold;
    }
    
    .model-block-layout-3-materia-subtitulo {
        font-weight: 500;
        font-size: 12px;
    }
    
    .model-block-layout-3-materia-fecha-cont {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .model-block-layout-3-materia-fecha {
        font-size: 10px;
        color: gray;
    }

    .model-block-layout-3-materia-miniatura-blur {
        display: none;
    }
    
    .model-block-layout-3-materia:hover .model-block-layout-3-materia-miniatura-blur {
        height: 0px;
        width: 0px;
    }

    .model-block-layout-3-materia:hover .model-block-layout-3-materia-miniatura-blur i{
        display: none;
    }

    .model-block-layout-container_5 {
        height: 100%;
        display: none;
        width: 100%;
        position: relative;
        flex-direction: column;
        top: 180px;
    }

    .model-block-layout-5-videos-titulo {
        width: 100%;
    }

    .model-block-layout-5-videos {
        width: 100%;
    }

    .model-block-layout-5-videos-continuar-noticias { 
        width: 100%;
    }
    
    .model-banner-2 {
        position: relative;
        top: 0px;
        height: 100%;
        margin-bottom: 20px;
    }

    .img-banner-2 {
        width: 100%;
    }

    /* MODEL BANNER 2 */

    .model-banner-3 {
        position: relative;
        width: 100%;
        margin-top: 20px;
        top: 0px;
        margin-bottom: 0px;
    }

    .img-banner-3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

        /*segundo banner opcional */
    .model-block-layout-3-banner-cont {
        height: auto;
        width: 100%;
    }

    .model-block-layout-4-banner {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        justify-content: flex-start;
        width: 100%;
    }

    .model-block-layout-4-banner img{
        width: 100%;
    }

}