.borde {
    border: 1px solid red;
}

/* GENERALES */
body {
    font-size: 1em;
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    color: #a9a8a8;
    height: auto;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.bg-primary {
    background-color: white !important;
    color: #a9a8a8;
}


/* clases de distancias */
.w-40 {
    width: 40% !important;
}

.w-85 {
    width: 85% !important;
}

.w-100-fert {
    width: 100% !important;
}

/* superior */
.sep-140 {
    margin-top: 140px !important;
}

.sep-100 {
    margin-top: 100px !important;
}

.sep-80 {
    margin-top: 80px !important;
}

.sep-60 {
    margin-top: 60px !important;
}

.sep-40 {
    margin-top: 40px !important;
}

.sep-20 {
    margin-top: 20px !important;
}

/* bottom */
.sep-40d {
    margin-bottom: 40px;
}

.sep-60d {
    margin-bottom: 60px;
}

.sep-80d {
    margin-bottom: 80px;
}

.sep-100d {
    margin-bottom: 100px;
}

.pad-100d {
    padding-bottom: 100px;
}

.pad-140d {
    padding-bottom: 140px;
}

.nav-link {
    color: #a9a8a8;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#menu-margen-top {
    height: 70px;
}

.menu {
    background-color: #fff !important;
}

.nav-link:hover {
    color: #2c248d;
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.navbar-toggler {
    border: 1px solid #a9a8a8;
    margin-top: 10px;
}

.btn-light {
    background-color: #dedede;
    color: #fff;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
}

.btn-light:hover {
    background-color: #2c248d;
    color: #fff;
}

.btn-secondary {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #2c248d;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: .8rem;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-secondary:hover {
    background-color: #dedede;
    border: 1px solid #dedede;
    color: #fff;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

/* FIN GENERALES */


/* ESTILOS PARTICULARES */

.bienvenida-block {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bienvenida-tit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #2c248d;
    padding-top: 60px;
}

.bienvenida-txt {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #6a6a6a;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 20px 40px 20px 0px;
}

.btn-primary-celeste-header {
    background-color: #FFF;
    border: 1px solid #776cf7;
    color: #776cf7;
    font-size: 1.1rem;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 10px 40px 10px 40px;
}

.btn-primary-celeste-header:hover {
    background-color: #776cf7;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary-celeste-header:focus {
    border-color: #776cf7;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    box-shadow: 0 0 0 0.1rem #776cf7
}

.btn-primary {
    background-color: #ff1d1b;
    border: none;
    color: #FFF;
    font-size: 1.1rem;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 15px 50px 15px 50px;
}

.btn-primary:hover {
    background-color: #dedede;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary:focus {
    border-color: #dedede;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary-blanco {
    background-color: #fff;
    border: none;
    color: #2c248d;
    font-size: 1.1rem;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 15px 50px 15px 50px;
}

.btn-primary-blanco:hover {
    background-color: #dedede;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary-blanco:focus {
    border-color: #fff;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    box-shadow: 0 0 0 0.1rem #776cf7
}

.btn-primary-celeste {
    background-color: #776cf7;
    border: none;
    color: #FFF;
    font-size: 1.1rem;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 15px 50px 15px 50px;
}

.btn-primary-celeste:hover {
    background-color: #dedede;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary-celeste:focus {
    border-color: #776cf7;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    box-shadow: 0 0 0 0.1rem #776cf7
}

.btn-primary-cas-puedes {
    background-color: #FFF;
    border: none;
    color: #242424;
    font-size: 1.1rem;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 15px 50px 15px 50px;
}

.btn-primary-cas-puedes:hover {
    background-color: #dedede;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn-primary-cas-puedes:focus {
    border-color: #FFF;
    border-radius: 2rem;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    box-shadow: 0 0 0 0.1rem #776cf7
}


.banner-txt {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 5rem;
    padding: 100px 40px 100px 10px;
}

.banner-back {
    background-color: #2c248d;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.nav-pills-block {
    padding-top: 40px;
    margin-bottom: 40px;
}

.nav-pills-tit {
    margin-top: 80px;
    color: #2c248d;
}

.nav-pills-esp {
    margin-top: 20px;
    margin-bottom: 60px;
}

.nav-pills {
    margin-top: 40px;
    padding-top: 30px;
}

.nav-pills-txt {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #6a6a6a;
    font-size: .9rem;
    line-height: 1.6rem;
    padding-top: 40px;
}

.nav-link-pills {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #6a6a6a;
    font-size: .9rem;
    margin-right: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    color: #2c248d;
    border-bottom: 1px solid #2c248d;
    border-bottom-left-radius: 0px;
    padding-bottom: 2px;
    border-bottom-right-radius: 0px;
    padding-bottom: 2px;
    padding-bottom: 2px;
}

.nav-pills-img {
    margin-top: -200px;
}

.soluciones-tit {
    color: #dedede;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    ;
}

.productos-tit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    color: #2c248d;
    padding-top: 40px;
}

.productos-back {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.productos-items {
    padding-top: 200px;
}

.servicio-bloque-up {
    margin-top: 60px;
    margin-bottom: 0px;
}

.servicio-bloque-down {
    margin-top: 0px;
    margin-bottom: 90px;
}

.servicio-icono {
    padding-top: 80px;
}

.servicio-tit {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c248d;
    padding-top: 100px;
}

.servicio-txt {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 1.6em;
    padding: 30px 40px 40px 0px;
}

.caracteristicas-tit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #2c248d;
    padding-top: 60px;
}

.modal-tit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c248d
}

.footer-block {
    padding-top: 80px;
}

.footer-tit {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: .8rem;
}

.footer-txt {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #00ffbc;
    font-size: .8rem;
}

.footer-copy {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: .7rem;
}

.footer-link {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #00ffbc;
    font-size: .8rem;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-redes {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #ffff;
    font-size: .7rem;
    margin-bottom: 10px;
}

.footer-redes-txt:hover {
    color: #00ffbc;
    text-decoration: none;
    padding-left: 5px;
}

.footer-redes-txt {
    color: #fff;
    padding-left: 5px;
}

.list-group-item {
    background-color: transparent;
    padding: 0px;
    border: none;
}


/* rubros */
/* .list-group-item-rubros {background-color: transparent; padding: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border: none; border-bottom: 1px solid grey; padding-top: 8px; padding-bottom: 8px;} */
.list-group-item-rubros {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #8a8a8a;
    display: inline-flex;
    ackground-color: transparent;
    padding-top: 8px;
    padding-bottom: 0px;
}

.list-group-item-rubros.active {
    background-color: rgba(0, 0, 0, 0.0);
    color: #000;
    border: none;
    font-weight: 600;
}

.rubro-title {
    color: #2c248d;
    font-weight: 700;
}

.rubro-txt {
    font-family: 'Biryani', Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding-left: 10px;
    border-left: 1px solid #2c248d;
    color: #404040;
    font-weight: 200;
    font-size: 1rem;
}

.rubro-icon {
    padding-right: 10px;
    padding-top: 4px;
}

.rubro-list {
    padding-top: 40px;
    padding-right: 60px;
}

.rubro-tit {
    padding-top: 8px;
    font-weight: 700;
}

.rubro-line {
    border-bottom: 1px solid #aeaeae;
    margin-left: 40px;
    padding-bottom: 0px;
    margin-top: 0px;
}

/* CAS PUEDES  */
.cas-puedes-header {
    color: #FFF;
    font-weight: 700;
    font-size: 1.4rem;
}

.cas-puedes-title {
    color: #00ffbc;
    font-weight: 700;
}

.cas-puedes-txt {
    color: #FFF;
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.5rem;
}

.cas-puedes-pad {
    padding-left: 100px;
}

.opiniones {
    background-color: #eae6f6;
    border-radius: 16px;
    border: 2px solid #7161ef;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.opiniones-nombres {
    color: #7161ef;
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-top: 16px;
    }

    .btn-primary {
        margin-bottom: 20px;
    }

}

@media (max-width: 992px) {
    #menu-margen-top {
        height: 0px;
    }

    .bg-primary {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;

        -webkit-box-shadow: 4px -22px 13px 26px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 4px -22px 13px 26px rgba(0, 0, 0, 0.15);
        box-shadow: 4px -22px 13px 26px rgba(0, 0, 0, 0.15);

    }

    .navbar-toggler-icon {
        color: #a9a8a8;
        padding-top: 5px;
    }

    .btn-primary {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .nav-pills-img {
        margin-top: 0px;
    }

    .productos-tit {
        text-align: center;
    }

    .productos-items {
        text-align: center;
        padding-top: 40px;
        ;
    }

    .footer-block {
        padding-bottom: 40px;
    }


}

@media (max-width: 640px) {


    #menu-margen-top {
        height: 0px;
    }

    .bg-primary {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
    }

    .nav-item {
        padding-top: 20px;
    }

    .sep-140 {
        margin-top: 80px !important;
    }

    .sep-80d {
        margin-bottom: 40px;
    }


    .tab-content {
        padding-left: 40px;
    }

    .navbar-toggler-icon {
        color: #a9a8a8;
        padding-top: 5px;
    }

    .bienvenida-img {
        padding-top: 60px;
        margin-bottom: 40px;
    }

    .bienvenida-block {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bienvenida-tit {
        padding-top: 40px;
        line-height: 3.4rem;
    }

    .nav-pills-block {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-txt {
        font-size: 3rem;
        padding: 60px 20px 60px 20px;
    }

    .servicio-icono {
        padding-top: 20px;
        width: 30% !important;
        margin-left: 35%;
    }

    .nav-pills-img {
        margin-top: 40px;
    }

    .productos-tit {
        text-align: center;
    }

    .productos-items {
        align-items: center;
    }

    .app-tit {
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        font-weight: 200;
        color: #2c248d;
        text-align: center;
    }

    .servicio-tit {
        text-align: center;
        padding-top: 30px;
    }

    .servicio-txt {
        padding: 20px 20px 40px 20px;
        text-align: center;
    }

    .cas-puedes-pad {
        padding-left: 20px;
    }

    /* Ajuste para el contenedor de los íconos de las tiendas en columna */
    .store-icons {
        gap: 10px;
        /* Espacio entre los íconos */
    }

    .store-icon img {
        transition: transform 0.3s ease;
        /* Efecto de transición */
    }

    .store-icon img:hover {
        transform: scale(1.1);
        /* Efecto de zoom al pasar el mouse */
    }

}

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

@media (max-width: 640px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
}