﻿:root {
    --red: #E53308;
    --green: #008A45;
    --gray: #d4d4d4;
    --gray-100: #e4e4e4;
    --gray-200: #AFAFAF;
    --gray-300: #CFCFCF;
    --gray-400: #666666;
    --gray-500: #979797;
    --gray-600: # --dark: #1a1a1a;
    --light: #fafafa;
    --white: #fff;
    --black: #000;
}

footer {
    font-family: Novalight;
    background-color: white;
    color: var(--black);
}

footer .icono {
    background-repeat: no-repeat;
    background-size: contain;
}

footer p {
    margin-bottom: 0;
}

footer a:not(.btn):hover {
    text-decoration: underline !important;
}

footer .container {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

@media(max-width: 992px) {
    footer .container {
        max-width: 560px;
    }

    body:has(.FichaProducto) footer .container {
        padding-bottom: 120px;
    }
}

@media(min-width: 992px) {
    footer .container {
        max-width: 1290px;
    }
}

footer .beneficios .swiper-slide:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: calc(50% - 36px);
    right: 0;
    border-left: 1px solid var(--gray);
    height: 72px;
}

footer .beneficios .envio-gratis {
    background-image: url('/next/files/images/footer/iconos/ic-envio-gratis.svg');
}

footer .beneficios .tarjetas {
    background-image: url('/next/files/images/footer/iconos/ic-tarjetas.svg');
}

footer .beneficios .compra-segura {
    background-image: url('/next/files/images/footer/iconos/ic-compra-segura.svg');
}

footer .beneficios .retiro {
    background-image: url('/next/files/images/footer/iconos/ic-retiro.svg');
}

footer .beneficios .garantia {
    background-image: url('/next/files/images/footer/iconos/ic-garantia.svg');
}

footer .beneficios article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

footer .beneficios h5 {
    color: black;
}

footer .beneficios p {
    color: var(--gray-400);
    max-width: 210px;
    text-align: center;
}

@media(max-width: 992px) {
    footer .beneficios .swiper-wrapper {
        margin-left: -8px;
    }

    footer .beneficios .swiper-slide {
        width: 240px;
    }

    footer .beneficios article {
        padding: 16px 30px 22px;
    }

    footer .beneficios .icono {
        width: 52px;
        height: 52px;
    }

    footer .beneficios h5 {
        font-size: 18px;
        margin-block: 7px 4px;
        letter-spacing: -.2px;
    }

    footer .beneficios p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media(min-width: 992px) {
    footer .beneficios .swiper-wrapper {
        margin-left: -2px;
    }

    footer .beneficios .swiper-slide {
        width: 324.5px;
    }

    footer .beneficios article {
        padding-block: 22px 28px;
    }

    footer .beneficios .icono {
        width: 54px;
        height: 54px;
    }

    footer .beneficios h5 {
        font-size: 19px;
        margin-block: 6px 4px;
    }

    footer .beneficios p {
        font-size: 14px;
        line-height: 16px;
    }
}

footer .informativa {
    display: flex;
    justify-content: center;
}

footer .informativa > div {
    display: flex;
    justify-content: center;
}

footer .informativa .titulo {
    text-transform: uppercase;
    font-family: NovaBold;
}

@media(max-width: 992px) {
    footer .informativa {
        flex-direction: column;
        gap: 19px;
        padding: 21px 30px 24px 24px;
        border-block: 1px solid var(--gray-200);
    }

    footer .informativa .titulo {
        font-size: 13px;
        margin-bottom: 2px;
    }
}

@media(min-width: 992px) {
    footer .informativa {
        padding-block: 31.5px 25px;
        border-block: 1px solid var(--gray);
    }

    footer .informativa .titulo {
        font-size: 15px;
        margin-bottom: 2px;
    }
}


footer .atencion-cliente .icono.telefono {
    background-image: url('/next/files/images/footer/iconos/ic-telefono.svg');
}

footer .atencion-cliente a.telefono {
    color: var(--black) !important;
    text-decoration: none !important;
}

@media(max-width: 992px) {
    footer .atencion-cliente .icono.telefono {
        width: 47px;
        height: 47px;
        margin: 10px -2px 0 -12px;
    }

    footer .atencion-cliente .titulo {
        font-size: 13px;
        margin-bottom: -2px;
    }

    footer .atencion-cliente .telefono {
        font-size: 25px;
        line-height: 28px;
    }

    footer .atencion-cliente .horarios {
        font-size: 13px;
        padding-left: 2px;
    }
}

@media(min-width: 992px) {
    footer .atencion-cliente {
        width: 438px;
        margin-left: -8px;
    }

    footer .atencion-cliente .icono.telefono {
        width: 54px;
        height: 54px;
        margin: 8px 5px 0 0;
    }

    footer .atencion-cliente .titulo {
        margin-bottom: -2px;
    }

    footer .atencion-cliente .telefono {
        font-size: 27px;
        line-height: 1;
    }

    footer .atencion-cliente .horarios {
        font-size: 14px;
    }
}


footer .newsletter .mail {
    background-image: url('/next/files/images/footer/iconos/ic-mail.svg');
}

footer .newsletter form {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid var(--gray);
    border-radius: 8px;
}

footer .newsletter form input {
    width: 100%;
    font-size: 15px;
    background: none;
    margin-left: 10px;
    border: none;
    color: var(--gray-500);
}

footer .newsletter form input:active,
footer .newsletter form input:focus-visible {
    border: none;
    outline: none;
}

footer .newsletter form button {
    background-color: var(--green);
    height: 38px;
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    margin-inline: 4px 2px;
}

footer .newsletter form.hide {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: none;
}

footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000;
}

footer .newsletter .mensaje {
    max-width: 0;
    max-height: 0;
    font-family: NovaBold;
    opacity: 0;
    position: relative;
    transition: transform .3s;
    z-index: -1;
}

footer .newsletter .mensaje.success {
    color: var(--green);
    transform: translateX(120px);
}

footer .newsletter .mensaje.show {
    opacity: 1;
    z-index: 1;
    max-height: 38px;
    transform: translateX(0);
}

footer .newsletter .mensaje.error {
    color: var(--red);
    max-width: 240px;
    position: absolute;
}

.newsletter:has(form.success) .mail {
    animation: rotataFade 0.3s ease;
}

@keyframes rotataFade {
    0% {
        opacity: 0;
        transform: translate(-15px, 40px) rotate(-30deg);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg);
    }
}

@media(max-width: 992px) {
    footer .newsletter {
        border-block: 1px solid var(--gray);
        padding-block: 18px;
        margin-left: 7px;
    }

    footer .newsletter .mail {
        width: 53px;
        height: 53px;
        margin: 18px 5px 0 0;
    }

    footer .newsletter form {
        min-width: 246px;
        max-width: 276px;
    }

    footer .newsletter form button {
        font-size: 15px;
        min-width: 103px;
    }
    
    footer .newsletter .mensaje {
        font-size: 15px;
        line-height: 16px;
    }

    footer .newsletter .mensaje.success.show {
        max-width: 210px;
        padding: 7px 0 0 15px;
    }

    footer .newsletter .mensaje.error {
        padding: 4px 12px 0;
    }
}

@media(min-width: 992px) {
    .newsletter {
        width: 431px;
        padding-right: 19px;
        border-inline: 1px solid var(--gray);
    }

    .newsletter .mail {
        width: 54px;
        height: 54px;
        margin: 8px 16px;
    }

    .newsletter form {
        width: 284px;
    }

    .newsletter form button {
        font-size: 16px;
        min-width: 112px;
    }

    footer .mensaje {
        padding-right: 90px;
        font-size: 16px;
        line-height: 17px;
    }

    footer .mensaje.show {
        max-width: 284px;
    }

    footer .newsletter .mensaje.error {
        padding: 8px 12px 0;
    }
}


footer .app .descargar-app {
    background-image: url('/next/files/images/footer/iconos/ic-descargar-app.svg');
}

footer .app .badges {
    display: flex;
}

footer .app .badges .google-play {
    background-image: url('/next/files/images/footer/iconos/ic-google-play.webp');
}

footer .app .badges .app-store {
    background-image: url('/next/files/images/footer/iconos/ic-app-store.webp');
}

footer .app .badge span strong {
    font-family: NovaBold;
    font-size: 16px;
}

@media(max-width: 992px) {
    
    footer .app .descargar-app {
        width: 46.5px;
        height: 46.5px;
        margin: 15px -3px 0 -8px;
    }

    footer .app .titulo {
        margin-block: 2px 4px;
    }

    footer .app .badges {
        gap: 6px;
    }

    footer .app .badges .icono {
        width: 101px;
        height: 34px;
    }
}

@media(min-width: 992px) {
    footer .app {
        flex-grow: 1;
        padding-right: 16px;
    }

    footer .app .descargar-app {
        width: 55px;
        height: 70px;
        margin: 7px 4px 0 0;
    }

    footer .app .badges {
        gap: 6px;
    }

    footer .app .badges .icono {
        width: 122px;
        height: 43px;
    }
}


footer nav {
    background: var(--bg-white);
    border-top: 1px solid var(--border);
}

footer nav h3 {
    font-family: NovaBold;
}

footer nav ul {
    list-style: none;
    padding: 0;
}



footer nav ul li {
    font-size: 15px;
    line-height: 35px;
}

footer nav ul a {
    font-size: 15px;
    text-decoration: none;
    color: black !important;
}

footer nav ul a:hover {
    color: var(--brand-red);
}

footer nav .btn {
    color: var(--green) !important;
    font-size: 12px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    border: 1px solid var(--green);
    border-radius: 6px;
    max-width: 225px;
    transition: all .5s;
}

footer nav .btn:hover {
    border-radius: 8px;
    border: 1px solid var(--green);
    background-color: #E6F7EE;
}

@media(max-width: 992px) {
    footer nav {
        display: flex;
        flex-direction: column;
        gap: 8.5px;
        padding: 26px 20px 14px 11px;
    }

    footer nav h3 {
        font-size: 17px;
        margin: 0;
        padding-bottom: 8px;
    }

    footer nav div[itemscope] {
        max-height: 24px;
        max-width: 90%;
        padding-left: 10px;
        overflow: hidden;
        position: relative;
        transition: all .5s;
    }

    footer nav div[itemscope].active {
        max-height: 300px;
        padding-bottom: 14px;
    }

    footer nav div[itemscope]:nth-child(4).active {
        padding-bottom: 9px;
    }

    footer nav div[itemscope]::after {
        content: "";
        position: absolute;
        transform: rotate(45deg);
        left: 188px;
        top: 2px;
        width: 8.5px;
        height: 8.5px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transition: all .5s;
    }

    footer nav div[itemscope].active::after {
        top: 8px;
        transform: rotate(225deg);
        border-bottom: 1px solid var(--red);
        border-right: 1px solid var(--red);
    }

    footer nav .btn {
        padding: 6px 10.5px;
    }

    footer nav ul {
        margin-block: -3px 14px;
    }
}

@media(min-width: 992px) {
    footer nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 32px;
        padding: 29px 24px 0 10px;
    }

    footer nav h3 {
        font-size: 16px;
        margin-bottom: 9px;
    }

    footer nav .btn {
        padding: 5px 16px;
    }

    footer nav ul {
        margin-bottom: 9px;
    }
}

footer nav .social .tagline { 
    display: flex;
    align-items: center;
}

footer nav .social .tagline p {
    font-size: 16px;
    line-height: 1;
    font-family: NovaBold;
}

footer nav .social .tagline .mano-ok {
    background-image: url('/next/files/images/footer/iconos/ic-mano-ok.svg');
    min-width: 28px;
    height: 28px;
}

footer nav .social .icons {
    display: flex;
    border-block: 1px solid var(--gray);
}

footer nav .social .icons a {
    display: block;
}

footer nav .social .instagram {
    background-image: url('/next/files/images/footer/iconos/ic-ig.svg');
}

footer nav .social .youtube {
    background-image: url('/next/files/images/footer/iconos/ic-yt.svg');
}

footer nav .social .facebook {
    background-image: url('/next/files/images/footer/iconos/ic-fb.svg');
}

footer nav .social .tiktok {
    background-image: url('/next/files/images/footer/iconos/ic-tik.svg');
}

footer nav .social .linkedin {
    background-image: url('/next/files/images/footer/iconos/ic-in.svg');
}

@media(max-width: 992px) {
    footer nav .social {
        margin-top: 20px;
    }

    footer nav .social .tagline .mano-ok{
        margin-top: -2px;
    }

    footer nav .social .tagline {
        gap: 6px;
        margin: 0 -4px;
    }

    footer nav .social .icons {
        justify-content: space-around;
        padding: 12px 14px 10px;
        margin-top: 11px;
    }

    footer nav .social .icons a {
        width: 28px;
        height: 28px;
    }

    footer nav .social .icons .instagram {
        margin-left: 2px;
    }

    footer nav .social .icons .youtube {
        width: 30px;
        height: 30px;
        margin-inline: 2px;
    }

    footer nav .social .icons .tiktok {
        width: 26.5px;
        height: 26.5px;
    }  

    footer nav .social .logo {
        display: none;
    }
}

@media(min-width: 992px) {
    footer .social {
        margin-right: 12px;
    }

    footer nav .social .tagline {
        gap: 6px;
        margin: 0 -2px 4px;
    }

    footer nav .social .icons {
        justify-content: center;
        gap: 9px;
        padding-block: 17px 18px;
        margin-block: 12px 19px;
    }

    footer nav .social .icons a {
        width: 28px;
        height: 28px;
        margin-inline: 1px;
    }

    footer nav .social .icons .youtube {
        width: 30px;
        height: 30px;
        margin-inline: 2px;
    }

    footer nav .social .icons .tiktok {
        width: 27px;
        height: 27px;
    }  

    footer nav .social .logo a {
        display: block;
        background-image: url('/next/files/images/footer/iconos/megatone.svg');
        width: 176px;
        height: 36px;
        margin: 0 auto;
    }
}


footer .mas-buscado h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: NovaBold;
}

footer .mas-buscado p,
footer .mas-buscado a {
    font-size: 13px;
    color: black !important;
    font-family: 'NovaLight';
    text-transform: none;
}

@media(max-width: 992px) {
    footer .mas-buscado {
        padding: 16px 13px 0 8px;
        position: relative;
        border-bottom: 1px solid var(--gray);
    }

    footer .mas-buscado h5 {
        margin-bottom: 7px;
    }

    footer .mas-buscado p {
        max-height: 38px;
        overflow: hidden;
        line-height: 19.15px;
        transition: all .4s;
    }

    footer .mas-buscado:has(.active) p {
        max-height: 240px;
    }

    footer .mas-buscado .ver-mas {
        padding-block: 16px;
    }

    footer .mas-buscado .ver-mas::after {
        content: "";
        position: absolute;
        transform: rotate(45deg);
        right: 20px;
        bottom: 20px;
        width: 8.5px;
        height: 8.5px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transition: all .4s;
    }

     footer .mas-buscado .ver-mas.active::after {
        transform: rotate(-135deg);
        right: 20px;
        bottom: 12px;
        border-bottom: 1px solid var(--red);
        border-right: 1px solid var(--red);
    }
}

@media(min-width: 992px) {
    footer .mas-buscado {
        margin: -9px 0 0 10px;
    }

    footer .mas-buscado p {
        line-height: 19px;
    }

    footer .mas-buscado .ver-mas{
        display: none;
    }
}

footer .partners {
    display: flex;
}

footer .partners .swiper-wrapper {
    align-items: center;
}

footer .partners .swiper-slide {
    text-align: center;
}

@media(max-width: 992px) {
    footer .partners {
        padding-top: 8px;
    }

    footer .partners .swiper-wrapper {
        margin-left: -18px;
    }

    footer .partners .swiper-slide {
        width: 163.6px;
    }

    footer .partners img {
        max-height: 48px;
    }

    footer .partners .bza img {
        max-height: 33px;
    }

    footer .partners .megatone img {
        filter: grayscale(100%);
        max-width: 120px;
    }

    footer .partners .megacash img {
        max-height: 56px;
    }
}

@media(min-width: 992px) {
    footer .partners {
        padding-block: 9px 13px;
        border-bottom: 1px solid var(--gray-300);
    }

    footer .partners .swiper-wrapper {
        margin-left: -8px;
    }

    footer .partners .swiper-slide {
        width: 215px;
    }

    footer .partners img {
        max-height: 50px;
    }

    footer .partners .bza img {
        max-height: 33px;
    }

    footer .partners .megatone img {
        filter: grayscale(100%);
        max-width: 120px;
    }

    footer .partners .megacash img {
        max-height: 56px;
    }
}


footer .legal {
    display: flex;
    align-items: center;
}

footer .legal p a {
    color: black;
    cursor: pointer !important;
}

footer .legal .badges {
    display: flex;
    align-items: center;
}

footer .legal .badges .bcra img {
    border-radius: 6px;
}

footer .legal .badges .afip {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray);
    background-color: var(--light);
    padding: 1px;
}

@media(max-width: 992px) {
    footer .legal {
        flex-direction: column;
        padding: 4px 8px 20px;
        gap: 28px;
    }

    footer .legal p {
        font-size: 12px;
        line-height: 17px;
        padding-right: 20px;
        max-width: 430px;
    }

    footer .legal p a {
        display: block;
    }

    footer .legal .badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 20px;
        max-width: 360px;
    }

    footer .legal .badges .bcra img {
        width: 98px;
        height: 36px;
        border-radius: 4px;
    }

    footer .legal .badges #ekw138 {
        width: 106px;
        height: 34px;
        margin-right: 12px;
    }

    footer .legal .badges #widget-container img {
        width: 34px;
    }

    footer .legal .badges .stars-white {
        height: 18px !important;
        width: 63px !important;
        margin: 8px 0 !important;
    }

    footer .legal .badges .stars-yellow {
        background-size: 80px 16px !important;
    }

    footer .legal .badges .cace img {
        width: 77px;
        height: 26px;
    }

    footer .legal .badges .certisur img {
        width: 53px;
    }

    footer .legal .badges .nps img {
        width: 53px;
    }

    footer .legal .badges .aaip img {
       width: 45px;
       height: 34px;
    }

    footer .legal .badges .afip span {
        font-size: 8px;
        line-height: 0.8;
        text-align: center;
        max-width: 9ch;
    }

    footer .legal .badges .afip img {
        height: 32px;
    }
}

@media(min-width: 992px) {
    footer .legal {
        padding-block: 15px 32px;
        gap: 37px;
    }

    footer .legal p {
        font-size: 13px;
        min-width: 424px;
        max-width: 424px;
    }

    footer .legal .badges {
        gap: 28px;
    }
    
    footer .legal .badges .bcra img {
        width: 143px;
        height: 54px;
        border-radius: 6px;
    }

    footer .legal .badges #widget-container #ekw138 {
        width: 140px;
        height: 44px;
    }

    footer .legal .badges #widget-container img {
        width: 44px;
    }

    footer .legal .badges #widget-container .stars-white {
        height: 20px !important;
        width: 88px !important;
        margin: 8px 0 !important;
    }

    footer .legal .badges .stars-yellow {
        background-size: 110px 20px !important;
    }

    footer .legal .badges .cace img {
        width: 100px;
    }

    footer .legal .badges .certisur img {
        width: 68px;
    }

    footer .legal .badges .aaip img {
        width: 58px;
    }

    footer .legal .badges .afip span {
        font-size: 10px;
        line-height: 0.8;
        text-align: center;
        max-width: 9ch;
    }
}

#IconoWP {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #50b154;
    box-shadow: 0 0 10px grey;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    bottom: 22px;
    left: 22px;
    z-index: 99;
}

.icoWhatsApp {
    background: url('/next/files/images/footer/iconos/ic-whatsapp.png') no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    margin: -2px 0 0 2px;
}