@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Gilroy-Bold.woff") format('woff');
}
@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Gilroy-Regular.woff") format('woff');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Gilroy-Semibold.woff") format('woff');
}

body {
    color: white;
    background: linear-gradient(180deg, #1B3159 2.42%, #181F36 51.59%);
    background-repeat: no-repeat;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* si quieres inercia ahí */
    overscroll-behavior: contain;
}
html {
    scroll-behavior: smooth;
}
a {
    color: transparent;
    text-decoration: underline;
}
.nav-link:focus, .nav-link:hover {
    color: #00AE42;
    opacity: 1;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.registro-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    color: black;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}
.overflow-hidden.slider-ab{
    width: 1093px;
}

.hero-text {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 123.278%;
    text-transform: uppercase;
    /* text-align: center; */
    margin-left: 10px;
}
.highlight-green { color: #00AE42; }
.highlight-blue { color: #001689; }
.btn-primary { background-color: #0026ff; border: none; }

.bg-menu {
    background: #1B3159;
    box-shadow: 1px 5px 12px 0px rgba(27, 49, 89, 0.50);
    position: fixed;
    width: 100%;
    z-index: 999;
}
.inicio{
    padding-top: 135px;
}
.btn-success-sesion {
    background-color: #34C759;
}
.btn:hover {
    color: #fff;
    background-color: #34C759;
}
.btn:first-child:active {
    color: #fff;
    background-color: #34C759;
}
a.btn.btn-success-sesion {
    color: #fff;
}
.text-success {
    color: #34C759 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 132%;
}
.text-success-reset {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 132%;
}
.image-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    border-radius: 8px;
}
.estomach{
    margin: -80px 0 0 -165px;
    width: 730px;
}

.navbar-nav {
    gap: 12px;
    color: #fff;
    text-align: center;
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.nav-link.active {
    color: #00AE42 !important; /* Color verde cuando está activa */
    font-size: 15px;
    font-family: "Roboto", serif;
}
.play-button {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #00ae42;
    border: none;
}
.bg-primary {
    border-radius: 50.5px;
    background: #001689 !important;
    box-shadow: 1px 5px 12px 0px rgba(4, 9, 47, 0.50);
}
.fw-bold {
    font-weight: 700 !important;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
}
.text-success-2{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.text-white-m {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}
.text-success-4 {
    color: #34C759;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}
.text-white-sub{
    color: #FFF;
    font-feature-settings: 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%; /* 31.68px */
    letter-spacing: 0.24px;
}
.card-txt {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.read{
    color: #34C759;
    text-align: center;
    font-family: "Encode Sans", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.bg-card {
    border-radius: 8px;
    background: #0C0F29;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 32px 15px;
    height: 283px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.txt-slider{
    color: #FFF;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 15px 0;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.txt-card-con{
    color: var(--Green-1, #34C759);
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0 15px;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0; /* Espaciado lateral en móviles */
    box-sizing: border-box;
}
.carousel-track {
    transition: transform 0.5s ease-in-out;
    display: flex;
    flex-wrap: nowrap;
}
.card-slide {
    background-color: #0c0f29;
    border-radius: 10px;
    flex: 0 0 auto;
    margin: 0 12px;
    padding: 0;
    height: 325px;
    width: 354px;
}
.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 1;
}
.carousel-control-prev {
    left: -50px;
}
.carousel-control-next {
    right: -60px;
}
.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.carousel-bullet {
    width: auto;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel-bullet.active {
    background-color: #34C759;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -3rem;
    margin-left: 15%;
    bottom: 0;
}
.rounded-section {
    padding: 0px 40px;
}
.text-dos{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-success-dos{
    border-radius: 8px;
    background: var(--Green-1, #34C759);
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    width: 139px;
    height: 39px;
    padding: 8px 16px;
}
.dos{
    padding: 0 40px;
}
.card-h {
    border-radius: 8px;
    background: #0C0F29;
    padding: 32px;
    height: auto;
    width: 410px;
}
.row.gx-4 {
    --bs-gutter-x: 2rem; /* Espacio entre columnas ajustado */
}
.content-box-i {
    display: grid;
    gap: 26px;
}

.text-sub{
    color: #F9F9F9;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
}
.security-description {
    color: #333;
    text-align: justify;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.text-success-3{
    color: #00AE42;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; 
    letter-spacing: 0.48px;
}
.text-card-h{
    color: #F9F9F9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.text-green{
    color: var(--Green-1, #34C759);
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}

.descargables {
    border-radius: 8px;
    border: 1px solid #2C2C2E;
    background: #0C0F26;
    align-items: center;
    padding: 10px;
    gap: 10px;
}
.text-white-d {
    color: var(--Gray-12, #F9F9F9);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.text-white-g{
    color: var(--Gray-7, #AEAEB2);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.36px;
}
.descar-card {
    height: 55px;
}
.bg-footer{
    border-top: 2px solid #34c759;
    background: #1A1D37;
}
.fa-youtube {
    font-size: 40px;
    color: #34c759;
}
.fa-envelope {
    color: #34c759;
}
.fa-phone{
    color: #34c759;
}
.text-web{
    color: var(--Gray-12, #FFF);
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.28px;
}
.sub-web{
    color: #34C759;
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 16.24px */
}
.green{
    color: var(--Gray-12, #00AE42);
}
.overflow-hidden {
    overflow: hidden !important;
    width: 1130px;
}

.register-two {
    padding: 75px 0px 75px;
}
.reset-pass{
    padding: 10px;
    border-radius: 30px;
    border: 2px solid var(--Green-1, #34C759);
    background: #1D223F;
    color: var(--White, #FFF);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14
}
.input-custom {
    padding: 10px;
    border-radius: 30px;
    border: 2px solid var(--Green-1, #34C759);
    background: #1D223F;
    color: var(--White, #FFF);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--Green-1, #34C759);
}
.input-custom::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.title-success{
    color: #00AE42;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-log{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.text-footer{
    color: #FFF;
    font-family: "Heebo", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-check {
    min-height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4% auto;
}
.text-login{
    color: var(--Gray-12, #F9F9F9) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-top: 5px;
}
.form-check-input:checked {
    background-color: #34c759;
    border-color: #f8f5f9;
}
.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.pass{
    color: var(--Green-1, #34C759);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.56px;
    text-decoration: none;
}
.register-txt{
    color: #FFF;
    text-align: center;
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.txt-green-register{
    color: #00AE42;
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.btn-login{
    border-radius: 999px;
    background: #00AE42;
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
}
:not(.btn-check)+.btn:active {
    border-color: #00AE42;
    border-radius: 999px;
    background: #00AE42;
    color: var(--White, #FFF);
}
.registro{
    background-image: url(../images/ABCITO-registro.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-register{
    color: #00E758;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sub-register{
    color: #00E758;
    text-align: center;
    font-family: Heebo;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
}
.txt-reg{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.input-custom-regis{
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #1D223F;
    color: #fff;
}
.input-custom-regis::placeholder {
    color: #8E8E93; 
    opacity: 1; 
}
.text-white-regis{
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.36px;
}
.cursor-pointer {
    cursor: pointer;
}
.cuenta{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 16.24px */
}
.input-custom-regis:focus {
    color: #000;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--Green-1, #34C759);
}
.btn-register{
    border-radius: 999px;
    background: #00AE42;
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
}
.text-span-green{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.txt-form{
    color: var(--Blue-Flame-1, #00354C);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
    letter-spacing: 0.18px;
}
.form-home{
    border-radius: 30px;
    border: 1px solid var(--Gray-10, #E5E5EA);
    background: var(--White, #FFF);
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: #000 !important;
}
.btn-primary-form{
    border-radius: 999px;
    background: #001689;
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
}
.btn-primary-form:hover {
    color: #fff;
    background: #001689;
}
:not(.btn-check)+.btn-primary-form:active {
    border-color: #001689;
    border-radius: 999px;
    background: #001689;
    color: var(--White, #FFF);
}
.form-wrapper {
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    min-height: 100px; /* Necesario para evitar que inicie colapsado */
}
  
.form-container {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
  }
  
  .form-step {
    width: 33.35%;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: auto;
  }
  
  .form-step:not(:nth-child(n+1)):not(:nth-child(-n+3)) {
    opacity: 1;
    pointer-events: auto;
  }
  
  .form-step.inactive {
    opacity: 0;
    pointer-events: none;
  }
  
  
.btn-secondary-back{
    border-radius: 999px;
    border: 2px solid #0C0F26;
    color: #0C0F26;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    background: transparent;
}
.btn-secondary-back:hover {
    border-radius: 999px;
    border: 2px solid #0C0F26;
    background: transparent;
    color: #0C0F26;
}
.btn-secondary-back:first-child:active {
    color: #0C0F26;
    background: transparent;
}
.btn-success-regis{
    border-radius: 999px;
    background: #00AE42;
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
}
.btn-success-regis:hover{
    background: #00AE42;
    color: var(--White, #FFF);
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-color: #8E8E93;
}
.text-terminos{
    color: var(--Gray-3, #3A3A3C);
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.svg-palabras{
    margin-left: -30px;
    position: relative;
    z-index: -1;
}
.fondo {
    opacity: 0;
    transform: translateX(-100%);
    animation: moverFondo 1s ease-out forwards;
}
.texto {
    opacity: 0;
    transform: translateX(-100%);
    animation: moverTexto 1s ease-out forwards;
}
.animacion-alivia {
    animation-delay: 0s;
}

.animacion-beneficia {
    animation-delay: 1.5s;
}

.animacion-controla {
    animation-delay: 3s;
}

/* Keyframes para mover el fondo */
@keyframes moverFondo {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Keyframes para mover el texto */
@keyframes moverTexto {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.user-profile-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-profile-menu .user-image {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.user-name {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}
.user-profile-menu .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #00AE42;
}

.user-menu-content {
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: none;
    flex-direction: column;
    z-index: 100;
}

.user-menu-content.show {
    display: flex;
}

.user-menu-header {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.user-menu-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #00AE42;
    margin-bottom: 10px;
}

.user-menu-header .user-fullname {
    font-weight: bold;
    color: #333;
}

.edit-profile {
    background: #f0f0f0;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.user-info {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.user-info p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.logout {
    display: block;
    text-align: center;
    background: #00AE42;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
}
.home {
    gap: 5px;
    color: var(--Gray-12, #F9F9F9);
    text-align: center;
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    color: #fff;
}
.bg-home{
    color: #181F36;
    background: var(--Gray-11, #F2F2F7);
    background-repeat: no-repeat;
}

.bg-home-ini {
    padding-top: 60px;
    background: linear-gradient(180deg, #23305C 50%, #181F36 54.74%);
}
.hero-text-home {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 123.278%;
    text-transform: uppercase;
}
.bg-primary-home {
    background: #001689 !important;
    box-shadow: 1px 5px 12px 0px rgba(4, 9, 47, 0.50);
}
.text-white-sub-home {
    color: #181F36;
    font-feature-settings: 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%;
    letter-spacing: 0.24px;
}
.text-white-m-home {
    color: #001689;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}
.bg-card-home {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 32px 15px;
    height: 283px;
    width: 350px;
}
.card-slide-home {
    background-color: #FFF;
    border-radius: 10px;
    flex: 0 0 auto;
    margin: 0 12px;
    padding: 0;
    height: 325px;
    width: 355px;
}
.card-h-home {
    border-radius: 8px;
    background: #FFF;
    padding: 25px;
    height: 650px;
    width: 410px;
}
.card-txt-home {
    color: #001689;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.text-sub-home {
    color: #001689;
    font-feature-settings: 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
}
.txt-slider-home {
    color: #001689;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 15px 0;
}
.text-card-h-home {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.text-white-d-home {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.descargables-home {
    align-items: center;
    padding: 10px;
    gap: 11px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    display: flex;
}
.descar-card {
    flex-grow: 1; /* Ocupa todo el espacio disponible */
}

.descargables-home i.fa-chevron-right {
    margin-left: auto; /* Empuja el icono hacia la derecha */
}
.text-web-home {
    color: #001689;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.28px;
}
.main-content {
    width: 70%;
}

.card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: gray;
    background: transparent;
    border-bottom: none;
    padding: 0;
}
.p-cab-image {
    border-radius: 8px;
}
.category {
    color: var(--Gray-7, #AEAEB2);

/* Poppins / Button Small */
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.48px;
}

.icons {
    display: flex;
    gap: 10px;
}

.title {
    color: #00AE42;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.blue{
    color: #001689;
}
.description {
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.subtitle {
    color: #00AE42;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

video {
    width: 100%;
    display: block;
}

.play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 127px;
    cursor: pointer;
}

.pulse-effect {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(30, 156, 82, 0.5);
    border-radius: 50%;
    z-index: 1;
    animation: pulse 1.5s infinite;
    transition: opacity 0.3s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.play-button {
    position: relative;
    width: 127px;
    height: 127px;
    background: #1E9C52;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}


.references {
    margin-top: 15px;
    color: #333;
    font-family: "Gilroy-Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.references-tit{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar {
    border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    width: 30%;
    padding: 32px 16px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    color: #001689;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
}

.recent-post {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-direction: column;
    border: 1px solid #F2F2F7;
    height: auto;
}

.recent-post img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.recent-info h4 {
    margin: 0;
    color: #001689;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 0.32px;
}

.recent-info p {
    margin: 5px 0;
    color: var(--Gray-1, #1C1C1E);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}

.recent-info a {
    text-decoration: none;
    color: #34C759;
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.mda {
    padding-top: 135px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.vistas{
    color: var(--Gray-7, #AEAEB2);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.36px;
}
.icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icons i {
    color: #666;
    font-size: 14px;
}
.post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 22px;
}

.post-meta a {
    text-decoration: none;
    color: #34C759;
}
.recent-info {
    padding: 16px;
}
.webinar-section {
    background: #f5f5f5;
    padding: 130px 0 40px;
}

.webinar-header {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.webinar-label {
    background: #001689;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
}

.specialty-label {
    background: #1E9C52;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
}

.webinar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.doctor-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #1E9C52;
}

.doctor-name h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.doctor-name p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
}

.webinar-description h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.webinar-image img {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
}

.webinar-button {
    background: #1E9C52;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    margin-top: 15px;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* 🔹 Título e imagen superior */
.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section-icon {
    width: auto;
    height: auto;
    margin: auto;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
}

.section-subtitle {
    margin-top: 5px;
    color: #181F36;
    font-feature-settings: 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%;
    letter-spacing: 0.24px;
}

/* 🟢 Estilos de la tarjeta de Webinar */
.webinar-card {
    background: linear-gradient(to right, #1b2e4b, #061a38);
    color: white;
    /* padding: 20px; */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.webinar-header {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.webinar-label {
    background: #001689;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
}

.specialty-label {
    background: #1E9C52;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
}

.doctor-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.doctor-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #1E9C52;
}

.webinar-description h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.webinar-image img {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
}

.webinar-button {
    background: #1E9C52;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    margin-top: 15px;
}

.webinar-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* 🟢 Estilos de las tarjetas de noticias */
.news-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-card {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
}
.news-card h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.icons {
    display: flex;
    gap: 10px;
    color: #AEAEB2;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
}

.icons i {
    margin-right: 5px;
}
.icons-er i {
    color: #fff;
    font-size: 14px;
}
.icons-er {
    display: flex;
    gap: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
}

/* 🔹 Fondos de las tarjetas */
.bg-img-one {
    background-image: url(../images/bg-one.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 254px;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
    padding: 32px;
    gap: 16px;
}

.bg-img-two {
    background-image: url(../images/bg-two.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 254px;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
    padding: 32px;
    gap: 16px;
    
}
.title-fexu{
    color: #001689;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}
.abcito-icons {
    color: #AEAEB2;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.fexu{
    color: #333;
    font-feature-settings: 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
}
.subtitle-fexu{
    color: #00AE42;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}

.webinar-slider {
    position: relative;
    width: 100%;
}

/* 📌 Imágenes */
.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* 📌 Flechas */
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev img, .swiper-button-next img {
    width: 50px;
    height: auto;
}

.swiper-button-prev {
    left: 0px; /* Ajusta para que no se encime */
}

.swiper-button-next {
    right: 0px;
}

.swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00AE42B2;
    border: 2px solid #00AE42;
    width: 13px;
    height: 13px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

.erge-container {
    display: flex;
    gap: 20px;
    padding-bottom: 70px;
}
.erge-card {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.erge-card img {
    object-fit: cover;
    width: 426px;
}

.erge-info {
    padding: 15px;
    width: 60%;
}

.erge-info h4 {
    color: #001689;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.42px;
}
.erge-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.erge-info {
    padding: 15px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}

.pagination-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 40px;
    padding: 8px;
}

.pagination-list {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0;
    color: #95A0AA;
    margin: 0;
}
.page-prev,
.page-next {
  color: #00AE42;
  font-size: 18px;
  padding: 4px 8px;
  border-radius: 50%;
  transition: all 0.2s;
  text-decoration: none;
}

.page-prev.disabled,
.page-next.disabled {
  color: #ccc;
  pointer-events: none;
}

.pagination-list li {
    display: inline;
}

.pagination-list li a {
    text-decoration: none;
    padding: 5px 11px;
    border-radius: 5px;
    color: #00AE42;
}

.pagination-list li a.active {
    color: white;
    border-radius: 99px;
    background: #00AE42;
}

.page-select {
    padding: 5px;
    border-radius: 8px;
    border: 2px solid var(--Gray-10, #E5E5EA);
    color: #95A0AA;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: 0.28px;
}
.title-erge{
    color: #00AE42;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.48px;
}
.info-erge{
    color: var(--Gray-1, #1C1C1E);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.read-erge{
    color: var(--Green-1, #34C759);
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; 
    text-decoration: none;
}
.sidebar-erge {
    border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    width: 30%;
    padding: 32px 16px;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.sidebar-w {
    width: 30%;
}
.main-content-w {
    width: 70%;
}
.icons-erge {
    display: flex;
    gap: 10px;
    color: var(--Gray-7, #AEAEB2);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
}
.span-erge{
    color: var(--Gray-7, #AEAEB2);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
}
.pagina-erge{
    color: #95A0AA;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; 
}
.w img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.abcito-card {
    border-radius: 8px;
    border: 1px solid #F2F2F7;
    margin-bottom: 25px;
}
.abcito-info {
    padding: 16px;
}
.abcito-card-title {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 147%;
}
.abcito-card-text {
    color: var(--Gray-1, #1C1C1E);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}
.abcito-read-more {
    color: #34C759;
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    text-decoration: none;
}
.post-abcito {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recurso-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.recurso-info {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.recurso-img {
    width: 100px;
    height: auto;
    transition: width 0.3s ease-in-out;
}

.recurso-text {
    flex-grow: 1;
    padding-left: 15px;
}

.recurso-title {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
}

.recurso-description {
    color: #1C1C1E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.48px;
}

.extra-content {
    display: none;
    color: #1C1C1E;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
    transition: all 0.3s ease-in-out;
}
.sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #3246D3;
}
.border {
    border: 1.5px solid #001689 !important;
    transition: border-color 0.3s ease-in-out;
    opacity: 1;
}

.recurso-link {
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    border-radius: 20px;
    background: #001689;
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.48px;
    padding: 8px;
    text-decoration: none;
}

.recurso-link:hover {
    color: #fff;
}
.recurso-download {
    width: 50px;
    height: 50px;
    background: #27AE60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recurso-download img {
    width: 45px;
}
.referencias {
    display: none;
    color: #000;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    padding: 0;
}
.herramientas-container{
    display: flex;
    gap: 20px;
    padding-bottom: 70px;
}
.descargables-title{
    padding: 130px 15px 30px;
}
.recursos-title {
    color: #00AE42;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.6px;
}
.list-span {
    color: #00AE42;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.txt-vid{
    display: block;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.sub-bita{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.54px;
}
.txt-er{
    color: #001689;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.54px; 
}
.number-erge{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.72px;
}
.gerd{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.72px;
}
.title {
    font-size: 24px;
    font-weight: bold;
    color: #1E1E1E;
}
.evolution-timeline {
    margin: 20px 0;

}

.evolution-step {
    text-align: center;
    flex: 1;
}

.evolution-step .date {
    display: block;
    background: #22A745;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.evolution-step p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.limitations-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 15px 0 015px;
}

.limitations-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}

.limitations-list i {
    color: #FF5733;
    font-size: 18px;
}

.references {
    font-size: 12px;
    color: #666;
}
.content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* Espacio entre la imagen y el texto */
}
.note {
    color: #586A79;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.subtitle-cab{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.description-cap{
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.sub-cap{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}
.benefit-item {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 50%;
    height: 100%;
}

.benefit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefit-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #4CAF50;
}

.benefit-content {
    display: none; /* Ocultar contenido por defecto */
    margin-top: 10px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}
.benefits-grid {
    display: flex;
}
.title-ars{
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-left: -5px;
    margin-bottom: 0;
}
.references-cap {
    color: #333;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cap-title{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title-cap {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.txt-cap{
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.description-cap{
    color: #00AE42;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.text-p-cap{
    color: #00AE42;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 28.5px */
}

.efficacy-section, .security-section  {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.efficacy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #95A0AA;
    background: #F6FAFF;
}
.security-header{
    border: 1px solid #95A0AA;
    background: #F6FAFF;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}
/* Estilos cuando la pestaña está expandida */
.tab-header.active {
    background: #F6FAFF;
    border: 1px solid #95A0AA;
}
.tab-header.active .efficacy-title,
.tab-header.active .security-title {
    color: #00AE42; /* Verde cuando está abierto */
}
.txt-tab-2{
    color: #586A79;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.efficacy-title {
    color: #001689;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}
.security-title {
    color: #001689;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}
.toggle-tab-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.efficacy-content, .security-content {
    display: none;
    padding: 15px;
    border: 1px solid #95A0AA;
    background: #FFF;
    border-top: 0;
}

.graphs-container {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    gap: 25px;
}

.graph {
    text-align: center;
}
.txt-graph{
    font-size: 18px;
    color: #001689;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.graph img {
    width: 100%;
    max-width: 350px;
}
.circle-eys {
    border-radius: 24px;
    background: #00AE42;
    width: 15px;
    height: 15px;
    display: inline-flex;
    margin: 0 10px 0 0;
}
.circle-ey {
    border-radius: 24px;
    background: #FF5943;
    width: 15px;
    height: 15px;
    display: inline-flex;
    margin: 0 10px 0 0;
}
.txt-eys{
    color: var(--Neutral-Colors-Text-Gray, #615E83);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.reference-text {
    color: #586A79;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}

/* Estilos para la sección de estudio */
.study-data {
    padding: 15px;
    border-left: 5px solid #00AE42;
    border-radius: 16px;
    border: 1px solid #00AE42;
    background: #FFF;
    width: 676px;
    margin: auto;
}

.study-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.study-title {
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.study-content {
    display: none;
    margin-top: 10px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}
.title-eys {
    color: #333;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.txt-es{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 30px 0 35px;
}
.por-dias{
    margin: auto;
    width: 645px;
    height: auto;
    display: flex;
}
.txt-dos{
    color: #001689;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.bg-txt{
    border-radius: 16px;
    background: #001689;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 16px;
}
.efficacy-description {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid transparent;
    border: 1px solid #95A0AA;
    transition: all 0.3s ease-in-out;
    background: transparent; /* Fondo inicial */
}
.div-seccion {
    color: #001689;
    opacity: 1;
}
/* Título principal */
.section-title-indi {
    color: #00AE42;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subtitle-indi {
    text-align: left;
    color: #001689;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Logo ABCito */
.abcito-title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.blue-bold {
    color: #001689;
}

.green-bold {
    color: #00AE42;
}

.abcito-subtitle {
    font-size: 18px;
    color: #00AE42;
    font-weight: 500;
    text-align: center;
}

.available-text {
    color: #00AE42;
    text-align: center;
    font-family: 'Gilroy-SemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Indicaciones */
.indication-text {
    margin: 45px 0;
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

/* Caja de cada imagen */
.posology-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.posology-text {
    margin-top: 10px;
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.posologia-txt{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.posology-warning {
    color: #001689;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

/* Referencias */
.reference-section {
    margin-top: 20px;
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.reference-text-indi {
    color: #333;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0;
}
.title-epi{
    color: #00AE42;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub-epi{
    color: #001689;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.txt-epi{
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.pie-epi{
    color: var(--Gray-1, #1C1C1E);
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-top: 15px;
}
.epi-descripcion{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 25px;
}
.inciden-txt{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 45px;
}
.riesgo-txt{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.txt-epidemio{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.list-epidemio{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    list-style: none;
    display: grid;
    align-items: center;
    gap: 30px;
}
/* Contenedor general de los mapas */
.sindromes-mapa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    margin-top: 30px;
}
.bloque-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Bloque individual por mapa (esofágico o extraesofágico) */
.mapa-bloque {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
}
  
/* Botones */
.mapa-botones {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
  
.btn-sindrome {
    padding: 10px 20px;
    background: transparent;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 999px;
    border: 2px solid #00AE42;
    color: #333;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: 0.28px;
}
.azul {
    padding: 10px 20px;
    background: transparent;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 999px;
    border: 2px solid #001689;
    color: #333;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: 0.28px;
}
  
/* SVG y Grupos */
.grupo-contenido,
.svg-central {
    display: none;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
  
.grupo-contenido.visible,
.svg-central.visible,
.contenido-bloques.visible {
    display: flex;
}
  
  /* SVG específicos */
.svg-central.visible {
    margin-top: 0px;
}
.svg-central-azul.visible {
    margin-top: 10px;
}
  
/* Cuadros de nivel medio */
.bloque {
    border-radius: 8px;
    border: 1px solid #00AE42;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #65BF73;
    display: flex;
    width: 123px;
    padding: 25px 5px;
    justify-content: center;
}
.bloque-azul {
    border-radius: 8px;
    border: 1px solid #001689;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #646FA6;
    display: flex;
    width: 123px;
    padding: 25px 5px;
    justify-content: center;
}
  
/* Títulos clicables */
.subtitulo {
    cursor: pointer;
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
  
/* Contenido desplegable final */
.contenido-bloques {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
  
.detalle {
    display: none;
    flex-direction: column;
    align-items: center;
}
  
.detalle.active {
    display: flex;
}
  
.detalle.active .contenido {
    display: block;
}
.detalle.active .contenido-azul {
    display: block;
}
  
.detalle.active .svg-vertical::before {
    display: block;
}
.detalle.active .svg-vertical-azul::before {
    display: block;
}
  
.contenido {
    display: none;
    text-align: left;
    background: #00AE42;
    padding: 22px 32px;
    width: 170px;
    border-radius: 0 40px 0 0;
    border: 1px solid #00AE42;
    box-shadow: 4px 4px 0px 0px #65BF73;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
}
.contenido-azul {
    display: none;
    text-align: left;
    background: #001689;
    padding: 22px 32px;
    width: 170px;
    border-radius: 0 40px 0 0;
    border: 1px solid #001689;
    box-shadow: 4px 4px 0px 0px #001689;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
}
  
  /* Flecha SVG */
.svg-vertical::before {
    content: "";
    display: none;
    width: 20px;
    height: 60px;
    margin: 0 auto;
    background-image: url('../images/flecha-vertical.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.svg-vertical-azul::before {
    content: "";
    display: none;
    width: 20px;
    height: 60px;
    margin: 0 auto;
    background-image: url('../images/flecha-vertical-azul.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.txt-clasi{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.fenotipos-txt {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}  
.clasificacion-los-angeles {
    text-align: center;
    margin-top: 20px;
}
.grado {
    display: flex;
    width: 22%;
    margin: 10px;
    vertical-align: top;
    justify-content: center;
    flex-direction: column;
}
.btn-grado {
    background: #fff;
    border: 2px solid #0033a0;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.flecha-vertical {
    width: 20px;
    height: 60px;
    margin: 10px auto;
    background-image: url('../images/flecha-vertical-an.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.contenido-grado {
    background: #00AE42;
    border-radius: 0 55px 0 0;
    box-shadow: 4px 4px 0px #65BF73;
    display: none;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}
.imagenes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.imagenes img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
  .title-angeles{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #00AE42 0%, #186637 100%);
    padding: 8px 0px;
}
.grados {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: flex-start;
}
.clasi::marker {
    color: #00ae42;
}
.txt-gastro{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.leyenda-img{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.factores-erge {
    font-family: 'Poppins', sans-serif;
}
  
.factores-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    gap: 12px;
}
  
.factores-tabs li {
    flex: 1;
    color: #001689;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
  
.factores-contenedor {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
  
.factor {
    padding: 12px;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #00AE42;
}
  
.factor img {
    width: 135px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}
.factor p {
    margin: 0;
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.factores-contenedor .factor {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .factores-contenedor .factor.active {
    display: flex;
    opacity: 1;
  }
  
  .factores-tabs li {
    cursor: pointer;
  }
  
  .factores-tabs li.active {
    font-weight: bold;
    color: #00AE42; /* o tu color verde */
  }
  
.ref-estra{
    color: #586A79;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-top: 15px;
}  
.pie-img{
    color: #586A79;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-top: 25px;
} 
.txt-2{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.list-2{
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.list-c-2{
    margin: 0;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.d-contents {
    display: contents;
}
.list-asma{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 0;
}
.txt-dentales{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.leyenda-pacientes{
    color: #586A79;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    margin-top: 25px;
}
.datos{
    color: #001689;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
}
.list-pcab{
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.ph{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.txt-20{
    color: #333;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.farmaco {
    background-image: url(../images/farmaco.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.input-farma {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
  
.label-farma {
    margin-bottom: 5px;
    color: #001689;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.42px;
}
  
.icon-input {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #0c2a4d;
}
  
.titulo-farma {
    margin-bottom: 20px;
    color: #00AE42;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
  
.subtitulo-farma {
    color: #95A0AA;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.42px;
}
.check-farma {
    width: 20px;
    height: 20px;
    accent-color: #00a651;
}
  
.btn-enviar {
    background-color: #001489;
    color: white;
    padding: 12px;
    border-radius: 999px;
    font-weight: bold;
    font-size: 16px;
    border: none;
}
.sub-farmaco{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 142.857% */
}   
label.form-check-label {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.form-control.far:focus {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--Green-1, #34C759);
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.icon-select {
    position: absolute;
    right: 30px;
    top: 70%;
    pointer-events: none;
    transform: translateY(-50%);
    color: #0c2a4d;
    font-size: 14px;
}
.correo{
    color: #00AE42;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.txt-ba{
    gap: 45px;
    margin-top: 40px;
}
.txt-ba{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}
.tli{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}
.title-vs{
    color: #001689;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comparativo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 40px auto;
}
  
.comparativo-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
} 
.comparativo-col {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
} 
.comparativo-titulo {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: 0.36px;
    border-radius: 999px;
    border: 2px solid #00AE42;
    background: #FFF;
    padding: 8px 16px;
    justify-content: center;
}
.flecha-svg img {
    height: 60px;
    margin-top: 5px;
}
 
.tarjeta {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #001689;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #001689;
    width: 213px;
    height: 135px;
    margin: auto 20px;
}
  
.tarjeta.abcito {
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 24px;
}
  
.tarjeta.ibp {
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
    align-items: center;
    display: grid;
}
.fv{
    color: #00ae42;
    font-size: 16px;
    margin-left: 10px;
}
.tlt-ibp{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
} 
.comparativo-col {
    position: relative;
    padding-left: 18px; /* deja espacio para la flecha */
}

.flecha-lateral {
    position: absolute;
    top: 30px;
    left: 0;
}
.txt-i{
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.fv.rotada {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.txt-22{
    color: #333;
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.web-txt{
    color: #333;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins',sans-serif;;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.28px;
} 
.ac-con{
    color: #34C759;
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 16.24px */
}
.title-emc {
    color: #00AE42;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 0.6px;
    margin: 0;
}
.barra-contenido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    padding: 10px 0;
}
  
.text-con {
    color: #00AE42; /* Verde similar */
    font-size: 14px;
}
  
.iconos {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #999999; /* Gris suave */
    font-size: 14px;
}
  
.icono i {
    margin-right: 5px;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.popup-content {
    position: relative;
    padding: 0;
    border-radius: 10px;
    max-width: 70%;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    overflow: hidden;
}
  
.popup-content img {
    width: 100%;
    display: block;
}
  
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00b050;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-b{
    width: 475px !important;
    position: absolute;
    top: 30%;
    left: 4%;
}
.txt-pop{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 55%;
    left: 11%;
}  
.category:hover {
    color: #00AE42 !important;
}
.slider-beneficios-container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0px 18px;
  }
  
  .slider-beneficios-track-wrapper {
    overflow: hidden;
  }
  
  .slider-beneficios-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 25px;
  }
  
  .slider-beneficios-track > div {
    flex: 0 0 auto;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  
  .arrow-btn {
    position: absolute;
    top: 40%;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    background: transparent;
  }
  
  .slider-beneficios-prev {
    left: -45px;
  }
  
  .slider-beneficios-next {
    right: -50px;
  }
  
  .carousel-bullet-beneficio {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
  }
  
  .carousel-bullet-beneficio.active {
    background: #00AE42;
  }
  .m{
    display: none !important;
  }
  .input-custom-regiss:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--Green-1, #34C759);
}
.input-custom-regiss {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #1D223F;
    color: #fff;
}
.input-custom-regiss::placeholder {
    color: #8e8e93; /* verde como en tu sitio */
  }
.declaro{
    width: 100%;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.text-pass {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

  
   /*---- Móviles pequeños y normales (≤576px) ----*/
  @media (max-width: 576px) {
    .erge-container {
        display: grid;
    }
    .text-terminos {
        color: var(--Gray-3, #3A3A3C);
    }

    .m{
        display: block !important;
      }
    .hero-section, .banner, .slide, .video-box {
        text-align: center;
        flex-direction: column;
    }
    .col-sm, .col-xs-12 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .hero-text, .title-success, .text-log, .sub-register, .txt-reg {
      font-size: 23px;
    }
    .text-dos {
      font-size: 20px;
      text-align: center;
    }
    .text-white-m, .text-success-4 {
      font-size: 33px;
    }
    .text-white-sub {
      font-size: 15px;
    }
    .register-txt, .txt-green-register {
      font-size: 16px;
    }
    .nav-link, .nav-link.active {
      font-size: 16px;
      text-align: left;
    }
    .form-check-label, label.form-check-label {
      font-size: 13px;
    }
    .form-control {
      font-size: 12px;
    }
  
    /* --- Layout móviles --- */
    .image-container, .rounded-section, .mov {
      flex-direction: column;
      gap: 20px;
    }
    .registro-box {
      margin-top: 35px;
    }
    .estomach {
      margin: auto;
    }
    .navbar-nav {
      font-size: 15px;
      text-align: left;
    }
    .py-5 {
      padding-bottom: 0 !important;
    }
    .registro {
      background-position: right;
    }
    .bg-menu {
      border-bottom: 2px solid #1e9c52;
    }
    .navbar-toggler:focus, .navbar-toggler {
      box-shadow: none;
      border: none;
    }
    .navbar-desktop {
      display: none !important;
    }
  
    /* --- Mobile menu --- */
    .mobile-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #1B3159;
      z-index: 9999;
      transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      padding: 1rem;
      flex-direction: column;
      display: none;
      overflow: hidden;
    }
    .mobile-menu.active {
      left: 0;
      display: flex;
    }
    .mobile-header, .menu-toggle, .close-menu {
        background: #1B3159;
        color: #fff;
    }
    .menu-toggle, .close-menu {
      font-size: 1.5rem;
      border: none;
    }
    .menu-links {
      list-style: none;
      padding-left: 0;
      margin-top: 2rem;
    }
    .menu-links li, .menu-links a {
      margin: 1rem 0;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      color: #F9F9F9;
      text-decoration: none;
    }
    .logout-btn {
      margin-top: 15%;
      background-color: #0eb34d;
      padding: 16px;
      border-radius: 4px;
      font-weight: 700;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      text-decoration: none;
    }
    .user-info {
      display: flex;
      align-items: center;
      margin-top: 27px;
      gap: 22px;
      color: #FFF;
      font-family: Roboto;
    }
    .search-box {
      border: 1px solid #00AE42;
      background: #0B2047;
      padding: 16px;
      border-radius: 30px;
      height: 60px;
      display: flex;
      align-items: center;
      color: white;
    }
    .txt-place-movil {
      font-size: 18px;
      width: 100%;
      border: none;
      background: transparent;
      padding-left: 35px;
    }
    .movil-search {
      color: #00AE42;
      position: absolute;
    }
    .img-user {
      border: 4px solid #00AE42;
      border-radius: 50%;
    }
    .menu-header {
        display: flex;
        justify-content: space-between;
    }
    .hero-text-home {
        margin-top: 60px;
    }
    .text-white-m-home {
        font-size: 33px;
    }
    .card-h-home {
        width: fit-content;
        padding: 20px;
        height: auto;
    }
    .hero-text-home {
        font-size: 23px;
        text-align: center;
    }
    .text-white-sub-home {
        font-size: 15px;
    }
    .card-slide-home {
        margin: auto 11px;
        width: 332px;
    }
    .card-slide {
        margin: auto 11px;
        width: 332px;
    }
    .row.gx-4 {
        --bs-gutter-x: 20px;
    }
    .rounded-section {
        padding: 0px;
    }
    .main-content {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar-erge {
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .span-erge {
        display: none;
    }
    .pagina-erge {
        display: none;
    }
    .page-select {
        display: none;
    }
    .pagination-container {
        justify-content: center;
    }
    .main-content-w {
        width: 100%;
        margin-bottom: 15px;
    }
    .sidebar-w {
        display: none;
    }
    .read-erge {
        margin-bottom: 15px;
    }
    .title-fexu {
        font-size: 33px;
    }
    .subtitle-fexu {
        font-size: 33px;
    }
    .popup-content {
        max-width: -webkit-fill-available;
    }
    .txt-pop {
        font-size: 17px;
        top: 52%;
        left: 11%;
    }
    .log-b {
        width: 195px !important;
        position: absolute;
        top: 23%;
        left: 4%;
        margin: auto;
    }
    .herramientas-container {
        display: grid;
    }
    .recurso-title {
        margin-top: 15px;
    }
    .recurso-img {
        width: -webkit-fill-available !important;
    }
    .recurso-info {
        display: grid;
    }
    .recurso-download {
        position: absolute;
        right: 40px;
    }
    .mda {
        display: flex;
        flex-direction: column;
    }
    .farmaco {
        background: linear-gradient(180deg, #23315D 0%, rgba(27, 30, 56, 0.93) 100%);
    }
    .formulario-farmacovigilancia {
        border-radius: 8px;
        background: var(--White, #FFF);
    }
    .sub-farmaco {
        font-size: 15px;
        line-height: 21px;
    }
    .correo {
        font-size: 14px;
    }
    .descar-card {
        height: 70px;
    }
    .limitations-list {
        display: grid;
    }
    .benefit-item {
        width: auto;
        height: auto;
    }
    .title-ars {
        margin-left: 0 !important;
    }
    .benefits-grid {
        display: grid;
    }
    .txt-movil-bene {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }
    .tli {
        font-size: 22px;
        text-align: center;
    }
    .txt-ba {
        font-size: 22px;
    }
    .tooltip-box.active {
        display: block;
        padding-bottom: 15px;
    }
    .tooltip-box {
        display: none;
    }
    .content-wrapper {
        display: grid;
    }
    .txt-22 {
        font-size: 20px;
    }
    .indication-text {
        font-size: 18px;
    }
    .posologia-txt {
        font-size: 27px;
        text-align: center;
    }
    .posology-text {
        text-align: center;
        font-size: 27px;
    }
    .posology-warning {
        text-align: center;
    }
    .section-title-indi {
        font-size: 27px;
    }
    .abcito-logo {
        margin-top: 40px;
    }
    .graphs-container {
        display: grid;
    }
    .study-data {
        width: auto;
    }
    .study-header {
        align-items: center;
    }
    .title-eys {
        font-size: 27px;
    }
    .inciden-txt {
        font-size: 14px;
    }
    .list-epidemio {
        padding: 0;
    }
    .movil-m {
        margin-bottom: 15px !important;
    }
    .contenido {
        padding: 22px 20px;
        width: 135px;
    }
    .contenido-azul {
        padding: 22px 20px;
        width: 135px;
    }
    .grado {
        width: 190px;
    }
    .grados {
        display: grid;
    }
    .txt-epidemio {
        font-size: 14px;
    }
    .txt-mov-eprgs {
        font-size: 16px !important;
    }
    .clas-mov-img{
        display: grid;
        margin: auto;
        justify-content: center;
    }
    .text-primary {
        color: #001689 !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 130%;
    }
    .farmaco-pading{
        padding-top: 100px;
    }
    .comparativo-row {
        justify-content: center;
    }
    .card.m {
        border-radius: 8px !important;
        border: 1.5px solid #03ae44 !important;
    }
    
    .toggle-content {
        display: block; 
    }

    .accordion-btn {
        color: white;
        border: none;
        border-radius: 10px;
        padding: 10px 16px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
    }
      
      .accordion-btn.sub {
        background-color: #00AE42;
      }
      
      .accordion-content {
        display: none;
        margin-bottom: 20px;
      }
      
      .evaluation-box {
        background: #f4fdf4;
        border: 2px solid #00AE42;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 10px;
      }
      
      .row-options {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      
      .option {
        background: #fff;
        border-left: 4px solid #002f87;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
      }
      
      .result-btn {
        background-color: #00AE42;
        color: white;
        border: none;
        border-radius: 10px;
        padding: 6px 12px;
        font-weight: bold;
        margin-top: 8px;
      }
      
      .arrow {
        width: fit-content;
        margin: auto;
    }
    .accordion-btn {
        border: none;
        padding: 10px 16px;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
        color: #FFF;
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
      
    .accordion-btn.sub {
        border-radius: 8px;
        border: 1px solid #001689;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #001689;
        color: #00AE42;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
      
      .accordion-content {
        display: none;
        margin-bottom: 20px;
      }
      
      .content-box {
        border-left: 4px solid #00AE42;
        padding: 12px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 1px solid #00AE42;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #65BF73;
        color: #001689;
        text-align: center;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: grid;
        justify-content: center;
        align-items: center;
    }
      
    .content-box.blue {
        background-color: #e6f0ff;
        border-left: 4px solid #002f87;
        fill: #E5E9FF;
        filter: drop-shadow(4px 4px 0px #001689);
        box-shadow: 4px 4px 0px 0px #002f87;
        border: 1px solid #002f87;
        color: #001689;
        font-family: 'Poppins', sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        gap: 5px;
        text-align: left;
        border-top-right-radius: 40px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .title-epi {
        font-size: 27px;
    }
    .scroll-img-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
      }
      
      .img-scroll-container {
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
      }
      
      .img-full {
        display: block;
        width: auto;
        height: auto;
        min-width: max-content; 
        max-height: 300px;
        margin: auto;
      }
      
      .arrow-buttons {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 12px;
      }
      
      .svg-arrow {
        width: 40px;
        height: auto;
        cursor: pointer;
      }
    .txt-mov-1{
        text-align: center;
    }
    .d-contents {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }
    .list-c-2 {
        margin-left: 0;
    }
    .txt-mov-2{
        font-size: 16px !important;
    }
    .list-asma {
        display: grid;
        gap: 20px;
    }
    .txt-mov-3{
        font-size: 20px !important;
    }
    .txt-dentales {
        font-size: 16px;
    }
    .acordeon-toggle {
        color: white;
        border: none;
        width: 100%;
        padding: 16px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
        color: #FFF;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
      
      .toggle-icon {
        margin-left: 12px;
        transition: transform 0.3s ease;
      }
      
      .toggle-icon.rotate {
        transform: rotate(180deg);
      }
      
      .flow-img-container {
        margin-top: 12px;
        text-align: center;
      }
      
      .flow-img {
        width: 100%;
        max-width: 420px;
        height: auto;
        display: inline-block;
      }
      .datos {
        font-size: 16px;
    }
    .flow-title {
        font-weight: bold;
      }
      
      .flow-toggle {
        border: none;
        width: 100%;
        padding: 14px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
        color: #FFF;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
      
      .toggle-icon {
        margin-left: 10px;
        transition: transform 0.3s ease;
      }
      
      .toggle-icon.rotate {
        transform: rotate(180deg);
      }  
      .flow-img {
        max-width: 100%;
        height: auto;
        display: inline-block;
      }
      
      .flow-footer-text {
        color: #00AE42;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
      
      /* Estilo del botón IBP */
      .ibp-button {
        background-color: #E6E9FF;
        color: #002F87;
        font-weight: bold;
        border: none;
        border-radius: 0 20px 0 0;
        padding: 10px 14px;
        font-size: 15px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        box-shadow: 4px 4px 0px #001689;
    }
      
      .ibp-icon {
        transition: transform 0.3s ease;
      }
      
      .ibp-icon.rotate {
        transform: rotate(180deg);
      }
      .text-pirosis {
        color: #001689;
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .flow-toggle {
        border: none;
        width: 100%;
        padding: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
      
      .toggle-icon,
      .sub-icon {
        margin-left: 12px;
        transition: transform 0.3s ease;
      }
      
      .toggle-icon.rotate,
      .sub-icon.rotate,
      .txt-icon.rotate {
        transform: rotate(180deg);
      }
      
      .sub-toggle {
        padding: 14px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        border-radius: 8px;
        border: 1px solid #00AE42;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #65BF73;
        color: #00AE42;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
      
      .flow-img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
      }
      
      .flow-footer-text {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
      
      /* Estilo específico para los bloques clínicos */
      .txt-toggle-btn {
        background-color: #E5E9FF;
        border: none;
        border-radius: 0 30px 0 0;
        padding: 14px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        fill: #E5E9FF;
        filter: drop-shadow(4px 4px 0px #001689);
        margin: auto;
        color: #001689;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
    }
      
      .txt-icon {
        transition: transform 0.3s ease;
        margin-left: 12px;
      }
      
      .txt-block {
        border-left: 2px solid #00AE42;
        border-right: 2px solid #00AE42;
        border-bottom: 2px solid #00AE42;
        padding: 14px;
        border-radius: 8px;
        border: 1px solid #00AE42;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #65BF73;
        color: #001689;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        width: 240px;
        margin: auto;
    }
    .box-diagnostico {
        border-radius: 8px;
        border: 1px solid #001689;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #001689;
        color: #00AE42;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 8px 16px;
        width: 210px;
        margin: auto;
    }
    .box-verde-suave {
        background: #EAFFF2;
        box-shadow: 4px 4px 0px #00AE42;
        width: 177px;
        margin: auto;
        color: #001689;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        padding: 8px 16px;
        border-radius: 0 20px 0 0;
        text-align: left;
    }
    .erge-refractario-toggle {
        border-radius: 8px;
        background: #00AE42;
        box-shadow: 4px 4px 0px 0px #93C69B;
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border: none;
        padding: 8px 16px;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    .erge-sub-toggle {
        border-radius: 8px;
        border: 1px solid #00AE42;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #65BF73;
        color: #00AE42;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 8px;
        display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .erge-box-blue {
        background: #E5E9FF;
        box-shadow: 4px 4px 0px #001689;
        border-radius: 0 30px 0 0;
        padding: 8px;
        color: #001689;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        margin: auto;
    }
    .erge-box-green {
        border-radius: 8px;
        border: 1px solid #00AE42;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #65BF73;
        color: #001689;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .erge-box-verde-suave {
        background: #EAFFF2;
        box-shadow: 4px 4px 0px #00AE42;
        color: #001689;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        padding: 8px 16px;
        border-radius: 0 30px 0 0;
    }
    .txt-20 {
        font-size: 14px;
    }
    .bg-card-home {
        width: 340px;
        margin: auto;
    }
    .recurso-text {
        flex-grow: 1;
        padding-left: 0;
    }
    .number-erge {
        font-size: 18px;
    }
    .mv-p {
        padding: 0 0 0 5px;
    }
         
  }


  /*---- Móviles y Tablets (≤768px) ----*/
  @media (max-width: 768px) {
    /* Carruseles */
    .carousel-control-prev, .carousel-control-next,
    .slider-beneficios-prev, .slider-beneficios-next {
      display: none !important;
    }
    .slider-beneficios-track > .mb-3 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin-right: 0;
    }
    .overflow-hidden,
    .overflow-hidden.slider-ab {
      overflow: hidden !important;
      width: auto;
    }
    .overflow-hidden.sl {
        overflow: hidden !important;
        width: 350px;
      }
    .card-h {
        width: fit-content;
        padding: 25px;
    }
    .slider-beneficios-track {
      gap: 0px;
    }
    .bg-card {
      width: 320px;
      margin: auto;
    }
    .text-card-h {
        font-size: 13px;
    }
  }

  /*---- Móvil muy pequeño (360px hacia abajo) ----*/
    @media (max-width: 360px) {
        .card-slide {
        width: 334px;
        }
    }

  /*---- Tablets (768px - 991.98px) ----*/
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .study-data {
      width: auto;
    }
  }
  
/*---- Escritorio grande (≥1400px) ----*/
  @media (min-width: 1400px) {
    .bg-img-one, .bg-img-two {
      height: 297px;
    }
    .carousel-control-prev {
      left: 24px;
    }
    .carousel-control-next {
      right: 20px;
    }
    .hero-text-home {
      font-size: 36px;
    }
    .slider-beneficios-prev {
      left: -65px;
    }
    .slider-beneficios-next {
      right: -65px;
    }
  }
  
  /*---- Ultra wide (≥1700px) ----*/
  @media (min-width: 1700px) {
    .bg-card-home {
      width: 360px;
    }
    .carousel-control-prev {
      left: 20px;
    }
    .carousel-control-next {
      right: 20px;
    }
    .slider-beneficios-prev {
      left: -70px;
    }
    .slider-beneficios-next {
      right: -70px;
    }
  }

  /*---- Super ultra wide (≥1900px y ≥2000px) ----*/
  @media (min-width: 1900px) {
    .carousel-control-prev {
      left: 15px;
    }
    .carousel-control-next {
      right: 15px;
    }
  }
  
  @media (min-width: 2000px) {
    .carousel-control-prev {
      left: 15px;
    }
    .carousel-control-next {
      right: 15px;
    }
  }
  
 