/*@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.home {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #404041;
}

a {
    color: #0071BC;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover, a:active {
    color: #d33d44;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul, ol, dl, p {
    font-size: 0.85rem;
}

p {
    line-height: 2;
}

header {
    height: auto;
    line-height: 1em;
    padding: 0;
    box-shadow: none;
}

header.row {
    margin-bottom: 30px;
}

header .header-image {
    text-align: center;
    padding: 64px 0;
}

header .header-title {
    padding: 0;
    display: block;
    background: #404041;
    text-align: center;
}

header .header-title h1 {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 30px;
    color: #DEDED5;
}

header h1 {
    color: #fff;
}

h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 20px;
}

.more {
    color: #ffffff;
    background-color: #d33d44;
    padding: 15px;
    margin-top: 10px;
}

.row {
    max-width: 1000px;
}

.alert {
    background-color: #fff9e1;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 12px;
    border-bottom: 2px solid #ffcf06;
}

.alert {
    background-color: #fff9e1;
    font-size: 12px;
    display: block;
    padding: 12px;
    border-bottom: 2px solid #ffcf06;
    margin-bottom: 30px;
    color: #404041;
}

.alert p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.alert p:before {
    color: #ffcf06;
    content: "\0055";
    font-family: 'cakefont', sans-serif;
    font-size: 21px;
    margin-left: -0.8em;
    width: 2.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px 0 15px;
    vertical-align: -2px;
}

.alert ul {
    margin: 0;
    font-size: 12px;
}

.alert.url-rewriting {
    background-color: #F0F0F0;
    border-color: #cccccc;
    display: none;
}

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

ul {
    list-style-type: none;
    margin: 0 0 30px 0;
}

li {
    padding-left: 1.8em;
}

ul li ul, ul li ul li {
    margin: 0;
    padding: 0;
}

.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}

.success:before {
    color: #88c671;
    content: "\0056";
}

.problem:before {
    color: #d33d44;
    content: "\0057";
}

.cutlery:before {
    color: #404041;
    content: "\0059";
}

.book:before {
    color: #404041;
    content: "\0042";
    width: 1.7em;
}

hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
    margin-left: 30px;
    margin-right: 30px;
}


.icon {
    color: #404041;
    font-style: normal;
    font-family: 'cakefont', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon.support {
    font-size: 60px;
}
.icon.docs {
    font-size: 57px;
}
.icon.training {
    font-size: 39px;
}

@media (min-width: 768px) {
    .columns {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    header.row {
        max-width: 940px;
    }
}*/


.miboton {
    background: #22a5b7 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0.825rem 1rem;
    text-align: center;
    border-radius: 5px;
}

.two-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    height: 4em;
    padding-top: 20px;
    /* 2 * line-height */
}


.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.category {
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 8px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
}

.category p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}


/* Estilo de las categorías destacadas */
.featured-categories {
    margin: 20px 0;
    text-align: center;
}

.featured-categories h3 {
    margin-bottom: 20px;
}

/* Estilo del contenido principal */
main {
    /*padding: 20px;*/
}

/* Estilo del carrusel de productos */
.product-carousel {
    text-align: center;
    /*margin-top: 20px;*/
    margin: 90px 15px;
    background: #f9f9f9;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide-audio {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide-termico {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}


/* Estilo de los artículos de productos en el carrusel */
.product-item {
    background-color: #ffffff;
    border: 1px solid #9BB800;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 188, 212, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    min-width: 250px;
    max-width: 250px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Estilo de los artículos de productos en la sección de productos populares */
.popular-products .product-item {
    margin: 0;
    /* Quitar espaciado en la sección de productos populares */
}

/* Estilo de los botones del carrusel */
.carousel-button {
    background-color: #00bcd4;
    /* Color cian para botones */
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.2em;
    margin: 0 10px;
    transition: background-color 0.3s;
}

.carousel-button:hover {
    background-color: #00838f;
    /* Color cian más oscuro al pasar el mouse */
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .sm\:text-5xl {
        font-size: 2rem !important;
    }

    .banner {
        display: none;
    }

    .grid {
        display: block !important;
    }
}

/* Utility Classes */
.bg-primary {
    /*background-color: #004d00;*/
    border-radius: 1.5rem;
    /* Ajusta el color según tu necesidad */
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*.md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}*/



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.grid {
    display: grid;
}

.gap-6 {
    gap: 1.5rem;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.space-y-4>*+* {
    margin-top: 1rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.font-bold {
    font-weight: bold;
}

.tracking-tighter {
    letter-spacing: -0.05em;
}

.sm\:text-5xl {
    font-size: 3rem;
}

.text-muted-foreground {
    color: #fff;
    /* Ajusta el color según tu necesidad */
}

.md\:text-xl {
    font-size: 1.25rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.sm\:flex-row {
    flex-direction: row;
}

.gap-2 {
    gap: 0.5rem;
}

.inline-flex {
    display: inline-flex;
}

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

.justify-center {
    justify-content: center;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-md {
    border-radius: 0.375rem;
}

.text-sm {
    font-size: 0.875rem;
}

.font-medium {
    font-weight: 500;
}

.transition-colors {
    transition: color 0.3s ease, background-color 0.3s ease;
}

.focus-visible\:outline-none:focus-visible {
    outline: none;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.border {
    border-width: 1px;
}

.border-input {
    border-color: #d1d5db;
    /* Ajusta el color según tu necesidad */
}

.hover\:bg-accent:hover {
    background-color: #2563eb;
    /* Ajusta el color según tu necesidad */
}

.hover\:text-accent-foreground:hover {
    color: #fff;
}

.h-10 {
    height: 2.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bg-primary {
    background: linear-gradient(to right bottom, #56c6f4 0%, #2a80b9 60%, #cdcdcd 100%);
}

.text-primary-foreground {
    color: #fff;
}

.hover\:bg-primary\/90:hover {
    background-color: #0097a7;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.aspect-ratio {
    aspect-ratio: 600 / 400;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative !important;
    width: 80% !important;
    max-width: 700px !important;
    height: 80% !important;
    margin: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: 0px solid #888 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
}

/*.image-container {
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.image-container.active {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}*/

.nav-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
    }

    .nav-button {
        font-size: 16px;
        padding: 10px;
        width: 40px;
        height: 40px;
    }
}



/* Estilo general para el slider */
.swiper-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    position: relative;
}

/* Estilo para las diapositivas con texto y foto */
.slide-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.text-half {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #00586880;
    color: white;
    z-index: 2;
    flex-direction: column;
}

.image-half {
    flex: 1;
    background-size: cover;
    background-position: center;
    z-index: 3;
}

.full-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.pinfo {
    font-size: 18px;
}



.canjes-carousel {
    text-align: center;
    margin: 90px 15px;
    background: #f9f9f9;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.carousel-slide-vistas {
    display: flex;
    transition: transform 0.5s ease-in-out;
}