/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}

.company-logo img {

    max-height: 150px !important;  /* antes suele estar en 60-80px */

    max-width: auto !important;

    height: auto !important;

    margin: 0 auto;  /* centra el logo */

    display: block;
 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}
/* --- Estilos para la sección Sobre Nosotros --- */

#about h2 {

  color: #FFD700 !important;   /* Título en dorado */

  font-size: 26px;

  font-weight: bold;

  text-align: center;

  margin-bottom: 20px;

}



#about p {

  color: #f5f5f5 !important;   /* Texto en gris claro */

  font-size: 16px;

  line-height: 1.8;

  font-family: Arial, sans-serif;

  text-align: justify;          /* Alineado más elegante */

  margin-bottom: 15px;

}



#about {

  background: rgba(0, 0, 0, 0.5);  /* Fondo semitransparente para mejor contraste */

  padding: 20px;

  border-radius: 8px;

}

/* Ocultar iconos flotantes de la esquina superior derecha */

.sb-floating-icons, 

.sb-floating-icons-container, 

.sb-floating-buttons {

    display: none !important; /* Logo más grande pero con buena proporción */

.company-logo img {

    max-height: 150px !important;  /* antes suele estar en 60-80px */

    max-width: auto !important;

    height: auto !important;

    margin: 0 auto;  /* centra el logo */

    display: block;
/* Logo más grande y centrado */

.company-logo img {

    max-height: 180px !important;  /* puedes probar 160, 180 o 200 */

    height: auto !important;

    width: auto !important;

    display: block;

    margin: 0 auto; /* lo centra */

}



/* Texto debajo del logo más grande */

.company-name {

    font-size: 28px !important; /* aumenta tamaño del texto */

    font-weight: bold !important; /* lo pone más fuerte */

    text-align: center !important; /

bilvask sofienberg <bilvasksofienberg@gmail.com>
5:53 (hace 0 minutos)
para mí

/* Ocultar sección de reseñas */

#reviews, .reviews, .section-reviews {

  display: none !important;

}



/* Ocultar sección de mapa */

#map, .map, .section-map {

  display: none !important;

}



/* Evitar que cargue el bloque de error "Oops 404" */

.error-page, .section-error {

  display: none !important;