body{
  font-family: Garnett-Regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #020C41;
  line-height: 1.2;
  margin: 0;
  overflow: auto;
}

body.Active-Overlay{
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #007cc2;
}

.MediumFont-AM{
  font-family: Garnett-Semibold, sans-serif !important;
}

.BasicFareColor{
  color: #493D3A;
}

.ClassicFareColor{
  color: #017197;
}

.AMPlusFareColor{
  color: #035CF7;
}

.PremierFareColor{
  color: #5215FC;
}

.PremierLightFareColor{
  color: #E05F0A;
}


.disabled {
  color: #999999 !important;
}

.MainOverlay{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
}

.MainOverlay.Active-Overlay  {
  display: block;
}

.toolFlex {
  display: flex;
}

.leftOpacity {
  opacity: 0.5;
}

.moreBenefits {
  display: none;
}

.MainContainerPage{
  margin-top: 60px;  
}

.HeaderMenu-Container{
  background-color: #030D75;
  padding: 40px 62px 0px 62px;
  position: sticky;
  top: 60px;
  z-index: 10;
}

.HeaderTitleSelectors-wrapper{
  display: block;
}

.HeaderMenu-ResultsMobile{
  display: none;
}

.SelectorsMobile-CloseBtnMobile{
  display: none;
}


.HeaderMenu-Title-wrapper{
  max-width: 736px;
  margin: 0 auto;
  display: block;
}


.HeaderMenu-Title{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.wrappGeneralMenu{
  transform: translateY(50%);
  margin-top: -30px;
  transition: margin .2s ease;
}

.HeaderMenu-wrapper{
  display: flex;
  align-items: center;
  border: 1px solid #E6E6E3;
  background-color: #F9F9F8;
  box-shadow: 0px 4px 3px 0px #0000000D;
  padding: 20px;
  border-radius: 4px;
  gap: 20px;
  max-width: 736px;
  margin: 0 auto;
}

.contentSelect{
  position: relative;
  flex: 1 1 100%;
}


.ContentSelectorBrandedFare{
  max-width: 140px;
}

.HeaderMenu-SelectorLabel{
  position: absolute;
  top: -8px;
  left: 6px;
  font-size: 12px;
  line-height: 12px;
  padding: 0 6px;
  background: linear-gradient(180deg, #f9f9f8 76%, #ffff 76%);
}

.HeaderMenu-Selector{
  font-size: 12px;
  line-height: 20px;
  color: #020C41;
  padding: 14px 30px 14px 14px;
  border-radius: 4px;
  border: 1px solid #E6E6E3;
  background-color: #FFFFFF;
  background-image: linear-gradient(45deg, transparent 50%, #FA0073 50%), linear-gradient(135deg, #FA0073 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(0.8em + 10px), calc(100% - 15px) calc(0.8em + 10px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  font-family: Garnett-Regular, sans-serif;
}
.HeaderMenu-Selector:focus{
  border: 1px solid #0256E6;
  outline: none;
}

.HeaderMenu-Selector option{
  font-family: Garnett-Regular, sans-serif;  
}

.HeaderMenu-Selector option[disabled] {
  display: none;
}

.HeaderSelector-Button{
  padding: 18px;
  border: 1px solid #FA0073;
  background-color: #FA0073;
  border-radius: 4px;
  color: #fff;
  font-family: Garnett-Semibold, sans-serif;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.principalContainer{
  background-color: #FBFBFB;
  padding: 80px 62px;
}

@media (max-width: 679px) {
  .principalContainer{
    padding: 30px 20px;
  } 
}

.PrincipalBreadCrumbs{
  padding: 0;
  padding-bottom: 26px;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.PrincipalBreadCrumbs-Title{
  color: #020C414D;
  font-size: 12px;
  line-height: 18px;
}

.PrincipalBreadCrumbs img{
  vertical-align: middle;
}

.PrincipalBreadCrumbs-SubTitle{
  color: #020C41;
  font-size: 12px;
  line-height: 18px;
}

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

.BrandedFare-Image img{
  vertical-align: middle;
}

.BrandedFare-Title{
  font-size: 48px;
  line-height: 54px;
  padding-top: 12px;
}

.BrandedFare-Intro{
  font-size: 16px;
  line-height: 22px;
  color: #020C41;
  margin-top: 20px;
}

.BrandedFare-SwitchFlex-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  gap: 9px;
}

.BrandedFare-SwitchFlex-Title{
  color: #020C41;
  font-size: 14px;
  line-height: 20px;
}

.principalContainer .switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 25px;
}
.principalContainer .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.principalContainer .switch input:checked + .slider {
  background-color: #25A661;
}

.principalContainer .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.principalContainer .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d6d6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.principalContainer .switch .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.PrincipalFareBenefits{
  max-width: 736px;
  margin: 0 auto;
  box-shadow: 0px 4px 3px 0px #0000000D;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 679px) {
  .PrincipalFareBenefits{
    border: 1px solid #E6E6E3;
  }  
}


.PrincipalFareBenefits-wrapper{
  display: flex;
}

@media (max-width: 679px) {
  .PrincipalFareBenefits-wrapper{
    display: flex;
    flex-direction: column;
  }  
}

.PrincipalFareBenefits-leftContainer{
  background-color: #ffffff;
  width: 50%;
  padding: 30px 40px;
  border-right: 1px solid #E6E6E3;
}
@media (max-width: 768px) {
  .PrincipalFareBenefits-leftContainer{
    padding: 20px 32px;
  }  
}
@media (max-width: 679px) {
  .PrincipalFareBenefits-leftContainer{
    width: 100%;
    padding: 20px 16px;
    border: none;
  }  
}

.PrincipalFareBenefits-Title-wrapper{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.PrincipalFareBenefits-Title-wrapper img{
  display: block;
}

.PrincipalFareBenefits-Title{
  color: #020C41;
  font-size: 16px;
  line-height: 22px;
}


.PrincipalFareBenefits-rightContainer{
  padding: 30px 40px;
  width: 50%;
}
@media (max-width: 768px) {
  .PrincipalFareBenefits-rightContainer{
    padding: 32px 20px;
  }  
}

@media (max-width: 679px) {
  .PrincipalFareBenefits-rightContainer{
    width: 100%;
    padding: 20px 16px;
  }  
}

.PrincipalFareBenefits-rightContainer.rightDesactive{
  background-color: #F2F2F0;
}

.PrincipalFareBenefits-rightContainer.rightActive{
  background-color: #F3F7FF;
}

.PrincipalFareBenefits-rightContainer .titleNoFlex{
  color: #493D3A;
  font-size: 16px;
  line-height: 22px;
}

.PrincipalFareBenefits-rightContainer.rightActive.rightFlex{
  background-color: #EDF5F8;
  display: none;
}

.BenefitsFare-wrapper{
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E3;
}
@media (max-width: 679px) {
  .BenefitsFare-wrapper:first-of-type{
    padding-top: 0;
  } 
  .BenefitsFare-wrapper:last-of-type{
    padding-bottom: 0;
  } 
}

.BenefitsFare-wrapper:last-of-type{
  border-bottom: none;
}

.BenefitsFare-IconTitle-wrapper{
  display: flex;
  align-items: center;
  gap: 8px;
}

.wrapperBenefits .iconItem{
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.wrapperBenefits .iconItem img{
  vertical-align: middle;
  width: 100%;
}

.wrapperBenefits .titleItem{
  color: #020C41;
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}

.wrapperBenefits .titleItem:first-of-type{
  margin-top: 0;
}

.BenefitsFare-Desc-wrapper{
  padding-left: 28px;
}

.wrapperBenefits .descItem{
  color: #666665;
  font-size: 10px;
  line-height: 16px;
}

.wrapperBenefits .descItemText{
  margin-top: 4px;
}

.wrapperBenefits .titleItem .desactive{
  color: #666665;
}

.wrappTooltip {
  margin-left: 5px;
}
.wrappTooltip .tooltip {
  background-color: #cccccc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #ffffff;
}
.wrappTooltip .tooltip:hover + .containerBoxTooltip {
  display: block;
}
.wrappTooltip .containerBoxTooltip {
  position: absolute;
  display: none;
}
.wrappTooltip .wrappBoxTooltip {
  width: 240px;
  position: absolute;
  left: 30px;
  top: -50px;
}
@media (max-width: 440px) {
  .wrappTooltip .wrappBoxTooltip {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 120px;
    left: -95px;
    top: -10px;
  }
}
.wrappTooltip .wrappBoxTooltip .arrowText {
  position: relative;
  width: auto;
  padding: 20px;
  height: auto;
  background: #ffffff;
  border: solid 1px #517AB6;
  border-radius: 5px;
}
@media (max-width: 440px) {
  .wrappTooltip .wrappBoxTooltip .arrowText img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.wrappTooltip .wrappBoxTooltip .arrowText:before,
.wrappTooltip .wrappBoxTooltip .arrowText:after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.wrappTooltip .wrappBoxTooltip .flex {
  display: flex;
}
@media (max-width: 679px) {
  .wrappTooltip .wrappBoxTooltip .flex {
    flex-direction: column-reverse;
  }
}
.wrappTooltip .wrappBoxTooltip .arrowLeft:before,
.wrappTooltip .wrappBoxTooltip .arrowLeft:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 30px;
}
.wrappTooltip .wrappBoxTooltip .arrowLeft:after {
  border-right: 10px solid #ffffff;
  left: -10px;
  z-index: 2;
}
.wrappTooltip .wrappBoxTooltip .arrowLeft:before {
  border-right: 10px solid #517AB6;
  left: -11px;
  z-index: 1;
}
.wrappTooltip .wrappBoxTooltip .blue-text {
  color: #517AB6;
  font-size: 12px;
  font-family: "NeueHaasUnicaPro-Medium";
}
@media (max-width: 440px) {
  .wrappTooltip .wrappBoxTooltip .blue-text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 120px;
    width: 140px;
  }
}
.wrappTooltip .wrappBoxTooltip .gray-txt {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  font-family: "NeueHaasUnicaPro-Regular";
}
@media (max-width: 440px) {
  .wrappTooltip .wrappBoxTooltip .gray-txt {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 130px;
    width: 130px;
  }
}

@media (max-width: 320px) {
  .toolPremier .wrappTooltip .wrappBoxTooltip {
    left: -124px;
    top: -40px;
  }
}

.titleItemNoFlex-wrapper{
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0 20px;
}

.titleItemNoFlex{
  font-size: 16px;
  line-height: 24px;
  color: #020C41;
}

.FareNoFlex-rightContainer{
  display: none;
}

.TableFaresSection{
  background: #F3F7FF;
  padding: 80px 62px;
}
@media (max-width: 768px) {
  .TableFaresSection{
    padding: 40px 62px;
  }
}
@media (max-width: 679px) {
  .TableFaresSection{
    padding: 20px;
  }
}

.TableFares-wrapper{
  max-width: 736px;
  margin: 0 auto;
}

.TableFares-Title{
  font-size: 28px;
  line-height: 34px;
  color: #020C41;
}
@media (max-width: 768px) {
  .TableFares-Title{
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 679px) {
  .TableFares-Title{
    font-size: 14px;
    line-height: 20px;
  }
}

.TableFares-Container{
  max-width: 100%;
  overflow-x: auto;
  padding: 30px 0;
}
@media (max-width: 679px) {
  .TableFares-Container{
    padding: 20px 0;
  }
}

.TableFares{
  border: 1px solid #E6E6E3;
  border-left: none;
  border-spacing: 0;
  box-shadow: 0px 4px 3px 0px #0000000D;
  color: #020C41;
  background-color: #fff;
  width: 100%;
}

.TableFares-Header{
  background-color: #F9F9F8;
  text-align: left;
}

.TableFares th, .TableFares td{
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #E6E6E3;
  border-bottom: 1px solid #E6E6E3;
  width: calc(100% / 3);
  height: 94px;
  min-width: 160px;
}

@media (max-width: 768px){
  .TableFares th, .TableFares td{
    padding: 0 24px;
  }
}
@media (max-width: 680px){
  .TableFares th, .TableFares td{
    padding: 0 16px;
  }
}

.TableFares tr th:last-of-type, .TableFares tr td:last-of-type{
  border-right: none;
}

.sticky{
  position: sticky;
  left: 0;
  background-color: #fff;
  border-left: 1px solid #E6E6E3;
}
@media (max-width: 679px){
  .sticky{
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.08);
  }
}

.TableFares-Header .sticky{
  background-color: #F9F9F8;
}

.TableFares-HeaderSelector{
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #E6E6E3;
  border-radius: 4px;
  padding: 0 26px 0 14px;
  background-image: linear-gradient(45deg, transparent 50%, #FA0073 50%), linear-gradient(135deg, #FA0073 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(0.8em + 10px), calc(100% - 15px) calc(0.8em + 10px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 679px){
  .TableFares-HeaderSelector{
    white-space: pre;
  }
}

.TableFares-HeaderSelector option{
  font-family: Garnett-Regular, sans-serif;
}

.TableFares-Caracteristic-wrapper{
  display: flex;
  align-items: center;
  gap: 8px;
}

.TableFares-Caracteristic-wrapper img{
  width: 20px;
  height: 20px;
}

.TableFares-Caracteristic-Title{
  font-size: 12px;
  line-height: 18px;
}

.TableFares-BenefitTitle{
  font-size: 12px;
  line-height: 18px;
}

.TableFares-BenefitDesc{
  font-size: 10px;
  line-height: 16px;
  color: #666665;
}

.wrapperMoreBenefits{
  text-align: center;
}

.MoreBenefits-Title{
  text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
    color: #035CF7;
    cursor: pointer;
}

.accordion-tyc{
  background-color: #fff;
  cursor: pointer;
  padding: 20px 62px;
}
@media (max-width: 679px) {
  .accordion-tyc{
    padding: 20px;
  } 
}

.AccordionHead-wrapper{
  max-width: 736px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.AccordionHead-Title{
  font-size: 14px;
  line-height: 20px;
}

.AccordionHead-Icon.Icon--arrowSmallDown {
  display: none;
}
.AccordionHead-Iconhead-accordion .Icon--arrowSmallUps {
  display: none;
  position: relative;
  top: -6px;
}

.AccordionTYC-Table{
  width: 100%;
  border-spacing: 0;
}

/*Header Selector Mobile*/

@media (max-width: 679px) {
  
  .HeaderMenu-ResultsMobile{
    display: block;
    color: #fff;
  }
  .HeaderMenu-ResultsMobile-Title {
    font-size: 22px;
    line-height: 28px;
  }
  .HeaderMenu-ResultsMobile-ResultsBtn-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
  }
  .HeaderMenu-ResultsMobile-Origen-Destino{
    font-size: 14px;
    line-height: 20px;
  }

  .MobileSelectorsFilters-Button{
    font-size: 12px;
    line-height: 18px;
    background: none;
    border: none;
    color: #fff;
    text-decoration: underline;
    padding: 0;
    font-family: Garnett-Regular, sans-serif;
  }

  .HeaderMenu-Container{
    padding: 16px 20px;
  } 
  .HeaderTitleSelectors-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px;
    border-radius: 12px 12px 0 0;
    display: none;
  }
  .HeaderTitleSelectors-wrapper.Open-Component{
    display: block;
  }
  .SelectorsMobile-CloseBtnMobile{
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .SelectorsMobile-CloseBtnMobile img{
    vertical-align: middle;
  }
  .HeaderMenu-Title {
    font-size: 14px;
    line-height: 20px;
    color: #666665;
  } 
  .HeaderMenu-Title-Medium {
    display: block;
    color: #020C41;
  }
  
  .wrappGeneralMenu{
    transform: none;
    margin-top: 20px;
  }

  .HeaderMenu-wrapper{
    background-color: transparent;
    box-shadow: none;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    border-radius: 0;
  }

  .contentSelect {
    flex: 1 1 calc(50% - 10px);
  }

  .HeaderMenu-SelectorLabel{
    background: #fff;
  }

  .ContentSelectorBrandedFare {
    flex: 1 1 100%;
    max-width: none;
  }

  .SelectorBrandedFare{
    width: 100%;
  }

  .contentButton{
    width: 100%;
  }

  .HeaderSelector-Button{
    width: 100%;
  }
}
/*Fin Header Selector Mobile*/

/*TYC Accordion*/

.accordion-tyc .generalPanel {
  display: none;
}

.AccordionTYC-Content-wrapper {
  max-width: 736px;
  margin: 0 auto;
  padding: 20px 0;
  cursor: auto;
  padding-top: 30px;
}

.AccordionTYC-Table-wrapper{
  overflow-x: auto;
}

.AccordionTYC-Table th,
.AccordionTYC-Table td{
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  min-width: 150px;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% / 4);
}

.AccordionTYC-Table th:last-child,
.AccordionTYC-Table td:last-child{
  border-right: 0;
}

.AccordionTYC-Content-wrapper{
  font-size: 12px;
  line-height: 18px;
}

.AccordionTYC-Content{
  padding: 20px 0;
}

.AccordionTYC-Content ul, 
.accordion-tyc ol{
  margin: 0;
  padding-left: 18px;
}

.AccordionTYC-Content-wrapper li,
.AccordionTYC-Content-wrapper p{
  padding: 8px 0;
}

.accordion-tyc a{
  color: #035CF7;
}







/*Fin TYC Accordion*/



/*Premier Banner*/
.wrapper-premier {
  background: linear-gradient(0deg, #020C4199, #020C4199 100%), url(../generalassets/premier.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media (max-width: 679px) {
  .wrapper-premier{
    padding: 80px 0;
  }
}

.wrapper-premier div {
  margin: 0 auto;
  text-align: center;
}

.BanerPremier-Title {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
}


.BanerPremier-Subtitle{
  font-family: Garnett-Regular, sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 679px) {
  .BanerPremier-Subtitle{
    font-size: 16px;
    line-height: 22px;
  }
}

.BanerPremier-Button{
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 14px;
  background-color: #FFFFFF;
  color: #020C41;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}


.BanerPremier-Button:hover {
  color: #ffffff;
  background-color: #E6006B;
  border: 1px solid #E6006B;
}
/*Fin Premier Banner*/



/*Class Scroll Selector*/
.HeaderMenu-Container.scrollSelector .HeaderMenu-Title-wrapper{
  display: none;
}

.HeaderMenu-Container.scrollSelector .wrappGeneralMenu{
  margin-top: -60px;
}