.visitas-lista {
    margin: 20px -15px;
}

.visita-contenido {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    height: 100%;
}

.visita-contenido h3 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
}

.visita-detalles {
    margin-top: 10px;
}

.visita-detalles p {
    margin: 5px 0;
    font-size: 14px;
}

.interprete-badge {
    background: #4CAF50;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.9em;
    display: inline-block;
}

.visita-enlace {
    display: inline-block;
    padding: 5px 15px;
    background: #007bff;
    color: white !important;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
}

.visita-enlace:hover {
    background: #0056b3;
    color: white !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}



/*************************************************************
************************** EVENTOS ***************************
*************************************************************/

.evento_completo > div {
	background: #ececec;
}
.evento_completo .counter {
	color: #ff1900;
}
.pAlert {
	color: #de1f03;
}
.spCompleto {
	color: gray;
}

.contEventoF {
	background: #ffffff;
	padding: 10px 25px;
	border: 1px solid #EAEAEA;
}
.aEventoF {
	/*padding: 0 15px 30px;*/
	padding: 0px;
}
.aEventoF p, .aEventoF span {
	color: #777777;
}
.aEventoF:hover p, .aEventoF:hover span {
	color: #777777;
}
.aEventoF.evento_completo:hover .counter {
	color: #ff1900 !important;
}
.aEventoF h3 {
	font-size: 1.462rem;
	line-height: 1.4;
	font-weight: 700;
	margin: 20px 0px 15px;
}
.aEventoF:hover h3 {
	color: #de1f03;	
}
.aEventoF.evento_completo:hover h3 {
	color: #4a4a4a;
}

.eventoFecha, .eventoHora {
	margin-bottom: 10px;
}
.aEventoF img {
	margin-right: 10px;
}
.counter {
	font-size: 1.2rem;
}
.imgSignos {
	width: 30px;
	margin-left: 10px;
}
.visita-item.wpb_column.vc_column_container.vc_col-sm-4 {
	margin-bottom: 40px;
}


