.elementor-kit-72{--e-global-color-primary:#7D7B46;--e-global-color-secondary:#E5E0DA;--e-global-color-text:#583B1F;--e-global-color-accent:#CE7661;--e-global-typography-primary-font-family:"Orpheus";--e-global-typography-primary-font-size:23px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-72 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Para desactivar el efecto solo en Safari */
meta[name="format-detection"] {
    content: "telephone=no";
}

/* CSS para evitar el estilo de enlace en números de teléfono */
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

/* Quitar el resaltado azul en iOS */
select {
    -webkit-appearance: none; /* Desactiva el estilo nativo de iOS */
    -moz-appearance: none; /* Desactiva el estilo en Firefox */
    appearance: none; /* Estilo estandarizado */
    outline: none; /* Elimina el borde de foco */
    border: 1px solid #583B1F; /* Opcional: elimina el borde */

  
}

/* Opcional: Estilo personalizado para el select */
select {

    color: #583B1F; /* Hereda el color del texto */
    padding: 10px;
    border-radius: 5px; /* Personalización opcional */
    border: 1px solid #583B1F; /* Personalización opcional */
}/* End custom CSS */