/*
Theme Name: golsmedia
Theme URI: https://www.ivanlr.com
Template: hello-elementor
Author: Iván López
Author URI: https://www.ivanlr.com
Description: tema para golsmedia
Version: 2.9.0.1701425936
Updated: 2023-12-01 11:18:56

*/

#texto_fecha_cabecera{font-family: 'Roboto', sans-serif; font-size: 11px; color: #3f3f3e;}
.bannerpubligris{background-color:#eeeeee; border-radius:0px; border:1px solid #dddddd;min-height:90px;}
.contenidonoticia blockquote p {
    font-family: 'Roboto', sans-serif;
    color: #76bc21;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.destacada_bloque0:before, .destacada_bloque0_2:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    height:50%;
}

.entrada_noti_portada{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 60px;
	
	font-family: 'Roboto',sans-serif;
	color: #3f3f3e;
    font-size: 13px;
    margin-bottom: 0;
	line-height: 21px;
}
.categoria_portada{position: absolute !important;; top: 0; left: 0; z-index: 40; margin-top: 0;}
.categoria_portada a{
	background-color: #2b2b2b;
	text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
	color: #fff;
	padding: 4px 5px;
	display:table;
	transition: background-color 0.3s ease;}
.categoria_portada a:hover{background-color: #76bc21;}
.bloque2 .categoria_portada a{display:table !important;}


@media only screen and (min-width:768px) and (max-width:1024px){
	.destacada_bloque0 img{ height: calc((130 / 256) * (100vw - 768px) + 350px) !important;}
	.destacada_bloque0_2 img{ height: calc((100 / 256) * (100vw - 768px) + 180px) !important;}
	.listing_bloque_1 .categoria_portada{position: relative !important;}
	.listing_bloque_1 .categoria_portada a{ background-color: #ffffff !important;color: #999999 !important; line-height:1em !important;}
	
}
@media only screen and (max-width:768px){
	.destacada_bloque0 img{ height: calc((130 / 408) * (100vw - 360px) + 220px) !important;}
.categoria_portada{position: relative !important;}
.categoria_portada a{ background-color: #ffffff !important;color: #999999 !important; line-height:1em !important;}
}