﻿:root {
  --primary: #BF2222;
  --red: #BF2222;
  --red-pin: #BF2222;
  --dark: #333333;
  --text: #000000;
  --secondary: #CCCCCC;
  --gray: #e5e5e5;
  --footer-bg: #333333;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Roboto', sans-serif;
}

.link-no-blue,
.link-no-blue:hover {
  color: var(--primary) !important;
  text-decoration: none !important;
}

body {
  font-family: var(--font-body);
}

.text-muted,
.text-secondary {
  color: var(--gray) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--font-heading);
}

#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.spinner-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 100%;
  height: 100%;
  display: block;
}

.fade-in-up:not([data-aos]) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible:not([data-aos]) {
  opacity: 1;
  transform: translateY(0);
}

html,
body {
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

section {
  padding: 4rem 0;
}

.bg-footer {
  background-color: var(--footer-bg);
}

.top-nav {
  background-color: var(--primary);
  font-size: 0.85rem;
}

.top-nav-link {
  background-color: var(--gray);
  color: black !important;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.top-nav-link:hover {
  background-color: var(--primary);
  color: #fff !important;
  border: 1px solid #000;
}

.top-nav-phone {
  font-weight: 700;
  font-size: 0.95rem;
}

.top-nav .bi-whatsapp {
  color: #25d366;
  font-size: 1.4rem;
  line-height: 1;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

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

.footer-links li {
  margin-bottom: 0.2rem;
}

.footer-links a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff !important;
}

.social-links a {
  transition: opacity 0.3s ease;
}

.social-links a:hover {
  opacity: 0.7;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  color: #fff;
}

.whatsapp-float i {
  line-height: 1;
}

.top-nav .top-nav-ws {
  width: 24px;
  height: 24px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
}

.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.idx-info-card h3 {
  color: var(--primary);
}

.btn {
  border-radius: 50rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 0.9rem !important;
  padding: 0.75rem 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #9b1a1c !important;
  border-color: #9b1a1c !important;
}

.btn-outline-primary {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.footer-logo {
  max-width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer .row {
  gap: 2.5rem;
}

.footer-title {
  color: #D32F2F;
}

.footer-cert {
  max-height: 80px;
}

.footer-cert-iram {
  max-height: 160px;
}

.text-primary,
.text-info {
  color: var(--primary) !important;
}

a {
  color: var(--primary);
}

.text-muted {
  color: black !important;
}

.bg-primary,
.bg-info {
  background-color: var(--primary) !important;
}

.border-primary,
.border-info {
  border-color: var(--primary) !important;
}

.btn-info {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.btn-info:hover {
  background-color: #9b1a1c !important;
  border-color: #9b1a1c !important;
}

.bg-red,
.idx-bg-red,
.dst-bg-red,
.qss-bg-red {
  background-color: var(--primary) !important;
}

.blog-card,
.idx-blog-card,
.blg-blog-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover,
.idx-blog-card:hover,
.blg-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.blog-img-wrapper,
.idx-blog-img-wrapper,
.blg-blog-img-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-img-wrapper img,
.idx-blog-img-wrapper img,
.blg-blog-img-wrapper img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-badge,
.idx-blog-badge,
.blg-blog-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 0.25rem;
}

.badge-novedades,
.badge-logistica,
.badge-ecommerce,
.idx-badge-novedades,
.idx-badge-logistica,
.idx-badge-ecommerce,
.blg-badge-novedades,
.blg-badge-logistica,
.blg-badge-ecommerce {
  background-color: #333333;
  color: #fff;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.badge-novedades:hover,
.badge-logistica:hover,
.badge-ecommerce:hover,
.badge-novedades.active,
.badge-logistica.active,
.badge-ecommerce.active,
.blog-card:hover .blog-badge,
.idx-blog-card:hover .idx-blog-badge,
.blg-blog-card:hover .blg-blog-badge {
  background-color: var(--primary);
}

#hero {
  padding: 0;
  position: relative;
}

#heroCarousel {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
}

#heroCarousel .carousel-item {
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s ease;
}

#heroCarousel .carousel-item.active .idx-hero-img {
  animation: heroKenBurns 6.5s ease-out forwards;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.idx-hero-img {
  height: 75vh;
  min-height: 400px;
  max-height: 700px;
  object-fit: cover;
}

.idx-hero-img-top {
  object-position: center 20%;
}

.idx-hero-img-3 {
  object-position: center 3%;
}

.carousel-item {
  position: relative;
}

.idx-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
  display: flex;
  align-items: flex-start;
  padding-top: 5rem;
}

.idx-hero-content {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding-left: 6rem;
  padding-top: -100px;
}

.idx-hero-content h1,
.idx-hero-content .lead {
  max-width: 500px;
}

.carousel-item:nth-child(1) .idx-hero-content h1 {
  max-width: 680px;
}

.carousel-item:nth-child(2) .idx-hero-content h1 {
  max-width: 720px;
}

.carousel-item:nth-child(3) .idx-hero-content h1 {
  max-width: 520px;
}

.carousel-item:nth-child(4) .idx-hero-content h1 {
  max-width: 460px;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
  z-index: 3;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  opacity: 1;
  width: 10%;
}

#heroCarousel .carousel-control-prev svg,
#heroCarousel .carousel-control-next svg {
  width: 45px;
  height: 45px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.idx-hero-cards {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  padding-bottom: 3rem;
}

.idx-hero-cards .col-md-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

#destinos {
  margin-top: -60px;
  padding-top: 80px;
}

#corporativo {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
  height: 90vh;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#pasos {
  margin-top: -20px;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

#pasos .container {
  margin-top: 3rem;
}

.idx-info-card {
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.idx-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.idx-info-card .btn {
  width: 125px;
  height: 25px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.idx-particulares-label {
  color: var(--primary);
  font-size: 1.4rem;
}

#particulares h2.display-6,
#comercios h2.display-6,
#corporativo h2.display-6 {
  font-size: 2.25rem;
}

.title-underline,
.idx-title-underline,
.dst-title-underline,
.suc-title-underline,
.ayd-title-underline,
.qss-title-underline,
.blg-title-underline,
.srv-title-underline {
  width: 80px;
  height: 3px;
  background-color: var(--primary);
  margin-top: 1rem;
}

.idx-particulares-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 420px;
  width: 95%;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.srv-nuestros-servicios .idx-particulares-card {
  height: 294px;
}

.idx-particulares-card:hover {
  transform: translateY(-5px);
}

.idx-particulares-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#particulares .idx-particulares-img {
  filter: none;
}

.idx-particulares-overlay {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  color: #fff;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 1;
}

#particulares,
#corporativo,
#marcas,
#iso,
.bg-section-gray {
  background-color: var(--gray);
}

#faq {
  background-color: #fff;
}

#marcas {
  background-color: #ffffff !important;
}

.idx-particulares-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.idx-particulares-text {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.95;
}

.idx-particulares-arrow {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

#pasos {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

#pasos .mb-5 {
  margin-bottom: 2.5rem !important;
}

#pasos h2.display-6 {
  font-size: 2.125rem;
}

.idx-paso-icon i,
.idx-paso-icon-img {
  color: var(--primary);
  height: 48px;
}

.idx-paso-icon {
  margin-bottom: 0.75rem !important;
}

.idx-paso-link h4 {
  font-size: 0.85rem;
}

.idx-paso-link p {
  font-size: 0.8rem;
}

.idx-paso-arrow {
  color: var(--primary);
}

.idx-paso-arrow-img {
  height: 27px;
}

.idx-marcas-row {
  flex-wrap: nowrap !important;
  overflow: hidden;
}

.idx-marca-col {
  min-width: 0;
}

.idx-marca-logo {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.idx-marca-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.idx-marca-logo[src*="BLP.png"] {
  max-height: 45px;
}

.idx-marca-logo[src*="LasMarias.png"],
.idx-marca-logo[src*="MolinoCañuelas.png"] {
  max-height: 115px;
}

#marcasCarousel .carousel-control-prev,
#marcasCarousel .carousel-control-next {
  width: auto;
}

#marcasCarousel .carousel-control-prev {
  left: -80px;
}

#marcasCarousel .carousel-control-next {
  right: -80px;
}

#marcasCarousel .carousel-control-prev i,
#marcasCarousel .carousel-control-next i {
  font-size: 3rem;
}

#blog {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

#blog .mb-5 {
  margin-bottom: 2.5rem !important;
}

#blog h2.display-6 {
  font-size: 2.125rem;
}

#blog .text-center>p {
  font-size: 0.85rem;
}

#blog .idx-blog-card {
  border-radius: 0;
}

#blog .idx-blog-card .card-img-top {
  border-radius: 0 !important;
}

#blog .idx-blog-img-wrapper img {
  height: 170px;
}

#blog .card-body {
  padding: 0.85rem;
}

#blog .card-body h3 {
  font-size: 1.1rem;
}

#blog .card-body p {
  font-size: 0.85rem;
}

.accordion-item {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.accordion-button {
  color: var(--primary);
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(2447%) hue-rotate(347deg) brightness(89%) contrast(93%);
}

.cta-index {
  max-width: 500px
}

.hero-servicios {
  padding: 3rem 0;
  background-color: #fff;
}

.hero-servicios-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-servicios-text {
  min-width: 0;
}

.hero-servicios-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.hero-servicios-title {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}

.hero-servicios-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.hero-servicios-media {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-servicios-img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

.srv-proceso-circulo {
  width: 100px;
  height: 100px;
}

.srv-proceso-icono {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.srv-proceso-numero {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-proceso-flecha {
  margin-top: calc(100px + 1.5rem);
  font-size: 1.25rem;
  color: var(--primary);
}

.srv-proceso-lead {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.srv-particulares-detalle__lead {
  max-width: 400px;
  line-height: 1.6;
}

.srv-particulares-detalle__muted {
  display: block;
  opacity: 0.8;
  margin-bottom: 0.35rem;
}

.srv-particulares-detalle__strong {
  display: block;
  color: #111;
}

.srv-particulares-detalle__title {
  color: var(--primary);
}

.srv-particulares-detalle__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.srv-particulares-detalle__hero-text {
  max-width: 400px;
}

.srv-particulares-detalle__hero-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-particulares-detalle__hero-img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 320px;
}

.srv-particulares-detalle__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.srv-particulares-detalle__item {
  min-width: 0;
}

.srv-particulares-detalle__item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

.srv-particulares-detalle__icon {
  height: 64px;
}

.srv-particulares-detalle__banner {
  background-color: var(--gray);
  box-shadow: none;
  gap: 1.25rem;
}

.srv-particulares-detalle__banner-icon {
  height: 56px;
  object-fit: contain;
}

.srv-particulares-detalle__banner-text {
  color: #333;
  font-size: 1.15rem;
  white-space: nowrap;
}

.srv-particulares-detalle__banner-link {
  color: var(--primary);
  white-space: nowrap;
  font-size: 1rem;
}

.srv-particulares-detalle__banner-arrow {
  color: var(--primary);
  margin-left: 0.25rem;
}

.srv-comercios-detalle__label {
  color: #666;
}

.srv-comercios-detalle__title {
  color: var(--primary);
}

.srv-comercios-detalle__lead {
  max-width: 520px;
  line-height: 1.6;
}

.srv-comercios-detalle__regular {
  display: block;
  opacity: 0.85;
  margin-bottom: 0.35rem;
}

.srv-comercios-detalle__strong {
  display: block;
  color: #111;
}

.srv-comercios-detalle__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.srv-comercios-detalle__hero-text {
  max-width: 520px;
}

.srv-comercios-detalle__hero-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-comercios-detalle__hero-img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 320px;
}

.srv-comercios-detalle__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.srv-comercios-detalle__item {
  min-width: 0;
}

.srv-comercios-detalle__item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

.srv-comercios-detalle__icon {
  height: 64px;
}

.srv-comercios-detalle__banner-icon {
  height: 56px;
}

.srv-comercios-detalle__banner-text {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5;
}

.srv-corporativo-detalle__label {
  color: #666;
}

.srv-corporativo-detalle__title {
  color: var(--primary);
}

.srv-corporativo-detalle__lead {
  max-width: 520px;
  line-height: 1.6;
}

.srv-corporativo-detalle__strong {
  display: block;
  color: #111;
  margin-bottom: 0.35rem;
}

.srv-corporativo-detalle__regular {
  display: block;
  opacity: 0.85;
}

.srv-corporativo-detalle__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.srv-corporativo-detalle__hero-text {
  max-width: 520px;
}

.srv-corporativo-detalle__hero-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-corporativo-detalle__hero-img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 320px;
}

.srv-corporativo-detalle__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.srv-corporativo-detalle__icon {
  height: 64px;
}

.srv-corporativo-detalle__item {
  min-width: 0;
}

.srv-corporativo-detalle__item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

.servicios-icon-red {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.qss-porque-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.qss-porque-section .card {
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.qss-porque-section .card:hover,
.qss-porque-section .card:active {
  background-color: #f8f9fa !important;
}

.service-card-main {
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.particulares-detalle .btn-primary {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.service-card-main img {
  height: 200px;
  object-fit: cover;
}

.suc-region-section {
  background-image: url('../img/sucursales/fondo.png');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.suc-sucursales-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/sucursales/hero/santa-rosa-la-pampa-transporte-el-pampero-sucursales-direcciones-contacto-atencion-personalizada-servicio-al-cliente-logística-trasporte-el-pampero.png');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.suc-sucursales-hero-overlay {
  padding: 4rem 0 0 0;
  flex: 1;
  position: relative;
  z-index: 1;
}

.suc-sucursales-filter-title,
.dst-destinos-filter-title,
.ayd-ayuda-filter-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.suc-sucursales-filter-title,
.dst-destinos-filter-title {
  bottom: 76px;
}

.ayd-ayuda-filter-title {
  bottom: 115px;
}

.suc-sucursales-hero .suc-sucursales-filter-title {
  position: relative;
  bottom: auto;
  margin: 0 0 0.5rem 0;
}

.dst-destinos-hero-overlay .dst-destinos-filter-title {
  position: relative;
  bottom: auto;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.sucursales-filter,
.dst-destinos-filter,
.suc-sucursales-filter {
  padding: 1.5rem 0;
  border-top: 3px solid var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.filter-btn,
.dst-filter-btn,
.suc-filter-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 2px 2px rgba(0, 0, 0, 0.5);
}

.filter-btn:hover,
.dst-filter-btn:hover,
.suc-filter-btn:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.6), 0 2px 6px rgba(0, 0, 0, 0.9);
}

.filter-btn.active,
.dst-filter-btn.active,
.suc-filter-btn.active {
  color: var(--primary);
  text-shadow: 0 0 8px rgba(191, 34, 34, 0.6), 0 2px 6px rgba(0, 0, 0, 0.9);
}

.filter-btn.active::after,
.dst-filter-btn.active::after,
.suc-filter-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background: var(--primary);
  box-shadow: 0 0 8px rgba(191, 34, 34, 0.6);
}

.suc-sucursal-card {
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.suc-sucursal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.suc-sucursales-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@keyframes kenBurns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.qss-hero-carousel-img {
  height: 100%;
  object-fit: cover;
  animation: kenBurns 6s ease-in-out infinite alternate;
}

.qss-hero-desc {
  max-width: 500px;
}

.qss-iso-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "header"
    "logo"
    "body";
  row-gap: 1.5rem;
  align-items: center;
}

.qss-iso-logo {
  grid-area: logo;
  justify-self: center;
}

.qss-iso-header {
  grid-area: header;
}

.qss-iso-body {
  grid-area: body;
}

.qss-seguridad-texto {
  max-width: 36ch;
}

.qss-porque-lineas {
  max-width: 46ch;
}

.qss-historia-lineas {
  max-width: 52ch;
  overflow-wrap: break-word;
}

.qss-historia-1974 {
  max-width: 58ch;
}

.qss-historia-1990 {
  max-width: 49ch;
}

.qss-lista-lineas {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
}

.qss-timeline-items-right .fw-bold {
  font-weight: 800 !important;
  font-size: 1.2rem;
}

#heroQuienesSomos .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 1rem 0 0 0;
}

#heroQuienesSomos .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #999;
  opacity: 0.8;
}

#heroQuienesSomos .carousel-indicators .active {
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 1;
}

.suc-sucursales-map-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.suc-sucursales-map {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.suc-sucursales-map__svg,
.suc-sucursales-map__img {
  width: 100%;
  height: auto;
  display: block;
}

.suc-sucursales-map__markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.sucursal-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--primary);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sucursal-marker:hover,
.sucursal-marker:focus {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 0 5px rgba(192, 33, 35, 0.25);
  outline: none;
}

.sucursal-marker__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sucursal-popup {
  position: absolute;
  z-index: 10;
  width: 320px;
  max-width: calc(100% - 2rem);
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
  transform: translate(-50%, -115%);
  display: none;
}

.sucursal-popup.is-open {
  display: block;
}

.sucursal-popup--below {
  position: static;
  transform: none;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  display: none;
}

.sucursal-popup--below.is-open {
  display: block;
}

.sucursal-popup__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 0.25rem;
}

.sucursal-popup__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  padding-right: 1.5rem;
}

.sucursal-popup__description {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.sucursal-popup__details {
  margin-bottom: 0;
}

.sucursal-popup__details li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.sucursal-popup__details i {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.sucursal-popup__details a {
  color: var(--primary);
  text-decoration: none;
  word-break: break-word;
}

#mapa-sucursales-nuevo {
  background-color: #fff;
}

#mapa-leaflet {
  z-index: 1;
}

.marcador-custom {
  background: transparent;
  border: none;
}

.marcador-punto {
  width: 40px;
  height: 40px;
  background-color: #BF2222;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.marcador-punto i {
  transform: rotate(45deg);
  color: #fff;
  font-size: 20px;
}

.marcador-punto:hover {
  background-color: #BF2222;
  transform: rotate(-45deg) scale(1.1);
  box-shadow: 0 5px 15px rgba(191, 34, 34, 0.5);
}

.marcador-punto.activo {
  background-color: #BF2222;
  width: 50px;
  height: 50px;
  border-width: 4px;
  box-shadow: 0 5px 20px rgba(191, 34, 34, 0.6);
}

.marcador-punto.activo i {
  font-size: 24px;
}

.popup-custom .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.popup-custom .leaflet-popup-content {
  margin: 0;
  padding: 0;
}

.popup-sucursal {
  padding: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.popup-sucursal h5 {
  color: #212529;
  font-size: 1.1rem;
}

.popup-sucursal p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.popup-sucursal a {
  color: #BF2222;
  text-decoration: none;
}

.popup-sucursal a:hover {
  color: #BF2222;
  text-decoration: underline;
}

.popup-sucursal i {
  color: #BF2222;
  flex-shrink: 0;
}

.popup-sucursal .btn {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff !important;
}

.popup-sucursal .btn:hover {
  color: #fff !important;
}

.popup-sucursal .btn i {
  color: #fff !important;
}

.popup-custom .leaflet-popup-tip {
  background: #fff;
}

.mapa-argentina-container {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.mapa-argentina-svg {
  width: 100%;
  height: auto;
  display: block;
}

.mapa-argentina-silueta path {
  transition: fill 0.3s ease;
}

.mapa-argentina-silueta path:hover {
  fill: var(--gray);
}

.marcador-sucursal {
  cursor: pointer;
  transition: all 0.3s ease;
}

.marcador-sucursal:hover .marcador-punto,
.marcador-sucursal:focus .marcador-punto {
  r: 12;
  fill: #BF2222;
}

.marcador-sucursal:hover .marcador-etiqueta,
.marcador-sucursal:focus .marcador-etiqueta {
  font-weight: 700;
  fill: #BF2222;
}

.marcador-punto {
  fill: #BF2222;
  stroke: #fff;
  stroke-width: 2;
  transition: all 0.3s ease;
}

.marcador-sucursal.activo .marcador-punto {
  fill: #BF2222;
  r: 12;
  stroke-width: 3;
}

.marcador-etiqueta {
  fill: #212529;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  pointer-events: none;
  transition: all 0.3s ease;
}

.marcador-sucursal.activo .marcador-etiqueta {
  font-weight: 700;
  fill: #BF2222;
  font-size: 13px;
}

.sucursal-info-content {
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sucursal-nombre {
  color: #212529;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sucursal-provincia {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.sucursal-detalles {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.detalle-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.detalle-item i {
  font-size: 1.25rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.detalle-item strong {
  display: block;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}

.detalle-item p {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.5;
}

.detalle-item a {
  color: #BF2222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.detalle-item a:hover {
  color: #8a1717;
  text-decoration: underline;
}

.sucursal-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray);
}

.sucursal-acciones .btn {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.destino-item:last-child {
  border-bottom: none;
}

.destino-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.destino-body {
  display: flex;
  flex-direction: column;
}

.destino-ciudad {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}

.destino-freq {
  color: #fff;
  font-weight: 400;
  opacity: .9;
}

.qss-valores-icon {
  display: inline-block;
}

.qss-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.qss-timeline::before {
  content: '';
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  background-color: #000;
  transform: translateX(-50%);
}

.qss-timeline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-1rem - 7px);
  width: 14px;
  height: 14px;
  background-color: #000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  transform: translateX(-50%);
  z-index: 1;
}

.qss-timeline-item {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}

.qss-timeline-content-left,
.qss-timeline-content-right {
  position: relative;
  z-index: 2;
  width: calc(50% - 40px);
  padding: 0 20px;
  text-align: left;
}

.qss-timeline-content-left {
  margin-right: auto;
}

.qss-timeline-content-right {
  margin-left: auto;
}

.qss-timeline-content-left h3,
.qss-timeline-content-right h3 {
  margin-bottom: 2.5rem !important;
}

.qss-timeline-dot-wrapper {
  position: absolute;
  left: 0;
  top: calc(4.8125rem + (1.3rem + .6vw) * 1.2);
  width: 100%;
  z-index: 1;
}

.qss-timeline-item-after-overlap {
  margin-top: 120px;
}

.qss-timeline-dot {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background-color: #000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  position: relative;
  z-index: 1;
}

.qss-timeline-line-h {
  display: none;
  position: absolute;
  top: 6px;
  height: 2px;
  background-color: #000;
  width: calc(50% - 20px);
  z-index: 0;
}

.qss-timeline-line-h.left {
  right: 50%;
}

.qss-timeline-line-h.right {
  left: 50%;
}

.qss-timeline-content-left+.qss-timeline-dot-wrapper .qss-timeline-line-h.left,
.qss-timeline-content-right+.qss-timeline-dot-wrapper .qss-timeline-line-h.right {
  display: block;
}

.qss-timeline-year {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 1rem;
}

.qss-timeline-content-left .qss-timeline-year,
.qss-timeline-content-left h3 {
  text-align: right;
  transform: translateY(-10px);
}

.qss-timeline-content-right .qss-timeline-year,
.qss-timeline-content-right h3 {
  text-align: left;
  transform: translateY(-10px);
}

.cta-final,
.dst-cta-final,
.qss-cta-final {
  background-color: var(--primary);
  background-position: 5% center;
}

#qss-cta-final img,
#dst-cta-final img,
#alta-escala img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
}

#qss-cta-final .row>.col-md-6:first-child,
#dst-cta-final .row>.col-md-6:first-child,
#alta-escala .row>.col-md-6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

#qss-cta-final .qss-bg-red>.p-5,
#dst-cta-final .dst-bg-red>.p-5,
#alta-escala .idx-bg-red>.p-5 {
  padding: clamp(1rem, 1.5vw, 2rem) !important;
}

#qss-cta-final .qss-bg-red h2,
#dst-cta-final .dst-bg-red h2,
#alta-escala .idx-bg-red h2 {
  font-size: clamp(1.15rem, 2vw, 2.125rem);
  margin-bottom: clamp(0.25rem, 0.6vw, 1rem) !important;
}

#qss-cta-final .qss-bg-red p,
#dst-cta-final .dst-bg-red p,
#alta-escala .idx-bg-red p {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  margin-bottom: clamp(0.25rem, 0.6vw, 1rem) !important;
}

#qss-cta-final .qss-bg-red .btn,
#dst-cta-final .dst-bg-red .btn,
#alta-escala .idx-bg-red .btn {
  padding: clamp(0.35rem, 0.8vw, 0.8rem) clamp(0.75rem, 1.8vw, 1.5rem) !important;
  font-size: clamp(0.85rem, 1.1vw, 1.25rem);
}

main>section:not(:first-of-type)>.container {
  max-width: 1200px;
}

.qss-valores-title {
  color: var(--primary);
}

.qss-carrusel-historia {
  max-width: 600px;
  margin: 0 auto;
}

.qss-carrusel-historia .carousel-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#carruselHistoria .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 1rem 0 0 0;
}

#carruselHistoria .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #999;
  opacity: 0.8;
}

#carruselHistoria .carousel-indicators .active {
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 1;
}

.qss-timeline-items-right {
  margin-top: 400px;
}

.qss-timeline-items-right ul {
  position: relative;
  padding-left: 0;
}

.qss-timeline-items-right li {
  position: relative;
}

.qss-timeline-items-right li::before {
  content: '';
  position: absolute;
  left: -65px;
  top: 0.4375rem;
  width: 10px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  z-index: 1;
}

.qss-hito-bar {
  border-radius: 1.5rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  min-height: 48px;
  text-align: left;
}

.qss-hito-bar:nth-of-type(odd) {
  background-color: var(--primary);
}

.qss-hito-bar:nth-of-type(even) {
  background-color: #212529;
}

.qss-timeline-item-overlap .qss-hito-bar {
  font-size: 0.85rem;
}

.ayd-ayuda-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/centro-de-ayuda/hero/transporte-el-pampero-encomiendas-y-paquetes-cuanto-cuesta-el-envio-cotizacion-presupuesto-preguntas-frecuentes-ayuda.jpg');
  background-size: cover;
  background-position: center;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.ayd-ayuda-hero-overlay {
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 400px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.ayd-ayuda-hero-overlay .ayd-ayuda-filter-title {
  position: relative;
  bottom: auto;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

.suc-sucursales-hero-content {
  padding-left: 4%;
}

.suc-sucursales-hero-content h1,
.suc-sucursales-hero-content p.lead {
  word-break: break-word;
  max-width: 100%;
}

.suc-sucursales-hero-content p.lead {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  max-width: 500px;
}

.ayd-ayuda-hero-content {
  padding-left: 10%;
}

.ayd-hero-lead {
  max-width: 500px;
}

.ayd-ayuda-category-card {
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.ayd-ayuda-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.ayd-ayuda-category-icon {
  display: inline-block;
}

.sucursales-filter,
.suc-sucursales-filter {
  height: 74px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.sucursales-filter .container,
.suc-sucursales-filter .container {
  max-width: none;
  height: 100%;
  padding: 0;
}

.sucursales-filter .d-flex,
.suc-sucursales-filter .d-flex {
  height: 100%;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sucursales-filter .d-flex::-webkit-scrollbar,
.suc-sucursales-filter .d-flex::-webkit-scrollbar {
  display: none;
}

.sucursales-filter .filter-btn,
.suc-sucursales-filter .suc-filter-btn {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0 2.5rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
  text-shadow: none;
}

.sucursales-filter .filter-btn.active,
.suc-sucursales-filter .suc-filter-btn.active,
.sucursales-filter .filter-btn.active:hover,
.suc-sucursales-filter .suc-filter-btn.active:hover {
  color: #ef3b36;
  text-shadow: none;
}

.sucursales-filter .filter-btn::after,
.suc-sucursales-filter .suc-filter-btn::after {
  top: -1px;
  bottom: auto;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #ef3b36;
  box-shadow: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.sucursales-filter .filter-btn.active::after,
.suc-sucursales-filter .suc-filter-btn.active::after {
  opacity: 1;
}

.sucursales-filter {
  height: auto;
  min-height: 100px;
  padding: 0.5rem 0;
}

.sucursales-filter .ayd-filter-rows {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sucursales-filter .ayd-filter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  gap: 0.75rem;
}

.sucursales-filter .filter-btn {
  align-self: stretch;
  padding: 0 1.25rem;
  min-width: 220px;
  max-width: 300px;
}

.ayd-megamenu {
  position: relative;
  padding: 10px 0 18px;
  background: transparent;
}

.ayd-megamenu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.ayd-megamenu::after {
  content: '';
  position: absolute;
  top: var(--active-top, 0px);
  left: var(--active-left, 68px);
  transform: translateX(-50%);
  width: 75px;
  height: 3px;
  background: var(--primary);
  z-index: 2;
}

.ayd-megamenu-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 35px;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 15px;
}

.ayd-megamenu-link {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow-wrap: break-word;
}

.ayd-megamenu-link:hover,
.ayd-megamenu-link.active {
  color: var(--primary);
}

.help-section .container>.row>.col-lg-8 {
  width: 100%;
  max-width: 1000px;
  flex: 0 0 auto;
}

.help-section .accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
}

.help-section .accordion-body p {
  margin-bottom: 0.75rem;
}

.help-section .accordion-body ul {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.help-section .accordion-body li {
  margin-bottom: 0.5rem;
}

#dst-cta-final .dst-bg-red h2,
#dst-cta-final .dst-bg-red p {
  max-width: 480px;
}

.dst-destinos-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.dst-destinos-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/destinos/hero/frecuencias-diarias-semanales-transporte-el-pampero-cobertura-regional-destinos-localidades-la-pampa-transporte-el-pampero.jpg');
  background-size: cover;
  background-position: center 80%;
  filter: brightness(0.7);
}

.dst-destinos-hero h1,
.dst-destinos-hero p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  max-width: 600px;
}

.dst-destinos-hero-content {
  padding-left: 7%;
}

.dst-destinos-hero-text {
  max-width: 600px;
  text-align: left;
}

.dst-destinos-hero-title,
.dst-destinos-hero-lead {
  text-align: left;
}

.dst-destinos-hero-overlay {
  height: 100%;
  box-sizing: border-box;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  z-index: 1;
}

.dst-pf-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.dst-pf-scroll {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dst-pf-scroll::-webkit-scrollbar {
  display: none;
}

.dst-pf-item {
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  padding: 0 2.5rem;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dst-pf-item.active {
  color: #ef3b36;
}

.dst-pf-item:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dst-pf-item.active:hover {
  color: #ef3b36;
}

.dst-pf-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #ef3b36;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.dst-pf-item.active::before {
  opacity: 1;
}

.dst-destinos-list {
  margin: 1rem auto 0;
  padding: 1rem 0;
  max-width: 100%;
  text-align: left;
}

.dst-destinos-list li {
  padding: 0.25rem 1.5rem 0.25rem 0;
  border-bottom: none;
  break-inside: avoid;
}

#la-pampa .dst-destinos-list {
  columns: 4 200px;
  column-gap: 2.5rem;
  column-rule: 1px solid var(--gray);
  max-width: 1000px;
}

#buenos-aires .dst-destinos-list {
  columns: 3 200px;
  column-gap: 2.5rem;
  column-rule: 1px solid var(--gray);
  max-width: 800px;
}

#cordoba .dst-destinos-list,
#santa-fe .dst-destinos-list,
#rio-negro .dst-destinos-list {
  columns: 1;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}

.destinos-card {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
}

.destinos-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
}

.destino-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #fff;
}

.destinos-card--red {
  background-color: var(--primary);
  color: #fff;
  padding: 1.5rem;
}

.destinos-card--red .destino-item {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.destinos-frecuencias__lead {
  line-height: 1.6;
}

.pmi-section {
  width: 100%;
}

.pmi-svg {
  width: 100%;
  height: auto;
  display: block;
}

#frecuencias .row {
  justify-content: center;
}

.destinos-frecuencias__figure {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 60px;
}

.destinos-frecuencias__main {
  height: 423px;
  width: 500px;
  max-width: 100%;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

.destinos-frecuencias__overlay {
  position: absolute;
  bottom: -3rem;
  right: 0%;
  width: 45%;
  max-width: 275px;
  border-radius: 0;
}

.blog-post h1,
.bge-blog-post h1 {
  color: var(--primary);
}

.blog-content,
.bge-blog-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.bge-blog-content h2,
.bge-blog-content h3,
.bge-blog-content h4 {
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-content p,
.bge-blog-content p {
  margin-bottom: 1.5rem;
}

.blog-content ul,
.blog-content ol,
.bge-blog-content ul,
.bge-blog-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.blog-content li,
.bge-blog-content li {
  margin-bottom: 0.5rem;
}

.blog-content blockquote,
.bge-blog-content blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text);
}

.breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--text);
}

.blog-breadcrumb {
  font-size: 0.75rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.blog-featured-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

.blog-meta {
  font-size: 0.9rem;
  color: var(--primary);
}

.blog-back-link {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.blog-back-link:hover {
  text-decoration: underline;
}

.blog-back-link span {
  margin-left: 0.25rem;
}

.latest-entries {
  padding: 0 1rem;
}

.latest-entries-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #212529;
}

.latest-entries-line {
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  margin-bottom: 1.5rem;
}

.latest-entry-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 1rem;
}

.latest-entry-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.latest-entry-title a {
  color: #212529;
  text-decoration: none;
}

.latest-entry-title a:hover {
  color: var(--primary);
}

.latest-entry-date {
  font-size: 0.8rem;
  color: var(--primary);
  margin-bottom: 0;
}

.pagination-blog .page-link {
  color: var(--primary);
  border: none;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}

.pagination-blog .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  border-radius: 0.25rem;
}

.pagination-blog .page-link:hover {
  color: var(--primary);
  background-color: transparent;
}

.pagination-blog .page-item.disabled .page-link {
  color: var(--text);
  opacity: 0.5;
  background-color: transparent;
  border: none;
}

.bge-latest-entries {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.bge-latest-entries-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.bge-latest-entries-line {
  width: 4rem;
  height: 4px;
  background-color: var(--primary);
  margin-bottom: 1.5rem;
}

.bge-latest-entry {
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray);
}

.bge-latest-entry:last-child {
  border-bottom: none;
}

.bge-latest-entry-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}

.bge-latest-entry-body {
  min-width: 0;
}

.bge-latest-entry-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}

.bge-latest-entry-title a {
  color: var(--primary) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.bge-latest-entry-title a:hover {
  color: var(--primary) !important;
}

.blg-blog-card .card-body a,
.blg-blog-card .card-body a.text-primary {
  color: var(--primary) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.blg-blog-card .card-body a:hover,
.blg-blog-card .card-body a.text-primary:hover {
  color: var(--primary) !important;
}

.idx-blog-card .card-body a,
.idx-blog-card .card-body a.text-primary {
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.idx-blog-card .card-body a:hover,
.idx-blog-card .card-body a.text-primary:hover {
  color: var(--primary) !important;
}

.idx-paso-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.idx-paso-link:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

.idx-paso-link:hover .idx-paso-icon-img {
  filter: drop-shadow(0 2px 4px rgba(191, 34, 34, 0.2));
}

.bge-latest-entry-date {
  font-size: 0.85rem;
  color: var(--text);
  margin-bottom: 0;
}

.bge-blog-back-link,
.bge-blog-breadcrumb a {
  color: var(--primary) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.bge-blog-back-link:hover,
.bge-blog-breadcrumb a:hover {
  color: var(--primary) !important;
}

.bg-light {
  background-color: var(--gray) !important;
}

.srv-particulares-detalle__banner .srv-particulares-detalle__banner-text {
  color: #333 !important;
}

#blog-articles .text-muted,
.blg-blog-card .text-muted,
.bge-blog-meta {
  color: var(--text) !important;
}