.woocommerce-loop-category__title mark.count {
display: none;
}
.elementor-450 .elementor-element .woocommerce .woocommerce-loop-category__title:hover{
color:#00b0b9;
} .eventos-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px; }
.categoria-evento {
padding: 6px 14px;
background-color: #3d3d3d;
color: white;
font-weight: bold;
font-family: inherit;
position: absolute;
border-radius: 0px 0px 10px 0px;
}
.categoria-evento a{
color: white;
pointer-events: none;
} .evento {
width: calc(33.33% - 20px);
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 15px;
border-radius: 10px;
}
.container-evento {
padding: 15px; }
h4.titulo-evento {
margin: 0px 0px 10px 0px; }
.fecha-lugar-evento {
margin-bottom: 10px; }
.descripcion-evento {
font-size: 14px;
color: rgba(0,0,0,0.6);
text-align: justify;
margin-bottom: 10px; } .pagination {
margin-top: 20px; } .boton-mas-informacion {
display: inline-block;
padding: 8px 15px;
background-color: #00b0b9;
color: #fff;
text-decoration: none;
border: 1px solid #00b0b9;
border-radius: 5px;
margin-top: 10px;
font-weight: bold;
transition: 0.3s ease-in-out;
}
.boton-mas-informacion:hover {
background-color: white;
color: #00b0b9;
border: 1px solid #00b0b9;
}
.evento-details {
font-family: inherit;
color: black;
font-size: 14px;
padding-bottom: 20px;
}
.evento-details a{
color: black;
font-weight: 400;
}
.boton-inscribete-aqui {
background-color: #00b0b9;
color: white;
border: 2px solid #00b0b9;
padding: 8px 15px;
border-radius: 30px;
font-weight: bold;
transition: 0.3s ease-in-out;
}
.boton-inscribete-aqui:hover{
background-color: #ffffff;
color: #00b0b9;
border: 2px solid #00b0b9;
} @media screen and (max-width: 768px) {
.evento {
width: calc(50% - 20px); }
} @media screen and (max-width: 480px) {
.evento {
width: 100%; }
}
@media (max-width: 767px){
.e-n-menu-title-text {
color:black!important;
}
}
.title-noevents{
text-align: center;
}
.title-noevents h5{
font-weight: bold;
font-size: 24px;
}
.title-noevents p{
font-weight: normal;
font-size: 16px;
}