/******************* menu lateral *********************/
.contexto >li>a{
    padding: 0px 15px;
}

.contexto li{
	text-align: center;

}
.contexto a,.contexto span{
	color: white;
	height: 40px;
	line-height: 40px;
}

.contexto >li>a:focus, .contexto >li>a:hover {
    text-decoration: none;

    /*border-bottom: 2px solid white;*/
}

.before-component{

}
/******************* menu lateral child ***************************/
.small{
	border: 1px solid none;
	margin-bottom:2px;
}
.small li{
	list-style-type: none;
	height: 40px;
}
.small a{
	color: white!important;
	font-weight: bolder;
	text-decoration: none !important;
}
li.deeper.parent{
	border-bottom: none;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	text-decoration: none !important;
}

.small>li {
	background: #bfbdbd;
	border-radius: 7px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.small li:hover  {
	color: black;
	background-color: white;
}

table.mod_events_latest_table.jevbootstrap tbody {
	display: flex;
	gap: 25px;
	justify-content: center;
}

.moduletable.events {
	display: grid;
	justify-content: center;
}
.tt-evento {
	background: #214b01;
	color: white;
	padding: 10px 70px;
	border-radius: 10px 10px 0px 0px;
}

.dia-evento {
	text-align-last: center;
}

td.mod_events_latest_first {
	background: white;
	/* border-radius: 10px 10px 10px 10px; */
}

.mod_events_latest_table td {
	padding: 0;
	width: 225px;
}

span.mod_events_latest_date {
}

.dia-evento h1 {
	font-size: 9rem;
	font-weight: 600;
	margin-bottom: 23%;
	margin-top: 11%;
}


td.mod_events_latest {
	background: white;
/* border-radius: 10px 10px 10px 10px; */
}
.dia-evento h3 {
	font-size: 25px;
	font-weight: 900;
	margin-top: 0;
}

.tt-card-eve {
	text-align: center;
	padding: 5px;
	height: 135px;
}

.tt-card-eve h4 {
	font-size: 18px;
}
span.mod_events_latest_date {
	display: block;
}
.tt-card-eve a {
	color: black;
	font-weight: 600;
	font-size: 13px;
    font-weight: 100;
}