@font-face {
    font-family: 'Gotham-bold';
    src: url(../fonts/gotham/Gotham-Bold.otf);
}

@font-face {
    font-family: 'Gotham-medium';
    src: url(../fonts/gotham/Gotham-Medium.otf);
}

@font-face {
    font-family: 'Gotham-light';
    src: url(../fonts/gotham/Gotham-Light.otf);
}

:root {
    --colorPrincipal: #005482;
    --white: #fff;
    --border: 1px solid #ebebeb;
    --azulOscuro: #0073A4;
    --degradado: linear-gradient(270.13deg, #2BC3EE -33.5%, #0073A4 99.87%);
    --font-bold: 'Gotham-bold';
    --font-medium: 'Gotham-medium';
    --font-light: 'Gotham-light';
}

* {
    -webkit-font-smoothing: antialiased;
}

body {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 1.4rem;
    line-height: 1.86;
    font-family: var(--font-light), sans-serif;
}

.container {
    width: 1188px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

a,
p,
.page-header h1 {
    font-family: var(--font-light), sans-serif;
    line-height: 1.5;
}

a:hover,
a:focus {
    color: var(--colorPrincipal);
}

.text-primary {
    color: var(--colorPrincipal);
}

.page-header.with-bg,
.bg-degradado {
    background: var(--blanco);
}

p {
    color: #333;
}

.menu-vertical>li>a,
.menu-vertical li>a,
.nav.nav-pills .nav-link,
.form-control {
    color: #595959;
}

.form-control {
    padding-left: 1rem;
}

.form-control.form-control-file {
    padding: .5rem 2rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--azulOscuro);
    border-color: var(--azulOscuro);
}

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

.html.addscroll {
    overflow-y: scroll;
}

.body.remove {
    overflow: hidden;
    height: 100%;
}


/* header */

header {
    border-top: transparent !important;
    border-bottom: var(--border);
    padding: .5rem 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--white);
}

.top-header {
    height: 33px;
    /* background: var(--colorPrincipal); */
    background: var(--degradado);
    position: relative;
    z-index: 9999;
}

.text-carousel-rotate {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: var(--font-medium);
    color: var(--white);
    line-height: 33px;
}

#carousel-text .slick-list {
    overflow-y: hidden;
    height: 33px !important;
}

#carousel-text div {
    visibility: hidden;
}

#carousel-text div:first-child {
    visibility: visible;
}

#carousel-text.slick-initialized div {
    visibility: visible;
}

.grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.main-nav {
    margin-left: 0;
}

.main-nav-lista-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.main-nav-lista-menu li {
    padding: 1rem 0;
    transition: all .3s;
}

.main-nav-lista-menu .item-product::after {
    position: relative;
}

.main-nav-lista-menu li {
    padding: 1rem 0;
    transition: all .3s;
}

.main-nav-lista-menu li:hover .megamenu-prod {
    opacity: 1;
    visibility: visible;
    display: block;
}

.main-nav-lista-menu li a {
    padding: 2.6rem 1.6rem;
    font-family: var(--font-light);
    font-size: 1.5rem;
    color: #333;
}

.main-nav-lista-menu li a:hover {
    color: var(--colorPrincipal);
}

.main-nav-lista-menu li .item-product {
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: all .3s;
}

.main-nav-lista-menu li:hover .arrow-menu {
    transform: rotate(180deg);
    filter: none;
}

.arrow-menu {
    filter: invert(15%) sepia(42%) saturate(0%) hue-rotate(166deg) brightness(101%) contrast(89%);
    width: 8px;
    transition: all .3s;
}

.item-grid-header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.item-grid-header {
    display: flex;
    align-items: center;
}

.item-grid-header .cart-dropdown .cart-count {
    position: absolute;
    top: 0;
    right: -0.3rem;
}

.wishlist {
    padding-left: 2.5rem;
    display: flex;
    align-self: stretch;
    align-items: initial;
}

.wishlist a {
    font-size: 2.8rem;
    color: #333;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wishlist a .icon {
    position: relative;
    height: 3.2rem;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    color: #333;
    flex-direction: column;
}

.text-icon {
    font-size: 1rem;
}

.icon-user {
    font-size: 3rem;
}

.btn-buscar {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    transition: opacity .3s;
}

.btn-buscar img {
    width: 20px;
}

.btn-buscar p {
    line-height: 1;
    position: relative;
    top: 6px;
    left: 3px;
}

.btn-buscar:hover {
    opacity: 1;
}

.btn-buscar:focus {
    outline: 0;
}

.container-buscador {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    height: 81px;
}

.container-buscador.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    margin-bottom: 5px;
    z-index: 9999;
    background: #fff;
}

.header-search-wrapper {
    display: flex;
    align-items: center;
}

.container-buscador .header-buscador {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.container-buscador .header-buscador form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-buscador .header-search-wrapper {
    width: 100%;
    border-radius: 0;
    border: 2px solid transparent;
    background: transparent;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #86868B;
}

.ovelay-buscador {
    background: rgba(0, 0, 0, 0.48);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.ovelay-buscador.overlay-visible {
    display: block;
}

.search-btn {
    background: transparent;
    border-radius: 0;
    width: 22px;
    height: 39px;
    max-width: 22px;
    max-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: var(--blanco);
    border: transparent;
    position: relative;
    z-index: 10;
}

.cerrar-btn {
    background: transparent;
    border-radius: 0;
    width: 22px;
    height: 39px;
    max-width: 22px;
    max-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: var(--blanco);
    border: transparent;
    position: absolute;
    right: 0;
    z-index: 10;
}

.search-btn img {
    width: 22px;
}

.cerrar-btn img {
    width: 16px;
}

.cart-dropdown .cart-count {
    background-color: var(--red);
}

.easy-autocomplete-container {
    z-index: 20;
}


/* Megamenu nuevo */

.megamenu-prod {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 5px 10px 16px rgb(51 51 51 / 5%), -5px 10px 16px rgb(51 51 51 / 5%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.lista-megamenu-prod {
    display: flex;
    align-items: center;
    text-align: center;
}

.lista-megamenu-prod li {
    border-right: var(--border);
    padding: 0;
}

.lista-megamenu-prod li:last-child {
    border-right: transparent;
}

.lista-megamenu-prod li a {
    display: block;
    padding: 2rem;
    transition: all .3s;
    position: relative;
}

.lista-megamenu-prod li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(#2bc3ee 0, rgba(0, 115, 164, 1) 100%), #0073A4;
    transition: all .3s;
    z-index: -1;
}

.lista-megamenu-prod li a:hover {
    color: var(--white);
}

.lista-megamenu-prod li a:hover::before {
    opacity: 1;
}


/* Megamenu nuevo */


/* menu */

.menu {
    align-items: flex-end;
}

.menu .megamenu.demo {
    height: auto;
    width: 100%;
    left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.demo-item i {
    font-size: 64px;
    display: block;
}

.header-intro-clearance .header-middle .header-right p {
    text-align: center;
}

.demo-item img {
    margin: auto;
    margin-bottom: 5px;
}

.header-4 .dropdown.category-dropdown {
    background-color: var(--colorPrincipal);
    border-radius: 3px;
}

.header-intro-clearance .dropdown.category-dropdown:hover .dropdown-toggle,
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle,
.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #fff !important;
}

.menu-vertical li>a {
    font-size: 1.4rem;
}

.easy-autocomplete {
    width: 100% !important;
}

.header-intro-clearance .dropdown.category-dropdown {
    width: 235px;
}

span.demo-title {
    font-weight: 600;
    color: #000;
}


/* menu responsive */

body.mmenu-active {
    overflow-y: hidden;
}

.nav.nav-pills-mobile .nav-link {
    text-align: center;
}

.mobile-cats-menu li a,
.mobile-menu>li>a,
.mobile-menu li ul li a {
    font-size: 14.8px;
}

.mobile-menu>li>a {
    text-transform: none;
}

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
    color: var(--colorPrincipal);
}

.header-search-wrapper {
    border-color: #ccc;
}

.header-search-wrapper .btn {
    background-color: transparent;
    color: #333;
    max-width: 40px;
    margin-left: 1rem;
    height: 46px;
    font-size: 2.2rem;
}

.header-search-wrapper .form-control {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding-left: 0;
    height: 48px;
    padding: 0 1.6rem;
    margin: 0;
    font-size: 2rem;
    border: transparent;
    background: transparent;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.header-search-visible .header-search-wrapper:before {
    display: none;
}

.easy-autocomplete {
    position: initial;
}

.easy-autocomplete-container ul li div.row {
    display: flex;
    flex-wrap: nowrap;
}

.easy-autocomplete-container ul li div.product-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.easy-autocomplete-container ul {
    max-height: 85vh;
    overflow: auto;
}

.easy-autocomplete .product-title a,
.easy-autocomplete .product-price {
    font-size: 15px;
}
.product-price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .8rem;
}
.product-title a {
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem;
}
.old-price{
    font-size: 1.4rem;
    color: #7c7c7c;
}
.greeting {
    text-transform: none;
}

@media (min-width: 768px) {
    .header-middle .header-center {
        display: block;
    }
    .header-search-visible .search-toggle {
        display: none;
    }
    .header-search-visible .header-search-wrapper {
        position: relative;
        right: 0;
        top: 100%;
        margin-top: 0;
        display: flex;
        border-width: 0.1rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-4 .header-middle {
        padding-bottom: 55px;
    }
    .header-intro-clearance .header-middle .header-left {
        max-width: 100%;
        flex: 0 1 100%;
        justify-content: space-between !important;
    }
    .logo {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .logo img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }
    .header-intro-clearance .header-middle .header-right {
        flex: 0 1 83%;
        justify-content: flex-end;
    }
    .header-middle .header-center {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 60px;
        max-width: 100% !important;
    }
    .header-search-visible .search-toggle {
        display: none;
    }
    .header-search {
        width: 95%;
        max-width: 100%;
        margin: auto;
    }
    .header-4.header-intro-clearance .header-search .header-search-wrapper {
        width: 100%;
        border-width: 0.1rem;
        display: flex;
        right: 0;
    }
    .dropdown-menu .compare-product-title,
    .cart-dropdown .product-title,
    .sidebar-toggler,
    .toolbox label,
    .sidebar-filter-responsive .close-sidebar-filter span {
        font-size: 16px;
    }
    .header-4 .cart-dropdown,
    .header-4 .compare-dropdown,
    .header-4 .wishlist {
        padding-left: 2.4rem;
    }
    .header-intro-clearance .header-middle .header-right p {
        font-size: 1.3rem;
    }
    .cart-dropdown .product-cart-details,
    .product-cat,
    .btn-product span {
        font-size: 1.45rem;
    }
    .header-4 .compare-dropdown .dropdown-toggle,
    .header-4 .cart-dropdown .dropdown-toggle {
        font-size: 3.5rem;
    }
    .sidebar-shop .custom-control-label {
        font-size: 1.59rem;
    }
}

.menu-vertical li>ul {
    padding: 0 0 0 5px;
    background-color: transparent;
    box-shadow: none;
}

.menu-vertical li>ul li {
    background-color: #fff;
}

.menu-vertical li>ul li:first-of-type {
    padding-top: 16px;
}

.menu-vertical li>ul li:last-of-type {
    padding-bottom: 20px;
}

.menu-vertical li:hover>a,
.menu-vertical li.show>a,
.menu-vertical li.active>a {
    font-weight: 700;
    transition: font-weight ease .4s;
}

@media (max-width: 340px) {
    .compare-dropdown,
    .wishlist,
    .account,
    .wishlist-link {
        display: flex !important;
    }
}


/* index */


/* slider */

.owl-theme.owl-light .owl-nav [class*="owl-"] {
    color: #777;
}

.intro-slider-container,
.intro-slide {
    height: 73vh;
}

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 12px;
    margin-left: auto;
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 12px;
    margin-right: auto;
}

.intro-slider-container img {
    object-fit: cover;
    max-height: 80vh;
}

@media (min-width: 768px) {
    .intro-slider-container img {
        height: 80vh;
    }
}


/* countdown */

.deal-countdown.offer-countdown {
    background: #fff;
    padding: 11px 10px;
    max-width: 360px;
    border-radius: 5px;
}

.deal-countdown .countdown-section {
    background-color: #fff;
}

.deal-countdown .countdown-amount {
    color: #000;
}

.banner-contador.deal {
    background-color: transparent;
    overflow: hidden;
    min-height: inherit;
}

@media screen and (min-width: 768px) {
    .banner-contador.deal {
        max-height: 450px;
    }
}

.banner-contador .img-banner {
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.banner-contador .img-banner img {
    min-height: 100%;
    object-fit: cover;
}

.banner-contador .deal-content,
.banner-contador .deal-bottom {
    align-self: auto;
}


/* blocks */

.product-block {
    background-color: #f4f4f4;
    border-radius: 1.38888889vw;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.block-img-cover {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.block-img-cover img {
    object-fit: cover;
}

.block-img-contain {
    overflow: hidden;
    padding: 3rem;
    width: 100%;
    display: flex;
    flex-grow: 1;
}

.block-img-contain img {
    height: 100px;
    margin: auto;
    object-fit: contain;
}

.product-blocks a:hover img {
    transform: scale(1.1);
}

.product-blocks a img {
    transition: all ease 0.3s;
}

@media (min-width: 768px) {
    p.block_p {
        transition: all 0.25s ease;
    }
    span.block_link {
        opacity: 0;
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
        transition: all 0.3s ease;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    .product-block:hover span.block_link {
        opacity: 1;
        transform: translateY(-11px);
        -ms-transform: translateY(0);
    }
    .product-block:hover p.block_p {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 1.6rem;
    }
    .product-block {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .block-img-contain {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
        padding-left: 25px;
    }
    .block-desc {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .intro-subtitle {
        font-size: 15pt;
    }
    .header-search .form-control,
    .header-search select {
        font-size: 13pt;
    }
    .deal h4 {
        font-size: 1.7rem;
    }
    span.countdown-period {
        font-size: 10pt;
    }
    .banner-contador .img-banner {
        height: auto;
    }
    .banner-contador .deal-countdown {
        margin: 0 auto;
    }
    .deal-top h3 {
        display: none;
    }
    .deal-top h4 {
        display: none;
    }
}


/*  */

.nav.nav-pills .nav-link {
    font-weight: 600;
    text-transform: none;
}

.marcas-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

.brand {
    height: 100%;
}

.brand img {
    object-fit: contain;
    height: 80px;
    padding: 0 15px;
}

.new-arrivals .product-price,
.trending-products .product-price {
    color: var(--colorPrincipal);
}

.owl-simple .owl-nav .owl-prev {
    left: 0;
}

.owl-simple .owl-nav .owl-next {
    right: 0;
}


/* catalogo */

.product-label.label-new {
    top: 1rem;
    left: 1rem;
}

.product-cat,
.blog-posts .entry-meta {
    color: #555;
}

.product-label.label-sale {
    background-color: var(--red);
}

.product-action.product-action-dark {
    background-color: var(--colorPrincipal);
}

.product-action.product-action-dark:hover {
    background-color: var(--azulOscuro);
}

.product-action.product-action-dark a,
.product-action.product-action-dark a span {
    color: #fff !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.fullscreen-container .owl-carousel .owl-item img {
    max-height: 380px;
    object-fit: contain;
}

.intro-slider-container,
.intro-slide {
    background-color: transparent;
}

@media (max-width: 991.9px) {
    .sidebar-filter-responsive {
        position: fixed;
        left: -350px;
        top: 0;
        bottom: 0;
        z-index: 1001;
        background-color: #fff;
        margin-top: 0;
        width: 100%;
        max-width: 350px;
        overflow-y: scroll;
        box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
        will-change: transform;
        visibility: hidden;
        transition: all 0.35s;
    }
    .sidebar-filter-active .sidebar-filter-responsive {
        visibility: visible;
        transform: translateX(350px);
    }
    .product-action {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .toolbox {
        height: 75px;
    }
}

.btn-preview:before {
    content: "\f145";
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart [class^="col"] .btn {
    margin-top: 20px;
}

@media (min-width: 1025px) {
    .modal-addtocart.desktop:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e9e7e7;
        position: absolute;
        left: 50%;
        margin-left: 8px;
        top: 0;
    }
}


/* producto */

.product-details-action .btn-cart {
    color: #ffffff;
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
    font-weight: 400;
    max-width: 380px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.regalo-details .product-details-action .btn-cart {
    border-width: 3rem;
}

.new-price {
    color: var(--red);
}

.btn-product-gallery {
    z-index: 1;
}

.table-prod-info {
    text-align: center;
}

.table-prod-info td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-zoom-out-cur .mfp-bg {
    background: #fff;
}

.mfp-gallery .mfp-ready.mfp-bg {
    opacity: 1;
    height: 100% !important;
}

.mfp-gallery .mfp-figure:after {
    box-shadow: none;
}

.mfp-gallery .mfp-close:before,
.mfp-gallery .mfp-arrow,
.mfp-gallery .mfp-title {
    color: #000;
}

.mfp-gallery .mfp-counter {
    display: none;
}

@media (max-width: 767px) {
    .product-details-action .btn-cart {
        width: 100%;
        max-width: 100%;
    }
}


/* carrito */

@media (max-width: 991px) {
    .accordion-summary .summary {
        margin-top: 0;
    }
    td[data-title]::before {
        content: attr(data-title);
    }
    .nav-dashboard .nav-link,
    .breadcrumb-item {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction: unset;
    }
}


/* checkout */

.checkout #step-tabs .nav-item {
    position: relative;
}

#step-tabs .nav-item .nav-link.active p {
    color: var(--colorPrincipal);
}

.checkout .form-control:not(:focus) {
    background-color: transparent;
}

.form-control {
    border-radius: 5px;
}

.element i {
    font-size: 50px;
}

.accordion-summary .card-title a:not(.collapsed) .element {
    border-color: var(--colorPrincipal);
}

.element {
    min-height: 70px;
}

.element-title {
    font-size: 1.6rem;
}

.accordion-summary .card .store-content {
    font-size: 1.4rem;
}

.store {
    border-radius: 5px !important;
}

.accordion-summary .card-title a:not(.collapsed) .element .element-title {
    color: var(--colorPrincipal);
}

.payment_box p {
    font-weight: 400;
}

label {
    color: #111;
    font-weight: 400;
}

.checkout .custom-control .custom-control-label {
    text-align: left;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
}

.select2-container .select2-selection--single {
    font-size: 1.4rem;
    line-height: 1.5;
}

.step-count {
    font-size: 23px;
}

.payment_box {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.summary {
    border-style: solid;
}

.prods-summary {
    overflow-y: auto;
    max-height: 19.5em;
}

.checkout .table.table-summary a {
    font-size: 13.5px;
}

.clear-both {
    clear: both;
}

.direc-item {
    transition: all ease 0.3s;
    color: #595959;
    border: 1px solid #dee2e6;
}

.direc-item:hover {
    border-color: var(--colorPrincipal);
    color: var(--colorPrincipal);
}

.forma_pago_wrapper label {
    text-align: center;
}

.forma_pago_wrapper .element.active {
    border-color: var(--colorPrincipal);
}

.forma_pago_wrapper .element.active label {
    color: var(--colorPrincipal);
}

.forma_pago_wrapper,
.forma_pago_wrapper input,
.forma_pago_wrapper label {
    cursor: pointer;
}

.input-forma-pago {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .checkout #step-tabs .nav-item:not(:last-child)::after {
        content: "";
        width: 50px;
        height: 0.5px;
        background-color: #e7e7e7;
        top: 50%;
        right: -50px;
        position: absolute;
        transform: translateX(50px);
    }
}

@media (max-width: 767px) {
    .accordion-summary .card-body {
        padding: 0;
    }
    .step-title {
        font-size: 12px;
        font-weight: 400;
    }
    .btnPrevious,
    .btnNext {
        margin-bottom: 15px;
        width: 100%;
    }
}


/* sucursales */

.store {
    margin-bottom: 0;
    height: 100%;
}


/* blog */

.entry:not(.single-entry) .entry-media img {
    height: 200px;
    object-fit: cover;
}

.entry:not(.single-entry).boda-item .entry-media img {
    height: 120px;
    object-fit: contain;
    padding: 12px;
    background: #f4f7ff;
}

.boda-item {
    margin-bottom: 15px !important;
}

.blog-posts .read-more {
    text-transform: none;
}

.entry-content p {
    max-height: 77px;
    overflow: hidden;
    /*-webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;*/
}

.entry-body .entry-content p {
    max-height: inherit;
}


/* login */

#signin-2 label,
#register-2 label {
    margin-bottom: 0;
}

.btn-login.btn-g,
.btn-login.btn-f {
    border-radius: 5px;
}

.btn-login.btn-g {
    --Google: #cc3333;
    background-color: var(--Google) !important;
    border-color: var(--Google) !important;
    color: #fff;
}

.btn.btn-login.btn-g i {
    color: #fff;
}

.btn-login.btn-f {
    --Facebook: #3366cc;
    background-color: var(--Facebook) !important;
    border-color: var(--Facebook) !important;
    color: #fff;
}

.btn.btn-login.btn-g i,
.btn.btn-login.btn-f i {
    color: #fff;
}


/* footer */

.widget-call a:hover {
    color: var(--azulOscuro);
}

.list-payment-icons li.nav-item {
    margin-left: 5px;
}

.list-payment-icons .payment-icon-image {
    max-height: 2em;
    width: auto;
}

.widget-newsletter .form-control {
    border-radius: 40px !important;
    border-right-width: 1px;
    padding-right: 4rem;
}

.widget-newsletter .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 3;
}

#newsletter-btn {
    background-color: var(--colorPrincipal);
    border: 0;
    color: #fff;
    padding: 1px 11px;
    border-radius: 50%;
    margin: 5px;
}

#newsletter-btn:hover {
    background-color: var(--azulOscuro);
}

footer .social-icon {
    font-size: 2rem;
}

.social-icon.social-facebook {
    color: #4267b2;
}

.container-social-footer {
    margin-left: 2rem;
}

#scroll-top {
    display: flex;
}

#scroll-top {
    border-radius: 50%;
    background-color: var(--colorPrincipal);
    color: #ffffff;
    bottom: 15px;
    right: 28px;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
}

#scroll-top:hover,
#scroll-top:focus {
    color: #fff;
    background-color: rgba(0, 84, 130, .9);
    opacity: 1;
}

.widget-call {
    font-weight: 400;
    color: #000;
}

.footer .widget-about>a,
.footer .widget-list a {
    color: #333;
}

.footer .footer-middle {
    padding-top: 5rem;
    padding-bottom: 0;
}

.footer-bottom {
    margin-top: 2rem;
}

.container-info-footer {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333 !important;
    font-size: 1.4rem;
}

.container-info-footer.container-horario-footer {
    line-height: 1.5;
    align-items: flex-start;
    width: 90%;
    margin-top: .5rem;
    font-size: 1.5rem;
    font-weight: normal;
}

.container-info-footer.container-horario-footer img {
    position: relative;
    top: 4px;
}

.container-info-footer img {
    width: 15px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.container-horario-footer .icono-reloj {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.icon-ubicacion {
    position: relative;
    top: -10px;
}

.container-info {
    margin-left: 3rem;
}

.widget.widget-enlaces {
    margin-left: 1rem;
}

.widget.widget-info {
    margin-left: 1rem;
}

.widget.widget-info li {
    margin-bottom: 8px;
}

.social-icons {
    margin-left: .5rem;
}

.icon-redes {
    width: 24px;
}

@media (min-width: 992px) {
    .footer .widget {
        margin-bottom: 0;
    }
}

@media (max-width: 990px) {
    .widget.widget-enlaces {
        margin-left: 0;
    }
    .widget.widget-info {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    footer ul.widget-list {
        columns: 2;
    }
    .footer .widget-about>a,
    .footer .widget-list a {
        font-size: 15px;
    }
}


/* lista bodas */

.listas-banner {
    height: 100%;
    background-attachment: fixed;
}

.banner-box {
    background-color: #fff;
    padding: 6rem 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.25rem;
}

.lista-item .entry-title {
    font-size: 2rem;
}

.listas-banner .intro-content {
    z-index: 2;
}

.label-regalado {
    background-color: var(--success);
    color: #fff;
    width: 100%;
    left: 0;
    top: 0;
}

.newsletter-popup-container .form-control {
    border-radius: 40px !important;
    padding-right: 4rem;
}

.newsletter-popup-container .input-group-append {
    position: absolute;
    right: 0;
    z-index: 3;
}

.newsletter-popup-container .input-group .btn {
    background-color: var(--colorPrincipal);
    border-radius: 45px;
    display: block;
    text-transform: none;
    min-width: 16rem;
}

.newsletter-popup-container .form-check-input {
    margin-top: 5px;
    margin-left: -2.25rem;
}

.newsletter-popup-container .mfp-close {
    right: calc(100% / 3.3 + 1rem);
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 3.8 + 1rem);
    }
}

@media (max-width: 991px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 4.5 + 1rem);
    }
}

@media (max-width: 767px) {
    .newsletter-popup-container .mfp-close {
        right: 2rem;
    }
}

.product-label.label-new {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 25px;
}

.label-new~a {
    padding-top: 25px;
}

.swal2-popup {
    font-size: 1.4rem !important;
}

.product-gallery-item:before {
    border-color: transparent !important;
}

.politicas-content p {
    margin-bottom: 1.5rem;
}

.politicas-content p,
.politicas-content li,
.politicas-content td {
    font-weight: 400;
    color: #111;
}

@media screen and (min-width: 1600px) {
    .header .container-fluid .megamenu-container {
        position: static;
    }
    .header .container-fluid .megamenu-container .megamenu {
        width: 100%;
    }
}


/* resumen */

.tabla-resumen td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.tabla-resumen .product-col .product-media {
    max-height: 60px;
}

.tabla-resumen tfoot td {
    border: 0;
}

#resumen-content .card-header {
    padding-bottom: 0.5rem;
}

#resumen-content .card-header h4 {
    margin-bottom: 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .tabla-resumen,
    .tabla-resumen thead,
    .tabla-resumen tbody,
    .tabla-resumen th,
    .tabla-resumen tbody td,
    .tabla-resumen tbody tr {
        font-size: 1.5rem !important;
    }
    .tabla-resumen tbody tr {
        border-bottom: 0.1rem solid #ebebeb;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas: "prod prod" "price cant" ". sub";
    }
    .tabla-resumen>thead>tr:nth-child(2) {
        display: none;
    }
    .tabla-resumen td {
        position: relative;
        border-bottom: 0;
        padding: 0px 10px 10px 10px;
    }
    .tabla-resumen .product-col {
        grid-area: prod;
    }
    .tabla-resumen .total-col {
        grid-area: sub;
    }
    .tabla-resumen td:before,
    .tabla-resumen td>div:before {
        position: relative;
        font-weight: 600;
    }
    .tabla-resumen .price-col:before {
        content: "Precio: ";
    }
    .tabla-resumen .cant-td:before {
        content: "Cantidad: ";
    }
    .tabla-resumen tfoot {
        float: right;
    }
    .tabla-resumen .table-foot td {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #resumen-content .card-body {
        font-size: 1.5rem;
    }
}

.table.table-cart .total-col {
    white-space: nowrap;
}

.marcar-default {
    content: "⭐";
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0 20px;
    filter: grayscale(1);
}

.direccion-default .marcar-default {
    filter: grayscale(0);
}

.direccion.direccion-default {
    border: 1px solid var(--colorPrincipal);
    border-radius: 10px;
}

#tab-pedidos .table tbody td {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .dashboard .nav-dashboard {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 991px) {
    #tab-pedidos td[data-title]::before {
        color: #888;
    }
    #tab-pedidos table tr,
    #tab-pedidos table td {
        display: grid;
    }
    #tab-pedidos thead {
        display: none;
    }
    #tab-pedidos tr,
    #tab-pedidos td {
        padding: 10px 0;
    }
    #tab-pedidos td {
        border-bottom: 0;
        grid-template-rows: 0fr 0fr;
    }
    #tab-pedidos tbody tr {
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        grid-column-gap: 10px;
        border-bottom: 0.1rem solid #ebebeb;
        grid-template-areas: "info info" "info info" "info info" "button button";
    }
    .td-btn {
        grid-area: button;
    }
    .td-metodo-pago,
    .td-metodo-entrega {
        display: none !important;
    }
}

.label-circle {
    width: 5.6rem !important;
    height: 5.6rem !important;
    border-radius: 50% !important;
}

.fileinput .btn {
    margin-bottom: 10px;
}

.product-price .new-price {
    color: #08007c;
}

.product-price.old .new-price {
    color: #dc3545;
}

.product-price.old {
    font-size: 1.34em;
    color: #dc3545;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.product-2 .product-price.old {
    font-size: 0.85em;
}

.deal-top h3 {
    color: white;
}

.deal-top h4 {
    color: white;
}

#pac-input-1 {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 62% !important;
    min-height: 30px;
    margin-top: 9px;
}

#map {
    margin-top: 25px;
    margin-bottom: 25px;
}

.tag_img.tag_promo {
    top: 5px!important;
    right: 5px!important;
    position: relative!important;
}

.product-media {
    background-color: transparent;
}

.tag_img.tag_promo img {
    width: 100px;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 5px;
}

.container-btn-asistencia {
    position: fixed;
    right: 20px;
    bottom: 215px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
    z-index: 9;
    transition: all ease .5s;
    background: var(--degradado);
}

.container-btn-asistencia a {
    height: 52px;
    width: 52px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--degradado);
}

.container-btn-asistencia a img {
    width: 30px;
}

.container-btn-asistencia a p {
    height: 52px;
    background: var(--degradado);
    opacity: 0;
    visibility: hidden;
    transition: all ease .6s;
    margin-bottom: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0;
    overflow: hidden;
    min-width: 52px;
    white-space: nowrap;
    color: #fff;
}

.container-btn-asistencia:hover p {
    opacity: 1;
    visibility: visible;
    width: 195px;
    padding: 0 1rem;
}

.container-what .btn-wha {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 5;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 5px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: #28A745;
    border-color: #28A745;
}

.btn-wha i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 50px;
}

.container-what.container-messenger .btn-wha {
    background: linear-gradient(84.06deg, #0088FF -28.62%, #A033FF 36.39%, #FF5C87 98.74%);
    bottom: 140px;
}

.calculandoEnvio {
    pointer-events: none;
    user-select: none;
}

.calculandoEnvio .form-control {
    background-color: #9e9e9e33 !important;
}

.toolbox-info .catalog-title {
    font-size: 2.4rem;
}

.product-action {
    z-index: 3;
}

.product.product-2,
.product.product-2 .product-action {
    border-radius: 5px;
}

.product.product-2 .product-body {
    padding-bottom: 1.6rem;
}

.btn-round {
    border-radius: 5px;
}

.product-nav .select-cuotas {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-size: 13px;
    font-weight: 500;
}

.product-nav .btn-primary {
    min-width: auto!important;
    padding: 0;
    min-width: unset;
    padding: 6px 10px;
    border-radius: 0 5px 5px 0;
    font-size: 24px;
    height: 40px;
    background: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.product-nav .btn-primary i {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .form-tab .form-footer .btn {
        margin-left: 0;
        margin-right: 0;
        order: -1;
    }
}

@media (max-width: 767px) {
    .product.product-2 .product-body {
        padding: 1.6rem 1rem;
    }
    .product-nav .btn-primary {
        padding: 6px 6px;
    }
}


/* //////////////////////Estilos de Slick slider///////////////////////// */

.page-content {
    background: #fff;
    position: relative;
}

.js .slider-single>div:nth-child(1n+2) {
    display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
    display: block
}

.img-slick-slider {
    width: 435px;
    height: 435px;
    object-fit: cover;
}

@media screen and (max-width:460px) {
    .img-slick-slider {
        object-fit: contain;
    }
}

.slider-nav .slick-slide {
    cursor: pointer;
    padding: 5px;
}

.container-carousel {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 2.5rem;
}

.container-img {
    width: 100%;
}

.container-dots-img {
    width: 100%;
}

.slick-vertical .slick-slide {
    outline: 0 !important;
}

.slick-vertical .slick-slide img {
    border: 1px solid #c1c0c1 !important;
    padding-bottom: 10px;
    margin: 0 auto;
}

.slider-nav .slick-slide {
    padding: 1rem;
    padding-bottom: 0;
}

.slick-vertical .slick-slide img:hover {
    border-bottom: 2px solid var(--colorPrincipal) !important;
}

.container-img {
    width: 510px;
}

.slider-vertical-button .slick-prev {
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    opacity: 0;
    color: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
}

.slider-vertical-button .slick-next {
    bottom: -15px !important;
    top: initial !important;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.slider-foto-grande .slick-next,
.slider-foto-grande .slick-prev {
    z-index: 1000;
}

.slider-foto-grande .slick-prev {
    left: 10px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 10;
}

.slider-foto-grande .slick-next {
    right: 0;
    transform: translateX(-50%) rotate(-135deg);
}

.slick-slide {
    padding-bottom: 0;
}

.slick-slide.is-active img {
    border: 1px solid var(--colorPrincipal) !important;
}

.slick-slide.is-active img:hover {
    border-bottom: 1px solid var(--colorPrincipal) !important;
}

.container-dots-img {
    width: 110px;
    position: relative;
    z-index: 99;
}

.img-dots-carrusel {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.slick-slide img {
    margin: 0 auto;
}

.slider-foto-grande,
.galeria-modal {
    cursor: url(img/cursor.png), auto;
}

.galeria-modal {
    display: block;
    position: relative;
    transition: all .3s;
}

.galeria-modal::after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/expant.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    z-index: 999;
    cursor: pointer;
    padding: .5rem;
}

.galeria-modal:hover::after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: var(--colorPrincipal);
    background-image: url(../images/expant.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    z-index: 999;
    cursor: pointer;
    padding: .5rem;
}

.slick-initialized .slick-slide,
.galeria-modal {
    outline: 0;
}

.fancybox-slide--image {
    background: #fff;
}

.fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible !important;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button--play {
    display: none !important;
}

.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #888484 !important;
}

.fancybox-button {
    background: transparent !important;
}

.fancybox-navigation .fancybox-button {
    opacity: 1 !important;
}

.fancybox-button--arrow_right {
    position: relative;
}

.fancybox-button--arrow_right svg {
    opacity: 0;
    visibility: hidden;
}

.fancybox-button--arrow_right::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    border-right: 2px solid #888484;
    border-bottom: 2px solid #888484;
}

.fancybox-button--arrow_left svg {
    opacity: 0 !important;
    visibility: visible;
}

.fancybox-button--arrow_left::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    border-left: 2px solid #888484;
    border-bottom: 2px solid #888484;
}

.lista-kit {
    list-style: circle;
    padding-left: 4rem;
}

.lista-kit li span {
    text-decoration: underline;
}

.revistas {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-revista {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1.8rem;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .container-img {
        width: 435px;
    }
}

@media screen and (max-width:990px) {
    .container-carousel {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .container-dots-img {
        order: 1;
    }
    .container-img {
        order: 0;
    }
    .slick-slide img {
        width: 100%;
    }
    .container-dots-img {
        width: 100%;
    }
    .img-slick-slider {
        width: 100%;
        height: auto;
    }
    .container-img {
        width: 100% !important;
    }
    .slider-nav .slick-slide {
        padding: 0;
    }
    .product-details {
        padding-top: 3rem;
    }
    .text-revista {
        width: 100%;
    }
}


/* Nosotros */

.nosotros {
    padding: 4rem 0;
}

.container-text-nosotros {
    margin-left: 6rem;
}

.row.row-nosotros {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-header-nosotros {
    font-size: 1.6rem;
    font-family: var(--font-light);
    margin-bottom: 1rem;
    font-weight: normal;
}

.title-nostros {
    font-size: 3.5rem;
    font-family: var(--font-medium);
    color: var(--colorPrincipal);
    margin-bottom: 2rem;
}

.text-nosotros {
    font-size: 1.6rem;
    font-family: var(--font-light);
    margin-bottom: 0;
    font-weight: normal;
}

.img-nosotros {
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}

.btn {
    min-width: 160px !important;
}

.btn.btn-conoce {
    background: var(--colorPrincipal);
    border-radius: 5px;
    color: var(--white);
    font-family: var(--font-medium);
    margin-top: 3rem;
    transition: all .3s;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.btn-conoce-outline {
    background: transparent;
    color: var(--colorPrincipal);
    font-family: var(--font-medium);
    transition: all .3s;
    border-bottom: 1px solid var(--colorPrincipal);
}

.btn.btn-conoce-outline {
    display: inline-block;
    background: transparent;
    color: var(--colorPrincipal);
    font-family: var(--font-medium);
    transition: all .3s;
    border-bottom: 1px solid var(--colorPrincipal);
    padding: 0;
}

.btn.btn-conoce:hover {
    background: rgba(0, 84, 130, .9);
}

.product-details-action .btn-cart span {
    text-transform: unset;
}


/* Nosotros */

.owl-full .owl-dots .owl-dot.active span {
    border-color: var(--colorPrincipal);
    background: var(--colorPrincipal);
}

.product-title {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.product-details .product-title {
    font-weight: 600;
    height: auto;
}

.product-price {
    margin-top: .8rem;
}

.product-price,
.product-price .new-price {
    color: var(--colorPrincipal);
    font-weight: 600;
}

.product-cat {
    font-size: 1.2rem;
}

.col-form-label {
    display: flex;
    align-items: center;
}

.table-details {
    width: 70%;
    margin: 0 auto;
    padding: 0.8rem 1rem;
    border-radius: 3px;
}

.container-table-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

.container-table-details-portion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}

.container-table-details-portion:nth-child(2n+2) {
    background: #eee;
}

.container-table-details:nth-child(2n+2) {
    background: #eee;
}

.table-descripcion {
    font-weight: 600;
    padding-right: 0.5rem;
    margin: 0;
    padding: 1rem 0rem;
    padding-left: 0.8rem;
}

.table-descripcion:last-child {
    text-align: center;
}

.table-descripcion-float {
    font-weight: 600;
    padding-right: 0.5rem;
    margin: 0;
    padding: 1rem 0rem;
    padding-left: 0.8rem;
}

.table-descripcion-float:last-child {
    text-align: center;
}

.header-product-details {
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.form-litro {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.container-input-litro input {
    display: none;
}

.container-input-litro label {
    cursor: pointer;
    font-size: 16px;
    width: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    position: relative;
    line-height: 22px;
    transition: all .3s;
    margin-bottom: 0;
}

.container-input-litro label:hover {
    border: 1px solid var(--colorPrincipal);
}

.container-input-litro input[type='radio']:checked~label {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .25)
}

.container-input-litro p {
    font-size: 13px;
}

.sku {
    font-size: 1.4rem;
}

.sidebar-filter {
    position: sticky;
    left: unset;
    top: 90px;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    max-width: unset;
    overflow-y: unset;
    box-shadow: unset;
    border: var(--border);
    will-change: transform;
    visibility: visible;
    transition: all 0.35s;
}

.close-sidebar-filter {
    display: none;
}

.toolbox-left-btn {
    display: none;
}

.infinite-status-prompt {
    margin-top: 4rem;
}

.call {
    padding: 8rem 0 8rem;
}

.container-call {
    width: 70%;
    text-align: left;
    margin: 0 auto;
}

.container-call p {
    width: 60%;
    font-size: 1.6rem;
}

.container-background {
    /* background: url(../images/call-desktop.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.owl-full .owl-nav .owl-prev {
    left: -15px;
}

.owl-full .owl-nav .owl-next {
    right: -15px;
}

.footer {
    background-color: #dfe6f6;
}

.servicio-tecnico {
    padding: 8rem 0;
}

.lista-info-contacto {
    margin-top: 1.5rem;
}

.lista-info-contacto li {
    margin-bottom: 1.4rem;
}

.container-items-contacto {
    display: flex;
    align-items: center;
    column-gap: 4rem;
    flex-wrap: wrap;
}

.lista-info-contacto li a {
    color: #333;
    font-size: 1.5rem;
    font-weight: normal;
    transition: all .3s;
}

.lista-info-contacto li a:hover {
    color: var(--colorPrincipal);
}

.lista-info-contacto li p {
    color: #333;
    font-size: 1.5rem;
    font-weight: normal;
    width: 60% !important;
    font-weight: 600;
}

.page-content.contacto {
    padding: 8rem 0;
}

.title.title-contacto {
    font-family: var(--font-medium);
}

.subtitle-contacto {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid #333;
    font-weight: 600;
}

.container-header-cobertura {
    padding-top: 1rem;
    padding-bottom: 8rem;
}

.input-buscador {
    display: block;
    width: 100%;
    padding: .8rem 1rem;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid var(--colorPrincipal);
}

.input-buscador:focus {
    outline: transparent;
}

.form-cobertura {
    position: relative;
}

.btn-cobertura {
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    opacity: .8;
}

.icon-container-cobertura {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
    margin-bottom: .8rem;
}

.icon-container-cobertura img {
    position: relative;
    top: 4px;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.banner-nosotros {
    /* height: 65vh;
    display: flex;
    align-items: center; */
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* background: url(../images/banner-nosotros-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.banner-nosotros .banner-img {
    width: 100%;
    height: auto; /* Mantén la proporción de la imagen */
    display: block; /* Evita espacios adicionales bajo la imagen */
}

.banner-nosotros .container-text-banner {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    color: #fff; /* Texto blanco para contraste */
    text-align: center;
    z-index: 2; /* Asegura que el texto esté encima de la imagen */
    padding: 10px;
}

.banner-assitencia {
    height: 65vh;
    display: flex;
    align-items: center;
    background: url(../images/banner-servicio.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-contacto {
    height: 60vh;
    display: flex;
    align-items: center;
    background: url(../images/banner-contacto-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-text-banner {
    width: 45%;
}

.text-nosotros {
    font-size: 1.8rem;
}

.llegar {
    text-align: center;
    padding: 8rem 0;
}

.container-text-llegar {
    width: 50%;
    margin: 0 auto;
}

.container-text-llegar p {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.valores {
    padding: 5rem 0;
    background: #dfe6f6;
}

.container-icon-valores {
    text-align: center;
    margin-bottom: 2rem;
}

.container-icon-valores img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 0 auto;
    opacity: .6;
}

.comienzos {
    padding: 8rem 0;
}

.title-nostros.title-info-nostros {
    font-size: 3.5rem;
}

.text-nosotros.text-info-nosotros {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

.sostenibilidad {
    height: 80vh;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url(../images/banner-cuidado-4.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    display: flex;
    align-items: center;
}

.sostenibilidad h2,
.sostenibilidad p {
    color: #fff;
}


/* Tiemline */

#timeline .slick-track {
    height: 540px;
}

.timeline {
    padding: 8rem 0;
}

.timeline-nav__item {
    transition: all ease .3s;
}

.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 0.5;
    background: transparent;
    color: #585858;
    margin: 15px 25px !important;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}

.timeline-nav__item.slick-current {
    color: var(--colorPrincipal);
    opacity: 1;
    font-size: 24px;
    display: flex!important;
    justify-content: center;
}

.timeline-nav__item.slick-current::before {
    background-color: var(--colorPrincipal);
}

.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    transition: .2s;
}

.timeline-slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    outline: none;
    background-size: auto 400px, cover;
    background-position: top;
    margin: 0 24px;
    width: 80%;
    z-index: 1;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    height: 540px;
    margin: 60px auto;
}

.timeline-slider {
    height: 100%;
}

@media (min-width: 1080px) {
    .timeline .slick-list {
        padding: 0 180px !important;
    }
}

.timeline .slick-list {
    height: 100%;
}

.timeline .slick-current .timeline-year {
    opacity: 1;
}

.timeline-year {
    z-index: 5;
    font-size: 2rem;
    color: #ffffff;
    background: var(--colorPrincipal);
    padding: 15px 26px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 0;
}

.timeline .slick-current .timeline-slide__content {
    opacity: 1;
}

.timeline-slide__content {
    z-index: 5;
    position: absolute;
    bottom: 0;
    background: #dfe6f7;
    width: 100%;
    min-height: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    padding: 24px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s;
}

.timeline-text {
    font-size: 1.6rem;
    color: #333333;
}


/* Tiemline */

.title-nosotros-info {
    font-size: 3.5rem;
    font-family: var(--font-medium);
    color: var(--colorPrincipal);
}

.btn-menu-hamburguer {
    display: none;
    background: transparent;
    border: var(--border);
    height: 44px;
    width: 44px;
    border-radius: 50%;
}

.icon-menu {
    margin: 0;
}

.mobile-menu li a {
    display: flex;
    align-items: center;
    font-family: var(--font-light);
    color: #000 !important;
    font-size: 1.6rem;
}

.mobile-menu li a img {
    height: 70px;
    object-fit: cover;
}

.btn-ir {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-left: auto;
}

.btn-ir:after {
    margin-left: -1px;
    border-top: 1px solid;
    border-right: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu li a {
    padding: 1rem 2rem 0rem 1rem;
    min-height: 78px;
}

.mobile-menu-light .mobile-menu li a {
    border-bottom-color: #f2f2f2;
}

.mobile-cats-menu li a {
    min-height: 78px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #000 !important;
}

.buscador-mobile {
    display: none;
}

.container-logo {
    margin: 0 2rem;
}

.container-logo a img {
    margin: 0 auto;
}

.mobile-menu-wrapper {
    position: relative;
    padding: 3.2rem 0;
}

.mobile-menu-container {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    max-width: 300px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgb(51 51 51 / 50%);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.4s ease;
}

.store-subtitle,
.title-sm {
    font-family: var(--font-medium);
}

.btn-outline-primary-2 {
    color: var(--colorPrincipal);
    background-color: transparent;
    background-image: none;
    border-color: var(--colorPrincipal);
    box-shadow: none;
}

.dashboard .btn {
    min-width: 160px;
    width: 160px;
    margin: 0 auto;
}

.td-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table th,
.table thead th,
.table td {
    border-top: none;
    border-bottom: 0.1rem solid #ebebeb;
    text-align: center;
}

.sidebar-cuenta,
.sidebar-reciente {
    padding: 2rem 2rem;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.border-none {
    border-bottom: 1px solid transparent !important;
}

.title-sidebar-reciente {
    border-bottom: 0.1rem solid #ebebeb;
    padding: 1.4rem 0;
}

.input-reciente {
    display: none;
}

.label-reciente {
    padding-left: 3rem;
    margin-bottom: 1rem !important;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.label-reciente::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.label-reciente::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--colorPrincipal);
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-check input[type='checkbox']:checked~.label-reciente::after {
    opacity: 1;
    visibility: visible;
}

.container-btn-reciente {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    column-gap: 1rem;
}

.dashboard .btn-conoce-outline,
.dashboard .btn-conoce {
    min-width: unset;
    width: unset;
    margin: unset;
}

.container-repetir {
    padding-left: 2.5rem;
}

.btn.btn-header {
    min-width: unset !important;
    margin-top: 0 !important;
}

.container-vendedor {
    padding: 2rem 0;
}

.container-img-vendedor {
    border: 1px solid #ebebeb;
}

.container-img img {
    width: 100%;
}

.item-vendedor {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    column-gap: 10px;
    border-top: 1px solid #ebebeb;
}

.item-vendedor:first-child {
    border: 0;
    padding-top: 0;
}

.item-vendedor-nomb,
.item-vendedor-desc {
    margin-bottom: 0 !important;
}

.title-sucursales {
    text-transform: uppercase;
}

.form-box {
    border-radius: 5px;
}

@media screen and (max-width: 990px) {
    .toolbox-left-btn {
        display: block;
    }
    .close-sidebar-filter {
        display: block;
    }
    .sidebar-filter {
        position: fixed;
        left: -350px;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
        width: 100%;
        max-width: 350px;
        overflow-y: scroll;
        box-shadow: 0.1rem 0 0.6rem 0 rgb(51 51 51 / 50%);
        will-change: transform;
        visibility: hidden;
        transition: all 0.35s;
    }
    .btn-menu-hamburguer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .table-details {
        width: 100%;
        padding: 0;
    }
    .product-details-tab .nav {
        flex-wrap: nowrap;
    }
    .product-details-tab .nav.nav-pills .nav-link {
        font-size: 1.6rem;
    }
    .nav.nav-pills .nav-item.show .nav-link,
    .nav.nav-pills .nav-item .nav-link.active {
        color: var(--colorPrincipal);
        border-bottom-color: var(--colorPrincipal);
    }
    .form-litro {
        justify-content: space-between;
    }
    .product-details .product-content p:last-child {
        font-size: 1.4rem;
    }
    .container-background {
        background: url(../images/call-mobil.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 110vh;
        border-radius: 5px;
        display: flex;
        align-items: flex-start;
        padding-top: 2rem;
    }
    .container-call {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 3rem;
    }
    .container-call p {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        font-size: 1.4rem;
    }
    .title-nostros {
        font-size: 2.5rem;
    }
    .container-text-nosotros {
        margin-left: initial;
        margin-top: 2rem;
    }
    .title-nostros.title-info-nostros {
        font-size: 3rem;
    }
    .owl-full .owl-nav .owl-prev {
        left: -5px;
    }
    .owl-full .owl-nav .owl-next {
        right: -5px;
    }
    .container-text-llegar {
        width: 95%;
    }
    .title-nosotros-info {
        font-size: 3rem;
    }
    .container-text-llegar p,
    .text-nosotros {
        font-size: 1.6rem;
    }
    .timeline-year {
        font-size: 18px;
    }
    .timeline-slide__content {
        width: 100%;
        padding: 1.5rem;
    }
    .container-text-banner {
        width: 100%;
        margin: 0 auto;
    }
    .container-valores:first-child {
        margin-top: 0;
    }
    .container-valores {
        margin-top: 2rem;
    }
    .text-icon {
        display: none;
    }
    .wishlist {
        padding-left: 7.5px;
    }
    .btn-buscar {
        display: none;
    }
    .buscador-mobile {
        display: block;
        position: relative;
        margin: 0 2rem;
        margin-top: 2rem;
    }
    .buscador-mobile input {
        border: transparent;
        border-bottom: 1px solid #333;
        background: transparent;
        border-radius: 0;
    }
    .btn-buscar-mobile {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: transparent;
        border: transparent;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart-dropdown .product-cart-details,
    .product-cat,
    .btn-product span {
        font-size: 1.3rem;
    }
    .product-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .banner-assitencia {
        height: 90vh;
        display: flex;
        align-items: flex-start;
        background: url(../images/call-mobil.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 2rem;
    }
    .banner-nosotros {
        /* height: 90vh;
        display: flex;
        align-items: flex-start; */
        /* background: url(../images/banner-nosotros-mobile.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center; */
        padding-top: 2rem;
    }
    #carousel-text {
        height: 34px;
        display: flex;
        align-items: center;
    }
    .container-info {
        margin-left: 0;
    }
    .top-header {
        height: 45px !important;
        display: flex;
        align-items: center;
    }
    #carousel-text .slick-list {
        overflow-y: hidden;
        height: auto !important;
    }
    .text-carousel-rotate {
        line-height: 1.5;
    }
    .timeline-slide__content {
        width: 100%;
        bottom: 15px;
        top: unset;
    }
    .container-social-footer {
        margin-left: 0;
        margin-bottom: 3rem;
        display: none;
    }
    .footer .widget {
        margin-bottom: 3rem;
    }
    .product-media {
        background-color: transparent;
        padding-bottom: 3rem;
    }
    .btn.btn-conoce {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .cart-dropdown {
        padding-left: 7.5px;
    }
    .compare-dropdown,
    .wishlist-link {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .sidebar-filter-wrapper {
        padding-left: 6.7rem;
        padding-right: 1.7rem;
    }
}

.doc-section h5 {
    font-family: var(--font-medium)
}