<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --s-color-primary: #122A4E;
}

[v-cloak] {
    display: none;
}

.loader-process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    z-index: 1000;
}

.vue-contenido[v-cloak]~.loader-process {
    opacity: 1;
    visibility: visible;
}

.vue-contenido:not([v-cloak])~.loader-process {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

/* html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
} */

body {
    padding-top: 56px;
    /* background-image: linear-gradient(red, yellow); */
    /* background-image: linear-gradient(to right, rgb(214, 214, 214) , rgb(240, 240, 240)); */
}


/* ---------------------------------------------------
    GLOBO TEXTO
----------------------------------------------------- */

.s-globo-verde {
    background-color: #17C675;
    padding-left: 3px !important;
    padding-right: 3px !important;
    border-radius: 5px !important;
    color: #000;
}

.s-globo-amarillo {
    background-color: #FFD526;
    padding-left: 3px !important;
    padding-right: 3px !important;
    border-radius: 5px !important;
    color: #000;
}

.s-btn-primary {
    background: #002568;
}

.s-btn-primary:hover {
    background: #007AD9;
}

.s-btn-detalle {
    background-color: #FF5B00;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.s-btn-detalle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 91, 0, 0.6), rgba(255, 255, 255, 0.3));
    transition: left 0.5s ease-in-out;
    z-index: 0;
}

.s-btn-detalle:hover::before {
    left: 100%;
}

.s-btn-detalle:hover {
    color: #fff;
    background-color: #FF5B00;
    box-shadow: 0px 0px 20px rgba(255, 91, 0, 0.8);
}

.s-btn-carrito {
    background-color: #17A2B8;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.s-btn-carrito::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 150, 255, 0.6), rgba(255, 255, 255, 0.3));
    transition: left 0.5s ease-in-out;
    z-index: 0;
}

.s-btn-carrito:hover::before {
    left: 100%;
}

.s-btn-carrito:hover {
    color: #fff;
    background-color: #17A2B8;
    box-shadow: 0px 0px 20px rgba(0, 150, 255, 0.8);
}

/* ---------------------------------------------------
    FORMATEO TEXTO
----------------------------------------------------- */

.multi-line-truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
    /* AsegÃºrate de que sea normal */
    text-overflow: ellipsis;
}
.multi-line-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    white-space: normal;
    /* AsegÃºrate de que sea normal */
    text-overflow: ellipsis;
}

/* ---------------------------------------------------
    GENERAL
----------------------------------------------------- */

.s-size-slider {
    width: 100%;
    height: 50vh;
}

.s-size-banner {
    width: 100%;
    height: 50vh;
}


/* ---------------------------------------------------
    ALERTS
----------------------------------------------------- */

.s-popup-title {
    color: #fff;
    font-style: italic;
}

.s-popup-container {
    border-color: red;
    border-radius: 30px;
}

.s-popup-email-container {
    border-color: red;
    border-radius: 30px;
    padding: 12px;
}

.loader {
    width: 90px;
    height: 90px;
    background: no-repeat center/80% url('../../resources/imagenes/loader2.gif') rgb(255, 255, 255);
}

.s-btn-mas {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.s-btn-menos {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    ;
}


/* ---------------------------------------------------
    AUTOCOMLETADO
----------------------------------------------------- */

.list-autocomplete-mov {
    width: 97%;
    /*525*/
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    list-style: none;
    position: fixed;
    top: 50px;
    font-size: 0.6rem;
    /* overflow-y: scroll; */
    /* max-height: 250px; */
    /* margin-left: 0; */
}

.list-autocomplete-mov li:hover {
    background-color: #485766;
    color: #fff;
}

.input-autocomplete {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #645979;
    outline: none;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
}

.list-autocomplete {
    width: 525px;
    /*525*/
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    list-style: none;
    position: fixed;
    top: 55px;
    letter-spacing: 1.2px;
    /* overflow-y: scroll; */
    /* max-height: 250px; */
    /* margin-left: 0; */
}

.list-autocomplete li:hover {
    background-color: #485766;
    color: #fff;
}

.list-modelo {
    /* width: 605px; */
    /*525*/
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    /* list-style: none; */
    /* position: relative; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    overflow-y: auto;
    max-height: 200px;
    /* margin-left: 0; */
}

.list-modelo li:hover {
    background-color: #485766;
    color: #fff;
}

.s-scroll {
    /* scrollbar-width: none; */
}

.s-scroll::-webkit-scrollbar {
    /* display: none; */
}

.s-modal-def {
    z-index: 1000;
    /* width:100%; */
    height: 0vh;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ---------------------------------------------------
    CONTAINER FLUID AJUSTES
----------------------------------------------------- */

.s-mx {
    margin-top: -50px;
}

.s-center {
    justify-content: center !important;
}


/* ---------------------------------------------------
    BACKGROUND COLOR CUSTOM
----------------------------------------------------- */

.s-bg-red {
    background: skyblue !important;
}

.s-bg-primary {
    background-color: #002568;
}

.s-bg-primary-light {
    background-color: #3f70b9;
}

.s-bg-basic {
    background-color: #022B4E;
}

.s-widget-primary {
    background-color: #002568;
}

.s-widget-primary:hover {
    background-color: #1d498a;
}

.s-widget-green {
    background-color: #00D670;
}

.s-bg-secundary {
    background-color: #ffd42a;
}

.s-widget-secundary {
    background-color: #ffd42a;
}

.s-widget-secundary:hover {
    background-color: #ffe57b;
}

.s-bg-light {
    background-color: #e7e7e7;
}

.s-widget-light {
    background-color: #ffffff;
}

.s-widget-light:hover {
    background-color: #e9e9e9;
}

.s-widget-menu {
    background-color: transparent;
    color: #000 !important;
}

.s-widget-menu:hover {
    text-decoration: none;
    background-color: #022B4E;
    color: white !important;
}

.s-widget-menu:hover i {
    color: white !important;
}

.s-widget-danger {
    background-color: #FF324D;
}

.s-widget-danger:hover {
    background-color: #ff4059;
}

.s-text-color-primary {
    color: #122a4e;
}

.s-text-color-primary:hover {
    color: #15315a;
}

.s-facturado {
    font-size: 16px;
}

.s-descuento {
    background-color: #FF0039;
    color: white;
    font-size: 13px;
}

.s-texto-tachado {
    color: #5D5D72;
    text-decoration: line-through;
    text-decoration-thickness: 1.4px;
    text-decoration-color: rgb(231, 43, 43);
}

.s-texto-tachado-mdl {
    color: #F0F0F0;
    text-decoration: line-through;
    text-decoration-thickness: 1.3px;
    /* text-decoration-color: #000; */
}

.s-promo {
    font-size: 1.08em !important;
}

.s-texto-valor-promo-oferta {
    font-size: 22px;
}
.s-texto-promo-oferta {
    font-size: 22px;
    padding-right: 4px;
    font-weight: 700;
    background-color: yellow !important;
}

.s-texto-promo-liquidacion {
    font-size: 22px;
    padding-right: 4px;
    font-weight: 700;
    background-color: #FF0000 !important;
}

.s-text-color-gray {
    color: #5D5D72;
}

.s-text-color-secundary {
    color: #ffd42a;
}

.s-text-color-secundary:hover {
    color: #ffe57b;
}

.s-text-color-light {
    color: #505050;
}

.s-text-color-light:hover {
    color: #808080;
}

.s-text-decoration {
    text-decoration: line-through;
}

.s-border-color-light {
    border: 1px solid #e0e0e0;
}

.s-widget-detail {
    background-color: #FF5B00;
}

.s-widget-detail:hover {
    background-color: #ffe57b;
}

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


/* ---------------------------------------------------
    BOTON FLOTANTE INICIO
----------------------------------------------------- */

.btn-inicio {
    position: absolute;
    width: 60px;
    height: 60px;
    /* bottom: 25px; */
    right: 25px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
}

.btn-inicio:hover {
    background: #FF0039;
    color: #fff;
}

.btn-whatsapp {
    position: absolute;
    width: 60px;
    height: 60px;
    /* bottom: 25px; */
    /* left: 25px; */
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
}

.btn-whatsapp img {
    width: 60px;
    height: 60px;
}

.btn-inicio-static {
    margin-right: 5px;
    background: #ffd42a;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    padding: 0px 4px;
    transition: all 300ms ease;
}

.btn-inicio-static:hover {
    background: #FF0039;
    color: #fff;
}


/*@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
    }
}*/


.modal-backdrop {
    background-color: black !important; /* Cambia el color de fondo */
    opacity: 0.8 !important; /* Ajusta la opacidad (1 = totalmente negro) */
}

/* ---------------------------------------------------
    ESTILOS INPUT TEXT BUSCAR
----------------------------------------------------- */

.s-input-search {
    border: 1px solid #ffffff;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 8px;
    width: 400px;
    height: 40px;
    outline: none;
}

.s-input-search:focus {
    outline: none;
}


/* ---------------------------------------------------
    ESTILO BUTTON BUSCAR
----------------------------------------------------- */

.s-btn-search {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 80px;
    height: 40px;
    margin-left: -12px;
}

.s-btn-search:focus {
    outline: none;
}

.s-btn-search-delete {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 40px;
    height: 40px;
    margin-left: -12px;
    background-color: #FFF;
    font-weight: 900;
    font-size: 20px;
}

.s-btn {
    border: none;
    height: 50px;
}

.s-btn:focus {
    outline: none;
}

.s-btn-volver {
    background-color: #FF0039;
    color: #fff;
    border-radius: 20px;
}

.s-btn-volver:hover {
    color: #fff !important;
    background-color: #002C4E;
}

.s-btn-tool {
    width: 40px;
    height: 40px;
}

.s-align-img {
    margin-left: -4px;
}
/* ---------------------------------------------------
    BUSCADOR MOVIL
----------------------------------------------------- */

.form-search-mov button {
    border: none;
    background: none;
    color: #8b8ba7;
}


/* styling of whole input container */

.form-search-mov {
    --timing: 0.3s;
    --width-of-input: 55%;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #fff;
    --border-color: #2ee9d9;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: var(--width-of-input);
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    /* padding-inline: 0.8em; */
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg, #fff);
}


/* styling of Input */

.input-search-mov {
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
    border-radius: var(--border-radius);
}


/* styling of animated border */

.form-search-mov:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
}


/* Hover on Input */

.form-search-mov:focus-within {
    border-radius: var(--after-border-radius);
    width: 80%;
    transition: width 0.5s ease-in-out;
}

.form-search-mov input:focus {
    outline: none;
}


/* here is code of animated border */

.form-search-mov:focus-within:before {
    transform: scale(1);
}


/* styling of close button */


/* == you can click the close button to remove text == */

.reset-search-mov {
    /* border: none;
    background: none;
    opacity: 0;
    visibility: hidden; */
    display: none;
    padding: 0;
}


/* close button shown when typing */

.form-search-mov input:not(:placeholder-shown)~.reset-search-mov {
    /* opacity: 1;
    visibility: visible; */
    display: block;
}


/* sizing svg icons */

.form-search-mov svg {
    width: 17px;
    margin-inline: 0.5em;
}



/* ---------------------------------------------------
    NAVBAR PRUEBAS
----------------------------------------------------- */

.s-burbuja {
    /*background-color: red !important;*/
    color: #002C4E !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 16px !important;
}


/* ---------------------------------------------------
    NAVBAR PRUEBAS
----------------------------------------------------- */

.navbar {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


/* .navbar-nav li:hover .dropdown-menu {
    display: block;
} */

.navbar-nav a:hover .dropdown-menu {
    display: block;
}

.navbar-height {
    height: auto;
}


/* ---------------------------------------------------
    MENU IZQUIERDO
----------------------------------------------------- */

.s-menu-container {
    height: 400px;
    z-index: 1000;
}

.s-menu-lista {
    /* height: 450px; */
    margin-left: -10px;
    margin-right: -10px;
}

.s-recortar-texto {
    border-color: red;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    word-wrap: break-word;
    overflow: hidden;
}


/* ---------------------------------------------------
    ESTILOS SIDEBAR
----------------------------------------------------- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -285px;
    height: 100vh;
    z-index: 1999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.s-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1998;
    background: rgba(0, 0, 0, 0.6);
    /* opacity: 1; */
    visibility: hidden;
}

.s-overlay.active {
    /* left: 0; */
    /* opacity: 1; */
    visibility: visible;
}


/* ---------------------------------------------------
    ESTILOS SIDEBAR MOBIL
----------------------------------------------------- */


/* .mb-0&gt;a {
    display: block;
    position: relative;
}

.mb-0&gt;a:after {
    position: absolute;
    right: 0;
} */


/* .mb-0&gt;a[aria-expanded="false"]:after {
    content: "\f077";
} */


/* ---------------------------------------------------
    ESTILO LISTAS
----------------------------------------------------- */

.s-li {
    height: 36px;
    text-align: left;
    vertical-align: middle;
    border: 0px solid #ffffff;
    border-radius: 0px;
    /* outline: none; */
}

.s-li:focus {
    outline: none;
}

.s-a {
    height: 35px;
    padding-top: 5px;
}


/* ---------------------------------------------------
    CARD
----------------------------------------------------- */

.s-card {
    border-radius: 10px;
    box-sizing: border-box;
}

.s-card:hover {
    color: #FF0039;
    /* border: 2px solid #a0a0a0; */
    -webkit-transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.s-card a img {
    padding: 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/* ---------------------------------------------------
   MODAL ALERTA NOTICIA
----------------------------------------------------- */

.s-mod-card-padre {
    width: 350px;
    height: 100px;
    position: absolute;
    right: 120px;
    top: 85%;
}

.s-mod-card-padre img {
    z-index: 99999;
    width: 30%;
    position: absolute;
    top: 5%;
    right: 0%;
    /* -moz-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    -webkit-transform: rotate(125deg); */
    transform: rotate(130deg);
}

.s-mod-card {
    width: 350px;
    height: 100px;
    padding: 30px 65px 30px 30px;
    background: white;
    position: absolute;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    white-space: normal;
}

.s-mod-card h2 {
    z-index: 1;
    color: white;
    font-size: 1.0em;
}

.s-mod-card::before {
    content: '';
    position: absolute;
    width: 70px;
    background-image: linear-gradient(120deg, rgb(0, 183, 255), rgb(255, 48, 255));
    height: 700%;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.s-mod-card::after {
    content: '';
    position: absolute;
    background: #E53F32;
    inset: 5px;
    border-radius: 15px;
}


/* .s-mod-card:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
  } */


/* ---------------------------------------------------
   BOTON ANIMADO VER MAS inicio
----------------------------------------------------- */

.s-card-animated-detail {
    cursor: pointer;
    /* width: 70%; */
    /* height: 254px; */
    background: #FF0039;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
    float: right;
}

.s-card-animated-detail:hover {
    background-color: #764BFF;
}

.s-card-animated-detail h6 {
    z-index: 1;
    color: white;
    padding-top: 3px;
    /* font-size: 2em; */
}

.s-card-animated-detail::before {
    content: '';
    position: absolute;
    width: 700%;
    background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
    height: 40px;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.s-card-animated-detail::after {
    content: '';
    position: absolute;
    background: #FF0039;
    inset: 4px;
    border-radius: 25px;
}

.s-card-animated-detail:hover:after {
    background: var(--s-color-primary);
    transition: all 1.5s ease;
}


/* .s-card-animated-detail:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
} */


/* ---------------------------------------------------
   BOTON ANIMADO DETAIL
----------------------------------------------------- */

.s-card-animated-regular {
    cursor: pointer;
    /* width: 70%; */
    /* height: 254px; */
    background: var(--s-color-primary);
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 6px 20px 6px 20px;
    /* float: left; */
}

.s-card-animated-regular:hover {
    background-color: #764BFF;
}

.s-card-animated-regular h6 {
    z-index: 1;
    color: white;
    padding-top: 3px;
    /* font-size: 2em; */
}

.s-card-animated-regular::before {
    content: '';
    position: absolute;
    width: 700%;
    background-image: linear-gradient(#122A4E, #003E74, #00539A, #fff, #122A4E);
    height: 160px;
    animation: rotBGimg 2500ms linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.s-card-animated-regular::after {
    content: '';
    position: absolute;
    background: var(--s-color-primary);
    inset: 4px;
    border-radius: 13px;
}

.s-card-animated-regular:hover:after {
    background: var(--s-color-primary);
    transition: all 1.5s ease;
}


/* .s-card-animated-regular:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
} */


/* ---------------------------------------------------
   BOTON ANIMADO VER MAS
----------------------------------------------------- */

.s-card-animated {
    cursor: pointer;
    width: 100%;
    /* height: 254px; */
    background: #002568;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.s-card-animated:hover {
    background-color: #764BFF;
}

.s-card-animated h5 {
    z-index: 1;
    color: white;
    /* font-size: 2em; */
}

.s-card-animated::before {
    content: '';
    position: absolute;
    width: 700%;
    background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
    height: 80px;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.s-card-animated::after {
    content: '';
    position: absolute;
    background: #002568;
    inset: 5px;
    border-radius: 15px;
}

.s-card-animated:hover:after {
    background: #764BFF;
    transition: all 1.5s ease;
}


/* .s-card-animated:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
} */


/* ---------------------------------------------------
   BOTON ANIMADO CARRITO
----------------------------------------------------- */

.s-shop-button {
    --border-radius: 50%;
    --border-width: 5px;
    border-radius: 50%;
    appearance: none;
    position: relative;
    padding: .375rem .75rem;
    border: none;
    background-color: var(--s-color-primary);
    font-family: "Roboto", Arial, "Segoe UI", sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    color: #fff;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.s-shop-button::after {
    --m-i: linear-gradient(#000, #000);
    --m-o: content-box, padding-box;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 42px;
    height: 42px;
    padding: var(--border-width);
    margin: 0;
    border-radius: var(--border-radius);
    /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 212, 255, 1) 29%, rgba(9, 9, 121, 1) 100%); */
    background-image: conic-gradient( #122A4E, #003E74, #00539A, #fff, #122A4E);
    -webkit-mask-image: var(--m-i), var(--m-i);
    mask-image: var(--m-i), var(--m-i);
    -webkit-mask-origin: var(--m-o);
    mask-origin: var(--m-o);
    -webkit-mask-clip: var(--m-o);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    filter: hue-rotate(0);
    animation: rotate-hue-shop linear 1500ms infinite;
    animation-play-state: running;
}

.s-shop-button:hover::after {
    animation-play-state: running;
}

@keyframes rotate-hue-shop {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.s-shop-button,
.s-shop-button::after {
    box-sizing: border-box;
}

.s-shop-button:active {
    --border-width: 5px;
}


/* ---------------------------------------------------
    ESTILO IMAGE ZOOM
----------------------------------------------------- */

.s-image-zoom {
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.s-image-zoom:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.s-image-rounded {
    border-radius: 12px;
}

.s-image-ajustar {
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 100%;
    /* height: 85%; */
}

.s-image-slider {
    width: 100%;
    height: 79vh;
}

.s-image-card {
    width: 100%;
    height: 48vh
}

.img-large-div {
    width: auto;
    /*500px;*/
    height: 300px;
}

.img-large {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-large:hover {
    background-size: 300%;
    cursor: zoom-in;
}

.img-small-div {
    width: 100px;
    height: 100px;
}

.img-small {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.s-item-logo-empresas {
    margin-bottom: 20px;
}

.s-item-logo-empresas img {
    height: 65px;
}

.s-img-externo {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), url(../../resources/imagenes/pantalla.jpg)no-repeat;
    background-size: 100% 100%;
}


/* ---------------------------------------------------
    TAMANO DE FUENTES PIE DE PAGINA
----------------------------------------------------- */

.s-text-size-sm {
    font-size: 14px;
    color: #a0bce5;
}

.s-text-size-md {
    font-size: 20px;
    color: #a0bce5;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


/* .dropdown:hover&gt;.dropdown-menu {
    display: block;
} */


/* .dropdown:hover &gt; .dropdown-menu {
    display: block;
}
.dropdown &gt; .dropdown-toggle:active {
    pointer-events: none;
} */


/* .button:hover .dropdown-menu {
    display: block;
} */


/* ---------------------------------------------------
    BOTONES
----------------------------------------------------- */

.s-btn-no-selectable {
    border-color: #002568;
}

.s-btn-no-selectable:hover {
    background-color: #022B4E;
    color: #fff
}

.s-btn-selectable {
    background-color: #002568;
    color: #fff;
}

.s-btn-selectable:hover {
    color: #fff;
}

.s-btn-focus:focus {
    background-color: #122a4e;
    color: #fff;
}

.stockNoDisp {
    background-color: red !important;
    color: #FFFFFF !important;
    margin: 0px;
    border-radius: 35px !important;
    padding: 0px 5px 0px 5px;
    font-style: italic;
}

.stockDisp {
    background-color: green !important;
    color: #FFFFFF !important;
    margin: 0px;
    border-radius: 35px !important;
    padding: 0px 5px 0px 5px;
    font-style: italic;
}


/* ---------------------------------------------------
    BOTON FLOTANTE PROMOCION
----------------------------------------------------- */

.s-btn-prom {
    position: absolute;
    /*width:60px;
    height:60px;
    line-hesight: 63px;
    bottom:25px;*/
    left: -3%;
    top: -3%;
    z-index: 100;
    transition: all 400ms ease;
}


/* ---------------------------------------------------
    GALERIA DE IMAGENES
----------------------------------------------------- */

.container-gallery-img {
    display: grid;
    /*grid-template-columns: 2fr 1fr;*/
    grid-template-columns: 1fr;
    /*gap:5px;*/
    align-items: flex-start;
    padding: 5px 5%;
}

.container-gallery-img .main-img {
    background: #eee;
    border-radius: 5px;
    padding: 10px;
}

.container-gallery-img .main-img img {
    width: 100%;
    /*height: 50vh;*/
    border-radius: 5px;
}

.container-gallery-img .img-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #eee;
    border-radius: 5px;
    height: 110px;
    overflow-y: scroll;
}

.container-gallery-img .img-list::-webkit-scrollbar {
    width: 7px;
}

.container-gallery-img .img-list::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
}

.container-gallery-img .img-list::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 50px;
}

.container-gallery-img .img-list .image img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.container-gallery-img .img-list .image {
    display: flex;
    align-items: center;
    /*gap:15px;*/
    background: #f7f7f7;
    border-radius: 5px;
    /*margin: 10px;*/
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.container-gallery-img .img-list .image:hover {
    background: #eee;
}

.container-gallery-img .img-list .image.active {
    background: #2980b9;
}


/* ---------------------------------------------------
    VIDEO DE PRODUCTOS 3D
----------------------------------------------------- */

.heading-gallery {
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
}

.container-gallery {
    display: grid;
    /*grid-template-columns: 2fr 1fr;*/
    grid-template-columns: 1fr;
    gap: 5px;
    align-items: flex-start;
    padding: 5px 5%;
}

.container-gallery .main-video {
    background: #eee;
    border-radius: 5px;
    padding: 10px;
}

.container-gallery .main-video iframe {
    width: 100%;
    height: 50vh;
    border-radius: 5px;
}

.container-gallery .main-video .title {
    color: #333;
    font-size: 23px;
    padding-top: 15px;
    /*padding-bottom: 15px;*/
}

.container-gallery .video-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #eee;
    border-radius: 5px;
    height: 100px;
    overflow-y: scroll;
}

.container-gallery .video-list::-webkit-scrollbar {
    width: 7px;
}

.container-gallery .video-list::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
}

.container-gallery .video-list::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 50px;
}

.container-gallery .video-list .vid iframe {
    width: 100px;
    height: 70px;
    border-radius: 5px;
}

.container-gallery .video-list .vid {
    display: flex;
    align-items: center;
    /*gap:15px;*/
    background: #f7f7f7;
    border-radius: 5px;
    /*margin: 10px;*/
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.container-gallery .video-list .vid:hover {
    background: #eee;
}

.container-gallery .video-list .vid.active {
    background: #2980b9;
}

.container-gallery .video-list .vid.active .title {
    background: #2980b9;
    color: #eee;
}

.container-gallery .video-list .vid .title {
    background: #eee;
    font-size: 11px;
    margin-left: 5px;
}


/* ---------------------------------------------------
    BOTON FLOTANTE COMPATIBILIDAD
----------------------------------------------------- */

.s-btn-compat {
    position: absolute;
    /*width:60px;
    height:60px;
    line-hesight: 63px;
    bottom:25px;*/
    left: -3.5%;
    top: -2.5%;
    z-index: 100;
    transition: all 400ms ease;
}


/* ---------------------------------------------------
    BOTON FLOTANTE VER STOCK
----------------------------------------------------- */

.s-btnStock {
    padding: 3px;
    position: absolute;
    /*width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;*/
    right: 3%;
    top: 3%;
    background: #00D93C;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btn-cod {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    right: 3%;
    top: 3%;
    background: var(--s-color-primary);
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btnStock-fotocopia {
    padding: 3px;
    position: absolute;
    /*width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;*/
    left: 3%;
    top: 3%;
    background: #00D93C;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btnStock-fotocopia:hover {
    background: #022B4E;
    color: white;
}

.s-btnModelo {
    position: absolute;
    /*width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;*/
    left: 3%;
    bottom: 5%;
    background: #002568;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btnModelo:hover {
    background: #002568;
    color: white;
}

.s-btnStock:hover {
    background: #002568;
    color: white;
}

.s-btnSinStock {
    padding: 3px;
    position: absolute;
    /*width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;*/
    right: 3%;
    top: 3%;
    background: red;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btnSinStock:hover {
    background: #022B4E;
    color: white;
}

.s-btnTransito {
    padding-left: 13px;
    padding-right: 13px;
    position: absolute;
    /*width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;*/
    right: 3%;
    top: 3%;
    background: #007BD8;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
}

.s-btnTransito:hover {
    background: #022B4E;
    color: white;
}


/* ---------------------------------------------------
    CENTRAR DIV HORIZONTALMENTE SPINNER
----------------------------------------------------- */

.s-divspinner {
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-divspinner-contenido {
    width: auto;
}

.s-logo {
    width: 120px;
    height: 55px;
}


/*@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
    }
}*/

/* ---------------------------------------------------
    POPOVER PRECIOS
----------------------------------------------------- */
.s-popover-container {
    background-color: green;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */

}

.s-popover-precio {
    color: white !important;
    /* width: 100%; */
    position: absolute;
    display: none;
    background-color: #51cf4d;
    /* background-color:  #dd2496; */
    border: 1px solid #ccc;
    /* padding: 10px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 25px;
    transform: translateY(-103%);
}


.s-popover-precio h1 {
    font-size: 17px;
}

.s-popover-precio h6 {
    font-size: 15px;
}


/* Estilos para la flecha */
.s-popover-precio::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #51cf4d transparent transparent transparent;
    bottom: -8%;
    /* PosiciÃ³n debajo del popover */
    left: 50%;
    transform: translateX(-50%);
    /* Centrar la flecha horizontalmente */
}

/* RESPONSIVO */

@media screen and (min-width: 990px) and (max-width: 1155px) {
    .s-popover-precio h1 {
        font-size: 14px;
    }

    .s-popover-precio h6 {
        font-size: 12px;
    }
}

/* ---------------------------------------------------
    WIDGET WHATSAPP
----------------------------------------------------- */

.s-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 16px;
    background-color: #4cc370;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 8;
}

.s-float:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3d9e5a;
}

.s-my-float {
    margin-top: 16px;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.s-pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.s-nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    min-width: auto;
    height: auto;
    position: fixed;
    z-index: 200;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

@media (max-width: 360px) {
    .s-nav-bottom {
        width: 320px;
    }
}

.s-whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    /* offset-x &gt; | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.s-circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 3.0s ease infinite;
}

.s-popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    height: auto;
    /* padding: 10px; */
    bottom: 85px;
    right: 6px;
    transition: .5s;
    border-radius: 10px;
    background-color: rgb(48, 211, 143);
    /* offset-x &gt; | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5),
        0 0 20px 0 rgba(0, 0, 0, 0.25),
        0 0 30px 0 rgba(0, 0, 0, 0.1);
    animation: slideInRight .6s 0.0s both;
}





@media (max-width: 680px) {
    .s-popup-whatsapp p {
        font-size: 0.9em;
    }
}

.s-body-whatsapp {
    min-width: 320px;
    gap: 15px;
    padding: 10px;
    max-height: 60vh;
    overflow-y: auto;
}

@media (max-height: 600px) {
    .s-body-whatsapp {
        max-height: 50vh;
    }
}

/* Media query para dispositivos medianos (altura de pantalla entre 601px y 900px) */
@media (min-height: 601px) and (max-height: 900px) {
    .s-body-whatsapp {
        max-height: 50vh;
    }
}

/* Media query para dispositivos grandes (altura de pantalla entre 901px y 1200px) */
@media (min-height: 901px) and (max-height: 1200px) {
    .s-body-whatsapp {
        max-height: 80vh;
    }
}

/* Media query para dispositivos muy grandes (altura de pantalla mayor o igual a 1201px) */
@media (min-height: 1201px) {
    .s-body-whatsapp {
        max-height: 90vh;
    }
}

.s-content-close {
    display: flex;
    justify-content: end;
    align-items: start;
    background-color: #2DB742;
    padding: 10px;
    width: 100%;
    height: auto;
}

.s-content-close&gt;div {
    color: white;
    font-size: 0.9em;
}

.s-content-close&gt;div&gt;h1 {
    font-size: 1.2em;
    font-weight: 700;
}

.s-content-whatsapp {
    width: 100%;
    border-left: 6px solid #2DB742;
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    justify-items: center;
    margin-bottom: 5px;
    background-color: #F4F7F9;
    cursor: pointer;
}

.s-content-whatsapp:hover {
    background-color: #b3bfc7;
}

.s-content-whatsapp&gt;.s-contact {
    padding: 3px 0px;
}

.s-content-whatsapp&gt;div h1 {
    font-size: 1rem;
    text-align: center;
    line-height: 0.8;
}

.s-content-whatsapp&gt;div h2 {
    font-size: 0.8rem;
    text-align: center;
    line-height: 0.8;
}

.s-popup-whatsapp&gt;.s-content-whatsapp.-s-top {
    display: flex;
    flex-direction: column;
}

.s-popup-whatsapp&gt;.s-content-whatsapp.-s-top p {
    color: #585858;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.0em;
}

.s-popup-whatsapp&gt;.s-content-whatsapp.-s-bottom {
    display: flex;
    flex-direction: row;
}

.s-closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 13px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #da6464;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.s-closePopup:hover {
    background-color: #3d9e5a;
    transition: .3s;
}

.s-send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.s-send-msPopup:hover {
    background-color: #f8f8f8;
    transition: .3s;
}

.s-is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
    background-color: #fff;
}


input.s-whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
}

@media (max-width: 420px) {
    input.s-whats-input[type=text] {
        width: 225px;
    }
}

input.s-whats-input::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.s-whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
}

.s-icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.s-icon-whatsapp {
    width: 45px;
    height: 45px;
}

.s-icon-font-color {
    color: #ffffff;
}

.s-icon-font-color--black {
    color: #333333;
}

.s-whats-text {
    background-color: var(--s-color-primary);
    border-radius: 10px;
    max-width: 200px;
    max-height: 50px;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    /* align-content: flex-start;
    justify-content: flex-start; */
    padding: 0px 20px;
    margin-top: 15px;
}
.s-is-active-whatsapp-text{
    display: none;
}

.s-whats-text&gt;div&gt;h1 {
    padding-top: 10px;
    font-size: 13px;
    line-height: 0.5;
}

.s-whats-text&gt;div&gt;h2 {
    font-size: 13px;
    font-weight: 700;
}

/* ---------------------------------------------------
    ANIMACION PRECIO POR MAYOR
----------------------------------------------------- */

.s-precio-contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.s-precio {
    color: white;
    /* border-radius: 10%; */
    box-shadow: 16px 14px 20px #0000008c;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}

.s-precio h5 {
    /* font-weight: 900; */
    padding-top: 3px;
    font-size: 1.1em;
    color: #fff;
    z-index: 2;
    background-color: transparent;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    text-align: center;
    /* text-shadow: 5px 5px 5px black; */
  }

.s-precio::before {
    content: "";
    position: absolute;
    /* height: 350%; */
    width: 300%;
    /* z-index: 1000; */
    background-image: conic-gradient(yellow 20deg, transparent 120deg);
    animation: rotar-precio 2s linear infinite;
}

@keyframes rotar-precio {
    0% {
        transform: rotate(0deg);
        height: 1000%;
    }

    25% {
        height: 1000%;
    }

    50% {
        height: 1000%;
    }

    75% {
        height: 1000%;
    }

    100% {
        transform: rotate(-360deg);
        height: 1000%;
    }

}

.s-precio::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #002568;
    /* border-radius: 10%; */
    box-shadow: inset 16px 14px 20px #0000008c;
    height: calc(100% - 7px);
    /*altura para que no haya desbordamiento */
    width: calc(100% - 7px);
    /*ancho para que no haya desbordamiento */


}

/* ---------------------------------------------------
    ADAPTACION RESPONSIVA
----------------------------------------------------- */

@media (min-width: 992px) {
    /* .toggle-visibility {
        visibility: visible;
    } */
    .navbar-height {
        height: 50px;
    }
}

@media (max-width: 992px) {
    .s-input-search {
        width: 200px;
    }
    .container-gallery-img {
        grid-template-columns: 1.5fr 1fr;
        padding: 10px;
    }
    .container-gallery {
        grid-template-columns: 1.5fr 1fr;
        padding: 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .s-logo {
        width: 90px;
        height: 50px;
    }
    .container-gallery-img {
        grid-template-columns: 1fr;
    }
    .container-gallery-img .img-list {
        grid-template-columns: 1fr 1fr;
    }
    .container-gallery {
        grid-template-columns: 1fr;
    }
    .container-gallery .video-list {
        grid-template-columns: 1fr 1fr;
    }
    .s-size-slider {
        height: 25vh;
    }
    .s-size-banner {
        height: 25vh;
    }
    /* ---------------------------------------------------
    MODAL ALERTA NOTICIA
    ----------------------------------------------------- */
    .s-mod-card-padre {
        width: 250px;
        height: 50px;
        position: absolute;
        right: 25px;
        top: 85%;
    }
    .s-mod-card-padre img {
        z-index: 99999;
        width: 30%;
        position: absolute;
        top: 5%;
        right: 0%;
        /* -moz-transform: rotate(125deg);
        -o-transform: rotate(125deg);
        -webkit-transform: rotate(125deg); */
        transform: rotate(130deg);
    }
    .s-mod-card {
        width: 250px;
        height: 50px;
    }
    .s-mod-card h2 {
        font-size: 0.8em;
    }
}


/************** ESTILOS LABEL STOCK ******************/
.s-label-stock-agotado{
    position: absolute;
    width:100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    top:35%;
    background-color: rgba(255, 0, 0, 0.8);
    color: #FFF;
    text-align: center;
    font-size: 20px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
    cursor: pointer;
    letter-spacing: 7px;
    font-weight: 900;
}

.s-label-stock{
    position: absolute;
    width:100%;
    color: #fff;
    /* height:40px;
    line-height: 43px; */
    padding-top: 2px;
    padding-bottom: 2px;
    top:35%;
    background-color: #DC3545;
    color: #FFF;
    text-align: center;
    font-size: 12px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 400ms ease;
    cursor: pointer;
}

@media (min-width: 1400px) {
    .s-label-stock{
        font-size: 18px !important;
    }
}
/************** ESTILOS LABEL VER PRODUCTO ******************/
.s-label-ver-producto {
    position: absolute;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 35%;
    background-color: rgba(0, 84, 170, 0.8);
    color: #FFF;
    text-align: center;
    font-size: 20px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 101;
    transition: all 400ms ease;
    cursor: pointer;
    letter-spacing: 2px;
    font-weight: 900;
    display: none;
}

/******** ESTILOS CHATBOT ********/

@keyframes vibrate {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-1px); }
    40%, 80% { transform: translateX(1px); }
  }
  
  @keyframes expand {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(37, 49, 211, 0.7);
    }
    50% {
      box-shadow: 0 0 15px 15px rgba(37, 211, 102, 0);
    }
  }
  
  .chatbot-button {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #0000ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-image: url('https://cdn.glitch.global/fb88d943-304b-4312-be00-868b389c37cf/mensaje.png?v=1718742560046');
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
    animation: expand 2s infinite;
  }
  
  
  
  .chatbot-button:hover {
    animation: expand 2s infinite, vibrate 0.2s;
  }
  
  .vibrate {
    animation: vibrate 0.2s;
  }
  
  
  
  .bot-head {
    position: relative;
    width: 60%;
    height: 60%;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bot-eyes {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
  
  .eye {
    width: 20%;
    height: 20%;
    background: black;
    border-radius: 50%;
  }
  
  .bot-mouth {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 10%;
    background: black;
    border-radius: 50%;
  }
  
  .bot-antenna {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 10%;
    background: black;
    border-radius: 50%;
  }
  
  
  .chatbot {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 400px;
    /* height: 700px; */
    height: 78%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999; 
    border-radius: 10px;
  
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
  
  
  .chatbot.close {
    transform: translateY(100%);
    opacity: 0;
  }
  
  /* saludo del bot */
  
  .chatbot-header {
    background-color: #25D366;
    color: white;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinea los elementos al inicio (izquierda) */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto; /* Ajusta la altura automÃ¡ticamente */
    position: relative; /* Necesario para el posicionamiento absoluto del botÃ³n de cerrar */
  }
  
  .chatbot-header h3 {
    margin: 0;
    font-size: 27px;
    padding: 5px 0 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinea el tÃ­tulo al inicio (izquierda) */
    width: 100%;
  }
  
  .chatbot-header p {
    margin: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinea el texto de la ciudad al inicio (izquierda) */
    width: 100%;
    font-weight: bold;
  }
  
  /* boton para cerrar el chat */
  .chatbot-header .close-btn {
    background-color: rgb(216, 43, 43); /* Fondo rojo */
    color: white; /* Texto blanco */
    border: none; /* Sin borde */
    font-size: 20px; /* TamaÃ±o del texto */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botÃ³n */
    border-radius: 50%; /* Hace que el botÃ³n sea redondo */
    width: 30px; /* Ancho del botÃ³n */
    height: 30px; /* Altura del botÃ³n */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; /* AsegÃºrate de que se posicione correctamente */
    top: 10px; /* Ajusta la posiciÃ³n segÃºn sea necesario */
    right: 10px; /* Ajusta la posiciÃ³n segÃºn sea necesario */
  }
  
  .chatbot-header .close-btn:hover {
    background-color: rgb(240, 140, 140); /* Fondo rojo oscuro al pasar el mouse */
  }
  
  
  
  
  .chatbot-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background-color: #fff;
  
    scrollbar-width: thin; /* Para navegadores Firefox */
    scrollbar-color: #ccc #fff; /* Para navegadores Firefox */
  }
  
  
  
  .message-container {
    display: flex;
    margin: 3px 0;
    max-width: 100%;
  }
  
  .message-container.user {
    justify-content: flex-end;
  }
  
  .message-container.bot,
  .message-container.option {
    justify-content: flex-start;
  }
  
  
  /* .bot-message-with-options {
    margin-bottom: 7px; 
  } */
  
  
  .message-bubble {
    display: inline-block;
    max-width: 80%;
    word-wrap: break-word;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    opacity: 0; /* Oculto inicialmente */
    transform: translateY(20px); /* Desplazado hacia abajo inicialmente */
    animation: slideUp 0.5s forwards; /* AnimaciÃ³n que lo hace visible y lo desplaza hacia arriba */
    font-size: 19px;
  }
  
  @keyframes slideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .message-bubble p {
    margin: 0;
    /* width: 100%; */
  }
  
  .user .message-bubble {
    background: #DCF8C6;
    border-radius: 15px 15px 0 15px;
    text-align: right;
  }
  
  .bot .message-bubble {
    background: #ECECEC;
    border-radius: 15px 15px 15px 0;
    text-align: left;
  }
  
  .option .message-bubble {
    background: #25D366;
    color: white;
    border-radius: 5px;
    text-align: left;
    
    cursor: pointer;
  }
  
  .option:hover .message-bubble:not(:disabled) {
    background-color: #34e47a;
  }
  
  .option:disabled .message-bubble {
    background: #a4d3a2;
    cursor: not-allowed;
  }
  
  .chatbot-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: flex;
  }
  
  .chatbot-footer input {
    flex: 1;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 32px;
  
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 21px;
  }
  
  .address-container {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .address-icon, .phone-icon {
    font-size: 18px;
  }
  
  .address-container a {
    color: inherit;
    text-decoration: none;
  }
  
  .address-container a:hover {
    text-decoration: underline;
  }
  
  .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  
  .typing-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .typing-indicator span {
    background-color: #34e47a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    animation: typing 1.2s infinite;
  }
  
  .typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes typing {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
  }
  
  /* dos opciones  */
  .two-options-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
  
  .two-option-button {
    flex: 0 1 auto;
    margin: 9px 3px 0px 0px;
    padding: 5px 15px;
    background-color: #06ce4f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .two-option-button:hover {
    background-color: #52f08c;
  }
  
  
  .two-option-button:disabled {
    background-color: #a4d3a2;
    cursor: not-allowed;
  }
  
  .two-option-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap; /* Para evitar que el texto se divida en varias lÃ­neas */
    font-size: 11px;
  }
  
  /* 
  .two-option-content:hover {
    font-size: 13px;
  } */
  
  /* tool tip */
  
  .chatbot-container {
    position: relative;
    /* height: 100vh; */
  }
  
  .chatbot-button-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  
  .chatbot-tooltip {
    position: absolute;
    top: 48%;
    right: calc(100% + 1px); /* Ajustar la distancia entre el tooltip y el botÃ³n */
    transform: translateY(-50%);
    /* background-color: #002f5d; */
    color: white;
    padding: 4px 17px;
    border-radius: 12px 12px 0px 12px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap; /* Para evitar que el texto se divida en varias lÃ­neas */
    z-index: 999; /* Asegurarse de que el tooltip estÃ© por encima de otros elementos */
  }
  
  .chatbot-tooltip.show {
    opacity: 1;
    transform: translateY(-50%); /* Mantener la posiciÃ³n correcta */
    
  }
  
  
  
  /* animaciÃ³n de la flecha */
  
  #flechaAnimada {
    width: 200px;
    height: 75px;
    animation: bounce 3s infinite;
    
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  
  
  
  
  /* Estilos para la lista de resultados de autocompletar */
  .autocomplete-results {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 150px; /* Cambia la altura segÃºn sea necesario */
    overflow-y: auto;
    background-color: #f6fcd0 ;
    position: absolute;
    width: 100%;
    z-index: 1001;
    bottom: 50px; /* Ajusta esta altura segÃºn el diseÃ±o de tu chatbot */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Agrega sombra para mayor visibilidad */
    font-size: 12px; /* Cambia el tamaÃ±o del texto */
    color: black;
  }
  
  .autocomplete-results::-webkit-scrollbar {
    width: 8px; /* Cambia el ancho del scroll */
  }
  
  .autocomplete-results li {
    padding: 8px; /* Reduce el padding para que se vea mÃ¡s compacto */
    cursor: pointer;
  }
  
  .autocomplete-results li:hover {
    background-color: #cbe1fe  ;
    color: black;
  }
  
  
  /* nuevo botÃ³n para contactos whatsapp */
  
  .whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #58d68d; /* Color verde mÃ¡s claro */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin: 1px 0px 1px 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 245px; 
    box-sizing: border-box;
  }
  
  .whatsapp-button:hover {
    background-color: #45bf7a; /* Color verde mÃ¡s claro en el hover */
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .whatsapp-button {
    color: white; /* Asegura que el texto estÃ© en color blanco */
  }
  
  .whatsapp-button span {
    color: white; /* Asegura que el texto dentro del botÃ³n estÃ© en color blanco */
    white-space: nowrap;
  }
  
  .whatsapp-button a {
    color: white; /* Asegura que los enlaces dentro del botÃ³n estÃ©n en color blanco */
  }
  
  /* mensaje de advertencia */
  
  .temporary-message {
    position: absolute;
    bottom: 60px; /* Ajusta segÃºn sea necesario para que aparezca justo encima del input */
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff6666;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10002; /* AsegÃºrate de que estÃ© por encima del resto del contenido */
    width: 200px;
    text-align: center; 
  }
  
  /* boton de maps */
  
  .maps-button {
    display: inline-flex;
    align-items: center;
    background-color: #00aaff; /* Color celeste azulado */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin: 1px 0px 1px 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .maps-button:hover {
    background-color: #0099dd; /* Color celeste azulado mÃ¡s oscuro en el hover */
  }
  
  .maps-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .maps-button {
    color: white; /* Asegura que el texto estÃ© en color blanco */
  }
  
  .maps-button span {
    color: white; /* Asegura que el texto dentro del botÃ³n estÃ© en color blanco */
  }
  
  .maps-button a {
    color: white; /* Asegura que los enlaces dentro del botÃ³n estÃ©n en color blanco */
  }
  
  /* botÃ³n de buscar en ciudades */
  
  .search-button {
    display: inline-flex;
    align-items: center;
    background-color: #fddd25; /* Color amarillo */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    /* margin-top: 10px; */
    margin: 1px 0px 1px 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .search-button:hover {
    background-color: #ffbf00; /* Color amarillo mÃ¡s oscuro */
  }
  
  .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .search-button span {
    color: white;
  }
  
  
  
  /* CSS para el grupo de opciones */
  .options-grouped-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3px; /* Espacio entre botones */
    margin-top: 10px; /* Espacio superior */
    margin-bottom:  10px;
  }
  
  .option-grouped-button {
    background-color: #25D366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px; /* TamaÃ±o de texto mÃ¡s pequeÃ±o */
    /* flex: 1 1 calc(33.333% - 10px);  */
    text-align: center;
    white-space: nowrap;
  }
  
  .option-grouped-button:hover {
    background-color: #34e47a;
  }
  
  
  /* scroll de los navegadores mÃ¡s delgados */
  
  /* Para navegadores basados en Webkit (Chrome, Safari) */
  .chatbot-body::-webkit-scrollbar {
    width: 6px; /* Ancho del scrollbar */
  }
  
  .chatbot-body::-webkit-scrollbar-track {
    background: #fff; /* Color del track del scrollbar */
  }
  
  .chatbot-body::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Color del thumb del scrollbar */
    border-radius: 10px; /* Redondear los bordes del thumb */
  }
  
  .chatbot-body::-webkit-scrollbar-thumb:hover {
    background-color: #bbb; /* Color del thumb cuando se pasa el mouse por encima */
  }
  
  /* botones de rubros agrupados */
  
  .options-grouped-container-yellow {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    /* justify-content: center; */
    margin: 3px 0px;
  }
  
  .option-grouped-button-yellow {
    background-color: #fdd835; /* Color amarillo */
    color: black;
    padding: 4px 9px;
    border: none;
    border-radius: 50px; /* Para que los bordes sean redondeados */
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 10px; 
  } 
  
  .option-grouped-button-yellow:hover {
    background-color: #ffeb3b; /* Color amarillo mÃ¡s claro en el hover */
  }
  
  /* botÃ³n del PDF */
  
  .pdf-download-button {
    display: inline-flex;
    align-items: center;
    background-color: #ECECEC; /* Fondo blanco */
    color: #333; /* Color del texto */
    padding: 5px 10px;
    border: 1px solid #ccc; /* Borde gris claro */
    border-radius: 5px;
    text-decoration: none;
    margin: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .pdf-download-button:hover {
    background-color: #ffffff; /* Fondo gris claro en hover */
  }
  
  .pdf-download-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .pdf-download-button span {
    font-weight: bold; /* Texto en negrita */
    font-size: 13px; /* Ajusta el tamaÃ±o del texto aquÃ­ */
  }
  
  /* nuevo estilo de menÃº principal */
  
  .option-principal-menu-button {
    display: block; /* Hacer que el botÃ³n sea un elemento de bloque */
    width: calc(100% - 20px); /* Asegurar que el botÃ³n ocupe todo el ancho disponible con algo de margen */
    margin: -2px 13px; /* Espaciado automÃ¡tico a los lados y margen vertical */
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px; /* TamaÃ±o del texto */
    color: #1da74f; /* Color del texto */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    text-align: center; /* Alinear el texto a la izquierda */
    font-weight: bold;
    font-size: 15px;
  }
  
  .option-principal-menu-button:hover {
    background-color: #c1ffd8; /* Fondo gris claro en hover */
  }
  
  /* enviar los botones de forma simple */
  .simple-option-container {
    margin: 1px 0; /* Ajusta el margen superior e inferior */
  }
  
  /* mismo ancho para los botones whatsapp maps y buscador */
  .button-full-width {
    /* display: inline-flex;
    align-items: center; */
    /* background-color: #00aaff; */
    /* color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin: 1px 0px 1px 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    width: calc(100% - 18px); /* Asegura que el botÃ³n ocupe el ancho completo menos el margen */
    box-sizing: border-box; /* Incluye el padding y el borde en el cÃ¡lculo del ancho */
  }
  
  /* .button-full-width img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  } */
  
  .button-full-width span {
    color: white; /* Asegura que el texto dentro del botÃ³n estÃ© en color blanco */
  }
  
  .button-full-width:hover {
    text-decoration: none;
  }
  
  
  /* tamaÃ±o de los botones */
  
  /* .option .message-bubble, .two-option-content, .option-grouped-button, .option-principal-menu-button {
    font-size: 18px;
  }
  
  .option-grouped-button-yellow{
    font-size: 13px;
  }
  
  .whatsapp-button span, .maps-button span, .search-button span {
    font-size: 18px; 
  }
  .chatbot-header h3 {
    font-size: 30px; 
  }
  
  .chatbot-header p {
    font-size: 24px; 
  } */
  
  /* nuevo menÃº parte inferior */
  
  .menu-toggle {
    width: 100%; /* Ajusta el ancho para que considere el padding y margen del contenedor */
    background-color: #25D366;
    color: white;
    padding: 10px 0 10px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    margin-bottom: 10px 0 10px 0;
  }
  
  .menu-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    transition: max-height 0.3s ease-in-out, transform 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    /* transform: translateY(-100%); */
    
    background-color: #ffffff;
  }
  
  .menu-options.show {
    max-height: 500px; /* Ajusta segÃºn el contenido */
    transform: translateY(0);
  }
  
  
  .menu-option-button {
    background-color: #f0f0f0f0;
    border: none;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin: 5px 8px;
    border-radius: 5px;
    color: #095a27;
    font-weight: bold;
  }
  
  .menu-option-button:hover {
    background-color: #bbf7d2;
    color: #095a27;
  }
  
  
  
  /* Estilos responsivos para el chatbot */
  @media (max-width: 768px) {
    .chatbot {
      width: 90%;
      height: 80%; /* Ajusta la altura segÃºn sea necesario */
      bottom: 0;
      right: 0;
      border-radius: 0;
    }
  
    .chatbot-header {
      padding: 10px;
      font-size: 16px;
    }
  
    .chatbot-body {
      padding: 10px;
    }
  
    .chatbot-footer input {
      padding: 10px;
      font-size: 16px;
    }
  
    .menu-toggle, .menu-option-button {
      padding: 10px;
      font-size: 14px;
    }
  
    .two-option-button, .option-grouped-button, .option-principal-menu-button, .option-grouped-button-yellow, .simple-option-container, .button-full-width, .whatsapp-button, .maps-button, .search-button {
      font-size: 14px;
      padding: 10px;
    }
  
    .whatsapp-button, .maps-button, .search-button {
      width: 100%;
    }
  
    .message-bubble {
      font-size: 14px;
    }
  
    .temporary-message {
      bottom: 100px; /* Ajusta segÃºn sea necesario para que aparezca justo encima del input */
      font-size: 12px;
      width: 90%; /* Ajusta el ancho segÃºn sea necesario */
    }
  
    .autocomplete-results {
      font-size: 12px;
    }
  }
  
  
  
  /* AÃ±ade un scroll a toda la pÃ¡gina */
  /* body {
    height: 200vh;
  } */
  </pre></body></html>