/* Fuente global y estilos básicos */
body, input, select, button {
    font-family: 'Noto Serif Hebrew', serif !important;
    background-color: #1d1d1b;
    color: #ffffff;
}

h1, h2 {
    font-family: 'Noto Serif Hebrew', serif !important;

    color: #ffffff;
}

h1, h2 {
    text-align: center;
}

#eventSelect {
    text-transform: uppercase;
}

/* Centrar el contenedor en la pantalla */
body {
    display: flex;
    justify-content: center;
    align-items: center;
 
    margin: 0;
    -webkit-font-smoothing: antialiased; /* Mejora la apariencia del texto en Safari */
}

/* Contenedor principal para el formulario */
.container {
    background-color: #1d1d1b; /* Fondo del contenedor */
    border-radius: 10px;
    padding: 20px;
    width: 50%; /* Ancho al 50% en pantallas grandes */
    max-width: 100%;
    color: #ffffff; /* Color de texto dentro del contenedor */
    overflow: hidden; /* Ocultar overflow global */
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #000 !important;
    color: #fff;
    font-size: 1em;
}
.div:where(.swal2-icon).swal2-success .swal2-success-ring {
    display: none !important;
}

.top_1 {
    position: fixed;
    left: 0px;
    top: 0px;
  width: 200px;
}
.top_2 {
   position: fixed;
    right: 0px;
    top: 0px;
    width: 200px;
}
.bottom_1 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 200px;
}
.bottom_2 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 200px;
}


/* Estilos para móviles */
@media (max-width: 768px) {
    .container {
        width: 90%; /* Ancho al 90% en pantallas móviles */
    }
}

/* Estilos para ocultar el formulario hasta que se seleccione una empresa */
#guestForm {
    display: none;
    text-align: center;
}

/* Contenedor de los invitados con scroll */
#guestFields {
    /*max-height: 300px; 
    overflow-y: auto; */
    padding-right: 10px; /* Añadir espacio para el scroll */
}

/* Estilos para el select */
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #fcdeb8;
    font-size: 16px;
    background-color: #1d1d1b !important;
    color: #fff;
    -webkit-appearance: none;
     font-family: 'Noto Serif Hebrew', serif !important;
}
select option {
    text-transform: uppercase;
     background-color: #1d1d1b !important;
}
#eventSelect {
      background-color: #1d1d1b !important;
}
#eventSelect option {
    text-transform: uppercase;
     background-color: #1d1d1b !important;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 1rem 2.25rem 1rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fac47c;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid #fac47c;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
      font-family: 'Noto Serif Hebrew', serif !important;
}



/* Estilos para los campos del formulario */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #1d1d1b; /* Fondo oscuro */
    border: none;
    border-bottom: 2px solid #fcdeb8;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none; /* Quitar el estilo por defecto de Safari */
    outline: none; /* Evitar el borde azul en inputs al enfocarse */
     font-family: 'Noto Serif Hebrew', serif !important;
}

/* Placeholder en color blanco, compatible con Safari */
input::placeholder {
    color: #ffffff !important;
    opacity: 0.7; /* Opcional: opacidad del placeholder */
}

input::-webkit-input-placeholder { /* Soporte para Safari */
    color: #ffffff;
}

input:invalid {
    border-bottom: 2px solid #fcdeb8;
}

/* Estilos para los botones */
button {
    width: 100%;
    padding: 10px;
    background-color: #fcdeb8;
    color: #1d1d1b;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    -webkit-appearance: none;
    font-weight: 700;
    text-transform: uppercase;
}

.enviar_cta  {
    width: 100%;
    padding: 10px;
    background-color: #fcdeb8;
    color: #1d1d1b;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    -webkit-appearance: none;
    font-weight: 700;
    text-transform: uppercase;
}

button:hover {
    background-color: #0056b3;
}

.logo img {
    margin: 20px auto;
    width: 170px;
}

/* Estilo para ocultar campos opcionales */
.hidden {
    display: none;
}

/* Estilos del slider */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Botones de control */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.dorado {
    color:#fac47c;
}
.logo_food {
    width: 300px;
    margin: 20px auto;
    display: block;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fac47c;
    color: #000;
    font-family: inherit;
    font-size: 1rem;
}

/* Ajustes responsive */
@media (max-width: 768px) {
    .container {
        width: 90%; /* Ajuste del contenedor en pantallas móviles */
        padding: 15px;
    }

    input, select, button {
        font-size: 14px;
    }
     .logo {
        margin: 20px auto;
        width: 200px;
    }
     h1 {
        font-size: 1.5rem;
    }
}
    .logo_food {
    width: 200px;

}

    .top_1 {
 
    width: 100px;
}

.top_2 {
   width: 100px;
}
.bottom_1 {
    width: 100px;
}
.bottom_2 {
     width: 100px;
}
}

/*@media (min-width: 600px) and (max-width: 768px) {
      .logo {
        margin: 20px auto;
        width: 200px;
    }
     h1 {
        font-size: 1.5rem;
    }
}
    .logo_food {
    width: 200px;

}

    .top_1 {
 
    width: 50px;
}

.top_2 {
   width: 50px;
}
.bottom_1 {
    width: 50px;
}
.bottom_2 {
     width: 50px;
}
}*/

@media (max-width: 640px) {

}
