﻿:root {
  --color-primary: #fff;
  --color-secondary: #00679a;
  --color-nav: #0388b3;
  --color-background: #f6f6f6;
  --color-transparent: transparent;
  --color-icon: #b5b6b7;
  --color-titles: #222;
  --color-submenu: #383838;
  --color-subtitle: #888;
  --color-text: #555;
  --color-border-reviews: #e5e6e7;
  --color-company: #a5a6a7;
}
.icon-svg-inline {
  display: inline-block;
  fill: currentColor;
  flex: none;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
html {
  font-size: 62.5%;
}
body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: Sans-Serif, Monospace, Helvetica, Arial;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
  width: 100%;
}
h1,
h2,
h3 {
  color: var(--color-titles);
}
.list-index {
  display: block;
  list-style-type: disc;
  padding-left: 20px;
}
.layout {
  height: 100%;
  min-width: 1200px;
  width: 100%;
}
.layout__menu {
  padding: 3.5rem 3rem;
  width: 100%;
}
.menu__navbar {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navbar__logo {
  width: 400px;
}
.navbar__link-logo {
  display: inline-block;
  width: auto;
}

.navbar__logo-light {
  display: block;
  height: 100%;
  width: 100%;
}
.nav__list {
  background-color: var(--color-secondary);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nav__item {
  margin: 0 2.4rem;
  position: relative;
}
.nav__title {
  color: var(--color-primary);
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.nav__title:before {
  background-color: var(--color-primary);
  bottom: 1.2rem;
  content: "";
  height: 0.2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  width: 0;
}
.nav__title:hover:before {
  opacity: 1;
  width: 100%;
}
.layout__banner {
  background-color: var(--color-secondary);
  border-radius: 60px;
  height: auto;
  margin: 0 3rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.banner__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
  position: relative;
  width: auto;
  z-index: 3;
}
.banner__title {
  font-size: 5rem;
  line-height: 8rem;
  margin: 0 auto 1.5rem;
}
.banner__title,
.banner__title--tfn {
  color: var(--color-primary);
  display: inline-block;
  text-align: center;
}
.banner__title--tfn {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 2rem auto 4rem;
}
.banner__phone {
  color: var(--color-primary);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.banner__phone:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.banner__title--pago {
  color: var(--color-primary);
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1.5rem auto;
  text-align: center;
}
.shapes__item--Shape1 {
  animation-duration: 2s;
  animation-name: showRight;
  right: 17px;
  text-align: right;
  top: 242px;
  width: 20rem;
}
.shapes__img {
  height: 100%;
  object-fit: contain;
  width: 150px;
}
.service-shapes__img,
.shapes__img12 {
  height: 100%;
  max-width: 800px;
  width: 100%;
}
.shapes__item--Shape-s1 {
  right: 41px;
  top: 121px;
}
.shapes__item--Shape-m1,
.shapes__item--Shape-s1 {
  animation-duration: 2s;
  animation-name: showRight;
  text-align: right;
}
.shapes__item--Shape-m1 {
  right: 23px;
  top: 104px;
}
.shapes__item--Shape2 {
  animation-duration: 2s;
  animation-name: showLeft;
  bottom: 14px;
  left: 36px;
}
.shapes__item--Shape-s2 {
  animation-duration: 2s;
  animation-name: showLeft;
  bottom: 13px;
  left: 53px;
}
.shapes__item--Shape-m2 {
  background: var(--color-primary);
  left: 140px;
  top: 27px;
}
.shapes__item--Shape-mz {
  left: 61px;
}
.shapes__item--Shape-m3 {
  bottom: -6px;
  left: 67px;
  width: 23rem;
}
.shapes__item {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  will-change: transform, opacity;
  z-index: 2;
}
@keyframes showRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.intro-text {
  color: var(--color-text);
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 3rem auto;
  max-width: 102rem;
  padding: 1rem;
}
.intro__text-1 {
  display: flex;
  flex-direction: column;
  margin-left: 8rem;
  position: relative;
  width: 62%;
}
.intro-text p {
  margin-bottom: 2rem;
}
.intro__title {
  margin-bottom: 1rem;
}
.layout__services {
  margin: 14rem 10rem 3rem;
  position: relative;
  z-index: 1;
}
.services__grid {
  margin: 0 auto;
  max-width: var(--mx-width);
}
.services__header {
  margin-bottom: 2rem;
  text-align: left;
}
.municipalities__subtitle,
.services__subtitle {
  color: var(--color-secondary);
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.services__list {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 7rem;
}
.services__service {
  background: linear-gradient(
    180deg,
    var(--color-bg-services),
    hsla(0, 0%, 100%, 0)
  );
  background-color: var(--color-secondary);
  border-image-source: linear-gradient(
    180deg,
    var(--color-bg-services),
    hsla(0, 0%, 100%, 0)
  );
  border-radius: 3rem;
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-bottom: 4rem;
  padding: 5rem 4rem;
  transition: all 0.5s ease-in-out;
  width: 33%;
}
.services__service:hover {
  background-color: var(--color-nav);
  box-shadow: 0 18px 24px -5px rgba(0, 0, 0, 0.4);
  color: var(--color-primary);
  transform: translateY(-1rem);
}
.service__container-img {
  display: flex;
  flex-grow: 1;
  gap: 16%;
  margin-right: 2.5rem;
  max-width: 8.5rem;
}
.service__icon {
  color: var(--color-primary);
  font-size: 5rem;
}
.service__content {
  flex: 1;
}
.service__title {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.service__title,
.services__service--line {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.services__service--line {
  display: flex;
  flex-direction: column;
}
.services__service:hover .services__service--line .service__title:before {
  background-color: var(--color-primary);
  bottom: -0.3rem;
  content: "";
  height: 0.2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}
.services__service:hover .services__service--line:hover .service__title:before {
  opacity: 1;
  width: 100%;
}
.service__description {
  margin-bottom: 4rem;
  overflow: hidden;
}
.service__description,
.service__more {
  color: var(--color-primary);
  font-size: 1.7rem;
}
.service__more {
  display: inline-block;
  font-weight: 500;
  padding-left: 5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.service__more:before {
  background-color: var(--color-primary);
  content: "";
  height: 0.15rem;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 3.4rem;
}
.service__more:hover:before {
  background-color: var(--color-company);
}
.service-shapes__item {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.service-shapes--shape2 {
  left: 48%;
  top: 92%;
  width: 42rem;
}
.service-shapes--shape3 {
  left: 63%;
  top: -39%;
  width: 50rem;
}
.service-shapes--shape-s3 {
  left: 112%;
  top: 19%;
  width: 24rem;
}
.municipalities__section {
  background-color: var(--color-b);
  padding: 2rem 10rem;
  position: relative;
  z-index: 1;
}
.municipalities__container {
  margin: 0 auto;
  max-width: var(--mx-width);
}
.municipalities__header {
  margin-bottom: 4rem;
}

.municipalities__map--img {
  height: 100%;
  margin-top: 35px;
  width: 100%;
}
.municipalities__map {
  display: flex;
  margin-top: 8rem;
  width: 45rem;
}
.municipalities__list {
  display: flex;
  gap: 5rem;
  margin-left: 13rem;
  margin-top: 3rem;
}
.municipalities__column {
  flex: 1 1 30%;
  min-width: 20rem;
}
.municipalities__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.municipalities__items li {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.brand-zone-links {
  background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
  border: 0.1rem solid #dce8ef;
  border-radius: 0.8rem;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 103, 154, 0.08);
  margin: 4rem 0 0;
  overflow: hidden;
  padding: 3rem;
  text-align: left;
}
.brand-zone-links__intro {
  margin: 0 auto 2.6rem;
  max-width: 88rem;
  text-align: center;
}
.brand-zone-links__eyebrow {
  color: var(--color-secondary);
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
.brand-zone-links__title {
  color: var(--color-titles);
  font-size: 3rem;
  line-height: 1.25;
  margin: 0 0 1rem;
}
.brand-zone-links__text {
  color: var(--color-text);
  font-size: 1.7rem;
  line-height: 1.7;
  margin: 0;
}
.brand-zone-links__groups {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: 1fr;
}
.brand-zone-links__group {
  min-width: 0;
}
.brand-zone-links__city {
  align-items: center;
  color: var(--color-secondary);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 1rem;
  line-height: 1.3;
  margin: 0 0 1.4rem;
}
.brand-zone-links__city::after {
  background: #c9dfe9;
  content: "";
  flex: 1;
  height: 0.1rem;
}
.brand-zone-links__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.brand-zone-links__chips a {
  background-color: var(--color-primary);
  border: 0.1rem solid #d4e1e8;
  border-radius: 999px;
  color: var(--color-submenu);
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 100%;
  padding: 1rem 1.4rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}
.brand-zone-links__chips a:hover,
.brand-zone-links__chips a:focus-visible {
  border-color: var(--color-secondary);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 103, 154, 0.13);
  color: var(--color-secondary);
  outline: none;
  transform: translateY(-0.1rem);
}
.brand-zone-links__chips a.brand-zone-links__more-chip {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-primary);
}
.brand-zone-links__chips a.brand-zone-links__more-chip:hover,
.brand-zone-links__chips a.brand-zone-links__more-chip:focus-visible {
  background-color: var(--color-nav);
  border-color: var(--color-nav);
  color: var(--color-primary);
  outline: none;
}
@media (max-width: 900px) {
  .brand-zone-links {
    padding: 2.4rem;
  }
}
@media (max-width: 520px) {
  .brand-zone-links {
    margin-top: 3rem;
    padding: 2rem 1.4rem;
  }

  .brand-zone-links__title {
    font-size: 2.35rem;
  }

  .brand-zone-links__text {
    font-size: 1.55rem;
  }

  .brand-zone-links__chips {
    gap: 0.8rem;
  }

  .brand-zone-links__chips a {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding: 1rem 0;
  text-align: center;
}
.footer__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--mx-width);
}

.footer__container::before {
  color: var(--color-primary);
  content: "Horario de atenci\00f3 n: lunes a viernes | 8:00 h - 20:00 h";
  display: block;
  flex-basis: 100%;
  font-size: 1.45rem;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  text-align: center;
}
.footer__link {
  color: var(--color-primary);
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.footer__link:hover {
  color: var(--color-company);
  text-decoration: underline;
}
.footer__back-to-top-button {
  background-color: var(--color-primary);
  border-radius: 4px;
  color: var(--color-secondary);
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.footer__back-to-top-button:hover {
  background-color: var(--color-nav);
  color: var(--color-primary);
}
.footer__info {
  color: var(--color-primary);
  font-size: 1.4rem;
  margin: 0;
}

#cookieConsent {
  visibility: hidden;
}

#acceptAllCookies {
  background-color: #207a34;
}
#acceptAllCookies,
#rejectAllCookies {
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  padding: 1rem;
}
#rejectAllCookies {
  background-color: #972f2f;
}
#configureCookies {
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: var(--color-secondary);
  cursor: pointer;
  font-size: 2rem;
  padding: 1rem;
}
.cookie-banner {
  background-color: #0000D6;
  border: 1px solid #0000D6;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  left: 50%;
  max-width: 500px;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1001;
}
.button-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cookie-settings-modal {
  background-color: #fff;
  border: 1px solid #0b83f3;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 500px;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1001;
}
.cookie-settings-modal h2 {
  margin-top: 0;
}
.cookie-settings-modal label {
  display: block;
  margin-bottom: 10px;
}
.cookie-settings-modal button {
  background-color: #0b83f3;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.cookie-settings-modal button:hover {
  opacity: 0.9;
}
.services__description {
  font-size: 1.8rem;
  line-height: 2;
  width: 94%;
}
.marcas__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.marcas__item {
  padding-bottom: 2rem;
}
.marcas__img {
  height: 100%;
  max-width: 800px;
  width: 100%;
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.contacto__container {
  display: flex;
  flex-direction: row;
}
.contacto__info {
  border-radius: 30px;
  flex-basis: 33%;
  margin-top: 5rem;
  padding: 0 1.5rem;
}
.contacto__data {
  background-color: var(--color-background);
  border: 0.1rem solid var(--color-border-reviews);
  margin-bottom: 1.5rem;
  padding: 2rem 1rem;
  text-align: center;
  width: 100%;
}
.contacto__icon {
  color: var(--color-secondary);
  font-size: 3.3rem;
}
.contacto__subtitle {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.contacto__address-text {
  color: var(--color-text-body);
  font-size: 1.45rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}
.contacto__form-box {
  flex-basis: 66%;
  padding: 0 1.5rem;
}
.contacto__qr {
  height: 180px;
  margin: 0 auto;
  width: 180px;
}
.contacto__map {
  margin-bottom: 3.5rem;
  min-height: 15rem;
  overflow: hidden;
  width: 100%;
}
.contacto__iframe {
  border-radius: 30px;
  display: block;
  height: 67rem;
  margin-top: 5rem;
  max-width: 100%;
  width: 99%;
}
.trabaja-con-nosotros {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
  width: 80%;
}
.trabaja-con-nosotros__title {
  margin-bottom: 1.2rem;
}
.trabaja-con-nosotros__text {
  line-height: 2;
}
.contacto__container1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.service__main {
  display: flex;
  flex-direction: column;
  margin: 4rem;
  position: relative;
  width: 60%;
}
.service__subheading {
  font-size: 2rem;
  margin-top: 2rem;
}
.service__cta-heading {
  margin-top: 2rem;
}
.service-shapes--shape-r1 {
  right: -335px;
  top: 365px;
}
.service-shapes--shape-r2 {
  right: -385px;
  top: 59px;
  width: 25rem;
}
.mobile-menu-state {
  display: none;
}
.menu-toggle {
  display: none;
}
.menu-icon {
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  left: 805px;
  position: absolute;
  top: 142px;
  width: 50px;
  z-index: 1001;
}
.menu-icon span {
  background-color: var(--color-submenu);
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: -2px;
  transition: all 0.3s ease-in-out;
}
.menu {
  background-color: var(--color-secondary);
  height: 100%;
  left: -250px;
  overflow-y: auto;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: left 0.3s ease;
  width: 250px;
  z-index: 1000;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  margin: 15px 0;
  padding-left: 20px;
  text-align: left;
}
.menu ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
}
.mobile-menu-state--open:checked ~ .menu-icon--close span:first-child,
.mobile-menu-state--brands:checked ~ .menu-icon--close span:first-child,
.menu-toggle:checked ~ .menu-icon span:first-child {
  transform: translateY(9px) rotate(45deg);
}
.mobile-menu-state--open:checked ~ .menu-icon--close span:nth-child(2),
.mobile-menu-state--brands:checked ~ .menu-icon--close span:nth-child(2),
.menu-toggle:checked ~ .menu-icon span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-state--open:checked ~ .menu-icon--close span:nth-child(3),
.mobile-menu-state--brands:checked ~ .menu-icon--close span:nth-child(3),
.menu-toggle:checked ~ .menu-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.mobile-menu-state--open:checked ~ .menu,
.mobile-menu-state--brands:checked ~ .menu,
.menu-toggle:checked ~ .menu {
  left: 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.mobile-menu-state--open:checked ~ .overlay,
.mobile-menu-state--brands:checked ~ .overlay,
.menu-toggle:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1033px) {
  .navbar__nav {
    display: none;
  }

  .mobile-menu-state--closed:checked ~ .menu-icon--open,
  .mobile-menu-state--open:checked ~ .menu-icon--close,
  .mobile-menu-state--brands:checked ~ .menu-icon--close,
  .menu-toggle + .menu-icon {
    display: flex;
  }
}
@media (min-width: 1034px) {
  .menu {
    display: none;
  }
}

sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    top: -0.8em;
}

.services-links {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.services-links li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  line-height: 1.5;
}

.services-links li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.services-links a,
.list-index a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.services-links a:hover,
.list-index a:hover {
  color: var(--color-nav);
}



.hours-chip {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 1.7rem;
  gap: 0.8rem;
  line-height: 1.4;
  margin: 0 auto 1rem;
  padding: 1rem 1.6rem;
  text-align: center;
}

.hours-chip__icon {
  font-size: 1.5rem;
  opacity: 0.9;
}

.hours-chip strong {
  font-weight: 700;
}

.contacto__data--hours {
  background: linear-gradient(180deg, #fbfdff 0%, #f2f8fc 100%);
  border-color: #d6e5f0;
  box-shadow: 0 10px 24px rgba(3, 136, 179, 0.08);
}

.contacto__hours-kicker {
  color: var(--color-secondary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.contacto__hours-title {
  color: var(--color-titles);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}

.contacto__hours-copy {
  font-size: 1.55rem;
  line-height: 1.7;
  margin: 0;
}

.contacto__hours-copy strong {
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .hours-chip {
    font-size: 1.45rem;
    margin-bottom: 1.6rem;
    padding: 0.9rem 1.3rem;
  }

  .contacto__hours-title {
    font-size: 1.8rem;
  }

  .contacto__hours-copy {
    font-size: 1.45rem;
  }

}

.seo-inline-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.seo-inline-link:hover {
  text-decoration: underline;
}



.layout__menu {
  position: relative;
  z-index: 1000;
}

.nav__item--mega {
  position: static;
}

.nav-mega {
  left: 50%;
  opacity: 0;
  padding-top: 1.4rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 6.4rem);
  transform: translateX(-50%);
  transition: opacity 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
  width: min(118rem, calc(100vw - 3.2rem));
  z-index: 1001;
}

.nav__item--mega:hover .nav-mega,
.nav__item--mega:focus-within .nav-mega {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.nav-mega__inner {
  background: var(--color-primary);
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
  border-radius: 1.8rem;
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 1.8rem;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.25fr) minmax(0, 1.25fr) auto;
  padding: 2.2rem;
}

.nav-mega__eyebrow {
  color: var(--color-secondary);
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.nav-mega__title {
  color: var(--color-titles);
  display: block;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
}

.nav-mega__text {
  color: var(--color-text);
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 0;
}

.nav-mega__city {
  color: var(--color-titles);
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.nav-mega__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mega__links a {
  align-items: center;
  background: #f3f6f8;
  border-radius: 999px;
  color: var(--color-titles);
  display: inline-flex;
  font-size: 1.18rem;
  line-height: 1.2;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav-mega__links a:hover,
.nav-mega__links a:focus {
  background: #e7f3f8;
  color: var(--color-secondary);
}

.nav-mega__cta {
  align-items: flex-start;
  display: flex;
}

.nav-mega__more {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 999px;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: center;
  padding: 1rem 1.4rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav-mega__more:hover,
.nav-mega__more:focus {
  background: var(--color-nav);
}

@media (max-width: 1033px) {
  .nav-mega {
    display: none;
  }
}

.mobile-brands__open {
  align-items: center;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 10px;
}

.mobile-brands__open::after {
  content: ">";
  font-weight: 700;
}

.mobile-brands-menu {
  background-color: var(--color-secondary);
  height: 100%;
  left: -250px;
  max-width: 100vw;
  overflow-y: auto;
  padding: 60px 20px 2rem;
  position: fixed;
  top: 0;
  transition: left 0.3s ease;
  width: 250px;
  z-index: 1002;
}

.mobile-menu-state--brands:checked ~ .mobile-brands-menu {
  left: 250px;
}

.mobile-brands-menu__back {
  color: var(--color-primary);
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.mobile-brands-menu__back::before {
  content: "< ";
}

.mobile-brands-menu__all {
  background: var(--color-primary);
  border-radius: 1rem;
  color: var(--color-secondary);
  display: block;
  font-weight: 700;
  margin: 0.8rem 0 1.2rem;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
}

.mobile-brands-menu__intro {
  color: var(--color-primary);
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 1.2rem;
  opacity: 0.9;
}

.mobile-brands-menu__label {
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 0 0.6rem;
}

.mobile-brands-menu__links {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.mobile-brands-menu__links a {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1rem;
  color: var(--color-submenu);
  display: block;
  font-size: 1.45rem;
  line-height: 1.25;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

@media (max-width: 520px) {
  .mobile-menu-state--brands:checked ~ .mobile-brands-menu {
    left: 0;
  }
}

@media (min-width: 1034px) {
  .mobile-brands-menu {
    display: none;
  }
}

.satservi-rating-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 0.1rem solid rgba(0, 103, 154, 0.16);
  border-left: 0.4rem solid rgba(0, 103, 154, 0.45);
  border-radius: 0.8rem;
  box-shadow: 0 0.8rem 1.8rem rgba(0, 103, 154, 0.06);
  color: var(--color-text);
  display: flex;
  font-size: 1.45rem;
  gap: 0.7rem;
  line-height: 1.45;
  margin: 1.4rem 0 1.8rem;
  padding: 0.9rem 1.2rem;
}

.banner__content > .satservi-rating-strip,
.al-home-hero .satservi-rating-strip,
.al-page-hero .satservi-rating-strip {
  justify-content: center;
  margin: 1.1rem auto 0;
  max-width: 64rem;
}

.banner__content > .satservi-rating-strip {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  border-left-color: #f8b400;
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.14);
  color: #173344;
}

.al-home-hero .satservi-rating-strip,
.al-page-hero .satservi-rating-strip {
  background: rgba(255, 255, 255, 0.94);
  border-color: #b9dbe8;
  border-left-color: #f8b400;
  color: #172733;
  margin-left: 0;
  margin-right: 0;
}

.satservi-rating-strip__stars {
  color: #f8b400;
  flex: 0 0 auto;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.satservi-rating-strip__text {
  display: inline-block;
}

@media (max-width: 600px) {
  .satservi-rating-strip {
    align-items: flex-start;
    font-size: 1.35rem;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
  }

  .satservi-rating-strip__stars {
    font-size: 1.35rem;
    line-height: 1.45;
  }
}

.google-reviews {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.google-reviews__content {
  background: linear-gradient(135deg, var(--color-primary) 0%, #f7fbfe 100%);
  border: 0.1rem solid #dce8ef;
  border-left: 0.6rem solid var(--color-secondary);
  border-radius: 0.8rem;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 103, 154, 0.08);
  overflow: hidden;
  padding: 2.6rem 3rem;
}

.google-reviews__label {
  color: var(--color-secondary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.intro__title.google-reviews__title {
  color: var(--color-titles);
  font-size: 2.8rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

.google-reviews--about {
  margin: 2.2rem 0 2.6rem;
}

.google-reviews--about .google-reviews__content {
  padding: 2.2rem 2.4rem;
}

.google-reviews--about .intro__title.google-reviews__title {
  font-size: 2.4rem;
}

.google-reviews__summary {
  align-items: center;
  background-color: var(--color-primary);
  border: 0.1rem solid #d4e1e8;
  border-radius: 0.8rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-bottom: 1.8rem;
  padding: 1.2rem 1.4rem;
}

.google-reviews__score {
  color: var(--color-secondary);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
}

.google-reviews__stars {
  color: #f8b400;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.google-reviews__count {
  color: var(--color-titles);
  font-weight: 700;
}

.google-reviews__content p:last-child {
  margin-bottom: 0;
}

.google-reviews__link {
  background-color: var(--color-secondary);
  border-radius: 0.8rem;
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.4rem;
  padding: 1rem 1.4rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

.google-reviews__link:hover,
.google-reviews__link:focus-visible {
  background-color: var(--color-nav);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 103, 154, 0.18);
  color: var(--color-primary);
  outline: none;
  transform: translateY(-0.1rem);
}

@media (max-width: 600px) {
  .google-reviews {
    margin-bottom: 2.4rem;
    margin-top: 1.6rem;
  }

  .google-reviews__content {
    padding: 2rem 1.6rem;
  }

  .google-reviews--about {
    margin: 2rem 0 2.4rem;
  }

  .google-reviews--about .google-reviews__content {
    padding: 1.8rem 1.5rem;
  }

  .intro__title.google-reviews__title {
    font-size: 2.2rem;
  }

  .google-reviews--about .intro__title.google-reviews__title {
    font-size: 2rem;
  }

  .google-reviews__summary {
    display: flex;
    padding: 1rem 1.2rem;
  }

  .google-reviews__score {
    font-size: 2.8rem;
  }

  .google-reviews__stars {
    font-size: 1.45rem;
  }

  .google-reviews__link {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

/* ============================================================
   REGLAS DE SEGURIDAD PARA DESACTIVAR
   Mantener siempre este bloque al final del CSS.
   Quitar el comentario del bloque inferior para ocultar.
   ============================================================ */


.shapes__item--Shape-m2,
.al-site .al-page-hero--brand .al-page-hero__media {
  display: none !important;
}

.al-site .al-page-hero--brand .al-page-hero__content {
  grid-column: 1 / -1;
}

body#top .layout__banner {
  --local-brand-logo-space: 0rem !important;
}