/* Importar Bootstrap CSS */
@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css';

/* Declaraciones de fuentes Helvetica Neue - TEMPORALMENTE COMENTADAS
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
*/

/* Variables CSS personalizadas */
:root {
  --background-gray-1: rgba(234, 238, 242, 1);
  --body-body-1-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-body-1-font-size: 24px;
  --body-body-1-font-style: normal;
  --body-body-1-font-weight: 500;
  --body-body-1-letter-spacing: 0px;
  --body-body-1-line-height: 30px;
  --body-body-2-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-body-2-font-size: 18px;
  --body-body-2-font-style: normal;
  --body-body-2-font-weight: 700;
  --body-body-2-letter-spacing: 0px;
  --body-body-2-line-height: 18px;
  --body-body-3-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-body-3-font-size: 16px;
  --body-body-3-font-style: normal;
  --body-body-3-font-weight: 400;
  --body-body-3-letter-spacing: 0px;
  --body-body-3-line-height: 18px;
  --body-body-4-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-body-4-font-size: 14px;
  --body-body-4-font-style: normal;
  --body-body-4-font-weight: 400;
  --body-body-4-letter-spacing: 0px;
  --body-body-4-line-height: 14px;
  --body-body-5-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-body-5-font-size: 12px;
  --body-body-5-font-style: normal;
  --body-body-5-font-weight: 500;
  --body-body-5-letter-spacing: 0px;
  --body-body-5-line-height: 12px;
  --button-button-1-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --button-button-1-font-size: 20px;
  --button-button-1-font-style: normal;
  --button-button-1-font-weight: 700;
  --button-button-1-letter-spacing: 0px;
  --button-button-1-line-height: 20px;
  --button-button-13-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --button-button-13-font-size: 14px;
  --button-button-13-font-style: normal;
  --button-button-13-font-weight: 700;
  --button-button-13-letter-spacing: 0px;
  --button-button-13-line-height: 14px;
  --button-button-2-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --button-button-2-font-size: 20px;
  --button-button-2-font-style: normal;
  --button-button-2-font-weight: 400;
  --button-button-2-letter-spacing: 0px;
  --button-button-2-line-height: 20px;
  --colecci-n-1-color: rgba(255, 255, 255, 1);
  --header-header-1-font-family: "Helvetica Neue";
  --header-header-1-font-size: 64px;
  --header-header-1-font-style: normal;
  --header-header-1-font-weight: 900;
  --header-header-1-letter-spacing: 0px;
  --header-header-1-line-height: 64px;
  --header-header-2-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-header-2-font-size: 48px;
  --header-header-2-font-style: normal;
  --header-header-2-font-weight: 900;
  --header-header-2-letter-spacing: 0px;
  --header-header-2-line-height: normal;
  --header-header-3-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-header-3-font-size: 40px;
  --header-header-3-font-style: normal;
  --header-header-3-font-weight: 700;
  --header-header-3-letter-spacing: 0px;
  --header-header-3-line-height: 40px;
  --header-header-4-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-header-4-font-size: 32px;
  --header-header-4-font-style: normal;
  --header-header-4-font-weight: 900;
  --header-header-4-letter-spacing: 0px;
  --header-header-4-line-height: normal;
  --header-header-5-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-header-5-font-size: 24px;
  --header-header-5-font-style: normal;
  --header-header-5-font-weight: 700;
  --header-header-5-letter-spacing: 0px;
  --header-header-5-line-height: normal;
  --neutralsgray-2: rgba(208, 215, 222, 1);
  --neutralsgray-4: rgba(140, 149, 159, 1);
  --neutralsgray-9: rgba(36, 41, 47, 1);
  --neutralswhite: rgba(255, 255, 255, 1);
  --primaryblue: rgba(0, 15, 160, 1);
  --primarysky-blue: rgba(162, 175, 255, 1);
  --secondaryblue-2: rgba(74, 85, 188, 1);
  --secondarygreen: rgba(57, 199, 145, 1);
  --secondarysky-blue-2: rgba(123, 183, 255, 1);
  --secondaryviolet: rgba(72, 38, 78, 1);
  --backgroundlavender: rgba(240, 240, 250, 1);
  --subtitle-subtitle-1-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --subtitle-subtitle-1-font-size: 48px;
  --subtitle-subtitle-1-font-style: italic;
  --subtitle-subtitle-1-font-weight: 400;
  --subtitle-subtitle-1-letter-spacing: 0px;
  --subtitle-subtitle-1-line-height: normal;
  --subtitle-subtitle-2-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --subtitle-subtitle-2-font-size: 40px;
  --subtitle-subtitle-2-font-style: italic;
  --subtitle-subtitle-2-font-weight: 400;
  --subtitle-subtitle-2-letter-spacing: 0px;
  --subtitle-subtitle-2-line-height: normal;
}

/* Estilos globales personalizados */
* {
  box-sizing: border-box;
}

body {
  font-family: var(--body-body-1-font-family);
  line-height: 1.6;
  color: var(--neutralsgray-9);
  margin: 0;
  padding: 0;
}

/* Clases de utilidad personalizadas */
.bg-soft {
  background: var(--background-gray-1);
}

.band-blue {
  background: linear-gradient(180deg, var(--primaryblue), var(--secondaryblue-2));
  color: var(--neutralswhite);
}

.panel-dark {
  background: var(--secondaryviolet);
  border-radius: 24px;
  padding: 28px 20px;
  color: #fff;
}

/* Clases de tipografía personalizadas */
.font-body-1 {
  font-family: var(--body-body-1-font-family);
  font-size: var(--body-body-1-font-size);
  font-weight: var(--body-body-1-font-weight);
  line-height: var(--body-body-1-line-height);
}

.font-body-2 {
  font-family: var(--body-body-2-font-family);
  font-size: var(--body-body-2-font-size);
  font-weight: var(--body-body-2-font-weight);
  line-height: var(--body-body-2-line-height);
}

.font-body-3 {
  font-family: var(--body-body-3-font-family);
  font-size: var(--body-body-3-font-size);
  font-weight: var(--body-body-3-font-weight);
  line-height: var(--body-body-3-line-height);
}

.font-body-4 {
  font-family: var(--body-body-4-font-family);
  font-size: var(--body-body-4-font-size);
  font-weight: var(--body-body-4-font-weight);
  line-height: var(--body-body-4-line-height);
}

.font-body-5 {
  font-family: var(--body-body-5-font-family);
  font-size: var(--body-body-5-font-size);
  font-weight: var(--body-body-5-font-weight);
  line-height: var(--body-body-5-line-height);
}

.font-button-1 {
  font-family: var(--button-button-1-font-family);
  font-size: var(--button-button-1-font-size);
  font-weight: var(--button-button-1-font-weight);
  line-height: var(--button-button-1-line-height);
}

.font-button-2 {
  font-family: var(--button-button-2-font-family);
  font-size: var(--button-button-2-font-size);
  font-weight: var(--button-button-2-font-weight);
  line-height: var(--button-button-2-line-height);
}

.font-header-1 {
  font-family: var(--header-header-1-font-family);
  font-size: var(--header-header-1-font-size);
  font-weight: var(--header-header-1-font-weight);
  line-height: var(--header-header-1-line-height);
}

.font-header-2 {
  font-family: var(--header-header-2-font-family);
  font-size: var(--header-header-2-font-size);
  font-weight: var(--header-header-2-font-weight);
  line-height: var(--header-header-2-line-height);
}

.font-header-3 {
  font-family: var(--header-header-3-font-family);
  font-size: var(--header-header-3-font-size);
  font-weight: var(--header-header-3-font-weight);
  line-height: var(--header-header-3-line-height);
}

.font-header-4 {
  font-family: var(--header-header-4-font-family);
  font-size: var(--header-header-4-font-size);
  font-weight: var(--header-header-4-font-weight);
  line-height: var(--header-header-4-line-height);
}

.font-header-5 {
  font-family: var(--header-header-5-font-family);
  font-size: var(--header-header-5-font-size);
  font-weight: var(--header-header-5-font-weight);
  line-height: var(--header-header-5-line-height);
}

.font-subtitle-1 {
  font-family: var(--subtitle-subtitle-1-font-family);
  font-size: var(--subtitle-subtitle-1-font-size);
  font-weight: var(--subtitle-subtitle-1-font-weight);
  font-style: var(--subtitle-subtitle-1-font-style);
  line-height: var(--subtitle-subtitle-1-line-height);
}

.font-subtitle-2 {
  font-family: var(--subtitle-subtitle-2-font-family);
  font-size: var(--subtitle-subtitle-2-font-size);
  font-weight: var(--subtitle-subtitle-2-font-weight);
  font-style: var(--subtitle-subtitle-2-font-style);
  line-height: var(--subtitle-subtitle-2-line-height);
}

/* Colores personalizados */
.text-primary-blue {
  color: var(--primaryblue);
}

.text-secondary-blue-2 {
  color: var(--primaryblue);
}

.text-secondary-green {
  color: var(--secondarygreen);
}

.text-neutrals-gray-9 {
  color: var(--neutralsgray-9);
}

.text-neutrals-white {
  color: var(--neutralswhite);
}

.bg-primary-blue {
  background-color: var(--primaryblue);
}

.bg-secondary-green {
  background-color: var(--secondarygreen);
}

.bg-secondary-violet {
  background-color: var(--secondaryviolet);
}

.bg-primary-sky-blue {
  background-color: var(--primarysky-blue);
}

.bg-secondary-sky-blue-2 {
  background-color: var(--secondarysky-blue-2);
}

.bg-neutrals-white {
  background-color: var(--neutralswhite);
}

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

/* Override de Bootstrap para usar nuestras variables */
.btn-primary {
  background-color: var(--primaryblue);
  border-color: var(--primaryblue);
}

.btn-primary:hover {
  background-color: var(--secondaryblue-2);
  border-color: var(--secondaryblue-2);
}

.btn-success {
  background-color: var(--secondarygreen);
  border-color: var(--secondarygreen);
}

.btn-success:hover {
  background-color: var(--secondarygreen);
  border-color: var(--secondarygreen);
  opacity: 0.9;
}

/* Estilos personalizados para el acordeón FAQ */
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--neutralsgray-9);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  display: none;
}

.accordion-button:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.accordion-collapse {
  transition: all 0.3s ease;
}

.accordion-body {
  background-color: var(--neutralswhite);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* .width-30 {
  width: 330%;
}

@media (max-width: 1200px) {
  .width-30 {
    width: 100%;
  }
} */

@media (max-width: 600px) {
  .font-header-1 {
    font-size: 60px !important;
  }

  .font-header-2 {
    font-size: 40px !important;
  }

  .font-header-3 {
    font-size: 32px !important;
  }

  .font-header-4 {
    font-size: 24px !important;
  }

  .font-body-3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  p {
    font-size: 18px !important;
  }
}

@media (max-width: 500px) {
  .font-header-1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .font-header-2 {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  .font-header-3 {
    font-size: 28px !important;
    line-height: 28px !important;
  }

  .font-header-4 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  p {
    font-size: 18px !important;
  }
}

.font-weight-light {
  font-weight: 400;
}

@media (max-width: 480px) {
  .box-radius {
    border-radius: 10px !important;
  }
}

.title-form {
  color: var(--Secondary-Blue-2, #4A55BC);

  /* Body/Body 2 */
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
}

.title-form-radio {
  color: var(--Primary-Blue, #000FA0);

  /* Body/Body 4 */
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

.padding-top-slider {
  padding-top: 350px;
  padding-bottom: 250px;
}

@media (max-width: 992px) {
  .padding-top-slider {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}

/* Estilos para Tips Swiper */
.tips-swiper {
  padding: 20px 0 60px 0;
}

.tips-swiper .swiper-slide {
  height: auto;
  padding: 0 10px;
}

/* Swiper Navigation Buttons */
.tips-swiper .swiper-button-next,
.tips-swiper .swiper-button-prev {
  color: var(--Primary-Blue, #000FA0);
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tips-swiper .swiper-button-next:hover,
.tips-swiper .swiper-button-prev:hover {
  background: var(--Primary-Blue, #000FA0);
  color: white;
  transform: scale(1.1);
}

.tips-swiper .swiper-button-next:after,
.tips-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

/* Swiper Pagination */
.tips-swiper .swiper-pagination {
  bottom: 20px;
}

.tips-swiper .swiper-pagination-bullet {
  background: rgba(0, 15, 160, 0.3);
  opacity: 1;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.tips-swiper .swiper-pagination-bullet-active {
  background: var(--Primary-Blue, #000FA0);
  transform: scale(1.2);
}

/* Ocultar flechas en mobile */
@media (max-width: 767px) {
  .tips-swiper .swiper-button-next,
  .tips-swiper .swiper-button-prev {
    display: none;
  }
}

/* Estilos para botones del menú móvil */
#mobile-menu .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#mobile-menu .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Estilos para Features Rotation */
.features-fade {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.features-fade.fade-out {
  opacity: 0;
}

.features-fade.fade-in {
  opacity: 1;
}

/* Capa de opacidad negra para el slider hero en responsive */
.slider-hero-section {
  position: relative;
}

.slider-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

/* Solo aplicar la opacidad en responsive (menor a 992px) */
@media (min-width: 992px) {
  .slider-hero-section::after {
    display: none;
  }
}

/* Estilos para los radio buttons de tipo de viaje - Solo en mobile */
@media (max-width: 991px) {
  .trip-type-option {
    position: relative;
    flex: 1;
    min-width: 0;
  }

  /* Contenedor de los radio buttons alineado a la izquierda en mobile */
  .trip-type-option:first-child {
    margin-left: 0;
  }

  /* Forzar alineación a la izquierda del contenedor padre */
  .d-flex.flex-wrap.gap-3 {
    justify-content: flex-start !important;
  }

  .trip-type-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .trip-type-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 100px;
    padding: 12px 8px;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.3;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .trip-type-radio:checked+.trip-type-label {
    background-color: var(--primaryblue);
    border-color: var(--primaryblue);
    color: white;
    font-weight: 600;
  }

  .trip-type-label:hover {
    border-color: var(--primaryblue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 15, 160, 0.15);
  }

  .trip-type-radio:checked+.trip-type-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 15, 160, 0.3);
  }
}

/* Desktop - Radio buttons tradicionales */
@media (min-width: 992px) {
  .trip-type-option {
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }

  /* En desktop mantener alineación centrada */
  .d-flex.flex-wrap.gap-3 {
    justify-content: center !important;
  }

  .trip-type-radio {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 20px;
    height: 20px;
    accent-color: #00109F;
    margin-right: 8px;
  }

  .trip-type-label {
    display: inline;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    transition: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--primaryblue);
    line-height: normal;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .trip-type-radio:checked+.trip-type-label {
    background-color: transparent;
    border: none;
    color: var(--primaryblue);
    font-weight: 500;
  }

  .trip-type-label:hover {
    border: none;
    transform: none;
    box-shadow: none;
  }
}

/* Responsive para tablets */
@media (max-width: 768px) and (min-width: 481px) {
  .trip-type-label {
    min-height: 95px;
    padding: 10px 6px;
    font-size: 11px;
  }
}

/* Responsive para mobile más pequeño */
@media (max-width: 480px) {
  .trip-type-label {
    min-height: 90px;
    padding: 8px 4px;
    font-size: 11px;
  }

  .container {
    padding: 0 16px;
  }
}

.ventana {
  width: 655px;
  height: 655px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 425px) {
  .ventana {
    height: 580px;
  }
}

/* Progress Sidebar Component Styles */
.progress-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 30%;
  height: 100vh;
  background-color: #000FA0;
  z-index: 1000;
  overflow-y: auto;
}

.main-content-desktop {
  margin-left: calc(30% + 30px);
}

@media (max-width: 991px) {
  .main-content-desktop {
    margin-left: 0;
  }
}

.progress-sidebar-content {
  padding: 1.5rem;
}

.progress-logo {
  text-align: center;
  margin-bottom: 3rem;
}

.progress-logo img {
  width: 224px;
}

.progress-steps-container {
  display: flex;
  flex-direction: column;
}

.progress-step {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.progress-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  width: 30px;
  height: 70px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  z-index: 2;
  position: relative;
}

.progress-step-img {
  width: 50px;
  height: 50px;
}

.progress-step-text {
  color: white;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}

.progress-step.completed .progress-step-text {
  opacity: 1;
}

/* Progress Steps Styles */
.progress-step::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 60px;
  width: 2px;
  height: 40px;
  background-color: #39C791;
  z-index: 1;
}

.progress-step:last-child::after {
  display: none;
}

@media (max-width: 992px) {
  .progress-step::after {
    display: none;
  }
  
  /* Achicar tipografía de los steps en mobile */
  .progress-step .text-white {
    font-size: 12px !important;
  }
  
  .progress-step .d-flex.align-items-center.justify-content-center {
    width: 25px !important;
    height: 50px !important;
  }
  
  .progress-step img {
    width: 35px !important;
    height: 35px !important;
  }
  
  .progress-step span[style*="color: #39C791"] {
    font-size: 12px !important;
  }
}

/* Mobile Styles for Progress Sidebar */
@media (max-width: 991px) {
  .progress-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }
  
  .progress-sidebar-content {
    padding: 0;
  }
  
  .progress-logo {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem;
    background-color: #000FA0;
  }
  
  .progress-logo img {
    width: 150px;
  }
  
  .progress-steps-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
    padding: 1rem;
    background-color: #000FA0;
    min-height: 80px;
  }
  
  .progress-step {
    min-width: 120px;
    flex: 1;
    margin-bottom: 0;
  }
  
  .progress-step-icon {
    width: 25px;
    height: 50px;
    margin-right: 0.5rem;
  }
  
  .progress-step-img {
    width: 35px;
    height: 35px;
  }
  
  .progress-step-text {
    font-size: 12px;
  }
  
  .progress-step::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .progress-steps-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .progress-step {
    margin-bottom: 0.5rem;
    min-width: auto;
    flex: none;
  }
  
  .progress-step-icon {
    width: 25px;
    height: 25px;
  }
}
.section-destinos {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .section-destinos {
    padding-top: 30px;
  }
}

/* Services Rotation Styles */
.service-fade {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.service-fade.fade-out {
  opacity: 0;
}

.service-fade.fade-in {
  opacity: 1;
}

/* Service Icon Size */
#service-icon {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
}
