/* 
* SLIDE
*
*/
html {
  overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
  }

.pl-2 > p:nth-child(1) {
  color: #1b365d !important;
  padding-bottom: 23px;
}
.pl-2 {
  justify-content: space-between;
}
.w-100 {
  justify-content: space-around;
}
.w-100 > p:nth-child(1) {
  /*! justify-content: space-around; */color: #1b365d !important;
}
div.item:nth-child(5) {
  display: none;
}

div.border-bottom:nth-child(4) > p:nth-child(1) {
  display: flex;
  flex-direction: column;
  color: #1b365d !important;
}
#teens-number {
  font-weight: 600;
  color: #1b365d !important;
}
div.border-bottom:nth-child(4) > div:nth-child(2) > svg:nth-child(1) {
  fill: #a1a1a1 !important;
}

div.border-bottom:nth-child(4) > div:nth-child(4) > svg:nth-child(1) > g:nth-child(3) > path:nth-child(1) {
  fill: #00aec7 !important;
}


.iniciar-sesion {
  display: flex;
  align-items: center;
  background-color: #1b365d;
  padding-inline: 1rem;
  border-radius: 1rem;
  height: 40px;
}
.iniciar-sesion > img:nth-child(2) {
  width: 1rem;
}
.iniciar-sesion > span:nth-child(1) {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  /*! margin-left: 5px; */margin-right: 5px;
}

body > nav:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  gap: 1rem;
}
.slider-mobile {
  transform: translateX(0%);
  display: none;
}
.slider-mobile-controls {
  display: none;
}


.slider {
  position: relative;

  overflow: hidden;
}

.slide-container {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.979);
  color: #153E69;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
    width: 30px;

  border-radius: 50%; 
   justify-content: center;
  align-items: center;
  transition: background 0.3s;
 
}

.bg-slide-2 > img:nth-child(2) {
  position: absolute;
  width: 91%;
}


button.prev { left: 10px; }
button.next { right: 10px; }

.slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* o cover según lo que quieras */
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

div.slide:nth-child(1) > div:nth-child(1) {
  padding: 0px !important;
}

div.slide:nth-child(1) > div:nth-child(1) > img:nth-child(2) {
  position: absolute;
  width: 91%;
}

div.slide:nth-child(3) > div:nth-child(1) > img:nth-child(1) {
  position: absolute;
}

.fa-bars {
  color: #636363 !important;
}

div.item:nth-child(2) > span:nth-child(2) {
  color: #636363;
  margin-left: 0.25rem;
}


.menu-icons {
  display: flex;
  justify-content: space-around;
 margin-top: -48px;
 padding-inline-start: 3rem;

  
  /*! gap: -1rem; */
  position: absolute;
  gap: .5rem;
}
.item {
  display: flex;
background-color: #fff;
  align-items: center;
 color: #b6b6b6;
 
  border-style: solid;
border-color: #fff;
padding: 10px;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
font-size: 1rem;

}

.item i {
  font-size: .9rem;
  
  color: #1b365d; /* azul, cámbialo al color de tu marca */
  margin-right: 0.25rem;
}

.item span {
  font-weight: 500;
  color: #1b365d;
   font-family: "Lato", sans-serif;
}

div.item:nth-child(1) > span:nth-child(2) {
  font-weight: 700;
   font-family: "Lato", sans-serif;
   margin-left: 0.25rem;
}

div.item:nth-child(2) {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

div.item:nth-child(3) {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
div.item:nth-child(4) {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}


div.item:nth-child(3) > span:nth-child(2) {
  color: #636363;
  margin-left: 0.25rem;
}

.fa-calendar-check {
  color: #636363;
}
.fa-plane-circle-exclamation {
  color: #636363;
}
div.item:nth-child(4) > span:nth-child(2) {
  color: #636363;
  margin-left: 0.25rem;
}

div.bg-gray-2:nth-child(1) {
  justify-content: flex-start;
  padding-inline: 2rem;
  background-color: #fff !important;
  gap: 1rem;
  padding-top: 1rem;
}
.shadow-1 {
  margin-inline: 3rem;
}


div.bg-gray-1:nth-child(6) {
  background-color: #fff !important;
}
div.bg-gray-2:nth-child(1) > div:nth-child(1) {
  display: flex !important;
  flex-direction: row !important;
  background-color: #00aec7 !important;
  border-radius: 0.75rem;
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  /*! font-size: 1rem; */
}
div.bg-gray-2:nth-child(1) > div:nth-child(1) > i:nth-child(1) {
  color: #fff;
}
div.bg-gray-2:nth-child(1) > div:nth-child(1) > p:nth-child(2) {
  font-size: 1rem !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  margin-left: 0.5rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

div.bg-gray-2:nth-child(2) {
  display: flex !important;
  flex-direction: row !important;
  display: flex !important;
  flex-direction: row !important;
  background-color: #f7f7f7 !important;
  border-radius: 0.75rem;
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
}



.fa-van-shuttle {
  color: #7d93b2;
}

div.bg-gray-2:nth-child(2) > p:nth-child(2) {
  color: #7d93b2 !important;
  font-size: 1rem !important;
 
  font-family: "Lato", sans-serif;
  margin-left: 0.5rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.fa-suitcase {
  color: #7d93b2;
}
div.bg-gray-2:nth-child(3) > p:nth-child(2) {
  color: #7d93b2 !important;
  font-size: 1rem !important;
  font-family: "Lato", sans-serif;
  margin-left: 0.5rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}
div.bg-gray-2:nth-child(3) {
  display: flex !important;
  flex-direction: row !important;
  background-color: #f7f7f7 !important;
  border-radius: 0.75rem;
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
}



div.justify-content-evenly:nth-child(2) {
  display: flex !important;
  justify-content: flex-start;
  background-color: #fff !important;
  padding-top: 20px;
  padding-bottom: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-inline: 1.3rem;
}

/* cuando está seleccionado */
.radio-input:checked+.radio-label {
    border-color: #1b365d;
    /*! background-color: #00aec7; */
    border-radius: 50%;
    border-style: solid;
    border: 2px solid #1b365d;
}

.radio-input:checked + .radio-label::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #1b365d;
  border-radius: 50%;
  position: absolute;
  /*! top: 3px; */
  left: 3px; 
}
.radio-input:checked+.radio-label {
    
    background-color: transparent;
}

.radio-label {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 10px;
    border: 1px solid #8b8b8b;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    user-select: none;
    border-radius: 50%;
border: 2px solid #1b365d;
}


div.justify-content-evenly:nth-child(2) > div:nth-child(1) > span:nth-child(3) {
  color: black !important;
  font-weight: 500;
  font-size: 1rem;
}
div.justify-content-evenly:nth-child(2) > div:nth-child(2) > span:nth-child(3) {
  color: black !important;
  font-weight: 500;
  font-size: 1rem;
}


.fa-plane-circle-exclamation {
  color: #636363 !important;
}
.fa-calendar-check {
  color: #636363 !important;
}
.cuadro {
  display: flex;
  align-items: center;
  gap: 1rem;
 
  width: 100%;

}


.origen, .destino {
  padding: 12px;
 
  
color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 180px;
  padding-inline: 1.5rem;
  /*! border: 1px solid #c1c1c1; */
 
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
}

#select-destination {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#select-origin {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.cuadro > div:nth-child(1) > svg:nth-child(5) {
  visibility: visible;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 90.5%;
  transform: translate(100%, -50%);
  /*! right: 54%; */
}


.swap-btn {
 
  
  border: none;
  
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  /*! left: 50%; */
  background-color: transparent;
  /*! right: 47%; */

  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cuadro > div:nth-child(1) {
  display: flex;
}

.cuadro > div:nth-child(1) > svg:nth-child(1) {
  visibility: visible;
  position: absolute;
  top: 50%;
 transform: translate(-50%, -50%);
  right: 54%;
}
div.bg-gray-1:nth-child(7) {
  background-color: #fff !important;
  padding-inline: 2rem;
}
div.relative:nth-child(3) {
  margin-top: 0px;
}


.tc-blue {
  color: #444 !important;
}
.m-0 {
  margin: 0px;
  color: #a1a1a1 ;
  padding-inline-end: 1rem;
}
#modal-select-origin > div:nth-child(1) {
  background-color: #fff !important;
}
#modal-select-origin > div:nth-child(3) > p:nth-child(1) {
  padding-inline: 1rem;
}
#modal-select-destination > div:nth-child(1) {
  background-color: #fff !important;
}
#modal-select-destination > div:nth-child(3) > p:nth-child(1) {
  padding-inline: 1rem;
}
.origen.active, .destino.active {
  border-color: #c1c1c1; /* azul mientras selecciona */
  
}

.origen.selected, .destino.selected {
  border-color: #1b365d; /* verde cuando ya está confirmado */
  color: #1b365d !important;
}



.select-date > div:nth-child(1) {
  padding: 12px;
  color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 180px;
  padding-inline: 1.5rem;
  border: 1px solid #c1c1c1;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
    transition: all 0.3s ease;    /* animación suave */
}

#label-date-go {
  /*! display: none; */color: #c1c1c1 ;
  font-size: 1rem;
}

/* Estado seleccionado */
.select-date.selected {
  border-color: #1b365d !important; /* borde verde */
}



.select-date.selected p {
  color: #1b365d !important; /* texto verde */
}


.date-vuelta.selected {
 border-color: #1b365d !important; /* borde verde */
}
.date-vuelta.selected p {
  border-color: #1b365d !important; /* borde verde */
}


div.select-date:nth-child(2) {
  padding: 12px;
  color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 180px;
  padding-inline: 1.5rem;
  border: 1px solid #c1c1c1;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
    transition: all 0.3s ease; 
}

#label-date-back {
  color: #c1c1c1;
  font-size: 1rem;
}




.calendario {
  width: 1.1rem;
  position: absolute;
  /*! top: 50%; *//*! left: 50%; *//*! height: 1rem; */top: 50%;
  transform: translate(-50%, -50%);
  left: 87%;
}



.shadow-1 {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0) !important;

}


.usuario {
  position: absolute;
  height: 1.1rem;
    transform: translate(-50%, -50%);
  left: 87%;
  top: 50%;
  filter: brightness(0.7) contrast(1.0);
}

/*
 * FORMS
 *
*/
.input-main {
    display: block;
    width: 168px;
    cursor: pointer;
    border: 1px solid #1b365d;
    color:#1b365d;
   padding-inline: 1.5rem;
   
    background-color: #fff;
    outline: none;
  font-size: 1rem;
    padding: 12px;
    border-radius: 8px;
    
}
.input-search{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #8b8b8b;
    padding: 10px 15px 10px 40px;

    outline: none;
}

.input-icon{
    position: absolute;
    width: 20px;
    top: 10px;
    left: 10px;
}







/*
 * MODAL
 *
*/
.modal-flight{
    z-index: 9;
    position: absolute;
    box-sizing: border-box;
 
    width: 100%;
    height: 380px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
    justify-content: center;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.datepicker__month-day {
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #1b365d !important;
    padding: 9px 7px;
    border: 1px solid transparent;
  }

.datepicker__month-day--today {

    color: #fff !important;
    border-radius: 0.5rem !important;
  }

.datepicker__month {
    font-size: 20px !important;
  }


  .datepicker__month-day--first-day-selected,
  .datepicker__month-day--last-day-selected {
    background-color: #00aec7 !important;
    color: #fff !important ;
    border-radius: 0.5rem !important;
  }


.datepicker {
    background-color: transparent;
    border-radius: 4px;
    color: #1b365d !important;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 14px;
  }


  .datepicker__month-day--invalid {
    color: #e8ebf4 !important;
  }






div.border-bottom:nth-child(1) > p:nth-child(1) {
  display: flex;
  flex-direction: column;
  color: #1b365d !important;
}

div.border-bottom:nth-child(1) > div:nth-child(2) > svg:nth-child(1) {

  fill: #a1a1a1;
}

div.border-bottom:nth-child(1) > div:nth-child(4) > svg:nth-child(1) {
  fill: #00aec7 !important;

}


#babies-number {
  font-weight: 600;
  color: #1b365d !important;
}

div.border-bottom:nth-child(3) > p:nth-child(1) {
  color: #1b365d !important;
  display: flex;
  flex-direction: column;
}

div.border-bottom:nth-child(2) > p:nth-child(1) {
  color: #1b365d !important;
  display: flex;
  flex-direction: column;
}

div.border-bottom:nth-child(2) > div:nth-child(2) > svg:nth-child(1) {
  fill: #a1a1a1;
}
div.border-bottom:nth-child(2) > div:nth-child(4) > svg:nth-child(1) {
  fill: #00aec7 !important;
}
div.border-bottom:nth-child(3) > div:nth-child(2) > svg:nth-child(1) {
  fill: #a1a1a1;
}
div.border-bottom:nth-child(3) > div:nth-child(4) > svg:nth-child(1) {
  fill: #00aec7 !important;
}
#children-number {
  font-weight: 600;
  color: #1b365d !important;
}
#adults-number {
  font-weight: 600;
  color: #1b365d !important;
}


button.btn:nth-child(3) {
  background-color: #00aec7;
  border: 2px solid #00aec7;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.flechaa {
  width: 1rem;
  height: 1rem;
}
#btn-search-flights {
  align-items: center;
  display: flex;
  gap: .5rem;
  height: 42px;
}
.dg-redemption-checkbox {
  margin-top: 1rem;
  color: #1b365d;
}
div.bg-gray-1:nth-child(7) > div:nth-child(3) {
  justify-content: flex-end;
}

div.bg-gray-1:nth-child(7) > div:nth-child(3) {
  align-items: center;
  gap: 1rem;
  color: #1b365d;
  /*! font-size: 1rem; */
}
.cartas {
  margin-inline: 2.1rem;
}
div.cartas-2:nth-child(2) {
  display: flex;
}
div.cartas-2:nth-child(3) {
  display: flex;
}



.grupos {
  /*! margin-inline: 2rem; */display: flex;
  flex-direction: row !important;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  padding: 16px 20px;
  background: white;
  border-radius: 14px !important;
  color: #1B365D;
  outline: 1px #F2F2F2 solid;
  outline-offset: -1px;
  align-items: center;
  gap: 1rem;
  transition: all 0.25s ease;
  width: 250px;
  position: relative;
}
.iconos {
  margin-inline: 3rem;
  display: flex;
  gap: 1.8rem;
  padding-bottom: 28px;
  padding-top: 28px;
 
}

div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #1B365D;
  margin-bottom: 2px;
  font-size: 20px;
}

div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  padding: 1rem;
}
div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  min-height: 40px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) {
  width: 95%;
  height: 1px;
  margin: 12px 0;
  border-bottom: 1px #E0E0E0 solid;
}
div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #00AEC7;
  gap: 8px;
  text-decoration: none;
}

.card {
  background-color: white;
  /*! max-width: 540px; */border-radius: 14px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.10);
}



.grupos:hover {
    color: #00AEC7;
      text-decoration: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.grupos:hover .captura {
  filter: invert(37%) sepia(96%) saturate(500%) hue-rotate(150deg) brightness(90%) contrast(90%);
  transition: filter 0.3s ease;
}


.captura {
  width: 2rem;
}

div.grupos:nth-child(2) > i:nth-child(3) {
  position: absolute;
  right: 20px;
}

div.grupos:nth-child(4) > i:nth-child(3) {
  position: absolute;
  right: 20px;
}
div.grupos:nth-child(3) > i:nth-child(3) {
  position: absolute;
  right: 20px;
}
.boder-left {
  display: flex;
  align-items: center;
  border-left: #00AEC7 4px solid;
  gap: 1rem;
}
.explora {
  display: flex;
  margin-inline: 3rem;
  padding-top: 28px;
padding-bottom: 28px;
}
.capturaa {
  width: 23px;
  padding-inline-start: 2rem;
}
.boder-left > h2:nth-child(2) {
  font-size: 30px;
  font-weight: 550;
}


.icon-container {
  width: 42px;
  height: 42px;
  background: #F0F3F7;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.grupos:nth-child(1) > i:nth-child(3) {
  display: flex;
  width: 120px;
  justify-content: flex-end;
}



div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  width: 100%;
  height: auto;
}

.rttw-grid {
  display: flex;
  width: 100%;
  gap: 30px;
  padding-inline: 3rem;
}
.alianzas-content {
  display: flex;
  width: 100%;
 
}
div.rttw-col-span-1:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
}

div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #1B365D;
  margin-bottom: 2px;
  font-size: 20px;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  width: 100%;
  height: auto;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  /*! font-size: 14px; */font-weight: 500;
  /*! line-height: 18px; */text-align: center;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  padding: 1rem;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #00AEC7;
  gap: 8px;
  text-decoration: none;
}
div.rttw-col-span-1:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) {
  width: 95%;
  height: 1px;
  margin: 12px 0;
  border-bottom: 1px #E0E0E0 solid;
}
div.rttw-col-span-1:nth-child(3) {
  background-color: white;
  max-width: 540px;
  border-radius: 14px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.10);
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  width: 100%;
  height: auto;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  padding: 1rem;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #1B365D;
  margin-bottom: 2px;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) {
  width: 95%;
  height: 1px;
  margin: 12px 0;
  border-bottom: 1px #E0E0E0 solid;
}
div.rttw-col-span-1:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #00AEC7;
  gap: 8px;
  text-decoration: none;
}





.rt-widget {
  background-color: #f7f7f7 !important;
  margin: 0;
  /*! font-family: 'Lato',sans-serif; */font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.rttw-container {
  padding-top: 28px;
  padding-bottom: 28px;
}
.rttw-justify-between {
  padding-bottom: 32px;
  /*! justify-content: space-between; *//*! width: 100%; *//*! border-left: 4px #00AEC7 solid; */padding-inline: 3rem;
}
.title-container {
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  padding: 12px 0px 12px 32px;
  display: flex;
  /*! width: 100%; *//*! border-left: 4px #00AEC7 solid; */width: 100%;
  border-left: 4px #00AEC7 solid;
}
.text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faqs-title {
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  /*! font-family: 'Encode Sans', sans-serif; */
}
.faqs-title > div:nth-child(1) {
  font-size: 23px;
  padding-right: 10px;
  background: transparent;
}
.fa-plane-circle-check {
  color: #00AEC7;
}
.text-container {
  font-size: 30px;
  font-weight: 550;
  color: black;
  /*! font-size: 20px; *//*! font-weight: 600; */line-height: 1.05;
  letter-spacing: 0.05;
  text-align: start;
}
.faqs-subtitle {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #636363;
  font-size: 20px;
  line-height: 28px;
}
.title-container > div:nth-child(2) {
  display: flex;
}
.round-btn {
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 8px 12px;
  height: fit-content;
  width: fit-content;
  font-size: 16px;
  transition: all 0.25s ease;
  color: #1B365D;
  border: 2px #1B365D solid;
  text-decoration: none;
}
.fa-circle-chevron-right {
  padding-left: 8px;
}
.title-container > div:nth-child(2) {
  display: flex;
  padding-inline-end: 2.5rem;
}

#faq-collapse {
  transition: max-height 0.4s ease;
}




/* Elemento | http://localhost/ */

.faqs-container {
  padding: 24px 32px;
  background-color: white;
  text-align: center;
  border-radius: 14px;
}

/* Elemento | http://localhost/ */

#faq-main {
  gap: 32px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) {
  width: 100%;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  border-radius: 6px;
  margin-bottom: 12px;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02;
  padding-bottom: 12px;
  text-align: center;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  color: #444444;
  font-weight: 500;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
  display: block;
  color: #00AEC7;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) {
  width: 100%;
}
#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02;
  padding-bottom: 12px;
  text-align: center;
  color: #153e69;
}
#faq-main {
  padding-inline: 0px !important;
}
.faqs-container {
  margin-inline: 3rem;
}




/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  color: #444444;
  font-weight: 500;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
  display: block;
  color: #00AEC7;
}





/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) {
  width: 100%;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  font-weight: 500;
  color: #444444;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/ */

#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  display: block;
  color: #00AEC7;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}



/* Elemento | http://localhost/ */

#faq-collapse {
  width: 100%;
  position: relative;
  margin-left: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

/* Elemento | http://localhost/ */

.collapse-inner {
  gap: 32px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  padding-top: 32px;
  display: grid;
  padding-inline: 0px !important;

}



/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) {
  width: 100%;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
}




.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}



/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  font-weight: 500;
  color: #444444;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  display: block;
  color: #00AEC7;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) {
  width: 100%;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  border-radius: 6px;
  margin-bottom: 12px;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  font-weight: 500;
  color: #444444;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  display: block;
  color: #00AEC7;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}



/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) {
  width: 100%;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  border-radius: 6px;
  margin-bottom: 12px;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > i:nth-child(1) {
  font-size: 32px;
  color: white !important;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  font-weight: 500;
  color: #444444;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

/* Elemento | http://localhost/index.html */

.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  display: block;
  color: #00AEC7;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}





/* Elemento | http://localhost/index.html */

#faq-collapse-toggle {
  cursor: pointer;
  margin-top: 32px;
  display: inline-block;
  background-color: white;
  border: none;
  color: #1B365D;
  transition: 0.3s ease;
}

/* Elemento | http://localhost/index.html */

.fa-chevron-down {
  color: #1B365D;
  padding-left: 8px;
  padding-right: 8px;
}


.rt-hidden {
  display: none;
}

.portapapeles {
  width: 2rem;
}

.aviancito {
  width: 29px;
}

.rt-widget {
  background-color: #f7f7f7 !important;
  margin: 0;
  /*! font-family: 'Lato',sans-serif; */font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-top: 28px;
}

.flechas {
  width: 1rem;
  padding-left: 8px;
  margin-top: 2px;
}





/* Elemento | http://localhost/index.html */

.lg\:rttw-container {
  padding-top: 28px;
  padding-bottom: 28px;
  \}: ;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Elemento | http://localhost/index.html */

.register-container {
  align-items: center;
  background: #1B365D;
  box-sizing: border-box;
  color: #ffffff;
  flex-direction: row;
  height: fit-content;
  padding: 16px 24px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 14px;
}

/* Elemento | http://localhost/index.html */

#https\:\/\/linkscl\.jetsmart\.com\/u\/register\.php\?CID\=814442181\&f\=1255\&p\=2\&a\=r\&SID\=\&el\=\&llid\=\&counted\=\&c\=\&optin\=y\&inp_3\=\[\*Email\]\&inp_24351\=1 {
  align-items: center;
  flex-direction: row;
  padding: 0 20px 0 0;
}

/* Elemento | http://localhost/index.html */

.icon-register {
  height: 64px;
  width: 64px;
  max-width: 100%;
  display: block;
}

/* Elemento | http://localhost/index.html */

.block-register-text {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
}

/* Elemento | http://localhost/index.html */

.main-text-register {
  color: #ffffff !important;
  font-size: 16px;
  margin: 0 !important;
  font-weight: 300;
}

/* Elemento | http://localhost/index.html */

.soport-main-text {
  color: #ffffff !important;
  font-size: 25px;
  font-weight: bold;
  margin: 0 !important;
  line-height: 26px;
}

/* Elemento | http://localhost/index.html */

.block-form-politics {
  display: flex;
  flex-direction: column;
  flex: 3;
}

/* Elemento | http://localhost/index.html */

#register_email {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  justify-content: space-between;
}

/* Elemento | http://localhost/index.html */

#emailMob {
  color: #cccccc;
}

/* Elemento | http://localhost/index.html */

#continueBtn {
  background: #00aec7;
  color: #fff;
  margin: 0 0 0 30px !important;
  padding: 0 15px;
  position: relative;
  width: fit-content;
  transition: 0.25s ease;
  display: flex;
  font-size: 14px !important;
  height: 45px;
  align-items: center;
  border-radius: 20px !important;
  border: none;
}

/* Elemento | http://localhost/index.html */

.fa-circle-chevron-right {
  padding-left: 8px;
}

/* Elemento | http://localhost/index.html */

.success-register-text {
  display: none;
  color: #ffffff !important;
  font-size: 28px !important;
  width: 70%;
  text-align: center;
}

/* Elemento | http://localhost/index.html */

#errorMessage {
  color: #AF272F !important;
  font-size: 14px;
  padding: 10px 0 0 6px;
  margin: 0 !important;
  font-style: italic;
}

/* Elemento | http://localhost/index.html */

.text-politic {
  box-sizing: border-box;
  color: #ffffff !important;
  font-size: 12px;
  margin: 0 !important;
  font-weight: 300;
  width: 70%;
  text-align: start;
}

/* Elemento | http://localhost/index.html */

.lg\:rttw-hidden {
  display: none;
}

/* Elemento | http://localhost/index.html */

.text-politic-link {
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: underline !important;
}

#https\:\/\/linkscl\.jetsmart\.com\/u\/register\.php\?CID\=814442181\&f\=1255\&p\=2\&a\=r\&SID\=\&el\=\&llid\=\&counted\=\&c\=\&optin\=y\&inp_3\=\[\*Email\]\&inp_24351\=1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 20px 0 0;
}




.block-form-politics {
  display: none;
}



/* Elemento | http://localhost/ */

#info {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Elemento | http://localhost/ */

.rttw-gap-x-\[8px\] {
  padding-inline: 0px;
  column-gap: 8px;
  grid-template-columns: repeat(12,minmax(0,1fr));
  display: d;
}

/* Elemento | http://localhost/ */

#info > div:nth-child(1) {
  max-width: 1200px;
}

/* Elemento | http://localhost/ */

.md\:rttw-col-span-8 {
  grid-column: span 8/span 8;
}

/* Elemento | http://localhost/ */

.md\:rttw-col-span-8 > div:nth-child(1) {
  text-align: start;
}

/* Elemento | http://localhost/ */

.md\:rttw-col-span-8 > div:nth-child(1) > p:nth-child(1) {
  font-size: 18px;
  color: #204071;
  font-weight: bold;
}

/* Elemento | http://localhost/ */

img.blur-up:nth-child(2) {
  margin-bottom: 0 !important;
  max-height: 100px;
  filter: blur(0);
  padding: 8px;
  display: inline-block;
}

/* Elemento | http://localhost/ */

img.blur-up:nth-child(3) {
  margin-bottom: 0 !important;
  max-height: 100px;
  filter: blur(0);
  padding: 8px;
  display: inline-block;
}

/* Elemento | http://localhost/ */

img.blur-up:nth-child(4) {
  margin-bottom: 0 !important;
  max-height: 100px;
  filter: blur(0);
  padding: 8px;
  display: inline-block;
}

/* Elemento | http://localhost/ */

.md\:rttw-col-span-4 {
  text-align: right;
  grid-column: span 4/span 4;
}

/* Elemento | http://localhost/ */

div.rttw-inline-block > p:nth-child(1) {
  font-size: 18px;
  color: #204071;
}

/* Elemento | http://localhost/ */

.rt-md-hidden {
  display: none;
}

/* Elemento | http://localhost/ */

div.rt-hidden:nth-child(3) {
  display: flex;
  gap: 10px;
  padding-top: 8px;
  justify-content: flex-end;
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(1) {
  color: #114171;
  transition: color 250ms ease-in-out;
  border-radius: 5px;
  justify-content: center;
  background-color: rgba(240 243 247);
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(1) > i:nth-child(1) {
  font-size: 26px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(2) {
  color: #114171;
  transition: color 250ms ease-in-out;
  color: #114171;
  transition: color 250ms ease-in-out;
  border-radius: 5px;
  justify-content: center;
  background-color: rgba(240 243 247);
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(2) > i:nth-child(1) {
  font-size: 26px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(3) {
  color: #114171;
  transition: color 250ms ease-in-out;
  border-radius: 5px;
  justify-content: center;
  background-color: rgba(240 243 247);
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(3) > i:nth-child(1) {
  font-size: 26px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(4) {
  color: #114171;
  transition: color 250ms ease-in-out;
  border-radius: 5px;
  justify-content: center;
  background-color: rgba(240 243 247);
}

/* Elemento | http://localhost/ */

a.rttw-bg-\[\#F0F3F7\]:nth-child(4) > i:nth-child(1) {
  font-size: 26px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md\:rttw-col-span-4 {
  display: flex;
  width: 80%;
  justify-content: flex-end;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


/* Elemento | http://localhost/ */

div.rttw-container:nth-child(3) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Elemento | http://localhost/ */

#footer_cols {
  grid-template-columns: repeat(12,minmax(0,1fr));
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(1) {
  grid-column: span 3/span 3;
}




/* Elemento | http://localhost/ */

#footer_cols {
  padding-inline: 0px;
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(1) > h5:nth-child(2) {
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 32px;
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(1) > h5:nth-child(1) {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) {
  padding-inline: 0px;
  font-size: .875rem;
  line-height: 1.25rem;
  list-style-type: none;
}

/* main.css | http://localhost/css/main.css */

.rt-widget {
  font-family: 'Lato',sans-serif;
}

/* Elemento | http://localhost/ */

#footer_col_1_collapse {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
  text-decoration: none;
  color: #666968;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) {
  text-decoration: none;
  color: #666968;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) {
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1) {
  color: #666968;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) {
  text-decoration: none;
  color: #666968;
}

/* Elemento | http://localhost/ */

#footer_col_1 > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) {
  text-decoration: none;
  color: #666968;
}

div.sm\:rttw-col-span-6:nth-child(2) > h5:nth-child(1) {
  display: none;
}


/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(2) > h5:nth-child(2) {
  display: flex;
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 32px;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) {
  padding-inline: 0px;
  padding-inline: 0px;
  font-size: .875rem;
  line-height: 1.25rem;
  list-style-type: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

#footer_col_2_collapse {
  display: none;
}




/* Elemento | http://localhost/ */

#footer_col_2_collapse {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(3) > h5:nth-child(1) {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(3) > h5:nth-child(2) {
  display: flex;
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 32px;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) {
  padding-inline: 0px;
  font-size: .875rem;
  line-height: 1.25rem;
  list-style-type: none;
}

/* Elemento | http://localhost/ */

#footer_col_3_collapse {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(4) > h5:nth-child(1) {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(4) > h5:nth-child(2) {
  display: flex;
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 32px;
}

/* Elemento | http://localhost/ */

#footer_col_4 > ul:nth-child(1) {
  list-style: none;
  padding-inline: 0px;
}

/* Elemento | http://localhost/ */

#footer_col_4 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {
  color: #666968;
  text-decoration: none;
}


.preparate {
  display: none;
}




/* Elemento | http://localhost/ */

.separator-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Elemento | http://localhost/ */

hr.\!rttw-border-t:nth-child(1) {
  border-color: #11417100;
  border-top-width: 1px !important;
  border-style: solid;
  border-top-color: rgba(224 224 224);
}



/* Elemento | http://localhost/ */

.rttw-flex-col {
  flex-direction: row;
  display: ;
  justify-content: space-between;
  align-items: center;
}

/* Elemento | http://localhost/ */

div.rttw-w-fit:nth-child(1) {
  width: fit-content;
}

/* main.css | http://localhost/css/main.css */

.rt-hidden {
  /* display: none; */
}

/* Elemento | http://localhost/ */

div.rttw-w-fit:nth-child(2) {
 
  gap: 25px;
  width: fit-content;
}

/* Elemento | http://localhost/ */

img.rttw-max-w-\[45px\]:nth-child(1) {
  max-width: 45px;
  height: auto;
}

/* Elemento | http://localhost/ */

img.rttw-max-w-\[45px\]:nth-child(2) {
  max-width: 45px;
}

/* Elemento | http://localhost/ */

img.rttw-max-w-\[45px\]:nth-child(3) {
  max-width: 45px;
}

/* Elemento | http://localhost/ */

img.rttw-max-w-\[45px\]:nth-child(4) {
  max-width: 45px;
}

/* Elemento | http://localhost/ */

.lazypreload {
  opacity: 1;
  transition: opacity 200ms;
}

.loader {
    position: fixed;
    z-index: 100;
    height: 100vh;
    width: 100vw;

    display: none;
    justify-content: center;
    align-items: center;

    
   
    background-color: rgba(255, 255, 255, 0.27);
}



.cal-loader__path {
    stroke: #1b365d;
    animation: 2.4s ease-in-out infinite loader-path;
}.cal-loader__plane {
    fill: #1b365d;
}

.rttw-flex-col {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

div.rttw-w-fit:nth-child(2) {
  display: flex;
}
#footer_cols {
  gap: 8rem;
}





/*
 * BUTTONS
 *
*/
.select-airport {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    min-width: 450px;
}

.select-airport td {
    cursor: pointer;
    border: 1px solid #8b8b8b;
    color: #9c9c9c;
    text-align: left;
    padding: 10px 15px;
    background-color: #fff;
}

.select-date{
    border-collapse: collapse;
    position: relative;

}
.select-date {
  display: flex;
  gap: 1rem;
  align-items: center;
}



.select-date td {
    cursor: pointer;
    border: 1px solid #8b8b8b;
    color: #9c9c9c;
    padding-left: 15px;
    min-height: 40px;
    background-color: #fff;
}

.divider-arrow-1{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    position: absolute;
    border-bottom: 1px solid #8d8c8c;
    border-right: 1px solid #8d8c8c;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-3px, -5px) rotate(45deg);
    width: 10px;
    z-index: 2;
}

.divider-arrow-2{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-right: 1px solid #8d8c8c;
    border-top: 1px solid #8d8c8c;
    height: 10px;
    left: 49.8%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translatex(-6px);
    width: 10px;
    z-index: 2;
}



/*
 * EXCEPTIONS
 *
*/
.bg-slide-1{
background-color: #fff;
padding: 0px !important;
}

.bg-slide-2{
 background-color: #fff;
 padding: 0px !important;
}

.red-tag{
    color: #fff;
    background-color: #ae2535;
    border-radius: 10px;
    padding: 4px;
    font-weight: 600;
    font-size: 10px;
    display: none;
}

.ovfl-scroll{
    overflow: scroll;
}

.ovfl-hidden{
    overflow: hidden;
}

.ovfl-auto{
    overflow: auto;
}

.ovfl-clip{
    overflow: clip;
}


.slider {
    width: 100%;
  }
  
.slides {
    display: flex;
    flex-direction: row;

    overflow-x: auto;
    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
   
}
.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.slides::-webkit-scrollbar-track {
    background: transparent;
}
.slides > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 70vw;
    margin-right: 10px;
    border-radius: 10px;
    background: #fff;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.7s;
    position: relative;

    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.ticket-card{
    --border-opacity: 1;
    border: 1px solid #e6e6e6;
    border-color: rgba(230, 230, 230, var(--border-opacity));
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    cursor: pointer;
    margin-top: 1.25rem;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 550px;

    display: flex;
    flex-flow: column;
    align-items: center;
}

.ticket-decoration{
    width: 100%;
    box-sizing: border-box;
    border-bottom-left-radius: 50% 25%;
    border-bottom-right-radius: 50% 25%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
}

.ticket-card-footer{
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.ticket-card-footer hr{
    box-sizing: border-box;
    opacity: .5;
}

.ticket-property{
    width: 100%;
    border-bottom: 1px solid #8b8b8b;
    padding-block: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticket-submit{
    align-items: center;
    border: 1px solid #1c355e;
    color: #fff;
    background-color: #1c355e;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding-block: 20px;
    padding-inline: 10px;
    text-transform: none;
    margin: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.passengers-container{
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
    height: auto;
    margin: 25px 0;
    min-height: 130px;
    padding: 25px;
    position: relative;
    width: 100%;
}

.input-container {
    position: relative;
    padding: 15px 0 0;
}

.input-container label {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 14px 0;
    transition: 0.2s;
    pointer-events: none;
    color: #9b9b9b;
}



.input-container input[type="text"], input[type="email"], input[type="number"]{
    border: 0;
    box-sizing: border-box;
    border: 1px solid #1c355e;
    border-radius: 5px;
    outline: none;
    padding: 20px 0 4px 14px;
    font-size: 20px;
    width: 100%;
    background-color: transparent;
    color: #10004f;
    transition: border-color 0.2s;
}

.input-container input[type="text"]:focus, .input-container input[type="email"]:focus, .input-container input[type="number"]:focus{
    border: 1px solid #00abc8;
}

.input-container input[type="text"]:focus + label, .input-container input[type="email"]:focus + label, .input-container input[type="number"]:focus + label,
.input-container input[type="text"]:valid + label, .input-container input[type="email"]:valid + label, .input-container input[type="number"]:valid + label {
    top: 20px;
    left: 11px;
    background-color: white;
    padding-inline: 3px;
    padding-block: 0px;
    font-size: 13px;
    color: #9b9b9b;
}

.input-container input[name="date"]{
    top: 7px;
    background-color: white;
    padding-inline: 3px;
    padding-block: 0px;
    font-size: 13px;
    color: #10004f;
}

.input-container input[type="text"]:focus + label, .input-container input[type="email"]:focus + label, .input-container input[type="number"]:focus + label {
    color: #1c355e;
    font-weight: 900;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn-fixed{
    position: fixed;
    z-index: 80;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #ae2535;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.select-container{
    margin-top: 15px;
    color: #1c355e;
}

.select-container-select{
    padding: 20px 0 4px 14px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #1c355e;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    outline: none;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.select-container-label{
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
}

/* .select-container select{
    padding: 20px 0 4px 14px;
    border: 1px solid #1c355e;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    outline: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    
}

.select-container label{
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
} */



div.p-2:nth-child(4) {
  display: none !important;
  flex-direction: row !important;
  background-color: #f7f7f7 !important;
  border-radius: 0.75rem;
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
}
div.p-2:nth-child(4) > p:nth-child(2) {
  color: #7d93b2 !important;
  font-size: 1rem !important;
  font-family: "Lato", sans-serif;
  margin-left: 0.5rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

div.bg-gray-1:nth-child(3) {
  background-color: #fff !important;
}
div.bg-gray-1:nth-child(3) > div:nth-child(3) {
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.imagen-mobile {
  display: none;
}


@media (max-width: 900px) {



div.slide:nth-child(1) {
  display: none;
}
div.slide:nth-child(2) {
  display: none;
}
div.slide:nth-child(3) {
  display: none;
}
.slide-container {
  display: none;
}
.next {
  display: none;
}
    .prev {
  display: none;
}
.menu-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 1px; 
 padding-inline-start: 0rem;

  
  /*! gap: -1rem; */
  position: absolute;
  gap: .5rem;
  top: -05px;
}

div.item:nth-child(2) {
  display: none;
}

div.item:nth-child(3) {
  display: none;
}
div.item:nth-child(4) {
  display: none;
}


.slider {
  position: absolute;

overflow: visible;
  top: 105px;
}


.shadow-1 {
  position: absolute !important;
  display: flex;
  flex-direction: column;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: 0px;
  width: 100%;
  max-width: 350px;
  justify-content: center;
}


.cuadro {
  display: flex;
  align-items: baseline;
  gap: 1rem;
 
  width: 100%;

  flex-direction: column;
}
.cuadro > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.origen, .destino {
  padding: 12px;
 
  
color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 100%;
  padding-inline: 1.5rem;
  /*! border: 1px solid #c1c1c1; */
 
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  max-width: 250px;
}
#label-date-back {
  color: #c1c1c1;
  font-size: .8rem;
  padding-inline-end: 0px;
}
#label-date-go {
  /*! display: none; */color: #c1c1c1 ;
  font-size: .8rem;
}
.select-date {
  display: flex;
  gap: .5rem;
  align-items: center;
  width: 300px;
}

.cuadro > div:nth-child(1) > svg:nth-child(5) {
  visibility: visible;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 90.5%;
  transform: translate(100%, -50%);
  /*! right: 54%; */
  display: none;
}
.cuadro > div:nth-child(1) > svg:nth-child(1) {
  visibility: visible;
  position: absolute;
  top: 50%;
 transform: translate(-50%, -50%);
  right: 54%;
  display: none;
}

div.bg-gray-2:nth-child(1) > div:nth-child(1) {
  display: flex !important;
  flex-direction: row !important;
  background-color: #00aec7 !important;
  border-radius: 0.25rem;
  padding-inline: 0.25rem;
  padding-block: 0.25rem;
  /*! font-size: 1rem; */
  /*! padding: px; */
  height: 25px;
}

div.bg-gray-2:nth-child(1) > div:nth-child(1) > p:nth-child(2) {
  font-size: .8rem !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  margin-left: 0rem; 
  font-weight: 600 !important;
  margin-top: .8rem; 
  margin-bottom: .8rem; 
}

div.flex-column:nth-child(1) > i:nth-child(1) {
  display: none;
}
.fa-van-shuttle {
  display: none;
}
div.bg-gray-2:nth-child(2) > p:nth-child(2) {
  font-size: .8rem !important;
   font-family: "Lato", sans-serif;
  margin-left: 0rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

div.bg-gray-2:nth-child(2) {
  padding-inline: 0.28rem;
  padding-block: 0.25rem;
  height: 25px;
  border-radius: 0.25rem;
}
div.bg-gray-2:nth-child(3) > p:nth-child(2) {
  color: #7d93b2 !important;
  font-size: 1rem !important;
  font-family: "Lato", sans-serif;
  margin-left: 0rem;
  font-weight: 600 !important;
  margin-top: .25rem;
  margin-bottom: .8rem;
}
div.bg-gray-2:nth-child(3) {
  display: flex !important;
  flex-direction: row !important;
  background-color: #f7f7f7 !important;
  border-radius: 0.25rem;
  padding-inline: 0.25rem;
  padding-block: 0.25rem;
  height: 25px;
}
div.p-2:nth-child(3) > p:nth-child(2) {
  /*! padding-inline: 0.28rem; *//*! padding-block: 0.25rem; *//*! height: 25px; *//*! border-radius: 0.25rem; */font-size: .8rem !important;
  font-family: "Lato", sans-serif;
  margin-left: 0rem;
  font-weight: 600 !important;
  margin-top: .8rem;
  margin-bottom: .8rem;
}
.fa-suitcase {
  display: none;
}
.slider {
  position: absolute !important;
  display: flex;
  flex-direction: column;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: 0px;
  width: 100%;
  max-width: 350px;
  justify-content: center;
  border-bottom-left-radius: 0.8rem;
  border-radius: 1rem;
}




.slider-mobile {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.slider-mobile .slide-mobile {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.slider-mobile-controls {
  position: absolute;
  top: 96%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.slider-mobile-controls button {
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

div.slide-mobile:nth-child(1) {
 

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  
}


div.item:nth-child(5) {
  /*! padding-bottom: 0px; */margin-bottom: .2rem;
  border-radius: 0.75rem;
}

header {
  position: relative;
  width: 100%;
  height: 720px; /* altura fija del header */
  overflow: hidden; /* oculta lo que se sale */
}

.slider-mobile {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.slide-mobile {
  min-width: 100%; /* cada slide ocupa todo el ancho */
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

div.justify-content-evenly:nth-child(2) > div:nth-child(1) > span:nth-child(3) {
  color: black !important;
  font-weight: 500;
  font-size: .8rem;
}
div.justify-content-evenly:nth-child(2) > div:nth-child(2) > span:nth-child(3) {
  color: black !important;
  font-weight: 500;
  font-size: .8rem;
}
#select-origin {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.swap-btn {
 
  
  border: none;
  
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  /*! left: 50%; */
  background-color: transparent;
  /*! right: 47%; */

  
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.origen, .destino {
  padding: 8px;
 
  
color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 100%;
  padding-inline: 1.5rem;
  /*! border: 1px solid #c1c1c1; */
 
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  max-width: 250px;
}
#select-destination {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 9px;
  height: 4px;
  background: rgba(255,255,255,0.5);
  border-radius: 0.5rem;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

.select-date > div:nth-child(1) {
  padding: 8px;
  color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 180px;
  padding-inline: 1.5rem;
  border: 1px solid #c1c1c1;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
    transition: all 0.3s ease;    /* animación suave */
}

div.select-date:nth-child(2) {
  padding: 8px;
  color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 180px;
  padding-inline: 1.5rem;
  border: 1px solid #c1c1c1;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
    transition: all 0.3s ease; 
}

.input-main {
    display: block;
    width: 168px;
    cursor: pointer;
    border: 1px solid #1b365d;
    color:#1b365d;
   padding-inline: 1.5rem;
   
    background-color: #fff;
    outline: none;
  font-size: .8rem;
    padding: 8px;
    border-radius: 8px;
    
}


div.slide-mobile:nth-child(1) {
 

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}


.slider-mobile .slide-mobile {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

div.bg-gray-1:nth-child(3) > div:nth-child(3) {
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}


.items-end {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #1b365d;
}
div.bg-gray-1:nth-child(3) > div:nth-child(3) {
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
#btn-search-flights {
  align-items: center;
  display: flex;
  gap: .5rem;
  height: 42px;
  justify-content: center;
  width: 100%;
}
.items-end {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #1b365d;
}

.caja-mobilee {
  position: absolute;
  top: 64%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.caja-mobile {
  height: 250px;
  width: 100%;
  max-width: 380px;
  object-fit: contain;
}
div.bg-gray-1:nth-child(3) {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
div.bg-gray-2:nth-child(1) {
  justify-content: flex-start;
  padding-inline: 2rem;
  background-color: #fff !important;
  gap: 1rem;
  padding-top: 1rem;
  border-top-right-radius: 0.5rem;
}


.origen, .destino {
  padding: 8px;
 
  
color: #c1c1c1;
  background: #ffff !important;
  cursor: pointer;
  width: 100%;
  padding-inline: 1.5rem;
  /*! border: 1px solid #c1c1c1; */
 
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px;
  max-width: 250px;
  font-size: 0.8rem;
}

#mobile-prev {
  color: #fff;
}

#mobile-next {
  color: #fff;
}
.imagen-mobile {
  display: flex;
}
.cartas > div:nth-child(1) > img:nth-child(1) {
  display: none;
}
.cartas {
  margin-inline: 0rem;

}

div.cartas-2:nth-child(2) {
  display: flex;
  flex-direction: column;
}

div.cartas-2:nth-child(3) {
  display: flex;
  flex-direction: column;
}

div.grupos:nth-child(1) > i:nth-child(3) {
  position: absolute;
  right: 20px;
}
.iconos {
   margin-inline: 0rem; 
  display: flex;
  gap: 1.8rem;
  padding-bottom: 28px;
  padding-top: 28px;
 
  flex-direction: column;
  /*! padding-inline: 1rem; */
  box-sizing: border-box;
  width: 100%;
  /*! max-width: 300px; */
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}


.grupos {
   margin-inline: 0rem; display: flex;
  flex-direction: row !important;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  padding: 16px 20px;
  background: white;
  border-radius: 14px !important;
  color: #1B365D;
  outline: 1px #F2F2F2 solid;
  outline-offset: -1px;
  align-items: center;
  gap: 1rem;
  transition: all 0.25s ease;
  width: auto;
  position: relative;
}


.boder-left > h2:nth-child(2) {
  display: none;
}
.preparate {
  display: flex;
  color: black;
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
}
.explora {
  display: flex;
  margin-inline: 1rem;
  padding-top: 28px;
padding-bottom: 28px;
}

.rttw-grid {
  display: flex;
  width: 100%;
  gap: 30px;
  padding-inline: 1rem;
  flex-direction: column;
}
.capturaa {
  width: 23px;
  padding-inline-start: 1rem;
}

.title-container {
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  padding: 12px 0px 12px 12px;
  display: flex;
  /*! width: 100%; *//*! border-left: 4px #00AEC7 solid; */width: 100%;
  border-left: 4px #00AEC7 solid;
  max-width: 290px;
}
.rttw-justify-between {
  padding-bottom: 32px;
  /*! justify-content: space-between; *//*! width: 100%; *//*! border-left: 4px #00AEC7 solid; */padding-inline: 1rem;
}
.aviancito {
  width: 28px;
}
.text-container {
  font-size: 20px;
  font-weight: 600;
  color: black;
  /*! font-size: 20px; *//*! font-weight: 600; */line-height: 1.05;
  letter-spacing: 0.05;
  text-align: start;
}
.faqs-subtitle {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #636363;
  font-size: 14px;
  line-height: 18px;
}
#faq-main {
  grid-template-columns: repeat(2,minmax(0,1fr));
  display: grid;
  gap: 16px;
}

.faqs-container {
  margin-inline: 1rem;
}

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faqs-container {
  /*! ackground-color: white; */text-align: center;
  border-radius: 14px;
  padding: 16px;
}
#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.portapapeles {
  width: 22px;
}

#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align:  center !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02;
  padding-bottom: 12px;
  text-align: center;
  color: #153e69;
}
#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #444444;
  font-weight: 500;
}
#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#faq-main > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 0px;
  height: fit-content;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#faq-main > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  text-align: center;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#faq-main > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}
#faq-collapse {
  max-height: 0px;
  width: 100%;
  position: relative;
  margin-left: 0;
  transition: max-height 0.3s ease;
}
#faq-main > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  /*! letter-spacing: -0.02; */padding-bottom: 12px;
  text-align: center;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#faq-main > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.collapse-inner > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}
.collapse-inner {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,2fr));
}


.collapse-inner > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}
.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.collapse-inner > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 150px;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEC7;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > i:nth-child(1) {
  font-size: 22px;
  color: white !important;
}.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  color: #153e69;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.collapse-inner > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
  display: block;
  color: #00AEC7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  padding-top: 12px;
  width: fit-content;
  height: fit-content;
}
#info > div:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
  /*! display: flex; *//*! flex-direction: column; */
}
.md\:rttw-col-span-8 {
  display: flex;
  justify-content: center;
  text-align: center;
  /*! align-items: first baseline; */
}
#info > div:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
  /*! display: flex; *//*! flex-direction: column; */
}

/* Elemento | http://localhost/ */

#info > div:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
}

/* Elemento | http://localhost/ */

.md\:rttw-col-span-8 {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* main.css | http://localhost/css/main.css */

@media (max-width: 900px) {
  .rttw-grid {
    /* flex-direction: column; */
  }
  .rttw-justify-between {
    /* padding-bottom: 32px; */
  }
}

#footer_cols {
  /* gap: 8rem; */
  flex-direction: column;
}

div.sm\:rttw-col-span-6:nth-child(1) > h5:nth-child(1) {
  /* display: none; */
}

.rttw-justify-between {
  /* padding-bottom: 32px; */
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(1) > h5:nth-child(1) {
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 2px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(1) > h5:nth-child(2) {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_1 {
  display: none;
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(2) > h5:nth-child(1) {
  display: flex;
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 2px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

/* Elemento | http://localhost/ */

div.sm\:rttw-col-span-6:nth-child(2) > h5:nth-child(2) {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_2 {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(3) > h5:nth-child(1) {
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 2px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(3) > h5:nth-child(2) {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_3 {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(4) > h5:nth-child(1) {
  display: flex;
  color: #114171;
  font-weight: 800;
  padding-bottom: 2px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

/* Elemento | http://localhost/ */

div.rttw-col-span-12:nth-child(4) > h5:nth-child(2) {
  display: none;
}

/* Elemento | http://localhost/ */

#footer_col_4 {
  display: none;
}
#footer_cols {
  gap: 1rem;
}

/* Elemento | http://localhost/ */

.separator-container {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-w-fit:nth-child(2) {
  display: none;
}

/* Elemento | http://localhost/ */

div.rttw-w-fit:nth-child(1) {
  text-align: center;
  width: 100%;
}

/* Elemento | http://localhost/ */

.rttw-flex-col {
  padding-bottom: 0;
}

/* Elemento | http://localhost/ */

.\!rttw-text-center {
  font-size: .85rem;
  color: #153e69;
}
div.rttw-w-fit:nth-child(3) {
  display: none;
}
.modal-flight {
    z-index: 9;
    position: fixed;
    box-sizing: border-box;
 padding: 1rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    justify-content: center;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0;
   /* estado inicial */
 transform: translateX(100%); /* fuera de pantalla */
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal-flight.active {
  animation: slideInRight 0.5s ease forwards;
  pointer-events: auto;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%); /* fuera de pantalla */
  }
  to {
    opacity: 1;
    transform: translateX(0);    /* visible */
  }
}


.origen.selected {
  border-color: #1b365d; /* verde cuando ya está confirmado */
  color: #1b365d !important;
}
.destino.selected {
  border-color: #1b365d; /* verde cuando ya está confirmado */
  color: #1b365d !important;
  border-top: none;

}


#modal-select-origin > div:nth-child(1) > p:nth-child(1) {
  color: #00aec7 !important;
}
#modal-select-origin > div:nth-child(2) > svg:nth-child(1) > g:nth-child(3) > path:nth-child(1) {
  fill: #a1a1a1;
}
.input-search {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #8b8b8b;
    padding: 10px 15px 10px 40px;

    outline: none;
    border: none;
    background-color: #f7f7f7;
    border-radius: 0.25rem;
}
#modal-select-origin > div:nth-child(2) > svg:nth-child(1) > g:nth-child(3) > path:nth-child(1) {
  fill: #a1a1a1;
}
#modal-select-origin > div:nth-child(3) > p:nth-child(1) {
  color: #1b365d !important;
}
#modal-select-origin > div:nth-child(3) {
  height: calc(100% - 84px);
  overflow-y: auto;
  margin-top: 1rem;
}
#modal-select-origin > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1) > g:nth-child(3) > g:nth-child(1) > path:nth-child(1) {
  stroke: rgb(51,84,109,.7);
  /*! stroke-width: px; */
}
.jet {
  width: 120px;
}
#modal-select-destination > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1) > g:nth-child(3) > g:nth-child(1) > path:nth-child(1) {
  stroke: rgb(51,84,109,.7);
}
#modal-select-destination > div:nth-child(3) > p:nth-child(1) {
  color: #1b365d !important;
  margin-top: 1rem;
}
.iniciar-sesion {
  display: flex;
  align-items: center;
  background-color: #1b365d;
  padding-inline: 1rem;
  border-radius: 1rem;
  height: 40px;
}
.iniciar-sesion > img:nth-child(2) {
  width: 1rem;
}
.iniciar-sesion > span:nth-child(1) {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  /*! margin-left: 5px; */margin-right: 5px;
}
body > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  width: 100px !important;
}
body > nav:nth-child(2) > div:nth-child(1) {
  align-items: center;
}
.m-0 {
  margin: 0px;
  color: #a1a1a1 ;
  padding-inline-end: 0rem;
}

body > nav:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
  gap: 0rem;
}
div.ml-1:nth-child(3) > img:nth-child(1) {
  width: 20px;
}





/* main.css | http://localhost/css/main.css */

.md\:rttw-col-span-4 {
  /* text-align: right; */
  text-align: center;
  width: 100%;
}

div.rt-hidden:nth-child(3) {
  /* justify-content: flex-end; */
  justify-content: center;
}

a.rttw-bg-\[\#F0F3F7\]:nth-child(1) > i:nth-child(1) {
  margin-right: 0;
}

a.rttw-bg-\[\#F0F3F7\]:nth-child(2) > i:nth-child(1) {
  margin-right: 0;
}

.md\:rttw-col-span-4 {
  /* width: 80%; */
  /* justify-content: flex-end; */
  width: 100%;
  justify-content: center;
}

a.rttw-bg-\[\#F0F3F7\]:nth-child(3) > i:nth-child(1) {
  margin-right: 0;
}

a.rttw-bg-\[\#F0F3F7\]:nth-child(4) > i:nth-child(1) {
  margin-right: 0;
}

/* Elemento | http://localhost/ */

.rttw-gap-x-\[8px\] {
  padding-inline: 0;
}

.md\:rttw-col-span-8 > div:nth-child(1) {
  text-align: center;
}

.datepicker__months {
    flex-direction: column;
  }
  .datepicker__month--month2 {
    display: table !important;
  }
#modal-select-destination > div:nth-child(1) > p:nth-child(1) {
  color: #00aec7 !important;
}
.w-100 {
  display: flex;
  justify-content: space-between;
}
.w-100 > p:nth-child(1) {
  color: #00aec7 !important;
}
#modal-select-origin > div:nth-child(1) > div:nth-child(2) > svg:nth-child(1) {
  width: 20px;
}
.w-100 > div:nth-child(2) > svg:nth-child(1) > g:nth-child(3) > g:nth-child(1) > path:nth-child(1) {
  stroke: rgb(51,84,109,.7);
}
.w-100 > div:nth-child(2) > svg:nth-child(1) {
  width: 20px;
}
.pl-2 {
  display: flex;
  justify-content: space-between;
  /*! color: #00aec7 !important; */
}
.pl-2 > p:nth-child(1) {
  color: #00aec7 !important;
}

div.item:nth-child(5) {
  display: flex;
}


div.border-bottom:nth-child(1) {
  /*! justify-content: space-between; */gap: 1rem;
}
div.border-bottom:nth-child(2) {
  gap: 1rem;
}
div.border-bottom:nth-child(3) {
  gap: 1rem;
}

div.border-bottom:nth-child(4) {
  gap: 1rem;
}

}