.elementor-7186 .elementor-element.elementor-element-c70425f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d30862d */.elementor-7186 .elementor-element.elementor-element-d30862d form {
    display: flex;
    width: 1200px;
}
.elementor-7186 .elementor-element.elementor-element-d30862d input#desde,input#hasta,select#idiomaid,input#adultos,input#numhab {
    padding: 5px;
    background: transparent;
      color: white;
      border-radius: 8px;
      margin: 10px!important;
}
.elementor-7186 .elementor-element.elementor-element-d30862d button {
   background-color: transparent !important;
    border: 1px solid;
    border-radius: 7px;
    white-space: nowrap;
    height: 44px;
}
.elementor-7186 .elementor-element.elementor-element-d30862d option{
    background: white;
    color: black;
}
.elementor-7186 .elementor-element.elementor-element-d30862d select#numhab {
    width:200px;
}
.elementor-7186 .elementor-element.elementor-element-d30862d input[type="date"]::-webkit-calendar-picker-indicator {
            display: none;
        }
         .date-icon {
            position: absolute;
            top: 45%;
            right: 10px; /* Mover el ícono a la derecha */
            transform: translateY(-50%);
            color: white; /* Color blanco para el ícono */
            font-size: 15px; /* Tamaño del ícono */
        }
      .elementor-7186 .elementor-element.elementor-element-d30862d  .woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
    padding: .8em;
    line-height: normal;
    padding-right: 2em;
    padding: 10px;
    border-radius: 7px !important;
    color: white;
    background-position: 98% 50%;
    background-color: transparent;
    border-color: var(--ast-border-color);
    box-shadow: none;
}
/* Estilos generales del formulario */
.elementor-7186 .elementor-element.elementor-element-d30862d form {
    display: flex;
   
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    width: 100%;
    box-sizing: border-box;
}

/* Estilo para los campos del formulario */
.elementor-7186 .elementor-element.elementor-element-d30862d input, select, button {
    padding: 10px;
    background: transparent;
    color: white;
    border-radius: 8px;
    margin: 10px;
    flex: 1 1 200px; /* Hace que los campos ocupen el espacio disponible */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */
}

/* Estilo para el botón */
.elementor-7186 .elementor-element.elementor-element-d30862d button {
 background-color: #BBA481!important;
    border: 1px solid;
    border-radius: 7px;
    flex: 1 1 100px; /* El botón tiene un tamaño mínimo de 100px */
    padding: 10px;
    margin-top: 10px;
}



/* Estilo de los .elementor-7186 .elementor-element.elementor-element-d30862des para personalizarlos */
.elementor-7186 .elementor-element.elementor-element-d30862d select {
    padding: 10px;
    line-height: normal;
    color: white;
    background-color: transparent;
    border: 1px solid;
    border-radius: 7px;
    box-shadow: none;
}

.elementor-7186 .elementor-element.elementor-element-d30862d option {
    background: white;
    color: black;
}

/* Estilo para los inputs de fecha */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

/* Ajustes responsivos */
@media screen and (max-width: 768px) {
 .elementor-7186 .elementor-element.elementor-element-d30862d   form {
        flex-direction: column; /* En pantallas más pequeñas, los elementos se apilan verticalmente */
    }

  .elementor-7186 .elementor-element.elementor-element-d30862d  input, select, button {
        flex: 1 1 100%; /* Los elementos ocupan el 100% del ancho disponible */
        margin: 5px 0;
    }

.elementor-7186 .elementor-element.elementor-element-d30862d    .date-icon {
        right: 5px; /* Ajusta la posición del ícono */
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
.elementor-7186 .elementor-element.elementor-element-d30862d    input, select, button {
        padding: 12px; /* Aumenta el padding para que los campos sean más fáciles de tocar */
    }

.elementor-7186 .elementor-element.elementor-element-d30862d    .date-icon {
        font-size: 14px;
    }
}

.elementor-7186 .elementor-element.elementor-element-d30862d select::after {
    content: '\f107'; /* Código Unicode para una flecha hacia abajo */
    font-family: 'Font Awesome 5 Free'; /* Usa la fuente Font Awesome */
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 5%;
    transform: translateY(-50%);
    color: white;
    font-size: 15px;
    pointer-events: none; /* Evita que el ícono interfiera con el clic */
}

.elementor-7186 .elementor-element.elementor-element-d30862d p{
    display: none;
}
.elementor-7186 .elementor-element.elementor-element-d30862d input#desde::placeholder {
    color: white;
}
.elementor-7186 .elementor-element.elementor-element-d30862d input#hasta::placeholder{
    color: white;
}/* End custom CSS */