﻿*{box-sizing:border-box}html,body{height:100%}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#1f1f1f;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.45;font-size:16px;padding-block:96px}:focus-visible{outline:3px solid rgba(198,40,40,.18);outline-offset:3px;border-radius:8px}.container{max-width:1100px;margin:0 auto;padding:1rem}@media(min-width: 1100px){.container{padding:1.5rem}}.header{background-color:#fff;position:fixed;top:0;left:0;width:100%;align-items:center;padding-inline:16px;z-index:4;border-bottom:2px solid #c62828}.header__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.header__brand{font-weight:800;font-size:1.125rem;color:#0f172a;text-decoration:none;display:flex;align-items:center;gap:.6rem}@media(min-width: 1100px){.header__brand{font-size:1.25rem}}.header__brand-name{color:#c62828;font-weight:700;font-size:1rem;line-height:1.2;white-space:nowrap}@media(min-width: 1100px){.header__brand-name{font-size:1.1rem}}.header__actions{visibility:hidden;display:flex;gap:.5rem;align-items:center}.nav{display:block;max-height:0;overflow:hidden;transition:max-height .28s ease,opacity .18s ease;opacity:0}@media(min-width: 768px){.nav{max-height:none;opacity:1;overflow:visible;position:static}}.nav--open{max-height:420px;opacity:1;position:absolute;left:0;right:0;top:100%;z-index:50;background:#fff;padding:.75rem;border-bottom:1px solid rgba(15,23,42,.03);box-shadow:0 8px 30px rgba(15,23,42,.06);border-radius:0 0 12px 12px;width:100%}.nav__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}@media(min-width: 768px){.nav__list{flex-direction:row;gap:1rem;align-items:center}}.nav__link{color:#c62828;text-decoration:none;display:block;padding:.6rem;border-radius:8px}@media(min-width: 768px){.nav__link{padding:.25rem .5rem}}.nav__link:hover{background:rgba(198,40,40,.06)}.mobile-nav{border-top:2px solid #c62828;background-color:#fff;position:fixed;bottom:0;left:0;width:100%;padding-block:12px 16px;z-index:4}@media(min-width: 768px){.mobile-nav{display:none}}.mobile-nav__list{margin-block:0;padding-inline:0;display:grid;text-align:center;grid-template-columns:repeat(2, 1fr)}.mobile-nav__list-icon{width:64px;height:32px;display:grid;place-items:center;margin-inline:auto;margin-block-end:4px;color:#c62828}.mobile-nav__list-label{font-size:.75rem;color:#c62828}.mobile-nav a{text-decoration:none}.mobile-nav li{list-style:none}.menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;border:0;background:rgba(0,0,0,0);cursor:pointer}@media(min-width: 768px){.menu-toggle{display:none}}.menu-toggle__icon{width:20px;height:2px;background:#0f172a;position:relative;display:block}.menu-toggle__icon::before,.menu-toggle__icon::after{content:"";position:absolute;left:0;right:0;height:2px;background:#0f172a}.menu-toggle__icon::before{top:-6px}.menu-toggle__icon::after{top:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .9rem;border-radius:10px;border:0;cursor:pointer;text-decoration:none;font-weight:600;transition:background .18s ease,border-color .18s ease;color:#fff;background:#c62828}.btn--primary{background:#c62828}.btn--primary:hover{background:#3a3a3a}.btn--outline{background:rgba(0,0,0,0);color:#0f172a;border:1px solid rgba(15,23,42,.06)}.btn--outline:hover{border-color:#c62828;color:#c62828}.btn--ghost{background:rgba(0,0,0,0);color:#0f172a;border:1px solid rgba(15,23,42,.04)}.btn--ghost:hover{border-color:rgba(15,23,42,.06)}.btn--submit{width:50%;height:50px;border-radius:0}.btn--submit:hover{background:hsl(0,66.3865546218%,36.6666666667%)}.hero{background-color:#3a3a3a}.hero__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center}@media(min-width: 768px){.hero__grid{grid-template-columns:1fr 520px;gap:2rem}}@media(min-width: 1100px){.hero__grid{grid-template-columns:1fr 560px}}.hero__superior-image{width:100%;height:auto;display:block}.hero__superior-image--desktop{display:none}@media(min-width: 768px){.hero__superior-image--desktop{display:block}}.hero__superior-image--mobile{display:block}@media(min-width: 768px){.hero__superior-image--mobile{display:none;margin-top:0}}.hero__inferior-image{width:100%;height:auto;display:block}.hero__inferior-image--desktop{display:none}@media(min-width: 768px){.hero__inferior-image--desktop{display:block}}.hero__inferior-image--mobile{display:block}@media(min-width: 768px){.hero__inferior-image--mobile{display:none}}.hero__central-image{margin-inline-start:2rem;background-repeat:no-repeat;background-position:center;background-size:contain;aspect-ratio:317/110}.hero__central-video{width:100%;max-width:100%;height:auto;display:block;object-fit:cover}.hero__central-video--desktop{display:none}@media(min-width: 768px){.hero__central-video--desktop{display:block}}.hero__central-video--mobile{display:block}@media(min-width: 768px){.hero__central-video--mobile{display:none}}.hero__title{margin:0 0 .75rem;font-size:1.5rem;line-height:1.05}@media(min-width: 768px){.hero__title{font-size:2rem}}.hero__lead{margin:0 0 1rem;color:#6b7280}.hero__ctas{display:flex;gap:.5rem;flex-wrap:wrap}.hero__trust-list{display:flex;gap:.75rem;margin-top:1rem;padding:0;list-style:none;color:#6b7280}.hero__media img{width:100%;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,.06);display:block}.section{padding:2rem 0}.section--alt{background:linear-gradient(180deg, #333 0, #1f1f1f 100%)}.section__title{margin:0 0 .25rem;font-size:1.25rem}.section__title--central{text-align:center;text-transform:uppercase}.section__title--alt{color:#fff}.section__subtitle{margin:0 0 1rem;color:#6b7280}.features{padding:80px 20px;background-color:#3a3a3a}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 30px}.feature-card{text-align:end;position:relative;background-color:#3c3c3c;color:#fff;padding:20px 25px 30px;border-radius:14px;box-shadow:0 8px 18px rgba(0,0,0,.15)}.feature-card h3{font-size:16px;margin-bottom:15px;line-height:1.3}.feature-card p{font-size:14px;line-height:1.6;color:#d6d6d6}.feature-card .icon{position:absolute;top:-25px;left:25px;width:80px;height:80px;background-color:#d4b115;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:#000;box-shadow:0 4px 10px rgba(0,0,0,.2)}.feature-card .icon .material-symbols-outlined{font-size:36px}.feature-card.highlight{background:linear-gradient(134deg, #d4b115 0%, #a28812 100%);color:#fff}.feature-card.highlight p{color:#fff}.feature-card.highlight .icon{background-color:#3c3c3c;color:#fff}@media(max-width: 992px){.features-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.features-grid{grid-template-columns:1fr}}.speedtest__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06)}@media(min-width: 768px){.speedtest__content{flex-direction:row;text-align:left;gap:2rem;padding:2.5rem 3rem}}.speedtest__image{margin:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg, #c62828 0%, #3A3A3A 100%);border-radius:16px;padding:1rem}.speedtest__image img{width:100%;height:auto;filter:brightness(0) invert(1)}@media(min-width: 768px){.speedtest__image{width:90px;height:90px}}.speedtest__info{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1}@media(min-width: 768px){.speedtest__info{align-items:flex-start}}.speedtest__title{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}@media(min-width: 768px){.speedtest__title{font-size:1.25rem}}.speedtest__description{margin:0;color:#6b7280;font-size:.9375rem;line-height:1.6;max-width:480px}.speedtest .btn{margin-top:.5rem}.brands{background-color:#3a3a3a;padding-block:3rem}.brands__carousel{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;margin-top:2rem}.brands__track-wrapper{overflow:hidden;flex:0 1 auto;border-radius:10px}.brands__track{display:flex;transition:transform .28s ease;will-change:transform}.brands__slide{flex:0 0 auto;min-width:120px;max-width:166px;display:flex;align-items:center;justify-content:center;padding:1rem;margin-right:1.5rem;background:#fff;border-radius:8px;border:1px solid rgba(15,23,42,.03);box-shadow:0 6px 18px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease}.brands__slide:last-child{margin-right:0}.brands__slide:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(11,103,240,.08)}.brands__slide img{max-width:100%;height:auto;filter:grayscale(100%);opacity:.7;transition:filter .18s ease,opacity .18s ease}.brands__slide:hover img{filter:grayscale(0%);opacity:1}.brands__arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:#1f1f1f;color:#3a3a3a;cursor:pointer;box-shadow:0 6px 18px rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.06);transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease;flex-shrink:0}.brands__arrow:hover{background-color:#c62828;color:#fff;transform:scale(1.05);box-shadow:0 12px 30px rgba(11,103,240,.08)}.brands__arrow:active{transform:scale(0.95)}.brands__arrow:disabled{opacity:.4;cursor:not-allowed}.brands__arrow:disabled:hover{background-color:#fff;color:#0f172a;transform:none;box-shadow:0 6px 18px rgba(15,23,42,.06)}.brands__arrow .material-symbols-outlined{font-size:1.5rem}@media(max-width: 768px){.brands__carousel{gap:.5rem}.brands__arrow{width:36px;height:36px}.brands__arrow .material-symbols-outlined{font-size:1.25rem}.brands__slide{min-width:100px;padding:.75rem}}.how__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.how__grid{grid-template-columns:repeat(3, 1fr)}}.step{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#fff;border-radius:10px;border:1px solid rgba(15,23,42,.03);box-shadow:0 6px 18px rgba(15,23,42,.06)}.step__number{background:#c62828;color:#fff;width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-weight:700;flex-shrink:0}.step__content{flex:1}.step__title{margin:0 0 .25rem}.step__description{margin:0;color:#6b7280}.pricing{background-color:#b32025;padding:100px 0 20px;position:relative;overflow:hidden}.pricing__title{position:absolute;top:30px;left:50%;transform:translateX(-50%);font-size:90px;color:hsla(0,0%,100%,.08);letter-spacing:6px;text-transform:uppercase;pointer-events:none;white-space:nowrap}.pricing__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;position:relative;z-index:1}.pricing__card{text-align:center;background-color:#2f2f2f;color:#fff;padding:35px 25px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.25);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.pricing__card--featured{background:linear-gradient(145deg, #3a3a3a, #6b6b6b)}.pricing__card:hover{transform:scale(1.05);box-shadow:0 15px 35px rgba(0,0,0,.35)}.pricing__card-title{font-size:18px;letter-spacing:1px}.pricing__card-speed{display:block;margin:10px 0;font-weight:bold}.pricing__card-subtitle{font-size:14px;color:#cfcfcf;margin-bottom:20px}.pricing__card-highlight{background-color:#c12a2f;padding:12px;border-radius:6px;font-size:13px;margin-bottom:20px}.pricing__card-section-title{text-align:left;font-size:14px;margin-bottom:10px}.pricing__card-list{text-align:left;list-style:none;padding:0;margin:0}.pricing__card-item{font-size:13px;margin-bottom:8px;padding-left:20px;position:relative}.pricing__card-item::before{content:"✔";position:absolute;left:0;color:#d43c41}.pricing__message{font-size:16px;font-style:italic;color:#1f1f1f;padding-block:2rem;text-align:center}.pricing__message-list-item{list-style:none}.pricing__badge{position:absolute;top:15px;left:-40px;transform:rotate(-45deg);background-color:#c12a2f;color:#1f1f1f;font-size:11px;padding:5px 50px;text-align:center}@media(max-width: 1100px){.pricing__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.pricing__title{font-size:48px}.pricing__grid{grid-template-columns:1fr}.pricing__card{margin-inline:2rem}}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.testimonials__grid{grid-template-columns:repeat(2, 1fr)}}.testimonial{background:#fff;border-radius:10px;border:1px solid rgba(15,23,42,.03);box-shadow:0 6px 18px rgba(15,23,42,.06);padding:1rem}.testimonial__quote{margin:0 0 .5rem;color:#6b7280;font-style:italic}.testimonial__author{font-style:normal;font-weight:600;color:#0f172a}.contact__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.contact__grid{grid-template-columns:1fr 2fr}}.contact__info{padding:0}.contact__map-card{background:#fff;border-radius:10px;border:1px solid rgba(15,23,42,.03);box-shadow:0 6px 18px rgba(15,23,42,.06);padding:1rem;height:100%;min-height:380px;display:flex;flex-direction:column}.contact__map{flex:1;width:100%;border:0;border-radius:8px}.contact__title{margin:0 0 .5rem}.contact__description{margin:0;color:#6b7280}.contact__list{list-style:none;padding:0;margin:1rem 0 0;color:#6b7280}.contact__list li{padding:.25rem 0}.contact-form{background:#fff;border-radius:10px;border:1px solid rgba(15,23,42,.03);box-shadow:0 6px 18px rgba(15,23,42,.06);background:#3a3a3a;padding:20px;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,.06);border:2px solid #1f1f1f}@media(min-width: 768px){.contact-form{padding:30px}}@media(min-width: 1100px){.contact-form{padding:50px}}.contact-section-text{margin:1rem 0;padding:0;font-size:1rem;line-height:1.5;min-height:1.5em;text-align:center}.contact-section-text.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:1rem;border-radius:8px;font-weight:500}.contact-section-text.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;padding:1rem;border-radius:8px;font-weight:500}.contact-section-text.loading{color:#2196f3;font-style:italic;background-color:#f8f9fa;padding:.5rem;border-radius:8px;font-weight:500}.input-wrapper{margin-bottom:1rem}@media(min-width: 576px){.input-wrapper{display:flex;gap:15px}}.input-wrapper:last-of-type{margin-bottom:1.5rem}.input-group{flex:1;margin-bottom:.5rem}@media(min-width: 576px){.input-group{margin-bottom:0}}.contact-input-field{width:100%;background-color:#1f1f1f;color:#fff;font-size:1rem;font-family:inherit;padding:15px;border:1px solid rgba(0,0,0,0);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-input-field::placeholder{color:hsla(0,0%,100%,.45)}.contact-input-field:focus{border-color:#c62828}.contact-input-field.error{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}textarea.contact-input-field{resize:vertical;min-height:80px;height:100px;max-height:200px;overscroll-behavior:contain}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block;min-height:1.2em}#submit-form-btn:disabled{opacity:.6;cursor:not-allowed}.location-wrapper{padding:1.5rem;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.06)}@media(min-width: 768px){.location-wrapper{padding:1rem}}.location-title{font-size:1.5rem;color:#0f172a;margin-bottom:.5rem}.location-address{color:#6b7280;margin-bottom:1rem;font-size:1rem}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.15)}.contact-map iframe{width:100%;height:300px;border:none;display:block}@media(min-width: 768px){.contact-map iframe{height:250px}}.map-link{display:inline-block;margin-top:.5rem;color:#c62828;font-size:.9rem;text-decoration:none;transition:color .18s ease}.map-link:hover{color:#3a3a3a;text-decoration:underline}.contact__cards{display:flex;flex-direction:column;justify-content:center;height:100%}.contact-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;list-style:none;padding:0;margin:0;height:100%;align-content:space-between}.contact-item{min-width:100%}.contact-card{background-color:#fff;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.06);display:flex;align-items:flex-start;gap:12px;transition:transform .18s ease,box-shadow .18s ease}@media(min-width: 768px){.contact-card{padding:20px;gap:15px}}.contact-card:hover{box-shadow:0 12px 30px rgba(11,103,240,.08)}.contact-card:hover .card-icon{background-color:#c62828;color:#fff}@media(min-width: 1100px){.contact-card{padding:30px;gap:20px}}.card-icon{background-color:#1f1f1f;color:#c62828;font-size:25px;padding:13px;border-radius:50%;transition:background-color .18s ease,color .18s ease;display:flex;align-items:center;justify-content:center}@media(min-width: 1100px){.card-icon{font-size:32px;padding:15px}}.card-icon .material-symbols-outlined{font-size:inherit}.card-content{flex:1;min-width:0}.card-title{margin:0 0 5px;font-size:1.1rem;font-weight:600;color:#0f172a}.contact-card-link{font-size:.95rem;color:#6b7280;text-decoration:none;transition:color .18s ease;overflow-wrap:break-word;word-break:break-word;display:block}.contact-card-link:hover{color:#c62828}.footer{padding-bottom:85px;background:#3a3a3a;color:hsla(0,0%,100%,.85)}@media(min-width: 768px){.footer{padding-bottom:0}}.footer__content{display:grid;grid-template-columns:1fr;gap:2rem;padding-block:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(min-width: 768px){.footer__content{grid-template-columns:repeat(3, 1fr);gap:3rem}}.footer__title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__list li{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:hsla(0,0%,100%,.7)}.footer__list li .material-symbols-outlined{font-size:1.25rem;color:#c62828}.footer__list li a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .2s ease}.footer__list li a:hover{color:#fff}.footer__social-links{display:flex;gap:1rem}.footer__social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.85);transition:all .2s ease}.footer__social-links a:hover{background:#c62828;color:#fff;transform:translateY(-2px)}.footer__social-links a svg{width:20px;height:20px}.footer__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__brand{font-weight:700;display:block}.footer__copyright{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:.25rem 0 0}.footer__right{display:flex;gap:1rem}.footer__link{color:hsla(0,0%,100%,.85);text-decoration:none}.footer__link:hover{color:#fff}.footer__bottom{background-color:rgba(0,0,0,0);padding-block:2rem;display:flex;justify-content:flex-end;border-top:1px solid hsla(0,0%,100%,.14)}.footer__social{background:#c62828;border-top:1px solid hsla(0,0%,100%,.14);border-bottom:1px solid hsla(0,0%,100%,.14);padding-block:1.25rem}.footer__social-row{display:flex;flex-direction:column;gap:.875rem}@media(min-width: 768px){.footer__social-row{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.footer__social-title{margin:0;font-size:1rem;font-weight:700;color:#fff}.footer__social-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}@media(min-width: 768px){.footer__social-list{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:1rem}}.footer__social-link{display:inline-flex;align-items:center;gap:.625rem;color:hsla(0,0%,100%,.95);text-decoration:none;font-weight:600;transition:color .2s ease,opacity .2s ease}.footer__social-link:hover{color:#fff;opacity:.85}.footer__social-icon{width:34px;height:34px;padding:7px;border-radius:50%;fill:currentColor;color:#fff;flex:0 0 auto;box-shadow:0 8px 18px rgba(0,0,0,.25);transition:transform .2s ease}.footer__social-link:hover .footer__social-icon{transform:translateY(-2px)}.footer__social-link--instagram .footer__social-icon{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)}.footer__social-link--facebook .footer__social-icon{background:#1877f2}.footer__social-link--linkedin .footer__social-icon{background:#0a66c2}.social-btn{position:fixed;right:16px;z-index:1000;display:flex;align-items:center;width:54px;max-width:100%;padding:4px;background-color:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.social-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.2)}.social-btn img{max-width:100%;display:block}.social-btn--whatsapp{bottom:144px}@media(min-width: 768px){.social-btn--whatsapp{bottom:96px}}.text-muted{color:#6b7280}.fade-up{animation:fadeUp .5s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}/*# sourceMappingURL=styles.css.map */
