.m-interactable{text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);background:transparent;border:0;padding:0;cursor:pointer;font-family:Roboto}.m-interactable[disabled]:not(.--loading){opacity:.3}.m-interactable.--loading{display:flex;align-items:center;justify-content:center;gap:1rem}.m-interactable.--loading:before{content:" ";display:inline-block;width:1.6rem;height:1.6rem;border:2px solid var(--colors-background-white);border-radius:50%;border-top-color:transparent;animation:spin .7s linear infinite}.m-interactable.--breadcrumb{font-size:1.4rem;line-height:2.6rem;color:var(--colors-text-light)}.m-interactable.--breadcrumb:hover:not(.--disabled){text-decoration:underline}.m-interactable.--disabled{cursor:default}.m-interactable.--dull{color:var(--colors-text-dark)}.m-interactable.--solid,.m-interactable.--outline{padding:.8rem 1.6rem;border-radius:.6rem}.m-interactable.--solid,.m-interactable:hover.--outline{color:var(--colors-background-white);background:var(--colors-primary-primary-2)}.m-interactable.--solid:hover{background-color:var(--colors-primary-primary-1)}.m-interactable.--outline{--iout-main-color: var(--colors-primary-primary-2);color:var(--iout-main-color);border:1px solid var(--iout-main-color)}.m-interactable.--outline.--white{--iout-main-color: var(--colors-background-white)}.m-interactable.--outline.--white:hover{background:transparent}.m-interactable.--pebble{padding:0 1.5rem;border-radius:.6rem;color:var(--colors-text-medium);border:1px solid var(--colors-neutral-tertiary);box-shadow:0 1px 2px #6e7c9180}.m-interactable.--pebble:not(a){color:var(--colors-text-disabled);box-shadow:0 5px 10px #0000000d;cursor:not-allowed}.m-interactable.--grey-dark{color:var(--colors-text-dark)}.m-interactable.--grey-dark:hover{color:var(--colors-primary-primary-1)}.m-interactable.--grey-medium{color:var(--colors-text-medium)}.m-interactable.--grey-medium:hover{color:var(--colors-primary-primary-2)}.m-interactable.--grey-large{color:var(--colors-text-medium);font-size:1.6rem;line-height:2.4rem}.m-interactable.--grey-large:hover{color:var(--colors-primary-primary-1)}.m-interactable.--primary,.m-interactable.--blue-line{color:var(--colors-primary-primary-2)}.m-interactable.--primary:hover,.m-interactable.--blue-line:hover{color:var(--colors-primary-primary-1)}.m-interactable.--blue-line{text-decoration:underline;font-weight:500}.m-interactable.--buy{background-color:var(--colors-functionalColors-error-enabled)}.m-interactable.--buy[disabled]{background-color:var(--colors-functionalColors-error-disabled)}.m-interactable.--buy:hover{background-color:var(--colors-functionalColors-error-dark)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:local("Roboto"),url(/assets/Roboto-Light-Latin-BizgZZ3y.woff2) format("woff2"),url(/assets/Roboto-Light-CdpWJUPc.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),url(/assets/Roboto-Regular-Latin-DXyFPIdK.woff2) format("woff2"),url(/assets/Roboto-Regular-BUNS1grN.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto"),url(/assets/Roboto-Medium-Latin-C6iW8rdg.woff2) format("woff2"),url(/assets/Roboto-Medium-DxqzaAEu.woff2) format("woff2")}:root{--colors-background-primary: #f4f7f9;--colors-background-secondary: #f0f3f5;--colors-background-tertiary: #f3f5f7;--colors-background-alt: #f7f9fb;--colors-background-white: #ffffff;--colors-background-neutral: #fbfbfb;--colors-background-contrast: #000000;--colors-neutral-primary: #dddddd;--colors-neutral-secondary: #dee2e6;--colors-neutral-tertiary: #f0f3f5;--colors-text-dark: #39424f;--colors-text-medium: #6e7c91;--colors-text-light: #8a9eb5;--colors-text-white: #ffffff;--colors-text-orange: #fe8719;--colors-text-disabled: #c7cdd4;--colors-border-50: #f0f0f0;--colors-border-100: #dddddd;--colors-border-150: #d6d6d6;--colors-primary-primary-1: #00498a;--colors-primary-primary-2: #0099ff;--colors-primary-primary-2a: #0099ff32;--colors-primary-primary-1-light: #c8e9ff;--colors-primary-primary-3: #00498a;--colors-primary-bright: #00d0e0;--colors-vivo-primary: #c099d3;--colors-vivo-secondary: #57257d;--colors-vivo-tertiary: #8800cc;--colors-secondary-secondary-1: #df005a;--colors-secondary-secondary-2: #57257d;--colors-secondary-secondary-1-light: #ff82a8;--colors-secondary-secondary-2-light: #d89eff;--colors-secondary-secondary-1-dark: #be3466;--colors-secondary-secondary-2-dark: #2c1047;--colors-accent-primary: #002447;--colors-accent-secondary: #00d0e0;--colors-accent-primary-light: #80c9ff;--colors-accent-secondary-light: #b1fffb;--colors-accent-primary-dark: #021728;--colors-accent-secondary-dark: #00828e;--colors-functionalColors-danger: #df005a;--colors-functionalColors-orange: #ff9900;--colors-functionalColors-success-light: #efffef;--colors-functionalColors-success-medium: #99cc33;--colors-functionalColors-success-base: #03b304;--colors-functionalColors-success-dark: #017002;--colors-functionalColors-error-light: #ffeaf0;--colors-functionalColors-error-disabled: #ff82a8;--colors-functionalColors-error-enabled: #df005a;--colors-functionalColors-error-dark: #be3466;--colors-functionalColors-error-medium: #972a1d;--colors-functionalColors-error-base: #cc0000;--colors-gradient-primary: linear-gradient(287.38deg, #00498a 0%, #0062b8 100%);--colors-gradient-secondary: linear-gradient(287.38deg, #0099ff 0%, #1abefa 100%);--colors-gradient-tertiary: linear-gradient(107.53deg, #00498a 0%, #0099ff 50.78%, #00d0e0 100%);--colors-gradient-pinkBlue: linear-gradient(153.18deg, #00498a 51.67%, #d89eff 103.2%);--colors-gradient-pinkBlueMobile: linear-gradient(181.68deg, #00498a 47.12%, #d89eff 119.35%);--colors-gradient-solidBlueWhite: linear-gradient(0, white 17rem, #00498a 0);--colors-gradient-solidBlueWhite2: linear-gradient( 180deg, #00498a 31.4rem, white 31.41rem, white 100% );--colors-background-backdrop: rgba(0, 0, 0, .6);--colors-blackAlpha-600: #00000050;--breakpoints-base: 0em;--breakpoints-sm: 768px;--breakpoints-md: 1024px;--breakpoints-lg: 1340px;--breakpoints-xl: 1550px;--breakpoints-2xl: 1920px;--breakpoints-lessMd: 1023px;--breakpoints-2md: 1210px;--shadows-xs: 0 0 0 1px rgba(0, 0, 0, .05);--shadows-sm: 5px 0px 10px rgba(0, 0, 0, .15);--shadows-base: 0px 5px 10px rgba(0, 0, 0, .05);--shadows-md: 0px 1px 2px 0px #6e7c9180;--shadows-lg: 0px 5px 10px rgba(0, 0, 0, .15);--shadows-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadows-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadows-base-alt: 0px -5px 6px rgba(0, 0, 0, .05);--gradients-pinkBlue: linear-gradient(153.18deg, #00498a 51.67%, #d89eff 103.2%);--gradients-pinkBlueMobile: linear-gradient(181.68deg, #00498a 47.12%, #d89eff 119.35%);font-size:10px;font-family:Roboto,sans-serif}*:not(svg,img){box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}body{margin:0;background-color:var(--colors-background-primary)}main>section{max-width:100vw;overflow-x:hidden}.layout-section{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.layout-section>*{justify-self:stretch;grid-column:1/2;max-width:min(100%,100vw)}@media (min-width: 1340px){.layout-section{grid-template-columns:1fr var(--breakpoints-lg) 1fr}.layout-section>*{grid-column:2/3;max-width:var(--breakpoints-lg)}.layout-section>div{width:100%}}.h-stack{--hstack-gap: 0;--hstack-wrap: no-wrap;display:flex;align-items:center;justify-content:flex-start;gap:var(--hstack-gap);flex-wrap:var(--hstack-wrap)}.h-stack.--v-top{align-items:flex-start}.--block-mobile-only{display:block}@media (min-width: 768px){.--block-mobile-only{display:none}}.--block-desktop768-only{display:none}@media (min-width: 768px){.--block-desktop768-only{display:block}}.--block-desktop-only{display:none}@media (min-width: 1340px){.--block-desktop-only{display:block}}.--flex-mobile-only{display:block}@media (min-width: 1340px){.--flex-mobile-only{display:none}}.m-divider{border:0;border-bottom-width:1px;border-bottom-color:var(--colors-text-light);border-bottom-style:solid;margin:0;opacity:.6;position:relative;z-index:0}.center{--hstack-gap: 0;display:flex;align-items:center;justify-content:center;gap:var(--gap)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.--list-unstyled{list-style-type:none;padding-left:0;margin-top:0}.spaced{display:flex;align-items:center;justify-content:space-between}.--text-medium{color:var(--colors-text-medium)}.--text-dark{color:var(--colors-text-dark)}.--text-light{color:var(--colors-text-light)}.swiper-control.--next{transform:rotate(180deg)}.swiper-pagination{width:fit-content!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;height:2.4rem!important;transform:unset!important;inset:unset!important}.swiper-pagination-bullet{display:block!important;position:relative;width:1.8rem!important;height:.4rem!important;border-radius:1.2rem!important;margin:0 .4rem!important;background:#8f929a!important}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#39424f!important}.m-breadcrumb{height:68px}.m-breadcrumb>ul{width:100%;justify-self:stretch;padding:1.6rem 3.2rem;margin-bottom:0}.m-swiper-controls.--hidden{display:none!important}.--bold{font-weight:500}.--regular{font-weight:400}.--light{font-weight:300}.s-visually-hidden{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.typography-text-1{font-size:1.8rem;line-height:2.7rem}@media (min-width: 768px){.typography-text-1{font-size:2rem;line-height:2.8rem}}.typography-text-3{font-size:1.4rem;line-height:2rem}@media (min-width: 768px){.typography-text-3{font-size:1.6rem;line-height:2.4rem}}.typography-text-4{font-size:1.2rem;line-height:1.6rem}.typography-caption-medium{font-weight:500}.typography-caption-regular{font-weight:400}.typography-text-2{font-size:1.6rem;line-height:2.4rem}@media (min-width: 768px){.typography-text-2{font-size:1.8rem}}.typography-subtitle-2{font-size:1.4rem;line-height:2rem}@media (min-width: 768px){.typography-subtitle-2{font-size:1.6rem;line-height:2.4rem}}.typography-subtitle-1{font-size:1.6rem;line-height:2.4rem}.typography-title-1{font-size:3.2rem;line-height:4rem}@media (min-width: 768px){.typography-title-1{font-size:4.8rem;line-height:5.6rem}}.typography-title-2{font-size:2.8rem;line-height:3.2rem}@media (min-width: 768px){.typography-title-2{font-size:4rem;line-height:4.8rem}}.typography-title-3{font-size:2.4rem;line-height:3.2rem}@media (min-width: 768px){.typography-title-3{font-size:3.2rem;line-height:4rem}}.typography-title-4{font-size:2.2rem;line-height:2.4rem}.typography-title-5{font-size:2rem;line-height:2.8rem}@media (min-width: 768px){.typography-title-5{font-size:2rem;line-height:2.8rem}}.typography-title-6{font-size:1.2rem;line-height:1.6rem}@media (min-width: 768px){.typography-title-6{font-size:1.4rem;line-height:2rem}}.--uppercase{text-transform:uppercase}.m-fixed.--whatsapp{--bg: var(--colors-primary-primary-2);--bg-hover: var(--colors-primary-primary-1);position:fixed;right:1rem;bottom:9rem;z-index:6;border-radius:50%;background-color:var(--bg);width:60px;height:60px;opacity:1;transform:translate(0) scale(1)}.m-fixed.--whatsapp[data-whatsapp-link]{animation:fadeInUp .3s ease-out;animation-iteration-count:1}.m-fixed.--whatsapp:hover{background-color:var(--bg-hover)}@keyframes fadeInUp{0%{opacity:0;transform:translate(200%) scale(.1)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes pop-in{0%{transform:scale(.6);opacity:0}85%{transform:scale(1.03);opacity:.9}to{transform:scale(1);opacity:1}}#tarifas-de-recarga{box-shadow:0 5px 10px #00000026;grid-template-columns:1fr;grid-template-rows:150px 1fr;border-radius:.8rem;border-color:var(--colors-background-white);border-width:.1rem;width:min(100%,335px);padding:0;overflow:hidden;animation:pop-in .2s ease 1;animation-play-state:paused}#tarifas-de-recarga h2{color:var(--colors-background-white);font-size:2rem;line-height:2.8rem;text-align:center;padding:4.7rem 0 0 2rem;max-width:130px}#tarifas-de-recarga[open]{display:grid;animation-play-state:running}#tarifas-de-recarga header{background:var(--colors-gradient-secondary);width:100%;height:150px;overflow:hidden;position:relative}#tarifas-de-recarga header img{object-fit:cover;width:394px;height:208px;transform:translate(5%,-30%)}#tarifas-de-recarga header .m-interactable{top:.4rem;right:.4rem;position:absolute;color:var(--colors-background-white);width:2.4rem;height:2.4rem;border-radius:.5rem}#tarifas-de-recarga header .m-interactable:hover{background:#0000000f!important}#tarifas-de-recarga>div{padding:1.6rem}#tarifas-de-recarga p{margin:0 0 3rem}#tarifas-de-recarga table{width:100%;border-collapse:collapse}#tarifas-de-recarga tbody tr{border-top:1px solid rgb(214,214,214)}#tarifas-de-recarga tr td:first-child,#tarifas-de-recarga tr th:first-child{min-width:80%;padding:1rem 1.5rem 1rem 0}#tarifas-de-recarga tr td:last-child,#tarifas-de-recarga tr th:last-child{padding:1rem 0 1rem 1.5rem;text-align:center}#tarifas-de-recarga::backdrop{background-color:var(--colors-blackAlpha-600)}@media (min-width: 768px){#tarifas-de-recarga{width:335px}}@media (min-width: 1024px){#tarifas-de-recarga{width:650px;grid-template-columns:220px 1fr;grid-template-rows:1fr}#tarifas-de-recarga header{width:220px;height:100%;position:static}#tarifas-de-recarga header img{width:493px;height:262px;transform:translate(-40%,10%)}#tarifas-de-recarga header .m-interactable{color:var(--colors-primary-primary-1)}#tarifas-de-recarga h2{max-width:unset;padding:4.7rem 0 4rem}#tarifas-de-recarga>div{padding:4.8rem 3.2rem}}main{margin-top:80px}.m-header{position:fixed;z-index:2000;top:0;left:0;right:0;background:var(--colors-background-white);box-shadow:var(--shadows-base);height:80px;max-width:100vw}.m-header__container{box-sizing:border-box;height:80px}.m-header__button-list{padding:1.6rem 3.2rem;gap:1.2rem;background:var(--colors-background-white);margin:0;width:100%;justify-content:flex-start;box-sizing:border-box}.m-header__button-list .m-interactable{display:block;min-width:15.4rem;text-align:center;box-sizing:border-box;font-size:1.4rem;line-height:2rem}@media (min-width: 1340px){.m-header__button-list{padding:0;background:transparent;margin:1rem 0;width:fit-content;justify-content:center}.m-header__button-list .m-interactable{min-width:14rem;height:3.8rem;font-size:1.6rem;line-height:2.4rem}}.m-header__logo img{width:113px;height:auto}@media (min-width: 768px){.m-header__logo img{width:152px;height:auto}}.m-header__container{width:100%;justify-content:space-between;padding:3.2rem;box-sizing:border-box}@media (min-width: 768px){.m-header__container{padding:0 2rem}}@media (min-width: 1023px){.m-header__container{padding:0 3rem}}.m-header__menu-toggler{display:flex;color:var(--colors-primary-primary-2);padding:.8rem;border:0;background:transparent}.m-header__menu-toggler svg{width:3.2rem;height:3.2rem}@media (min-width: 1340px){.m-header__menu-toggler{display:none}}.m-header__menu-navigation{display:none;z-index:20;flex-direction:column;position:fixed;top:80px;left:0;right:0;width:100vw;height:calc(100dvh - 80px);background:var(--colors-background-backdrop);align-items:flex-start;justify-content:flex-start;overflow:hidden;animation:fade-in .5s ease 1;animation-play-state:paused}.m-header__menu-navigation[data-visible=true] .m-header__menu-navigation-container{animation-play-state:running}.m-header__menu-navigation-container{width:100%;animation:slide-in .5s ease 1;animation-play-state:paused}.m-header__menu-navigation[data-visible=true]{display:flex;animation-play-state:running}.m-header__menu-navigation[data-visible=false]{display:none}@media (min-width: 1340px){.m-header__menu-navigation{flex-direction:row;position:unset;top:unset;left:unset;right:unset;width:fit-content;height:100%;background:transparent;overflow:visible;animation:unset;opacity:1}.m-header__menu-navigation-container{width:fit-content;display:flex;align-items:center;justify-content:center;height:100%;transform:none;opacity:1;animation:unset}.m-header__menu-navigation[data-visible=true],.m-header__menu-navigation[data-visible=false]{display:flex;animation-play-state:running}}.m-header__menu-items{margin:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;background:var(--colors-background-white);width:100%;padding:0;gap:0}@media (min-width: 1340px){.m-header__menu-items{flex-direction:row;align-items:stretch;justify-content:center;height:100%;width:fit-content;padding:0 2.6rem;gap:2rem}}.m-header__menu-item>.m-interactable,.m-header__menu-item>.accordion-menu-item>.m-interactable{padding:1.5rem 3.2rem;width:100%;box-sizing:border-box;border-bottom:1px solid #ccc;white-space:nowrap;word-break:keep-all}@media (min-width: 1340px){.m-header__menu-item>.m-interactable,.m-header__menu-item>.accordion-menu-item>.m-interactable{padding:0;width:fit-content;border-bottom:unset}}.m-header__menu-item>.accordion-menu-item>.m-interactable{justify-content:space-between}@media (min-width: 1340px){.m-header__menu-item>.accordion-menu-item>.m-interactable{justify-content:center}}.m-header__menu-item:not([class*=mobile-only],[class*=desktop-only]){display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (min-width: 1340px){.m-header__menu-item:not([class*=mobile-only],[class*=desktop-only]){flex-direction:row;justify-content:center;align-items:center}}.accordion-menu-item{width:100%}@media (min-width: 1340px){.accordion-menu-item{width:unset}.accordion-menu-item button{height:100%}}.accordion-menu-item__button{gap:.2rem}.accordion-menu-item__button .accordion-menu-item__arrow{transform:rotate(0);transition:all .3s ease;width:2.2rem;height:2.2rem}@media (min-width: 1340px){.accordion-menu-item__button .accordion-menu-item__arrow{width:2.4rem;height:2.4rem}}.accordion-menu-item__button[aria-expanded=true] .accordion-menu-item__arrow{transform:rotate(180deg)}.accordion-menu-item__content{display:none;opacity:0;transition:opacity .5s ease;animation-name:fade-in;animation-iteration-count:1;animation-timing-function:ease;animation-play-state:unset;animation-duration:.3s;border:0;border-bottom:1px solid var(--colors-neutral-primary);width:100%;box-sizing:border-box}.accordion-menu-item__content[data-visible=false]{display:none;opacity:0;animation-play-state:unset}.accordion-menu-item__content[data-visible=true]{display:grid;opacity:1;animation-play-state:running}.accordion-menu-item__content-title{display:none;color:var(--colors-text-dark);font-size:2rem;line-height:2.8rem;font-weight:300;margin:1.5rem 0}.accordion-menu-item__content-container{padding:.5rem 3.2rem 1.5rem;box-sizing:border-box;width:100%}@media (min-width: 1340px){.accordion-menu-item__content{position:absolute;top:80px;left:0;right:0;background:var(--colors-background-white);width:100vw;border:1px solid var(--colors-neutral-primary);padding:5px 0}.accordion-menu-item__content-title{display:block}.accordion-menu-item__content-container{padding:1rem 1rem 2rem}}@media (min-width: 1340px) and (min-width: 768px){.accordion-menu-item__content-container{padding:1rem 1rem 2rem}}@media (min-width: 1340px) and (min-width: 1023px){.accordion-menu-item__content-container{padding:1rem 2rem 2rem}}@media (min-width: 1340px){.accordion-menu-item{height:100%}}.accordion-sections{display:flex;align-items:flex-start;justify-content:flex-start;margin-top:2rem;column-gap:8rem}.accordion-section.--top-links{display:none}@media (min-width: 768px){.accordion-section.--top-links{display:block}}.accordion-section__letters{display:grid;grid-template-columns:repeat(7,36px);gap:.9rem}.accordion-section__letters>li>*{min-height:3rem;height:3rem}.accordion-section__see-all-letters{grid-column:6/8}.accordion-section__see-all-letters a{white-space:nowrap}.accordion-section__title{font-size:1.2rem;line-height:1.6rem;font-weight:400;text-transform:uppercase;margin:0 0 1.5rem;color:var(--colors-text-medium)}.accordion-section__title.--dark{font-weight:500;color:var(--colors-text-dark);margin:0 .75rem .5rem}@media (min-width: 768px){.accordion-section__title{font-size:1.4rem;line-height:2rem}}.accordion-section .accordion-links{display:grid;grid-template-columns:repeat(2,minmax(0px,1fr));column-gap:11rem}.accordion-section .accordion-links li:first-of-type a,.accordion-section .accordion-links li:nth-of-type(2) a{margin-top:.375rem}.accordion-section .accordion-links a{display:block;padding:0 .75rem .375rem;font-size:1.4rem;line-height:2rem}.accordion-section .accordion-links a.--primary{padding:0 0 0 .75rem}@media (min-width: 768px){.accordion-section .accordion-links a{font-size:1.6rem;line-height:2.4rem}}@media (min-width: 1023px){.accordion-section .accordion-links{grid-template-columns:repeat(2,minmax(0px,1fr))}}.m-header__menu-toggler>.m-header__close-icon{display:none}[data-visible=true]+.m-header__menu-toggler .m-header__open-icon{display:none}[data-visible=true]+.m-header__menu-toggler .m-header__close-icon{display:block}[data-visible=false]+.m-header__menu-toggler .m-header__open-icon{display:block}[data-visible=false]+.m-header__menu-toggler .m-header__close-icon{display:none}@keyframes slide-in{0%{opacity:0;transform:translateY(-70%)}to{opacity:1;transform:translateY(0)}}.m-footer{background:var(--colors-background-primary)}.m-footer__help-alert{color:var(--colors-background-white);background:var(--colors-vivo-secondary);padding:4rem 1rem;gap:1rem}.m-footer__help-alert-icon{width:2.8rem;height:2.8rem}@media (min-width: 768px){.m-footer__help-alert{padding:2rem 1rem}}.m-footer__logos>div{padding:2rem 3.2rem;margin:1.6rem 0 0;width:100%;box-sizing:border-box}@media (min-width: 768px){.m-footer__logos>div{padding:0 3.2rem;margin:4rem 0 3.4rem}}.m-footer__logo-vivo{margin-right:4.6rem}.m-footer__logo-vss{width:112.7px;height:24px}@media (min-width: 768px){.m-footer__logo-vivo{margin-right:19.4rem}.m-footer__logo-vss{width:152px;height:32px}}.m-footer__copyright-section{color:var(--colors-text-dark);background:var(--colors-background-white)}.m-footer__copyright-section>div{padding:2rem 3.2rem;box-sizing:border-box}.m-footer-expandable-section{display:grid;background:var(--colors-background-secondary)}.m-footer-expandable-section button{padding:1.8rem 2.5rem 1.8rem 3.2rem;color:var(--colors-text-dark)}.m-footer-expandable-section button span{display:block}.m-footer-expandable-section button>svg{transition:.3s ease;transform:rotate(0)}.m-footer-expandable-section button[aria-expanded=true]>svg{transform:rotate(180deg)}@media (min-width: 768px){.m-footer-expandable-section button{position:relative;padding:0 2.5rem}.m-footer-expandable-section button[aria-expanded=true]>svg{transform:translate(-50%) rotate(180deg)}.m-footer-expandable-section button>svg{position:absolute;top:0;left:50%;margin-top:-1.8rem;transform:translate(-50%) rotate(0);width:1.8rem;height:1.8rem;padding:1rem;color:var(--colors-background-white);background:#06c;overflow:hidden;border-radius:50%;box-shadow:var(--shadows-base)}.m-footer-expandable-section button span{display:none}}.m-footer-expandable-section h4{color:var(--colors-text-dark);padding:.5rem 0}.m-footer-expandable-section__groups{transition:.3s ease-in-out;padding:.5rem 2.2rem 1.25rem 3.2rem;transform-origin:top center;display:none;overflow:hidden;box-sizing:border-box;margin-top:1.6rem}.m-footer-expandable-section__groups ul{animation:slide-in .3s ease-in-out;animation-play-state:paused}.m-footer-expandable-section__groups[data-visible=false]{display:none}.m-footer-expandable-section__groups[data-visible=false] ul{animation-play-state:paused}.m-footer-expandable-section__groups[data-visible=true]{display:block}.m-footer-expandable-section__groups[data-visible=true] ul{animation-play-state:running}@media (min-width: 768px){.m-footer-expandable-section__groups{padding:.5rem 3.2rem 1.25rem}}.m-footer-expandable-section__group{padding-bottom:.5rem}.m-footer-expandable-section__subgroup{display:block}.m-footer-expandable-section__subgroup li{justify-content:flex-start;height:2.6rem}@media (min-width: 768px){.m-footer-expandable-section__subgroup{display:flex;gap:0;align-items:center;justify-content:flex-start;flex-wrap:wrap}.m-footer-expandable-section__subgroup li{margin-right:1.2rem;justify-content:center}.m-footer-expandable-section__subgroup li:not(:last-child):after{display:block;content:" ";width:1px;height:1.6rem;background:var(--colors-text-medium);display:inline-block;margin-left:1.2rem}}.m-footer-contact-section{padding:0 3.2rem;display:flex;flex-direction:column;column-gap:3.6rem;box-sizing:border-box;justify-self:stretch;width:100%}.m-footer-contact-section p{margin:0}.m-footer-contact-section__quick-links{min-width:200px}.m-footer-contact-section__quick-links li{height:2.6rem;margin-bottom:.5rem}.m-footer-contact-section__quick-links li a{white-space:nowrap;word-break:keep-all}.m-footer-contact-section__contact-info{display:flex;flex-direction:column;column-gap:5rem;row-gap:1.6rem}.m-footer-contact-section__contact-info h3,.m-footer-contact-section__contact-info a.h-stack{margin-bottom:1.2rem}.m-footer-contact-section__contact-info .--uppercase{margin-bottom:1.6rem}.m-footer-contact-section__customer-area>div.h-stack{display:flex;flex-direction:column;margin-bottom:2rem}@media (min-width: 768px){.m-footer-contact-section__customer-area>div.h-stack{display:grid;grid-template-columns:repeat(2,min(275px,50%));grid-template-rows:1fr 1fr;margin-bottom:0}.m-footer-contact-section__customer-area>div.h-stack>p.details{grid-column:2/3}}@media (min-width: 1024px){.m-footer-contact-section{flex-direction:row;row-gap:1.6rem}.m-footer-contact-section__contact-info{flex-direction:row}.m-footer-contact-section__quick-links{min-width:270px}}[data-business-hours]{position:relative;--badge-color: var(--colors-secondary-secondary-1)}[data-business-hours]:after{content:" ";display:block;width:.8rem;height:.8rem;background:var(--badge-color);border-radius:50%;position:absolute;right:0;top:0;transform:translate(50%,-50%)}[data-business-hours=on]{--badge-color: var(--colors-functionalColors-success-medium)}.m-icon-group__grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto;box-sizing:border-box;gap:2rem;padding:5.4rem 3.2rem;width:100%}@media (min-width: 768px){.m-icon-group__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media (min-width: 1024px){.m-icon-group__grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}}@media (min-width: 1150px){.m-icon-group__grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}}.m-icon-group__grid>*{align-self:flex-start}.m-icon-group__item h2{margin-bottom:1.2rem}[data-reclame-aqui-token][data-script-loaded=false]{width:80px;height:30px;background:var(--colors-text-light);animation:skeleton-loading 2s linear infinite;animation-play-state:running;border-radius:.5rem;position:relative}@keyframes skeleton-loading{0%{background-color:var(--colors-text-light)}50%{background-color:transparent}to{background-color:var(--colors-text-light)}}
