@font-face {
    font-family: "BwModelica-Bold";
    src: url('../fonts/eot/BwModelica-Bold.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/woff2/BwModelica-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/woff/BwModelica-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/otf/BwModelica-Bold.otf') format('otf'),
        /* Legacy iOS */
        url('../fonts/ttf/BwModelica-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/svg/BwModelica-Bold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: "BwModelica-Medium";
    src: url('../fonts/eot/BwModelica-Medium.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/woff2/BwModelica-Medium.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/woff/BwModelica-Medium.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/otf/BwModelica-Medium.otf') format('otf'),
        /* Legacy iOS */
        url('../fonts/ttf/BwModelica-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/svg/BwModelica-Medium.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: "BwModelica-Regular";
    src: url('../fonts/eot/BwModelica-Regular.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/woff2/BwModelica-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/woff/BwModelica-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/otf/BwModelica-Regular.otf') format('otf'),
        /* Legacy iOS */
        url('../fonts/ttf/BwModelica-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/svg/BwModelica-Regular.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: "BwModelica-Light";
    src: url('../fonts/eot/BwModelica-Light.eot');
    /* IE9 Compat Modes */
    src:
        url('../fonts/woff2/BwModelica-Light.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/woff/BwModelica-Light.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/otf/BwModelica-Light.otf') format('otf'),
        /* Legacy iOS */
        url('../fonts/ttf/BwModelica-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/svg/BwModelica-Light.svg') format('svg');
    /* Legacy iOS */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'BwModelica-Regular', sans-serif !important;
}

h1,
h2 {
    font-family: 'BwModelica-Bold', sans-serif;
}

.font-bolder {
    font-family: 'BwModelica-Bold', sans-serif !important;
}

.font-regular {
    font-family: 'BwModelica-Regular', sans-serif !important;
}

.font-light {
    font-family: 'BwModelica-Light', sans-serif !important;

}

input {
    height: 48px;
    font-size: 16px;
    border: 1px solid #203A74 !important;
    border-radius: 4px !important;
}

.txt-intro {
    text-align: left !important;
}

.containerProduct {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;

}

.contentProduct {
    position: absolute;
    bottom: 0;
    background: rgba(14, 14, 14, 0.8);
    color: #FFF;
    width: 100%;
    height: 0px;
    display: none
}

.btnCTAProduct {
    border: 1px solid #FFFFFF;
    border-radius: 200px;
    padding: 10px 15px;
}

.containerProduct:hover .contentProduct {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-product {
    display: none;
}

.cat-intima:hover .btn-product,
.cat-kit:hover .btn-product,
.cat-otro:hover .btn-product {
    display: flex;
    transition: all 0.5s ease-in;
}

.category_list .ct_item-active {
    background: #D4D4F0;
    color: #203A74;
}

.text-pink-saba {
    color: #fa4d6e;
}

.bg-yellow-saba {
    background-color: #fff200;
}

.text-yellow-saba {
    color: #fff200;
}

.text-blue-tena {
    color: #203A74;
}

.bg-blue-tena {
    background-color: #001e62;
}

.bg-red-tena {
    background-color: #e92924;
}

.text-red-tena {
    color: #e92924;
}

.bg-pink-saba {
    border: 1px solid #d11a88 !important;
    background-color: transparent;
    color: #d11a88;
}

.bg-saba {
    background-color: #d11a88;
}

.height-desc-tena {
    min-height: 140px;
}

.height-title-tena {
    min-height: 60px;
}

.carousel-height {
    margin-top: 3em;
    max-height: 700px;
    overflow: hidden;
}

.logo-hot-sale {
    width: 108px;
}

.counter {
    background-color: #FFC737;
    color: #2F2F2F !important;
}

.container-counter {
    max-width: 1440px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-counter p {
    margin: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px;
    padding: 1em;
    text-align: center;
}

.btn-cta {
    background: #203A74;
}

.card-promo {
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 16px;
}

.btn-filter {
    padding: 10px 10px;
    background: #F6F3F3;
    border: 1px solid #2F2F2F;
    border-radius: 200px;
    width: 120px;
    text-align: center;

}

.btn-filter:hover {
    background: #D4D4F0;
    border: 1px solid #203A74;
    border-radius: 200px;
    color: #203A74;
    padding: 10px 10px;
    width: 120px;
    text-align: center;
}


.show {
    display: block;
}

.hide {
    display: none;
}

.content-img {
    display: none;
}

.back-detalle:hover+.content-img {
    display: block;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
}

.text-producto-title {
    font-size: 18px !important;
    line-height: 125% !important;
    /* or 22px */
    letter-spacing: -0.011em !important;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    z-index: 9999 !important;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    width: 30%;
    position: relative;
    transition: all 4s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all 200ms;
    font-size: 50px;
    font-family: 'BwModelicaLGC-Regular', sans-serif !important;
    text-decoration: none;
    color: #212121;
}

.popup .close:hover {
    color: #203A74;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.img_top {
    width: 100%;
}

.ver_oferta {
    width: 100px;
    position: relative;
    padding: 25px 0;
}

.ae-hbt {
    height: 56px;
}

.ae-lh-bt {
    line-height: 56px !important;
}


@media screen and (max-width: 768px) {
    .container-counter {
        max-width: 100%;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .container-counter p {
        margin: 0;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .box {
        width: 85%;
    }

    .popup {
        width: 85%;
        padding: 10px;
        margin: 25% auto;
    }

    .ver_oferta {
        width: 100px;
        padding: 30px 0;
        position: relative;
        text-align: center;
    }

    .off-mov {
        padding-bottom: 25px;
        padding-top: 5px !important
    }

    .cont-off-mov {
        padding-top: 40px !important;
    }

    .img_top {
        width: 80%;
    }

    .img_top img {
        width: 100%;
        margin: 0 auto;
    }

    .ae-hero-mov {
        padding: 40px 0 48px 0;
    }

    .ae-lh-bt {
        line-height: 48px;
        margin-bottom: 10px;
    }

    .btn-product {
        display: block;
    }

}


@media (max-width: 640px) {
    input {
        height: 40px;
        font-size: 16px;
    }

    .carousel-height {
        max-height: 700px;
        overflow: hidden;
    }

    .container-products {
        max-width: 85%;
        margin: 0 auto;
    }

    .width-image {
        margin-left: -1em;
    }

    .logo-hot-sale {
        width: 75px;
    }

    .img_top {
        width: 100%;
    }

    .img_top img {
        width: 100%;
    }

    .ae-hbt {
        height: 48px;
    }

    .ae-left {
        width: 100%;
        margin-left: 0;
    }

    .font8pxMov {
        font-size: 10px !important;
    }

    #registered-container {
        background-image: url('../img/hero-post.jpg');
    }


}

@media (min-width: 600px) {
    .padding-left {
        padding-left: 15%;
    }

    .width-image {
        max-width: 100% !important;
        /* margin-left: -5em; */
    }

}

.text-4-5xl {
    font-size: 2.60rem;
    line-height: 3rem;
}

.divide-dashed>*+* {
    border-style: dashed;
}

dt button span.font-semibold {
    font-size: 18px;
}

.text-tag {
    color: #8D1D60;
}

.bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.drop-shadow-md {
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.bg-teal-900 {
    background-color: rgb(22 78 99);


}

.bg-rose-300 {
    background-color: rgb(253 164 175);
}

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

.w-96 {
    width: 24rem;
}

.max-w-7xl {
    max-width: 71rem;
}

.pl-14 {
    padding-left: 58px;
}

.-right-5 {
    right: -1.25rem;
}

.sm\:-right-6 {
    right: -1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.top-2 {
    top: 0.5rem;
}

.sm\:mr-10 {
    margin-right: 2.5rem;
}


.sm\:w-11 {
    width: 2.75rem;
}

.sm\:h-11 {
    height: 2.75rem;
}

.sa-cupon {
    width: 140%;
    color: #F10028;
    background-color: #FFD6DC;
    border: 2px dashed #F10028;
    border-radius: 5px;
    margin: 0 -20%;

}


@media (max-width: 640px) {
    .mr-6 {
        margin-right: 1.5rem;
    }

    .w-8 {
        width: 2rem;
    }

    .h-8 {
        height: 2rem;
    }

    .pb-0 {
        padding-bottom: 0px;
    }
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.sm\:pb-13 {
    padding-bottom: 52px;
}

@media (max-width: 640px) {
    .sm\:pb-13 {
        padding-bottom: 40px;
    }

    dt button span.font-semibold {
        font-size: 14px;
    }

    dd p.text-base {
        font-size: 12px;
        line-height: 1rem;
    }
}

@media (min-width: 492px) and (max-width: 640px) {
    .sm\:pb-13 {
        padding-bottom: 0px;
    }
}

@media (max-width: 398px) {
    .sm\:pb-13 {
        padding-bottom: 0px;
    }

    .sa-cupon {
        width: 132%;
        margin: 0 -16%;
    }

}

@media (min-width: 399px) and (max-width: 410px) {
    .sm\:pb-13 {
        padding-bottom: 0px;
    }

    .sa-cupon {
        width: 124%;
        margin: 0 -12%;
    }
}

@media (min-width: 640px) {

    .sm\:col-span-5 {
        grid-column: span 5/span 5;
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6;
    }

    .sm\:col-start-7 {
        grid-column-start: 7;
    }

    .sm\:left-0 {
        left: 0;
    }

    .sm\:max-w-full {
        max-width: 100%;
    }

    #registered-container {
        background-image: url('../img/hero-post-r.jpg');
    }
}

@media (min-width: 768px) {
    .md\:col-start-8 {
        grid-column-start: 8;
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6;
    }

    .md\:col-start-7 {
        grid-column-start: 7;
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


.m-auto {
    margin: auto;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-auto {
    background-size: 50%;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .slick-initialized .slick-slide {
        width: 216px !important;
        max-width: 216px;
    }
}

@media (min-width: 768px) {
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6;
    }

    .md\:col-start-1 {
        grid-column-start: 1;
    }

    .md\:col-start-7 {
        grid-column-start: 7;
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5;
    }

    .md\:mb-12 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:col-start-8 {
        grid-column-start: 8;
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5;
    }

    .lg\:pl-14 {
        padding-left: 3.5rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .logo-hot-sale {
        width: 70px;
    }
}

/*Slick */

.nav-btn {
    position: absolute;
    cursor: pointer;
    top: 240px !important;
}

.prev-slide {
    right: -0px;
    background: #FFFFFF;
    border-radius: 100px;
}

.next-slide {
    right: -0px;
    top: 310px !important;
    background: #FFFFFF;
    border-radius: 100px;
}

.bg-blue-btn {
    background-color: #203A74;
}

.text-blue-btn {
    color: #203A74;
}

.slick-slide {
    height: 720px !important;
}

.slick-list {
    /* padding: 0px 24px 0px 12px!important; */
}

.h-52 {
    height: 13rem;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.-top-8 {
    top: -2rem;
}

.w-80 {
    width: 20rem;
}

.justify-items-center {
    justify-items: center;

}

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

.pb-72 {
    padding-bottom: 18rem;
}

@media (min-width: 640px) {
    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

@media (min-width: 640px) {
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
}
@media (min-width: 1024px) {
.lg\:w-6\/12 {
    width: 63%;
}
}