.mt-n-xl{
    margin-top: 2.5rem;
}
/* Padding Top */
.pt-n-md {
    padding-top: 1.5rem;
}

.pt-n-xl {
    padding-top: 2.5rem;
}

/* Padding Bottom */
.pb-n-md {
    padding-bottom: 1.5rem;
}

.pb-n-xl {
    padding-bottom: 2.5rem;
}

/* Padding Left */
.pl-n-xl {
    padding-left: 2.5rem;
}

/* Padding Right */
.pr-n-xl {
    padding-right: 2.5rem;
}

/* Padding Left */
.pl-n-md {
    padding-left: 1.5rem;
}

/* Padding Right */
.pr-n-md {
    padding-right: 1.5rem;
}
.m-auto {
    margin: auto !important;
    float: inherit;
}
.seo-cat .home-block-title-header span.home-title-header strong {
    box-shadow: 0px 0px 0px 0px black;
    color: #061623;
    padding-bottom: 13px;
    border-bottom: 4px solid #f3d031;
    font-style: italic;
}

.seo-cat .home-block-title-header,
#cms #main .seo-cat h2.home-block-title-header{
    /*  border-bottom: 4px solid #bcc0c4;*/
    padding-bottom: 5px;
    font-size: 33px;
    margin-top: 24px;
    line-height: 54px;
    color: #061623;
    text-align: center;
}

.seo-cat p, .seo-cat li {
    font-size: 20px !important;
    line-height: normal;
}

.seo-cat h3,
#cms #main .seo-cat h3, .seo-cat .h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}

.seo-cat .rounded {
    border-radius: 1.25rem;
}


.seo-cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-dot{
    list-style: none;
}
.no-dot li{
    border-bottom: none;
    padding-top: 0.2rem !important;
    padding-bottom: 0px !important;
}
.no-dot li::before {
    display: none;
}.no-dot{
    list-style: none;
}
.no-dot li{
    border-bottom: none !important;
}
.no-dot li::before {
    display: none;
}
.seo-cat ul li {

    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #9e9e9e6e; /* Línea separadora */
}
.b-bottom{
    border-bottom: 1px solid #9e9e9e6e !important; /* Línea separadora */

}
.seo-cat ul li:last-child {
    border-bottom: none; /* Eliminar la línea del último elemento */
}

.seo-cat ul.list-style li::before {
    content: "✔"; /* Icono check */
    color: #28a745; /* Color verde */
    font-size: 18px;
    margin-right: 10px;
}



.seo-cat .bg-gray {
    background: #e3e9ed;
}

.seo-cat .img-fluid {
    width: 100% !important;
}

.seo-cat.container {
    /*  max-width: 1200px !important;*/
}
.max-width{
    max-width: 1200px !important;
}
.fondo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mensaje-banner {
    max-width: 1201px;
    margin: 0 auto;
}

.invert {
    background-color: #061623;
    color: white !important;

}

.invert .home-block-title-header, .invert .home-block-title-header strong {
    color: white !important;

}
.bg-gray{
   /* background-color: #e3e9ed!important;*/
}
.nowrap {
    white-space: nowrap !important;
}

.no-nowrap{
    white-space: normal !important;
}
.seo-cat {
    padding: 0 !important;
}
.seo-cat .accordion .btn.btn-link:active, .seo-cat .accordion .btn.btn-link:hover, .seo-cat .accordion .btn.btn-link:focus {
    background-color: #f3d031 !important;
    color: #061623 !important;
    text-decoration: none;
}

.seo-cat .card-header {
    padding: 0 0rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: none;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    display: inline-block;
}

.seo-cat .card-body {
    padding: 1rem;
}
.seo-cat .card button{
    text-align: left !important;
}
.bg-yellow {
    background-color: #f3d031;
}
.color-yellow {
    color: #f3d031;
}
.mb-0 {
    margin-bottom: 0;
}

.seo-padre- {
    /*width: 100vw;*/
    max-width: none; /* Evita restricciones de ancho del contenedor padre */
    margin-left: calc(-50vw + 50%); /* Corrige el desplazamiento por el contenedor padre */
}
 .cms-id-7 .page-header{
     display: none;
 }
.text-center {
    text-align: center !important;
}


/**/


/* ===== Estilos específicos de la home ===== */

/* Contenedor general del bloque de categorías */
body#index div#content-wrapper {
  /*  padding-left: 0 !important;
    padding-right:  0 !important;
    max-width: none;*/
}

.home-categories {
  margin: 5rem auto;
}


/* Título */
.home-categories h2 {
    font-size: 1.8rem;
    margin-bottom: 46px;
    font-weight: 600;
    font-style: italic;
}

/* Swiper wrapper: separación entre slides */
.home-categories .swiper {
    padding-bottom: 40px; /* espacio para la paginación */
}

/* Card de categoría */
.home-categories .category-card {
    text-align: center;
    background-color: #f3d031;
    border:none;
    border-radius: 9.48px;
    transition: box-shadow .3s, opacity .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden; /* mantiene el radio */
}

.home-categories .category-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5; /* mantiene proporción */
    object-fit: cover;
    display: block;
    border-radius: 9.48px 9.48px 0 0;
}

.home-categories .category-card .title {
    flex-shrink: 0;
    text-align: left;
    padding: 1rem;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0px;
}

/* Hover efecto: transparencia */
.home-categories .swiper{
    padding-bottom: 1rem !important;
}
.home-categories .category-card:hover {
    opacity: 0.8; /* 🔑 transparencia */
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* Paginación (dots) */
.home-categories .swiper-pagination {
    bottom: 10px !important;
    text-align: center;
}

.home-categories .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.home-categories .swiper-pagination-bullet-active {
    background: #333;
}

.myCategories  > div{
    padding: 0 !important;
}




/**/
/* Slider home */


.home-slider .slide-content img {
    width: 100%;
    /*height: 474px !important;  */
    object-fit: cover; /* asegura que la imagen rellene sin deformarse */
    display: block;
}
.home-slider .slide-text {
    position: absolute;
    top: 50%;
    left: 30px;              /* separa un poco del borde izquierdo */
    transform: translateY(-50%); /* centrado vertical, ya no horizontal */
    text-align: left;        /* alinea el texto a la izquierda */
    color: #fff;
    max-width: 800px; /* opcional, limita el ancho del bloque de texto */
}

.home-slider .title-slider {

    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 36px;
}

.home-slider .slide-text p {
   /* margin-right: 8rem;*/
    margin-bottom: 36px !important;
    max-width: 541px;
}

.home-slider .slide-text p span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #F3D031;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 34.31px;
    padding: 6px 12px;
}


.home-slider .slide-text a.btn {
    display: inline-block;
}
.btn-slider{
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    line-height:23px;
    text-align: center;
    margin-right: 6px;
    border-radius: 8px;
    border: transparent !important;
}
.btn-white{
    background: #FFFFFF;
    color: black;
}
.btn-yellow{
    background: #F3D031;
    color: black;
}
.btn-red{
    background: #FF0000;
    color: white;
}
.btn-slider:hover{
opacity: 0.9;
}
.d-none-xs {
    display: none !important;
}
.wishlist-modal .modal-header .h5 {
    color: #232323;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.875rem;
}

.wishlist-modal .modal-header .h5 {
    font-style: italic;
    font-size: 20px;
}



/* Responsive ajustes */
@media (max-width: 768px) {
    .home-categories {
        margin: 24px 0 0 0;
    }
    .home-categories h2{
        margin-bottom: 24px;
        font-size: 24px;
    }
    .home-categories .category-card img {
        border-radius: 9.48px 9.48px 0 0;
    }
    body#index .myCategories#alca_i_1663140603{
        margin-right:-26px !important
    }
    .home-slider .slide-content img {

      /*  height: 300px !important;   */
    }

    .home-slider .slide-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: left;
        color: #fff;
        max-width: 100%;
        background: #061623;
        padding: 38px 8px !important;
    }

    .home-slider .title-slider{
        font-size: 24px;
        line-height: 31px;
    }

    .home-slider .slide-text p {
        font-size: 16px;
        line-height: 22px;
        margin-right: 2.5rem;
    }
}

@media (min-width: 768px) {
    .seo-cat .alignv-center {
        display: flex;
        align-content: center;
        align-items: center;
    }

    .align-items-center {
        align-items: center;
    }

    .d-flex {
        display: flex;
    }

    .row-reverse-md{
        flex-direction: row-reverse;
    }
    .d-flex-md {
        display: flex;
    }
    .d-none-xs {
        display: initial !important;
    }
    .d-none-md {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .seo-cat .home-block-title-header {
        display: contents;
        line-height: normal;
    }
    .seo-cat .home-block-title-header span.home-title-header strong {
        padding-bottom: 0px;
        }
    .seo-cat.container {
        padding-right: 0px !important;
    }

    .seo-padre {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pt-n-md, .pt-n-xl {
        padding-top: 1.5rem !important;
    }

    .pb-n-md, .pb-n-xl {
        padding-bottom: 1.5rem !important;
    }

    .pl-n-xl , .pl-n-md{
        padding-left: 1rem !important;
    }

    .pr-n-xl , .pr-n-md{
        padding-right: 1rem !important;
    }
    .mt-n-xl{
        margin-top: 1rem !important;
    }
    .home-slider{
        margin-top: 16px;
    }
}


/* Pon ESTO DESPUÉS de tu regla que pone padding:0 */
@media (max-width: 768px) {
    /* Restaura el padding dentro de .seo-padre */
    section#content > div > div.seo-padre,
    section#content > div > div.seo-padre div {
        padding: revert !important; /* vuelve al valor de Bootstrap */
    }

    /* Por si tu regla también machacó los gutters de Bootstrap: reestablece márgenes/paddings de grid */
    .seo-padre .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left:  calc(-.5 * var(--bs-gutter-x));
    }
    .seo-padre .row > [class^="col"],
    .seo-padre .row > [class*=" col"] {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left:  calc(var(--bs-gutter-x) * .5);
    }


}

@media (max-width: 1500px) {
    body#index .slide-text div#content-wrapper{
        padding-left: 0 !important;
    }

}