.elementor-431 .elementor-element.elementor-element-1c7f11b{--display:flex;--min-height:150px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--z-index:2;}.elementor-431 .elementor-element.elementor-element-1c7f11b:not(.elementor-motion-effects-element-type-background), .elementor-431 .elementor-element.elementor-element-1c7f11b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6bcc06e );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-431 .elementor-element.elementor-element-fd958a9 .elementor-heading-title{font-family:"Grandline", Sans-serif;font-size:60px;font-weight:400;}.elementor-431 .elementor-element.elementor-element-01e14ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7ab724e *//* Contenedor principal del Aviso Legal */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal {
    color: #4a4a4a; /* Gris oscuro para no cansar la vista */
    font-size: 16px;
    line-height: 1.8; /* Interlineado amplio para facilitar la lectura */
    padding: 20px 15px;
}

/* Títulos principales (H2) */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal h2 {
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0; /* Línea separadora sutil bajo el título */
}

/* Eliminar margen superior del primer título para que encaje bien */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal h2:first-child {
    margin-top: 0;
}

/* Subtítulos (H3) */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal h3 {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Párrafos */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal p {
    margin-bottom: 16px;
    text-align: justify; /* Opcional: cámbialo a 'left' si prefieres alineación izquierda */
}

/* Listas */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal ul {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal li {
    margin-bottom: 10px;
}

/* Negritas más destacadas */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal strong {
    color: #2d3748;
    font-weight: 600;
}

/* Enlaces (Email, Política de Privacidad, etc.) */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal a {
    color: #3182ce; /* Azul profesional */
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal a:hover {
    color: #2b6cb0; /* Azul más oscuro al pasar el ratón */
    border-bottom: 1px solid #2b6cb0;
}

/* Línea divisoria (hr) */
.elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal hr {
    border: none;
    height: 1px;
    background-color: #e2e8f0;
    margin: 40px 0;
}

/* =========================================
   ESTILOS RESPONSIVE PARA MÓVILES
   ========================================= */
@media (max-width: 767px) {
    
    /* Contenedor principal: reducir padding lateral y ajustar texto */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal {
        padding: 15px 10px;
        font-size: 15px; /* Letra un punto más pequeña para que encaje mejor */
        line-height: 1.6; /* Interlineado un poco más compacto */
    }

    /* Títulos principales (H2) */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    /* Subtítulos (H3) */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    /* Párrafos: alinear a la izquierda es clave en móviles */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal p {
        text-align: left; /* Evita "ríos" de espacios blancos entre palabras */
        margin-bottom: 14px;
    }

    /* Listas: reducir la sangría izquierda para ganar espacio */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal ul {
        margin-left: 5px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    /* Línea divisoria (hr): menos espacio alrededor */
    .elementor-431 .elementor-element.elementor-element-7ab724e .aviso-legal hr {
        margin: 25px 0;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Grandline';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://alberguequintaandaina.com/wp-content/uploads/2026/01/Grandline.ttf') format('truetype');
}
/* End Custom Fonts CSS */