.ofertas_pills {
	font-size: 14px !important;
	width: 250px !important;
}

.oferta_header {
    font-size: 16px !important;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.4em;
    text-transform: uppercase;
    vertical-align: middle;    
}

.oferta_content {
    background-color: #EEEEEE;
    font-size: 14px !important;
    border-radius: 20px;
    padding: 20px;
}

.col_imagen_destacada {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 0px !important;
    background-color: #EEEEEE;
    font-size: 14px !important;
    padding: 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.col_imagen_destacada img,
.col_imagen_destacada_mobile img
{
	width: 100%;
  	object-fit: contain;
}
.col_imagen_destacada_mobile {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #EEEEEE;
    font-size: 14px !important;
    padding: 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.col_contenido_oferta_mobile {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    font-size: 14px !important;
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.col_contenido_oferta {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    font-size: 14px !important;
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.oferta_meta {
    background-color: #EEEEEE;
    font-size: 12px !important;
    padding-bottom: 10px;
}

.oferta_footer {
    background-color: #EEEEEE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

.boton_completar {
    background-color: #D7AC4F !important;
    font-weight: bold !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    text-transform: uppercase;
	color: #fff !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.boton_leer_mas {
    background-color: #D7AC4F !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.boton_mobile {
    background-color: #D7AC4F !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 50px !important;
    padding: 5px 12px !important;
    /*width: 100%;*/
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.label_prepartido {
    background-color: #4fb9d7 !important;
    color: black;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 10px 24px !important;
}

.label_envivo {
    background-color: #c22e2c !important;
    color: black;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 10px 24px !important;
}

.fecha_expiracion {
    font-size: 11px
 }

.nav-pills > li > button {
    background-color: grey !important;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    width: 220px;
}

.nav-pills > li > button.active {
    background-color: #D7AC4F !important;
    font-weight: bold;
}

p.read-more {
    display:none;
 }
/* cdp apaño pginacion */
#div-ofertas-actuales>#div-ofertas-actuales,
#div-ofertas-expiradas>#div-ofertas-expiradas,
#div-ofertas-completadas>#div-ofertas-completadas
{
	width: 100% !important;
	padding: 0 !important;
}
/******/
@media (min-width: 768px) 
{
	.col_imagen_destacada,
	.col_imagen_destacada_mobile
	{
		border-radius: 0px !important;
		border-top-left-radius: 20px !important;
  		border-bottom-left-radius: 20px !important;
  		border-bottom-right-radius: 0px !important;
		align-content: center;
	}
	.col_contenido_oferta_mobile,
	.col_contenido_oferta
	{
		border-radius: 0px !important;
		border-top-right-radius: 20px !important;
  		border-bottom-right-radius: 20px !important;
	}	
}

@media (max-width: 767px) 
{
	.oferta_header
	{
		text-align:center;
	}
	.col_imagen_destacada,
	.col_imagen_destacada_mobile
	{
		border-radius: 0px !important;
		border-top-left-radius: 20px !important;
  		border-top-right-radius: 20px !important;
		align-content: center;
	}
	.col_contenido_oferta_mobile,
	.col_contenido_oferta
	{
		border-radius: 0px !important;
		border-bottom-left-radius: 20px !important;
  		border-bottom-right-radius: 20px !important;
	}
	
}

/* cdp - pastillas de navegacion ofertas */
/*_______________________________________*/
@media (max-width: 887px) and (min-width:631px)
{
	ul#pills-tab
	{
		display:flex;
		flex-wrap: nowrap;
		row-gap: 20px;
    	column-gap: 10px;
    	padding-left: 0;	
	}
	ul#pills-tab > li
	{
		flex: 1;
	}
	ul#pills-tab #pills-actuales-tab.ofertas_pills,
	ul#pills-tab #pills-expiradas-tab.ofertas_pills,
	ul#pills-tab #pills-completadas-tab.ofertas_pills	
	{
		width: 100% !important;
	}
	.nav-pills > li > button
	{
		margin: 0;
		font-size: 12px !important;
		white-space: pre; /* Preserva espacios y saltos de línea del HTML */
  		text-align: center; /* Opcional: centra el texto */
	}

}
@media (max-width: 631px)
{
	ul#pills-tab
	{
		display:flex;
		flex-wrap: nowrap;
		row-gap: 20px;
    	column-gap: 10px;
    	padding-left: 0;	
		margin-left: -20px;
	}
	.nav-pills > li > button
	{
		margin: 0;
		font-size: 12px !important;
		white-space: pre; /* Preserva espacios y saltos de línea del HTML */
  		text-align: center; /* Opcional: centra el texto */
		padding: 17px 10px !important;
	}
	.ofertas_pills
	{
		width: auto !important;
	}
}
@media (max-width: 470px)
{
	ul#pills-tab
	{
		display:flex;
		flex-wrap: nowrap;
		row-gap: 20px;
    	column-gap: 5px;
    	padding-left: 0;	
		margin-left: -20px;
	}
	.nav-pills > li > button
	{
		margin: 0;
		font-size: 10px !important;
		white-space: pre; /* Preserva espacios y saltos de línea del HTML */
  		text-align: center; /* Opcional: centra el texto */
		padding: 17px 5px !important;
	}
	.ofertas_pills
	{
		width: auto !important;
	}
}

/**/
/* cdp - ofertas completadas, paginación, aire */
.div-ofertas-completadas
{
margin-top:20px;
}

.casas-de-apuestas
{
	display:flex;
	gap: 10px;
}
.casas-de-apuestas a
{
	background: #808080;
	text-transform:uppercase;
	padding: 10px;
  	border-radius: 5px;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
}