@font-face {
    font-family: "Prompt-Regular";
    src: url(fonts/Prompt-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Prompt-Bold";
    src: url(fonts/Prompt-Bold.ttf);
    font-display: swap
}

@font-face {
    font-family: "Prompt-SemiBold";
    src: url(fonts/Prompt-SemiBold.ttf);
    font-display: swap
}

@font-face {
    font-family: "RopaSans-Regular";
    src: url(fonts/RopaSans-Regular.ttf);
    font-display: swap
}

:root {
    --blue-color: #00203f;
    --menta-color: #ACEFD0;
    --darkmenta-color: #87bca3;
    --white-color: #fff;
    --black-color: #131313;
    --grey-color: #EDEDED;
    --pmk-color: #fbdb40;
    --promociones-color: #9fe0f9;
    --fidelizacion-color: #f9cbfe;
    --logistica-color: #9bacc3;
    --producto-color: #f5cd54;
    --lightg-color: #f6f7f8;
    --sblack-color: #141414;
    --bg: hsl(209, 98%, 0%);
    --bg-white: hsl(0, 0%, 100%);
    --bg-menta: hsl(152, 68%, 81%);
    --bg-menta-hover: hsla(152, 68%, 81%);
    --bg-fidelizacion: hsl(295, 93%, 89%);
    --bg-fidelizacion-hover: hsl(295, 93%, 89%);
    --bg-promociones: hsl(209, 98%, 74%);
    --bg-promociones-hover: hsl(209, 98%, 74%);
    --bg-producto: hsl(45, 89%, 65%);
    --bg-producto-hover: hsl(45, 89%, 65%);
    --bg-logistica: hsl(214, 25%, 69%);
    --bg-logistica-hover: hsl(214, 25%, 69%);
    --color: hsl(210, 100%, 0%);
    --underline-width: 8px;
    --underline-block-width: 20px;
    --underline-color: hsla(180, 100%, 50%, .5);
    --underline-color-hover: hsla(180, 100%, 50%, 1);
    --underline-transition: 0.5s;
    --bg-naranja: #F9A55D;
    --bg-naranja-hover: #F9A55D;
    --naranja-color: #F9A55D;
}

* {
    margin: 0;
    padding: 0
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    overflow: auto
}

.bg-blue {
    background-color: var(--blue-color)
}

.bg-menta {
    background-color: var(--menta-color)
}

.bg-menta ::selection {
    background: var(--white-color)
}

.bg-naranja {
    background-color: var(--bg-naranja)
}

.bg-grey {
    background-color: var(--grey-color)
}

.bg-pmk {
    background-color: var(--pmk-color) !important
}

.bg-promociones {
    background-color: var(--promociones-color)
}

.bg-promociones ::selection {
    background: var(--white-color)
}

.bg-fidelizacion {
    background-color: var(--fidelizacion-color)
}

.bg-fidelizacion ::selection {
    background: var(--white-color)
}

.bg-producto {
    background-color: var(--producto-color)
}

.bg-producto ::selection {
    background: var(--white-color)
}

.bg-logistica {
    background-color: var(--logistica-color)
}

.bg-logistica ::selection {
    background: var(--white-color)
}

.bg-light-g {
    background: var(--lightg-color)
}

.bg-sblack {
    background: var(--sblack-color)
}

.text-blue {
    color: var(--blue-color) !important
}

.text-pmk {
    color: var(--pmk-color);
    font-family: "RopaSans-Regular", sans-serif;
    line-height: 1.2
}

.border-b-blue {
    border-bottom: 2px solid var(--blue-color)
}

.form-control:active,
.form-control:focus,
.form-control:visited {
    background-color: #fff;
    border-color: var(--blue-color);
    outline: 0;
    box-shadow: 0 0 10px 2px var(--grey-color)
}

body {
    font-family: 'Prompt-Regular', sans-serif;
    color: var(--blue-color);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Prompt-SemiBold", sans-serif;
    line-height: 1.3;
    color: var(--blue-color)
}

b {
    font-family: "Prompt-SemiBold", sans-serif
}

p {
    line-height: 1.5;
    font-size: 14pt;
    max-width: 75ch
}

.chevron-box {
    position: relative;
    width: 24px;
    top: -75px;
    right: 15px;
    float: right
}

::selection {
    color: var(--blue-color);
    background: var(--fidelizacion-color)
}

.titulos {
    font-size: 30pt
}

.titulos_sec {
    font-size: 26pt
}

.cks-title {
    font-family: "Prompt-SemiBold", sans-serif;
    line-height: 1.3;
    color: var(--blue-color);
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500
}

.home-list a {
    text-decoration: none;
    color: var(--blue-color)
}

.titulo-secciones {
    margin-bottom: 24px
}

.underline-text {
    z-index: 2;
    position: inherit
}

.underline-color {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    z-index: 0
}

.btns {
    cursor: pointer;
    color: var(--white-color);
    display: inline-block;
    font-family: "Prompt-SemiBold", sans-serif;
    padding: 7pt 16pt;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease-in;
    z-index: 1
}

.btns:hover {
    background: linear-gradient(to bottom, var(--menta-color) 5%, var(--menta-color) 100%);
    background-color: var(--menta-color);
    border: 1px solid var(--menta-color)
}

.btns:active {
    transform: scale(1.01);
    box-shadow: 0 6px 4px darkgray
}

.btns-env:hover {
    color: var(--blue-color) !important;
    background: linear-gradient(to bottom, var(--white-color) 5%, var(--white-color) 100%) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--white-color) !important
}

.hover-blue:hover {
    color: var(--white-color) !important;
    background: linear-gradient(to bottom, var(--blue-color) 5%, var(--blue-color) 100%) !important;
    background-color: var(--blue-color) !important;
    border: 1px solid var(--blue-color) !important
}

.hover-blue-home:hover {
    color: white !important;
    background: linear-gradient(to bottom, var(--blue-color) 5%, var(--blue-color) 100%) !important;
    background-color: var(--blue-color) !important;
    border: 1px solid var(--blue-color) !important
}

.hover-promociones:hover {
    color: var(--blue-color) !important;
    background: linear-gradient(to bottom, var(--promociones-color) 5%, var(--promociones-color) 100%) !important;
    background-color: var(--promociones-color) !important;
    border: 1px solid var(--promociones-color) !important
}

.hover-fidelizacion:hover {
    color: var(--blue-color) !important;
    background: linear-gradient(to bottom, var(--fidelizacion-color) 5%, var(--fidelizacion-color) 100%) !important;
    background-color: var(--fidelizacion-color) !important;
    border: 1px solid var(--fidelizacion-color) !important
}

.hover-producto:hover {
    color: var(--blue-color) !important;
    background: linear-gradient(to bottom, var(--producto-color) 5%, var(--producto-color) 100%) !important;
    background-color: var(--producto-color) !important;
    border: 1px solid var(--producto-color) !important
}

.hover-logistica:hover {
    color: var(--blue-color) !important;
    background: linear-gradient(to bottom, var(--logistica-color) 5%, var(--logistica-color) 100%) !important;
    background-color: var(--logistica-color) !important;
    border: 1px solid var(--logistica-color) !important
}

.underline-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20%;
    width: calc(100% - 0px);
    height: calc(30% - 8px);
    min-height: 5px;
    z-index: 0;
    background-image: linear-gradient(90deg, var(--bg), var(--bg)), linear-gradient(90deg, var(--underline-color), var(--underline-color));
    background-size: var(--underline-block-width) var(--underline-width), 100% var(--underline-width);
    background-repeat: no-repeat;
    background-position-x: calc(var(--underline-block-width) * -1), 0;
    background-position-y: 100%;
    transition: background-position-x var(--underline-transition)
}

.underline-color:hover:after {
    left: 0;
    bottom: 20%;
    width: calc(100% - 0px);
    height: calc(30% - 8px);
    min-height: 5px;
    background-image: linear-gradient(90deg, var(--bg), var(--bg)), linear-gradient(90deg, var(--underline-color-hover), var(--underline-color-hover));
    background-position-x: calc(100% + var(--underline-block-width)), 0
}

.custom-ul {
    list-style: none;
    padding: 0
}

.custom-ul li {
    padding-left: 2em;
    margin: .5rem 0
}

.custom-ul li:before {
    content: url(/assets/images/logistica/green-check-logistica.svg);
    display: inline-block;
    margin-left: -2em;
    margin-right: 1rem;
    width: 1.3em;
    position: absolute
}

.list-group-item.active {
    color: var(--white-color);
    background-color: var(--blue-color)
}

.images-box {
    display: flex;
    align-items: center;
    gap: 3rem
}

.images-boxes {
    flex: 1;
    align-self: flex-start
}

.navbar-collapse {
    justify-content: end
}

.navMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem
}

.navMenu a {
    color: var(--blue-color);
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    width: auto;
    margin: 0 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navMenu>li a:hover,
-navMenu>li a:active {
    color: var(--blue-color)
}

.navMenu .dot {
    width: 9px;
    height: 9px;
    background: var(--menta-color);
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateX(-974px);
    transform: translateX(-974px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -10px
}

.navMenu li:nth-child(1):hover~.dot,
.navMenu li:nth-child(1).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-1040px);
    transform: translateY(1px) translateX(-1040px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(2):hover~.dot,
.navMenu li:nth-child(2).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-840px);
    transform: translateY(1px) translateX(-840px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(3):hover~.dot,
.navMenu li:nth-child(3).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-640px);
    transform: translateY(1px) translateX(-640px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(4):hover~.dot,
.navMenu li:nth-child(4).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-470px);
    transform: translateY(1px) translateX(-470px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(5):hover~.dot,
.navMenu li:nth-child(5).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-325px);
    transform: translateY(1px) translateX(-325px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(6):hover~.dot,
.navMenu li:nth-child(6).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-180px);
    transform: translateY(1px) translateX(-180px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.navMenu li:nth-child(7):hover~.dot,
.navMenu li:nth-child(7).activa~.dot {
    -webkit-transform: translateY(1px) translateX(-30px);
    transform: translateY(1px) translateX(-30px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1
}

.check_txt {
    margin-left: 30px;
    width: 80%;
    margin-top: -10px;
    float: left;
    font-size: 14px
}

.check_txt>a {
    font-size: 15px;
    text-decoration: underline
}

#checkbox_registrado {
    font-family: "Prompt-light", sans-serif;
    font-size: 14px
}

#banner-image {
    background: url(/assets/images/home/Paladina-home-desktp.dg.webp) no-repeat 90% center
}

#banner-image-promociones {
    background: url(/assets/images/promociones/promociones.png) no-repeat 90% center
}

#tarjeta-regalo{
    background: url(/assets/images/tarjetaregalo/tarjeta-regalo.webp) no-repeat 90% center
}

#banner-image-fidelizacion {
    background: url(/assets/images/fidelizacion/fidelizacion.webp) no-repeat 90% center
}

#banner-image-logistica {
    background: url(/assets/images/logistica/banner-logistica.webp) no-repeat 90% center
}

#banner-image-producto {
    background: url(/assets/images/producto/Paladina-producto-desktp.dg.webp) no-repeat 90% center
}

#banner-image-sobrenosotros {
    background: url(/assets/images/sobreNosotros/sobrenosotros.webp) no-repeat 90% center
}

#banner-image,
#banner-image-promociones,
#banner-image-fidelizacion,
#banner-image-logistica,
#banner-image-producto,
#tarjeta-regalo,
#banner-image-sobrenosotros {
    min-height: 64vh;
    height: fit-content;
    min-width: auto;
    width: 100%;
    margin-bottom: 0 !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.swal2-styled.swal2-confirm {
    background-color: var(--blue-color) !important
}

.g-3-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0;
    gap: 2rem;
    width: 100%;
    justify-content: space-between
}

.ghome1 {
    grid-area: 1 / 1 / 2 / 2
}

.ghome2 {
    grid-area: 1 / 2 / 2 / 3
}

#pmk-section img {
    width: 100%;
    height: auto
}

.numbrs-title {
    font-family: "Prompt-SemiBold", sans-serif;
    line-height: 1.3;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500
}

.margin-right-imgfid {
    right: 5rem
}

.margin-left-id {
    margin-left: -2rem
}

.Mob-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 50px
}

.Mob1 {
    grid-area: 1 / 1 / 2 / 2;
    padding: 1.5rem 5.5rem 1.5rem 0;
    position: relative
}

.Mob2 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 1.5rem 5.5rem 1.5rem 0;
    position: relative
}

.Mob3 {
    grid-area: 1 / 2 / 3 / 3
}

.Mob4 {
    grid-area: 1 / 3 / 2 / 4;
    padding: 1.5rem 0 1.5rem 5.5rem;
    position: relative
}

.Mob5 {
    grid-area: 2 / 3 / 3 / 4;
    padding: 1.5rem 0 1.5rem 5.5rem;
    position: relative
}

.numbrs {
    font-size: 4rem;
    font-family: "Prompt-SemiBold", sans-serif;
    color: var(--fidelizacion-color)
}

.arrows {
    position: absolute;
    width: 50%
}

.arrow-one {
    right: 0;
    animation-name: moveInLeft_flecha1;
    top: 68%;
    animation-timing-function: ease-out;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

.arrow-two {
    opacity: 0;
    right: -26px;
    top: 70%;
    transform: rotate(13deg);
    animation-name: moveInLeft_flecha1;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

.arrow-three {
    opacity: 0;
    left: 0;
    top: 35%;
    width: 20%;
    animation-name: moveInRight_flecha3;
    animation-delay: 8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

.arrow-four {
    opacity: 0;
    left: -64px;
    top: 36%;
    width: 35%;
    animation-name: moveInRight_flecha3;
    animation-delay: 12s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

.img-arrow-01 {
    opacity: 0;
    animation-name: moveInTop_img1;
    animation-duration: 16s;
    animation-timing-function: linear;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.img-arrow-02 {
    opacity: 0;
    animation-name: moveInTop_img1;
    animation-duration: 16s;
    animation-delay: 4s;
    animation-timing-function: linear;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.img-arrow-03 {
    opacity: 0;
    animation-name: moveInTop_img1;
    animation-duration: 16s;
    animation-delay: 8s;
    animation-timing-function: linear;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.img-arrow-04 {
    opacity: 0;
    animation-name: moveInTop_img1;
    animation-duration: 16s;
    animation-delay: 12s;
    animation-timing-function: linear;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}

.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    top: -50px;
    left: 15px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px var(--blue-color);
    border-radius: 25px
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--blue-color);
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(30px)
    }
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--blue-color)
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        transform: translateY(40px)
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

.textscroll {
    display: block;
    padding-top: 75px;
    margin-left: -30px;
    font-size: 12px;
    color: var(--blue-color);
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

@keyframes moveInTop {
    0% {
        opacity: 0;
        transform: translateZ(-200px)
    }
    10% {
        opacity: .2
    }
    20% {
        opacity: .4
    }
    30% {
        opacity: .6
    }
    40% {
        opacity: .8
    }
    50% {
        opacity: 1;
        transform: translateZ(0)
    }
    60% {
        opacity: .9
    }
    70% {
        opacity: .8
    }
    80% {
        opacity: .8
    }
    90% {
        opacity: .7
    }
    100% {
        opacity: 0;
        transform: translateZ(0)
    }
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px)
    }
    10% {
        opacity: .2
    }
    20% {
        opacity: .4
    }
    30% {
        opacity: .6
    }
    40% {
        opacity: .8
    }
    50% {
        opacity: 1;
        transform: translateX(0)
    }
    60% {
        opacity: .9
    }
    70% {
        opacity: .9
    }
    80% {
        opacity: .8
    }
    90% {
        opacity: .7
    }
    100% {
        opacity: 0;
        transform: translateX(0)
    }
}

@keyframes moveInLeft_flecha1 {
    0% {
        opacity: 0;
        transform: translateX(-200px)
    }
    2% {
        opacity: .2
    }
    5% {
        opacity: .4
    }
    7% {
        opacity: .6
    }
    10% {
        opacity: .8
    }
    12% {
        opacity: 1;
        transform: translateX(0)
    }
    15% {
        opacity: .9
    }
    16% {
        opacity: .9
    }
    20% {
        opacity: .8
    }
    22% {
        opacity: .7
    }
    25% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(0)
    }
}

@keyframes moveInTop_img1 {
    0% {
        opacity: 0;
        transform: translateZ(-1200px)
    }
    5% {
        opacity: .2;
        transform: translateZ(-800px)
    }
    8% {
        opacity: .4
    }
    10% {
        opacity: .6
    }
    12% {
        opacity: .8
    }
    13% {
        opacity: 1;
        transform: translateZ(0)
    }
    15% {
        opacity: .9
    }
    16% {
        opacity: .9
    }
    20% {
        opacity: .8
    }
    22% {
        opacity: .7
    }
    25% {
        opacity: 0;
        transform: translateZ(0)
    }
    100% {
        opacity: 0;
        transform: translateZ(0)
    }
}

@keyframes moveInRight_flecha3 {
    0% {
        opacity: 0;
        transform: translateX(200px)
    }
    2% {
        opacity: .2
    }
    5% {
        opacity: .4
    }
    7% {
        opacity: .6
    }
    10% {
        opacity: .8
    }
    12% {
        opacity: 1;
        transform: translateX(0)
    }
    15% {
        opacity: .9
    }
    16% {
        opacity: .9
    }
    20% {
        opacity: .8
    }
    22% {
        opacity: .7
    }
    25% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateZ(-50px);
        transform: translateZ(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateZ(-50px);
        transform: translateZ(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.g-2-promo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center
}

.gPromo1 {
    grid-area: 1 / 1 / 2 / 2
}

.gPromo2 {
    grid-area: 1 / 2 / 2 / 3
}

#transforma {
    background: url(/assets/images/producto/banner-producto-02.webp) no-repeat center;
    background-size: cover;
    min-height: 65vh;
    min-width: 100%
}

.product-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    gap: 5rem
}

.product1 {
    grid-area: 1 / 1 / 2 / 2
}

.product2 {
    grid-area: 1 / 2 / 2 / 3
}

.product3 {
    grid-area: 2 / 1 / 3 / 2
}

.product4 {
    grid-area: 2 / 2 / 3 / 3
}

.g-3-about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    gap: 2rem
}

.gabout1 {
    grid-area: 1 / 1 / 2 / 2
}

.gabout2 {
    grid-area: 1 / 2 / 2 / 3
}

.gabout3 {
    grid-area: 1 / 3 / 2 / 4
}

#map_canvas {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    min-height: 400px
}

.pad-contact {
    padding-right: 4.5rem
}

.contacto_icon {
    top: 150px;
    position: fixed;
    right: 0;
    background: var(--bg);
    width: fit-content;
    padding: 6px;
    padding-left: 8px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    cursor: pointer;
    z-index: 10
}

.wrap_contact1 {
    top: 150px;
    position: fixed;
    right: 0;
    background: #fff;
    border: 2px solid var(--bg);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 11;
    width: fit-content;
    max-width: 400px;
    display: none
}

.tit_contacto {
    background: var(--bg);
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    border-top-left-radius: 11px;
    padding-right: 3rem;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.a_tel:focus,
.a_tel:active,
.a_tel:hover,
.a_tel:link {
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.horario {
    color: #fff;
    font-weight: 700;
    font-size: 80%
}

.titulo_contacto {
    margin-left: 1rem
}

.contact-container-h {
    position: relative;
    bottom: -5rem;
    margin-top: -4rem
}

.contact-container {
    position: relative;
    bottom: -5rem
}

.f-link a {
    font-size: 1.7em;
    color: #131313;
    font-weight: 600
}

.f-link span {
    font-size: 1.1em;
    color: #131313;
    font-weight: 600
}

.f-link img {
    width: 1.7rem;
    height: auto
}

.custom-footer a {
    text-decoration: none
}

.custom-footer h6 {
    font-weight: 600
}

.f-margn {
    margin: 10% 0 3% 0
}

.f-logo img {
    width: calc(7vw + 2vh + 1vmin);
    height: auto
}

#backtotop {
    border-radius: 0;
    line-height: 48px;
    background-color: var(--grey-color);
    display: block;
    position: fixed;
    bottom: 90px;
    text-align: center;
    width: 50px;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
    color: #FFF;
    font-size: 11px;
    height: 60px;
    cursor: pointer;
    border: 2px solid #fff
}

#backtotop:hover {
    background-color: var(--grey-color);
    transition: .4s;
    color: #fff
}

#backtotop.active {
    opacity: 1
}

@keyframes flecha {
    from {
        top: -15px
    }
    to {
        top: 5px
    }
}

#backtotop>i {
    position: relative;
    top: 10px;
    animation-name: flecha;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.map-label {
    background: #000;
    padding: 4px 6px;
    border: 1px solid var(--pmk-color);
    border-radius: 5px;
    color: var(--pmk-color)
}

.map-label_paladina {
    background: var(--blue-color);
    padding: 4px 6px;
    border: 1px solid var(--menta-color);
    border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:1367px) {
    .titulos {
        font-size: 2rem
    }
}

@media only screen and (max-width:768px) {
    h2 {
        font-size: 30px
    }
    .icon-scroll {
        display: none
    }
    #banner-image,
    #banner-image-fidelizacion,
    #banner-image-logistica,
    #banner-image-producto,
    #banner-image-promociones,
    #tarjeta-regalo,
    #banner-image-sobrenosotros {
        background: none;
        background-size: auto
    }
    .underline-color::after {
        content: none
    }
    .div-mobile {
        width: calc(107vw + 8vh + 1vmin);
        left: -20%;
        height: 100%;
        position: relative;
        overflow-x: hidden
    }
    .div-mobile img {
        overflow-x: hidden
    }
    .banners-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 2rem
    }
    .banners-container h5 {
        margin: 2rem 0 1rem 0
    }
    .banners-container form div:first-child {
        flex-direction: column
    }
    .banners-container form div:first-child input {
        width: 100%
    }
    .titulos {
        font-size: 21pt;
        line-height: 1.1
    }
    .titulos_sec {
        font-size: 21pt
    }
    .btns {
        width: 100%
    }
    .images-box {
        display: block
    }
    .images-boxes {
        display: block
    }
    .wrap_fide_resumen {
        margin-top: -80px;
        margin-bottom: 30px
    }
    .Mob-box {
        display: block
    }
    .Mob-box>div {
        padding: 0 0
    }
    .Mob2 {
        margin-top: 2rem
    }
    #pmk-section {
        padding: 0
    }
    #pmk-section a {
        position: absolute;
        margin-top: 35%;
        width: fit-content;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }
    .neg-container {
        /* margin-top: -6rem !important */
    }
    .g-3-home {
        display: none;
        grid-template-columns: repeat(2, 1fr)
    }
    .ghome1 {
        grid-area: 1 / 1 / 2 / 2
    }
    .ghome2 {
        grid-area: 1 / 2 / 2 / 3
    }
    #transforma {
        background: none
    }
    .product-box {
        display: block
    }
    .home_logistica:after {
        margin-left: -4.5rem;
        width: 15rem
    }
    .g-3-about {
        display: block !important;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
        gap: 2rem
    }
    .gabout1 {
        display: block !important;
        margin-bottom: 15px;
    }
    .gabout2 {
        display: block !important;
        margin-bottom: 15px;
    }
    .gabout3 {
        display: block !important;
        margin-bottom: 15px;
    }
    .contacto_icon {
        display: none
    }
    .pad-contact {
        padding-right: 0
    }
    .margin-right-imgfid {
        right: 2rem
    }
    .f-logo img {
        width: calc(17vw + 2vh + 1vmin);
        height: auto;
        margin: 1rem 0
    }
    .margin-left-id {
        margin-left: 0
    }
}