/* 
Theme Name: LP Costa Escondida
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema secundario de Hello Elementor para la landing page de Costa Escondida, creado por el equipo de Olózfera.
Author: Olózfera
Author URI: https://olozfera.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/* --- Corrección de espacio inferior en Elementor --- */

/* 1. Títulos y Encabezados */
.elementor-widget-heading .elementor-heading-title {
    text-box: trim-both cap alphabetic !important;
    /* Desglosado para navegadores específicos */
    text-box-trim: trim-both !important;
    text-box-edge: cap alphabetic !important;
    margin-bottom: 0 !important;
}

/* 2. Párrafos en el Editor de Texto */
.elementor-widget-text-editor p {
    text-box: trim-both cap alphabetic !important;
    text-box-trim: trim-both !important;
    text-box-edge: cap alphabetic !important;
    margin-bottom: 0 !important;
}

/* 3. Botones (Texto interno) */
.elementor-button .elementor-button-text {
    text-box: trim-both cap alphabetic !important;
    text-box-trim: trim-both !important;
    text-box-edge: cap alphabetic !important;
    line-height: 1 !important; /* Refuerzo para centrado visual */
}

/* 4. Listas de iconos (opcional) */
.elementor-icon-list-text {
    text-box: trim-both cap alphabetic !important;
    text-box-trim: trim-both !important;
    text-box-edge: cap alphabetic !important;
}

#formulario_lp .elementor-select-wrapper .select-caret-down-wrapper {
    display: none;
}


#formulario_lp .elementor-field-group .elementor-select-wrapper select{
    appearance: none !important;
    background-image: url("caret-down.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 16px;
}
