.elementor-kit-6{--e-global-color-primary:#2D3652;--e-global-color-secondary:#FAF6F1;--e-global-color-text:#444444;--e-global-color-accent:#A08765;--e-global-color-32574e9:#FFFFFF;--e-global-color-efff14b:#FAF6F1;--e-global-color-ee16e47:#242424;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b9c668a-font-family:"Rubik";--e-global-typography-b9c668a-font-size:21px;--e-global-typography-b9c668a-font-weight:500;--e-global-typography-144a3c4-font-family:"Rubik";--e-global-typography-144a3c4-font-size:17px;--e-global-typography-144a3c4-font-weight:500;--e-global-typography-4a114f9-font-family:"Rubik";--e-global-typography-4a114f9-font-size:14px;--e-global-typography-4a114f9-font-weight:400;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-32574e9 );font-family:"Philosopher", Sans-serif;font-size:72px;font-weight:400;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Philosopher", Sans-serif;font-size:33px;font-weight:bold;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Rubik", Sans-serif;font-size:21px;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-b9c668a-font-size:17px;--e-global-typography-144a3c4-font-size:17px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --light-gray:#FAF6F1; --text:#444444; --white:#ffffff; --dark-blue:#172739; --gold:#A08965; --top-text:#7A7A7A; --h3:#162638bd; --Gris-eyebrows:#989898; --Line:#cdb898; --blue:#2D3652; --transparente:#ffffff00; }
/* Start custom CSS *//* GLOBALES */

html, body{
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 150px;
}

.min .elementor-button{min-width:250px;}

.linea .elementor-button, .btn-linea{
    padding-bottom: 6px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--e-global-color-primary);
    border-bottom:solid 2px;
    .elementor-button-content-wrapper{gap:15px;}
    svg{
        fill: var(--e-global-color-primary);
        transition: all ease .3s !important;
    }
    &:hover, &:focus, &:active{
        color: var(--e-global-color-primary);
        svg{transform:translateX(+10px)}
    }
}

.btn-hero .elementor-button, .btn-hero{
    min-width: 250px !important;
}

.btn-linea {
    position: relative;
}

.btn-borde {
    background: transparent !important;
    &:hover{background: transparent !important;}
}

/* La flecha justo después del texto */
.btn-linea::after {
    content: "➔";
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Movimiento en hover */
.btn-linea:hover::after {
    transform: translateX(6px);
}

.e-n-accordion summary:hover h3, .e-n-accordion summary[aria-expanded="true"] h3{
   color:var(--e-global-color-accent);
}

.sub a:hover .elementor-icon-list-text{
    text-decoration: underline;
}

p.sub:hover{
    text-decoration: underline;
}

p.sub:hover strong {
  text-decoration: none;
}

.p-fix p:last-of-type{
    margin-bottom: 0;
}

.shadow{
    text-shadow: 2px 4px 5px #000000BA;
}

.e-n-accordion h3{
    font-weight: 500 !important;
}

.enlace a {
    color: inherit;
    text-decoration: none;
}
.enlace a:hover {
    text-decoration: underline;
}

.enlace a {
    color: inherit;
    text-decoration: none;
}
.enlace a:hover {
    text-decoration: underline;
}



.enlace-texto a {
    color: inherit;
    text-decoration: none;
}
.enlace-texto a:hover {
    text-decoration: underline;
}

.enlace-texto a {
    color: inherit;
    text-decoration: none;
}
.enlace-texto a:hover {
    text-decoration: underline;
}/* End custom CSS */