﻿/* ============================ */
/* ESTILOS SECCION HERRAMIENTAS */
/* ============================ */
.ac-section {
    --ac-border: #d9e6ee;
    --ac-pill-bg: #57e3bf;
    --ac-pill-text: #06354a;
    --ac-panel-bg: #ffffff;
    --ac-dash: #cfdbe3;
}

.ac-inner {
    max-width: 1160px;
    margin: 0 auto;
}

/* Título*/
.ac-title {
    font-size: 2.8rem;
    font-weight: 500;
    color: #12183A;
    letter-spacing: 0.2px;
}

/* Panel base */
.ac-panel {
    background: transparent;
    border-radius: 10px;
    border: 2px dashed var(--ac-dash);
    min-height: 180px;
    border-color: #808080;
}

/* Pill labels */
.ac-pill {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    background: var(--ac-pill-bg);
    color: var(--ac-pill-text);
    font-weight: 700;
    font-size: 1.3rem;
    position: absolute;
    top: -5px;
    min-width: 370px;
    min-height: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    text-align: center;
}

/* Variantes para posicionamiento */
.ac-pill--right {
    left: auto;
    right: 18px;
}

.ac-pill--center {
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Panel body spacing */
.ac-panel-body {
    padding: 6px 6px 14px 6px;
}

/* Tool / item */
.ac-tool-item {
    width: var(--ac-item-width);
    min-height: var(--ac-item-height);
    max-width: none;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .ac-tool-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 26px rgba(0,0,0,0);
    }

.ac-icon-wrapper,
.ac-icon-wrapper.c-tool-frame,
.c-tool-frame {
    width: var(--ac-icon-size);
    height: var(--ac-icon-size);
    padding: 0;
    border: 2px solid var(--ac-border-color);
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
/* Labels */
.ac-tool-label {
    font-size: 1.0rem;
    color: #14313f;
    margin-top: 4px;
    line-height: 1.15;
    font-weight: 600;
}

/* Integrations row */
.ac-panel--integrations {
    border-style: dashed;
    padding-top: 34px;
    padding-bottom: 18px;
}

/* Integrations icons/labels */
.ac-integ-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.ac-integ-label {
    font-size: 1.0rem;
    font-weight: 600;
    color: #14313f;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .ac-panel {
        padding: 18px 12px;
    }

    .ac-pill {
        font-size: 1.3rem;
        padding: 12px 6px;
        min-width: 270px;
    }

    .ac-title {
        font-size: 1.35rem;
    }

    .ac-tool-item {
        max-width: 140px;
    }
}

.ac-icon-wrapper.c-tool-frame {
    border: 3px solid #38B6FF; /* color en HEX (verde) */
    border-radius: 15px; /* esquinas cuadradas */
    box-sizing: border-box;
    padding: 5px;
    transition: transform .12s ease, box-shadow .12s ease;
    background: #ffff; /* asegúrate que no tenga fondo si quieres solo borde */
}

/* =========================================================================== */
/* BOTON WHATSAAP FLOTANTE */
/* =========================================================================== */
/* Botón flotante WhatsApp - versión mejorada */
.float {
    position: fixed;
    bottom: calc(25px + env(safe-area-inset-bottom));
    width: clamp(48px, 10vw, 80px); /* más grande en desktop si quieres */
    height: clamp(48px, 10vw, 80px);
    border-radius: 50%;
    background-color: #00b39e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transform: none !important; /* anula transforms inline */
    margin: 0 !important;
    right: calc(25px + env(safe-area-inset-right));
    touch-action: manipulation; /* mejora comportamiento táctil */
    pointer-events: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .float:hover {
        transform: scale(1.2); /* agranda 15% */
        box-shadow: 0 8px 20px rgba(0,0,0,0.35); /* sombra un poco más fuerte */
    }
    /* Icono FontAwesome dentro del botón */
    .float .my-float,
    .float i.fa {
        display: inline-block;
        line-height: 1;
        width: 50%;
        height: 60%;
        text-align: center;
        /* Icono más grande en móviles: mínimo 22px */
        font-size: clamp(35px, 6vw, 50px);
        transform: none !important;
        margin: 0 !important;
    }

        .float i.fa,
        .float i.fa:hover,
        .float i.fa:focus,
        .float i.fa:active {
            color: #fff !important; /* blanco fijo */
        }
/* Ajustes extra para pantallas muy pequeñas */
@media (max-width: 430px) {
    .float {
        width: 60px;
        height: 60px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        right: calc(10px + env(safe-area-inset-right));
    }

        .float .my-float,
        .float i.fa {
            font-size: 35px;
            height: 55%;
        }
}

/* Asegura que imágenes y vídeos no provoquen overflow */
img, video, iframe {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

/* Caja global para evitar contenedores demasiado anchos */
* {
    box-sizing: border-box;
}

/* =========================================================================== */
/* MODAL ACERCA DE RAPIFAC                                 */
/* =========================================================================== */
.store-item {
    text-align: center;
    position: relative;
}

.tag-badge {
    position: absolute;
    top: -0.8em; /* lo sube arriba del botón */
    left: 50%; /* empieza desde el centro */
    transform: translateX(-70%); /* lo centra horizontalmente */
    background: #F4BB57; /* Amarillo */
    color: #12183A; /* Texto negro */
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 450;
    padding: 0.2em 0.8em;
    border-radius: 0.3em; /* Bordes redondeados */
    white-space: nowrap;
}

.tag-planes {
    position: absolute;
    top: -1.2em; /* lo sube arriba del botón */
    left: 50%; /* empieza desde el centro */
    transform: translateX(-50%); /* lo centra horizontalmente */
    background: linear-gradient(to right, #027D60, #23423D); /* degradado */
    color: #ffffff; /* Texto negro */
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 0.1em 1.5em;
    border-radius: 10px; /* Bordes redondeados */
    white-space: nowrap;
    font-family: 'Poppins';
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.1);
    }
}
/* =========================================================================== */
/* ESTILOS BANNER YOUTUBE TOTALSIS*/
/* =========================================================================== */
/* Control de imágenes */
/* Fondo total en toda la pantalla */
#Inicio-Intro-youtube {
    width: 100%;
    background-image: url("/images/IntroduccionTotalsis/FondoVideo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0; /* Separación vertical */
}

/* Contenedor centrado */
.intro-container-Intro-youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1600px; /* más ancho para 4K */
    margin: auto;
    padding: 20px 60px;
    border-radius: 12px;
    color: #ffffff;
}


/* Texto */
.intro-text {
    text-align: left;
}

    .intro-text h3 {
        font-size: clamp(2.5rem, 4vw, 4rem);
        font-family: 'League Spartan';
        font-weight: 800;
        margin-bottom: 5px;
        color: white !important;
        margin-left: 0 !important;
    }

    .intro-text h2 {
        font-size: clamp(1.5rem, 4vw, 2rem);
        font-family: 'Quicksand';
        font-weight: 400;
        margin-bottom: 1px;
        color: white !important;
        margin-left: 0 !important;
    }

    .intro-text hr {
        width: clamp(300px, 25vw, 550px);
        margin-left: 0 !important;
        border: none;
        border-top: 2px solid #fff;
        opacity: 1;
    }


/* Video */
.intro-video {
    position: relative;
    width: 580px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    border: 4px solid #ff0000;
}

    .intro-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .play-btn span {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #fff;
    }
/* ✅ Celulares pequeños (hasta 480px, incluye 375x667) */
@media (max-width: 480px) {

    .intro-container-Intro-youtube {
        flex-direction: column;
        text-align: center;
        padding: 15px; /* Reducimos padding */
        gap: 150px;
        align-items: center;
        border-radius: 12px;
    }

    .intro-text {
        width: 100%;
    }

    .intro-video {
        width: 100%;
        max-width: 320px; /* ✅ Ajustamos para 375px */
        height: auto;
        aspect-ratio: 16/9;
    }

    #Inicio-Intro-youtube h2 {
        font-size: 1.1rem; /* bajar tamaño de texto */
    }

    #Inicio-Intro-youtube h3 {
        font-size: 2.0rem;
    }

    .intro-text hr {
        width: 250px;
        margin-left: 0 !important;
        border: none;
        border-top: 2px solid #fff;
        opacity: 1;
    }
}

/* ✅ Cuando la pantalla sea pequeña (celular/tablet) */
@media (max-width: 768px) {
    .intro-container-Intro-youtube {
        flex-direction: column; /* ⬅️ coloca texto arriba y video abajo */
        text-align: center;
        padding: 30px;
        gap: 20px;
    }

    .intro-video {
        width: 100%; /* video ocupa todo el ancho */
        max-width: 400px; /* pero no se exagera */
        height: auto;
        aspect-ratio: 16/9; /* mantiene proporción HD ✅ */
    }
}
/* Para pantallas 4K */
@media (min-width: 2560px) {
    #Inicio-Intro-youtube .intro-container-Intro-youtube {
        max-width: 90%;
        padding: 90px;
    }

    #Inicio-Intro-youtube h3 {
        font-size: 3.4rem;
    }

    #Inicio-Intro-youtube h2 {
        font-size: 4rem;
    }

    .intro-video {
        width: 1500px;
        height: 700px;
    }
}
/* =========================================================================== */
/*                                Nuestros Servicios                           */
/* =========================================================================== */
/* Contenedor principal */

/* === VARIABLES === */
.services-section {
    --color-primary: #007f61;
    --color-secondary: #00504E;
    --color-dark: #000000;
    --color-title: #105949;
    --border-width: 2px;
    --border-radius: 12px;
    --line-height: 14px;
}

/* === SECCIÓN PRINCIPAL === */
.services-section {
    padding-top: 3rem;
    font-family: var(--font-primary);
}

    /* === ENCABEZADO DE SECCIÓN === */
    .services-section .section-header {
        text-align: center;
        margin-bottom: -1rem;
    }

    .services-section .section-headercliente {
        text-align: center;
        margin-bottom: clamp(-1rem,5vw,3rem);
    }

    .services-section .section-text-herramienta {
        font-family: 'Glacial Indifference';
        font-size: clamp(1rem, 2.7vw, 2rem);
        color: #ffffff;
        text-align: center;
        padding-bottom: 30px;
    }

    .services-section .section-subtext-herramienta {
        font-weight: 400;
        margin-top: 20px;
        font-family: 'Poppins';
        font-size: clamp(0.8rem, 2.7vw, 1.2rem);
        color: #ffffff;
        text-align: center;
        font-style: italic;
    }

    .services-section .section-main-title {
        font-family: 'League Spartan';
        font-size: clamp(3.5rem, 5.2vw, 4.8rem);
        font-weight: 900;
        margin-bottom: 0rem;
        letter-spacing: -1.5px;
        line-height: 55px;
    }

        .services-section .section-main-title .text-dark {
            color: var(--color-dark);
        }

        .services-section .section-main-title .text-primary {
            color: var(--color-secondary);
        }

    .services-section .section-subtitle {
        font-family: 'League Spartan';
        font-size: clamp(1.5rem, 3.4vw, 2.5rem);
        font-weight: 700;
        color: var(--color-dark);
        margin-top: clamp(0.5rem, 3.4vw, 2.5rem);
        margin-bottom: 2rem;
        letter-spacing: -0.5px;
        line-height: 20px;
    }

    .services-section .section-subtitle-planes {
        font-size: clamp(1.3rem, 2.5vw, 1.9rem);
        color: var(--color-dark);
        margin-top: 5px;
        margin-bottom: 4rem;
        font-family: 'Glacial Indifference';
        color: #000000;
        font-weight: 400;
        line-height: clamp(25px, 3vw, 50px);
        letter-spacing: -0.5px
    }
    /* === TÍTULOS DE SUBSECCIONES === */
    .services-section .subsection-title-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }

    .services-section .subsection-title {
        font-family: 'League Spartan';
        font-size: clamp(2rem, 3vw, 3.4rem);
        color: var(--color-dark);
        font-weight: 700;
        margin-bottom: 0;
        margin-right: 1rem;
        white-space: nowrap;
        letter-spacing: -1.5px;
    }

    .services-section .title-line {
        height: var(--line-height);
        background-color: var(--color-primary);
        flex-grow: 1;
    }

.g-7 {
    --bs-gutter-x: 6rem;
}


/* === TARJETAS === */
.services-section .service-card {
    border: var(--border-width) solid var(--color-primary);
    border-radius: 6px;
    padding: 2rem 0.5rem;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .services-section .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 127, 97, 0.15);
    }

.services-section .service-card-image-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}

.services-section .service-card-image {
    max-height: 170%;
    max-width: 100%;
    object-fit: contain;
}

.services-section .service-card-title {
    font-family: 'League Spartan';
    color: var(--color-dark);
    font-size: clamp(1.9rem, 2vw, 2.0rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    padding-top: 17px;
}


/* === TARJETAS DE SERVICIOS ADICIONALES === */
.services-section .additional-service-card {
    border-radius: var(--border-radius);
    padding: 2rem 1.5rem;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .services-section .additional-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

.services-section .additional-service-icon-wrapper {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.services-section .additional-service-icon {
    font-size: clamp(4rem, 8vw, 7rem);
    color: white;
}

.services-section .additional-service-title {
    font-family: 'League Spartan';
    color: white;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    font-weight: bold;
    line-height: 1.1;
}

/* === COLORES DE TARJETAS ADICIONALES === */
.services-section .bg-blue {
    background-color: #004aad;
}

.services-section .bg-green {
    background-color: #00bf63;
}

.services-section .bg-orange {
    background-color: #ff914d;
}

.services-section .bg-purple {
    background-color: #5e17eb;
}

/* === ESPACIADO DE SUBSECCIONES === */
.services-section .subsection-spacing {
    margin-bottom: 0rem;
}

/* === RESPONSIVE PARA MÓVIL === */
@media (max-width: 576px) {
    .services-section {
        padding-top: 2rem;
    }

        .services-section .section-header {
            margin-bottom: 1.5rem;
        }

        .services-section .subsection-spacing {
            margin-bottom: 2rem;
        }

        .services-section .service-card,
        .services-section .additional-service-card {
            padding: 1.5rem 1rem;
        }

        .services-section .service-card-image-wrapper {
            height: 120px;
            margin-bottom: 0rem;
        }

        .services-section .additional-service-icon-wrapper {
            height: 100px;
            margin-bottom: 1rem;
        }

        .services-section .subsection-title {
            font-size: 2.2rem;
        }

        .services-section .title-line {
            height: 10px;
        }

    .subsection-title-wrapper {
        display: flex;
        flex-direction: column; /* texto arriba, línea abajo */
        align-items: flex-start; /* alinea todo a la izquierda */
        gap: 1px;
        transform-origin: left;
    }

    .subsection-title {
        font-size: 1.5rem; /* opcional: reducir un poco */

        align-items: flex-start; /* alinea todo a la izquierda */
    }

    .title-line {
        width: 120%; /* más pequeño y centrado */
        height: 4px;
        margin: 0;
        transform-origin: left; /* ✅ garantiza que crece desde la izquierda */
    }
}

/* === RESPONSIVE PARA TABLET === */
@media (min-width: 768px) and (max-width: 1199px) {
    .services-section .service-card-image-wrapper {
        height: 130px;
    }
}

/* === RESPONSIVE PARA 4K === */
@media (min-width: 2560px) {
    .services-section {
        max-width: 2400px;
        margin: 0 auto;
    }

        .services-section .section-main-title {
            font-size: 4.5rem;
        }

        .services-section .section-subtitle {
            font-size: 2.5rem;
        }

        .services-section .subsection-title {
            font-size: 3rem;
        }

        .services-section .service-card,
        .services-section .additional-service-card {
            padding: 3rem 2rem;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .services-section .service-card-image-wrapper {
            height: 220px;
        }

        .services-section .additional-service-icon-wrapper {
            height: 180px;
        }

        .services-section .service-card-title,
        .services-section .additional-service-title {
            font-size: 2.2rem;
        }

        .services-section .additional-service-icon {
            font-size: 10rem;
        }

        .services-section .title-line {
            height: 20px;
        }

    .cards-grid-4k {
        max-width: 900% !important;
    }
}

/* === ANIMACIONES === */
.services-section .fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================================================== */
/* *************************** ESTILOS DE CLIENTES ************************** */
/* ========================================================================== */
:root {
    --hex-w: 184px;
    --hex-h: 185px;
    --dur: 40s;
}

.section#Clientes {
    position: relative;
    overflow: hidden;
    height: clamp(410px, 80vw, 600px);
}

.container-clientes {
    display: flex;
    justify-content: center;
    overflow: visible;
}

.rect-path {
    width: 120%;
    max-width: 2400px;
    height: 400px;
    position: absolute;
    overflow: visible;
    background: transparent;
    box-sizing: border-box;
}

.hex-item {
    position: absolute;
    width: var(--hex-w);
    height: var(--hex-h);
    transform: translate3d(0,0,0);
    will-change: transform;
    animation-name: moveRect;
    animation-duration: var(--dur);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    background-size: 100%;
}

    .hex-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        user-select: none;
        -webkit-user-drag: none;
    }

@keyframes moveRect {
    0% {
        transform: translate3d(0,0,0);
    }

    25% {
        transform: translate3d(calc(100% - var(--hex-w)), 0, 0);
    }

    50% {
        transform: translate3d(calc(100% - var(--hex-w)), calc(100% - var(--hex-h)), 0);
    }

    75% {
        transform: translate3d(0, calc(100% - var(--hex-h)), 0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

/* Móviles pequeños (hasta 440px) */
@media (max-width: 440px) {
    :root {
        --hex-w: 100px;
        --hex-h: 100px;
        --dur: 30s;
    }

    .rect-path {
        min-width: 1000px;
        height: 200px;
    }
}

/* Tablets (441px - 768px) */
@media (max-width: 768px) and (min-width: 441px) {
    :root {
        --hex-w: 130px;
        --hex-h: 130px;
        --dur: 35s;
    }

    .rect-path {
        min-width: 1400px;
        height: 250px;
    }
}

/* Pantallas medianas (769px - 991px) */
@media (max-width: 991px) and (min-width: 769px) {
    :root {
        --hex-w: 150px;
        --hex-h: 150px;
        --dur: 40s;
    }

    .rect-path {
        min-width: 1800px;
        height: 300px;
    }
}

/* Pantallas grandes (a partir de 992px) */
@media (min-width: 992px) {
    :root {
        --hex-w: 184px;
        --hex-h: 185px;
        --dur: 40s;
    }

    .rect-path {
        min-width: 2000px;
        height: 400px;
    }
}
/* BANNER */
.banner-title {
    color: #035243;
    font-family: 'League Spartan';
    font-weight: 900;
    font-size: 58px;
    text-align: left;
    line-height: 1.1;
}

.banner-subtitle {
    color: #000000;
    font-family: 'Glacial Indifference';
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    line-height: 1.4;
}
/* BANNER HERRAMIENTAS */
.banner-herramientas {
    color: #000000;
    font-family: 'League Spartan';
    font-weight: 900;
    font-size: 50px;
    text-align: right;
    line-height: 1.1;
    -webkit-text-stroke: 0.5px #000;
}

.banner-heramientas-subtext {
    color: #000000;
    font-family: 'Glacial Indifference';
    font-weight: 500;
    font-size: 28px;
    text-align: right;
    line-height: 1.4;
}

.highlight-dark {
    color: black;
}

.highlight-green {
    color: #035243;
}

.feature-titleb {
    font-weight: 600;
    font-family: 'League Spartan ExtraBold';
    color: white;
    font-size: 32px;
    line-height: 1.2;
}

.feature-textb {
    font-family: 'Glacial Indifference';
    color: white;
    font-size: 19px
}

.image-carousel {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-img {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: translateX(100%); /* empieza fuera, a la derecha */
    transition: transform 1s ease-in-out;
}

    .carousel-img.active {
        opacity: 1;
        transform: translateX(0);
        z-index: 2;
    }

    .carousel-img.exit-left {
        opacity: 0;
        transform: translateX(-100%);
        z-index: 1;
    }

.title-page {
    font-family: 'Poppins';
    color: #000000;
    font-weight: 800;
    font-size: 60px
}

.subtitle-page {
    font-family: 'Poppins';
    color: #000000;
    font-weight: 700;
    font-size: 30px
}
/** TITULOS Y SUBTITULOS TOTALSIS*/
.title-functions {
    font-family: 'Glacial Indifference Bold';
    font-weight: 900;
    font-size: clamp(1.5rem, 2.7vw, 2rem);
    color: #000000;
    letter-spacing: -1.5px;
    letter-spacing: -1px;
}

.subtitle-functions {
    text-align: start;
    font-family: 'Glacial Indifference';
    font-weight: 300;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    color: #000000;
    margin-left: 10px;
    letter-spacing: -1px;
    line-height: clamp(20px, 2.5vw, 35px);
}
/** BENEFICIOS TOTALSIS*/

.card-benefits {
    /* padding: 20px;*/
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100%;
}

    .card-benefits.card-s3 {
        padding: 3px;
    }

.image-benefit {
    margin-top: 0px;
    margin-bottom: 0px !important;
    padding: 10px;
    border-radius: 10px;
    width: 6.5rem;
}

.text-benefit {
    font-family: 'League Spartan';
    font-weight: 600;
    color: #105949;
    font-size: 30px;
    line-height: 0.8;
    letter-spacing: -0.7px;
}

.subtext-benefit {
    font-family: 'Quicksand';
    font-weight: 400;
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.7px;
}

.text-containerb {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 10px 0px; /* ajusta si quieres más espacio interno */
    margin: 0;
    box-sizing: border-box;
    border-radius: 7px; /*0px 7px 7px 0px;*/
}

    .text-containerb h5,
    .text-containerb p {
        margin: 0; /* elimina márgenes entre líneas */
    }

.btn-price {
    font-family: 'League Spartan';
    font-weight: 900;
    background-color: #ffffff;
    border-color: #12183A;
    border: 2px solid #000000;
    font-size: 22px;
    border-radius: 50px;
    color: #12183A;
    padding: 15px 40px;
}
    /* Cuando pasas el mouse, no cambies el color del texto */
    .btn-price:hover {
        color: #12183A; /* igual que el normal */
    }

.accordion-icon-p {
    position: absolute;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #007F61;
    margin-right: 10px
}

.image-flecha {
    position: absolute;
    top: calc(50% + 4px);
    background: #000000;
    font-size: 22px;
    width: 40px;
    height: 40px;
}

.token-stage-info p::after {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0; /* línea pegada abajo REAL */
    width: 90%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
    margin-top: -1px;
}

.item-disabled {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.icon-disabled {
    color: #ff3b3b;
    font-size: 18px;
    flex-shrink: 0;
}

.text-disabled {
    color: #808080;
    align-items: center;
    margin:0px 13px 0px 0px;
}

.bg-theme-v {
    background-color: #007F61 !important;
}

.label-contact {
    font-family: 'League Spartan';
    font-size: 20px;
    color: #007F61;
    letter-spacing: -0.5px
}

.btn-solicitud {
    background: #FF0000 !important;
    border-radius: 16px;
    font-family: 'League Spartan ExtraBold';
    font-weight: 800;
    font-size: 23px;
    border: none;
    color: #fff;
    padding: 3px 35px;
}

.siguenos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

    .siguenos-container::before,
    .siguenos-container::after {
        content: "";
        flex: 1;
        height: 2px;
        background-color: #77eacc;
        max-width: 500px; /* Puedes ajustar el largo de las líneas */
    }

.siguenos-title {
    color: #fff;
    font-family: 'Oswald';
    font-size: 30px;
    margin: 0;
}

.cotizacion {
    font-weight: 900;
    font-family: 'League Spartan';
    font-size: 45px;
    color: #035243;
    text-align: center;
    line-height: 1;
}

.cotizacion-subtext {
    font-weight: 400;
    font-family: 'Glacial Indifference';
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 12px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .banner-title {
        text-align: left;
        margin-top: 20px
    }

    .banner-subtitle {
        font-size: 20px;
        /*line-height: 1.2;*/
        text-align: left;
    }

    .banner-herramientas {
        text-align: right;
        margin-top: 20px;
        font-size: 40px;
    }

    .banner-heramientas-subtext {
        font-size: 20px;
        text-align: right;
    }

    .image-carousel {
        max-width: 340px;
        height: 340px;
    }

    .feature-titleb {
        font-size: 20px;
    }

    .feature-textb {
        font-size: 16px;
    }
}
/* 📱 Responsivo: Celulares y pantallas pequeñas */
@media (max-width: 1000px) {
    .banner-title {
        font-size: 30px;
        text-align: left;
    }

    .banner-subtitle {
        font-size: 16px;
        text-align: left;
    }

    .banner-herramientas {
        font-size: 30px;
        text-align: right;
    }

    .banner-heramientas-subtext {
        font-size: 20px;
        text-align: right;
    }

    .menu-btn {
        text-align: center;
        font-size: 20px;
        max-width: 280px;
        border-radius: 8px;
    }

    .feature-titleb {
        font-size: 20px;
        line-height: 1.1;
    }
}

/* 📱 Extra pequeño (celulares muy chicos, <480px) */
@media (max-width: 480px) {
    .banner-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .banner-herramientas {
        font-size: 28px;
        line-height: 1.2;
    }

    .banner-heramientas-subtext {
        font-size: 20px;
    }

    .menu-btn {
        text-align: center;
        font-size: 20px;
        max-width: 260px;
        background: #ff0000;
        border-radius: 8px;
    }
}

@media (max-width: 576px) {
    .accordion-icon-p {
        width: 34px;
        height: 34px;
    }
}

.icon-circle {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #2dc4a3; /* tu color */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.btn-loading {
    background-color: #8B0000 !important; /* rojo oscuro */
    cursor: not-allowed;
    opacity: 0.9;
}
