@charset "utf-8";
/* CSS Document */

body{
	/*
	background-color:#eee !important;	
	background:#eee !important;	
	*/
}

.contenedor-home-2023{
	width:96%;
	margin:auto;	
	
}

.contenedor-proximas-fechas-2023{
	width:96%;
	margin:auto;	
	margin-top:100px;
}

.col-1-2023{
	width:48%;
	float:left;	
	
}
.col-2-2023{
	width:48%;
	float:left;	
	margin-left:4%;
}


.conenedor-evento-2023{
	
}

.conenedor-evento-col-1-2023{
	width:30%;
	float:left;
}

.conenedor-evento-col-2-2023{
	width:70%;
	float:left;
}

.conenedor-interno-evento-col-2-2023{
	padding:10px;	
}


.imagen-evento-2023{
	width:100%;
	
}

.nombre-evento-2023{
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:20px;
	
		text-transform:uppercase;
	margin-bottom:20px;
}

.fecha-evento-2023{
	margin-bottom:20px;
	color: #000;

}

.lugar-evento-2023{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom:20px;
	color: #000;
}

.precio-desde-evento-2023{
	color: #000;
}


.item-evento-2023{
	border:1px solid #eee;
	margin-bottom:20px;	
	background-color:#fff;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 8px 1px #222;
    box-shadow: 1px 1px 8px 1px #222 !impor
	
}


.ajuste-icono{
	margin-right:5px;
	color: #FF6400 !important;
}

.top-header{
	top:0px !important;	
}


#footer-bottom h5{
		letter-spacing:2px;
		color:#222;
		text-transform:uppercase;
}


.contenedor-btn-mas-eventos{
	text-align:center;
	margin:20px 0px 20px 0px;	
}


.paginacion-eventos{
	margin-top:30px;	
	text-align:center;
}

.paginacion {
    display: block;
}

.paginacion a {
    color: black;
    float: left;
    padding: 20px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
	
	
}

.paginacion a:hover {
    background-color: #222;
}

.paginacion a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.paginacion a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paginacion a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.nro_paginacion_general{
	border:1px solid #222;	
	padding:5px 16px;
	margin-left:5px;
	margin-right:5px;
}

.nro_paginacion_activa{
	font-weight:bold;	
	background-color:#FF6400;
	color:#FFF;
}



.banner-publicitario{
	width: 100%;
	height: 200px;
	background-color:#C09;
	display:none;
	margin-bottom:20px;	
}


#top-bar-mobile{
	display:none;	
}

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

	#top-bar-mobile{
		display:block !important;	
		margin-bottom:20px;
	}

	.banner-publicitario{
		width: 60%;
		height: 120px;
		background-color:#C09;
		margin:auto;
		margin-bottom:20px;	
	}

	.nro_paginacion_general{
		border:1px solid #222;	
		padding:10px 20px;
		margin-left:10px;
		margin-right:10px;
	}
	
	.nro_paginacion_activa{
		font-weight:bold;	
		background-color:#FF6400;
		color:#FFF;
	}

	.col-1-2023{
		width:100%;
		float:none;	
		
	}
	.col-2-2023{
		width:100%;
		float:none;	
		margin-left:0%;
	}	
	
	.conenedor-interno-evento-col-2-2023{
		padding:5px;
		padding-left:20px;
		padding-right:5px;	
	}
	
	.conenedor-evento-col-1-2023{
		width:40%;
		float:left;
	}
	
	.conenedor-evento-col-2-2023{
		width:60%;
		float:left;
	}
	
	.nombre-evento-2023{
		font-size: 16px;
		line-height:18px;
		height:36px;
		margin-bottom:10px;
	}
	
	.fecha-evento-2023{
		margin-bottom:10px;
	}
	
	.lugar-evento-2023{
		
		margin-bottom:10px;
	}
	
	.precio-desde-evento-2023{
		
	}
	
	
	

}


@media (max-width: 479px){
	.logo-div div {
		width: 80% !important;
	
	}
	.logo-div {
	    padding: 14px 0px !important;
	}
	
	#footer-top-col-1{
		height:40px !important;
		padding-top:20px;	
	}
	
	
	#footer-top-col-2{
		height:auto !important;
		padding-top:20px;	
	}
	
	#footer-top-col-3{
		height:40px !important;

	}
}
