.elementor-kit-277{--e-global-color-primary:#2C7F75;--e-global-color-secondary:#6361E7;--e-global-color-text:#27282A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2ac963a-font-family:"DM Sans";--e-global-typography-2ac963a-font-weight:700;--e-global-typography-93b7397-font-family:"DM Sans";--e-global-typography-93b7397-font-size:16px;--e-global-typography-93b7397-font-weight:500;--e-global-typography-93b7397-line-height:1px;--e-global-typography-c3711eb-font-family:"DM Sans";--e-global-typography-c3711eb-font-weight:400;color:#27282A;font-family:"DM Sans", Sans-serif;font-size:20px;font-weight:normal;line-height:30px;}.elementor-kit-277 button,.elementor-kit-277 input[type="button"],.elementor-kit-277 input[type="submit"],.elementor-kit-277 .elementor-button{background-color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:700;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-radius:8px 8px 8px 8px;padding:10px 16px 10px 16px;}.elementor-kit-277 button:hover,.elementor-kit-277 button:focus,.elementor-kit-277 input[type="button"]:hover,.elementor-kit-277 input[type="button"]:focus,.elementor-kit-277 input[type="submit"]:hover,.elementor-kit-277 input[type="submit"]:focus,.elementor-kit-277 .elementor-button:hover,.elementor-kit-277 .elementor-button:focus{background-color:#2C7F75;color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-277 p{margin-block-end:0px;}.elementor-kit-277 a{color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:20px;line-height:25px;}.elementor-kit-277 a:hover{color:var( --e-global-color-primary );font-size:20px;line-height:28px;}.elementor-kit-277 h1{color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:55px;font-weight:800;line-height:52px;}.elementor-kit-277 h2{color:#2C7F75;font-family:"DM Sans", Sans-serif;font-size:45px;font-weight:700;line-height:51px;}.elementor-kit-277 h3{color:#27282A;font-family:"DM Sans", Sans-serif;font-size:32px;font-weight:700;line-height:40px;}.elementor-kit-277 h4{color:#FFFFFF;font-family:"DM Sans", Sans-serif;font-size:25px;font-weight:800;line-height:35px;}.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-kit-277{font-size:19px;line-height:1.3em;}.elementor-kit-277 p{margin-block-end:14px;}.elementor-kit-277 a{font-size:14px;line-height:19px;}.elementor-kit-277 a:hover{font-size:21px;line-height:24px;}.elementor-kit-277 h1{font-size:40px;line-height:1px;}.elementor-kit-277 h2{font-size:25px;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* -------------------------------------------------
   BOTONES: REGISTRO + INICIAR SESIÓN (SOLO MOBILE)
   Border-radius 8px + márgenes laterales
--------------------------------------------------*/
@media (max-width: 767px) {

    /* CONTENEDOR DEL MENÚ DROPDOWN: agrega margen lateral */
    .elementor-nav-menu--dropdown {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* ===============================
       REGISTRO – DEFAULT (último ítem)
    ================================ */
    .elementor-nav-menu--dropdown li:last-child a {
        display: block;
        padding: 10px 30px;
        margin: 12px 0;
        background-color: transparent;
        border: 2px solid #3D7069;
        border-radius: 8px;   /* ← ahora 8px */
        color: #3D7069 !important;
        font-weight: 700;
        font-size: 15px;
        font-family: "DM Sans", sans-serif;
        text-align: center;
        transition: 0.25s ease;
    }

    /* Hover registro */
    .elementor-nav-menu--dropdown li:last-child a:hover {
        background-color: #F1F7F5;
    }

    /* REGISTRO – ACTIVE */
    .elementor-nav-menu--dropdown li:last-child.current-menu-item a {
        background: linear-gradient(135deg, #25544D, #2C6D63);
        color: #ffffff !important;
        border-color: transparent;
    }


    /* ========================================
       INICIAR SESIÓN – DEFAULT (anteúltimo ítem)
    ========================================= */
    .elementor-nav-menu--dropdown li:nth-last-child(2) a {
        display: block;
        padding: 8px 30px;
        margin: 12px 0;
        background-color: #3D7069;
        color: #ffffff !important;
        border-radius: 8px;   /* ← ahora 8px */
        font-weight: 700;
        font-size: 15px;
        font-family: "DM Sans", sans-serif;
        text-align: center;
        transition: 0.25s ease;
    }

    /* Hover iniciar sesión */
    .elementor-nav-menu--dropdown li:nth-last-child(2) a:hover {
        background-color: #2F5A54;
    }

    /* INICIAR SESIÓN – ACTIVE */
    .elementor-nav-menu--dropdown li:nth-last-child(2).current-menu-item a {
        background-color: #5E978F;
        color: #ffffff !important;
    }
}/* End custom CSS */