.elementor-4883 .elementor-element.elementor-element-f35c116{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-4883 .elementor-element.elementor-element-f35c116:not(.elementor-motion-effects-element-type-background), .elementor-4883 .elementor-element.elementor-element-f35c116 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4883 .elementor-element.elementor-element-e96945b{text-align:center;}.elementor-4883 .elementor-element.elementor-element-e96945b .elementor-heading-title{font-size:21px;color:#FFFFFF;}.elementor-4883 .elementor-element.elementor-element-ae98612 > .elementor-widget-container{background-color:#000000;border-style:solid;}.elementor-4883 .elementor-element.elementor-element-ae98612{text-align:center;color:#FFFFFF;}body.elementor-page-4883:not(.elementor-motion-effects-element-type-background), body.elementor-page-4883 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4883 .elementor-element.elementor-element-f35c116{--content-width:50%;}}/* Start custom CSS */.elementor-4883 .elementor-element.elementor-element-ae98612 > .elementor-widget-container {
    background-color: #000000;
    border-style: none;
}
.tc_seating_map_button {
  background-color: white; /* Fondo blanco */
  color: black; /* Letras en negro */
  border: 2px solid white; /* Borde blanco */
  padding: 10px 20px; /* Espaciado interno del botón */
  font-size: 16px; /* Tamaño de fuente base */
  border-radius: 5px; /* Bordes redondeados (opcional) */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-align: center; /* Centra el texto */
  text-decoration: none; /* Elimina el subrayado si el botón es un enlace */
  transition: background-color 0.3s, color 0.3s; /* Transición suave para cambios de estilo */
  width: auto; /* Se adapta al contenido */
  max-width: 100%; /* Evita que se desborde en pantallas pequeñas */
  display: inline-block; /* Mantiene la forma del botón */
  box-sizing: border-box; /* Asegura que padding y borde se incluyan en el tamaño total */
}

.tc_seating_map_button:hover {
  background-color: black; /* Fondo negro al pasar el cursor */
  color: white; /* Letras blancas al pasar el cursor */
  border-color: black; /* Cambia el color del borde al pasar el cursor */
}

/* Estilos para pantallas pequeñas */
@media (max-width: 768px) {
  .tc_seating_map_button {
    padding: 8px 16px; /* Reduce el padding en pantallas pequeñas */
    font-size: 14px; /* Reduce el tamaño de la fuente */
  }
}

/* Estilos para pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
  .tc_seating_map_button {
    padding: 6px 12px; /* Padding más pequeño para móviles */
    font-size: 12px; /* Tamaño de fuente más pequeño */
    width: 100%; /* Botón ocupa todo el ancho disponible */
  }
}/* End custom CSS */