﻿
@font-face {
    font-family: gothamBook;
    /* src: url(fonts/gotham-book-webfont.woff); */
    src: url(../fonts/gotham-book-webfont.woff);
}

@font-face {
    font-family: gothamMedium;
    /* src: url(fonts/gotham-medium-webfont.woff); */
    src: url(../fonts/gotham-medium-webfont.woff);
}

@font-face {
    font-family: gothamBold;
    /* src: url(fonts/gotham-bold-webfont.woff); */
    src: url(../fonts/gotham-bold-webfont.woff);
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.woff);
}

@font-face {
    font-family: icon-orange;
    src: url(../fonts/icon-orange.woff);
}

.container-mm {
    max-width: 1280px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 680px) {
    .container-mm {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1080px) {
    .container-mm {
        padding-left: 24px;
        padding-right: 24px;
    }
}

body {
    overflow-x: hidden;
}

/* HEADER */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.fontelloIcon-chevron-down:before {
    content: "\E829";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
}

.fontelloIcon-chevron-up:before {
    content: "\E82C";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
}

.accesible-menu {
    top: -1000px;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .accesible-menu.active {
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin: 0;
        padding: 5px;
        outline: 1px solid;
        text-align: center;
        z-index: 999;
        background-color: #fff;
    }

    .accesible-menu:focus-within {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin: 0;
        padding: 0.5rem;
        outline: 0.1rem solid;
        text-align: center;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .accesible-menu .accesible-menu-link {
        font-family: gothamMedium, Arial, Helvetica, sans-serif;
        display: block;
        text-decoration: none;
        color: #000;
        margin: 0 5px;
        border: 2px solid #000;
        padding: 5px;
        border-radius: 8px;
        background-color: #fff;
        font-size: 13px;
        font-weight: normal;
    }

@media screen and (min-width: 680px) {
    .accesible-menu .accesible-menu-link {
        padding: 10px;
        font-size: 16px;
        font-family: gothamBold, Arial, Helvetica, sans-serif;
    }
}

.accesible-menu .accesible-menu-link:hover {
    color: #fff;
    background-color: #000;
}

.accesible-menu .accesible-menu-link:focus-visible {
    color: #fff;
    background-color: #000;
}

::placeholder {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

::-moz-placeholder {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    /* added line */
    border: 0;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.menu-btn {
    position: absolute;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .menu-btn.close {
        position: relative;
    }

.menu-btn__burguer {
    width: 28px;
    height: 4px;
    right: 0;
    position: relative;
    background-color: #000;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

    .menu-btn__burguer::before,
    .menu-btn__burguer::after {
        content: "";
        position: absolute;
        left: 0;
        width: 28px;
        height: 4px;
        background-color: #000;
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn__burguer::before {
        transform: translateY(-8px);
    }

    .menu-btn__burguer::after {
        transform: translateY(8px);
    }

/* .menu-btn.open .menu-btn__burguer {
  transform: translateX(50px);
  background-color: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burguer::before {
  left: 2px;
  transform: rotate(45deg) translate(-35px, 35px);
}
.menu-btn.open .menu-btn__burguer::after {
  left: 2px;
  transform: rotate(-45deg) translate(-35px, -35px);
} */
.espacioMenu {
    margin-top: 110px;
}

@media screen and (min-width: 680px) {
    .espacioMenu {
        margin-top: 158px;
    }
}

@media screen and (min-width: 1080px) {
    .espacioMenu {
        margin-top: 75px;
    }
}

.user-img-container {
    display: flex;
    align-items: flex-start;
}

.headerDT {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1048;
    transition: all ease-in-out 500ms;
}

.headerDT__container {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.headerDT__container--up {
    height: 40px;
    background-color: #fff;
}

.headerDT__container--down {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .headerDT__container--down.fixed {
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        /* Fondo para evitar superposición transparente */
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    }

.headerDT__container--free-shipping {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}

@media screen and (min-width: 680px) {
    .headerDT__container--free-shipping {
        height: 32px;
    }
}

.headerDT__container--free-shipping-text {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 680px) {
    .headerDT__container--free-shipping-text {
        font-size: 14px;
    }
}

.headerDT__container--free-shipping-img {
    stroke: #fff;
    stroke-width: 2;
    filter: invert(36) saturate(0) brightness(100);
    margin-right: 5px;
    width: 20px;
}

@media screen and (min-width: 680px) {
    .headerDT__container--free-shipping-img {
        width: 24px;
    }
}

.headerDT__container--free-shipping-img-container {
    display: flex;
    margin-right: 8px;
}

.headerDT__container--free-shipping-global {
    line-height: 24px;
}

.headerDT__container--free-shipping-destacado {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffcd00;
}

.headerDT__wrapper {
    height: 40px;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.headerDT__coverage {
    display: flex;
    align-items: center;
}

.headerDT__coverage--link {
    height: 40px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

    .headerDT__coverage--link:hover {
        text-decoration: none;
    }

        .headerDT__coverage--link:hover .headerDT__coverage--link-text {
            color: #da1884;
            cursor: pointer;
        }

    .headerDT__coverage--link:focus-visible {
        text-decoration: none;
    }

        .headerDT__coverage--link:focus-visible .headerDT__coverage--link-text {
            color: #da1884;
            cursor: pointer;
        }

.headerDT__coverage--link-img {
    width: 20px;
    height: 20px;
}

.headerDT__coverage--link-text {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #333;
    text-decoration: none;
}

    .headerDT__coverage--link-text:hover {
        color: #da1884;
        cursor: pointer;
    }

    .headerDT__coverage--link-text:focus-visible {
        color: #da1884;
        cursor: pointer;
    }

.headerDT__call-container {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerDT__fake-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.headerDT__call-wrapper {
    display: flex;
    height: 100%;
}

.headerDT__call-us {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
}

.headerDT__call-us-virtual-container {
    display: flex;
    align-items: center;
}

.headerDT__call-us-virtual-shop {
    padding: 0 20px;
}

.headerDT__call-us-virtual-shop--link {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

    .headerDT__call-us-virtual-shop--link:hover {
        color: #da1884;
    }

    .headerDT__call-us-virtual-shop--link:focus-visible {
        color: #da1884;
    }

@media screen and (min-width: 1080px) {
    .headerDT__call-us-virtual-shop {
        line-height: 21px;
    }
}

.headerDT__call-us-wrapper {
    display: flex;
    align-items: center;
    padding-top: 4px 0 0 0;
    text-align: center;
}

.headerDT__call-us-number {
    margin-bottom: 0;
    display: flex;
}

.headerDT__call-us-number-link {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 5px;
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 1280px) {
    .headerDT__call-us-number-link {
        font-size: 16px;
        margin-top: -3px;
    }
}

.headerDT__call-us-number-link:hover {
    color: #da1884;
    cursor: pointer;
}

.headerDT__call-us-number-link:focus-visible {
    color: #da1884;
    cursor: pointer;
}

.headerDT__call-us__separador {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    margin-left: 12px;
    margin-right: 12px;
}

    .headerDT__call-us__separador.display-mobile {
        display: none;
    }

.headerDT__call-us--CTA {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
}

    .headerDT__call-us--CTA .show-modal {
        margin-bottom: 0 !important;
    }

    .headerDT__call-us--CTA:hover {
        color: #da1884;
        cursor: pointer;
    }

    .headerDT__call-us--CTA:focus-visible {
        color: #da1884;
    }

.navDT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

@media screen and (min-width: 1080px) {
    .navDT {
        height: 72px;
    }
}

.navDT-left {
    display: flex;
    align-items: center;
}

.navDT-right {
    display: flex;
    align-items: center;
}

.navDT__list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navDT__list-item--burguer {
    display: none;
}

.navDT__list-item--logo {
    margin-right: 40px;
}

.navDT__list-item--logo-img {
    width: 110px;
    height: auto;
}

@media screen and (min-width: 1080px) {
    .navDT__list-item--logo-img {
        width: 134px;
    }
}

.navDT__list-item--logo-img:hover {
    cursor: pointer;
}

.navDT__list-item--logo-img:focus-visible {
    cursor: pointer;
}

.navDT__list-main {
    padding-inline-start: 0;
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navDT__list-main--submenu {
    display: none;
    top: 110px;
    position: absolute;
    list-style: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e8e5e5;
    cursor: default;
}

@media screen and (min-width: 1080px) {
    .navDT__list-main--submenu {
        top: 120px;
    }
}

.navDT__list-main--submenu-item {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 0;
}

.navDT__list-main--submenu-item-link:hover {
    color: #da1884;
    cursor: pointer;
}

.navDT__list-main--submenu-item-link:focus-visible {
    color: #da1884;
    cursor: pointer;
}

.navDT__list-main--submenu-item-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 235px;
}

.navDT__list-main--item {
    width: inherit;
    height: 100%;
    margin: 0 10px;
    align-items: center;
}

    .navDT__list-main--item:hover {
        color: initial;
        text-decoration: none;
        cursor: default;
    }

        .navDT__list-main--item:hover .navDT__list-main--submenu {
            display: block;
        }

    .navDT__list-main--item:focus-visible {
        color: initial;
        text-decoration: none;
        cursor: default;
    }

        .navDT__list-main--item:focus-visible .navDT__list-main--submenu {
            display: block;
        }

.navDT__list-main-link {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px 0 17px 0;
    position: relative;
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 1080px) {
    .navDT__list-main-link {
        padding: 20px 0 21px 0;
    }
}

.navDT__list-main-link:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 4px solid #ffcd00;
    transition: all ease-in-out 0.3s;
}

@media screen and (min-width: 1080px) {
    .navDT__list-main-link:before {
        padding: 20px 0 22px 0;
    }
}

.navDT__list-main-link:hover {
    color: #da1884;
    text-decoration: none;
}

    .navDT__list-main-link:hover ~ .navDT__list-main--submenu {
        display: block;
    }

    .navDT__list-main-link:hover:before {
        width: 100%;
    }

.navDT__list-main-link:focus-visible {
    color: #da1884;
    text-decoration: none;
}

    .navDT__list-main-link:focus-visible ~ .navDT__list-main--submenu {
        display: block;
    }

    .navDT__list-main-link:focus-visible:before {
        width: 100%;
    }

.navDT__list-main-link.active {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px 0 17px 0;
    position: relative;
    border-bottom: 4px solid #ffcd00;
}

@media screen and (min-width: 1080px) {
    .navDT__list-main-link.active {
        padding: 20px 0 23px 0;
    }
}

.navDT__list-main-link.active:before {
    top: 4px;
}

.navDT__list-main-link.active .navDT__list-main-link-text {
    color: #da1884;
}

.navDT__list-main-link.active:hover:before {
    top: 4px;
}

.navDT__customer-area {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.navDT__customer-area__list {
    width: inherit;
    height: 100%;
    margin: 0 0 0 10px;
}

    .navDT__customer-area__list:hover {
        color: initial;
        text-decoration: none;
        cursor: default;
    }

    .navDT__customer-area__list:focus-visible {
        color: initial;
        text-decoration: none;
        cursor: default;
    }

.navDT__customer-area__list-background {
    top: 56px;
    position: fixed;
    display: none;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 680px) {
    .navDT__customer-area__list-background {
        top: 56px;
    }
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-background {
        top: 72px;
    }
}


.navDT__customer-area__list-background.fixed {
    top: 56px;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-background.fixed {
        top: 60px;
    }
}

.navDT__customer-area__list-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
    cursor: pointer;
    /* animation: fadeOpacity 800ms cubic-bezier(0.5, 0.57, 0.57, 0.55); */
}

@media screen and (min-width: 680px) {
    .navDT__customer-area__list-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.navDT__customer-area__list-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 20px 10px 0 10px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: default;
    width: 100%;
    max-width: 360px;
    max-height: 600px;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.08);
    animation: fadeScaleMobile 800ms cubic-bezier(0.5, 0.57, 0.57, 0.55);
}


@media screen and (max-width: 679px) {
    .navDT__customer-area__list-container {
        right: 0;
        max-width: inherit;
    }
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-container {
        margin-right: 42px;
        max-width: 600px;
        animation: fadeScaleMobile 400ms cubic-bezier(0.5, 0.57, 0.57, 0.55);
    }
}

@keyframes fadeScale {
    0% {
        opacity: 1;
        max-height: 0;
    }

    50% {
        opacity: 1;
        max-height: 50%;
    }

    100% {
        opacity: 1;
        max-height: 100%;
    }
}

@keyframes fadeScaleMobile {
    0% {
        opacity: 0;
        max-height: 0;
    }

    50% {
        opacity: 0.5;
        max-height: 50%;
    }

    100% {
        opacity: 1;
        max-height: 100%;
    }
}

@keyframes fadeOpacity {
    0% {
        opacity: 1;
        /* max-height: 0; */
    }

    50% {
        opacity: 1;
        /* max-height: 50%; */
    }

    100% {
        opacity: 1;
        /* max-height: 100%; */
    }
}

@keyframes fadeOpacityMobile {
    0% {
        opacity: 1;
        /* max-height: 0; */
    }
    /* 50% {
    opacity: 1;
    max-height: 50%;
  } */
    100% {
        opacity: 1;
        /* max-height: 100%; */
    }
}

.navDT__customer-area__list-loggin-container {
    padding: 10px 20px 20px 20px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #d9d9d9;
}

.navDT__customer-area__list-submenu {
    padding: 20px 10px;
}

@media screen and (max-width: 1079px) {
    .navDT__customer-area__list-submenu {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.navDT__customer-area__list-submenu-item {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 1079px) {
    .navDT__customer-area__list-submenu-item {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-submenu-item {
        border-right: 1px solid #d9d9d9;
        width: 50%;
    }

        .navDT__customer-area__list-submenu-item:not(:nth-child(1)) {
            padding-left: 20px;
        }
}

.navDT__customer-area__list-submenu-item:last-of-type {
    border-bottom: none;
    border-right: none;
}

.navDT__customer-area__list-submenu-item-title {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #da1884;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: default;
}

.navDT__customer-area__list-submenu-item-button {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    color: #da1884;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-submenu-item-button {
        padding: 0;
        cursor: default;
    }
}

.navDT__customer-area__list-submenu-item-button .fontelloIcon-chevron-down {
    font-size: 10px;
    transition: 0.2s ease-out;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-submenu-item-button .fontelloIcon-chevron-down {
        display: none !important;
    }
}

.navDT__customer-area__list-submenu-item-button .fontelloIcon-chevron-down.open {
    transform-origin: 8px 6px;
    transform: rotate(180deg);
}

.navDT__customer-area__list-submenu-item-text {
    display: block;
}

.navDT__customer-area__list-submenu.active {
    display: flex;
    flex-direction: column;
    list-style: none;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-submenu.active {
        flex-direction: row;
    }
}

.navDT__customer-area__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 148px;
    height: 32px;
    padding: 4px 8px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-item {
        width: 176px;
        height: 40px;
        padding: 8px 15px;
    }
}

.navDT__customer-area__list-item:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    .navDT__customer-area__list-item:hover .navDT__customer-area__list-item-text {
        color: #fff;
    }

    .navDT__customer-area__list-item:hover .navDT__customer-area__loggin-img {
        filter: invert(1);
    }

    .navDT__customer-area__list-item:hover .navDT__customer-area__loggin-initial {
        color: #000;
    }

.navDT__customer-area__list-item:focus-visible {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

    .navDT__customer-area__list-item:focus-visible .navDT__customer-area__list-item-text {
        color: #fff;
    }

    .navDT__customer-area__list-item:focus-visible .navDT__customer-area__loggin-img {
        filter: invert(1);
    }

    .navDT__customer-area__list-item:focus-visible .navDT__customer-area__loggin-initial {
        color: #000;
    }

.navDT__customer-area__list-item.active ~ .navDT__customer-area__list-submenu {
    display: flex;
}

.navDT__customer-area__list-item .fontelloIcon-chevron-down {
    font-size: 8px;
    transition: transform 0.2s ease-out;
}

    .navDT__customer-area__list-item .fontelloIcon-chevron-down.active {
        transform-origin: 7px 4px;
        transform: rotate(180deg);
    }

.navDT__customer-area__list-item-text {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__list-item-text {
        font-size: 16px;
    }
}

.navDT__customer-area__help {
    width: inherit;
    height: 100%;
    margin: 0 10px;
}

.navDT__customer-area__help-link {
    padding: 20px 10px 17px 0;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__help-link {
        padding: 20px 10px 22px 0;
    }
}

.navDT__customer-area__help-link:hover {
    color: #da1884;
    text-decoration: none;
    cursor: pointer;
}

.navDT__customer-area__help-link:focus-visible {
    color: #da1884;
    text-decoration: none;
    cursor: pointer;
}

.navDT__customer-area__loggin {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navDT__customer-area__loggin.logged {
        justify-content: space-between;
    }

        .navDT__customer-area__loggin.logged.active {
            padding: 9px 0 6px;
            border-bottom: 4px solid #ffcd00;
        }

@media screen and (min-width: 1080px) {
    .navDT__customer-area__loggin.logged.active {
        padding: 14px 0 11px;
    }
}

.navDT__customer-area__loggin-link {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 260px;
    height: 40px;
    color: #000;
    background-color: #ffcd00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .navDT__customer-area__loggin-link:hover {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }

        .navDT__customer-area__loggin-link:hover .navDT__customer-area__loggin-text {
            color: #fff;
        }

        .navDT__customer-area__loggin-link:hover .navDT__customer-area__loggin-img {
            filter: invert(1);
        }

    .navDT__customer-area__loggin-link:focus-visible {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }

        .navDT__customer-area__loggin-link:focus-visible .navDT__customer-area__loggin-text {
            color: #fff;
        }

        .navDT__customer-area__loggin-link:focus-visible .navDT__customer-area__loggin-img {
            filter: invert(1);
        }

.navDT__customer-area__loggin-img {
    width: auto;
    height: 16px;
    margin-right: 5px;
}

/* .navDT__customer-area__loggin-text {
    margin-bottom: 0;
    font-size: 16px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.1px;
  } */
.navDT__customer-area__loggin-logged-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
}

@media screen and (max-width: 1079px) {
    .navDT__customer-area__loggin-logged-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
}

.navDT__customer-area__loggin-initial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50% 50%;
    background-color: #ffcd00;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__loggin-initial.submenu {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

.navDT__customer-area__loggin-initial-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 10px;
}

@media screen and (max-width: 1079px) {
    .navDT__customer-area__loggin-initial-container {
        justify-content: center;
    }
}

.navDT__customer-area__loggin-initial-container-title {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
}

@media screen and (max-width: 1079px) {
    .navDT__customer-area__loggin-initial-container-title {
        display: none;
    }
}

.navDT__customer-area__loggin-initial-container-text {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.navDT__customer-area__bag.display-desktop {
    display: flex;
}

.navDT__customer-area__bag.display-mobile {
    display: none;
}


.mobile .navDT__customer-area__bag.display-desktop {
    display: none;
}


.bag-container {
    position: relative;
}

@media screen and (min-width: 1080px) {
    .bag-container {
        margin-left: 16px;
    }
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area__bag-img {
        width: 18px;
        margin-left: 0;
    }
}

.navDT__customer-area--menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 110px;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #e8e5e5;
}

@media screen and (min-width: 1080px) {
    .navDT__customer-area--menu {
        top: 120px;
    }
}

.navDT__customer-area--menu-item-link {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

    .navDT__customer-area--menu-item-link:hover {
        color: #da1884 !important;
        cursor: pointer;
    }

    .navDT__customer-area--menu-item-link:focus-visible {
        color: #da1884 !important;
        cursor: pointer;
    }

.navDT__customer-area--menu-item-btn {
    right: 0;
    position: absolute;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 4px;
}

    .navDT__customer-area--menu-item-btn:hover {
        cursor: pointer;
    }

    .navDT__customer-area--menu-item-btn:focus-visible {
        cursor: pointer;
    }

    .navDT__customer-area--menu-item-btn svg {
        width: 18px;
        height: auto;
    }

.navDT__customer-area-submenu {
    list-style: none;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.2s ease-out;
    padding-left: 20px;
}

    .navDT__customer-area-submenu.open {
        padding-top: 10px;
        padding-left: 0;
        max-height: none;
        visibility: visible;
    }

@media screen and (max-width: 1079px) {
    .navDT__customer-area-submenu.open {
        padding: 0 0 10px 20px;
    }
}

.navDT__customer-area-submenu-item {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 0;
}

.navDT__customer-area-submenu-item-img {
    width: 100%;
    height: auto;
    max-width: 235px;
}

.navDT__customer-area-submenu-item-link {
    color: #000;
    text-decoration: none;
}

    .navDT__customer-area-submenu-item-link:hover {
        color: #da1884;
    }

    .navDT__customer-area-submenu-item-link:focus-visible {
        color: #da1884;
    }

.mobile .headerDT {
    width: 100%;
    height: auto;
    top: -110px;
    left: 0;
    right: 0;
    position: relative;
    margin-bottom: -120px;
    z-index: 1048;
    transition: all ease-in-out 500ms;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT {
        top: -158px;
        margin-bottom: -140px;
    }
}

.mobile .headerDT__container {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.mobile .headerDT__container--up {
    background-color: #fff;
    height: 32px;
    display: flex;
    align-items: flex-start;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__container--up {
        height: 40px;
    }
}

.mobile .headerDT__container--down {
    width: 100%;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1080px) {
    .mobile .headerDT__container--down {
        height: 72px;
    }
}

.mobile .headerDT__container--down.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    /* Fondo para evitar superposición transparente */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.mobile .headerDT__wrapper {
    height: 32px;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__wrapper {
        height: 40px;
        justify-content: space-between;
    }
}

.mobile .headerDT__coverage {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__coverage {
        display: flex;
    }
}

.mobile .headerDT__coverage--link {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0;
}

    .mobile .headerDT__coverage--link:hover {
        text-decoration: none;
        color: #da1884;
    }

        .mobile .headerDT__coverage--link:hover .headerMB__coverage--link-text {
            color: #da1884;
        }

    .mobile .headerDT__coverage--link:focus-visible {
        text-decoration: none;
        color: #da1884;
    }

        .mobile .headerDT__coverage--link:focus-visible .headerMB__coverage--link-text {
            color: #da1884;
        }

.mobile .headerDT__coverage--link-img {
    width: 20px;
    height: 20px;
}

.mobile .headerDT__coverage--link-text {
    display: none;
    font-size: 12px;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__coverage--link-text {
        display: block;
        font-family: gothamBold, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        padding-top: 3px;
        padding-left: 5px;
    }
}

.mobile .headerDT__call-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile .headerDT__call-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .headerDT__call-us {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
    display: inline-block;
}

@media screen and (min-width: 360px) {
    .mobile .headerDT__call-us {
        font-size: 14px;
    }
}

@media screen and (min-width: 1080px) {
    .mobile .headerDT__call-us {
        font-size: 16px;
    }
}

.mobile .headerDT__call-us-virtual-container {
    display: block;
    width: 105px;
    text-align: center;
    padding: 0 5px;
    line-height: 15px;
}

@media screen and (min-width: 480px) {
    .mobile .headerDT__call-us-virtual-container {
        width: auto;
    }
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us-virtual-container {
        padding: 0 20px;
    }
}

.mobile .headerDT__call-us-virtual-shop {
    text-align: center;
    padding: 0;
}

.mobile .headerDT__call-us-virtual-shop--link {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
}

@media screen and (min-width: 380px) {
    .mobile .headerDT__call-us-virtual-shop--link {
        font-size: 12px;
    }
}

.mobile .headerDT__call-us-virtual-shop--link:hover {
    color: #da1884;
}

.mobile .headerDT__call-us-virtual-shop--link:focus-visible {
    color: #da1884;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us-virtual-shop--link {
        font-size: 15px;
    }
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us-virtual-shop {
        width: inherit;
        padding: 0 2px;
        line-height: 15px;
    }
}

.mobile .headerDT__call-us-wrapper {
    width: auto;
    text-align: center;
    padding: 0 5px;
    display: block;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us-wrapper {
        padding: 0;
    }
}

.mobile .headerDT__call-us-number {
    margin-bottom: 0;
    display: inline-block;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us-number {
        font-size: 15px;
    }
}

.mobile .headerDT__call-us-number-link {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
    padding: 0 0 0 5px;
}

@media screen and (min-width: 360px) {
    .mobile .headerDT__call-us-number-link {
        font-size: 14px;
    }
}

@media screen and (min-width: 1080px) {
    .mobile .headerDT__call-us-number-link {
        font-size: 15px;
    }
}

.mobile .headerDT__call-us-number-link:hover {
    color: #da1884;
    cursor: pointer;
}

.mobile .headerDT__call-us-number-link:focus-visible {
    color: #da1884;
    cursor: pointer;
}

.mobile .headerDT__call-us--CTA {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    /* padding-top: 3px; */
}

    .mobile .headerDT__call-us--CTA:hover {
        color: #da1884;
        cursor: pointer;
    }

    .mobile .headerDT__call-us--CTA:focus-visible {
        color: #da1884;
    }

@media screen and (min-width: 360px) {
    .mobile .headerDT__call-us--CTA {
        font-size: 12px;
    }
}

@media screen and (min-width: 480px) {
    .mobile .headerDT__call-us--CTA {
        width: auto;
    }
}

.mobile .headerDT__call-us--CTA .show-modal {
    margin-bottom: 0 !important;
}

.mobile .headerDT__call-us__separador {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    margin-left: 8px;
    margin-right: 8px;
}

@media screen and (min-width: 680px) {
    .mobile .headerDT__call-us__separador {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.mobile .headerDT__call-us__separador.display-mobile {
    /* content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  margin-left: 8px;
  margin-right: 8px; */
    display: flex;
}

@media screen and (min-width: 1080px) {
    .mobile .headerDT__call-us__separador.display-mobile {
        display: none;
    }
}
/* .mobile .headerDT__call-us__separador.display-mobile {
  position: relative;
  top: -8px;
}

@media screen and (min-width: 680px) {
  .mobile .headerDT__call-us__separador.display-mobile {
    position: relative;
    top: -10px;
  }
} */

.mobile .navDT {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .navDT-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .navDT-right {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile .navDT__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .navDT__list-item--burguer {
    right: -5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-left: 0;
}

.mobile .navDT__list-item--logo {
    margin-right: 0;
}

.mobile .navDT__list-item--logo-link {
    width: auto;
    height: auto;
}

    .mobile .navDT__list-item--logo-link:hover,
    .mobile .navDT__list-item--logo-link:focus-visible {
        color: initial;
        text-decoration: none;
    }

.mobile .navDT__list-item--logo-img {
    width: 100px;
    height: auto;
}

    .mobile .navDT__list-item--logo-img:hover {
        cursor: pointer;
    }

    .mobile .navDT__list-item--logo-img:focus-visible {
        cursor: pointer;
    }

@media screen and (min-width: 1080px) {
    .mobile .navDT__list-item--logo-img {
        width: 134px;
    }
}

.mobile .navDT__list-navMobile {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (min-width: 680px) {
    .mobile .navDT__list-navMobile {
        width: 360px;
    }
}

.mobile .navDT__list-navMobile-item--menu {
    border-bottom: 1px solid #d9d9d9;
}

.mobile .navDT__list-navMobile-item--menu-help {
    border-bottom: none;
}

    .mobile .navDT__list-navMobile-item--menu-help .navDT__list-navMobile-item--link {
        padding: 10px 10px 10px 5px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: gothamBook, fontNormal, Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

        .mobile .navDT__list-navMobile-item--menu-help .navDT__list-navMobile-item--link:after {
            content: "\E82B";
            font-family: "fontello";
            font-weight: normal;
            text-align: center;
            font-size: 16px;
        }

        .mobile .navDT__list-navMobile-item--menu-help .navDT__list-navMobile-item--link:hover {
            color: #da1884;
            cursor: pointer;
        }

        .mobile .navDT__list-navMobile-item--menu-help .navDT__list-navMobile-item--link:focus-visible {
            color: #da1884;
            cursor: pointer;
        }

.mobile .navDT__list-navMobile-item--menu-coverage {
    padding: 16px 32px;
}

.mobile .navDT__list-navMobile-item--menu.customer .navDT__list-navMobile-btn {
    padding: 20px 5px;
}

.mobile .navDT__list-navMobile-item--menu.customer .navDT__list-navMobile-btn-text {
    position: absolute;
    left: 0;
    margin-top: 5px;
    margin-left: 55px;
}

.mobile .navDT__list-navMobile-item--link {
    padding: 16px 32px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

    .mobile .navDT__list-navMobile-item--link:hover {
        color: #da1884;
        cursor: pointer;
    }

    .mobile .navDT__list-navMobile-item--link:focus-visible {
        color: #da1884;
        cursor: pointer;
    }

.mobile .navDT__list-navMobile-item--link-coverage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 4px;
    background-color: #ffcd00;
    text-decoration: none;
}

    .mobile .navDT__list-navMobile-item--link-coverage:hover {
        background-color: #000;
        cursor: pointer;
    }

        .mobile .navDT__list-navMobile-item--link-coverage:hover .navDT__list-navMobile-item--link-coverage-text {
            color: #fff;
        }

        .mobile .navDT__list-navMobile-item--link-coverage:hover .navDT__list-navMobile-item--link-coverage-img {
            filter: invert(1);
        }

    .mobile .navDT__list-navMobile-item--link-coverage:focus-visible {
        background-color: #000;
        cursor: pointer;
    }

        .mobile .navDT__list-navMobile-item--link-coverage:focus-visible .navDT__list-navMobile-item--link-coverage-text {
            color: #fff;
        }

        .mobile .navDT__list-navMobile-item--link-coverage:focus-visible .navDT__list-navMobile-item--link-coverage-img {
            filter: invert(1);
        }

.mobile .navDT__list-navMobile-item--link-coverage-text {
    font-family: gothamBold, fontBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    margin-left: 10px;
}

.mobile .navDT__list-navMobile-item--link-coverage-img {
    width: 20px;
}

.mobile .navDT__list-navMobile--submenu {
    list-style: none;
    padding-top: 0;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

    .mobile .navDT__list-navMobile--submenu.open {
        padding-top: 5px;
        max-height: none;
        visibility: visible;
    }

.mobile .navDT__list-navMobile--submenu-item-link {
    padding: 10px 10px 10px 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mobile .navDT__list-navMobile--submenu-item-link:after {
        content: "\E82B";
        font-family: "fontello";
        font-weight: normal;
        text-align: center;
        font-size: 16px;
    }

    .mobile .navDT__list-navMobile--submenu-item-link:hover {
        color: #da1884;
        cursor: pointer;
    }

    .mobile .navDT__list-navMobile--submenu-item-link:focus-visible {
        color: #da1884;
        cursor: pointer;
    }

.mobile .navDT__list-navMobile--submenu-item-link-img:after {
    content: "";
}

.mobile .navDT__list-navMobile--submenu-item-link-img:hover {
    cursor: pointer;
    color: #ac1368;
    text-decoration: none;
}

.mobile .navDT__list-navMobile--submenu-item-link-img:focus-visible {
    cursor: pointer;
    color: #ac1368;
    text-decoration: none;
}

.mobile .navDT__list-navMobile--submenu-item-img {
    width: 100%;
    max-width: 350px;
}

.mobile .navDT__list-navMobile--submenu-title {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #da1884;
    padding: 10px 10px 10px 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .navDT__list-navMobile-btn {
    padding: 15px 5px;
    appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
    position: relative;
}

    .mobile .navDT__list-navMobile-btn:after {
        content: "";
        height: 24px;
        width: 24px;
        background-image: url("/assets/img/Icon_mas_collapse.svg");
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    .mobile .navDT__list-navMobile-btn.open:after {
        content: "";
        height: 24px;
        width: 24px;
        background-image: url("/assets/img/Icon_menos_collapse.svg");
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    }

.mobile .navDT__list-navMobile-btn-img {
    width: 42px;
    height: auto;
}

.mobile .navDT__list-navMobile-btn-text {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 0;
    margin-top: 5px;
    margin-left: 55px;
}

.mobile .navDT__list-main {
    display: none;
}

.mobile .navDT__customer-area {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .navDT__customer-area__loggin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .mobile .navDT__customer-area__loggin.logged {
        height: auto;
        justify-content: space-between;
    }

        .mobile .navDT__customer-area__loggin.logged.active {
            padding: 9px 0 6px;
            border-bottom: 4px solid #ffcd00;
        }

            .mobile .navDT__customer-area__loggin.logged.active .navDT__customer-area__loggin-link {
                padding: 8px 0 5px 0;
                border-bottom: 4px solid #ffcd00;
            }

@media screen and (min-width: 680px) {
    .mobile .navDT__customer-area__loggin.logged.active .navDT__customer-area__loggin-link {
        padding: 0;
        border-bottom: 0;
    }
}

.mobile .navDT__customer-area__loggin.logged .navDT__customer-area__loggin-link {
    border: none;
    padding: 0;
}

.mobile .navDT__customer-area__loggin.logged .navDT__customer-area__loggin-img {
    width: 20px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.mobile .navDT__customer-area__loggin-link {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #ffcd00;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobile .navDT__customer-area__loggin-link:hover {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }

        .mobile .navDT__customer-area__loggin-link:hover .navDT__customer-area__loggin-img {
            filter: invert(1);
        }

    .mobile .navDT__customer-area__loggin-link:focus-visible {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }

        .mobile .navDT__customer-area__loggin-link:focus-visible .navDT__customer-area__loggin-img {
            filter: invert(1);
        }

.mobile .navDT__customer-area__loggin-img {
    width: auto;
    height: 18px;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.mobile .navDT__customer-area__loggin-text {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    letter-spacing: -0.1px;
    text-decoration: none;
}

.mobile .navDT__customer-area--menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 90px;
    right: 1%;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #e8e5e5;
}

@media screen and (min-width: 680px) {
    .mobile .navDT__customer-area--menu {
        top: 110px;
    }
}

@media screen and (min-width: 1080px) {
    .mobile .navDT__customer-area--menu {
        top: 120px;
    }
}

.mobile .navDT__customer-area--menu-item-link {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

    .mobile .navDT__customer-area--menu-item-link:hover {
        color: #da1884 !important;
        cursor: pointer;
    }

    .mobile .navDT__customer-area--menu-item-link:focus-visible {
        color: #da1884 !important;
        cursor: pointer;
    }

.mobile .navDT__customer-area--menu-item-btn {
    right: -5px;
    position: absolute;
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    appearance: none;
    border: none;
    outline: none;
}

    .mobile .navDT__customer-area--menu-item-btn svg {
        width: 18px;
        height: auto;
    }

.mobile .navDT__customer-area__help {
    display: none;
}

.mobile .navDT__customer-area__bag.display-mobile {
    display: flex;
}

@media screen and (min-width: 1080px) {
    .mobile .navDT__customer-area__bag.display-mobile {
        display: none;
    }
}

.mobile .navDT__customer-area__bag-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

/* .mobile .navDT__customer-area__bag-img {
  width: 16px;
  height: auto;
  margin-top: -6px;
} */
.mobile .navDT__customer-area__bag-img {
    width: 12px;
    height: auto;
}

@media screen and (min-width: 680px) and (max-width: 1079px) {
    .mobile .navDT__customer-area__bag-img {
        width: 13px;
    }
}

/* .display-mobile {
  display: flex;

}

@media screen and (min-width: 1080px) {
  .display-mobile {
    display: none !important;

  }
}

.display-desktop {
  display: none;

}

@media screen and (min-width: 1080px) {
  .display-desktop {
    display: flex;

  }
} */

/************* ESTILOS PARA EL CONTENEDOR DE LAS OPCIONES DE MENÚ EN MOBILE
   ES EL DIV QUE ESTÁ FUERA DE LA PARTE VISIBLE DE LA PÁGINA Y APARECE AL PULSAR
   EL BOTON DEL MENÚ HAMBURGUESA************/
.mobile-navigation-background {
    width: 100dvw;
    height: 100dvh;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(1000px);
    transition: all 0.5s ease-in-out;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* @media screen and (min-width: 1080px) {
  .mobile-navigation-background {
    display: none;
  }
} */

.mobile-navigation-background-wrapper {
    width: auto;
    height: 100%;
    cursor: default;
}

@media screen and (min-width: 680px) {
    .mobile-navigation-background-wrapper {
        position: fixed;
        right: 0;
    }
}

.mobile-navigation-background-close-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    width: 100%;
    padding: 16px 32px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 680px) {
    .mobile-navigation-background-close-wrapper {
        width: 360px;
        justify-content: flex-end;
    }

        .mobile-navigation-background-close-wrapper .navDT__list-item--logo-link {
            display: none;
        }
}

.mobile-navigation-background-yellow-bg {
    height: 60px;
    width: 100%;
    background-color: #ffcd00;
}

@media screen and (min-width: 680px) {
    .mobile-navigation-background-yellow-bg {
        width: 360px;
    }
}

.mobile-navigation-background.open {
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
}

.checkout-wrapper .espacioMenu {
    margin-top: 110px;
}

@media screen and (min-width: 768px) {
    .checkout-wrapper .espacioMenu {
        margin-top: 140px;
    }
}

.checkout-wrapper .headerDT {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1048;
    transition: all ease-in-out 500ms;
    background-color: #fff;
}

.checkout-wrapper .headerDT__call-container {
    line-height: 16px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper .headerDT__wrapper {
    height: 35px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.checkout-wrapper .headerDT__container {
    box-shadow: none;
}

.checkout-wrapper .headerDT__container--up {
    height: 35px;
}

.checkout-wrapper .headerDT__container--down {
    height: 45px;
}

.checkout-wrapper .navDT {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper .navDT__list-item--logo-img {
    width: 130px;
    height: auto;
}

.checkout-wrapper.mobile .espacioMenu {
    margin-top: 110px;
}

@media screen and (min-width: 768px) {
    .checkout-wrapper.mobile .espacioMenu {
        margin-top: 130px;
    }
}

@media screen and (min-width: 1220px) {
    .checkout-wrapper.mobile .espacioMenu {
        margin-top: 140px;
    }
}

.checkout-wrapper.mobile .headerDT {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1048;
    transition: all ease-in-out 500ms;
    background-color: #fff;
}

.checkout-wrapper.mobile .headerDT__call-container {
    line-height: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper.mobile .headerDT__wrapper {
    height: 35px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.checkout-wrapper.mobile .headerDT__container {
    box-shadow: none;
}

.checkout-wrapper.mobile .headerDT__container--down {
    height: 45px;
}

.checkout-wrapper.mobile .navDT {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper.mobile .navDT__list-item--logo-img {
    width: 100px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .checkout-wrapper.mobile .navDT__list-item--logo-img {
        width: 130px;
    }
}

/* FIN HEADER */

/* INICIO FOOTER */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    text-indent: -999em;
    white-space: nowrap;
    border: 0;
}

.footer-wrapper {
    background-color: #333;
}

    .footer-wrapper.home {
        margin-top: 60px;
    }

    .footer-wrapper.tarifa {
        margin: 60px 0 160px;
    }

@media screen and (min-width: 1220px) {
    .footer-wrapper.tarifa {
        margin-bottom: 0;
    }
}

.footer-main {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #555555;
}

@media screen and (min-width: 680px) {
    .footer-main {
        padding-top: 60px;
    }
}

.footer-nav-list {
    list-style: none;
    display: block;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 680px) {
    .footer-nav-list {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media screen and (min-width: 1080px) {
    .footer-nav-list {
        justify-content: space-between;
    }
}

.footer-nav-list-item {
    position: relative;
    width: auto;
    padding: 10px;
}

@media screen and (min-width: 680px) and (max-width: 1079px) {
    .footer-nav-list-item {
        width: 40%;
    }

        .footer-nav-list-item:nth-child(even) {
            margin-left: 10%;
        }

        .footer-nav-list-item:nth-child(odd) {
            margin-right: 10%;
        }
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
    .footer-nav-list-item {
        width: 25%;
    }
}

@media screen and (min-width: 1280px) {
    .footer-nav-list-item {
        width: auto;
    }
}

.footer-nav-list-item-button {
    width: 100%;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    text-align: left;
    color: #fafafa;
    border: none;
    appearance: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
    .footer-nav-list-item-button {
        cursor: default;
    }
}

.footer-nav-list .fontelloIcon-chevron-down {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    top: 5px;
    right: 0;
    position: absolute;
    transition: 0.2s ease-out;
}

    .footer-nav-list .fontelloIcon-chevron-down::before {
        content: "\e829";
        font-size: 10px;
        font-family: fontello;
        font-style: normal;
    }

    .footer-nav-list .fontelloIcon-chevron-down.open {
        transform: rotate(180deg);
    }

@media screen and (min-width: 1080px) and (max-width: 1279px) {
    .footer-nav-list .footer-nav-list-item:nth-child(5) {
        width: 100%;
        margin: 0;
    }

    .footer-nav-list .footer-nav-list-item:last-of-type .footer-subnav-list.open {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-subnav-list {
    list-style: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.2s ease-out;
}

    .footer-subnav-list.open {
        padding-top: 10px;
        padding-left: 0;
        max-height: none;
        visibility: visible;
    }

.footer-subnav-list-item {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: left;
}

@media screen and (min-width: 680px) {
    .footer-subnav-list-item {
        line-height: 30px;
    }
}

.footer-subnav-list-link {
    color: #fafafa;
    text-decoration: none;
}

    .footer-subnav-list-link:hover {
        color: #fafafa;
        text-decoration: underline;
    }

.footer-meetapp {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 10px;
}

@media screen and (min-width: 680px) {
    .footer-meetapp {
        padding: 0 10px;
        width: 270px;
        margin: 30px auto;
    }
}

.footer-meetapp-text {
    padding-top: 5px;
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}

.footer-meetapp-logos {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.footer-meetapp-link {
    color: #000;
    font-size: 10px;
    background-color: transparent;
    text-decoration: none;
}

    .footer-meetapp-link:hover {
        color: #000;
        text-decoration: none;
    }

    .footer-meetapp-link:focus {
        color: #000;
        text-decoration: none;
    }

    .footer-meetapp-link:active {
        color: #000;
        text-decoration: none;
    }

.footer-meetapp-img {
    height: 24px;
    margin-left: 7px;
}

.footer-middle {
    padding: 20px 0 0;
    border-top: 1px solid #555;
}

@media screen and (min-width: 680px) {
    .footer-middle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 80px;
    }
}

.footer-phone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-phone-logo {
    margin-bottom: 10px;
}

.footer-phone-logo-img {
    width: 150px;
}

.footer-phone-tel {
    display: flex;
}

.footer-phone-tel-text {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ffcd00;
    margin-right: 5px;
}

.footer-phone-tel-number {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ffcd00;
    text-decoration: underline;
}

.footer-downloads {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (max-width: 679px) {
    .footer-downloads {
        margin-bottom: 40px;
    }
}

.footer-downloads-text {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-right: 20px;
}

.footer-downloads-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 300px;
    font-size: 10px;
}

@media screen and (min-width: 1080px) {
    .footer-downloads-images {
        width: auto;
        max-width: none;
    }
}

.footer-downloads-images-link {
    text-decoration: none;
    margin-right: 20px;
}

    .footer-downloads-images-link:hover {
        color: initial;
        text-decoration: none;
    }

    .footer-downloads-images-link:focus {
        color: initial;
        text-decoration: none;
    }

.footer-downloads-images-img {
    width: auto;
    height: auto;
}

.footer-rrss {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-rrss-text {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-right: 20px;
}

.footer-rrss-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    max-width: 300px;
    font-size: 10px;
}

@media screen and (min-width: 1080px) {
    .footer-rrss-icons {
        width: auto;
        max-width: none;
    }
}

.footer-rrss-icons-link {
    text-decoration: none;
}

    .footer-rrss-icons-link:hover {
        color: initial;
        text-decoration: none;
    }

    .footer-rrss-icons-link:focus {
        color: initial;
        text-decoration: none;
    }

.footer-rrss-icons-img {
    width: auto;
    height: auto;
    margin-right: 30px;
}

.footer-bottom {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (min-width: 1280px) {
    .footer-bottom-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.footer-bottom-container-second {
    margin-top: 10px;
}

    .footer-bottom-container-second .second-image-wrapper {
        display: flex;
        align-items: center;
    }

    .footer-bottom-container-second .second-image-wrapper-link {
        width: 100%;
        height: 100%;
        font-size: 10px;
        text-decoration: none;
    }

    .footer-bottom-container-second .second-image-wrapper-img {
        height: auto;
        width: auto;
    }

    .footer-bottom-container-second .second-image-wrapper span {
        margin-left: 20px;
    }

.footer-bottom-nav-link-reser {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: rem(14);
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
    text-align: left;
}

.footer-bottom-nav-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    row-gap: 8px;
}

@media screen and (min-width: 680px) {
    .footer-bottom-nav-list {
        column-gap: 12px;
    }
}

.footer-bottom-nav-list-item {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
}

@media screen and (min-width: 680px) {
    .footer-bottom-nav-list-item:not(:last-of-type)::after {
        content: "|";
        padding-left: 12px;
    }
}

@media screen and (max-width: 679px) {
    .footer-bottom-nav-list-item {
        width: 50%;
    }
}

.footer-bottom-nav-list-link {
    color: #000;
    text-decoration: none;
}

    .footer-bottom-nav-list-link:hover {
        color: #000;
        text-decoration: underline;
    }

/* FIN FOOTER */

/* WALMERIC */
/* //ESTILOS PARA EL MODAL */
.btn-launch-walmeric {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 0;
    width: auto;
    appearance: none;
    border: none;
    background-color: transparent;
}

@media screen and (min-width: 360px) {
    .btn-launch-walmeric {
        font-size: 14px;
    }
}

.btn-launch-walmeric:hover {
    color: #da1884;
    cursor: pointer;
}

.btn-launch-walmeric:focus-visible {
    color: #da1884;
    cursor: pointer;
}

/* * //ESTILOS PARA EL MODAL */
.walmeric-modal.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 100004;
}

.walmeric-modal .modal-content {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    height: auto;
    border: none;
    text-align: left;
    transform: translateX(-50%);
    background: #fff;
    padding: 50px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.5s forwards;
}

.walmeric-modal .modal-header,
.walmeric-modal .modal-footer {
    border: none;
}

.walmeric-modal .modal-header {
    padding: 0 10px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.walmeric-modal .modal-body {
    padding: 20px 10px;
    color: #000;
}

.walmeric-modal .walmeric-title {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0;
}

/* BotÃ³n Cerrar modal */
.walmeric-modal .iconFont.icon-delete {
    font-family: icon-orange, sans-serif;
    font-size: 30px;
    top: 20px;
    right: 10px;
    position: absolute;
    transition: color 0.2s ease-in;
    cursor: pointer;
    z-index: 1;
    appearance: none !important;
    background-color: transparent;
    border: none;
}

    .walmeric-modal .iconFont.icon-delete:hover {
        color: #da1884;
    }

    .walmeric-modal .iconFont.icon-delete:focus {
        color: #da1884;
    }

    .walmeric-modal .iconFont.icon-delete:active {
        color: #da1884;
    }

    .walmeric-modal .iconFont.icon-delete::before {
        content: "\e99d";
    }

/* Clases para el formulario */
.comp-walmeric .form-group {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.walmeric-modal .comp-walmeric-text {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.comp-walmeric .checkbox-primary input[type=checkbox] {
    opacity: 1;
    width: 24px;
    height: 24px;
    top: 2px;
    left: -4px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    appearance: none;
}

.comp-walmeric .checkbox-primary label {
    font-family: gothamBook, fontNormal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 3px;
    padding-left: 35px;
    position: relative;
    vertical-align: top;
    line-height: 20px;
    color: #000;
    display: flex;
}

    .comp-walmeric .checkbox-primary label:before {
        content: "";
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #868686;
        position: absolute;
        top: 5px;
        left: 0;
        transition: border .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

.comp-walmeric .checkbox-primary input[type=checkbox]:checked + label:before {
    border-color: #da1884;
    background-color: #da1884;
}

.comp-walmeric .checkbox-primary input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.walmeric-modal .wg-form.comp-walmeric {
    font-weight: normal;
}

    .walmeric-modal .wg-form.comp-walmeric .form-group.accept {
        display: flex;
        margin-bottom: 20px;
        position: relative;
        justify-content: flex-start;
    }

#acceptCheck {
    display: block;
    position: relative;
}

#dfl-terms-label-1 {
    padding-top: 10px;
}

.walmeric-modal .wg-form.comp-walmeric .form-control {
    /* width: 100%;
  height: 40px;
  font-family: gothamBook, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 4px;
  border-color: #333;
  border-width: 1px; */
    display: block;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border: 2px solid #868686;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    box-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
}

    .walmeric-modal .wg-form.comp-walmeric .form-control:focus {
        border-radius: 4px;
        border-color: #000;
        border-width: 2px;
        outline: 2px solid #000;
        outline-offset: 2px;
    }

.walmeric-modal .wg-form.comp-walmeric label.control-label {
    display: block;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.walmeric-modal .wg-form.comp-walmeric label.comp-input-checkbox {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    max-width: 300px;
    letter-spacing: -0.2992px;
}

/* .walmeric-modal .wg-form.comp-walmeric input[type="checkbox"] {
  width: 25px;
  height: 25px;
  accent-color: #da1884;
  border-radius: 4px;
  margin-right: 20px;
  appearance: auto !important;
  border: 1px solid #000;
  display: none;
} */

.walmeric-modal #dfl-fields-1 {
    margin-top: 3.5px;
}

@keyframes slideIn {
    to {
        top: 5%;
    }
}

@keyframes slideOut {
    from {
        top: 5%;
    }

    to {
        top: -100%;
    }
}

/* POLÃTICA DE PROTECCIÃ“N DE DATOS */
.walmeric-modal #privacyTerms {
    padding: 10px;
    background-color: #fafafa;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 16px;
    text-align: left;
}

.walmeric-modal .modal-privacy-title {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.walmeric-modal .modal-privacy-text {
    font-family: gothamBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

    .walmeric-modal .modal-privacy-text a {
        color: #000;
    }

        .walmeric-modal .modal-privacy-text a:hover {
            color: #da1884;
        }

        .walmeric-modal .modal-privacy-text a:focus-visible {
            color: #da1884;
        }

.walmeric-modal #dfl-terms-link-1 {
    text-decoration: underline;
}

    .walmeric-modal #dfl-terms-link-1:hover {
        color: #da1884;
    }

    .walmeric-modal #dfl-terms-link-1:focus {
        color: #da1884;
    }

.walmeric-modal #dfl-submit-1 {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    background-color: #ffcd00;
    appearance: none;
    border: none;
}

    .walmeric-modal #dfl-submit-1:hover {
        color: #fff;
        background-color: #000;
    }

    .walmeric-modal #dfl-submit-1:focus {
        color: #fff;
        background-color: #000;
    }

    .walmeric-modal #dfl-submit-1:disabled {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        font-family: gothamBold, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        background-color: #ccc;
        appearance: none;
        border: none;
    }

.comp-walmeric-text-mandatory {
    color: #000;
    font-size: 14px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.25;
}

/* MODAL THANKS */
.thanks-modal.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 100004;
}

.thanks-modal .modal-content {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    height: auto;
    border: none;
    text-align: left;
    transform: translateX(-50%);
    background: #fff;
    padding: 50px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.5s forwards;
}

.thanks-modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 20px 20px 20px !important;
    min-height: 1px !important;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.thanks-modal .iconFont.icon-delete {
    font-family: icon-orange, sans-serif;
    font-size: 3rem;
    top: 15px;
    right: 10px;
    position: absolute;
    transition: color 0.2s ease-in;
    cursor: pointer;
    z-index: 1;
    appearance: none !important;
    background-color: transparent;
    border: none;
}

    .thanks-modal .iconFont.icon-delete:hover {
        color: #da1884;
    }

    .thanks-modal .iconFont.icon-delete:focus {
        color: #da1884;
    }

    .thanks-modal .iconFont.icon-delete:active {
        color: #da1884;
    }

    .thanks-modal .iconFont.icon-delete::before {
        content: "\e99d";
    }

.thanks-modal .modal-title {
    margin-bottom: 0;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}

.thanks-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}

.thanks-modal .control-label {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 16px;
}

.thanks-modal .modal-body .title {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 0 0 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
}

.thanks-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px 25px;
    border-top: none;
    width: auto;
    margin-top: 0;
}

.thanks-modal .modal-title {
    margin-bottom: 0;
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
    color: #000;
    height: auto;
}

@media screen and (min-width:380px) {
    .thanks-modal .modal-title {
        font-size: 22px;
    }
}

.thanks-modal .modal-dialog {
    position: relative;
    max-height: 670px;
    width: 90%;
    max-width: 400px;
    margin: 16px auto;
}

@media screen and (min-width: 580px) {
    .thanks-modal .modal-dialog {
        margin: 30px auto;
    }
}

.thanks-modal .modal-content {
    height: auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 16px;
}

.thanks-modal .new-yellow-btn {
    bottom: 0;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    color: #000;
    background-color: #ffcd00;
    border: none;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
}

    .thanks-modal .new-yellow-btn:hover {
        color: #fff;
        background-color: #000;
    }

    .thanks-modal .new-yellow-btn:focus {
        color: #fff;
        background-color: #000;
    }

    .thanks-modal .new-yellow-btn:active {
        color: #fff;
        background-color: #000;
    }

.thanks-modal .new-yellow-btn-text {
    font-family: gothamBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .thanks-modal .new-yellow-btn-text {
        font-size: 18px;
    }
}

.text-error {
    font-family: gothamMedium, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #e8331b;
    display: none;
}
