[sidebarjs-backdrop],[sidebarjs] {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.sidebarjs--left[sidebarjs],[sidebarjs].sidebarjs--left [sidebarjs-container] {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.sidebarjs--right[sidebarjs],[sidebarjs].sidebarjs--right [sidebarjs-container] {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

[sidebarjs].sidebarjs--left [sidebarjs-container] {
    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,.2);
    box-shadow: 2px 0 4px rgba(0,0,0,.2)
}

[sidebarjs].sidebarjs--right [sidebarjs-container] {
    -webkit-box-shadow: -2px 0 4px rgba(0,0,0,.2);
    box-shadow: -2px 0 4px rgba(0,0,0,.2);
    margin-left: auto
}

[sidebarjs-backdrop] {
    background: #000;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity
}

[sidebarjs-container] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 300px;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 90%;
    will-change: transform;
    z-index: 1
}

[sidebarjs] {
    position: fixed;
    -webkit-transition: -webkit-transform 0s ease .3s;
    transition: -webkit-transform 0s ease .3s;
    transition: transform 0s ease .3s;
    transition: transform 0s ease .3s,-webkit-transform 0s ease .3s;
    z-index: 9999
}

[sidebarjs].sidebarjs--is-visible {
    -webkit-transition: -webkit-transform 0s ease 0s;
    transition: -webkit-transform 0s ease 0s;
    transition: transform 0s ease 0s;
    transition: transform 0s ease 0s,-webkit-transform 0s ease 0s
}

[sidebarjs].sidebarjs--is-moving,[sidebarjs].sidebarjs--is-visible,[sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
    -webkit-transform: translate(0);
    transform: translate(0)
}

[sidebarjs].sidebarjs--is-moving,[sidebarjs].sidebarjs--is-moving [sidebarjs-backdrop],[sidebarjs].sidebarjs--is-moving [sidebarjs-container] {
    -webkit-transition: none;
    transition: none
}

[sidebarjs-content] {
    min-height: 100%;
    position: relative;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 100%
}

[sidebarjs-content].sidebarjs-content--left {
    margin-left: auto;
    margin-right: 0
}

[sidebarjs-content].sidebarjs-content--right {
    margin-left: 0;
    margin-right: auto
}

@media (min-width: 1025px) {
    [sidebarjs].sidebarjs--responsive {
        -webkit-transition:-webkit-transform 0s ease 0s;
        transition: -webkit-transform 0s ease 0s;
        transition: transform 0s ease 0s;
        transition: transform 0s ease 0s,-webkit-transform 0s ease 0s;
        width: 300px
    }

    [sidebarjs].sidebarjs--responsive,[sidebarjs].sidebarjs--responsive [sidebarjs-container] {
        -webkit-transform: translate(0)!important;
        transform: translate(0)!important
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--left {
        left: 0;
        right: auto
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--left [sidebarjs-container] {
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.1);
        box-shadow: 1px 0 0 rgba(0,0,0,.1)
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--right {
        left: auto;
        right: 0
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--right [sidebarjs-container] {
        -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.1);
        box-shadow: -1px 0 0 rgba(0,0,0,.1)
    }

    [sidebarjs].sidebarjs--responsive [sidebarjs-container] {
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%
    }

    [sidebarjs-content] {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px)
    }

    [sidebarjs-content].sidebarjs-content--left.sidebarjs-content--right {
        margin: 0 auto;
        width: -webkit-calc(100% - 600px);
        width: calc(100% - 600px)
    }
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: -webkit-calc(100vw - 10px);
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform,visibility,opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides,.glide__track {
    overflow: hidden
}

.glide__slides {
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide,.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%
}

.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    padding: 9px 12px;
    position: absolute;
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease,border .3s ease-in-out;
    z-index: 2
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    bottom: 2em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 50%;
    list-style: none;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2
}

.glide__bullet {
    background-color: hsla(0,0%,100%,.5);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    cursor: pointer;
    height: 9px;
    line-height: 0;
    margin: 0 .25em;
    padding: 0;
    transition: all .3s ease-in-out;
    width: 9px
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,.glide__bullet:hover {
    background-color: hsla(0,0%,100%,.5);
    border: 2px solid #fff
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.cart-sidebar {
    display: none
}

.cart-sidebar [sidebarjs-container] {
    background-color: #f7f7f7;
    max-width: 380px
}

@media (max-width: 576px) {
    .cart-sidebar [sidebarjs-container] {
        max-width:300px
    }
}

.cart-sidebar__header {
    border: 1px solid #dedede;
    font-family: Raleway;
    height: 45px;
    justify-content: space-between
}

.cart-sidebar__header,.cart-sidebar__header__close,.cart-sidebar__header__counter {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart-sidebar__header__close,.cart-sidebar__header__counter {
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 45px
}

.cart-sidebar__header__close {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-right: 1px solid #dedede;
    cursor: pointer
}

.cart-sidebar__header__counter {
    border-left: 1px solid #dedede;
    color: #211915;
    font-size: 20px;
    font-weight: 600
}

.cart-sidebar__header__title {
    color: #211915;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.cart-sidebar__content {
    font-family: Raleway;
    padding: 0 20px
}

.cart-sidebar__content.empty {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: -webkit-calc(100vh - 45px);
    height: calc(100vh - 45px);
    justify-content: center
}

.cart-sidebar__content.empty p {
    color: #211915;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 30px
}

.cart-sidebar__content.empty a button {
    align-items: center;
    background-color: #111;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 20px 30px;
    text-transform: uppercase
}

.cart-sidebar__content.empty a button:hover {
    background-color: #858f66
}

.cart-sidebar__content__item {
    border-bottom: 1px solid #dedede;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Raleway;
    gap: 20px;
    padding: 20px 0
}

.cart-sidebar__content__item img {
    height: 75px;
    min-width: 75px
}

.cart-sidebar__content__item__info {
    position: relative;
    width: 100%
}

.cart-sidebar__content__item__info a {
    color: #211915;
    display: block;
    text-decoration: none;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px)
}

.cart-sidebar__content__item__info a:hover {
    color: #858f66
}

.cart-sidebar__content__item__info p {
    margin: 0
}

.cart-sidebar__content__item__info__delete {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cart-sidebar__content__item__info__delete:hover {
    background-color: transparent;
    color: #858f66
}

.cart-sidebar__content__item__info__delete svg {
    width: 16px
}

.cart-sidebar__footer {
    bottom: 0;
    font-family: Raleway;
    left: 0;
    position: absolute;
    right: 0
}

.cart-sidebar__footer__total {
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0 15px
}

.cart-sidebar__footer__total strong {
    font-size: 18px
}

.cart-sidebar__footer__total span {
    color: #858f66;
    font-weight: 600
}

.cart-sidebar__footer__actions {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart-sidebar__footer__actions__cart {
    background-color: #2a2a2a
}

.cart-sidebar__footer__actions__checkout {
    background-color: #111
}

.cart-sidebar__footer__actions>a {
    flex-grow: 1
}

.cart-sidebar__footer__actions>a>button {
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 60px;
    padding: 0;
    text-transform: uppercase;
    width: 100%
}

.cart-sidebar__footer__actions>a>button:hover {
    background-color: #858f66
}

.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif
}

.modal__overlay {
    align-items: center;
    background: rgba(29,29,31,.6);
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.modal__container {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    max-height: 100vh;
    max-width: 650px;
    overflow-y: auto;
    padding: 20px
}

.modal__header {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    top: 10px
}

.modal__title {
    box-sizing: border-box;
    color: #00449e;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0
}

.modal__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.modal__close:hover {
    background-color: transparent
}

.modal__content {
    color: rgba(0,0,0,.8);
    line-height: 1.5
}

.modal__btn {
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: button;
    backface-visibility: hidden;
    background-color: #e6e6e6;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    padding: .5rem 1rem;
    text-transform: none;
    transform: translateZ(0);
    transition: transform .25s ease-out;
    will-change: transform
}

.modal__btn:focus,.modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0,0,.2,1)
}

.micromodal-slide .modal__container,.micromodal-slide .modal__overlay {
    will-change: transform
}

.add-to-cart {
    display: grid;
    font-family: Raleway;
    grid-template-columns: repeat(2,1fr)
}

.add-to-cart__left {
    border-right: 1px solid #dedede;
    padding: 0 15px;
    text-align: center
}

.add-to-cart__left>p {
    color: #858f66;
    line-height: 1.25;
    margin: 0 0 20px
}

.add-to-cart__left>p>span {
    font-size: 18px;
    font-weight: 600
}

.add-to-cart__left>img {
    height: 150px;
    width: 150px
}

.add-to-cart__left__info__name {
    font-size: 18px;
    font-weight: bolder;
    margin: 10px 0 8px;
    padding-bottom: 0;
    text-transform: capitalize
}

.add-to-cart__left__info__meta {
    font-size: 14px;
    margin: 0 0 8px
}

.add-to-cart__left__info__meta strong {
    font-size: 11px;
    text-transform: uppercase
}

.add-to-cart__left__info__meta span {
    color: #858f66
}

.add-to-cart__right {
    padding: 0 15px;
    text-align: center
}

.add-to-cart__right .highlight {
    color: #858f66
}

.add-to-cart__right>p {
    margin: 0 0 16px
}

.add-to-cart__right__info__meta {
    font-size: 14px;
    margin: 0 0 8px
}

.add-to-cart__right__info__meta strong {
    font-size: 11px;
    text-transform: uppercase
}

.add-to-cart__right__info__meta span {
    color: #858f66;
    font-size: 22px
}

.add-to-cart__right button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    transition: .3s;
    width: 100%
}

.add-to-cart__right__close {
    background-color: transparent;
    border: 2px solid #dcebbd!important
}

.add-to-cart__right__close:hover {
    background-color: #858f66;
    border: none;
    color: #fff
}

.add-to-cart__right__cart {
    background-color: #dcebbd;
    color: #858f66
}

.add-to-cart__right__cart:hover {
    background-color: #858f66;
    color: #fff
}

#modal-promo .modal__header {
    right: 20px;
    top: 20px
}

#modal-promo .modal__close {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px
}

.check-email-verification .close {
    background-color: #858f66;
    cursor: pointer
}

.check-email-verification .status-title {
    margin-top: 40px;
    padding: 0
}

#modal-promo-button {
    border-radius: 25px;
    bottom: -300px;
    max-width: 400px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    transition: all .5s ease-out
}

#modal-promo-button .modal__close {
    color: #fff;
    display: grid;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 12px
}

@media (max-width: 992px) {
    #modal-promo-button {
        display:none
    }
}

.registration.successful {
    color: #858f66;
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.header-07 .page-header-inner {
    padding-top: 0
}

.carousel-promo {
    background-color: #858f66
}

.carousel-promo .glide__slide {
    margin-top: 0
}

.carousel-promo__item {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    text-align: center
}

.carousel-promo__item a {
    color: #fff
}

.page-scroll-up {
    z-index: 100000
}

.cart-sidebar__toogle,.mini-cart .mini-cart__button {
    padding: 0!important
}

.viewed-class {
    background-color: #858f66;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    padding: 5px 0
}

.actions-post,.viewed-class {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.actions-post {
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 1120px
}

.viewed-classes {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.viewed-classes__label {
    font-size: 15px;
    font-weight: 500;
    padding-right: 5px
}

.viewed-classes__indicator {
    background-color: transparent;
    border: none;
    color: hsla(0,0%,41%,.251);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding: 0
}

.viewed-classes__indicator:hover {
    background-color: transparent;
    color: #858f66
}

.viewed-classes__indicator.checked {
    color: #858f66;
    cursor: unset
}

.viewed-classes__indicator svg {
    height: 20px;
    width: 20px
}

.favorite-classes button {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

#page-header {
    background-color: #fff
}

#page-header .header-right {
    justify-content: flex-start
}

@media screen and (min-width: 768px) {
    #page-header .header-right {
        margin-left:30px
    }
}

@media screen and (min-width: 1024px) {
    #page-header .header-right {
        margin-left:50px
    }
}

@media screen and (min-width: 1800px) {
    #page-header .header-right {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-grow: unset;
        margin-left: auto;
        margin-right: 50px;
        width: auto
    }
}

.money-switcher .dropdown-flag {
    border-radius: 50%
}

.favoritos .wikpis-grid-view__message {
    margin-bottom: 50px;
    margin-top: -30px
}

.favoritos .wikpis-grid-view__content {
    margin-bottom: 80px
}

.page-shop {
    background-color: #efeff0
}

.page-shop .woocommerce-error,.page-shop .woocommerce-info,.page-shop .woocommerce-message {
    height: auto
}

.page-shop .page-main-content {
    padding-top: 50px
}

.page-shop .page-main-content .entry-product-meta,.page-shop .page-title-bar-inner {
    display: none
}

.page-shop .quantity-button-wrapper label {
    align-items: center;
    color: transparent!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.page-shop .quantity-button-wrapper label:after {
    color: #000;
    content: "Cantidad";
    left: 0;
    position: absolute
}

.shop-head__wrapper img {
    margin: 30px auto;
    width: 100%
}

.shop-head__slider {
    margin: 30px auto 60px;
    position: relative
}

.shop-head__slider .swiper-slide {
    width: auto
}

.shop-head__btn {
    background-color: transparent;
    border: 1px solid #cacaca;
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 8px 10px;
    text-transform: uppercase;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
}

.shop-head__btn:hover {
    background-color: #cacaca;
    border: 1px solid #cacaca;
    color: #fff
}

.shop-head .swiper-shop-head {
    margin: 30px auto;
    overflow: hidden;
    width: 90%
}

.shop-head .swiper-slide {
    height: auto
}

.shop-head .swiper-button-next:after,.shop-head .swiper-button-prev:after {
    color: #cacaca;
    font-size: 20px
}

.woocommerce .product-badges .out-of-stock {
    background-color: #858f66
}

.main-shop .breadcrumbs {
    margin-top: 20px;
    position: relative;
    z-index: 10
}

.main-shop .categry-wrap__wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    padding: 40px 10px 180px;
    position: relative
}

.main-shop .categry-wrap__pagination {
    align-items: center;
    border-top: 1px solid #cacaca;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding-top: 30px;
    position: absolute;
    width: 100%
}

.main-shop .categry-wrap__pagination .page-numbers {
    color: #858f66;
    display: grid;
    font-weight: 600;
    height: 42px;
    place-items: center;
    text-decoration: none;
    transition: all .3s ease;
    width: 42px
}

.main-shop .categry-wrap__pagination .page-numbers.current,.main-shop .categry-wrap__pagination .page-numbers:hover {
    background-color: #858f66;
    color: #fff
}

.main-shop .categry-wrap__pagination .page-numbers.next,.main-shop .categry-wrap__pagination .page-numbers.prev {
    border: 1px solid #858f66;
    border-radius: 10px;
    font-weight: 600;
    padding: 0 16px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
}

.main-shop .categry-wrap__pagination .page-numbers.prev {
    left: 0;
    right: auto
}

@media screen and (min-width: 1024px) {
    .main-shop .products-shop-width {
        margin:0 auto;
        max-width: 1440px
    }
}

.main-shop .products-shop__wrapper {
    margin-top: 80px
}

.main-shop .products-shop__h3 {
    color: #cacaca;
    font-size: 16px;
    position: relative;
    z-index: 1
}

.main-shop .products-shop__h3:after {
    background-color: #cacaca;
    content: "";
    height: .5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80%
}

.main-shop .products-shop__content {
    position: relative
}

@media screen and (min-width: 768px) {
    .main-shop .products-shop__content {
        margin:0 auto 0 50px
    }
}

.main-shop .products-shop__content--all {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    padding: 40px 10px 80px
}

.main-shop .products-shop__article {
    background-color: #efeff0;
    border: 1px solid #efeff0;
    border-radius: 10px;
    height: 100%;
    position: relative
}

.main-shop .products-shop__tip {
    background-color: #858f66;
    border-radius: 0 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    position: absolute;
    top: 30px;
    z-index: 10
}

.main-shop .products-shop__figure {
    background-color: #fff;
    border-radius: 5px;
    display: grid;
    margin: 0;
    overflow: hidden;
    place-items: center;
    position: relative;
    z-index: 1
}

.main-shop .products-shop__figure img {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

.main-shop .products-shop__figure img.full {
    height: -webkit-fill-available;
    max-height: 300px
}

.main-shop .products-shop__info {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 50px;
    padding: 20px
}

.main-shop .products-shop__h4 {
    color: #000;
    font-size: 16px;
    text-transform: lowercase
}

.main-shop .products-shop__h4:first-letter {
    text-transform: uppercase
}

.main-shop .products-shop__add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: end
}

.main-shop .products-shop__add-cart {
    background-color: transparent;
    border: none;
    display: grid;
    padding: 0;
    place-items: center
}

.main-shop .products-shop__add-cart img {
    width: 40px
}

.main-shop .products-shop__add-cart:hover {
    background-color: transparent;
    border: none
}

.main-shop .products-shop .swiper-shop {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 10px 80px;
    width: 90%
}

.main-shop .products-shop .swiper-slide {
    height: auto
}

.main-shop .products-shop .swiper-button-next:after,.main-shop .products-shop .swiper-button-prev:after {
    color: #cacaca
}

.main-shop .products-shop__load-more {
    justify-content: center;
    padding-bottom: 50px;
    width: 100%
}

.main-shop .products-shop__load-more,.main-shop .products-shop__load-more .dot-spinner {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.main-shop .products-shop__load-more .dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: #183153;
    height: var(--uib-size);
    justify-content: flex-start;
    width: var(--uib-size)
}

.main-shop .products-shop__load-more .dot-spinner__dot {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main-shop .products-shop__load-more .dot-spinner__dot:before {
    animation: pulse0112 -webkit-calc(var(--uib-speed)*1.111) ease-in-out infinite;
    animation: pulse0112 calc(var(--uib-speed)*1.111) ease-in-out infinite;
    background-color: var(--uib-color);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(18,31,53,.3);
    content: "";
    height: 20%;
    opacity: .5;
    transform: scale(0);
    width: 20%
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(2):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.875);
    animation-delay: calc(var(--uib-speed)*-.875)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(3):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.75);
    animation-delay: calc(var(--uib-speed)*-.75)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(4):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.625);
    animation-delay: calc(var(--uib-speed)*-.625)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(5):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.5);
    animation-delay: calc(var(--uib-speed)*-.5)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(6):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.375);
    animation-delay: calc(var(--uib-speed)*-.375)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(7):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.25);
    animation-delay: calc(var(--uib-speed)*-.25)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg)
}

.main-shop .products-shop__load-more .dot-spinner__dot:nth-child(8):before {
    animation-delay: -webkit-calc(var(--uib-speed)*-0.125);
    animation-delay: calc(var(--uib-speed)*-.125)
}

@keyframes pulse0112 {
    0%,to {
        opacity: .5;
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }
}

.main-shop .products-shop__dots {
    background-color: hsla(0,0%,100%,.559);
    display: grid;
    height: auto;
    opacity: 0;
    place-items: center;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    z-index: -10
}

.main-shop .products-shop__dots.active {
    opacity: 1;
    z-index: 10
}

.main-shop .products-shop__btn {
    background-color: transparent;
    border: 1px solid #cacaca;
    float: right;
    font-size: 12px;
    height: 100%;
    line-height: normal;
    margin: 0 auto;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 100px
}

.main-shop .products-shop__btn:hover {
    background-color: #cacaca;
    border: 1px solid #cacaca;
    color: #fff
}

.home__sections {
    margin: 40px auto
}

.the-blog__wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    padding: 40px 10px 180px;
    position: relative
}

@media screen and (min-width: 940px) {
    .the-blog__wrapper {
        -moz-column-gap:20px;
        column-gap: 20px;
        grid-template-columns: repeat(3,1fr);
        row-gap: 40px
    }
}

.the-blog__figure {
    height: 340px;
    margin: 0;
    width: 100%
}

.the-blog__figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.the-blog__h3 {
    font-weight: 700
}

.the-blog__h3:hover {
    color: #858f66
}

.the-blog__h3:after {
    display: none
}

.the-blog__a {
    align-items: center;
    color: #37326e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease
}

.the-blog__a:after {
    background-color: #858f66;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    width: 15px
}

.the-blog__a:hover:after {
    background-color: #37326e
}

.the-blog__pagination {
    align-items: center;
    border-top: 1px solid #cacaca;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding-top: 30px;
    position: absolute;
    width: 100%
}

.the-blog__pagination .page-numbers {
    color: #858f66;
    display: grid;
    font-weight: 600;
    height: 42px;
    place-items: center;
    text-decoration: none;
    transition: all .3s ease;
    width: 42px
}

.the-blog__pagination .page-numbers:after {
    display: none
}

.the-blog__pagination .page-numbers.current,.the-blog__pagination .page-numbers:hover {
    background-color: #858f66;
    color: #fff
}

.the-blog__pagination .page-numbers.next,.the-blog__pagination .page-numbers.prev {
    border: 1px solid #858f66;
    border-radius: 10px;
    font-weight: 600;
    padding: 0 16px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
}

.the-blog__pagination .page-numbers.next:after,.the-blog__pagination .page-numbers.prev:after {
    display: none
}

.the-blog__pagination .page-numbers.prev {
    left: 0;
    right: auto
}

@media (max-width: 767px) {
    .woocommerce-page table.shop_table .product-thumbnail {
        position:static
    }

    .woocommerce-page table.shop_table .product-thumbnail img {
        width: 100%
    }

    .woocommerce .actions-buttons a {
        margin: 0
    }

    .woocommerce .actions-buttons a:hover:visited {
        color: #fff
    }

    .woocommerce .actions-buttons .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
        width:100%
    }
}

.woocommerce-checkout .payment_title,.woocs_show_flags {
    display: none
}

.form-row.form-row-last .button,.form-row.place-order .button {
    background-color: #dcebbd!important;
    color: #858f66!important
}

.form-row.form-row-last .button:hover,.form-row.place-order .button:hover {
    background-color: #858f66!important;
    color: #fff!important
}

.woocommerce-checkout .checkout_coupon .input-text {
    margin-right: 20px
}

.woocommerce .woocommerce-error,.woocommerce .woocommerce-info {
    height: auto
}

.woocommerce .woocommerce-info {
    background-color: #858f66 !important
}

.woocommerce .woocommerce-error {
    background-color: #858f66
}

.woocommerce .actions-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.woocommerce .actions-buttons .button {
    color: #858f66
}

.woocommerce .actions-buttons .button:hover {
    color: #fff
}

.woocommerce .woocommerce-message {
    align-items: center;
    display: grid;
    grid-template-areas: "a b c";
    grid-template-columns: 5fr 1fr;
    height: auto
}

.woocommerce .woocommerce-message a:first-child {
    grid-area: b
}

.woocommerce .woocommerce-message a:nth-child(2) {
    grid-area: c
}

.woocommerce button[disabled] {
    opacity: 1
}

.woocommerce-checkout form .form-row.form-row-last {
    float: left
}

.woocommerce-form-login .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.woocommerce-form-login .button {
    margin-left: 0
}

.woocs_show_flags {
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.woocommerce .woocommerce-message a:first-child {
    position: relative;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 100
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    display: grid
}

@media (min-width: 840px) {
    .woocommerce .col2-set,.woocommerce-page .col2-set {
        gap:30px;
        grid-template-columns: 1fr 1fr
    }
}

.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before {
    display: none
}

.woocommerce-MyAccount-navigation li.is-active .remaining__days {
    background-color: #858f66!important
}

.woocommerce-MyAccount-content p a:last-child {
    color: #858f66;
    font-weight: 600
}

.max-width {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 2000px
}

@media (max-width: 2300px) {
    .max-width {
        max-width:1500px
    }
}

@media (max-width: 1800px) {
    .max-width {
        max-width:-webkit-calc(100vw - 240px);
        max-width: calc(100vw - 240px)
    }
}

@media (max-width: 1440px) {
    .max-width {
        max-width:-webkit-calc(100vw - 190px);
        max-width: calc(100vw - 190px)
    }
}

@media (max-width: 992px) {
    .max-width {
        max-width:-webkit-calc(100vw - 80px);
        max-width: calc(100vw - 80px)
    }
}

@media (max-width: 480px) {
    .max-width {
        max-width:100vw;
        padding: 0
    }
}

@media (min-width: 320px) and (max-width:480px) {
    .max-width {
        max-width:100vw;
        padding: 0 20px
    }
}

.p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.button,.p b {
    font-weight: 700
}

.button {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 60px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content
}

@media screen and (min-width: 768px) {
    .filer-shop__wrapper {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        justify-content: center
    }

    .filer-shop__input-wrap {
        min-width: 300px
    }
}

.filer-shop__span {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 7px 16px
}

.filer-shop input[type=search] {
    background-color: transparent;
    border: none;
    max-height: 40px;
    min-height: 10px;
    padding: 0 0 0 15px
}

.filer-shop__input--category {
    position: relative
}

.filer-shop__input--category:hover ul {
    height: auto;
    overflow-y: scroll;
    padding: 10px
}

.filer-shop__list {
    background-color: #f3f3f3;
    border-radius: 8px;
    height: 0;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    top: 40px;
    transition: all .3s ease;
    width: 100%;
    z-index: 100
}

.filer-shop__li {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.filer-shop__li label {
    cursor: pointer;
    width: 100%
}

.remaining.is-active .remaining__days {
    background-color: #757281!important;
    color: #fff;
    font-weight: 700
}

.remaining__days {
    border-top: 1px solid #eee;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    transition: all .3s ease
}

.remaining__days:hover {
    background-color: #757281!important;
    color: #fff;
    font-weight: 700
}

.remaining__content {
    display: none;
    padding-top: 30px
}

.remaining__title {
    font-size: 22px;
    text-align: center
}

.remaining__text {
    background-color: #858f66;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.remaining__button {
    align-items: center;
    background-color: transparent;
    border: 1px solid #757281;
    border-radius: 0;
    color: #757281;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 12px 24px
}

.remaining__button:hover {
    background-color: transparent;
    border: 1px solid #858f66;
    color: #858f66
}

.woocommerce-MyAccount-content .remaining__content {
    display: block
}

.pop-up-end {
    background-color: rgba(0,0,0,.492);
    display: grid;
    height: 100%;
    left: 0;
    opacity: 0;
    place-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -100
}

.pop-up-end.open {
    opacity: 1;
    z-index: 999
}

.pop-up-end__wrapper {
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    padding: 60px 30px;
    position: absolute
}

@media (min-width: 768px) {
    .pop-up-end__wrapper {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    .pop-up-end__wrapper {
        max-width:800px
    }
}

.pop-up-end__wrapper img {
    margin: 0 auto 40px;
    max-width: 280px
}

@media (min-width: 768px) {
    .pop-up-end__wrapper img {
        max-width:400px
    }
}

.pop-up-end__h2 {
    font-size: 24px;
    text-align: center
}

@media (min-width: 768px) {
    .pop-up-end__h2 {
        font-size:28px
    }
}

.pop-up-end__content {
    font-size: 18px;
    font-weight: 400;
    margin: 20px auto 30px;
    text-align: center
}

@media (min-width: 768px) {
    .pop-up-end__content {
        font-size:20px
    }
}

.pop-up-end__close {
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px
}

.pop-up-end__clock,.pop-up-end__close {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.pop-up-end__clock {
    -moz-column-gap: 40px;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 10px
}

.pop-up-end .simply-section {
    align-items: center;
    background-color: #858f66;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 80px
}

@media (min-width: 768px) {
    .pop-up-end .simply-section {
        height:100px
    }
}

.pop-up-end .simply-section div {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pop-up-end .simply-amount {
    font-size: 25px
}

@media (min-width: 768px) {
    .pop-up-end .simply-amount {
        font-size:30px
    }
}

.pop-up-end__button {
    margin-top: 30px
}

.site-footer {
    background-color: #fcfcfc;
    padding-top: 20px
}

.site-footer a {
    color: #696969;
    font-weight: 400;
    text-decoration: none
}

.site-footer a:hover {
    color: #858f66
}

.site-footer .cl-3 p {
    color: #696969
}

.site-footer .max-widht {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    margin: 0 auto;
    max-width: 1250px
}

@media (min-width: 1950px) {
    .site-footer .max-widht {
        max-width:1900px
    }
}

@media (max-width: 1650px) {
    .site-footer .max-widht {
        max-width:1500px
    }
}

@media (max-width: 1600px) {
    .site-footer .max-widht {
        max-width:1300px
    }
}

@media (max-width: 1400px) {
    .site-footer .max-widht {
        max-width:1200px
    }
}

@media (max-width: 1250px) {
    .site-footer .max-widht {
        max-width:1120px
    }
}

@media (max-width: 1200px) {
    .site-footer .max-widht {
        max-width:1080px
    }
}

@media (max-width: 1150px) {
    .site-footer .max-widht {
        max-width:1024px
    }
}

@media (max-width: 1100px) {
    .site-footer .max-widht {
        max-width:800px
    }
}

@media (max-width: 850px) {
    .site-footer .max-widht {
        max-width:-webkit-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

@media (max-width: 576px) {
    .site-footer .max-widht {
        max-width:100%
    }
}

.site-footer .max-widht h4 {
    color: #37326e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px
}

.site-footer .max-widht h4 img {
    margin-right: 10px
}

.site-footer .bottom-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.site-footer .bottom-footer a,.site-footer .bottom-footer i {
    color: #333840;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 50px
}

.site-footer .bottom-footer p {
    margin: 0
}

.site-footer li,.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-footer li {
    margin-bottom: 10px
}

.site-footer .wrapper_newsleteer {
    background-color: #19b6ee
}

.site-footer .wrapper_newsleteer div {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1250px;
    padding: 20px 0
}

@media (min-width: 1950px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1900px
    }
}

@media (max-width: 1650px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1500px
    }
}

@media (max-width: 1600px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1300px
    }
}

@media (max-width: 1400px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1200px
    }
}

@media (max-width: 1250px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1120px
    }
}

@media (max-width: 1200px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1080px
    }
}

@media (max-width: 1150px) {
    .site-footer .wrapper_newsleteer div {
        max-width:1024px
    }
}

@media (max-width: 1100px) {
    .site-footer .wrapper_newsleteer div {
        max-width:800px
    }
}

@media (max-width: 850px) {
    .site-footer .wrapper_newsleteer div {
        max-width:-webkit-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

@media (max-width: 576px) {
    .site-footer .wrapper_newsleteer div {
        max-width:100%
    }
}

.site-footer .wrapper_newsleteer div h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.cl-1 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 40px
}

.cl-1 .list li a {
    color: hsla(0,0%,41%,.5);
    font-size: 24px
}

.cl-1 .list li a:hover {
    color: #858f66
}

.cl-1 img {
    width: 260px!important
}

.cl-2 {
    padding-left: 50px
}

.cl-3 p,.cl-4 p {
    margin: 0
}

.cl-4 p {
    color: #333840
}

.cl-4 .networks {
    margin-top: 20px
}

.cl-4 .networks p {
    font-weight: 700;
    margin-bottom: 10px
}

.cl-4 .networks div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cl-4 .networks div a img {
    margin: 0 4px
}

.cl-4 .wrapper_networks a img {
    margin-right: 10px
}

.text-copy {
    font-size: 1.4rem;
    font-weight: 100;
    margin: 0;
    padding-bottom: 50px;
    text-align: center
}

.line-bottom-footer {
    margin: 0 auto;
    max-width: 1250px
}

@media (min-width: 1950px) {
    .line-bottom-footer {
        max-width:1900px
    }
}

@media (max-width: 1650px) {
    .line-bottom-footer {
        max-width:1500px
    }
}

@media (max-width: 1600px) {
    .line-bottom-footer {
        max-width:1300px
    }
}

@media (max-width: 1400px) {
    .line-bottom-footer {
        max-width:1200px
    }
}

@media (max-width: 1250px) {
    .line-bottom-footer {
        max-width:1120px
    }
}

@media (max-width: 1200px) {
    .line-bottom-footer {
        max-width:1080px
    }
}

@media (max-width: 1150px) {
    .line-bottom-footer {
        max-width:1024px
    }
}

@media (max-width: 1100px) {
    .line-bottom-footer {
        max-width:800px
    }
}

@media (max-width: 850px) {
    .line-bottom-footer {
        max-width:-webkit-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

@media (max-width: 576px) {
    .line-bottom-footer {
        max-width:100%
    }
}

.line-bottom-footer form.wpcf7-form {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 800px) {
    .line-bottom-footer form.wpcf7-form {
        display:block
    }
}

.line-bottom-footer form.wpcf7-form label {
    color: #37326e;
    font-weight: 700
}

.line-bottom-footer form.wpcf7-form input {
    background: #fff;
    border: none;
    border-radius: 6px;
    color: #9c9c9c;
    height: 36px;
    margin-right: 30px;
    margin-top: 10px;
    outline: none;
    padding-left: 20px;
    width: 280px
}

.line-bottom-footer form.wpcf7-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #009ca3;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0,0,0,.12);
    color: #fff;
    height: 38px;
    margin-top: 29px;
    width: 132px
}

.line-clobat {
    background-color: #c8d1e0;
    height: 1px;
    margin: 0 auto;
    opacity: .4;
    width: 80%
}

@media (max-width: 800px) {
    .site-footer .max-widht {
        display:block;
        margin: 0 auto;
        max-width: 300px
    }

    .site-footer .max-widht h4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.6rem;
        justify-content: center
    }

    .site-footer .max-widht li,.site-footer .max-widht p {
        font-size: 1.4rem;
        text-align: center
    }

    .site-footer .max-widht .wrapper_networks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .wrapper_newsleteer div {
        flex-direction: column;
        padding: 20px 0
    }

    .wrapper_newsleteer div h3 {
        font-size: 20px;
        font-weight: 700
    }

    .site-footer .bottom-footer {
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding-bottom: 10px
    }

    .site-footer ul {
        display: grid;
        grid-template-columns: 1fr
    }

    .cl-2 {
        padding-left: 0
    }

    .cl-1 img {
        width: 100%
    }
}

.logos-rios {
    padding: 30px 0
}

.logos-rios img {
    margin-right: 30px
}

@media (max-width: 800px) {
    .networks div {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .networks div a {
        margin-left: 10px
    }
}

.background-globant {
    background-color: #fcfcfc;
    padding: 60px 0
}

.wrapper-copyright {
    align-items: center;
    background-color: #fcfcfc;
    color: #575756;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1250px
}

@media (min-width: 1950px) {
    .wrapper-copyright {
        max-width:1900px
    }
}

@media (max-width: 1650px) {
    .wrapper-copyright {
        max-width:1500px
    }
}

@media (max-width: 1600px) {
    .wrapper-copyright {
        max-width:1300px
    }
}

@media (max-width: 1400px) {
    .wrapper-copyright {
        max-width:1200px
    }
}

@media (max-width: 1250px) {
    .wrapper-copyright {
        max-width:1120px
    }
}

@media (max-width: 1200px) {
    .wrapper-copyright {
        max-width:1080px
    }
}

@media (max-width: 1150px) {
    .wrapper-copyright {
        max-width:1024px
    }
}

@media (max-width: 1100px) {
    .wrapper-copyright {
        max-width:800px
    }
}

@media (max-width: 850px) {
    .wrapper-copyright {
        max-width:-webkit-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

@media (max-width: 576px) {
    .wrapper-copyright {
        max-width:100%
    }
}

@media (max-width: 800px) {
    .wrapper-copyright {
        flex-direction:column
    }
}

@media (max-width: 500px) {
    .wrapper-copyright img {
        width:100px
    }

    .wrapper-copyright .rios {
        width: 70px
    }

    .wrapper-copyright p {
        color: #58606e;
        text-align: center
    }
}

@media (max-width: 400px) {
    .wrapper-copyright img {
        width:80px
    }

    .wrapper-copyright .rios {
        width: 50px
    }

    .wrapper-copyright p {
        text-align: center
    }
}

.newsletter {
    padding: 50px 0
}

.newsletter h4 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center
}

@media (max-width: 700px) {
    .newsletter h4 {
        font-size:2.4rem
    }
}

.home__banner {
    margin-bottom: 50px;
    padding: 0 50px
}

.home__banner__desktop,.home__banner__mobile {
    text-align: center
}

.home__banner__mobile {
    display: none
}

.home__video {
    margin-bottom: 50px;
    padding: 0 50px
}

.home__video__mobile {
    display: none
}

.home__video video {
    width: 100%
}

.home__namaste {
    margin-bottom: 100px
}

.home__namaste__desktop img {
    width: 100%
}

.home__namaste__mobile {
    display: none
}

.home__namaste__mobile img {
    width: 100%
}

.home__sections {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(4,1fr);
    margin: 30px auto 100px;
    max-width: -webkit-calc(1200px + 2rem);
    max-width: calc(1200px + 2rem)
}

.home__sections .wrapper_items_home h3 {
    font-size: 25px
}

@media (max-width: 1024px) {
    .home__sections {
        grid-template-columns:repeat(2,1fr);
        margin: 30px 200px
    }
}

@media (max-width: 768px) {
    .home__banner {
        padding:0
    }

    .home__banner__desktop {
        display: none
    }

    .home__banner__mobile {
        display: unset
    }

    .home__video {
        padding: 0
    }

    .home__video__desktop {
        display: none
    }

    .home__video__mobile {
        display: unset
    }

    .home__namaste__desktop {
        display: none
    }

    .home__namaste__mobile {
        display: unset
    }

    .home__sections {
        grid-template-columns: repeat(1,1fr);
        margin: 0
    }
}

.corcho {
    margin: 0 50px 50px;
    padding-bottom: 120px;
    padding-top: 50px
}

.corcho__wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
    max-width: 1250px
}

.corcho img {
    width: 100%
}

.corcho__col-1 div:first-child {
    margin-bottom: 120px;
    margin-top: 55px
}

.corcho__col-1 div:nth-child(2) {
    margin-bottom: 150px
}

.corcho__col-2 div:first-child {
    margin-bottom: 120px
}

.corcho__col-2 div:nth-child(2) {
    margin-bottom: 70px
}

.corcho__col-3 div:first-child {
    margin-bottom: 10px;
    margin-top: 35px
}

/*# sourceMappingURL=style.css.map*/
