/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776437682
Updated: 2026-04-17 16:54:42

*/

/* ============================================
   FORMULARIO RESERVAS — Maison Eduardo Sánchez
   ID del widget Elementor: #form-reservas
   ============================================ */

/* Contenedor general */
#form-reservas fieldset {
  border: none;
  padding: 0;
  margin: 0;

}


/* ── CAMPOS DE TEXTO / EMAIL / TEL ── */
#form-reservas .frm_form_field input[type="text"],
#form-reservas .frm_form_field input[type="email"],
#form-reservas .frm_form_field input[type="tel"],
#form-reservas .frm_form_field textarea {
  width: 100% !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #A8A799 !important;
  border-radius: 0;
  padding: 10px 0;
  font-family: inherit;
  font-size: 14px;
  color: #A8A799;
  outline: none;
  transition: border-color 0.2s ease;
  box-shadow: none;
  -webkit-appearance: none;
    font-family: "Inter", sans-serif;
}

#form-reservas .frm_form_field input[type="text"]::placeholder,
#form-reservas .frm_form_field input[type="email"]::placeholder,
#form-reservas .frm_form_field input[type="tel"]::placeholder,
#form-reservas .frm_form_field textarea::placeholder {
  color: #A8A799;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

#form-reservas #frm_field_94_container{
    color: #A8A799;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}


/* ── LABELS (ocultos, los placeholders hacen su función) ── */
#form-reservas .frm_form_field .frm_primary_label {
  display: none;
}

/* ── TEXTAREA (Mensaje) ── */
#form-reservas .frm_form_field textarea {
  resize: none;
  height: 42px;
  min-height: 42px;
  overflow: hidden;
}

/* ── ESPACIADO ENTRE CAMPOS ── */
#form-reservas .frm_form_field {
  margin-bottom: 18px;
}

/* ── CHECKBOX / RADIO POLÍTICA DE PRIVACIDAD ── */
#form-reservas #frm_field_101_container,
#form-reservas #frm_field_90_container {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 0;
}


#form-reservas #frm_field_101_container .frm_opt_container,
#form-reservas #frm_field_90_container .frm_opt_container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}


#form-reservas #frm_field_101_container input[type="radio"],
#form-reservas #frm_field_90_container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #A8A799;
  background: transparent;
  margin-top: 2px;
  cursor: pointer;
  transition: background 0.2s;
  vertical-align: middle;
  margin-top: 0;
}

#form-reservas #frm_field_101_container input[type="checkbox"]:checked,
#form-reservas #frm_field_90_container input[type="checkbox"]:checked {
  background: #D9D9D9;
  border-color: #000000;
}

#form-reservas #frm_field_101_container #frm_checkbox_101-0 label,
#form-reservas #frm_field_90_container #frm_checkbox_90-0 label,
#form-reservas #frm_field_73_container #frm_checkbox_73-0 label{
    font-size: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #A8A799;
    position: relative;
    padding-left: 33px;
    display: block;
}

#form-reservas #frm_field_101_container #frm_checkbox_101-0 label input,
#form-reservas #frm_field_90_container #frm_checkbox_90-0 label input,
#form-reservas #frm_field_73_container #frm_checkbox_73-0 label input{
    margin-right: 12px;
    position: absolute;
    left: 0;
}


#form-reservas #frm_field_101_container a,
#form-reservas #frm_field_90_container a,
#form-reservas #frm_field_73_container a{
  text-decoration: underline;
  color: #A8A799;
}

/* ── CAMPO HONEYPOT (oculto) ── */
#form-reservas #frm_field_96_container {
  display: none !important;
}

/* ── RECAPTCHA (oculto) ── */
#form-reservas #frm_field_92_container {
  display: none !important;
}

/* ── BOTÓN ENVIAR ── */
#form-reservas .frm_submit {
  text-align: center;
  margin-top: 8px;
}

#form-reservas .frm_submit input[type="submit"] {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 8px 30px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 21px;
}

/* ── LOADING AJAX ── */
#form-reservas .frm_ajax_loading {
  display: none;
}

/* ── MENSAJES DE ERROR ── */
#form-reservas .frm_error {
  font-size: 11px;
  color: #c0392b;
  margin-top: 4px;
}

.e-font-icon-svg.e-eicon-close.eicon-close {
  outline: unset;
}

#frm_field_69_container{
    padding-top: 24px;
}

.titu-new{
    max-width:45%!important;
    float:left!important;
    margin-right:20px!important
}
.p-news-izq{
    float:left!important;
    max-width:50%!important;
    margin-top:20px!important;
}
.p-news-dch{
    float:right!important;
    max-width:50%!important;
}

.e-con.sticky-menu {
    position: sticky !important;
    top: 0;
    z-index: 999 !important;
    transition: all .3s ease !important;
}

.sticky-menu.is-scrolled {
	position: fixed !important;
    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	margin: 0;
}

.wpml-header-selector .wpml-ls-item:not(:last-child) {
    position: relative;
    padding-right: 6px;
    margin-right: 6px;
}

.wpml-header-selector .wpml-ls-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;            /* alto de la línea, ajústalo */
    background-color: #fff;  /* color de la línea */
}

.centered-logo {
    transform: translateX(-50%) !important;
}

@media (max-width: 767px) {
	.centered-logo {
		position: relative !important;
		left: 26px !important;
	}
}
