    @font-face {
    font-family: 'General Sans Variable';
    src: url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-Variable.woff2') format('woff2'),
         url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-Variable.woff') format('woff'),
         url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-Variable.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
         url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-VariableItalic.woff') format('woff'),
          url('/wp-content/themes/serviapglobal/assets/css/fonts/GeneralSans-VariableItalic.otf') format('opentype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo Variable';
    src: url('/wp-content/themes/serviapglobal/assets/css/fonts/Roundo-Variable.woff2') format('woff2'),
         url('/wp-content/themes/serviapglobal/assets/css/fonts/Roundo-Variable.woff') format('woff'),
         url('/wp-content/themes/serviapglobal/assets/css/fonts/Roundo-Variable.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --Core-Nexus-Navy: #0A106C;
    --Core-Nova-White: #FFFFFF;
    --Brand-Gradient: linear-gradient(90deg, #FF1B6B 0%, #45CAFF 100%);
    --shades-tints-nexus-navy-200: #7C84F3;
    --Shades-tints-ignite-pink-200: #FF5C95;
    --shades-tints-ignite-pink-600: #CC0047;
    --Core-Ignite-Pink: #FF1B6B;
    --Brand-Gradient-Ignite-Pink---Nebula-Blue: linear-gradient(90deg, #FF1B6B 0%, #45CAFF 100%);
}

body{
    background: rgba(10, 16, 108, 0.04);
    font-family: 'General Sans Variable', sans-serif;
    color:var(--Core-Nexus-Navy);
    overflow-x: hidden;
}
a:visited {
    color: var(--Core-Nexus-Navy)!important;

}
.section_archive_global {
    background: var(--Core-Nova-White);
    padding: 3rem 0rem;
}




  body {
    background: rgba(10, 16, 108, 0.04);        
  }

  
  .bg-desktop-guide {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/bg_downloadable_desk.jpg');
  }
  .bg-desktop-services {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/servicios_hero.jpg');
  }
  .bg-desktop-payroll {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_payroll_dsk.jpg');
  }
  .bg-desktop-contact {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_contact_dsk.jpg');
  }
  .bg-desktop-studies {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_studies_dsk.jpg');
  }
  .bg-desktop-about_us {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_about_us_dsk.jpg');
  }
  .bg-desktop-contact_us {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_contact_dsk.jpg');
  }
  .bg-desktop-eor {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/eor.jpg');
  }
  .bg-desktop-ppo {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/ppo.jpg');
  }
  .bg-desktop-rpo {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/rpo.jpg');
  }
 
  nav {
    overflow: visible !important;
  }

  .titulos_hero {
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "Roundo Variable";
        font-size: 70px;
        font-style: normal;
        font-weight: 650;
        line-height: 111%;
    }
    .titulos_hero.left {
        text-align: left;
        
    }
    .text-title-left{
        text-align: left;
        width: 40%;
        margin: 0px 9rem;
    }
    .text-navy{
        color: var(--Core-Nexus-Navy);
    }
    .subtitulos_hero {
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
    }
    .grid-container {
        display: grid;
        grid-template-columns: 55% 45%; /* Primera fila: 55% - 45% */
        gap: 20px; /* Espaciado entre los elementos */
    }
    .grid-container-reverse {
        display: grid;
        grid-template-columns: 45% 55%; /* Primera fila: 55% - 45% */
        gap: 20px; /* Espaciado entre los elementos */
    }
    .card_border_pink {
        display: flex;
        padding: 33px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 20px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: var(--Core-Nova-White, #FFF);
        box-shadow: 0px 0px 22px 0px rgba(10, 16, 108, 0.09);
        gap: 30px;
    }
    .container_card_pink{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .card_border_pink:hover{
        border-radius: 20px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: var(--Core-Nova-White, #FFF);

        /* Effects/Card 2/Hover/Mobile */
        box-shadow: 0px 5px 17px 0px rgba(255, 27, 107, 0.15);
    }
    .card_border_pink:hover .container_card_pink h3{
        background: var(--Brand-Gradient-Ignite-Pink---Nebula-Blue);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container_card_pink h3 {
        font-family: "Roundo Variable";
        font-size: 27px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
        height: 63px;
    }
    .container_card_pink p {
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
    }
    .cta_azul{
        color: var(--Core-Nexus-Navy);
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 100% */  
        text-align: left;
        z-index: 9;
    }
    .container_card_pink_image {
        width: 100%;
    }
    .container_card_pink_image img {
        width: 100%;
        height: 220px;
    }
    .titulos_body {
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
    }
    .subtitulos_body{
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        margin-bottom: 4rem;              
    }
    .titulos_section_itali_body {
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 26px;
        font-style: italic;
        font-weight: 600;
        line-height: 133%;
        height: 70px;
    }
    .p_body {
        color: var(--Core-Nexus-Navy);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        margin-top: .5rem;
    }
    .containerGlobal {
        width: 90%;
        margin: 0px auto;
    }
    .titulo_lateral {
        color: var(--Core-Nova-White);
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
    }
    .numeros_lateral {
        color: var(--Core-Nova-White);
        font-family: "General Sans Variable";
        font-size: 59px;
        font-style: normal;
        font-weight: 500;
        line-height: 59px;
    }
    .descripcion_lateral {
        color: var(--Core-Nova-White);
        font-family: "General Sans Variable";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 122%;
    }
    .p_descripcion_cards{
        color: var(--Core-Nexus-Navy, #0A106C);
        /* Type/Card/Body/Desktop */
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 25.92px */
        margin: 10px 0px;
        text-align: left;
    }
    .p_descripcion_cards.article {
        margin: 10px 10px;
    }
    .font-semibold {
        font-family: "Roundo Variable";
        font-size: 27px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
        text-align: left;
    }
    
    .container_trusted_colors{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .container_trusted_colors p{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        text-align: left;
        height: 250px;
    }
    .container_trusted_colors h3{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 144%;
        text-align: left;
    }
    .titulo_slider_azul{
        color: var(--Core-Nova-White, #FFF);
        text-align: center;
        /* Type/H1/Desktop */
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 51.24px */
    }
    .subtitulo_slider_azul {
        color: var(--Core-Nova-White, #FFF);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        margin-bottom: 4rem;
    }
    .swiper-container {
        width: 100%;
        max-width: 100vw; /* Asegura que no desborde */
        overflow: hidden; /* Oculta cualquier desbordamiento */
    }
    .swiper-scrollbar {
        width: 70% !important;
        margin: 0 auto;
        left: 15% !important;
        right: 15%;
        background: rgba(255, 255, 255, 0.3);
        height: 5px !important;
        border-radius: 10px;
        position: absolute !important;
        bottom: -22px !important;
    }

    .swiper-scrollbar-drag {
        background: white;
        border-radius: 10px;
    }

    .swiper-scrollbar-download{
        width: 70% !important;
        margin: 0 auto;
        left: 15% !important;
        right: 15%;
        background: rgba(255, 255, 255, 0.3);
        height: 5px !important;
        border-radius: 10px;
        position: absolute !important;
        bottom: -22px !important;
    }
    .card_country {
        border-radius: 20px;
        background: var(--Core-Nova-White, #FFF);
        padding: 20px;
    }
    .info_card_country {
        display: grid;
        grid-template-columns: 10% 90%;
        align-items: anchor-center;
        height: 50px;
    }
     .info_card_country p{
        color: var(--Core-Nexus-Navy, #0A106C);
        /* Type/Card/Heading/Desktop */
        font-family: "Roundo Variable";
        font-size: 27px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 32.94px */
        text-align: left;
        margin-left: 10px;
    }
    .swiper {
        width: 100%;
        overflow: initial;
    }

    .swiper-slide {
        height: auto;
    }
    .swiper-button-next {
        top: -2rem;
        background: #ffffff;
        z-index: 999;
        width: 44px;
        border-radius: 50px;
        left: 52%;
        transform: translateX(-55%);
        color: var(--Core-Nexus-Navy);
    }
    .swiper-button-next:after {
        content: 'next';
        font-size: 22px;
    }
    .swiper-button-prev {
        top: -2rem;
        background: #ffffff;
        z-index: 999;
        width: 44px;
        border-radius: 50px;
        left: 48%;
        transform: translateX(-53%);
        color: var(--Core-Nexus-Navy);
    }
    .swiper-button-prev:after{
        content: 'prev';
        font-size: 22px;
    }
    .btn_azul_neon{
        border-radius: 107px;
        background: var(--Core-Nebula-Blue, #45CAFF);
        box-shadow: 0px 6px 18px 0px rgba(69, 202, 255, 0.66);
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 19px;
        font-style: normal;
        font-weight: 550;
        line-height: 19px; /* 100% */
        margin: 5rem 0rem 1rem;
        padding: 1rem;
    }
    .btn_azul_neon:hover{
        border-radius: 107px;
        background: var(--shades-tints-nebula-blue-300, #00AFF5);
        box-shadow: 0px 6px 18px 0px rgba(69, 202, 255, 0.66);
        color: var(--Core-Nova-White, #FFF);
        font-family: "General Sans Variable";
        font-size: 19px;
        font-style: normal;
        font-weight: 550;
        line-height: 19px; /* 100% */
    }
    .section_down {
        background: var(--Core-Nova-White);
        padding: 3rem 0rem;
    }
    .card_border_gradient{
        position: relative;
    }
    .card_border_gradient::before{
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
        padding: 2px;
        background: linear-gradient(90deg, #FF1B6B 0%, #45CAFF 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .card_border_gradient:hover::before {
        opacity: 1;
    }
    .card_border_gradient:hover h3{
        background: var(--Brand-Gradient-Ignite-Pink---Nebula-Blue);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

     .card_country{
        position: relative;
    }
    .card_country::before{
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
        padding: 2px;
        background: linear-gradient(90deg, #FF1B6B 0%, #45CAFF 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .card_country:hover::before {
        opacity: 1;
    }

    .card_country:hover .info_card_country p {
        background: var(--Brand-Gradient-Ignite-Pink---Nebula-Blue);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .prev_blanco{
        border-radius: 29.451px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: #FFF;
        box-shadow: 0px 0px 22px 0px rgba(10, 16, 108, 0.09);
    }
    .next_blanco{
        border-radius: 29.451px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: #FFF;
        box-shadow: 0px 0px 22px 0px rgba(10, 16, 108, 0.09);
    }
    .swiper-download {
        overflow: hidden;
    }
    .font-semibold.card_article {
        margin: 1.5rem 10px;
    }
    .p_categoria_cards{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: italic;
        font-weight: 550;
        line-height: 16px; /* 88.889% */
        text-align: left;
        margin: 15px 10px;
    }

    .card_border_blue:hover{
        border-radius: 20px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: #FFF;
        box-shadow: 0px 5px 17px 0px rgba(69, 202, 255, 0.33);
    }
    .card_border_blue:hover h3{
        background: var(--Brand-Gradient-Ignite-Pink---Nebula-Blue);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .swiper-studie{
        overflow: hidden;
    }
    .titulo_card_studies {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 19px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        text-align: left;
        margin: 20px 20px 0px;
    }
    .p_italic_card_studies {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 19px;
        font-style: italic;
        font-weight: 550;
        line-height: 144%;
        text-align: left;
        margin: 0px 20px 0px;
        height: 55px;
    }
    .container_card_data_case{
            margin: 20px 20px 0px;
    }
    .numero_global_emp_rosa {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%;
    }
    .numero_global_morado {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%;
    }
    .numero_global_emp_azul {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%;
    }
    .numero_global_emp {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%;
        align-items: baseline;
    }
     .numero_global_emp span{
        font-size: 20px;
    }
    .texto_card {
        text-align: left;
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        margin-bottom: 10px;
        height: 73px;
    }
    .btn_case{
       margin: 0px 20px 0px; 
    }

    .card_border_blue:hover .titulo_card_studies{
        color: var(--Core-Nexus-Navy, #0A106C);
        background: initial;
        -webkit-text-fill-color: initial;
    }
    .card_border_blue:hover .numero_global_emp_rosa{
        color: var(--shades-tints-ignite-pink-200, #FF5C95);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%; /* 42.7px */
    }
    .card_border_blue:hover .numero_global_emp_azul{
        color: var(--shades-tints-nebula-blue-300, #00AFF5);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%; /* 42.7px */    
    }
    .card_border_blue:hover .numero_global_morado{
        color: var(--shades-tints-nexus-navy-200, #7C84F3);
        font-family: "General Sans Variable";
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 122%; /* 42.7px */
    }
    .grid-payroll {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .title_part_payroll{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 34px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 41.48px */
    }
    .description_part_payroll{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 28.8px */
    }
    .swiper-articles{
        overflow: hidden;
    }
    #colophon {
    background: #050938;
}
#colophon a:visited {
    color: #ffffff !important;
}
#formulario {
    width: 40%;
    margin: 0px auto;
    background: #ffffff;
    position: relative;
    top: -11rem;
    padding: 2rem;
    border-radius: 20px;
}
    .title_card_articles {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 25px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
        margin: 15px 10px;
        text-align: left;
        height: 130px;
    }
    .category_card_articles {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: italic;
        font-weight: 550;
        line-height: 16px;
        margin: 0px 10px;
        text-align: left;
    }
    .time_card_articles {
        color: var(--shades-tints-nexus-navy-400, #111DBB);
        font-family: "General Sans Variable";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        margin: 15px 10px;
        text-align: left;
    }
    .desc_card_articles {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        margin: 0px 9px 30px;
        text-align: left;
        height: 130px;
    }
    .cta_azul.btn_articles{
        margin: 10px;
    }
    .cta_azul.btn_guides {
        margin: 0px 10px;
    }
    .grid-faqs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
    }
    .faq-left {
        padding: 0rem 2rem 0rem 0rem;
    }
    .title_faqs{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 51.24px */
    }
    .desc_faqs{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 33.12px */
        margin-bottom: 30px;
    }
    .bt_faqs{
        border-radius: 20px;
        border: 1.2px solid rgba(10, 16, 108, 0.22);
        background: var(--Core-Nova-White, #FFF);
        box-shadow: 0px 0px 22px 0px rgba(10, 16, 108, 0.09);
    }
    .text_interior_faqs{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%;
        padding: 33px 25px;
    }
    .titulo_card_country {
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 27px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
    }
    .titulo_card_country img {
        margin: 0px 9px 0px 0px !important;
    }
    .titulo_card_gdp {
        text-align: left;
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 550;
        line-height: 144%;
    }
    .titulo_card_payroll_cost {
        text-align: left;
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 20px;
        font-style: normal;
        font-weight: 550;
        line-height: 144%;
    }
    .titulo_about{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 51.24px */
    }
    .p_info_about{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 33.12px */
    }
    .swiper-journey {
        overflow: hidden;
        position: relative;
        top: 10px;

    }
    .section_journey{
        background: var(--shades-tints-nexus-navy-200, #7C84F3);
        padding: 1rem 0rem 4rem;
    }
    .titulo_blanco{
        color: var(--Core-Nova-White);
    }
    .text-color-navy{
        color: var(--Core-Nexus-Navy);
    }
    .title_superior_services{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
    }
    .title_services{
        color: var(--Core-Nexus-Navy, #0A106C);
        text-align: center;

        /* Type/Hero/Heading/Desktop */
        font-family: "Roundo Variable";
        font-size: 70px;
        font-style: normal;
        font-weight: 650;
        line-height: 111%; /* 77.7px */
    }

    .description_services_hero{
        color: var(--Core-Nexus-Navy, #0A106C);
        text-align: center;
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 33.12px */
        margin-bottom: 2rem;
    }
    .titulo_azul_body_services{
        color: var(--Core-Nexus-Navy, #0A106C);
        text-align: center;
        /* Type/H1/Desktop */
        font-family: "Roundo Variable";
        font-size: 42px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%; /* 51.24px */
        margin: 2rem 0px;
    }
    .descripcion_azul_body_services{
        color: var(--Core-Nexus-Navy, #0A106C);
        text-align: center;
        /* Type/Body/L/Desktop */
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 33.12px */
    }
    .titulo_card_record{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "Roundo Variable";
        font-size: 29px;
        font-style: normal;
        font-weight: 650;
        line-height: 122%;
        margin-bottom: 20px;
    }
    .description_card_record{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 22px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 28.8px */
    }
    .container_dos_cards {
        width: 60%;
        margin: 0px auto;
    }
    .titule_country_interno{
        color: var(--Core-Nexus-Navy, #0A106C);

        font-family: "Roundo Variable";
        font-size: 67px;
        font-style: normal;
        font-weight: 650;
        line-height: 111%; /* 74.37px */
    }
        .text_titule_country_interno{
        color: var(--Core-Nexus-Navy, #0A106C);
        /* Type/Hero/Body/Desktop */
        font-family: "General Sans Variable";
        font-size: 23px;
        font-style: normal;
        font-weight: 450;
        line-height: 144%; /* 33.12px */
        }
        .back_head_font{
        color: var(--Core-Nexus-Navy, #0A106C);
        font-family: "General Sans Variable";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        }
        .line_divisor{
            WIDTH: 80%;
            margin: 2rem auto;
            background: #ffffff;
        }
        .grid_data_country {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-self: center;
               align-items: center;
        }
        .container_mapa_country{
            text-align: center;
                display: grid;
                idth: 100%;
        }
        .text-negritas_country{
            color: var(--Core-Nexus-Navy, #0A106C);
            font-family: "General Sans Variable";
            font-size: 23px;
            font-style: normal;
            font-weight: 550;
            line-height: 144%;
        }
        .text-regular_country{
                color: var(--Core-Nexus-Navy, #0A106C);
                font-family: "General Sans Variable";
                font-size: 21px;
                font-style: normal;
                font-weight: 450;
                line-height: 144%; /* 30.24px */
        }
        .container_mapa_country img {
            margin: 0px auto;
        }
        .section_head_blog{
            width: 100%;
        }
        .conainter_head_blog {
            width: 100%;
            background: var(--shades-tints-ignite-pink-600);
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 3rem;
            align-items: center;
        }
        .breadcrumb_white{
            color: var(--Core-Nova-White, #FFF);
            font-family: "General Sans Variable";
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px; /* 100% */
            margin: 24px 0px 25px;
        }
        .title_blog_head{
            color: var(--Core-Nova-White, #FFF);
            /* Type/Hero/Heading 2/Desktop */
            font-family: "Roundo Variable";
            font-size: 67px;
            font-style: normal;
            font-weight: 650;
            line-height: 111%; /* 74.37px */

        }
        .single_post_category{
            color: var(--Core-Nova-White, #FFF);
            font-family: "General Sans Variable";
            font-size: 22px;
            font-style: italic;
            font-weight: 500;
            line-height: 22px; /* 100% */
            margin: 24px 0px 0px;
        }
        .single_post_time{
            color: var(--Core-Nova-White, #FFF);
            font-family: "General Sans Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 100% */
            margin: 24px 0px 0px;
        }
        .single_post_date{
            color: var(--Core-Nova-White, #FFF);
            font-family: "General Sans Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 450;
            line-height: 20px;
            margin: 24px 0px 0px;
        }
        .container_content_note {
            padding: 4rem 3.5rem;
            display: grid;
            grid-template-columns: 20% 70%;
            gap: 5rem;
        }
        .container_content_country{
            padding: 1rem 3.5rem;
            display: grid;
            grid-template-columns: 20% 70%;
            gap: 5rem;
        }
        .insights {
                background: rgba(10, 16, 108, 0.04);
            }
        .custom-content-wrapper p {
            color: var(--Core-Nexus-Navy, #0A106C);
            font-family: "General Sans Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 450;
            line-height: 144%;
            margin-bottom: 1rem;
        }
        .custom-content-wrapper h2 {
            color: var(--Core-Nexus-Navy, #0A106C);
            /* Type/H3/Desktop */
            font-family: "Roundo Variable";
            font-size: 34px;
            font-style: normal;
            font-weight: 650;
            line-height: 122%; /* 35.38px */
                    margin: 30px 0px 15px;
        }
        .custom-content-wrapper h3 {
            color: var(--Core-Nexus-Navy, #0A106C);
            /* Type/H3/Desktop */
            font-family: "Roundo Variable";
            font-size: 29px;
            font-style: normal;
            font-weight: 650;
            line-height: 122%; /* 35.38px */
            margin: 30px 0px 15px;
                    clear: inline-start;
        }
        #ez-toc-container {
            background: #f9f9f9;
            border: 1px solid #aaa;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            display: table;
            margin-bottom: 1em;
            padding: 10px 20px 10px 10px;
            position: relative;
            width: auto;
            position: sticky;
            top: 20px;
            max-height: 80vh;
            overflow-y: auto;
        }
        .conainter_head_blog {
            width: 100%;
            background: var(--Core-Nexus-Navy);
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 3rem;
            align-items: center;
        }
        .section_info_guides {
            padding: 4rem;
            margin: 0px auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        .containrInfo_guide h1 {
            color: var(--Core-Nexus-Navy, #0A106C);
            font-family: "Roundo Variable";
            font-size: 34px;
            font-style: normal;
            font-weight: 650;
            line-height: 122%;
            margin-bottom: 25px;
        }
        .containrInfo_guide h2 {
            color: var(--Core-Nexus-Navy, #0A106C);
            /* Type/H3/Desktop */
            font-family: "Roundo Variable";
            font-size: 29px;
            font-style: normal;
            font-weight: 650;
            line-height: 122%; /* 35.38px */
             margin-bottom: 25px;
        }
        .containrInfo_guide p {
            color: var(--Core-Nexus-Navy, #0A106C);
            /* Type/Body/M/Desktop */
            font-family: "General Sans Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 450;
            line-height: 144%; /* 28.8px */
             margin-bottom: 20px;
        }
        .size-full {
            width: 100%;
            height: initial!important;
        }
        .custom-content-wrapper a {
            font-weight: 600;
            text-decoration: underline;
            cursor: pointer;
        }
        .post-thumbnail img {
            border-radius: 30px;
        }
        .bg-white.rounded-xl.shadow-lg.pb-4.text-left .post-thumbnail img {
            border-radius: 30px 30px 0px 0px;
            object-fit: cover;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
        }
        .ref_slider_country {
            z-index: 9;
            position: relative;
        }
        .country-guide-template-default.single.single-country-guide {
            background: #ffffff;
        }
        .wp-block-list {
            list-style: initial;
            padding: 0rem 1rem 0px 2rem;
            color: var(--Core-Nexus-Navy, #0A106C);
            font-family: "General Sans Variable";
            font-size: 20px;
            font-style: normal;
            font-weight: 450;
            line-height: 144%;
            margin-bottom: 1rem;
        }
.swiper {
    width: 100%;
    overflow: hidden;
}
.container_info_company {
    display: grid
;
    grid-template-columns: 1Fr 1Fr 1Fr;
    width: 80%;
    margin: 3rem auto 0px 0px;
    color: var(--Core-Nova-White, #FFF);
    font-family: "General Sans Variable";
    font-size: 21px;
    font-style: normal;
    font-weight: 450;
    line-height: 144%;
}
.strong_li{
    color: var(--Core-Nova-White, #FFF);
    font-family: "General Sans Variable";
    font-size: 23px;
    font-style: normal;
    font-weight: 550;
    line-height: 144%;
}
.div_numbers_case_studie {
    display: grid
;
    grid-template-columns: 1Fr 1Fr 1Fr 1fr;
    width: 80%;
    margin: 3rem auto;
    font-family: "General Sans Variable";
    font-size: 21px;
    font-style: normal;
    font-weight: 450;
    line-height: 144%;
    text-align: center;
}
.div_numbers_case_studie ul {
    width: 80%;
    color: var(--Core-Nexus-Navy, #0A106C);
text-align: center;
font-family: "General Sans Variable";
font-size: 21px;
font-style: normal;
font-weight: 450;
line-height: 144%; /* 30.24px */
}
.strong_li_number{
    color: var(--Core-Nexus-Navy, #0A106C);
text-align: center;
font-family: "General Sans Variable";
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: 122%; /* 67.1px */
}
.button_pink{
    color: var(--Core-Nexus-Navy);
    font-family: "General Sans Variable";
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 19px; /* 100% */
    display: inline-flex;
    padding: 22px 55px;
    justify-content: center;
    align-items: center;
    gap: 11.49px;
    border-radius: 107px;
    background: var(--Shades-tints-ignite-pink-200);
    box-shadow: 0px 6px 18px 0px rgba(255, 27, 107, 0.55);
}
.button_pink:hover{
    background: var(--Core-Ignite-Pink);
    box-shadow: 0px 6px 18px 0px rgba(255, 27, 107, 0.55);
    color: var(--Core-Nova-White);
}
.gradient-bg {
    background: #7C84F3;
}

.nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--Core-Nexus-Navy);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
/*.li_menu_padre {
    color: #0A106C;
}
.li_menu_padre:hover {
    transition: all 0.3s ease-in-out;
    border: solid 1px transparent;
      border-radius: 30px;
      background-image: linear-gradient(white, white),                        
                            linear-gradient(to right, #FF1B6B, #45CAFF);
      background-origin: border-box;
      background-clip: content-box, border-box;
}*/

.menu-item-wrapper {
    position: relative;
    display: inline-flex;
    padding: 2px;
    align-items: center;
    gap: 11px;
    border-radius: 10px; /* Ajusta el radio de la esquina */
    transition: all 0.3s ease-in-out;
}

.menu-item-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #FF1B6B 0%, #45CAFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0; /* Oculta el borde por defecto */
    transition: opacity 0.3s ease-in-out;
}
.menu-item-wrapper:hover {
    background: rgba(10, 16, 108, 0.06);
}
.menu-item-wrapper:hover::before {
    opacity: 1; /* Muestra el borde al hacer hover */
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--Core-Nexus-Navy);
    text-decoration: none;
    padding: 6px 12px;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}
.menu-item-wrapper a {
    color: var(--Core-Nexus-Navy);
    z-index: 99;
}
.menu-item-wrapper a:visited {
    color: var(--Core-Nexus-Navy);
}
.icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.button_pink{
    color: var(--Core-Nexus-Navy);
    font-family: "General Sans Variable";
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 19px; /* 100% */
    display: inline-flex;
    padding: 22px 55px;
    justify-content: center;
    align-items: center;
    gap: 11.49px;
    border-radius: 107px;
    background: var(--Shades-tints-ignite-pink-200);
    box-shadow: 0px 6px 18px 0px rgba(255, 27, 107, 0.55);
}
.button_pink:hover{
    background: var(--Core-Ignite-Pink);
    box-shadow: 0px 6px 18px 0px rgba(255, 27, 107, 0.55);
    color: var(--Core-Nova-White);
}
.flex.titulo_card_country a {
    display: grid
;
    grid-template-columns: 12% 75%;
    align-self: center;
    align-items: anchor-center;
    width: 100%;
    text-align: left;
}
.flex.titulo_card_country a img {
    width: 32px;
}
#pagination-container {
    text-align: center;
}
.page-btn {
    border-radius: 50px;
    width: 34px;
    height: 34px;
    margin: 0px 10px;
}
.container_payroll {
    display: grid
;
    width: 80%;
    margin: 0px auto;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
#colophon .font-semibold.text-lg {
    color: #ffffff;
}
@media (max-width: 1250px) {
    .container {
        max-width: 1150px;
    }
    .containerGlobal {
        width: 100%;
    }
    .container_card_pink_image img {
    width: 100%;
        height: initial;
    }
    .container_card_pink h3 {
        height: initial;
    }
}
@media (max-width: 750px) {
   
.titulos_hero {
    font-size: 40px;
}
.bg-mobile {
  background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_home.png');
}
.bg-mobile-country {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_blog.png');
  }

  .bg-desktop-guide {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_guide.png');
  }
  .bg-desktop-services {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_services_mb.jpg');
  }
  .bg-desktop-payroll {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_payroll.png');
  }
  .bg-desktop-contact {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_contact_dsk.jpg');
  }
  .bg-desktop-studies {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_studies.png');
  }
  .bg-desktop-about_us {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_about_us_dsk.jpg');
  }
  .bg-desktop-eor {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_ero_mv.png');
  }
  .bg-desktop-ppo {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_ppo_mv.png');
  }
  .bg-desktop-rpo {
    background-image: url('https://staging.serviapglobal.com/wp-content/uploads/2025/03/baner_hero_rpo_mv.png');
  }

.swiper-button-prev {
    left: 44%;
}
.swiper-button-next {
    left: 58%;
}
.container_card_pink h3 {
    height: 140px;
}
.titulos_body {
    color: var(--Core-Nexus-Navy);
    font-size: 32px;
    line-height: 110%;
}
.titulo_lateral {

    font-size: 32px;
    line-height: 110%;
}
.grid-payroll {
    display: block;
}
.description_services_hero {
    color: var(--Core-Nexus-Navy, #0A106C);
    text-align: center;
    font-family: "General Sans Variable";
    font-size: 19px;
    font-style: normal;
    font-weight: 450;
    line-height: 121%;
    margin-bottom: 2rem;
    width: 100% !important;
}
.title_services {
    color: var(--Core-Nexus-Navy, #0A106C);
    text-align: center;
    font-family: "Roundo Variable";
    font-size: 26px !important;
    font-style: normal;
    font-weight: 650;
    line-height: 111%;
}
.p_categoria_cards {
 
    line-height: 26px;
 }
.title_card_articles {
    color: var(--Core-Nexus-Navy, #0A106C);
    font-size: 22px;
    font-style: normal;
    height: 140px;
}
.desc_card_articles {
    height: 160px;
}
.container_dos_cards {
    width: 100%;
    margin: 0px auto;
}
.subtitulo_slider_azul {
    width: 95%;
    margin: 4rem auto;
}
.title_superior_services.mobile_white {
    color: var(--Core-Nova-White,);
}
.title_services.mobile_white {
    color: var(--Core-Nova-White);
}
.description_services_hero.mobile_white {
    color: var(--Core-Nova-White);
}
.titulo_azul_body_services {
    font-size: 37px;
    font-weight: 650;
    line-height: 113%;
}
.grid_data_country {
    display: block;
 }
 .container_content_country {
    padding: 0rem 0rem;
    display: block;
    margin: 0px !important;
}
.titule_country_interno {
    font-size: 36px;
 }
 #formulario {
    width: 100%;
    margin: 0px auto;
    background: #ffffff;
    position: relative;
    top: -11rem;
    padding: 2rem;
    border-radius: 20px;
}
.texto_card {

    height: auto;
}
.container_payroll {
    display: block;
    width: 80%;
    margin: 0px auto;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
}