.elementor-6 .elementor-element.elementor-element-e3b30c2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0.62;--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-e3b30c2:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-e3b30c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://isabeltanta.info/wp-content/uploads/2025/09/w-bg-chifa-titi-la-molina-1756852323.jpg");}.elementor-6 .elementor-element.elementor-element-e3b30c2::before, .elementor-6 .elementor-element.elementor-element-e3b30c2 > .elementor-background-video-container::before, .elementor-6 .elementor-element.elementor-element-e3b30c2 > .e-con-inner > .elementor-background-video-container::before, .elementor-6 .elementor-element.elementor-element-e3b30c2 > .elementor-background-slideshow::before, .elementor-6 .elementor-element.elementor-element-e3b30c2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-6 .elementor-element.elementor-element-e3b30c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-6 .elementor-element.elementor-element-1b0b5d9{--display:flex;}.elementor-6 .elementor-element.elementor-element-188bca9{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ebb11d9 *//* Contenedor general del formulario */
.reservation,
.reservation legend,
.reservation label {
  color: #ffffff !important; /* texto blanco */
}

/* Campos de texto */
.reservation input[type="text"],
.reservation input[type="number"],
.reservation select,
.reservation textarea {
  color: #ffffff !important; /* texto blanco */
  background-color: #111111 !important; /* fondo negro/gris oscuro */
  border: 1px solid #ffffff !important; /* borde blanco */
}

/* Opciones dentro del select */
.reservation select option {
  color: #ffffff !important; /* texto blanco */
  background-color: #111111 !important; /* fondo oscuro */
}

/* Placeholder (texto dentro del input antes de escribir) */
.reservation input::placeholder,
.reservation textarea::placeholder {
  color: #cccccc !important; /* gris claro */
}



/* ===== Formularios de reservas (Five Star Restaurant Reservations) ===== */

/* Títulos y etiquetas */
.reservation,
.reservation legend,
.reservation label,
.rtb-contact,
.rtb-contact legend,
.rtb-contact label {
  color: #ffffff !important; /* texto blanco */
}

/* Inputs, selects y textarea */
.reservation input[type="text"],
.reservation input[type="number"],
.reservation input[type="email"],
.reservation input[type="tel"],
.reservation select,
.reservation textarea,
.rtb-contact input[type="text"],
.rtb-contact input[type="number"],
.rtb-contact input[type="email"],
.rtb-contact input[type="tel"],
.rtb-contact textarea {
  color: #ffffff !important;        /* texto blanco */
  background-color: #111111 !important; /* fondo negro/gris oscuro */
  border: 1px solid #ffffff !important; /* borde blanco */
  border-radius: 6px;               /* bordes redondeados */
  padding: 8px;                     /* espacio interno */
}

/* Opciones dentro de los select */
.reservation select option,
.rtb-contact select option {
  color: #ffffff !important;
  background-color: #111111 !important;
}

/* Placeholders */
.reservation input::placeholder,
.reservation textarea::placeholder,
.rtb-contact input::placeholder,
.rtb-contact textarea::placeholder {
  color: #cccccc !important; /* gris claro */
}

/* Links dentro del formulario */
.rtb-contact .add-message a {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Links hover */
.rtb-contact .add-message a:hover {
  color: #cccccc !important;
}/* End custom CSS */