:root {
    --color-green: #95BE11;
    --color-aqua: #1FA09A;
    --color-blue: #3EA9F5;
    --color-gray: #3e3e3e;
    --color-dark: #424242;
    --color-white: #ffffff;
    --color-darker: #272727;
    --color-black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: var(--color-darker);
    color: var(--color-white);
    font-size: 1rem;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    padding: 1rem 1.7rem;
    background-color: rgba(39, 39, 39, 0.95);
    backdrop-filter: blur(15px);
    color: var(--color-dark);
}

header nav {
    display: flex;
    justify-content: space-between;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

header nav ul li a {
    padding: 1rem;
    color: var(--color-white);
    text-decoration: none;
}

header nav ul li a:hover {
    color: var(--color-white);
}

header nav .menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

header nav .menu .menu-button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.img-logo {
    width: 220px;
    margin-top: 1rem;
}

button {
    font-size: 1rem;
}

.button {
    width: 130px;
    padding: 8px;
    color: var(--color-white);
    border-radius: 200px;
    border: none;
}

button a {
    text-decoration: none;
    color: var(--color-white);
}

.button-primary {
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.button-secondary {
    background-color: var(--color-gray);
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section {
    width: 100%;
    height: 100%;
    padding: 96px 0;
}

section#home {
    background: var(--color-darker);
}

section#soluciones {
    z-index: 2;
    background: var(--color-darker)
}

section#planes {    
    background: var(--color-darker);
}

footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--color-dark);
    color: var(--color-dark);
    bottom: 0;
}

.footer-section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 48px;
    background: var(--color-dark);    
    flex-flow: wrap;
}

.footer-section-1 h2 {
    width: 400px;
    font-size: 32px;
}

.footer-section-1 img {
    width: 80px;
    height: fit-content;
}

.footer-section-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px;
    background-color: var(--color-darker);
}

.footer-section-2 .img-logo {
    width: 160px;
}

.footer-section-2 .group-logo {
    width: 480px;
}

.group-newslwtter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
}

.group-input {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--color-white);
}

.group-newslwtter .group-input i {
    width: 16px;
    color: var(--color-green);
}

.group-newslwtter .group-input input {
    width: 448px;
}

.group-newslwtter input {
    background-color: var(--color-darker);
    border: none;
    padding: 2px;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-green);
}

.group-newslwtter p {
    color: var(--color-white);
    text-align: justify;
}

.group-corfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
}

.group-under-newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.group-rrss {
    display: flex;
    gap: 16px;
}

.group-clp {
    display: flex;
    gap: 16px;
    color: var(--color-white);
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 4rem;
}

h1 span {
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

h2 {    
    text-align: center;
    font-size: 3rem;
    color: var(--color-white);
}

h3 {
    text-align: center;
    font-size: 2rem;
    color: var(--color-green);
}

input {
    color: var(--color-white);
}

video {
    width: 100%;
    border-radius: 20px;
}

.box-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 48px 16px;
    z-index: 2;
}

.box-section .title h3, .box-section .title h2 {
    margin: 0;
}

.box-section .text {
    text-align: center;
    line-height: 30px;
}

.box-section .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.box-section .form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.box-double {
    display: flex;
    gap: 32px;
    padding: 32px;
}

.box-double .box-section {
    width: 50%;
}

.box-square {
    position: relative;
}

.box-section-elipse {
    position: relative;
    height: 560px;
}

.box-index {
    position: relative;
    width: 610px;
    height: 560px;
}

#img-software {
    position: absolute;
    width: 800px;
    left: -90px;
    z-index: 2;
}

#img-app {
    position: absolute;
    width: 165px;
    right: -100px;
    top: 170px;
    z-index: 2;
}

.section-title {
    text-align: center;
    font-size: 20px;
}

.box-section-elipse .box-section-elipse-info {
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    z-index: 2;
}

.box-section-elipse .box-section-elipse-info .box-section-elipse-img {
    width: 200px;
    height: fit-content;
    z-index: 2;
}

.elipse {    
    position: absolute; 
    width: 800px; 
    height: 400px; 
    left: 50%;
    top: 240px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    filter: blur(32px);
    -moz-border-radius: 800px 800px 0 0;
    -webkit-border-radius: 800px 800px 0 0;
    border-radius: 800px 800px 0 0;
    z-index: 1;
}

.elipse-2 {
    position: absolute; 
    width: 50%; 
    height: 880px; 
    left: 0;
    top: -160px;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    filter: blur(32px);
    border-radius: 0 480px 480px 0;
    z-index: 1;
}

.box-carousel {
    position: relative;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    padding-bottom: 70px;
    margin-bottom: 40px;
    padding-top: 48px;
    overflow: hidden;
}

.box-carousel .box-carousel-items {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    gap: 50px;
}


.box-carousel .box-carousel-item {
    width: 380px;
    height: fit-content;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 32px;
    box-sizing: border-box;
    background-color: var(--color-dark);
}

.box-carousel .box-carousel-item .box-section {
    margin: 48px 16px;
}

.box-carousel .box-carousel-image {
    width: 700px;
    height: 400px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 32px;
    box-sizing: border-box;
    background-color: var(--color-dark);
}

.box-carousel .box-carousel-circle {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -48px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-carousel .box-carousel-circle .box-carousel-img {
    width: 64px;
    height: fit-content;
}

.box-carousel h2 {
    margin: 0;
    font-size: 1.5em;
    color: var(--color-green);
}

.box-carousel p {
    margin: 0;
    margin-top: 32px;
    font-size: 1em;
}

.box-carousel .box-carousel-indicators {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.box-carousel .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--color-dark);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.box-carousel .dot.active {
    background-color: var(--color-green) !important;
}

.box-carousel .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--color-white);
    background-color: var(--color-dark);
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transform: translateY(-50%);
}

.box-carousel .prev {
    left: 0px;
    z-index: 5;
}

.box-carousel .next {
    right: 0px;
    z-index: 5;
}

.box-carousel .active {
    background: var(--color-green) !important;
}

.box-carousel-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 56px;
}

.box-carousel-dark .box-carousel-dark-items {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    gap: 80px;
}

.box-carousel-dark .box-carousel-dark-item {
    width: 400px;
    height: 400px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 32px;
    box-sizing: border-box;
    background-color: var(--color-darker);
}

.box-carousel-dark .box-carousel-dark-image {
    width: 800px;
    height: 400px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 32px;
    box-sizing: border-box;
    background-color: var(--color-darker);
}

.box-carousel-dark .box-carousel-dark-circle {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -48px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-carousel-dark .box-carousel-dark-circle .box-carousel-dark-img {
    width: 64px;
    height: fit-content;
}

.box-carousel-dark h2 {
    margin: 0;
    font-size: 1.5em;
    color: var(--color-green);
}

.box-carousel-dark p {
    margin: 0;
    margin-top: 32px;
    font-size: 1em;
}

.pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    padding: 16px;
    background-color: var(--color-dark);
    border-radius: 32px;
}

.pill {
    width: 128px;
    height: 16px;
    padding: 12.8px;
    text-align: center;
    border-radius: 32px;
    cursor: pointer; /* Añadir cursor pointer para indicar que es clickeable */
    z-index: 1; /* Asegura que los textos estén por encima del selector */
}

.selector {
    position: absolute;
    width: 128px;
    height: 40px;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    border-radius: 32px;
    transition: transform 0.3s ease;
    z-index: 0; /* Asegura que el selector esté por debajo de los textos */
    padding: 0 12.8px;
}

.active {
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-section-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.box-plan {    
    display: flex;
    gap: 32px;
    padding: 32px;
    background-color: var(--color-dark);
    border-radius: 32px;
}

.box-side {
    width: 50%;
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.box-side.active2 {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.box-side.inactive {
    opacity: 0;
    transform: translateY(-20px);
}

.box-list-item.adicional {
    height: 204px;
}



.box-list {
    width: 100%;
}

.box-list .box-list-item {
    padding: 8px;
    background-color: var(--color-gray);
}

.box-list .box-list-item .right-side {
    display: flex;
    gap: 5px;
}

.box-list .box-list-item .body {
    margin: 0;
    overflow: hidden;
    max-height: 0;
}

.box-list .box-list-item .body.open {
    display: block;
    max-height: 100%;
    margin: 10px;
}

.text-red {
    color: #f95454;
}

.small {
    font-size: 0.8rem;
}

.pointer {
    cursor: pointer;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.box-list .box-list-item:nth-child(odd) {
    background-color: var(--color-darker);
}

.box-list .box-list-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.box-list .box-list-item:last-child {    
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.box-list .box-list-item i {
    color: var(--color-green);
}

.box-list .box-list-item i.fa-circle {
    color: var(--color-aqua) !important;
}

.box-side h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 32px;
    text-align: left;
}

.box-side h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.box-side input {
    width: -webkit-fill-available;
    padding: 16px;
    background: var(--color-darker);
    border: none;
}

.box-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: -webkit-fill-available;
    padding: 8px;
    background-color: var(--color-darker);
    border-radius: 8px;
}

.box-total-amount {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 8px 8px 30px;
    background-color: var(--color-dark);
    border-radius: 4.8px;
    align-items: center;
    min-width: 30%;
}

.box-total-amount strong {
    font-size: 24px;
}

.box-total-amount small {
    margin-top: 16px;
    text-align: right;
}

.box-total-cta {    
    display: flex;
    justify-content: right;
    width: 50%;
}

.w-30 {
    width: 480px;
    margin: 0 auto;
}

.w-50 {
    width: 50%;
    margin: 0 auto;
}

.w-80 {
    width: 80%;
    margin: 0 auto;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}



.button-full {
    width: 100%;
    padding: 16px;
    color: var(--color-white);
    border-radius: 5px;
    border: none;
}

#contact {
    display: flex;
    flex-direction: column;   
    gap: 16px; 
    width: 100%;
}

#contact input, #contact textarea {
    padding: 16px;
    background-color: var(--color-dark);
    border-radius: 5px;
    border: none;
    color: var(--color-white);
}

.flex-start {
    align-items: flex-start;
}

.w-unset {
    width: unset;
}

.box-list-2 {
    width: 100%;
}

.box-list-2 .box-list-header {    
    color: var(--color-white);    
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-list-2 .box-list-header h2 {
    margin: 0px;    
    font-size: 40px;
}

.box-list-2 .box-list-item {
    display: flex;
    justify-content: space-around;
    padding: 16px;
    background-color: var(--color-gray);
}

.box-list-2 .box-list-item:nth-child(odd) {
    background-color: var(--color-darker);
}

.box-list-2 .box-list-item:last-child {    
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.box-list-2 .box-list-item i {
    color: var(--color-white);
}

.box-list-2 .box-list-item .circle-item {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-list-2 .box-list-item .side {
    display: flex;
    gap: 16px;
    align-items: center;
}

.box-image {
    width: 800px;
}

.box-section-elipse-2 {
    position: relative;
}

.box-list-3 {
    width: 100%;
    margin-bottom: 100px;
}

.box-list-3 .box-list-item {
    display: flex;
    justify-content: space-around;
    padding: 32px;
}

.box-list-3 .box-list-item img {
    width: 32px;
    height: 32px;
}

.box-list-3 .box-list-item .circle-item {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.box-list-3 .box-list-item .side {
    display: flex;
    gap: 16px;
    align-items: center;
}

.box-carousel .box-carousel-videos {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

.box-carousel .box-carousel-videos .box-carousel-video {
    width: 960px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-expansion-panels {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.box-expansion-panel {
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding: 16px;
    background-color: var(--color-dark);
    border-radius: 8px;
}

.box-expansion-panel i {
    color: var(--color-green);
}

.login {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 600px;
    padding: 20px;
}

.login-google {
    padding: 0 32px;
}

.button-google {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: var(--color-gray);
    border-radius: 32px;
    gap: 16px;
}

.button-google img {
   width: 20px;
   height: 20px;
}

.login-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-form form input {
    border: none;
    padding: 8px 0px 8px 8px;
    background-color: var(--color-darker);
    border-bottom: 1px solid var(--color-green);
    color: var(--color-white);
    width: 100%;
}

.password-container {
    position: relative;
}

.password-container i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--color-green);
}

.submit {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.menu-toggle {
    display: none;
}

.iframe-google-form {
    width: 50%;
}


@media (max-width: 1024px) {

    .box-section-elipse-img {
        display: none;
    }

    header nav .menu ul, header nav .menu .menu-button button span {
        display: none;
    }

    .menu-toggle {
        display: block; 
        background: none;
        border: none;
        color: var(--color-white);
        font-size: 24px;
        cursor: pointer;
    }
}


@media (min-width: 2560px) {
    body, button {
        font-size: 1.5rem;
    }
    
    .logo {
        height: 4rem;
    }

    .selector {
        position: absolute;
        width: 199px;
        height: 66px;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
        border-radius: 32px;
        transition: transform 0.3s ease;
        z-index: 0; /* Asegura que el selector esté por debajo de los textos */
    }

    .box-list-item.adicional {
        height: 236px;
    }

    .button {
        width: 200px;
        padding: 16px;
    }

    h1 {
        font-size: 6rem;
    }

    h2 {    
        font-size: 4rem;
    }
    
    /* h3 {
        font-size: 3rem;
    } */

    .box-section {
        gap: 32px;
        margin: 60px 32px;
    }

    .box-section .cta {
        gap: 32px;
    }

    .box-section .form {
        gap: 32px;
        width: 100%;
    }

    .box-double {
        gap: 32px;
        padding: 32px;
    }
    
    .box-double .box-section {
        width: 100%;
        padding: 0px 0px;
    }

    .box-section-elipse {
        height: 700px;
    }

    .box-index {
        width: 610px;
        height: 800px;
    }

    #img-software {
        width: 1100px;
        left: -220px;
    }

    #img-app {
        width: 250px;
        right: -275px;
        top: 180px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .box-section-elipse .box-section-elipse-info {
        padding-top: 80px;
    }

    .box-section-elipse .box-section-elipse-info .box-section-elipse-img {
        width: 300px;
    }

    .elipse {    
        width: 1200px; 
        height: 600px; 
        left: 50%;
        top: 290px;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
        filter: blur(32px);
        -moz-border-radius: 1200px 1200px 0 0;
        -webkit-border-radius: 1200px 1200px 0 0;
        border-radius: 1200px 1200px 0 0;
    }

    .elipse-2 {
        width: 50%; 
        height: 880px; 
        left: 0;
        top: -160px;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
        filter: blur(32px);
        border-radius: 0 480px 480px 0;
    }

    .w-30 {
        width: 700px;
    }

    .box-carousel {
        width: 80%;
        margin-top: 80px;
        padding-bottom: 90px;
        margin-bottom: 60px;
        padding-top: 95px;
    }
    
    .box-carousel .box-carousel-items {
        gap: 100px;
    }
    
    .box-carousel .box-carousel-item {
        width: 500px;
        height: fit-content;
        padding: 48px;
        border-radius: 48px;
    }
    
    .box-carousel .box-carousel-image {
        width: 700px;
        height: 400px;
        padding: 32px;
        border-radius: 32px;
    }
    
    .box-carousel .box-carousel-circle {
        width: 180px;
        height: 180px;
        top: -95px;
        border-radius: 50%;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    }
    
    .box-carousel .box-carousel-circle .box-carousel-img {
        width: 64px;
    }
    
    .box-carousel h2 {
        margin: 0;
        font-size: 1.5em;
    }
    
    .box-carousel p {
        margin: 0;
        margin-top: 32px;
        font-size: 1em;
    }

    .box-carousel .dot {
        height: 20px;
        width: 20px;
        margin: 0 5px;
        border-radius: 50%;
    }
    
    .box-carousel .arrow {
        top: 50%;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transform: translateY(-50%);
    }
    
    /* .box-carousel .prev {
        left: -30px;
    }
    
    .box-carousel .next {
        right: -30px;
    } */
    
    .pills {
        width: 400px;
        height: 60px;
        padding: 20px;
        border-radius: 48px;
    }
    
    .pill {
        width: 200px;
        height: 27px;
        padding: 25px;
        border-radius: 48px;
    }

    .w-90 {
        width: 1500px;
    }

    .w-80 {
        width: 1400px;
    }
    
    .box-section-plan {
        padding: 32px;
    }
    
    .box-plan {    
        gap: 32px;
        padding: 32px;
        border-radius: 32px;
    }
    
    .box-side {
        width: 50%;
    }
    
    .box-list {
        width: 100%;
    }
    
    .box-list .box-list-item {
        padding: 8px;
    }
    
    .box-list .box-list-item:first-child {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    
    .box-list .box-list-item:last-child {    
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    
    .box-side h2 {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 48px;
    }
    
    .box-side h3 {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .box-side input {
        padding: 16px;
    }
    
    .box-total {
        gap: 48px;
        padding: 8px;
        border-radius: 8px;
    }
    
    .box-total-amount {
        width: 50%;
        padding: 8px 8px 8px 50px;
    }
    
    .box-total-amount strong {
        font-size: 40px;
    }
    
    .box-total-amount small {
        margin-top: 20px;
    }
    
    .footer-section-1 h2 {
        font-size: 48px;
    }

    .footer-section-1 img {
        width: fit-content;
        height: 95px;
    }

    .footer-section-2 .img-logo {
        width: 300px;
    }

    .group-newslwtter, .group-newslwtter .group-input input {
        width: 700px;
    }

    .box-carousel-dark {
        padding-top: 80px;
    }
    
    .box-carousel-dark .box-carousel-dark-items {
        gap: 120px;
    }
    
    .box-carousel-dark .box-carousel-dark-item {
        width: 500px;
        height: 500px;
        padding: 32px;
        border-radius: 32px;
        background-color: var(--color-darker);
    }
    
    .box-carousel-dark .box-carousel-dark-image {
        width: 800px;
        height: 400px;
        padding: 32px;
        border-radius: 32px;
        background-color: var(--color-darker);
    }
    
    .box-carousel-dark .box-carousel-dark-circle {
        width: 160px;
        height: 160px;
        top: -48px;
        border-radius: 50%;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
    }
    
    .box-carousel-dark .box-carousel-dark-circle .box-carousel-dark-img {
        width: 64px;
        height: fit-content;
    }
    
    .box-carousel-dark h2 {
        margin: 0;
        font-size: 1.5em;
    }
    
    .box-carousel-dark p {
        margin: 0;
        margin-top: 32px;
        font-size: 1em;
    }

    .box-carousel .box-carousel-videos .box-carousel-video {
        width: 1500px;
    }

    .w-30, .w-50, .w-80, .w-90 {
        margin: 0 auto;
    }

    .box-carousel .box-carousel-image {
        width: 1000px;
        height: 500px;
    }

    .box-list-3 .box-list-item .circle-item {
        width: 100px;
        height: 100px;
    }

    .box-list-3 .box-list-item img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {

    .box-carousel .box-carousel-item .box-section {
        margin-top: 80px;
    }

    .iframe-google-form {
        width: 100%;
    }

    header {
        padding: 10px;
    }

    .img-logo {
        margin: 10px 0 10px 15px;
        width: 120px;
    }

    .selector {
        position: absolute;
        width: 100px;
        height: 40px;
        background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
        border-radius: 32px;
        transition: transform 0.3s ease;
        z-index: 0; /* Asegura que el selector esté por debajo de los textos */
    }

    section {
        padding: 50px 0;
    }

    h1 {
        font-size: 32px;
    }

    .box-index {
        height: 250px;
    }

    .box-index {
        width: 350px;
    }

    #img-software {
        width: 350px;
        left: 0px;
    }
    
    #img-app {
        width: 80px;
        right: 20px;
        top: 100px;
    }

    header nav {
        justify-content: space-between;
        gap: 20px;
    }

    header nav .menu .menu-button button {
        width: fit-content;
        padding: 8px 30px;
    }

    .menu-open header nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        flex-direction: column;
    }

    .footer-section-1 {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        flex-flow: wrap;
        justify-content: center;
    }

    .footer-section-1 h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .footer-section-1 img {
        margin: 8px 0;
        width: 100px;
        height: fit-content;
    }

    .footer-section-2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 24px;
    }

    .group-logo {
        margin-bottom: 16px;
    }

    .group-corfo {
        margin-bottom: 16px;
    }

    .group-newslwtter {
        width: 80%;
        text-align: center;
    }

    .group-newslwtter .group-input input {
        width: 330px;
    }
    
    .group-input input {
        width: 80%;
        text-align: center;
    }

    .group-input i {
        align-self: center;
    }

    .group-clp {
        gap: 8px;
    }

    .group-clp input {
        text-align: center;
    }

    .box-section-elipse-2 {
        padding: 0;
    }

    .section-title {
        padding-top: 0px;
    }

    .box-section-elipse-img {
        display: none;
    }
    
    .box-section-elipse-2 .elipse-2 {
        height: 400px;
        top: 100px;
    }

    .box-double {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding-top: 0;
    }

    .box-double .box-section {
        width: 100%;
        padding: 0px 0px;
        margin: 0px;
    }

    .box-image {        
        display: none;
    }

    .section-title {
        text-align: center;
    }

    .title h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .login-google,
    .login-form {
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: center;
    }

    .button-google {
        justify-content: center;
        padding: 12px;
    }

    .button-google img {
        margin-right: 8px;
    }

    .login-form form {
        width: 100%;
    }

    .login-form form input {
        margin-bottom: 16px;
        text-align: center;
    }

    .submit {
        flex-direction: column;
        gap: 8px;
    }

    .submit .button {
        width: 100%;
    }

    .w-50, .w-80, .w-30, .w-90 {
        width: unset;
    }

    .box-plan {
        flex-direction: column;
    }

    .box-side {
        width: unset;
    }

    .box-section-elipse {
        height: unset;
    }

    .box-section-elipse .box-section-elipse-info {   
        flex-direction: column;
        align-items: center;
    }

    .box-carousel {
        width: unset;
        height: fit-content;
        padding-bottom: 70px;
        margin-bottom: 56px;
    }

    .box-carousel-item, .box-carousel-video, .box-carousel-image {
        margin: 0 2px;
    }

    .box-carousel-video {
        width: 350px !important;
    }

    .box-carousel-image {
        width: 350px !important;
        height: 200px !important;
    }

    .box-carousel-circle {
        width: 60px;
        height: 60px;
    }

    .box-carousel-dark {
        width: unset;
    }

    .box-carousel-dark-items {
        flex-direction: column;
    }

    .box-carousel-dark-item {
        padding-bottom: 0px;
    }

    .box-section {
        padding: 15px;
    }

    .dot {
        height: 6px;
        width: 6px;
    }

    .box-carousel .box-carousel-item {
        width: 250px;
        height: fit-content;
        padding: 0px;
    }

    .box-carousel-circle {
        top: -40px !important;
    }

    .box-carousel-items {
        gap: 200px !important;
    }
   
    .box-list-3 .box-list-item img {
        width: 16px;
        height: 16px;
    }
    
    .box-list-3 .box-list-item .circle-item {
        height: 48px;
    }

    .password-container i {
        top: 35%;
    }

    .elipse {
        width: 400px;
        height: 200px;
        top: 190px;
    }
    .box-index .elipse {
        top: 110px;
    }

    .box-list-2 .box-list-header h2 {
        font-size: 24px;
    }

    .login {
        width: 90%;
    }

    .box-expansion-panel {
        width: 80%;
    }

    .elipse-2 {
        display: none;
    }

    .box-list-3 .box-list-item {
        gap: 12px;
        display: flex;
        justify-content: space-around;
        padding: 9px;
    }

    .box-list-3 .box-list-item .circle-item {
        height: 40px;
    }

    .box-list-3 {
        margin-bottom: 0px;
    }

    .group-corfo, .group-logo {
        width: unset !important;
    }

    .box-carousel-dark .box-carousel-dark-item {
        padding: 16px;
    }

    .box-list-2 .box-list-item .circle-item {
        width: 40px;
    }

    .box-list-2 .box-list-item {
        padding: 8px;
    }

    .box-double {
        gap: 32px;
    }

    .box-total {
        flex-direction: column;
    }

    .box-total-cta {    
        width: 100%;
        justify-content: center;
    }

    .box-total-amount {
        width: 90%;
        padding: 8px;
    }

    .box-total-amount strong {
        font-size: 20px;
    }

    .box-carousel .box-carousel-videos .box-carousel-video {
        padding: 16px;
    }

    .pill {
        width: 100px !important;
    }

    .pills {
        width: unset;
    }

    /* .box-carousel-item:first-child, .box-carousel-item:last-child {
        display: none;
    } */

    
    .box-carousel .prev {
        left: 10px;
    }

    .box-carousel .next {
        right: 10px;
    }
}

/* Menu Nav Mobile */
.nav__container_mobile {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-darker);
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(#000, 0.2);
    transition: max-height 0.6s ease;
}

.nav__container_mobile .nav-main {
    display: block;
}

.nav__container_mobile.open {
    max-height: auto;
}

.nav__container_mobile .nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    flex-direction: column;
    margin: 0;
}

.nav__container_mobile .nav a {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    transition: background 0.4s ease;
    color: var(--color-white);
}

.nav__container_mobile .nav a:hover {
    background: rgb(65, 65, 65);
}

.nav__container_mobile .nav .dropdown-toggle {
    position: relative;
}

.nav__container_mobile .nav .dropdown-toggle.open::before {
    transform: rotate(225deg) translateY(-50%);
}

.nav__container_mobile .nav .dropdown-toggle::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid var(--color-white);
    border-left:0;
    border-top: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg) translateY(-50%);
    right: 105px;
    transition: transform 0.4s ease;
}

.nav__container_mobile .nav .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    background: yellow;
    transition: max-height 0.6s ease;
}

.nav__container_mobile .nav .dropdown-menu.open {
    max-height: auto;
}

.nav__container_mobile .nav .dropdown-menu a {
    font-size: 14px;
    padding: 15px 30px;
}

.nav__container_mobile .nav .dropdown-menu li:first-child {
    padding-top: 10px;
}

.nav__container_mobile .nav .dropdown-menu li:last-child{
    padding-top: 10px;
}

/* Range */
.al-range-slider__bar {
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua));
    box-shadow: var(--color_secondary) 0px 0px 0.2em inset, var(--color-green) 0px 0px 0.2em;
}

.al-range-slider__knob:hover, .al-range-slider__knob_active {
    border-color: var(--color-green);
    box-shadow: inset 0 0 .2em .1em var(--color_surface), 0 0 .4em .1em var(--color-green);
}

#small-alerta-colaboradores {
    font-size: smaller;
    color: #e0e0e0;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

/* Carousel */

/* width: 380px;
    height: fit-content;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 32px;
    box-sizing: border-box;
    background-color: var(--color-dark); */



.glide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--color-white);
    background-color: var(--color-dark);
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;

    top: unset;
    transform: none;
}


.contenedor-carrusel {
    width: 90%;
    margin: auto;
}

.contenedor-carrusel .glide__bullet {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--color-dark);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

 .glide__bullet.glide__bullet--active {
    background-color: var(--color-green) !important;
}

.contenedor-carrusel .glide__bullets {
    transform: translate(-50%, 350%);
}

.ma-carousel-item {
    position: relative;
    width: 380px;
    background-color: var(--color-dark);
    border-radius: 32px;
    padding: 10px 32px;
    margin: auto;
    height: 500px;
}

.ma-carousel-item .ma-carousel-circle {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-green), var(--color-aqua) 100%);
}

.ma-carousel-item .ma-section {
    margin-top: 30px;
}

.ma-carousel-item .ma-section .text {
    text-align: center;
    line-height: 30px;
}

.ma-carousel-item .ma-section .title {
    margin: 20px 0;
}

.ma-carousel-item .ma-section .title h3 {
    margin: 0;
}

@media (min-width: 2560px) {
    .contenedor-carrusel {
        width: 60%;
        margin-top: 80px;
        padding-bottom: 90px;
        margin-bottom: 60px;
        padding-top: 95px;
    }
}

@media (min-width: 1024px) {
    .contenedor-carrusel {
        width: 80%;
        margin-top: 80px;
        padding-bottom: 90px;
        margin-bottom: 60px;
        padding-top: 95px;
    }

    .glide__arrow--left {
        left: -50px;
    }
    
    .glide__arrow--right {
        right: -50px;
    }
}

@media (min-width: 768px) {

    .glide__arrow {
    
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 470px) {

    .ma-carousel-item {
        width: 100%
    }
}

.skeleton {
    background: linear-gradient(90deg, #272727, #494949);
    background-size: 200% 200%;
    animation: gradient 1.5s linear infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}