@media screen and (max-width: 479px) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 3.7rem;
        line-height: 1.05;
        margin: 0;
        padding-top: 30%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: .9rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 0%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 9px;
        height: 28px;
        line-height: 28px;
        padding: 0px 16px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 9px;
        height: 28px;
        line-height: 28px;
        padding: 0px 16px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 100%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 5px;
    }

    .imgStudio-Box {
        width: 80%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 2.07rem;
    }

    .studioText {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 24px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 12px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 35%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 100%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: center;
    }

    .suiteTitle {
        font-size: 2.58rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: 14px;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 10px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 16px;
        height: 28px;
        line-height: 28px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 80%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 2.5rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 1rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 280px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 4rem;
        line-height: 1.1;
        margin: 0;
        padding: 8% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.5rem;
        padding-bottom: 10%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 1.5rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 12px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 1rem;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 2.2rem;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 12px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 14px;
    }

    .elements-plan {
        font-size: 14px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr;
    }

    ._footerTitle {
        font-size: 2.7rem;
        color: #333;
        padding-bottom: 5px;
    }

    ._footerText {
        font-size: 14px;
        margin: 0 0%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer .social_a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 2%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 70%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    .mobile-picture {
        display: none;
    }

    ._introTitle {
        font-size: 5.9rem;
        line-height: 1.05;
        margin: 0;
        padding-top: 15%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 8%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 24px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 24px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 85%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 60%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 4.1rem;
    }

    .studioText {
        font-size: 1rem;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 35%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 70%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: center;
    }

    .suiteTitle {
        font-size: 5.1rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: 1.1rem;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 12px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 30px;
        height: 35px;
        line-height: 35px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 90%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 3.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 3rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 575px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 4.9rem;
        line-height: 1.1;
        margin: 0px 5%;
        padding: 5% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 3rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 2rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 14px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 1.1rem;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 2.8rem;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 1rem;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 14px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 15px;
    }

    .elements-plan {
        font-size: 15px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr;
    }

    ._footerTitle {
        font-size: 5.2rem;
        color: #333;
        padding-bottom: 10px;
    }

    ._footerText {
        font-size: 1.2rem;
        margin: 0 5%;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    footer .social_a {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin: 0 1%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 45%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 6.8rem;
        line-height: 1.05;
        margin: 0;
        padding-top: 20%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 8%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding: 0 24px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding: 0 24px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 85%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 90%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 4.2rem;
    }

    .studioText {
        font-size: 1.1rem;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 35%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 80%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: center;
    }

    .suiteTitle {
        font-size: 5.5rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: 1.2rem;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 15px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 90%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 3.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 3rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 650px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 4.9rem;
        line-height: 1.1;
        margin: 0px 5%;
        padding: 5% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 3rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 60%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 2rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 16px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 1.2rem;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 3.1rem;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 1.1rem;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 18px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 16px;
    }

    .elements-plan {
        font-size: 16px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr;
    }

    ._footerTitle {
        font-size: 5.7rem;
        color: #333;
        padding-bottom: 20px;
    }

    ._footerText {
        font-size: 1.3rem;
        margin: 0 5%;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    footer .social_a {
        display: inline-block;
        width: 55px;
        height: 55px;
        margin: 0 1%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 50%;
        padding-top: 2%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 7.8rem;
        line-height: 1.05;
        margin: 0;
        padding-top: 15%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 8%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 14px;
        height: 40px;
        line-height: 39px;
        padding: 0 24px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 14px;
        height: 40px;
        line-height: 39px;
        padding: 0 24px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 70%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 90%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 5.5rem;
    }

    .studioText {
        font-size: 1.3rem;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 41%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    .modal-gtext {
        text-align: left;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 75%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: center;
    }

    .suiteTitle {
        font-size: 6.8rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: 1.5rem;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 15px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 90%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 3.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 3rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 700px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 5.9rem;
        line-height: 1.1;
        margin: 0px 5%;
        padding: 5% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 3rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 65%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 65%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 65%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 3rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 18px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 3.5rem;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 1.3rem;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 18px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 20px;
    }

    .elements-plan {
        font-size: 20px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr;
    }

    ._footerTitle {
        font-size: 7.2rem;
        color: #333;
        padding-bottom: 20px;
    }

    ._footerText {
        font-size: 1.5rem;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    footer .social_a {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin: 0 1%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 50%;
        padding-top: 2%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

@media screen and (min-width: 1200px) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 6.1rem;
        line-height: 1.05;
        margin: 0 10%;
        padding-top: 9%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 20%;
        padding-bottom: 10px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 45%;
        margin-top: 0%;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 90%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 3.5rem;
    }

    .studioText {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 41%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    .modal-gtitle {
        font-weight: 600;
        padding-bottom: 10px;
    }

    .modal-gimg {
        border-radius: 8px;
    }

    .modal-gtext {
        font-size: 15px;
        text-align: left;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 100%;
    }

    .textSuite-Box {
        text-align: left;
    }

    .suiteTitle {
        font-size: 4.5rem;
        line-height: 1.1;
    }

    .suiteText {
        font-size: 18px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 12px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0 22px;
        height: 35px;
        line-height: 35px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 3.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 1.5rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
        cursor: grab;
        user-select: none;
        scroll-behavior: smooth;
    }

    .carrousel.dragging {
        cursor: grabbing;
    }

    ._cardPortafolio {
        flex: 0 0 auto;
        scroll-snap-align: start;
        width: 350px;
        background: #ffedc7;
        border-radius: 8px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .assistanceTitle {
        font-size: 4.8rem;
        line-height: 1.1;
        margin: 0 15%;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 2rem;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 14px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 1rem;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 2.3rem;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: .9rem;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .checkbox-list-plan {
        padding-top: 4px;
    }

    .dataText-plan {
        font-size: 14px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .elements-plan {
        font-size: 15px;
        padding-top: 5px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*::::::::::::::::::: TOOLTIP ::::::::::::::::::::::::::*/
    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 50%;
        transform: translateX(-50%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

/*:::::::::::: LANDSCAPES RESPONSIVES ::::::::::::::::*/
@media screen and (min-width: 769px) and (max-width: 1023px) and (orientation: landscape) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 4.8rem;
        line-height: 1.05;
        margin: 0 5%;
        padding-top: 12%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 17%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 40%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 90%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 2.4rem;
    }

    .studioText {
        font-size: .7rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 5px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 10px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 41%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    .modal-gtext {
        text-align: left;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 100%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: left;
    }

    .suiteTitle {
        font-size: 2.8rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: .8rem;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 10px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0px 24px;
        height: 28px;
        line-height: 28px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 90%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 2.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 1rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 235px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 3.7rem;
        line-height: 1.1;
        margin: 0px 5%;
        padding: 3% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 1.2rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 11px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 10px;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 23px;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 10px;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 11px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 11px;
    }

    .elements-plan {
        font-size: 11px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr 1fr;
    }

    ._footerTitle {
        font-size: 2.8rem;
        color: #333;
        padding-bottom: 0px;
    }

    ._footerText {
        font-size: 1rem;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    footer .social_a {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: 0 1%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 45%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) and (orientation: landscape) {

    /*::::::::::::: PRIMERA SECCIÓN ::::::::::::::::::::*/
    .section-intro {
        background-image: url('../image/arcobit_background2.jpg');
    }

    ._introTitle {
        font-size: 5.8rem;
        line-height: 1.05;
        margin: 0 5%;
        padding-top: 9%;
        padding-bottom: 5px;
    }

    ._introText {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 17%;
        padding-bottom: 15px;
    }

    ._btnIntroServices {
        background-color: #333;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
    }

    ._btnIntroServices:hover {
        background-color: #4c4c4c;
        font-weight: 800;
    }

    ._btnIntroAssistance {
        background-color: #e72168;
        font-weight: 800;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        margin-left: 3px;
    }

    ._btnIntroAssistance:hover {
        background-color: #f83279;
        font-weight: 800;
    }

    .pictureBox-intro {
        display: inline-block;
        width: 50%;
        margin-top: 0%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /*::::::::::::: SEGUNDA SECCIÓN ::::::::::::::::::::*/
    .second-section {
        background-image: url('../image/arcobit_background14.jpg');
        display: flex;
        height: 100vh;
    }

    ._titleStudio {
        color: #ffa636;
    }

    .col-studio {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgStudio-Box {
        width: 90%;
    }

    .studio-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 20%;
        padding-bottom: 3%;
    }

    .gImg {
        max-width: 5%;
    }

    .studioTitle {
        font-size: 3rem;
    }

    .studioText {
        font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .col-gservices {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 0.8rem;
    }

    ._cardBorder {
        border-radius: 8px;
        background: linear-gradient(270deg, #7ebcff, #3c74ef, #1782fd);
        background-size: 600% 600%;
        padding: 4px;
        animation: gradientAnimation 6s ease infinite;
    }

    ._cardContent {
        background-color: white;
        border-radius: 5px;
        padding: 10px 15px;
        height: 100%;
        box-sizing: border-box;
    }

    ._card-gtext {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    ._studioText-instruction {
        font-size: 14px;
        font-weight: 600;
        color: #ff009c;
    }

    .modalSolutions {
        width: 41%;
    }

    .dialogImg-services {
        max-width: 10%;
    }

    .modal-gtext {
        text-align: left;
    }

    /*.btn-studio {
        background-color: #f5a043;
    }

    .btn-studio:hover {
        background-color: #fcaa50;
    }*/

    /*::::::::::::::: TERCERA SECCIÓN :::::::::::::::::*/
    .third-section {
        background-image: url('../image/arcobit_background9.jpg');
        display: flex;
        height: 100vh;
    }

    .col-suite {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
        justify-items: center;
        gap: 1.5rem;
    }

    .imgSuite-Box {
        margin-bottom: 0%;
        max-width: 100%;
        padding-top: 10px;
    }

    .textSuite-Box {
        text-align: left;
    }

    .suiteTitle {
        font-size: 3.9rem;
        line-height: 1.05;
    }

    .suiteText {
        font-size: 1rem;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .suite-subtitles {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0 10%;
        padding-bottom: 3%;
    }

    .titleSuite {
        font-size: 2.1rem;
        font-weight: 800;
        line-height: 1.1;
        color: #333;
        margin: 0 10%;
        padding-bottom: 10px;
    }

    .textSuite {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding-bottom: 20px;
    }

    .btn-suite {
        background-color: #3c7be8;
    }

    .btn-suite:hover {
        background-color: #4886f1;
    }

    .btn-portfolio {
        font-size: 12px;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 6px;
        text-decoration: none;
        padding: 0px 24px;
        height: 35px;
        line-height: 35px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease infinite;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .btn-portfolio:hover {
        transform: scale(1.05);
    }

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

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .modal-galery {
        width: 90%;
    }

    /* -------------------- CARROUSEL DE LA TERCERA SECCIÓN Y VENTANA MODAL */
    .porfafolio {
        position: relative;
    }

    ._closeGalery {
        float: right;
        margin-top: -2%;
        margin-right: -2%;
    }

    ._portafolioTitle {
        font-size: 3.8rem;
        color: #333;
        margin: 0%;
        padding-bottom: 10px;
    }

    .carrousel {
        display: flex;
        gap: 3rem;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-top: 10px;
        padding-bottom: 2%;
    }

    ._cardPortafolio {
        background-color: #ffedc7;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 415px;
    }

    ._cardContent-portafolio {
        padding: 5px;
    }

    .imgPortafolio {
        border-radius: 8px;
    }

    ._iconTemplates {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .dataPortafolio-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding-top: 10px;
    }

    .btn-portafolio {
        background-color: #f1a51a;
        height: 30px;
        line-height: 30px;
        padding: 0 24px;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .btn-portafolio:hover {
        background-color: #ffb42a;
    }

    .carrousel-button {
        font-size: 24px;
        background: #00000080;
        color: #fff;
        border-radius: 0;
        top: 42%;
        transform: translateY(-50%);
        height: 50px;
        line-height: 50px;
    }

    .prev {
        position: absolute;
        left: 0px;
    }

    .next {
        position: absolute;
        right: 0px;
    }

    .carrousel-button:disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    /*::::::::::::: CUARTA SECCIÓN ::::::::::::::*/
    .forth-section {
        background-image: url('../image/arcobit_background11.jpg');
        background-size: cover;
        height: auto;
    }

    .assistanceTitle {
        font-size: 4.9rem;
        line-height: 1.1;
        margin: 0px 5%;
        padding: 3% 0;
    }

    .assistanceText {
        font-size: 17px;
        margin: 0 15%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .col-plans {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 1.5rem;
        padding-bottom: 5%;
    }

    ._profesionalCard {
        background-image: url(../image/arcobit_background-plan1.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._empresarialCard {
        background-image: url(../image/arcobit_background-plan2.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._ecommerceCard {
        background-image: url(../image/arcobit_background-plan3.png);
        background-size: cover;
        width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 6px 4px -5px rgba(0, 0, 0, 0.12), 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    }

    ._cardContent-plans {
        text-align: left;
    }

    .cardTitle-plan {
        font-size: 1.5rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .label-plan {
        font-size: 11px;
        font-weight: 300;
    }

    .priceText-plan {
        font-size: 12px;
        font-weight: 300;
        margin: 0;
    }

    .prices {
        font-size: 30px;
        font-weight: 800;
        color: #333;
    }

    .description-plan {
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .dataText-plan {
        font-size: 11px;
        font-weight: 600;
    }

    ._inputBox-plans {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    ._mobileLabel-checkbox {
        font-size: 12px;
    }

    .elements-plan {
        font-size: 12px;
        padding-top: 10px;
        margin: 0;
    }

    ._btnProfesional-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnProfesional-plan:hover {
        background-color: #ffd87e;
        border: 2px solid #7e7d7d;
        color: #80672e;
    }

    ._btnEmpresarial-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnEmpresarial-plan:hover {
        background-color: #a2cfff;
        border: 2px solid #7e7d7d;
        color: #3857b9;
    }

    ._btnE-Commerce-plan {
        display: block;
        background-color: #f4f4f4;
        border: 2px solid #757575;
        color: #4b4b4b;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    ._btnE-Commerce-plan:hover {
        background-color: #ffa2e8;
        border: 2px solid #7e7d7d;
        color: #9c2f9d;
    }

    /*:::::::::::::::: FOOTER ::::::::::::::::::::*/

    .mobile-colFooter {
        grid-template-columns: 1fr 1fr;
    }

    ._footerTitle {
        font-size: 3.8rem;
        color: #333;
        padding-bottom: 10px;
    }

    ._footerText {
        font-size: 1rem;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    footer .social_a {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin: 0 2%;
        transition: transform 0.3s ease-in-out;
    }

    .pictureBox-footer {
        display: inline-block;
        width: 65%;
        padding-top: 2%;
        padding-bottom: 0%;
    }

    /*:::::::::::::::: TOOLTIP :::::::::::::::::*/

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-icon {
        margin-left: 0px;
        color: #555;
        cursor: pointer;
    }

    .svg-icon_info {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 20px;
        background: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        width: 240px;
        z-index: 100;
        font-size: 0.75rem;
        line-height: 1.2;
        pointer-events: auto;
    }

    /* Mostrar tooltip en hover o al pasar por el contenido */
    .tooltip-container:hover .tooltip-text,
    .tooltip-text:hover {
        visibility: visible;
        opacity: 1;
    }

    /* Posiciones */
    .tooltip-text.right {
        left: 100%;
        margin-left: 10px;
    }

    .tooltip-text.left {
        right: 100%;
        margin-right: 10px;
    }

    .tooltip-text.center {
        left: 0%;
        transform: translateX(-80%);
    }

    /*:::::::::: SWITCHES CSS :::::::::::::::::::::::*/
    .switch-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

        .switch {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 20px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        transition: background-color 0.4s;
        border-radius: 34px;
    }

    /* Nueva bolita: más grande, con sombra */
    .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -2px;
        top: 0px;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        transition: transform 0.4s;
        border-radius: 50%;
    }

    /* Activado con gradiente estilo Material Design */
    /*input:checked+.slider {
        background: linear-gradient(90deg, #1de9b6, #1dc4e9);
        
    }*/

    /* Profesional → Amarillo moderno */
    ._profesional-switch input:checked+.slider {
        background: linear-gradient(90deg, #FFD54F, #ffa007); /* amarillo dorado */
    }

    /* Empresarial → Azul sólido */
    ._empresarial-switch input:checked+.slider {
        background: linear-gradient(90deg, #42A5F5, #2196F3); /* azul vibrante */
    }

    /* E-Commerce → Rosa vibrante */
    ._ecommerce-switch input:checked+.slider {
        background: linear-gradient(90deg, #EC407A, #E91E63); /* rosa fuerte */
    }

    input:checked+.slider::before {
        transform: translateX(18px);
    }

    .label-text {
        flex: 1;
        font-size: 14px;
        color: #333;
        padding-bottom: 2px;
    }
}