/*
Theme Name:     Cubaemprende
Theme URI:      
Description:    Astra child theme.
Author:         Mauro Molina Mazón
Author URI:     https://ingeniuscuba.com
Template:       astra
Version:        1.1.93
*/

/* variables */

body, h1, h2, h3, h4, h5, h6, p, span, button, strong, label, input, textarea {
    font-family: "Montserrat", sans-serif;
}

body {
    background: #fff !important;
}

:root {
    --primary: #004EA2;
    --primary-700: #00438C;
    --primary-500: #2560AC;
    --primary-400: #5683C0;
    --primary-300: #85A6D3;
    --primary-200: #B5C9E5;
    --primary-100: #E6EDF7;

    --secondary: #C0010B;
    --secondary-700: #A70108;
    --secondary-500: #CA362D;
    --secondary-400: #DB695D;
    --secondary-300: #EA968A;
    --secondary-200: #F5C0B8;
    --secondary-100: #FDEAE7;

    --gray-700: #404040;
    --gray-600: #606060;
    --gray-500: #808080;
    --gray-400: #9F9F9F;
    --gray-300: #BFBFBF;
    --gray-200: #DFDFDF;
    --gray-100: #F2F2F2;

    --h1-light: 300 40px/1 'Montserrat', sans-serif;
    --h2-light: 300 32px/1 'Montserrat', sans-serif;
    --h3-light: 300 28px/1 'Montserrat', sans-serif;
    --h4-light: 300 24px/1 'Montserrat', sans-serif;
    --h5-light: 300 20px/1 'Montserrat', sans-serif;
    --h6-light: 300 16px/22px 'Montserrat', sans-serif;

    --h1-medium: 500 40px/1 'Montserrat', sans-serif;
    --h2-medium: 500 32px/1 'Montserrat', sans-serif;
    --h3-medium: 500 24px/1 'Montserrat', sans-serif;
    --h4-medium: 500 24px/1 'Montserrat', sans-serif;
    --h5-medium: 500 20px/1 'Montserrat', sans-serif;
    --h6-medium: 500 16px/25px 'Montserrat', sans-serif;

    --display-bold-1: 700 80px/1 'Montserrat', sans-serif;
    --display-bold-2: 700 72px/1 'Montserrat', sans-serif;
    --display-bold-3: 700 55px/1 'Montserrat', sans-serif;
    --display-bold-4: 700 56px/1 'Montserrat', sans-serif;
    --display-bold-5: 700 40px/1 'Montserrat', sans-serif;
    --display-bold-6: 700 40px/1 'Montserrat', sans-serif;
}

/* clases con variables */

.cubaemprende_color-primary {
    color: var(--primary);
}

.cubaemprende_color-primary-700 {
    color: var(--primary-700);
}

.cubaemprende_color-primary-500 {
    color: var(--primary-500);
}

.cubaemprende_color-primary-400 {
    color: var(--primary-400);
}

.cubaemprende_color-primary-300 {
    color: var(--primary-300);
}

.cubaemprende_color-primary-200 {
    color: var(--primary-200);
}

.cubaemprende_color-primary-100 {
    color: var(--primary-100);
}

.cubaemprende_color-secondary {
    color: var(--secondary);
}

.cubaemprende_color-secondary-700 {
    color: var(--secondary-700);
}

.cubaemprende_color-secondary-500 {
    color: var(--secondary-500);
}

.cubaemprende_color-secondary-400 {
    color: var(--secondary-400);
}

.cubaemprende_color-secondary-300 {
    color: var(--secondary-300);
}

.cubaemprende_color-secondary-200 {
    color: var(--secondary-200);
}

.cubaemprende_color-secondary-100 {
    color: var(--secondary-100);
}

.cubaemprende_color-gray-700 {
    color: var(--gray-700);
}

.cubaemprende_color-gray-600 {
    color: var(--gray-600);
}

.cubaemprende_color-gray-500 {
    color: var(--gray-500);
}

.cubaemprende_color-gray-400 {
    color: var(--gray-400);
}

.cubaemprende_color-gray-300 {
    color: var(--gray-300);
}

.cubaemprende_color-gray-200 {
    color: var(--gray-200);
}

.cubaemprende_color-gray-100 {
    color: var(--gray-100);
}

.cubaemprende_color-white {
    color: #ffff !important;
}

.h1-light {
    font: var(--h1-light);
    letter-spacing: 0;
}

.h2-light {
    font: var(--h2-light);
    letter-spacing: 0;
}

.h3-light {
    font: var(--h3-light);
    letter-spacing: 0;
}

.h6-medium {
    font: var(--h6-medium);
    letter-spacing: 0;
}

.h4-light {
    font: var(--h4-light);
    letter-spacing: 0;
}

.h5-light {
    font: var(--h5-light);
    letter-spacing: 0;
}

.h6-light {
    font: var(--h6-light);
    letter-spacing: 0;
}

.h1-medium {
    font: var(--h1-medium);
    letter-spacing: 0;
}

.h2-medium {
    font: var(--h2-medium);
    letter-spacing: 0;
}

.h3-medium {
    font: var(--h3-medium);
    letter-spacing: 0;
}

.hero .h3-medium {
    line-height: 30px !important;
}

.h4-medium {
    font: var(--h4-medium);
    letter-spacing: 0;
}

.h5-medium {
    font: var(--h5-medium);
    letter-spacing: 0;
}


.display-bold-1 {
    font: var(--display-bold-1);
    letter-spacing: 0;
}

.display-bold-2 {
    font: var(--display-bold-2);
    letter-spacing: 0;
}

.display-bold-3 {
    font: var(--display-bold-3);
    letter-spacing: 0;
}

.hero .display-bold-3  {
    line-height: 60px !important;
    max-width: 45rem !important;
}

.display-bold-4 {
    font: var(--display-bold-4);
    letter-spacing: 0;
}

.display-bold-5 {
    font: var(--display-bold-5);
    letter-spacing: 0;
}

.display-bold-6 {
    font: var(--display-bold-6);
    letter-spacing: 0;
}

/* class globales */

.ast-container {
    max-width: 1400px !important;
}

.cubaemprende_max_content {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0;
}

@media (max-width: 1401px) {
    .cubaemprende_max_content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.cubaemprende_width-screen {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    overflow: hidden !important;
}

.section-hero-home {
    min-height: 87vh !important;
}

@media (max-width: 1401px)) {
    .section-hero-home {
        min-height: 94vh !important;
    }
}

.overlay-section-hero-home {
    background: linear-gradient(95.2deg, #004EA2 3.26%, #C0010B 94.94%);
    opacity: 0.6 !important;
}

.ast-primary-header-bar  {
    background-color: #fff !important;
    opacity: 0.8 !important;
    max-height: 130px !important;
}

img.custom-logo {
    max-height: 80px !important;
    height: 60px;
    width: 212px;
    object-fit: contain !important;
}

.main-header-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: var(--gray-600, #606060) !important;
}

.main-header-menu li:last-child {
    border: 1px solid var(--secondary) !important;
    border-radius: 3px !important;
    margin-left: 20px !important;
    padding: 10px 12px !important;
}

.main-header-menu li:last-child a {
    color: var(--secondary) !important;
}

.main-header-menu li:last-child:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.main-header-menu li:last-child:hover a {
    color: #fff !important;
}

.ast-above-header.ast-above-header-bar {
    background-image: none;
    background-color: transparent;
}

/* Selector de idiomas - Menú multilenguaje */
.menu-menu-lang-container {
    position: relative;
}

.menu-menu-lang-container .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu-menu-lang-container .pll-parent-menu-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-menu-lang-container .pll-parent-menu-item > .menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    min-width: 70px;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

/* Chevron dropdown */
.menu-menu-lang-container .dropdown-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-left: -2px;
    transition: transform 0.3s ease;
    position: relative;
}

.menu-menu-lang-container .dropdown-menu-toggle::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url('./assets/images/dropdown.svg') no-repeat;
    border-bottom: none;
    display: block;
}

.menu-menu-lang-container .pll-parent-menu-item.menu-item-has-children[aria-expanded="true"] .dropdown-menu-toggle,
.menu-menu-lang-container .pll-parent-menu-item.menu-item-has-children:hover .dropdown-menu-toggle {
    transform: rotate(180deg);
}

/* Submenu de idiomas */
.menu-menu-lang-container .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #D9779F 0%, #C85A8A 100%);
    min-width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #8B5CF6;
}

.menu-menu-lang-container .pll-parent-menu-item:hover .sub-menu,
.menu-menu-lang-container .pll-parent-menu-item[aria-expanded="true"] .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-menu-lang-container .sub-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-menu-lang-container .sub-menu li:last-child {
    border-bottom: none;
}

.menu-menu-lang-container .sub-menu .menu-link {
    display: block;
    padding: 12px 16px;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent;
}

.menu-menu-lang-container .sub-menu .menu-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.menu-menu-lang-container .sub-menu .current-lang .menu-link {
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
}

/* Opcional: Si quieres mostrar solo las iniciales del idioma (ej: "ES" en lugar de "Español") */
/* Descomenta estas líneas si quieres truncar el texto a 2 caracteres */
/*
.menu-menu-lang-container .pll-parent-menu-item > .menu-link {
    font-size: 0;
}

.menu-menu-lang-container .pll-parent-menu-item > .menu-link::before {
    content: attr(data-lang);
    font-size: 14px;
}
*/

.btn-section-hero-home {
    width: 136px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 3px;

    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
}

.ast-above-header-bar .site-above-header-wrap{
    min-height: 32px !important;
}

.dividder {
    position: relative;
}

@media (min-width: 2000px) {
    .dividder::after {
        bottom: -23px !important;
        height: 40rem !important;
    }

    .cubaemprende_width-screen {
        *background-size: 100% !important;
    }

    .site-footer, .section-locations, #testimonios-section, .section-services {
        background-size: cover !important;
    }

    #testimonios-section {
        height: 1600px !important;
    }

    .section-services{
        height: 1750px !important;
    }
}

.dividder::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    background: url('./assets/images/divider.png');
    border-radius: 2px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-content .ast-container {
    display: block !important;
}

.cubaemprende_text {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--gray-700);
}

.title-primary {
    position: relative;
    color: var(--primary);
    text-transform: uppercase;
}

.flex-contact-form-bola {
    position: relative;
}

.flex-contact-form-bola::before {
    position: absolute;
    bottom: -300px;
    left: 150px !important;
    left: 0;
    content: '';
    background: url('./assets/images/bola-contact.png');
    background-repeat: no-repeat !important;
    width: 300px;
    height: 300px;
}

@media (max-width: 1200px) {
    .flex-contact-form-bola::before {
        display: none;
    }
}

.title-primary::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 160px;
    border-radius: 2px;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2px;
}

#testimonios-section .title-primary::after {
    background-color: #fff !important;
}

.list-cubaemprende {
    list-style: disc;
    padding-left: 10px;
    position: relative;
    z-index: 10;
}

.list-cubaemprende li {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: .8rem;
}

.btn-secondary {
    background-color: var(--secondary);
    color: #fff !important;
    border: none !important;
    border-radius: 3px;
    border: 1px solid var(--secondary) !important;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.btn-primary {
    background-color: var(--primary);
    color: #fff !important;
    border: none !important;
    border-radius: 3px;
    border: 1px solid var(--primary) !important;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.btn-secondary span {
    color: #fff;
    font-size: 14px;
}

.btn-primary span {
    color: #fff;
    font-size: 14px;
}

.section-services .title-primary::after {
    background: var(--primary);
}

.section-services {
    background: url('./assets/images/bg_services.png') no-repeat center center;
    height: 1550px;
    padding-top: 350px;
    margin-top: -310px;
}

/* cubaemprende_card_service */
.cubaemprende_list_services{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cubaemprende_card_service {
    max-width: 380px;
    width: 25%;
    background-color: #fff;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    display: flex;
    flex-direction: column;
}

.cubaemprende_card_service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #9b1c1f 0%,
        #7a2a5e 35%,
        #4a3f8a 65%,
        #1f4fa3 100%
    );
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 0;
}

.cubaemprende_card_service:hover::after {
    opacity: 1;
}

.cubaemprende_card_service:hover .cubaemprende_card_service_content {
    position: relative;
    z-index: 9;
}

.cubaemprende_card_service:hover .cubaemprende_card_service_content > * {
    color: #fff !important;
}


.cubaemprende_card_service:hover h5::before {
    background-color: #fff !important;
}

.cubaemprende_card_service:hover i {
    color: #fff !important;
}

.cubaemprende_card_service:hover svg,
.cubaemprende_card_service:hover svg path {
    fill: #fff !important;
}

.cubaemprende_card_service:hover::before {
    background: url('./assets/images/before_card_white.png') no-repeat center center;
}

.cubaemprende_card_service::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100px;
    height: 160px;
    background: url('./assets/images/before_card.png') no-repeat center center;
    background-size: contain;
    z-index: 10;
}

.cubaemprende_card_service h5 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cubaemprende_card_service h5::before {
    position: absolute;
    content: '';
    width: 160px;
    height: 2px;
    background-color: var(--gray-600);
    bottom: 0;
}

a.btn-view-more {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 50px;
    left: 125px;
    font-size: 14px;
}

a.btn-view-more i{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.cubaemprende_card_service_content {
    padding: 40px 17px 90px 17px; /* 90px abajo para reservar espacio al enlace "Saber más" */
    flex: 1;
    min-height: 0;
}

#calendario-section {
    margin-top: -150px !important;
}

#testimonios-section {
    background: url('./assets/images/bg-testimonios.png') no-repeat center center;
    height: 1300px;
    background-size: contain;
    padding-top: 280px !important;
}

#testimonios-section * {
    color: #fff !important;
}

.quote-container {
    position: relative;
}

.quote-container::before {
    content: "";
    position: absolute;
    top: -95px;
    left: -40px;
    width: 180px;
    height: 155px;
    background: url('./assets/images/quote.png') no-repeat center center;
    background-size: contain;
}

#testimonios-section .h3-medium.cubaemprende_color-gray-600 {
    font-style: italic !important;
}

.section-locations {
    background: url('./assets/images/mapa_posicion.png') no-repeat center center;
    height: 500px;
    position: relative;
}

.section-locations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.87deg, rgba(255, 255, 255, 0.2) 53.85%, #FFFFFF 99.89%);
    z-index: 1;
    transform: rotate(180deg);
}

/* Tarjetas de información de provincias (unificadas) */
.cubaemprende_mapa {
    position: relative;
}

/* Sección de información debajo del mapa (solo móvil) */
.provincia-info-section {
    margin-top: 40px;
    min-height: 200px;
    display: none; /* Oculto en desktop */
}

/* Tarjetas Desktop (hover) */
.provincia-info-card-desktop {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, .25);
    border: none;
    border-radius: 12px;
    padding: 20px 24px;
    min-width: 320px;
    max-width: 380px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    pointer-events: auto;
    overflow: visible;
}

/* Triángulo conector para desktop */
.provincia-info-card-desktop .provincia-triangle {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid rgba(255, 255, 255, .25) !important;
    border-top: none !important;
    z-index: 1001;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    content: '';
    pointer-events: none;
}

/* Tarjetas Mobile (click) */
.provincia-info-card-mobile {
    display: none;
    position: relative;
    background: rgba(255, 255, 255, .25);
    border: none;
    border-radius: 12px;
    padding: 20px 24px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    overflow: visible;
}

/* Ocultar triángulo en móvil */
.provincia-info-card-mobile .provincia-triangle {
    display: none !important;
}

.provincia-card-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.provincia-mini-map {
    width: 35px;
    height: 25px;
    border-radius: 4px;
    background: #DFDFDF;
}

.provincia-mini-map.blue {
    background: #004EA2;
}

.provincia-mini-map.red {
    background: #DC2626;
}

.provincia-card-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.provincia-title {
    color: #004EA2;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #004EA2;
}

.btn-provincia-link span, .btn-provincia-link {
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.provincia-address,
.provincia-phone, .btn-provincia-link span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #4A4A4A;
    line-height: 1.6;
}

.provincia-address svg,
.provincia-phone svg {
    flex-shrink: 0;
    margin-top: 3px;
}

.provincia-address span,
.provincia-phone span {
    flex: 1;
}

/* Efecto hover en los paths de provincias (desktop) */
.habana:hover {
    fill: var(--primary);
}

.habana {
    fill: var(--secondary);
}

.camaguey:hover,
.cienfuegos:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
    fill: var(--secondary);
    cursor: pointer;
}

/* Footer */

.site-footer {
    background: url('./assets/images/fondo_footer.png') no-repeat center center;
    min-height: 530px;
    position: relative;
    z-index: 999;
    margin-top: -365px;
    padding-top: 250px !important;
    border-top-color: transparent !important;
}

.site-footer > div {
    background: transparent !important;
}

.site-below-footer-wrap, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: auto !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-top-color: transparent !important;
}

.site-below-footer-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top-color: transparent !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1400px !important;
}

.site-below-footer-wrap {
    width: 1400px;
    border-top: 1px solid #fff !important;
    margin: 0 auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ast-footer-copyright p {
    text-align: start !important;

    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff !important;
}

footer .site-footer-below-section-2 .ast-builder-html-element {
    display: flex;
    justify-content: end;
}

footer .site-footer-below-section-2 .ast-builder-html-element nav svg path,
footer .site-footer-below-section-2 .ast-builder-html-element nav svg {
    fill: var(--primary-200);
}

footer .widget-title {
    display: none !important;
}

footer h3.wp-block-heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

footer ul.menu a {
    color: var(--gray-200);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

footer .cubaemprende-datos > div {
    margin-bottom: 20px !important;
}

.cubaemprende_datos_span {
    color: var(--gray-200);
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
}

footer .cubaemprende-datos .items-end svg {
    position: relative;
    top: -7px
}

.hero {
    z-index: 999999999999999999 !important;
    top: -40px;
}

.btn-section-hero-home {
    transition: all .3s ease-in-out;
}

.btn-section-hero-home:hover {
    color: var(--secondary) !important;
    background-color: #fff !important;
}

#ast-desktop-header {
    position: relative;
    z-index: 999999999999999999999999999999999999 !important;
}

.btn-secondary:hover {
    background-color: #fff !important;
    border: 1px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    border: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}

.btn-secondary:hover > span {
    color: var(--secondary) !important;
}

.btn-primary:hover > span {
    color: var(--primary) !important;
}

.lahabana,
.cienfuegos,
.camaguey {
    transition: all .3s ease-in-out;
}

.lahabana:active,
.cienfuegos:active,
.camaguey:active {
    fill: var(--secondary);
    cursor: pointer;
}

#sedes-section > .cubaemprende_max_content {
    margin-bottom: 90px !important;
}

header a.menu-link {
    transition: all .3s ease-in-out;
}

header a.menu-link:hover {
    color: var(--primary) !important;
}

footer ul.menu a:hover {
    color: #fff !important;
}

/* ============================================
   MEDIA QUERIES RESPONSIVE
   ============================================ */

/* Tablets (768px - 1023px) */
@media (max-width: 1023px) {
    /* Tipografías */
    .display-bold-1 { font-size: 60px; }
    .display-bold-2 { font-size: 54px; }
    .display-bold-3 { font-size: 48px; }
    .display-bold-4 { font-size: 42px; }
    .display-bold-5 { font-size: 36px; }
    .display-bold-6 { font-size: 32px; }
    
    .h1-medium, .h1-light { font-size: 32px; }
    .h2-medium, .h2-light { font-size: 28px; }
    .h3-medium, .h3-light { font-size: 24px; }
    .h4-medium, .h4-light { font-size: 20px; }
    .h5-medium, .h5-light { font-size: 18px; }
    .h6-medium, .h6-light { font-size: 14px; }
    
    /* Hero Section */
    .section-hero-home {
        min-height: 70vh !important;
    }
    
    .section-hero-home .cubaemprende_max_content {
        padding-top: 3rem !important;
    }
    
    /* About Section */
    .section-about .flex {
        flex-direction: column;
    }
    
    .section-about .w-full.md\:w-1\/2 {
        width: 100% !important;
    }
    
    .title-primary {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .title-primary::after {
        width: 120px;
        bottom: -20px;
    }
    
    .cubaemprende_text {
        font-size: 20px;
        line-height: 26px;
    }
    
    .list-cubaemprende li {
        font-size: 18px;
        line-height: 24px;
    }
    
    /* Services Section */
    .section-services {
        height: auto !important;
        padding-top: 200px !important;
        padding-bottom: 100px;
        margin-top: -100px;
    }
    
    .cubaemprende_list_services {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .cubaemprende_card_service {
        width: 100% !important;
        max-width: 500px;
    }
    
    /* Calendar Section */
    #calendario-section {
        margin-top: -50px !important;
        padding: 40px 0;
    }
    
    #calendario-section .flex {
        flex-direction: column;
    }
    
    #calendario-section .w-full.xl\:w-1\/2 {
        width: 100% !important;
    }
    
    /* Testimonials Section */
    #testimonios-section {
        height: auto !important;
        padding-top: 150px !important;
        padding-bottom: 100px;
    }
    
    .testimonial-slide {
        flex-direction: column !important;
        padding: 20px;
    }
    
    .testimonial-slide .w-full.lg\:w-1\/2 {
        width: 100% !important;
    }
    
    /* Sedes/Mapa Section */
    #sedes-section .flex {
        flex-direction: column;
    }
    
    #sedes-section .w-full.xl\:w-1\/3,
    #sedes-section .w-full.xl\:w-2\/3 {
        width: 100% !important;
    }
    
    .cubaemprende_mapa svg {
        width: 100%;
        height: auto;
    }
    
    /* Ocultar tarjetas desktop en tablet */
    .provincia-info-card-desktop {
        display: none !important;
    }
    
    /* Mostrar sección de información móvil en tablet */
    .provincia-info-section {
        display: block;
        margin-top: 30px;
        min-height: 150px;
    }
    
    /* Tarjetas de provincias móvil */
    .provincia-info-card-mobile {
        min-width: 280px;
        max-width: 90%;
        padding: 16px 20px;
    }
    
    /* Footer */
    .site-footer {
        min-height: auto;
        padding-top: 150px !important;
        margin-top: -200px;
    }
    
    .site-below-footer-wrap {
        width: 100% !important;
        padding: 20px !important;
    }
    
    footer .site-footer-below-section-2 .ast-builder-html-element {
        justify-content: center !important;
    }
    
    /* Header */
    .ast-primary-header-bar {
        max-height: 100px !important;
    }
    
    img.custom-logo {
        max-height: 60px !important;
        height: 60px;
    }
    
    /* Dividder */
    .dividder::after {
        height: 300px;
        background-size: cover;
    }
}

/* Móviles (hasta 767px) */
@media (max-width: 767px) {
    /* Tipografías más pequeñas */
    .display-bold-1 { font-size: 40px; }
    .display-bold-2 { font-size: 36px; }
    .display-bold-3 { font-size: 32px; }
    .display-bold-4 { font-size: 28px; }
    .display-bold-5 { font-size: 24px; }
    .display-bold-6 { font-size: 20px; }
    
    .h1-medium, .h1-light { font-size: 28px; }
    .h2-medium, .h2-light { font-size: 24px; }
    .h3-medium, .h3-light { font-size: 20px; }
    .h4-medium, .h4-light { font-size: 18px; }
    .h5-medium, .h5-light { font-size: 16px; }
    .h6-medium, .h6-light { font-size: 14px; }
    
    /* Contenedores */
    .cubaemprende_max_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Hero Section */
    .section-hero-home {
        min-height: 60vh !important;
    }
    
    .section-hero-home .cubaemprende_max_content {
        padding-top: 2rem !important;
    }
    
    .section-hero-home h1 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    
    .section-hero-home p {
        font-size: 18px !important;
        margin-bottom: 30px;
    }
    
    .btn-section-hero-home {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }
    
    /* About Section */
    .section-about {
        padding: 60px 0;
    }
    
    .title-primary {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .title-primary::after {
        width: 100px;
        bottom: -15px;
    }
    
    .cubaemprende_text {
        font-size: 18px;
        line-height: 24px;
    }
    
    .h5-regular.text-\[32px\] {
        font-size: 24px !important;
    }
    
    .list-cubaemprende li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    
    .section-about__image-wrap {
        margin-top: -100px;
    }

    .section-about img {
        width: 100%;
        height: auto;
        margin-top: 190px;
    }

    .section-services .title-primary {
        top: 0px !important;
    }

    .event-card h3, .event-card h5, .event-card p {
        text-align: center;
    }

    .event-card div.flex.flex-col.gap-3 {
        align-items: center;
    }
    
    #eventDate {
        text-align: center;
    }

    /* Services Section */
    .section-services {
        padding-top: 100px !important;
        padding-bottom: 60px;
        margin-top: -50px;
    }
    
    .section-services .title-primary {
        margin-bottom: 40px;
    }
    
    .cubaemprende_card_service {
        min-height: 350px;
    }
    
    .cubaemprende_card_service_content {
        padding: 30px 15px 70px 15px; /* espacio abajo para "Saber más" */
    }
    
    .cubaemprende_card_service h5 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .cubaemprende_card_service h5::before {
        width: 120px;
    }
    
    a.btn-view-more {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    
    .section-services .flex.flex-col {
        margin-top: 40px;
        gap: 20px;
    }
    
    .section-services h3 {
        font-size: 18px;
        text-align: center;
        padding: 0 20px;
    }
    
    .btn-secondary, .btn-primary {
        width: 100%;
        max-width: 280px;
        padding: 15px 30px;
        justify-content: center;
    }
    
    /* Calendar Section */
    #calendario-section {
        margin-top: 0 !important;
        padding: 40px 0;
    }
    
    #calendario-section .title-primary {
        margin-bottom: 40px;
    }
    
    #calendario-section .p-6 {
        padding: 20px;
    }
    
    #calendario-section .flex.flex-col.md\:flex-row {
        flex-direction: column !important;
    }
    
    #calendario-section .md\:divide-x {
        border-left: none !important;
    }
    
    #calendario-section .md\:pl-8 {
        padding-left: 0 !important;
        margin-top: 30px;
    }
    
    #eventDetailsContainer {
        margin-top: 30px;
    }
    
    /* Testimonials Section */
    #testimonios-section {
        padding-top: 80px !important;
        padding-bottom: 60px;
    }
    
    #testimonios-section .title-primary {
        margin-bottom: 40px;
    }
    
    .testimonial-slide {
        padding: 15px;
        gap: 20px;
    }
    
    .testimonial-slide .h3-medium {
        font-size: 18px;
        line-height: 24px;
    }
    
    .testimonial-slide h4 {
        font-size: 20px;
    }
    
    .testimonial-slide p {
        font-size: 14px;
    }
    
    /* Sedes/Mapa Section */
    #sedes-section {
        padding: 60px 0;
    }
    
    #sedes-section .title-primary {
        margin-bottom: 40px;
        font-size: 24px;
    }
    
    #sedes-section > .cubaemprende_max_content {
        margin-bottom: 60px !important;
    }
    
    .cubaemprende_mapa {
        overflow-x: auto;
    }
    
    .cubaemprende_mapa svg {
        min-width: 100%;
        height: auto;
    }
    
    /* Ocultar tarjetas desktop en móvil */
    .provincia-info-card-desktop {
        display: none !important;
    }
    
    /* Mostrar sección de información móvil */
    .provincia-info-section {
        display: block;
        margin-top: 20px;
        min-height: 120px;
    }
    
    /* Tarjetas de provincias móvil - Responsive */
    .provincia-info-card-mobile {
        min-width: 260px;
        max-width: calc(100vw - 40px);
        padding: 15px 18px;
        font-size: 12px;
    }
    
    .provincia-title {
        font-size: 16px;
    }
    
    .provincia-address,
    .provincia-phone {
        font-size: 12px;
        gap: 8px;
    }
    
    .provincia-address svg,
    .provincia-phone svg {
        width: 14px;
        height: 14px;
    }
    
    /* Footer */
    .site-footer {
        padding-top: 0 !important;
        margin-top: 0px;
    }

    
    
    .site-below-footer-wrap {
        padding: 15px !important;
    }
    
    footer h3.wp-block-heading {
        font-size: 18px;
    }
    
    footer ul.menu a {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .ast-footer-copyright p {
        font-size: 11px;
        text-align: center !important;
    }
    
    footer .site-footer-below-section-2 .ast-builder-html-element {
        justify-content: center !important;
        margin-top: 20px;
    }
    
    /* Header móvil */
    .ast-primary-header-bar {
        max-height: 80px !important;
    }
    
    img.custom-logo {
        max-height: 50px !important;
        height: 50px;
    }
    
    .main-header-menu li a {
        font-size: 14px;
    }
    
    .main-header-menu li:last-child {
        border: none !important;
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
        padding: 0;
    }

    .main-header-menu li:last-child:hover {
        background: transparent !important;
    }

    .main-header-menu li:last-child:hover a {
        color: var(--primary) !important;
    }

    /* Dividder */
    .dividder::after {
        height: 203px;
    }
    
    .hero .display-bold-3 {
        line-height: 35px !important;
    }

    /* Section Locations */
    .section-locations {
        height: 250px;
        background-size: cover;
    }
}

/* Móviles pequeños (hasta 480px) */
@media (max-width: 480px) {
    .display-bold-3 {
        font-size: 28px;
    }
    
    .display-bold-5 {
        font-size: 20px;
    }
    
    .cubaemprende_max_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-hero-home h1 {
        font-size: 24px !important;
    }
    
    .section-hero-home p {
        font-size: 16px !important;
    }
    
    .title-primary {
        font-size: 20px;
    }
    
    .cubaemprende_text {
        font-size: 16px;
        line-height: 22px;
    }
    
    .provincia-info-section {
        margin-top: 15px;
        min-height: 100px;
    }
    
    .provincia-info-section {
        margin-top: 15px;
        min-height: 100px;
    }
    
    .provincia-info-card-mobile {
        min-width: calc(100vw - 30px);
        padding: 12px 15px;
    }
    
    .cubaemprende_card_service {
        min-height: 320px;
    }

    video.testimonial-video {
        max-height: 220px;
    } 

    .quote-container {
        position: relative;
        top: 100px !important;
    }

    .quote-container::before {
        top: -75px;
        left: -6px;
        width: 79px;
        height: 120px;
    }
}

.ast-mobile-svg.ast-menu-svg, .mobile-menu-toggle-icon svg {
    fill: #000 !important;
}

@media (max-width: 425px) {
    footer aside.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        max-width: 380px;
        width: 72% !important;
        margin: 0 auto;
    }

    .site-footer {
        background: linear-gradient(95.2deg, #004EA2 3.26%, #C0010B 94.94%) !important;
    }

    img.custom-logo {
        object-position: left;
    }

    .hero {
        z-index: 1 !important;
    }

    #ast-hf-mobile-menu {
        position: relative;
        z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    }

    /* Selector de idiomas - Responsive móvil */
    .menu-menu-lang-container .pll-parent-menu-item > .menu-link {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 80px;
    }

    .menu-menu-lang-container .dropdown-menu-toggle {
        width: 14px;
        height: 14px;
    }

    .menu-menu-lang-container .sub-menu .menu-link {
        padding: 10px 14px;
        font-size: 13px;
    }
}

header .widget_nav_menu ul ul.sub-menu li {
    padding-left: 0 !important;
}

.redes {
    font-size: 12px !important;
}

header .nav-header-social-redes {
    position: relative;
}

header .nav-header-social-redes::before {
    width: 1px;
    height: 18px;
    background-color: #FFFFFF80;
    position: absolute;
    content: '';
    left: -20px;
    top: -1px;
}

.main-header-menu .menu-link {
    font-size: 14px !important;
}

.main-header-menu .menu-item {
    padding: 0 3px !important;
}

/* About: sección por encima del divider del hero */
.section-about {
    position: relative;
    z-index: 20;
    overflow: visible !important; /* evita que la imagen con margen negativo se corte */
}

.section-about__image-wrap {
    margin-top: -180px;
    position: relative;
    z-index: 100;
    overflow: visible;
}

.quienes_somos {
    max-width: 810px;
    object-fit: contain;
    position: relative;
    z-index: 100;
    display: block;
}

.list-cubaemprende li {
    color: var(--gray-700);
    font-size: 17px;
}

.cubaemprende_card_service .h6-medium {
    font-size: 15px !important;
}

.section-services h3 {
    line-height: 28px;
}

.calendar-item:hover {
    border: 2px solid #000;
    border-radius: 50%;
}

#labelMonth1, #labelMonth2 {
    font-size: 14px !important;
}

#nextMonth, #prevMonth {
    box-shadow: none !important;
}

.eventDate {
    color: var(--secondary-400) !important;
    margin-bottom: 25px !important;
}

#eventTitle {
    font-size: 35px !important;
}

.space-y-1.text-gray-700.mb-6.text-sm p {
    margin-bottom: 5px !important;
    font-size: 20px !important;
    color: var(--gray-600);
}

.space-y-1.text-gray-700.mb-6.text-sm p strong {
    font-weight: bold;
}

#detailDescription {
    color: var(--gray-600) !important;
}

.btn-primary span, .btn-secondary span, .btn-secondary, .btn-primary {
    font-size: 14px !important;
}

#testimonial-slider {
    min-height: 400px !important;
}

.item-slider-img {
    width: 700px !important;
    height: 380px;
    border: 15px solid var(--primary-200);
}

.item-slider-img img {
    height: 100% !important;
}

.testimonial-slide div.h3-medium.cubaemprende_color-gray-600 {
    color: var(--gray-600);
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 50px;
}

.testimonial-author, .testimonial-position {
    color: var(--primary);
}

.testimonial-author {
    font-weight: bold;
    font-size: 20px !important;
    margin-bottom: 0px !important;
}

.testimonial-position {
    font-weight: 400;
    font-size: 13px !important;
}

#testimonios-section .cubaemprende_max_content {
    padding-top: 60px !important;
}

@media (max-width: 420px) {
    #testimonios-section .cubaemprende_max_content {
        padding-top: 0px !important;
    }
    
    #sedes-section {
        margin-top: 0px;
    }

    .site-footer-primary-section-2, .site-footer-primary-section-3 {
        margin-top: 0px !important;
    }

    .prose {
        text-align: center;
    }
}

#sedes-section {
    margin-top: -200px;
}

.home #sedes-section {
    margin-top: -100px;
}

.sedes-content {
    margin-top: 110px !important;
}

.sedes-content p {
    font-size: 13px;
}

.site-footer-primary-section-2, .site-footer-primary-section-3 {
    margin-top: 30px !important;
}

.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 921px) {
    .ast-builder-grid-row-3-equal .ast-builder-grid-row {
      grid-template-columns: 1fr 1fr;
    }
  
    .ast-builder-grid-row-3-equal .ast-builder-grid-row > :first-child {
      grid-column: 1 / -1;
    }
}

@media (max-width: 544px) {
    .ast-builder-grid-row-3-equal .ast-builder-grid-row {
      grid-template-columns: 1fr;
    }
  
    .ast-builder-grid-row-3-equal .ast-builder-grid-row > * {
      grid-column: auto;
    }
}

footer .cubaemprende_datos_span {
    width: 65%;
}

@media (max-width: 420px) {
    footer .cubaemprende_datos_span {
        width: 100%;
    }
}

@media (max-width: 420px) {
    #testimonial-slider {
        min-height: 600px !important;
    }

    .testimonial-slide div.h3-medium.cubaemprende_color-gray-600 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    #testimonios-section {
        background: var(--primary) !important;
    }

    .item-slider-img {
        height: 250px;
    }
}

.site-content-blog {
    display: flex;
    justify-content: start;
    padding-top: 30px;
    padding-bottom: 100px;
    gap: 20px !important;
}

.contenido-blog {
    width: 75%;
}

.sidebar-blog {
    width: 25%;
}

.contenido-blog {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-blog {
    width: 31%;
    box-shadow: 0px 0px 10px 2px #0000001F;
    max-height: 550px;
    min-height: 540px;
}

.card-blog-image {
    min-height: 200px !important;
}

.card-blog-image img {
    height: 100% !important;
    object-fit: cover;
}

.card-blog-date {
    background: var(--gray-600);
    color: #fff;
    border-radius: 50px;
    margin-left: 20px;
    margin-top: -1.2rem;
    width: 200px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    padding: 10px;
}

.card-blog-title h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--gray-600);
}

.card-blog-content {
    margin-top: 1.5rem;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
}

.card-blog-extract p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--gray-400);
    margin-top: 20px;
}

.card-blog-link a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: var(--primary);
    font-size:16px;
}

@media (max-width: 992px) {
    .contenido-blog {
        flex-direction: column;
    }
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 4rem 0;
    width: 100%;
}

.page-numbers {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-numbers li a,
.page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: #0A4AA6;
    transition: all .2s ease;
}

.page-numbers li span.current {
    background-color: #0A4AA6;
    color: #fff;
}

.page-numbers li a:hover {
    background-color: rgba(10, 74, 166, 0.1);
}

/* Flechas */
.page-numbers .prev,
.page-numbers .next {
    font-size: 22px;
    padding: 0 12px;
}

.galeria-item {
    border-radius: 0px !important;
}

.list_element {
    display: flex;
    margin-bottom: 20px;
    align-items: start;
}

.list_element svg {
    width: 25px !important;
    height: 25px !important;
}

.list_element .svg_content {
    width: 45px;
    min-width: 45px;
}

.list_element p {
    font-weight: 400;
    font-size: 19.5px;
    letter-spacing: 0px;
    color: var(--gray-700);
}

.testimonial-video {
    height: 350px !important;
}

.testimonial-sound-hint:hover, .testimonial-sound-hint:focus, .testimonial-sound-hint:focus-visible,
.testimonial-sound-hint:active, .testimonial-sound-hint:visited {
    background: transparent !important;
}

.section-about .cubaemprende_text {
    margin-bottom: 20px !important;
}

.section-services .title-primary {
    position: relative;
    top: -100px;
}


span.link {
    color: var(--primary);
}

/* Programa Oasis - Galería */
.section-program-gallery {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.program-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.program-gallery__item {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--gray-100, #f3f4f6);
}

.program-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .program-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .program-gallery {
        grid-template-columns: 1fr;
    }
}

.section-faq__summary {
    transition: all 0.3s ease;
}

.section-faq__summary:hover {
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    color: #fff;
}

.section-faq__summary:hover svg,
.section-faq__summary:hover svg path {
    fill: #fff;
}

.section-about__text .title-primary {
    text-transform: none !important;
}

.tps {
    margin-top: -5rem;
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
    .hero .display-bold-3  {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .relative.hero {
        max-width: 1200px !important;
        margin: 0 auto;
        width: 90%;
    }

    .relative.flex.flex-col.justify-center.cubaemprende_max_content {
        height: 100vh !important;
    }
}
