/**STYLES NEW HOME SECTION***/
.container-info-simple {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #051727;
    padding: 5rem 6rem 3.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius:20px;
}
.span-blue{
     color: #317FB5; 
}
.span-third-section {
    color: #317FB5; 
    font-family: 'Montserrat';
    font-weight: 500; 
    font-size: 40px;
}
.span-exclude-section{
    color: #317FB5; 
    font-family: 'Montserrat';
    font-weight: 500; 
    font-size: 40px;
}
.box-info-sm {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.box-info-sm h2 {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin: 0;
    font-weight:normal;
    text-align:center;
}
ul.list-sm, ul.list-close {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
}
ul.list-sm li {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 44px;
}
ul.list-sm li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-image: url('/test/images/check.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
}
.box-exclusion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #F3FAFE;
    border-radius: 20px;
    padding: 2.5rem 3rem;
    margin-top: 1rem;
}
.box-exclusion h3 {
    font-family: 'Montserrat';
    font-size: 40px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
    margin: 0;
}
.box-list {
    display: flex;
    gap: 20px;
}
.list-content {
    width: 50%;
}
ul.list-close li {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
    position: relative;
    padding-left: 44px;
}
ul.list-close li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; 
  height: 30px;
  background-image: url('/test/images/icone-exclude.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
h2.pricing-h1.banks {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.custom-heading {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align:center;
}

.custom-highlight {
    color: #317FB5;
    font-weight: 500;
    font-size: 40px;
    font-weight:600;
    
}
/* Estilos para móviles */
@media (max-width: 480px) {
    .custom-heading {
        font-size: 24px; /* más pequeño en móviles */
        padding: 0 20px; /* agrega padding lateral */
    }
    ul.list-close li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; 
  height: 20px;
  background-image: url('/test/images/icone-exclude.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.span-exclude-section{
    color: #317FB5; 
    font-family: 'Montserrat';
    font-weight: 500; 
    font-size: 24px;
}
.container-info-simple {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #051727;
    padding: 5rem 6rem 3.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 0 !important;
}
ul.list-sm li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/test/images/check.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
}
.span-third-section {
    color: #317FB5; 
    font-family: 'Montserrat';
    font-weight: 500; 
    font-size: 28px;
}
    .custom-highlight {
        font-size: 24px; /* tamaño más adecuado para móviles */
    }
}

/* Estilos para el menú móvil */
@media screen and (max-width: 991px) {
    .navigation-menu {
        display: block !important;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 85%;
        max-width: 400px;
        background-color: #001828;
        padding: 120px 40px 40px;
        transition: all 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    }

    .w-nav-menu {
        background-color: #001828 !important;
        height: 100vh !important;
    }

    .navigation-menu.show {
        right: 0;
    }

    .navigation-menu .navigation-link {
        color: white !important;
        font-size: 18px;
        padding: 20px 0;
        border-bottom: none;
        opacity: 0.9;
        transition: all 0.3s ease;
        display: block !important;
        text-align: left;
        font-weight: 400;
        margin: 0;
        
    }
    .navigation-menu .navigation-link:first-child {
        padding-top: 80px !important;
    }
    .navigation-menu .navigation-link:hover {
        opacity: 1;
        background-color: rgba(255,255,255,0.05);
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 998;
        backdrop-filter: blur(3px);
    }

    .menu-overlay.show {
        display: block;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        cursor: pointer;
        z-index: 1000;
        margin-left: 20px;
        position: relative;
        top: 2px;
    }

    .hamburger-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: white;
        transition: all 0.3s ease;
    }

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

    /* Ajustes de layout para el header */
    .div-block-2 {
        display: flex;
        align-items: center;
    }

    .div-block-2 .button,
    .div-block-2 .navigation-link:not(.link) {
        display: none;
    }

    /* Estilos para los botones dentro del menú */
    .navigation-menu .button-2,
    .navigation-menu .button {
        display: inline-block !important;
        margin: 25px 0;
        width: 100%;
        text-align: center;
        background-color: #4AA3DF;
        color: white !important;
        border: none;
        padding: 15px 25px;
        border-radius: 4px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .navigation-menu .button-2:hover,
    .navigation-menu .button:hover {
        background-color: #3993d0;
        transform: translateY(-1px);
    }

    /* Ajuste para el selector de idioma */
    .link {
        margin-right: 0px;
    }

    /* Forzar visibilidad del menú cuando está activo */
    .w-nav-overlay {
        display: none !important;
    }

    /* Asegurar que el menú tenga el fondo correcto */
    .w-nav[data-collapse="medium"] .w-nav-menu {
        background-color: #002B5C !important;
    }
    .container-info-simple {
        padding: 5rem 4rem 3.5rem;
    }
    .list-content {
        width: 100%;
    }
    .box-list {
        flex-direction: column;
    }
    .box-info-sm h2 {
        font-size: 42px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .hamburger-menu {
        z-index: 1001 !important;
        position: relative !important;
    }
    
    .navigation-menu {
        z-index: 999 !important;
    }
    
    .menu-overlay {
        z-index: 998 !important;
    }
}
@media screen and (max-width: 767px) {
    .box-info-sm h2 {
        font-size: 28px;
        line-height: 40px;
        font-family:'Montserrat';
        padding:0 20px;
    }
    ul.list-sm li, ul.list-close li {
        font-size: 14px;
        line-height: 20px;
        font-family:'Montserrat';
    }
    .box-exclusion h3 {
        font-size: 24px;
        line-height: 28px;
        padding:0 10px;
    }
    .box-exclusion {
        padding: 2rem 1.5rem;
        margin-top: 0;
    }
    .container-info-simple {
        padding: 4rem 2rem 3rem;
    }
} 
/* Asegurar que el menú móvil esté oculto en desktop */
@media screen and (min-width: 992px) {
    .hamburger-menu {
        display: none;
    }
} 