body {
    background: rgb(234,102,18);
    background: linear-gradient(180deg, #FFFFFF 0%, #FCF0E8 2.05%, #F8F9FB 21.82%, #FDF0E7 41.27%, #F8F9FB 63.74%, #FDF1E9 83.85%, #FFFFFF 100%);
}
/*  Barra de navegacion */
.barra-nav {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

/* QUE ES TOTAL */
.que-total {
    height: auto;
    padding: 10px;
}

.seccion-titulo {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 4rem;
    line-height: 85px;
}

/* secciones */

/* Nuevo Hero */
.fondo-hero {
    min-height: 50rem;
    background-image: url(../../../Assets/Images/content/fondoHero.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.nuevo-hero h1 {
    font-size: clamp(45px, 8vw, 75px);
    font-weight: 900;
    line-height: 109%;
}

.seccion-texto-hero-nuevo p {
    font-size: 1.5rem;
    color: #42689F;
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 400;
}

.seccion-texto-hero-nuevo span {
    color: #42689F;
    border-radius: 10px;
    font-weight: 600;
    transform: translateY(13px);
}

.disponibleStore {
    margin-top: 5rem;
}

    .disponibleStore img {
        padding: 5px;
    }

.imagen-hero {
    padding: 50px 0;
}

.imagen-hero img {
    filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.25));
    max-width: 80%;
}

/* animacion de texto en hero*/
.text_1 {
    animation: text1;
}

.text_2 {
    animation: text2;
}

.text_3 {
    animation: text3;
}

.text_4 {
    animation: text4;
}

.text_1, .text_2, .text_3, .text_4 {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    animation-duration: 15s;
    animation-timing-function: steps(20, end);
    animation-iteration-count: infinite;
}

/* NO TOCAR */

@keyframes text4 {
    0%, 75%, 100% {
        width: 0;
    }

    80%, 95% {
        width: 4em;
    }
}

@keyframes text3 {
    0%, 50%, 75%, 100% {
        width: 0;
    }

    55%, 70% {
        width: 8em;
    }
}

@keyframes text2 {
    0%, 25%, 50%, 100% {
        width: 0;
    }

    30%, 45% {
        width: 5.9em;
    }
}

@keyframes text1 {
    0%, 25%, 100% {
        width: 0;
    }

    5%, 20% {
        width: 4.9em;
    }
}

@keyframes caret {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 597px) {
    .seccion-texto-hero-nuevo span {
        transform: translateY(9px);
    }
}

    /* 3 pilares */
    #trespilares {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .pilar-individual {
        width: 400px;
        padding: 10px;
        height: 300px;
        background: #FAFAFB;
        color: var(--principal);
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
        transition: all .3s ease-in-out;
    }

    .tres-pilares {
        min-height: 400px;
    }

        .tres-pilares a {
            margin-top: 50px;
        }

    .pilar-individual img {
        margin-top: -40px;
    }

    .pilar-individual h3 {
        font-weight: 700;
        padding: 20px 0;
    }

    .pilar-individual p {
        height: 95px;
        font-size: 18px;
        font-weight: 400;
    }

    .btnVerMas {
        /* display: none; */
        transition: all .3s ease-in-out;
        opacity: 0;
        margin: 50px 0 20px 0;
        font-size: 1.3rem;
    }

    .pilar-individual:hover > .btnVerMas {
        transition: all .3s ease-in-out;
        opacity: 1;
    }

    .pilar-individual:hover {
        height: 340px;
        transition: all .3s ease-in-out;
    }


    /* hero 2 */
    .seccion-opcionesPago {
        margin-top: 100px;
        max-width: 70%;
        margin-top: 10rem;
    }

        .seccion-opcionesPago h2 {
            font-size: clamp(1rem, 5vw, 1.7rem) !important;
        }

        .seccion-opcionesPago strong {
            font-weight: 500;
        }

        .seccion-opcionesPago img {
            margin: 20px;
        }

    /* solo totalcoin */
    .qr-inter img {
        max-width: 95%;
    }

    .texto-qr-inter span {
        color: var(--secundario);
    }

    .texto-qr-inter p {
        font-size: clamp(1rem, 4vw, 1.3rem);
    }

    /* creacion de roles */
    .creacion-de-roles {
        padding: 40px;
        margin-top: 15rem;
    }

        .creacion-de-roles h2 {
            font-size: clamp(2rem, 8vw, 5rem);
            color: #003E70;
        }

        .creacion-de-roles .texto-muygrande {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 700;
        }

    @media (max-width: 766.98px) {
        .texto-muygrande {
            line-height: 30px;
        }

        .creacion-de-roles h2 {
            line-height: 40px;
        }
    }

    .creacion-de-roles i {
        color: var(--secundario);
        font-size: clamp(0.5rem, 6vw, 2.5rem);
        padding: 10%;
    }

    .texto-roles1 {
        font-weight: 400;
        font-size: clamp(1rem, 5vw, 1.8rem);
        color: var(--principal);
        padding-bottom: 30px;
    }

    .texto-roles2 {
        font-weight: 400;
        font-size: clamp(1rem, 8vw, 1.8rem);
        color: var(--principal);
        margin: 3em 0 1em 0;
    }

    .texto-roles-azul {
        font-size: 1em;
        padding: 2em 1em 1em 1em;
        color: var(--principal);
        font-weight: 400;
    }

        .texto-roles-azul span {
            color: var(--secundario);
        }

    .list-group-flush {
        text-align: left;
        font-weight: 400;
        font-size: 1rem;
    }

        .list-group-flush .list-group-item {
            color: var(--principal);
            border: 0;
            padding: 1px;
            background-color: transparent;
        }

    .list-group-item i {
        color: var(--secundario);
        padding-right: 8px;
        font-size: 0.7rem;
    }


    /* seccion atencion personalizada */

    .atencion-personalizada {
        margin: 15rem 0 6rem 0;
    }

    .atencion-personalizada-texto img {
        max-width: 95%;
    }

    .atencion-personalizada h2 {
        font-size: 3rem;
    }

    .atencion-personalizada span {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .atencion_item p {
        margin: 15px;
        font-size: 27px;
    }

    /* seccion seguridad */
    .seccion-seguridad {
        margin-top: 200px;
    }

        .seccion-seguridad img {
            max-width: 95%;
        }

    .seguridad-texto {
        margin-bottom: 30px;
    }

        .seguridad-texto h2 {
            font-size: clamp(1rem, 8vw, 3rem);
        }

        .seguridad-texto span {
            font-size: clamp(1.5rem, 8vw, 3.6rem);
            font-weight: 700;
        }

        .seguridad-texto p {
            font-size: clamp(0.8rem, 4vw, 1.2rem);
        }


    /* seccion tarjeta */

    .seccion-tarjeta {
        margin-top: 15rem;
    }

        .seccion-tarjeta .texto {
            max-width: 700px;
            padding: 0rem 4rem;
        }

        .seccion-tarjeta img {
            max-height: 20rem;
            margin-bottom: 0;
        }

    .texto-seccion-tarjeta {
        color: var(--secundario);
    }

        .texto-seccion-tarjeta h2 {
            font-weight: 300;
        }

        .texto-seccion-tarjeta span {
            font-weight: 500;
        }

        .texto-seccion-tarjeta p {
            font-size: 20px;
            font-weight: 300;
            line-height: 24px;
        }

    .manoSostenida {
        position: absolute;
        z-index: -3;
        transform: translate(27rem, -3rem) scale(1.4) !important;
    }

    @media (max-width: 1198.98px) {
        .manoSostenida {
            display: none;
        }

        .seccion-tarjeta h2 {
            font-size: 23px;
        }

        .seccion-tarjeta p {
            font-size: 18px;
        }

        .seccion-tarjeta span {
            font-size: 30px !important;
        }
    }


    /* seccion forma parte de nuestro equipo */
    .seccion-equipo {
        margin: 10rem 0;
    }

    .card-body {
        padding: 2rem;
        max-width: 1200px;
        margin: auto;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0px 4px 10px var(--principal);
        border-radius: 12px;
        position: relative;
        z-index: 100;
    }

    .caja-equipo {
        background: transparent;
        border: 0;
    }

        .caja-equipo h2 {
            font-weight: 300;
            font-size: clamp(1rem, 8vw, 3rem);
        }

        .caja-equipo a {
            text-decoration: none;
        }

        .caja-equipo .button {
            width: fit-content;
            margin: 0 auto;
            background: #FFFFFF;
            border: 1px solid var(--principal);
            box-shadow: 1px 1px 0px var(--principal);
            border-radius: 4px;
            font-size: 1.5rem;
            color: var(--principal);
            margin-top: 20px;
            padding: 5px 10px;
            font-weight: 300;
            transition: all .3s ease-in-out;
        }

            .caja-equipo .button:hover {
                transform: scale(1.1);
            }

        .caja-equipo i {
            color: var(--principal);
        }

    /* usuarios financieros */

    .usuariosFinancieros {
        width: 80%;
        font-size: 12px;
        color: #b6b6b6;
    }

        .usuariosFinancieros img {
            margin: 10px 0;
        }
