:root {
    --acBlue: #26becf;
    --acGreen: #8eb927;
    --acBlack: #2A2A2A;
    --acGreenText: #2b380c;
    --acGreenNight: #556f17;
    --acGreenShade: #617e1a;
    --acGreenDark: #72941f;
    --acGreen20: #A5C752;
    --acGreenTint: #C7DC93;
    --acGreenLight: #EDF4DE;
    --acGreen70: #DDEABE;
    --acGreen85: #EEF5DF;
    --acGreen90: #F4F8E9;
    --acGreen95: #F9FCF4;
    --acBlueText: #0b393e;
    --acBlueNight: #156771;
    --acBlueShade: #1a818d;
    --acBlueDark: #1e98a6;
    --acBlue20: #51CBD9;
    --acBlueTint: #93DFE7;
    --acBlue70: #beecf1;
    --acBlue85: #DEF5F8;
    --acBlue90: #E9F9FA;
    --acBlue95: #F4FCFD;
    --acGrayNight: #5C5C5C;
    --acGrayShade: #737373;
    --acGrayDark: #8F8F8F;
    --acGray: #A3A3A3;
    --acGray20: #B5B5B5;
    --acGrayTint: #D1D1D1;
    --acGray70: #E3E3E3;
    --acGray85: #F1F1F1;
    --acGray90: #F6F6F6;
    --acLight: #FAFAFA;
    --acGuide-color: #004d71;
    --acInstant-color: #0099A8;
    --acActive-color: #008375;
    --acPerforma-color: #a32c3f;
    --acSoftclix-color: #edb643;
    --acMicrosinfusoras: #005cb9;
    --acOrange: #FE6B01;
    --acOrangeDark: #a85316;
}

html {
    scroll-behavior: smooth;
}

/* Background */

.circle-perfil {
    clip-path: circle(8rem);
}

.bg-blue-to-green-gradient {
    font-size: 0.30rem;
    background: rgb(38,190,207);
    background: linear-gradient(90deg, rgba(38,190,207,1) 0%, rgba(142,185,39,1) 100%);
}

.gradient-with-circle {
    border-radius: 50%;
    background: linear-gradient(25deg, rgba(199,220,147,1) 0%, rgba(190,236,241,1) 50%) !important;
}

.bg-acLight {
    background-color: var(--acLight);
}

.bg-gray-14 {
    background-color: #eaeaea;
}

.bg-gray-19 {
    background-color: #e8e4e4;
}

.bg-acBlue {
    background-color: var(--acBlue);
}

.bg-acBlueDark {
    background-color: var(--acBlueDark);
}

.bg-acBlue70 {
    background-color: var(--acBlue70);
}

.bg-acBlueText {
    background-color: var(--acBlueText);
}

.bg-acGray85 {
    background-color: var(--acGray85);
}

.bg-acGray90 {
    background-color: var(--acGray90);
}

.bg-acBlue90 {
    background-color: var(--acBlue90);
}

.bg-acBlue95 {
    background-color: var(--acBlue95);
}

.bg-acGrenLight {
    background-color: var(--acGreenLight);
}

.bg-acOrange {
    background-color: var(--acOrange);
}

.bg-registro {
    background: url("../imgs/Background-registrarse.png");
    /*height: 115vh;*/
    background-origin: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-iniciar-sesion {
    background: url("../imgs/Background-Iniciar-sesion.png");
    height: 63vh;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Text */

.acLight-text {
    color: var(--acLight);
}

.acBlack-text {
    color: var(--acBlack);
}

.acBlueNight-text {
    color: var(--acBlueText);
}

.acBlue-text {
    color: var(--acBlue);
}

.acBlue20-text {
    color: var(--acBlue20);
}

.acBlueDark-text {
    color: var(--acBlueDark);
}

.acGreen-text {
    color: var(--acGreen);
}

.acGreenDark-text {
    color: var(--acGreenDark);
}

.acBlueShade-text {
    color: var(--acBlueShade);
}

.acBlueDark-filter {
    filter: invert(50%) sepia(47%) saturate(657%) hue-rotate(138deg) brightness(91%) contrast(95%);
}

.acGuide-color {
    color: var(--acGuide-color);
}
.acInstant-color {
    color: var(--acInstant-color);
}
.acActive-color {
    color: var(--acActive-color);
}
.acPerforma-color {
    color: var(--acPerforma-color);
}
.acSoftclix-color {
    color: var(--acSoftclix-color);
}
.acMicrosinfusoras-color {
    color: var(--acMicrosinfusoras);
}

.acOrange-color {
    color: var(--acOrange);
}

/** Borders **/

.border-acBlueDark {
    border-color: var(--acBlueDark);
    border: 1px solid var(--acBlueDark) !important;
}

.acBlueDark-border {
    border-color: var(--acBlueDark);
    border: 1px solid var(--acBlueDark);
    background-color: #fff !important;
}

.acBlueDark-border:hover {
    background-color: var(--acBlueDark) !important;
    color: var(--acLight) !important;
}

.acBorderGray20 {
    border: 1px solid var(--acGray20);
}

.border-with-gradient {
    background: linear-gradient(var(--acGray85), var(--acGray85)) padding-box, linear-gradient(62deg, rgba(38,190,207,1) 25%, rgba(142,185,39,1) 60%) border-box;
    border-radius: 50%;
    border: 2px solid transparent;
}


.banderin {
    /*top: -1.5rem;
    right: -14rem;*/
    clip-path: polygon(100% 0, 0 0, 0% 100%, 50% 75%, 100% 100%);
    width: 11rem;
    height: 6rem;
    letter-spacing: 2px;
    padding-top: 0.75rem;
}


@media(min-width: var(--breakpoint-xl)) {
    .banderin {
        right: -11.2rem;
    }
}

/*.accuCircule {
    margin-left: -16rem;
    padding: 0rem 21rem;
    border-bottom-right-radius: 8rem;
}*/

.accuCircule {
    margin-left: -55rem;
    padding: 0rem 27rem 0rem 54rem;
    border-bottom-right-radius: 8rem;
}

.topbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 1rem;*/
}

.promo-card-border-radius {
    border-radius: 0 10px 10px
}

.acBorder-bottom {
    border-bottom: 1px solid var(--acGray20);
    border-radius: 0rem !important;
}

.acRounded-bottom {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.acRounded-top {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

/** Contacto **/

.form--label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--acBlack)
}

.form--control {
    display: block;
    width: 100%;
    height: 1.5rem;
    padding: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--acBlack) !important;
    border: 1px solid var(--acBlueDark);
    background-color: var(--acLight) !important;
    border-radius: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form--textarea__contact {
    display: block;
    width: 100%;
    height: 7rem;
    padding: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--acBlack) !important;
    border: 1px solid var(--acBlueDark);
    background-color: var(--acLight) !important;
    border-radius: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form-select__contact {
    display: block;
    width: 100%;
    height: 1.5rem;
    padding: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--acBlueDark) !important;
    background-color: var(--acLight) !important;
    border: 0;
    border-radius: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form-select__contact--bg-blue {
    display: block;
    width: 100%;
    height: 1.5rem;
    padding: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--acBlueDark) !important;
    background-color: var(--acBlue85) !important;
    border: 0;
    border-radius: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/*
.form-group form-select__contact--bg-blue select {
    background-color: var(--acBlueTint) !important;
}*/
.form--shadow__contact {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26)
}

.form--container__contact {
    max-width: 90%;
    margin: 0 auto;
}

.form--container-space__contact {
    padding: 0 1rem;
}

/** Botones **/
.btn-acPrimary {
    background-color: var(--acBlueDark);
    color: var(--acLight);
    border-radius: 1.4rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--acBlueDark);
    transition: background-color 0.2s ease-in-out;
    line-height: 1.5;
}

.btn-acPrimary:hover {
    background-color: var(--acBlueNight);
}

.btn-acOrange {
    background-color: var(--acOrange);
    color: var(--acLight);
    border-radius: 1.4rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--acOrange);
    transition: background-color 0.2s ease-in-out;
    line-height: 1.5;
}

.btn-acOrange:hover {
    background-color: var(--acOrangeDark);
    border-color: var(--acOrangeDark);
}

.btn-acPrimary--small {
    background-color: var(--acBlueDark);
    color: var(--acLight);
    border-radius: 1.4rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    border: 1px solid var(--acBlueDark);
    transition: background-color 0.2s ease-in-out;
    line-height: 1.5;
    /*letter-spacing: 2px;*/
}

.btn-acPrimary--small:hover {
    background-color: var(--acBlueNight);
}

.btn-cantCart {
    display: flex;
    /*width: 100%;*/
    border: 1px solid var(--acBlueDark);
    background: var(--acLight);
    border-radius: 1rem;
}

.btn-cantCart-buttons {
    border: 0;
    background: inherit;
    width: 100%;
    color: var(--acBlueDark);
    font-weight: 700;
}

.btn-delete {
    cursor: pointer;
    color: var(--acBlueDark);
}

/** Card **/
.borderCard {
    box-shadow: -2px 4px 1px #00000024;
    border-radius: 2rem;
}

.borderCard .cuerpocard {
    background-color: var(--acGray85);
    width: 90%;
    margin: auto;
    padding: 1.5rem 0;
}

.borderCard .labelPerfil {
    font-weight: bold;
    color: var(--acBlueDark);
}

.borderCard .resultadoPerfil {
    color: var(--acBlack);
    font-weight: 500
}

.roundedCard {
    border-radius: 1rem;
}

.productMini-Card {
    height: 198px;
    width: 145px;
}

/** Login **/
.loginContainer {
    width: 100%;
    height: 100%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin: 0 auto;
}

@media (min-width: 375px)
{
    .loginContainer {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}

.registerContainer {
    width: 100%;
    height: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin: 0 auto;
}

@media (min-width: 375px) {
    .loginContainer {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
}

/** Menu Perfil **/
.menuPerfil {
    background-color: var(--acBlueDark);
    color: white;
}

.menuPerfil .navbar-toggler {
    font-size: 1.7rem;
    color: white;
    border: unset;
}

.menuPerfil ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menuPerfil li {
    color: white !important;
    border-bottom: 2px solid transparent;
    padding: 0 1rem;
    transition: all 0.3s ease;
}

.menuPerfil li:hover a, .menuPerfil .activado a {
    font-weight: 700 !important;
    color: var(--acLight) !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.flechaSeleccion {
    position: absolute !important;
    bottom: -2.3rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease;
}

.menuPerfil .flechaSeleccion {
    position: absolute !important;
    bottom: -2.3rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: none;
    transition: all 0.3s ease;
}

.menuPerfil .flechaSeleccion img {
    width: 3rem;
    height: 3rem;
    filter: invert(50%) sepia(47%) saturate(657%) hue-rotate(138deg) brightness(91%) contrast(95%);
}

.menuPerfil li:hover .flechaSeleccion, .menuPerfil .activado .flechaSeleccion {
    display: block;
}

.newAddress:hover p {
    color: var(--acBlueText);
}

/** Navbar **/
.nav-borders {
    margin: 0px;
    padding: 1rem 0px;
    border: 1px solid var(--acBlueDark);
}

.nav-borders a {
    border-right: 1px solid var(--acBlueDark);
    padding: 0;
}

.tirasPosition {
    left: 21.1rem;
}

.lancetasPosition {
    left: 31.3rem;
}

.accesoriosPosition {
    left: 40.2rem;
}

/** Media Queries **/
/** sm **/
@media only screen and (min-width: 576px) {
}

/** md **/
@media only screen and (min-width: 768px) {
    .form--container-space__contact {
        padding: 0 3rem;
    }

    .loginContainer {
        width: 75%;
        height: auto;
    }

    .registerContainer {
        width: 75%;
         height: auto; 
    }

    .bg-iniciar-sesion {
        height: 90vh;
    }
}
/** lg **/
@media only screen and (min-width: 992px) {
    .form--container-space__contact {
        padding: 0 7rem;
    }

    .loginContainer {
        width: 50%;
        /* height: 55%; */
        margin-left: 3rem;
    }

    .registerContainer {
        width: 50%;
        /* height: 75%; */
        margin-left: 3rem;
    }
}
/** xl **/
@media only screen and (min-width: 1200px) {
    .form--container-space__contact {
        padding: 0 14rem;
    }

    .loginContainer {
        width: 40%;
        margin-left: 7rem;
    }

    .registerContainer {
        width: 40%;
        /* height: 91%; */
        margin-left: 7rem;
    }

    .bg-iniciar-sesion {
        height: 100vh;
    }

    .bg-registro {
        height: 115vh;
    }

    .sidebar-carrito {
        top: 14rem !important;
        height: 79vh !important;
        width: 30rem !important;
    }
}
/** wd **/
@media only screen and (min-width: 1480px) {
    .form--container-space__contact {
        padding: 0 19rem;
    }

    .loginContainer {
        width: 32%;
        margin-left: 13rem;
    }

    .registerContainer {
        width: 35%;
        /* height: 85%; */
        margin-left: 13rem;
    }

    .tirasPosition {
        left: 6.7rem !important;
    }

    .lancetasPosition {
        left: 38.7rem !important;
    }

    .accesoriosPosition {
        left: 35.4rem !important;
    }

    .hs-sub-menu, .hs-mega-menu {
        left: 18.2rem;
    }
}

/* @media only screen and (max-width: 1479px) {
    .accesoriosPosition {
        left: 48rem !important;
    }
} */

.beneficiosCirculo {
    border-radius: 50%;
    width: 10rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border: 2px solid var(--acGreen);
}

.beneficiosText {
    font-size: 0.75rem;
}

@media (min-width: 320px)
{
    .beneficiosCirculo {
        width: 10rem;
        height: 9rem;
    }
}

@media (min-width: 425px)
{
    .beneficiosCirculo {
        width: 10rem;
        height: 11rem;
    }
}

@media (min-width: 768px) 
{
    .beneficiosCirculo {
        height: 10rem;
        width: 12rem;
    }

    .beneficiosText {
        font-size: 1rem;
    }
}

@media (min-width: 1024px)
{
    .beneficiosCirculo {
        height: 12rem;
        width: 12rem;
    }
}

.carouselDirection #sliderSyncingThumb:last-of-type slick-list slick-track {
    width: 100%;
    display: flex;
}

#sliderSyncingThumb .slick-track {
    justify-content: center;
    display:flex;
}

.productoRelacionadoText {
    font-size: 1.2rem;
}

@media (min-width: 768px) 
{
    .productoRelacionadoText {
        font-size: 2rem;
    }
}

.productosRelacionadosTitulo {
    font-size: 1.7rem;
}

@media (min-width: 768px)
{
    .productosRelacionadosTitulo {
        font-size: 2.5rem;
    }
}

li.u-has-submenu.u-header-collapse__submenu {
    padding: 0.5rem 3rem;
}

li.u-has-submenu.u-header-collapse__submenu:hover {
    background-color: var(--acBlue90);
}

li.u-has-submenu.u-header-collapse__submenu:has(a.acOrange-color):hover {
    background-color: #FE6B0120 !important;
}

ul#headerSidebarList li:first-of-type {
    margin-top: 2rem;
}

@media(min-width: 768px)
{
    .MobileCircleMenu {
        gap: 5.5rem;
    }
}

@media(min-width: 425px)
{
   /* .mobileCart {
        margin-left: 3rem;
    }*/
}

@media(min-width: 600px)
{
    .mobileCart {
        margin-right: 3.5rem;
        margin-left: 0rem;
    }
}

@media(min-width: 768px)
{
    .mobileCart {
        margin-right: 7rem;
    }
}

@media(min-width: 1024px)
{
    .mobileCart {
        margin-right: 8.5rem;
    }
}

@media(min-width: 768px)
{
    .mb-md-7rem {
        margin-bottom: 7rem !important;
    }
}

.mix-blend-mode-multiply {
    mix-blend-mode: multiply;
}

.list-check {
    list-style: none;
}

.list-check::before {
    content: '';
    display: inline-block;
    height: 1rem !important;
    width: 2rem !important;
    background-image: url("../imgs/check-icono.svg");
    background-repeat: no-repeat;
}

/* Descripci�n de productos. */

.font-size-description-title {
    font-size: 1.5rem;
}

.font-size-subtitle-puncionador {
    font-size: 1.25rem;
}

.font-size-description-subtitle {
    font-size: 1rem;
}

.font-size-description {
    font-size: 0.75rem;
}

.width-check-description {
    width: 1.75rem;
}

.size-img-description {
    width: 7rem;
    aspect-ratio: 1 / 1;
}

.size-icon-description {
    width: 2.5rem;
}

.width-check-description-instant {
    width: 12.25rem;
}

.size-img-instant {
    width: 5.5rem;
}

.width-img-instant {
    width: 18rem;
}

.font-size-description-instant {
    font-size: 0.75rem;
}

.size-icon-guide {
    width: 5.5rem;
}

@media (min-width: 425px) {
    .font-size-description-title {
        font-size: 1.75rem;
    }

    .font-size-subtitle-puncionador {
        font-size: 1.5rem;
    }

    .font-size-description-subtitle {
        font-size: 1.25rem;
    }

    .width-img-puncionador {
        height: 15rem;
    }

    .font-size-description {
        font-size: 1rem;
    }
}

@media (min-width: 768px)
{
    .width-check-description {
        width: 1.25rem;
    }

    .width-img-instant {
        width: 23rem;
    }

    .font-size-description-instant {
        font-size: 1rem;
    }

    .size-img-instant {
        width: 5rem;
    }

    .width-img-puncionador {
        height: 20rem;
    }

    .gap-instant {
        gap: 2rem;
    }
}

@media (min-width: 1024px)
{
    .font-size-description-title {
        font-size: 2rem;
    }

    .font-size-subtitle-puncionador {
        font-size: 1.75rem;
    }

    .font-size-description-subtitle {
        font-size: 1.5rem;
    }

    .font-size-description {
        font-size: 1.25rem;
    }    

    .width-check-description {
        width: 2.5rem;
    }

    .size-img-description {
        width: 12rem;
    }

    .font-size-description-instant {
        font-size: 1.25rem;
    }

    .size-img-instant {
        width: 9rem;
    }

    .width-check-description-instant {
        width: 7.25rem;
    }

    .size-icon-description {
        width: 3rem;
    }   

    .width-img-puncionador {
        height: auto;
    }

    .gap-instant {
        gap: 0rem;
    }
}

@media (min-width: 1440px)
{
    .font-size-description-title {
        font-size: 2.25rem;
    }

    .font-size-subtitle-puncionador {
        font-size: 2rem;
    }

    .font-size-description-subtitle {
        font-size: 1.75rem;
    }

    .font-size-description {
        font-size: 1.5rem;
    }

    .width-img-instant {
        width: 100%;
    }

    .size-icon-description {
        width: 6rem;
    }

    .width-img-puncionador {
        width: 30rem;
    }    
}

@media (min-width: 578px)
{
    .px-md-6rem {
        padding: 0 6rem;
    }
}

@media (min-width: 768px)
{
    .text-md-start {
        text-align: start !important;
    }
}

@media (max-width: 576px)
{
    .gap-relacionados {
        gap: 2rem;
    }
}

.w-relacionados {
    width: 18rem;
}

@media (min-width: 576px)
{
    .w-relacionados {
        width: 22rem;
    }
}

body:has(#sidebarContent.u-unfold--hidden) #sidebarBlackComplement {
    display: none;
    animation-name: desvanecimiento;
    animation-duration: 75ms;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}

@keyframes desvanecimiento
{
    0% {
        display:block;
        background: rgba(0, 0, 0, 0.3);
    }
/*    25% {
        background: rgba(0, 0, 0, 0.2);
    }*/
    50% {
        background: rgba(0, 0, 0, 0.2);
    }
    /*75% {
        background: rgba(0, 0, 0, 0.1);
    }*/
    100% {
        background: rgba(0, 0, 0, 0);
        display: none;
    }
}

body:has(#sidebarContent.fadeInRight) {
    overflow: hidden !important;
}

check[value=""] {

}





#diaFeriadoModal {
    margin: auto;
}

    #diaFeriadoModal .modal-content {
        padding: 0 !important;
    }

    #diaFeriadoModal .modal-body {
        padding: 0 !important;
    }

.modalBodyFeriado {
    position: relative;
    padding: 0rem !important;
}

#diaFeriadoModal button span {
    font-size: 2.5rem;
    height: 0;
    color: white;
    line-height: 0.6;
}

#diaFeriadoModal button {
    position: absolute;
    z-index: 20;
    right: -17px;
    top: -20px;
    background-color: #ff0101;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    border: unset;
}

@media(max-width:992px) {
    #diaFeriadoModal .modal-content {
        width: 95% !important;
        margin: auto !important;
    }
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.paquetesCartas {
    border: 2px solid;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-image: linear-gradient(90deg, rgba(38,190,207,1) 0%, rgba(142,185,39,1) 100%);
    background: linear-gradient(to right, white, white), linear-gradient(90deg, rgba(142,185,39,1) 0%, rgba(38,190,207,1) 100%);
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    box-shadow: 0px 0px 12px #00000045;
}

.paquetesLogo {
    max-width: 18rem;
    width: 100%;
}

@media (min-width: 576px)
{
    .paquetesLogo {
        max-width: 22rem;
    }
}

.contenedorLinkPaquetes {
    gap: 1rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contenedorLinkPaquetes a p:hover {
    color: var(--acBlue) !important;
}

@media(min-width: 1024px) {
    .contenedorLinkPaquetes a {
        border-bottom: 5px solid #d1d1d1;
    }

    .contenedorLinkPaquetes a:hover {
        border-bottom: 5px solid #26becf !important;
    }

    .paqueteActivo {
        border-bottom: 5px solid #26becf !important;
    }
}

.paqueteActivo p {
    color: var(--acBlue) !important;
}

@media(min-width: 1024px)
{
    .contenedorLinkPaquetes {
        gap: 0rem;
    }
}

.botonAzul {
    background-color: var(--acBlue);
    color: var(--acLight);
    border-radius: 1.4rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--acBlue);
    transition: background-color 0.2s ease-in-out;
    line-height: 1.5;
}

.botonAzul:hover {
    background-color: var(--acBlueNight);
    border-color: var(--acBlueNight);
}

.navLinkPaquetes a.bg-white {
    box-shadow: 0 0 0 2px white;
}

.iconMainMenuPaquetes {
    max-width: 3.2rem;
    transition: all .3s ease-in-out;
}

#paqueteNaranja {
    display: none;
}

/* Modal de promociones combinadas. */
.contenedorPromocionesCombinadas {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalPromocionesCombinadas {
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    max-height: 36rem;
}

.botonPromocionesCombinadas {
    background-color: var(--acOrange);
    display: flex;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    border: 0;
    border-radius: 50rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.botonPromocionesCombinadas:hover {
    background-color: var(--acOrangeDark);
}

.botonCerrarPromocionesCombinadas {
    position: absolute;
    top: -1rem;
    border: 0;
    font-size: 1.75rem;
    color: var(--acBlue);
    font-weight: 600;
    right: -1rem;
    background-color: transparent;
}

.botonCerrarPromocionesCombinadas svg {
    width: 4rem;
    height: 4rem;
}

.alturaTituloPacks {
    height: 2.7rem;
}

@media(min-width: 532px)
{
    .alturaTituloPacks {
        height: 1.7rem;
    }
}

@media(min-width: 768px)
{
    .alturaTituloPacks {
        height: 3.2rem;
    }

    .alturaTituloPacks p {
        font-size: 1.45rem;
    }
}

.alturaTituloPacks p {
    font-size: 1.35rem;
}

@media (min-width: 1200px)
{
    .alturaTituloPacks {
        height: fit-content;
    }    
}

.textGreenEnable {
    --tw-text-opacity: 1;
    color: #1e98a6;
}

.validaClaves {
    color: #627682BB;
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px
}

.descripcionRelacionados {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marked {
    color: #1E98A6;
    font-weight: 600;
}

    .marked > * {
        color: #00000099;
        font-weight: 400;
    }

#sggstEsc li:hover {
    background-color: #f5fafd;
}

#sggstEsc {
    background-color: white;
    position: absolute;
    border: 0.5px solid #00617f;
    border-top: none;
}

@media(max-width:1400px) {
    #sggstEsc {
        position: relative;
    }
}

.busqueda{
   
    border: solid 2px #1E98A6;
    border-radius: 25px;
    padding: 7px 15px;
    color: #333;
    font-weight: 500;
}
.busqueda:focus {
    outline: none;
}
.busqueda::placeholder {
    color: #333;
}

@keyframes animate1 {
    from {
        transform: translate(0%)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes animate2 {
    from {
        transform: translate(100%)
    }

    to {
        transform: translate(0%)
    }
}
#cintilloMarquee {
    height: 3rem;
    top: 0;
    position: absolute;
    animation: animate1 linear 30s infinite;
    transform: translate(0);
    width: max-content
}

#cintilloMarqueeV2 {
    height: 3rem;
    top: 0;
    position: absolute;
    animation: animate2 linear 30s infinite;
    transform: translate(0);
    width: max-content
}

#cintilloMarquee span, #cintilloMarqueeV2 span{
    margin: 0 1rem
}

li.nav-item.hs-has-mega-menu.u-header__nav-item:hover > .hs-sub-menu, li.nav-item.hs-has-mega-menu.u-header__nav-item:hover > .hs-mega-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

/*Select orderby paquetes*/
.cntntSelectOrder{
    display: flex; 
    justify-content: end;
    padding: 2rem 1.5rem;
    width: 100%;
}

.cntntSelectOrder select {
    border: .15rem solid #295393;
    border-radius: 6rem;
    padding: .5rem 1.5rem

}