/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

/* Colors */
:root {
  /* #F60808 */
  --PrimaryColor: #1F3C8F;
  /*--PrimaryColor: #055dff;*/


  /* #CB0A0A */
  /* #055CFF */
  --HoverColor: hsl(219, 100%, 56%);
  --whiteColor: hsl(0, 0%, 100%);
  --blackColor: hsl(0, 0%, 18%);
  --textColor: hsl(240, 1%, 48%);
  --whiteColorDeam: hsl(0, 0%, 93%);
  --greyBg: hsl(0, 0%, 96%);
  --greyText: rgb(190, 190, 190);
  --inputColor: hsl(88, 98%, 100%);
}

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  padding: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
  overflow-x: hidden;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*#e1efff*/
.cardRoute {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 6px 7px #888888;
}

.custom-ul {
  color: #ffffff;
  font-size: 20px;
}

.custom-ul2 {
  color: #1e336c;
  font-size: 20px;
}

.custom-article {
  /*Quiero centrar este article*/
  margin-left: auto !important;
  margin-right: auto !important;
  
}

.custom-py {
  padding-bottom: 10rem/* 96px */;
  /* margin-top: 110px; */
  margin-bottom: 130px;

}

.custom-footer-py {
  /* padding: 30px; */
  padding-top: 5px;
  padding-bottom: 5px;
  height: 200px;
}

.custom-footer-sv {
  padding: 30px;
  margin-top: 300px;
}

#divRoutes {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
}

#todayCards {
  transition: opacity 0.5s;
}

.fade {
  opacity: 0;
}

.daySection {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 10px;
  padding: 10px;
  max-height: 500px; 
  overflow-y: auto;
}	

.sectionOff {
  cursor: pointer;
}

.sectionDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.sectionMain {
  border-right: 2px solid #e5e5ed;
  border-left: 2px solid #e5e5ed;
  border-bottom: 2px solid #e5e5ed;
  border-top: 2px solid #e5e5ed;
  background-color: white;
  width: 100%;
}

.sectionMainReturn {
  border-right: 2px solid #e5e5ed;
  border-left: 2px solid #e5e5ed;
  border-bottom: 2px solid #e5e5ed;
  border-top: 2px solid #e5e5ed;
  background-color: white;
  width: 100%;
}

.tripSelected {
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 750px;
}

.selected {
  width: 100%;
}

#tickets {
  padding-top: 107px;
}

.divButton {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.buttonCards {
  height: 40px;
  background-color: #1F3C8F; /*#055dff*/
  border: 4px solid #e6e6e6;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 102px;
}

.buttonCardsReturn {
  background-color: #d9052d; /*#d9052d;*/ /*#e2231c*/
}

.buttonCardsDisabled {
  height: 40px;
  background-color: gray;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  padding: 15px;
  width: 102px;
}

.logoFooterMovil1 {
  width: 50px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.footer1DivMovil2 {
  margin-bottom: 10px;
}

.backgroundimag {
  background-image: url(../images/playero9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.backgroundimag6 {
  background-image: url(../images/oneday_tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.titlesFooterMovil {
  color: white;
}

.footer2DivMovil {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.socialMediaFooterMovil {
  color: white;
  font-size: 15px;
}

.footer3DivMovil {
  margin-top: 10px;
}

.copyMovil {
  font-size: 11px;
}

.activo {
  
  background-color: #d9052d;
  /*background-color: #e1efff;*/
  
}	

.inactivo {
  
  background-color: #1F3C8F;
  /*background-color: #e1efff;*/
  
}	

.dash {
  
  background-color:#5b646e;
  /*background-color: #e1efff;*/
  
}	

.navButtons {
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}	

.divMain {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (min-width: 768px) {
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
    }
}

.outboundCard {
    max-width: 450px;

}

.background-imag {
    background-image: url(../images/mapaorlando.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 20px 20px;
}

.outboundContent {
    background-color: #ffffffda;
    padding: 10px;
    border-radius: 0 0 20px 20px;
}

.outboundInfo {
    flex-direction: row;
    border-bottom: 0.5px solid rgb(182, 182, 182);
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.imgbus {
    width:70px;
    height: 70px;
}

.outboundDate {
    flex-direction: column;
    padding: 10px;
    border: 1px solid #000000;
    align-items: center;
    background-color: #055dff09;
    box-shadow: 0px 0px 5px #000000;   
}

.outboundData {
    padding: 10px;
}

.numDate {
    font-size: 20px;
    font-weight: bold;
}

.outboundLocations {
    flex-direction: column;
    padding: 10px;
    margin: 0 auto;
}
.departureOutbound, .arrivalOutbound {
    width: 100%;
    white-space: normal;
    padding: 10px; /* Ajusta el relleno según sea necesario */
    border: 1px solid #055dff6c; /* Añade un borde */
    border-radius: 5px; /* Agrega esquinas redondeadas */
    background-color: #ffffffe3; /* Color de fondo */
    font-size: 15px; /* Tamaño de la fuente */
    color: #333; /* Color del texto */
    appearance: none; /* Para eliminar los estilos nativos del navegador */
}

.titleLocation {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}

.hotelInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #055dff6c;
    border-radius: 5px;
    background-color: #ffffffe3;
    font-size: 15px;
    color: #333;
    appearance: none;
}

.buttonReserve {
    width: 100px;
    padding: 10px;
    border: 1px solid #055dff6c;
    border-radius: 5px;
    background-color: #1F3C8F; /*#055dff*/
    font-size: 15px;
    color: #ffffff;
    appearance: none;
    cursor: pointer;
}

.buttonClose {
    width: 100px;
    padding: 10px;
    border: 1px solid #055dff6c;
    border-radius: 5px;
    background-color: #d9052d;  /*#ff0000*/
    font-size: 15px;
    color: #ffffff;
    appearance: none;
    cursor: pointer;
}

@media (min-width: 768px) {
  .contenedorAll {
    display: flex;
    flex-direction: column;
  }

  .contentBody {
    margin-top: 100px;
  }
  
  

  .custom-footerr {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
  }
  
  .containerr {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 90px;
  }

  .footer1Div {
    justify-content: space-between;
    align-items: center;
  }

  .footer1Div1 {
    margin-left: 150px;
  }

  .footer1Div2 {
    margin-right: 150px;
    font-size: 17px;
  }

  .footer2Div {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer3Div {
    margin-top: 15px;
  }

  .logoFooter1 {
    width: 40px;
    margin-left: 60px;
    margin-bottom: 15px;
  }

  .logoFooter2 {
    width: 180px;
  }

  .copyPc {
    font-size: 16px;
    color: white;
  }
  
  .socialMediaFooter {
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  .titlesFooter {
    color: white;
  }

  .carousel-containerr {
    overflow: hidden;
  }
  
  .carousell {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
}

.homeCard {
  /*Quiero centrar este article*/
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
  border-radius: 0rem;
  padding: 1.2rem;
  background: var(--whiteColor);
  position: absolute;
  gap: 1rem;
  justify-content: center;
  transform: translate(-50%);
  left: 50%;
  box-shadow: 0 2px 8px 4px rgba(178, 178, 178, 0.45);
  width: 100%;
}



@media (min-width: 768px) {
  .mhd\:flex {
    display: flex !important;
    width: 130vh;
  }
  .homeCardPc {
    /*Quiero centrar este article*/
    display: flex;
    flex-direction: column;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2rem !important;
    border-radius: 1rem;
    padding: 10px 20px 15px 20px;
    background: var(--whiteColor);
    position: absolute;
    gap: 7px;
    justify-content: center;
    transform: translate(-50%);
    left: 50%;
    box-shadow: 0 2px 8px 4px rgba(178, 178, 178, 0.45);
    width: 100%;
  }

  .cardsX {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .homeSection2 {
    margin-right: 50px;
  }
  
  .adults {
    padding-left: 10.1px;
    padding-right: 10.1px;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }

  .children {
    padding-left: 10.1px;
    padding-right: 10px;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;

  }

  .passTitle {
    color: #002c7d;
  }

  .passLabel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.divscards{
  /*display: flex;*/
  flex-direction: column;
  align-items: flex-start;
  /*justify-content: center;*/
  width: 100%;
}




.selectscards {
  background: var(--inputColor);
  border-radius: 10px;
  border: none;
  padding: 17px 10px 10px 24px;
  font-size: 13px;
  font-weight: 500;
}

.inputscards {
  text-align:center;
  height: 37px;
  width: 100%;
  background: var(--inputColor);
  border-radius: 5px;
  border: none;
  padding: 14px 12px 14px 7px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #a1a5ab;
}

.spancard {
  position: absolute;
  left: 25px;
  top: 40px;
}

.spancard2 {
  position: absolute;
  left: 25px;
  top: 90px;
}

.spancard3 {
  position: absolute;
  left: 25px;
  top: 132px;
}

.spancard4 {
  position: absolute;
  left: 25px;
  top: 178px;
}

@media (min-width: 768px) {
    .homeCard .originDiv label,
    .homeCard .destinationDiv label,
    .homeCard .originDate label,
    .homeCard .destinationDate label,
    .homeCard .passengersDiv label {
      color: #002c7d;
      font-weight: 500;
      font-size: 15px;
      padding-bottom: 0.4rem;
      position: relative;

    }

    .homeCard .originDiv,
    .homeCard .destinationDiv,
    .homeCard .originDate,
    .homeCard .destinationDate,
    .homeCard .passengersDiv {
      width: 100%;
      background-color: #e1efff;
      padding: 37px;
      border-radius: 20px;
      
    }

    .homeCard .originDiv select,
    .homeCard .destinationDiv select {
      width: 100%;
      /* background: var(--inputColor); */
      background-color: #e1efff;
      border-radius: 10px;
      border: none;
      padding: 10px;
      font-size: 15px;
      font-weight: 500;
    }
  
    .homeCard .originDate input,
    .homeCard .destinationDate input {
      width: 100%;
      /* background: var(--inputColor); */
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #a1a5ab;
      /*border: none;*/
      padding: 7px;
      font-size: 15px;
      font-weight: 500;
    }

    .divLogins {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    
    .Mbtnrepeat {
    
    position: absolute;
    left: 459px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

    }
  
    .repeat2 {
        
        position: absolute;
        left: 364px;
        top: 43%;
        transform: translateY(-50%);
        cursor: pointer
    
     }
      

    /* Estilos para el dropdown del select */
    .select2-container.originDiv .select2-selection--single,
    .select2-container.destinationDiv .select2-selection--single {
      /* background: var(--inputColor); */
      background-color: #055dff23;
      border-radius: 0px;
      border: none !important;
      padding: 10px;
      font-size: 15px;
      font-weight: 500;
    }

    .homeCard .originDiv .select2-selection__rendered,
    .homeCard .destinationDiv .select2-selection__rendered{
      /* background: var(--inputColor); */
      background-color: #e1efff;
      font-size: 15px;
      font-weight: 500;
      color: #002c7d;
      padding: 3px !important;
      /*border: 1px solid black;*/
      border-radius: 0px !important;
      text-align: left;

    }

    .homeCard .originDiv .select2-results__option {
      padding: 10px 15px;
      font-size: 13px;
      color: #002c7d;
      
    }

    .encap1 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

    .lb2 {
      text-align: start;
      width: 80%;
    }

    .o2 {
      width: 20%;
      margin-left: 20px;
      align-items: flex-end;
    }

    .searchbtn {
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
    
    

    .backgroundimag2 {
      background-image: url(../images/playero12.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
      /*height: 200px;*/
      height: 267px;
    
    }
    
    .backgroundimag3 {
      background-image: url(../images/cards3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: absolute;
      height: 220px;
    
    }
    
    .backgroundimag4 {
      background-image: url(../images/pickup2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: absolute;
      height: 200px;
    
    }
}
 
/*.homeCard .btn {
  width: 120px;
  height: 45px;
  margin-top: 10px;*/
  
  /* padding: 0.6rem 1.5rem; */
  /*color: var(--whiteColor);
  background-color: var(--PrimaryColor);
  border-radius: 6px;
  font-weight: 600;*/
/*}*/


.homeCard .btn {
    
    position: absolute;
    border-radius: 50px;
    border: 5px solid #fff;
    bottom: -25px;
    left: 50%;
    padding: 7px 25px;
    white-space: nowrap;
    transform: translateX(-50%);
    
}


.search-form-swap {
    position: absolute;
    left: 350px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.search-form-swap i {
    background: #e1efff;
    font-size: 28px !important;
    position: unset !important;
    display:block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #7167ff
}


.search-form .search-btn .theme-btn {
    position: absolute;
    border-radius: 50px;
    border: 5px solid #fff;
    bottom: -25px;
    left: 24%;
    padding: 7px 25px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.theme-btn {
    left:0px;
    top:57px;
    font-size: 16px;
    color: #fff;
    padding: 11px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 21px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #1F3C8F;
    border: 4px solid #fff;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1
}

.theme-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #DC3545;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.theme-btn:hover {
    color: #fff
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme-btn i {
    margin-left: 5px
}

.theme-btn span {
    margin-right: 5px
}

.theme-btn2 {
    background: #fff;
    color: #4f4b8b
}

.theme-btn2::before {
    background: #7167ff
}

.theme-btn2:hover {
    color: #fff
}

.exchangeButtonDiv {
  display: flex;
  box-sizing: border-box;
  position: initial;
}

.flech {
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
    
.Mbtnrepeat {
    
    position: absolute;
    left: 459px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
.repeat2 {
    
    position: absolute;
    left: 364px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
  .flechaspq {
    width: 150px !important;
    display: flex !important;
    margin-top: 20px;
  }
  .flechaspss {
    width: 35px !important;
    display: flex !important;
  }
  .exchangePc {
    display: flex;
    box-sizing: border-box;
    position: initial;
  }
  
  .flechPc {
    position: initial !important;
  
  }
  .iconosType {
    display: flex;
    width: 20px;
    height: 20px;
  }

  .btnIcontype{
    border-radius: 21px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 6px;
  }

  .titleNew{
    /*color: #055dff; */
    color: #ffffff;
  }
  
  .bticon {
    width: 30px;
    display: flex !important;
    margin-bottom: 10px;
  }

  .btnPss {
    background-color: #dde9ff;
    border-radius: 99px;
  }
  
}
.flechasmn {
    width: 24px;
    padding: 2px;
    margin-top: 0px;
}


.calendar1 {
  width: 18px;
}

.calendar2 {
  width: 18px;
}

.centr {
  display: flex;
  margin-left: auto !important;
}

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

.text-primarycolor {
    color: var(--PrimaryColor) !important;
}

.buttonround {
  text-align: left !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  /* backdrop-filter: blur(6px); */
  gap: 1rem;
  margin-bottom: 20px;
}

.buttonround1 {
  text-align: left !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(6px); */
  gap: 1rem;
}

.buttonround label {
  position: relative;
  padding-left: 30px; /* Espacio para el círculo */
  margin-bottom: 10px; /* Espacio entre los elementos */
  cursor: pointer;
}

.buttonround input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.buttonround span {
  display: inline-block;
  vertical-align: middle;
}

.buttonround label::before {
  content: '';
  width: 20px; /* Tamaño del círculo */
  height: 20px;
  border: 2px solid #1F3C8F; /*#055CFF Borde del círculo */
  border-radius: 50%; /* Hace el círculo redondo */
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.buttonround input:checked + span::before {
  /* content: '\2713'; Caracter de marca de verificación */
  content: url('../images/circulo.png');
  color: #1F3C8F; /*#055CFF; *//* Color del icono de marca de verificación */
  font-size: 0.3px; /* Tamaño del icono de marca de verificación */
  position: absolute;
  left: 2px; /* Alinea el icono dentro del círculo */
  top: 50%;
  transform: translateY(-50%);
}

.homecard-py {
  display: flex;
  flex-direction: column;
}

.bodysp {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.sombras{
  box-shadow: #12316bb6;
}

.tgextos{
  color: #fff;
  /* text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000; */
}

.tmextos{
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow:
    1px 1px 1px #000,
    -1px 1px 1px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
    font-family: fantasy, sans-serif;
}
/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

.custom-height {
  /* KAN estilos del fondo del home*/
  height: 144px; /* Ajusta el valor según sea necesario */
  /* opacity: 0.75; */
  width: 100%;
}


@media (min-width: 1024px) {
    
  .Mbtnrepeat {
    
    position: absolute;
    left: 223px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  .repeat2 {
        
        position: absolute;
        left: 364px;
        top: 43%;
        transform: translateY(-50%);
        cursor: pointer
    
     }
    
}

@media (min-width: 768px) {
  .mdcustom-height {
    height: 520px !important; /* Ajusta el valor según sea necesario */
    opacity: 0.90;
    width: 100%;
  }
  
  .Mbtnrepeat {
    
    position: absolute;
    left: 459px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  .repeat2 {
        
        position: absolute;
        left: 364px;
        top: 43%;
        transform: translateY(-50%);
        cursor: pointer
    
     }

  .stylebtn {
    padding-top: 0.45rem !important;
    padding-right:  40px !important;
    padding-bottom: 0.45rem !important;
    padding-left: 40px !important;
    border-radius: 20px !important;
    background-color: black !important;
  }

  .mdcustom-video {
    object-fit: cover;
    object-position: center;
  }
}

.ocult {
  display: none;
}

.logp{
  /*width: 200px;
  top: auto;*/
  display:none;
}


.custom-black {
  height: 680px !important; /* Ajusta el valor según sea necesario */
  opacity: 0.60;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.wrappermovil {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 21px;
  width: 90%;
  height: fit-content;
  max-width: 90%;
  overflow: hidden;
}

.menuhamburguer {
  margin-left: 220px;
}

.divCards {
  width: 100%;
  justify-content: center;
}

.divCardsReturn {
  width: 100%;
  justify-content: center;
}

.outboundTitle {
  z-index: -1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  background-color: #1F3C8F; /*#055dff*/
  border-radius: 20px 20px 0 0;
  color: white;
  padding: 10px;
  filter: drop-shadow(0px 0px 5px #000000);
}

.returnTitle {
  z-index: -1;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  /*background-color: #e2231c;*/
  background-color:#d9052d;
  border-radius: 20px 20px 0 0;
  color: white;
  padding: 10px;
  filter: drop-shadow(0px 0px 5px #000000);
}

.buttonContinue {
  width: 100px;
  height: 50px;
  align-self: center;
  background-color: #1F3C8F; /*#055dff*/
  color: white;
  border: 1px solid #1F3C8F; /*#055dff*/
  border-radius: 10px;
  margin-top: 10px;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: greenyellow;
}

/* Medio query movil */

@media (max-width: 767px) {

 .homeCardPc {
    /*Quiero centrar este article*/
    display: flex;
    flex-direction: column;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2rem !important;
    border-radius: 0rem;
    padding: 10px 20px 15px 20px;
    background: var(--whiteColor);
    position: absolute;
    gap: 0px;
    justify-content: center;
    transform: translate(-50%);
    left: 50%;
    box-shadow: 0 2px 8px 4px rgba(178, 178, 178, 0.45);
    width: 100%;
  }
  .sch {
    height: fit-content;
    overflow: hidden;
    margin-top: 390px;
  }

  .sectionOff {
    display: none;
  }

  .sHidden {
    display: none;
  }

  .divbtns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .MiconosType {
    display: flex;
    width: 20px;
    height: 20px;
  }

  .MbtnIcontype {
    border-radius: 21px;
    display: flex;
    font-size:15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 23px;

  }
  
 
  .mt-24 {
    margin-top: 5rem;
  }
  
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}
  
  .Mbtnrepeat {
    
    position: absolute;
    left: 167px;
    top: 35.6%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
  .repeat2 {
        position: absolute;
        left: 167px;
        top: 29.5%;
        transform: translateY(-50%);
        cursor: pointer;
  }

  
  .search-form-swap i {
    background: #e1efff;
    font-size: 28px !important;
    position: unset !important;
    display: block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #7167ff;
}


  
  
  .MbtnIcontypebus {
    display:none;
  }
  
  .MbtnIcontypeone {
    display:none;
  }
  
  .MbtnIcontypemulti {
    
    display:none;

  }

  .MtitleNew {
    /*color: #055dff;*/
    color: #ffffff;
    margin-left: -25px;
  }

  .mcardsX {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }

  .mtitleD {
    color: #002c7d;
    font-size: 17px;

  }

  .mencap1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 50px; */
  }

  .mlabels {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mdivscards {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 20px;
  }

  .titleSliderMovil {
    margin-bottom: 10px;
    border-bottom: 3px solid #055CFF;
    font-weight: 500;
  }
}

@media (min-width: 901px) {
  .sShow {
    display: none;
  }
}

.card-main {
 background-color: #ffffff;
 padding: 5px;
 border-radius: 15px;
}

.card-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;

}

.Mbtnrepeat {
    
    position: absolute;
    left: 459px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
.repeat2 {
    
    position: absolute;
    left: 364px;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
.medio-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 2px;
    background-color: #055CFF;
    margin: 10px 10px;
}

.medio-divReturn {
  background-color: #e2231c;
}

.card-title {
  color:#2e2b2b;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

/*space-between*/

.card-title2 {
  font-size: 0.9rem;
  line-height: 0.75rem;
  font-weight: 800;
  display: flex;
  justify-content: start;
  color:#6d6c6c;
}

.card-title3 {
  font-size: 0.9rem;
  line-height: 0.75rem;
  font-weight: 800;
  display: flex;
  justify-content: end;
  color:#6d6c6c;
}

.card-title4 {
  font-size: 0.9rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  justify-content: end;
  color:#6d6c6c;
}

.card-title5 {
  font-size: 0.9rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  justify-content: start;
  color:#6d6c6c;
}

.parada-dep {
    
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
    
}

.parada-arr {
    
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
    
}

.sliderMovil1 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;

}

.sliderMovil2 {
  width: 100px;
  /* margin-left: 130px; */

}

.titleBenefitsMovil {

}

.hrBenefitsMovil {
  border-color: #055CFF;
  width: 350px;
  margin-left: 40px;

}

.titleSliderMovil {
  font-size: 18px;
  /* text-align: center; */

}

.descriptionSliderMovil {
  font-size: 15px;
  margin-top: 10px;
  /* text-align: center; */
  color: var(--textColor);

}
/* Estilos específicos para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
  .titleSliderMovil2 {
    text-align: center;
  }
  .descriptionSliderMovil2 {
    text-align: center;
  }
  .sliderMovil22 {
    margin-left: 130px;
  }

  .footerMovil {
    position: relative;
    bottom: 0;
  }

  .custom-ulMovil {
    color: #002c7d;
    font-size: 20px;
  }
  
  .Mbtnrepeat {
    
    position: absolute;
    left: 167px;
    top: 35.6%;
    transform: translateY(-50%);
    cursor: pointer

  }
  
  .repeat2 {
        position: absolute;
        left: 167px;
        top: 29.5%;
        transform: translateY(-50%);
        cursor: pointer;
  }

  
   .search-form-swap i {
    background: #e1efff;
    font-size: 28px !important;
    position: unset !important;
    display: block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #7167ff;
}
  
  /* .schDiv2 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: -54px;
  }*/
  
  
  
 

  
}

@media (min-width: 768px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    /* height: 80px; */
  }
  
  

  .container {
    padding-top: 1.5rem;
    padding-bottom: 80px;
  }

  .schedulesSty {
    padding-top: 100px !important;
    /* padding-bottom: 6rem; */
    /* padding-left: 300px; */
  }

  .schedulesBtn {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background-color: black !important;
    color: white !important;
  }

  .schDiv1 {
    border: 3px #002c7d;
    border-radius: 10px;
    /* fondo degradado con poca opacidad */
    background: linear-gradient(to bottom, #055dff35, rgba(228, 238, 255, 0.331));
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    width: calc(25% - 10px);
    margin-bottom: 20px;
    box-sizing: border-box;
    align-items: center;
    gap: 5px;
  }

  .content2 {
    display: flex;
    gap: 3px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px;
  }

  .contenedor1 {
    display: flex;
    width: 800px;
    height: 600px;
    justify-content: center;
  }

  .schIcon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .dialog1 {
    border-radius: 15px;
  }

  .schBtn {
    color: var(--PrimaryColor);
    font-size: 15px;
  }

  .textxll {
    font-size: 1rem;
    padding-top: 1.5rem !important;
  }

  .fondoSchHome {
    padding-bottom: 20px !important;
  }
  
  .secondsectionC {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .secondsectionDiv1 {
    padding-top: 15px;
  }
  .secondsectionDiv2 {
    border-top: 5px #002c7d;
    /* border-color: #000;
    border-width: 2px; */
    margin-bottom: 5px;
  }

  .sliderS {
    width: 70px;
  }

  .divSlider {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    margin-top: 10px;
  }

  .divSlider1 {
    display: flex;
    align-content: center;
    flex-direction: column;
    width: 50%;
    /* margin-left: 180px; */
    margin-top: 20px;
  }

  .divSlider2 {
    width: 50%;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
  }

  .titleSlider {
    font-size: 18px;
    color: hsl(0, 0%, 18%);
    text-align: center;
  }

  .descriptionSlider {
    margin-top: 10px;
    /* padding-right: 100px; */
    font-size: 14px;
    color: hsl(240,1%,48%);
    font-weight: lighter;
    text-align: center;
  }

  .containerBenefits {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  .titleBenefits {
    font-size: 25px;
    color: hsl(0, 0%, 18%);
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 3px solid #055CFF;
  }

  .hrBenefits {
    height: 3px;
    width: 1100px;
    background-color: var(--PrimaryColor);
    margin-left: 290px;
    /* border-color: black; */
    margin-bottom: 10px;
  }

  .sliderCards {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
  }

  .card1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.wrapperclean {
  width: 100%;
  overflow: hidden;
  background-color: var(--PrimaryColor);
}

.hamburmar {
  margin-right: 5px;
}

.wrapper-footer {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hamburlist {
  display: flex;
  flex-direction: column !important;
  gap: 2px;
  margin-top: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.buttonclean {
  display: flex;
  width: 100%;
  color: var(--blackColor);
  font-size: 15px;
  align-items: center;
  justify-content: center;
}

.button {
  /* display: block; */
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(219 100% 50% / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: hsl(0 0% 98% / var(--tw-text-opacity));
}

.buttonSc {
  padding: 10px !important;
  border-radius: 10px;
  font-size: 15px;
}

.imgSc {
  width: 50px !important;
}

/* .footer-area{
  grid-template-areas:
        "navigation"
        "social-media"
        "logo"
        "copy";
} */

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-12 {
  top: -3rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.-top-24 {
  top: -6rem;
}

.-right-1\/4 {
  right: -25%;
}

.z-50 {
  z-index: 50;
}

.z-40 {
  z-index: 40;
}

.-z-10 {
  z-index: -10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-24 {
  margin-top: 13rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-24 {
  width: 6rem;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
  /*background-color: #e1efff;*/
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-\[max-content_max-content\] {
  grid-template-columns: max-content max-content;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.bg-bright-red {
  --tw-bg-opacity: 1;
  background-color: hsl(12 88% 59% / var(--tw-bg-opacity));
}

.bg-vary-light-gray {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 98% / var(--tw-bg-opacity));
}

.bg-very-dark-blue {
  --tw-bg-opacity: 1;
  background-color: hsl(233 12% 13% / var(--tw-bg-opacity));
}

.bg-very-pale-red {
  --tw-bg-opacity: 1;
  background-color: hsl(13 100% 96% / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-open-menu {
  background-image: url('../images/hamburguer-button.png');
}

.from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-24p {
  padding-top: 11rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-principal {
  font-family: "Be Vietnam Pro", sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.text-bright-red {
  --tw-text-opacity: 1;
  color: hsl(12 88% 59% / var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: hsl(228 39% 23% / var(--tw-text-opacity));
}

.text-dark-grayish-blue {
  --tw-text-opacity: 1;
  color: hsl(227 12% 61% / var(--tw-text-opacity));
}

.text-very-dark-blue {
  --tw-text-opacity: 1;
  color: hsl(233 12% 13% / var(--tw-text-opacity));
}

.text-very-pale-red {
  --tw-text-opacity: 1;
  color: hsl(13 100% 96% / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}*/

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bright-red\/30 {
  --tw-shadow-color: hsl(12 88% 59% / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadowAzul {
  --tw-shadow-color: hsl(218.9, 100%, 51%);
  --tw-shadow: var(--tw-shadow-colored);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[grid-area\:copy\] {
  grid-area: copy;
}

.\[grid-area\:form\] {
  grid-area: form;
}

.\[grid-area\:logo\] {
  grid-area: logo;
}

.\[grid-area\:navigation\] {
  grid-area: navigation;
}

.\[grid-area\:social-media\] {
  grid-area: social-media;
}


@media (min-width: 768px) {
  /* .md\:footer-area-md{
    grid-template-areas:
        "logo           navigation"
        "social-media"
        "copy"
        ;
  } */
}

.peer:checked ~ .peer-checked\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:bg-close-menu {
  background-image: url('../images/icon-close.svg');
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[40\%_40\%\] {
    grid-template-columns: 40% 40%;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:bg-transparent {
    background-color: #1d1e2500;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:p-0 {
    padding: 12px;
  }

  .md\:py-24 {
    padding-top: 1rem;
    padding-bottom: 9rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}

/* Mis media queries */

@media (min-width: 768px) {
  .mdocult {
      display: none;

  }
  .mdview {
      display: block;

  }
  .searchActive {
    display: none;
  }
  .showImg {
    display: block;
    height: 200px;
  }

  .logope {
    display:none;
/*width: 120px;
    height: auto;*/
  }
}

@media (min-width: 768px) {
  .mkd\:flex {
      width: 270px;
  }
  .mkd\:flex1 {
    /* width: 270px; */
    position: absolute;
    margin-bottom: 40px;
    padding: 15px;
}

  .buttonroundPc {
    text-align: left !important;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(6px) !important;
    gap: 1rem;
  }

  .buttonroundPc1 {
    text-align: left !important;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-top: 13px;
    gap: 3rem;
  }


  .centrarX1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .clicked {
    background-color: #002c7d; /* Cambia el color de fondo al ser seleccionado */
    color: white; /* Cambia el color del texto al ser seleccionado */
  }

}

@media (min-width: 768px) {
  .mfd\:flex {
      display: flex !important;
  }

  .mfd\:mt-24{
    margin-top: 6rem !important;  
  }

  .schDiv2 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 37px;
  }

  .schEach {
    width: 50%;
  }

  .calenblack {
    width: 4.5rem;
    height: auto;

  }
}

@media (min-width: 768px) {
  .mfd\:flex {
      display: flex !important;

  }
}

@media (min-width: 768px) {
  .wrapper-pass{
    padding-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mdwrapper-clean{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
}

 /* DROPDOWN PASSENGERS */
 .dropbtn {
  top:-4px;
  background-color: #ffffff;  
  border:1px solid #a1a5ab;
  color: #002c7d;
  padding: 6px;
  font-size: 15px;
  /*border: none;*/
  border-radius: 3px;
  font-weight: 500;
  width: 100%;
  position:relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sendToBottom {
  z-index: -1;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  margin-left: 28px;
  background-color: white;
  width:83%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content input {
  width: 40px;
}

/* Change color of dropdown links on hover */
/* .dropdown-content input:hover {background-color: #ddd;} */

/* Show the dropdown menu on hover */
/* .dropdown:hover .dropdown-content {display: block;} */

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {
  background-color: var(--PrimaryColor);
  color: var(--whiteColor);
}  */

 /* DROPDOWN CALENDARS */
 .droppbtn {
  background-color: var(--inputColor);
  color: black;
  padding: 10px;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.droppbtn:hover {
  background-color: hsl(219, 100%, 51%);
}

/* The container <div> - needed to position the dropdown content */
.dropdownn {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdownn-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdownn-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdownn-content div:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Calendarios */
#calendar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 800px;
  margin: 20px auto;
}

.calendar {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
}

.header {
  background-color: var(--PrimaryColor);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}

.day {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.day:hover {
  background-color: #f2f2f2;
}

.labels {
  color: black;
  font-size: 12px;
  padding-bottom: 0.1rem;
  position: absolute;
}

@media screen and (max-width: 1366px) {
  /* PC mesa resolución */

  
}

@media screen and (max-width: 1536px) {
  /*Surface resolución */
 
}




/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* insert styles here */
}
 
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
    /* insert styles here */
}
 
/* (320x480) Smartphone, Landscape */
@media only screen and (device-width: 480px) and (orientation: landscape) {
    /* insert styles here */
}
 
/* (480x800) Android */
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
    /* insert styles here */
}
 
/* (640x960) iPhone 4 & 4S */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
    /* insert styles here */
}
 
/* (720x1280) Galaxy Nexus, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    /* insert styles here */
}
 
/* (720x1280) Galaxy Nexus, Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {
    /* insert styles here */
}
 
/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* insert styles here */
}
 
/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* insert styles here */
}
 
/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* insert styles here */
}
 
/* (2048x1536) iPad 3 */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {
    /* insert styles here */
}
 
/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    /* insert styles here */
}
 
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    
    

}
 
/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
    /* insert styles here */
}
 
/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    /* insert styles here */
}
 
@media screen and (max-width: 1536px) {
  /*Surface resolución */
 
}

/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {
    /* insert styles here */
}
 
/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
    /* insert styles here */
}
 
/* (1600x900) HD+ Display */
@media  screen and (max-width: 1600px) {
    /* insert styles here */
}

@media screen and (max-width: 1600px) {
 
  
 
}



