@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,400;1,500&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.texto {
    color: #a2a0a0;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px;
}


.contenedor-catalogo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}
.contenido-interno{
    width: 100%;
    position: relative;
    overflow: hidden;
}

img{
    width: 100%;
}
a{
    cursor: pointer;
}
.ablock{display: block;}
.block img{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}

#MenuToggle::after{
    content: url('../img/arrow-bott.svg');
    position: relative;
    padding-left: 10px;
}

.cat{
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    max-width: 700px;
    justify-content: flex-end;
    align-items: center;
}
/* menu */
.menu-flotante.active{
    top: 100%;
}

#MenuToggle{
    cursor: pointer;
    font-size: 16px;
}
.contenido-nav{
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    background: #f6f6f6 !important;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
}
.content-a{
    display: contents;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    top: 35px;
    right: 0;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0;
    background: white;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
}
.menu-flotante ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-flotante ul li {
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante li a{
    display: inline-block;
    text-decoration: none;
    color: black;
}

.carousel-banner-flech .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0 !important;
}

.aniversario {
    padding-top: 60px;
}

.carousel-sham .owl-item{
    padding: 0px 25px;
}


.carousel-banner-flecha .carousel-sham .owl-item{
    padding: 0px 25px;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: #ff0505;
    height: 15px !important;
    width: 35px !important;
}



.owl-theme .owl-dots .owl-dot.active span{
    background: #fff200;
    border-radius: 25px !important;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    background: transparent !important;
    position: relative;
}


.carousel-banner-flecha .owl-carousel .owl-nav button.owl-next,
.carousel-banner-flecha .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    background: transparent !important;
    position: relative;
}

.carousel-banner-flecha .owl-theme .owl-dots button.owl-dot span {
    background-color: #3BAEE7 !important;
    height: 15px !important;
    width: 15px !important;
}

img.imagen-texto-categoria {
    width: 60%;
    padding: 3% 3%;
}
.carousel-banner-flecha .owl-dots .owl-dot:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/izq-y.png);
    left: -35px;
    bottom: 14%;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-3 .owl-dots .owl-dot:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/izq-y-alterno.png);
    left: -35px;
    bottom: 14%;
    background-repeat: no-repeat;
    background-size: contain;
}

.owl-dots .owl-dot:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../img/izq.png);
    left: 520px;
    bottom: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-banner-flecha .owl-dots .owl-dot:last-child::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/der-y.png);
    right: -40px;
    bottom: 16%;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-3  .owl-dots .owl-dot:last-child::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/der-y-alterno.png);
    right: -40px;
    bottom: 16%;
    background-repeat: no-repeat;
    background-size: contain;
}

.owl-dots .owl-dot:last-child::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../img/der.png);
    right: 515px;
    bottom: 19px;
    background-repeat: no-repeat;
    background-size: contain;
}

.owl-dots{
    padding: 10px 0px;
}

.carousel-banner-flecha .owl-dots {
    padding: 10px 0px;
}

.owl-nav{
    display: block;
    top: 45%;
}


.carousel-banner-flecha .owl-nav{
    display: block;
    top: 45%;
}


.owl-prev{
    position: absolute !important;
    width: 35px;
    left: 0;
    top: 93%;
} 
.carousel-banner-flecha .owl-prev{
    position: absolute !important;
    width: 35px;
    left: 0;
    top: 93%;
}

.owl-next{
    width: 35px;
    right: 0;
    top: 93%;
    position: absolute !important;
}

.carousel-banner-flecha .owl-next{
    width: 35px;
    right: 0;
    top: 93%;
    position: absolute !important;
}


.no-dots .owl-dots{
    display: none;
}
.m-10{
    margin-top: 10px;
}
.no-nav .owl-nav{
    display: none;
}


.owl-dots{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}


.carousel-banner-flecha .owl-dots{
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}

 .owl-theme .owl-dots .owl-dot span {
    width: 84px !important;
    height: 12px !important;
    margin: 5px -2px !important;
}

.carousel-banner-flecha .owl-theme .owl-dots .owl-dot span {
    width: 104px !important;
    height: 12px !important;
    margin: 5px -2px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 100px !important;
    z-index: 30 !important;
    position: relative !important;
}

.carousel-banner-flecha .owl-theme .owl-dots .owl-dot.active span {
    width: 65px !important;
    z-index: 30 !important;
    position: relative !important;
}


.carousel-banner-desc .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff200 !important;
}



.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,97%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}


.slider-alterno .swiper-button-next, .slider-alterno .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,97%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.slider-alterno .swiper-button-next:after, .slider-alterno .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url(../img/izq-y.png);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../img/der-y.png);
}

.slider-alterno .swiper-button-prev:after, .swiper-rtl .slider-alterno .swiper-button-next:after {
    content: url(../img/izq-y-alterno.png);
}

.slider-alterno .swiper-button-next:after, .swiper-rtl .slider-alterno .swiper-button-prev:after {
    content: url(../img/der-y-alterno.png);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,172px);
    z-index: 20;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,168px);
    z-index: 20;
}


.slider-alterno .swiper-button-next, .swiper-rtl .slider-alterno .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,241px);
    z-index: 20;
}

.slider-alterno .swiper-button-prev, .swiper-rtl .slider-alterno .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,235px);
    z-index: 20;
}




.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets 
.swiper-pagination-bullet {
    margin: 0;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,131px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,4px));
    display: inline-block;
    border-radius: 0;
    background-color: #3BADE6;
    opacity: 2;
}

.slider-alterno .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,140px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
    display: inline-block;
    border-radius: 0;
    background-color: #FFDC00;
    opacity: 2;
}

.swiper-pagination-bullet-active {
    background-image: url(../img/icono-patita.png);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,30px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,30px));
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    top: 15px;
    position: absolute;
}


.slider-alterno .swiper-pagination-bullet-active {
    background-image: url(../img/icono-huella-alterno.png);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,30px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,30px));
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    top: 13px;
    position: absolute;
}

.slider-alterno .swiper-pagination {
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.swiper-pagination {
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-15px);
    height: 59px;
}

.swiper-horizontal {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.fondo-2 {
    background-color: #fffdf0;
}

.fondo-3 {
    background-color: #f4f9fd;
}


.slider-2 .owl-theme .owl-dots .owl-dot span {
    background-color: #3BADE6 !important;
}

.slider-2 .owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
}






.slider-2 .owl-theme .owl-dots .owl-dot.active span, .slider-2 .owl-theme .owl-dots .owl-dot:hover span{
    background-image: url(../img/icono-patita.png) !important;
    background: #3BADE6 !important;
}

.slider-2 .owl-theme .owl-dots .owl-dot.active span{
    border-radius: 0px !important;
}


.slider-2 .owl-theme .owl-dots .owl-dot.active span {
    background-image: url(../img/icono-patita.png) !important;  
    width: 25px !important;
    height: 25px !important;
    background-color: transparent !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 10;
    top: 0px;
}

.slider-2 .owl-theme .owl-dots .owl-dot span {
    width: 65px !important;
    margin: 5px -2px !important;
}


.slider-3 .owl-theme .owl-dots .owl-dot span {
    background-color: #FFDC00;
}

.slider-3 .owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
}



.slider-3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFDC00 !important;   
}

.slider-3 .owl-theme .owl-dots .owl-dot.active span{
    border-radius: 0px !important;
}

.slider-3 .owl-theme .owl-dots .owl-dot.active span {
    background-image: url(../img/icono-huella-alterno.png) !important;  
    width: 25px !important;
    height: 25px !important;
    background-color: transparent !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 10;
    top: 0px;
}

.slider-3 .owl-theme .owl-dots .owl-dot span {
    width: 65px !important;
    margin: 5px -2px !important;
}


.categoria-flotante {
    position: absolute;
    bottom: 60px;
    left: auto;
    right: auto;
}

.alto-padding {
    padding-top: 2rem;
}

@media (max-width: 701px){
    .contenedor-catalogo {
        width: 100%;
    }
    .menu-flotante.active,
    .menu-flotante {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    #MenuToggle {
        padding-right: 25px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .aniversario {
        padding-top: 20px;
    }

}


@media (max-width: 500px){
    img.imagen-texto-categoria {
        width: 60%;
        padding: 3% 3%;
    }
    .owl-dots .owl-dot:nth-child(1)::before,
    .owl-dots .owl-dot:last-child::before{
        width: 10px;
        height: 10px;
        bottom: 25%;
    }
    .owl-prev,
    .owl-next{
        width: 25px;
    }
}

@media screen and (min-width: 700px) {
    .slider-2 .owl-theme .owl-dots .owl-dot span {
        width: 90px !important;
        margin: 5px -2px !important;
    }

    .slider-3 .owl-theme .owl-dots .owl-dot span {
        width: 90px !important;
        margin: 5px -2px !important;
    }
}