.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #fcfcfc;
  font-family: 'Made Evolve Sans', sans-serif;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
}

a {
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  text-decoration: none;
}

.img {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  text-align: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d5151a;
}

.navbar {
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_left_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_left_menu_item {
  z-index: 15;
  padding: 0px;
  font-family: Avicenna, sans-serif;
  color: #fff;
}

.navbar_left_menu_item.w--current {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.navbar_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_links_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.navbar_links_item_icon {
  margin-right: 8px;
}

.navbar_links_item_txt_top {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

.navbar_links_item_txt_bottom {
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.navbar_left_menu_item_block {
  position: relative;
  margin-right: 30px;
  font-size: 13px;
}

.navbar_left_menu_item_block_line {
  position: absolute;
  left: 0%;
  top: 10px;
  right: auto;
  bottom: 0%;
  width: 0%;
  height: 10px;
  background-color: #fed062;
}

.tickets-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #d5151a;
}

.tickets-menu_header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), hsla(0, 0%, 100%, 0));
}

.tickets-menu_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tickets-menu_links_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/images/template/bustour/imgPlaceholder3.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.tickets-menu_links_item._1 {
  background-image: url('/images/template/bustour/imgPlaceholder1.png');
}

.tickets-menu_links_item._2 {
  background-image: url('/images/template/bustour/imgPlaceholder4.png');
}

.tickets-menu_links_item._3 {
  background-image: url('/images/template/bustour/imgPlaceholder2.png');
}

.tickets-menu_links_item_box {
  position: relative;
  z-index: 15;
}

.tickets-menu_links_item_box_icon {
  position: relative;
  left: 5px;
  margin-bottom: 10px;
}

.tickets-menu_links_item_box_title {
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 16px;
}

.tickets-menu_links_divisor {
  position: relative;
  z-index: 15;
  width: 1px;
  background-color: #fff;
  opacity: 0.6;
}

.tickets-menu_curve {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.tickets-menu_curve_svg {
  width: 100%;
  margin-bottom: -5px;
}

.tickets-menu_curve_base {
  height: 100px;
  background-color: #d5151a;
}

.tickets-menu_links_item_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.container {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.container.small {
  width: 940px;
}

.hero-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section_content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section_content_txt-box {
  position: relative;
  z-index: 15;
}

.hero-section_content_txt-box_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 38px;
}

.hero-section_content_txt-box_p {
  width: 45%;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.buttons-box.center {
  position: relative;
  z-index: 15;
  margin-top: 92px;
  text-align: center;
}

.buttons-box.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a183;
  border-radius: 8px;
  background-color: #00a183;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  font-family: Avicenna, sans-serif;
  font-size: 14px;
  text-align: center;
}

.button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #00a183;
}

.button.outline-white {
  border-color: #fff;
  background-color: transparent;
}

.button.outline-white:hover {
  opacity: 0.8;
  color: #fff;
}

.button.outline-white.margin {
  margin-left: 12px;
}

.button.hover-white-bg {
  color: #fff;
}

.button.hover-white-bg:hover {
  border-color: #00a183;
  color: #00a183;
}

.button.outline-green {
  border-color: #00a183;
  background-color: #fff;
  color: #00a183;
}

.button.outline-green:hover {
  opacity: 0.8;
  color: #00a183;
}

.button.outline-green.margin {
  margin-left: 12px;
}

.button.icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button.icon-text:hover {
  background-color: #00a183;
  opacity: 0.8;
  color: #fff;
}

.button.icon-text.margin-top {
  margin-top: 8px;
  text-align: left;
}

.button.icon-text.margin-top.payment {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-section_graph-bus {
  position: absolute;
  left: auto;
  top: auto;
  right: -225px;
  bottom: 35px;
  z-index: 15;
  display: block;
  width: 786px;
}

.hero-section_graph-letter {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 70%;
}

.yellow {
  color: #fed062;
}

.whatsapp-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  margin: 20px;
  padding: 8px 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);
}

.whatsapp-fixed_title {
  color: #00a183;
  font-size: 12px;
  line-height: 17px;
}

.whatsapp-fixed_number {
  font-family: Avicenna, sans-serif;
  color: #393939;
  font-size: 15px;
  line-height: 18px;
}

.whatsapp-fixed_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: -3px;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.61);
}

.bustour-tickets-section {
  position: relative;
  padding-top: 215px;
  background-color: #d5151a;
}

.bustour-tickets-section_h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.tickets-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.37);
}

.ticket_header {
  position: relative;
  z-index: 15;
  height: 210px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-image: url('/images/template/bustour/bustour-um-dia-capa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.ticket_header._2 {
  background-image: url('/images/template/bustour/productimg-placeholder.png');
}

.ticket_header._3 {
  background-image: url('/images/template/bustour/imgPlaceholder4.png');
}

.ticket_header_lines {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-bottom: 4px;
}

.ticket_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #fff;
}

.ticket_content_h3 {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #d5151a;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.ticket_content_p {
  margin-bottom: 15px;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
}

.ticket_price-box {
  margin-bottom: 10px;
}

.ticket_price-box.product-page {
  margin-bottom: 0px;
  text-align: center;
}

.ticket_price-box_title {
  margin-bottom: 6px;
  color: #676767;
  font-size: 12px;
  line-height: 17px;
}

.ticket_price-box_title.product-page {
  margin-bottom: 15px;
}

.ticket_price-box_value {
  color: #00a183;
  font-size: 20px;
  font-weight: 700;
}

.ticket_price-box_value.product-page {
  font-size: 22px;
  line-height: 14px;
}

.ticket_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket_tags_item {
  margin-right: 5px;
  padding: 1px 5px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a183;
  border-radius: 6px;
  color: #00a183;
  font-size: 8px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.ticket_tags_item.yellow {
  border-color: #fed062;
  color: #fed062;
}

.tickets-grid {
  position: relative;
  z-index: 15;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticket_header_tag-bustour_box {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.43);
}

.main-price {
  font-family: Avicenna, sans-serif;
  font-size: 30px;
}

.main-price.product-page {
  font-size: 34px;
}

.price-detail {
  color: #676767;
  font-size: 12px;
  font-weight: 400;
}

.bustour-tickets-section_graph-letter {
  position: absolute;
  left: 0%;
  top: 135px;
  right: auto;
  bottom: auto;
}

.bustour-tickets-section_footer {
  width: 100%;
  margin-top: -395px;
}

.sec {
  height: 300vh;
}

.how-it-works-section {
  position: relative;
  margin-top: -116px;
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
}

.how-it-works-section.about-page {
  margin-top: 55px;
  margin-bottom: 145px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.how-it-works-section_graph-top {
  width: 55%;
}

.how-it-works-section_content {
  position: relative;
  z-index: 15;
  width: 60%;
  padding-left: 20%;
}

.how-it-works-section_content.about-page-content {
  padding-top: 50px;
}

.how-it-works-section_content_h2 {
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: 'Blackout Sunrise', sans-serif;
  color: #d5151a;
  font-size: 42px;
  line-height: 49px;
}

.how-it-works-section_content_h2.app {
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 40px;
}

.how-it-works-section_content_h2.faq {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
}

.how-it-works-section_content_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  padding-right: 45%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-it-works-section_content_item.right {
  margin-bottom: 64px;
  padding-right: 3%;
  padding-left: 37%;
}

.how-it-works-section_content_item.right.last {
  margin-bottom: 90px;
}

.how-it-works-section_content_item_txt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-it-works-section_content_item_txt-box_title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #d5151a;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.how-it-works-section_content_item_txt-box_p {
  font-size: 14px;
  line-height: 19px;
}

.how-it-works-section_graph-top_box {
  text-align: right;
}

.yellow-avicc {
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 56px;
}

.yellow-avicc.app {
  font-size: 42px;
}

.yellow-avicc.about-page {
  display: inline-block;
  margin-top: 5px;
  font-size: 55px;
  line-height: 52px;
}

.how-it-works-section_line1 {
  position: absolute;
  left: -85px;
  top: -110px;
  right: auto;
  bottom: auto;
}

.how-it-works-section_line2 {
  position: absolute;
  left: auto;
  top: -150px;
  right: 196px;
  bottom: auto;
}

.how-it-works-section_line3 {
  position: absolute;
  left: 30px;
  top: -151px;
  right: auto;
  bottom: auto;
}

.how-it-works-section_line3._5 {
  top: -123px;
}

.how-it-works-section_img {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 33%;
  height: 620px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-image: url('/images/template/bustour/img-bustour.png');
  background-position: 50% 50%;
  background-size: cover;
}

.how-it-works-section_img.about-page {
  margin-top: 0px;
}

.how-it-works-section_icon-box {
  position: absolute;
  left: -25px;
  top: 37px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #d5151a;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.39);
}

.tickets-section {
  position: relative;
  margin-top: -145px;
  background-color: #d5151a;
}

.tickets-section_header {
  width: 100%;
  margin-bottom: 110px;
}

.tickets-section_graph-letter {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
}

.tickets-section_graph-letter.faq {
  top: -130px;
}

.tickets-section_title-box_svg {
  margin-bottom: 15px;
}

.tickets-section_title-box_subtitle {
  margin-top: 0px;
  font-family: 'Blackout Sunrise', sans-serif;
  color: #fed062;
  font-size: 51px;
}

.tickets-section_list {
  position: relative;
  margin-top: 75px;
}

.tickets-section_list_icon {
  position: absolute;
  left: -71px;
  top: -31px;
  right: auto;
  bottom: auto;
}

.tickets-section_list_title {
  position: relative;
  z-index: 15;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.tickets-section_footer {
  width: 100%;
  margin-top: 105px;
  margin-bottom: -5px;
}

.app-section {
  position: relative;
  padding-bottom: 150px;
}

.app-section_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -275px;
  margin-bottom: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-section_header_img {
  max-width: none;
}

.app-section_header_content {
  width: 42%;
  margin-bottom: 50px;
}

.app-section_header_content_p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.app-section_header_content_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-section_header_content_download.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-section_header_content_download_item {
  margin-right: 8px;
}

.app-section_header_content_download_item.footer {
  margin-right: 0px;
  margin-bottom: 8px;
  text-align: center;
}

.app-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-section_list_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.app-section_list_item_icon {
  position: relative;
  right: -6px;
}

.app-section_list_item_h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  color: #d5151a;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.app-section_list_item_p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.app-section_line1 {
  position: absolute;
  left: 57px;
  top: -183px;
  right: auto;
  bottom: auto;
}

.app-section_line2 {
  position: absolute;
  left: -116px;
  top: 5px;
  right: auto;
  bottom: auto;
}

.app-section_line3 {
  position: absolute;
  left: -101px;
  top: 10px;
  right: auto;
  bottom: auto;
}

.app-section_graph-letter {
  position: absolute;
  left: 0%;
  top: 181px;
  right: auto;
  bottom: auto;
}

.compare-section.product-page {
  position: relative;
  margin-bottom: 145px;
  padding-top: 40px;
}

.compare-section_h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
}

.compare-section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.compare-section_header_item {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.compare-section_header_item_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 22px;
  background-color: #d5151a;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
}

.compare-section_header_item_icon-box.other {
  background-color: #393939;
}

.compare-section_header_item_icon-box.green {
  background-color: #00a183;
}

.compare-section_header_item_h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #d5151a;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

.compare-section_header_item_h3.other {
  color: #393939;
}

.compare-section_header_item_h3.green {
  color: #00a183;
}

.compare-section_header_vs {
  margin-top: 45px;
  margin-right: 45px;
  margin-left: 45px;
  font-family: 'Blackout Sunrise', sans-serif;
  color: #d5151a;
  font-size: 46px;
}

.compare-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.compare-section_list_column {
  padding-top: 70px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31%;
  -ms-flex: 0 31%;
  flex: 0 31%;
}

.compare-section_list_column_item {
  position: relative;
  margin-bottom: 50px;
}

.compare-section_list_column_item_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
  text-align: right;
}

.compare-section_list_column_item_txt.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.compare-section_list_column_item_tag {
  position: absolute;
  left: auto;
  top: 3px;
  right: -28px;
  bottom: auto;
  width: 5px;
  height: 100%;
  background-color: #d5151a;
}

.compare-section_list_divisor {
  width: 1px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #d5151a;
}

.faq-section {
  position: relative;
  margin-top: -30px;
  padding-top: 85px;
  background-color: #d5151a;
}

.faq-section.tickets-list-page {
  margin-bottom: -81px;
  padding-bottom: 90px;
}

.faq-section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-section_header_icon {
  position: relative;
  right: -30px;
  bottom: -30px;
}

.compare-section_footer {
  width: 100%;
}

.faq-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.faq-section_list_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fed062;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-section_list_item_header_txt {
  font-size: 18px;
}

.faq-section_list_item_p {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.faq-section_footer {
  width: 100%;
  max-width: 100%;
  margin-bottom: -5px;
}

.instagram-section {
  position: relative;
  z-index: 10;
  margin-top: -8px;
  padding-bottom: 300px;
}

.instagram-section_user {
  margin-bottom: 50px;
  color: #d5151a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.instagram-section_svg {
  margin-bottom: 15px;
}

.instagram-section_p {
  width: 40%;
  color: #fed062;
  font-size: 18px;
  line-height: 22px;
}

.instagram-section_slider-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 40%;
  margin-top: -150px;
}

.instagram-section_slider-wrap.product-page {
  width: 65%;
  margin-top: 15px;
}

.instagram-section_slider-wrap_carrossel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-section_slider-wrap_carrossel_item {
  position: relative;
  width: 400px;
  height: 520px;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.43))), url('/images/template/bustour/instagram-placeholder.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.43)), url('/images/template/bustour/instagram-placeholder.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section_slider-wrap_carrossel_item.photos-section {
  height: 340px;
  margin-top: 0px;
  background-image: url('/images/template/bustour/instagram-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.instagram-section_slider-wrap_carrossel_item.product-page_photo_item {
  z-index: 10;
  height: 350px;
  margin-top: 0px;
  background-image: url('/images/template/bustour/instagram-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.instagram-section_slider-wrap_carrossel_item.img2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.43))), url('/images/template/bustour/Captura-de-Tela-2021-02-10-às-09.04.26.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.43)), url('/images/template/bustour/Captura-de-Tela-2021-02-10-às-09.04.26.png');
}

.instagram-section_slider-wrap_carrossel_item.img3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.43))), url('/images/template/bustour/Captura-de-Tela-2021-02-10-às-09.04.10.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.43)), url('/images/template/bustour/Captura-de-Tela-2021-02-10-às-09.04.10.png');
}

.instagram-section_slider-wrap_carrossel_item_icons {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.instagram-section_content {
  position: relative;
  top: 125px;
}

.instagram-section_footer {
  width: 100%;
  margin-top: 175px;
}

.instagram-section_slider-wrap_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.footer-content {
  padding-bottom: 40px;
  background-color: #d5151a;
}

.footer_header-graph {
  width: 100%;
  margin-top: -115px;
  margin-bottom: -5px;
}

.footer_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.footer_header_logo {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_header_left_txt {
  margin-bottom: 0px;
  margin-left: 35px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.footer_header_form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 59%;
  -ms-flex: 0 59%;
  flex: 0 59%;
}

.footer_header_form-block_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_header_form-block_form_h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.footer_header_form-block_form_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_header_form-block_form_item {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 170px;
  -ms-flex: 0 170px;
  flex: 0 170px;
}

.label {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.label.grey {
  color: hsla(0, 0%, 40.4%, 0.8);
}

.input {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  color: #fff;
  font-size: 14px;
}

.input:focus {
  border-bottom-color: #fed062;
}

.input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.input.grey {
  border-bottom-color: hsla(0, 0%, 40.4%, 0.2);
  color: #393939;
  font-size: 16px;
}

.input.grey:focus {
  border-bottom-color: #00a183;
}

.input.grey::-webkit-input-placeholder {
  color: hsla(0, 0%, 40.4%, 0.4);
}

.input.grey:-ms-input-placeholder {
  color: hsla(0, 0%, 40.4%, 0.4);
}

.input.grey::-ms-input-placeholder {
  color: hsla(0, 0%, 40.4%, 0.4);
}

.input.grey::placeholder {
  color: hsla(0, 0%, 40.4%, 0.4);
}

.input.textarea {
  min-height: 80px;
}

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_infos_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_infos_left.contact-page_address-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_infos_left_item {
  margin-right: 45px;
}

.footer_infos_left_item_title {
  margin-bottom: 5px;
  color: #fed062;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_infos_left_item_content {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.footer_infos_left_item_content.contact-page_address-list_txt {
  margin-bottom: 25px;
  color: #676767;
}

.footer_infos_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.footer_infos_app_title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_links_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_links_left_user {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer_links_left_social {
  margin-left: 25px;
}

.footer_links_left_social_item {
  margin-right: 10px;
}

.footer_links_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_links_nav_item {
  margin-left: 20px;
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 11px;
}

.footer_copy {
  margin-top: 90px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.footer_duck {
  margin-top: 15px;
  text-align: center;
}

.product-page_header {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.1))), url('/images/template/bustour/productimg-placeholder.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url('/images/template/bustour/productimg-placeholder.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.product-page_header_graph {
  width: 100%;
  margin-top: -197px;
}

.product-page_content {
  position: relative;
  background-color: #d5151a;
}

.product-page_content_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-page_content_txt {
  margin-top: 55px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.product-page_content_txt_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.product-page_content_txt_header_code {
  color: #fff;
  font-size: 12px;
}

.product-page_content_txt_header_h1 {
  margin-top: 2px;
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 40px;
  font-weight: 400;
}

.product-page_content_txt_header_p {
  color: #fff;
}

.product-page_content_txt_body_title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.product-page_content_txt_body_txt {
  color: #fff;
}

.product-page_content_buy-box {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -110px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}

.product-page_content_buy-box_topics {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.product-page_content_buy-box_topics_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page_content_buy-box_topics_item.benefits {
  width: 80%;
}

.product-page_content_buy-box_topics_item.last {
  margin-bottom: 0px;
}

.product-page_content_buy-box_topics_item_icon.ammount {
  position: relative;
  left: 2px;
}

.product-page_content_buy-box_topics_item_txt {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}

.product-page_content_buy-box_security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page_content_buy-box_security.checkout {
  -webkit-box-flex: 0;
  -webkit-flex: 0 270px;
  -ms-flex: 0 270px;
  flex: 0 270px;
}

.product-page_content_buy-box_security.checkout.finish {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page_content_buy-box_security_txt {
  margin-left: 8px;
  font-size: 10px;
  line-height: 11px;
}

.product-page_content_buy-box_div {
  position: relative;
  margin-top: -105px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.product-page_content_footer {
  width: 100%;
  margin-bottom: -8px;
}

.product-page_content_graph-letter {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 280px;
}

.photos-section {
  position: relative;
  z-index: 10;
  margin-top: -8px;
  padding-bottom: 395px;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(57, 57, 57, 0.9);
}

.modal_box {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #fff;
}

.modal_box_title {
  margin-top: 12px;
  margin-bottom: 25px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.modal_box_buy-list {
  width: 100%;
  margin-bottom: 25px;
  margin-left: -50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  border-left: 3px solid #00a183;
}

.modal_box_buy-list.checkout-page {
  margin-left: 0px;
}

.modal_box_buy-list.checkout-page.blue {
  border-left-color: #0450a2;
}

.modal_box_buy-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_box_buy-list_item.passenger {
  margin-bottom: 5px;
}

.modal_box_buy-list_item_title {
  color: hsla(0, 0%, 40.4%, 0.9);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal_box_buy-list_item_title.main {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.modal_box_buy-list_item_value {
  margin-right: -25px;
  color: hsla(0, 0%, 40.4%, 0.8);
}

.modal_box_buy-list_item_value.main {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
}

.modal_box_buy-list_item_value.main.checkout-page {
  margin-right: 0px;
  margin-left: 50px;
}

.modal_box_buy-list_item_value.checkout-page {
  margin-right: 0px;
}

.modal_box_buy-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal_close-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  text-align: right;
  cursor: pointer;
}

.modal_close-mask_icon {
  margin: 35px;
}

.default-header {
  background-color: #d5151a;
  font-family: 'Made Evolve Sans', sans-serif;
}

.default-header.checkout-header {
  background-color: #0450a2;
}

.default-header_h1 {
  position: relative;
  margin-top: 50px;
  margin-bottom: -45px;
  font-family: 'Blackout Sunrise', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 39px;
}

.default-header_h1.tickets {
  margin-bottom: 35px;
}

.default-header_graph-curve {
  width: 100%;
  margin-bottom: -38px;
}

.default-header_graph-curve.ticket-header-curve {
  margin-bottom: -8px;
}

.default-header_h1_yellow {
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 36px;
}

.tickets-list-page_content {
  margin-top: -215px;
  margin-bottom: 75px;
}

.tickets-list-page_content_footer {
  width: 100%;
}

.ticket_content_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-page_hero-section {
  position: relative;
  height: 98vh;
}

.about-page_hero-section_bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.about-page_hero-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-page_hero-section_content_h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Blackout Sunrise', sans-serif;
  font-size: 116px;
  line-height: 51px;
}

.about-page_hero-section_content_p {
  width: 38%;
  font-size: 16px;
  line-height: 22px;
}

.about-page_hero-section_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 63px;
  height: 100%;
  background-color: #d5151a;
}

.about-page_icons-section {
  padding-top: 65px;
  padding-bottom: 90px;
  background-color: #d5151a;
}

.about-page_icons-section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page_icons-section_header_p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.about-page_icons-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page_icons-section_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-page_icons-section_list_item_title {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-page_discount-section {
  background-color: #d5151a;
}

.about-page_discount-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page_discount-section_content_box {
  position: relative;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 28%;
  -ms-flex: 0 28%;
  flex: 0 28%;
}

.about-page_discount-section_content_box_h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 28px;
  line-height: 32px;
}

.about-page_discount-section_content_box_p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.about-page_discount-section_footer {
  width: 100%;
  margin-top: 45px;
  margin-bottom: -8px;
}

.about-page_discount-section_content_img-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.about-page_discount-section_content_img-box_lines {
  position: absolute;
  left: -487px;
  top: auto;
  right: auto;
  bottom: 0px;
}

.about-page_discount-section_content_img-box_lines2 {
  position: absolute;
  left: auto;
  top: 110px;
  right: 80px;
  bottom: auto;
}

.about-page_pet-section {
  position: relative;
  display: none;
  margin-bottom: -85px;
}

.about-page_pet-section_header-graph {
  width: 100%;
  margin-bottom: -9px;
}

.about-page_pet-section_content {
  margin-bottom: 13px;
  padding-bottom: 100px;
  background-color: #d5151a;
}

.about-page_pet-section_content_h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 23px;
  line-height: 28px;
}

.about-page_pet-section_content_p {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.about-page_pet-section_content_img {
  margin-top: -238px;
}

.routes-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.routes-content_list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 26%;
  -ms-flex: 0 26%;
  flex: 0 26%;
}

.routes-content_list_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
}

.routes-content_list_item.benefits-item {
  margin-bottom: 0px;
  background-image: url('/images/template/bustour/bustour-grey.svg');
  background-position: 15px 15px;
  background-size: auto;
  background-repeat: no-repeat;
}

.routes-content_list_item_img {
  width: 120px;
  height: 120px;
  margin-top: -25px;
  border-radius: 100%;
  background-image: url('/images/template/bustour/productimg-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.routes-content_list_item_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.routes-content_list_item_txt.benefits {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.routes-content_list_item_txt_h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 22px;
  line-height: 22px;
}

.routes-content_list_item_txt_subtitle {
  margin-bottom: 15px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 12px;
}

.routes-content_list_item_txt_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.routes-content_list_item_txt_access_txt {
  margin-left: 10px;
  color: #00a183;
}

.routes-content_list_item_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.routes-content_list_item_tag_dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.routes-content_list_item_tag_dot.blue {
  background-color: #37bbeb;
}

.routes-content_list_item_tag_txt {
  margin-left: 10px;
  font-family: Avicenna, sans-serif;
  color: #37bbeb;
  font-size: 12px;
}

.routes-content_divisor {
  width: 1px;
  background-color: hsla(0, 0%, 43.9%, 0.15);
}

.routes-content_infos {
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
  text-align: center;
}

.routes-content_infos_h2 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.routes-content_infos_p {
  margin-bottom: 25px;
  text-align: center;
}

.routes-content_list_item_dot {
  position: absolute;
  left: auto;
  top: 0%;
  right: -51px;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d3d3d3;
}

.link-green {
  color: #00a183;
  text-decoration: underline;
}

.link-blue {
  color: #0450a2;
  text-decoration: underline;
}

.routes-content_infos_box {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}

.benefits-grid {
  margin-bottom: 195px;
  grid-column-gap: 35px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefits-item_line {
  width: 100%;
}

.benefits-item_infos {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.benefits-item_infos_txt {
  margin-top: 5px;
  font-family: Avicenna, sans-serif;
  color: #00a183;
  font-size: 16px;
  line-height: 18px;
}

.checkout-cart {
  position: relative;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.checkout-cart_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.checkout-cart_list_item_img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-image: url('/images/template/bustour/productimg-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.checkout-cart_list_item_infos {
  -webkit-box-flex: 0;
  -webkit-flex: 0 330px;
  -ms-flex: 0 330px;
  flex: 0 330px;
}

.checkout-cart_list_item_infos_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 18px;
  line-height: 18px;
}

.checkout-cart_list_item_infos_subtitle {
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 11px;
}

.checkout-cart_list_item_infos_code {
  margin-top: 8px;
  font-size: 10px;
}

.checkout-cart_list_item_ad {
  -webkit-box-flex: 0;
  -webkit-flex: 0 240px;
  -ms-flex: 0 240px;
  flex: 0 240px;
}

.checkout-cart_list_item_value {
  text-align: right;
}

.checkout-cart_list_item_value_title {
  margin-bottom: 4px;
  font-size: 12px;
}

.checkout-cart_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-cart_footer_right {
  text-align: right;
}

.checkout-cart_footer_title {
  margin-bottom: 12px;
}

.checkout-cart_footer_plots {
  margin-top: 10px;
}

.value-blue-avicc {
  font-family: Avicenna, sans-serif;
  color: #0450a2;
  font-size: 20px;
}

.button-icon {
  margin-left: 50px;
}

.checkout-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-footer_copy {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 11px;
}

.checkout-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-payment_form-block {
  margin-top: 25px;
}

.checkout-payment_right {
  margin-bottom: 15px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 28%;
  -ms-flex: 0 28%;
  flex: 0 28%;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.checkout-payment_right_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.checkout-payment_right_item_img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url('/images/template/bustour/productimg-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.checkout-payment_right_item_title {
  margin-top: 5px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 16px;
}

.checkout-payment_right_item_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-payment_right_item_infos_divisor {
  width: 1px;
  height: 15px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: hsla(0, 0%, 40.4%, 0.15);
}

.checkout-payment_left_title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 20px;
  line-height: 22px;
}

.input-box {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select {
  height: 50px;
  padding: 13px 13px 13px 35px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #ededed;
  background-image: url('/images/template/bustour/icone-parcelamento.svg');
  background-position: 4% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  font-weight: 500;
}

.select:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00a183;
}

.checkout-payment_right_box {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 285px;
  -ms-flex: 0 285px;
  flex: 0 285px;
}

.checkout-finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-finish_box {
  margin-bottom: 15px;
  padding-top: 5px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('/images/template/bustour/bustour-grey.svg');
  background-position: 95% 5%;
  background-size: 60px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.checkout-finish_h3 {
  margin-top: 0px;
  color: #00a183;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkout-finish_h3.blue {
  color: #0450a2;
}

.checkout-finish_box_payment {
  margin-top: 35px;
  padding: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #0450a2;
}

.checkout-finish_box_payment_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-finish_box_payment_header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-finish_box_payment_header_plots {
  margin-left: 10px;
  text-align: center;
}

.checkout-finish_box_payment_header_plots_title {
  color: #fff;
  line-height: 18px;
}

.checkout-finish_box_payment_header_plots_card {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 18px;
}

.checkout-finish_box_payment_header_link {
  font-family: Avicenna, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.checkout-finish_box_payment_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-finish_box_payment_infos {
  text-align: right;
}

.checkout-finish_box_payment_infos_price {
  color: #fff;
  font-size: 16px;
}

.checkout-finish_box_payment_infos_txt {
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.checkout-finish_box_item {
  margin-top: 25px;
  padding-right: 25px;
}

.account-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-page_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 39%;
  -ms-flex: 0 39%;
  flex: 0 39%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.account-page_list {
  padding: 30px 30px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 53%;
  -ms-flex: 0 53%;
  flex: 0 53%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.account-page_left_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-page_left_header_icon {
  margin-bottom: 10px;
}

.account-page_left_header_title {
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 18px;
}

.account-page_left_infos {
  margin-top: 25px;
  margin-bottom: 5px;
}

.account-page_left_infos_item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.1);
  color: hsla(0, 0%, 40.4%, 0.8);
}

.account-page_left_logout-link {
  margin-top: 25px;
  font-family: Avicenna, sans-serif;
  color: #676767;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.account-page_left_logout-link:hover {
  color: hsla(0, 0%, 40.4%, 0.7);
}

.account-page_list_h2 {
  margin-top: 0px;
  font-family: Avicenna, sans-serif;
  color: #fed062;
  font-size: 18px;
}

.account-page_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.1);
}

.account-page_list_item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-page_list_item_content_img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('/images/template/bustour/productimg-placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
}

.account-page_list_item_content_infos {
  margin-left: 20px;
}

.account-page_list_item_content_infos_h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 16px;
  line-height: 22px;
}

.account-page_list_item_content_infos_subtitle {
  margin-bottom: 8px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 10px;
  line-height: 17px;
}

.account-page_cards {
  margin-top: 15px;
  margin-bottom: 160px;
}

.account-page_cards_item {
  margin-right: 10px;
}

.contact-page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 145px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page_content_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 47%;
  -ms-flex: 0 47%;
  flex: 0 47%;
}

.contact-page_content_map {
  border-radius: 12px;
}

.contact-page_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.contact-page_right_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page_right_header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page_right_header_title {
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 16px;
}

.contact-page_right_header_txt {
  color: #676767;
  font-size: 18px;
  font-weight: 500;
}

.contact-page_right_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  margin-bottom: 38px;
  padding-top: 38px;
  padding-bottom: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 40.4%, 0.12);
  border-bottom: 1px solid hsla(0, 0%, 40.4%, 0.12);
}

.contact-page_right_social_txt {
  color: #d5151a;
  font-size: 22px;
  font-weight: 700;
}

.contact-page_right_social_list {
  margin-left: 30px;
}

.contact-page_right_social_list_item {
  margin-right: 12px;
}

.contact-page_form-block_form_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Avicenna, sans-serif;
  color: #d5151a;
  font-size: 16px;
  line-height: 14px;
}

.modal_box_p {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.best-seller {
  position: absolute;
  left: auto;
  top: 0%;
  right: 19px;
  bottom: auto;
}

.ticket-footer {
  position: absolute;
  left: auto;
  top: auto;
  right: -29.8px;
  bottom: -77px;
  width: 118.5%;
  max-width: none;
}

.link {
  color: #00a183;
  text-decoration: underline;
}

.link.yellow {
  color: #fed062;
}

.list {
  line-height: 27px;
}

.how-it-works-align {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  width: 60px;
  height: 600px;
  background-color: #d5151a;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  width: 80px;
  height: 200px;
  background-color: #fed062;
}

.button_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

html.w-mod-js *[data-ix="movebottom-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="movebottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="movebottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (min-width: 1920px) {
  .hero-section_content_txt-box_h1 {
    font-size: 44px;
    line-height: 44px;
  }

  .hero-section_content_txt-box_p {
    width: 45%;
    font-size: 18px;
    line-height: 24px;
  }

  .how-it-works-section_content {
    padding-left: 22%;
  }

  .how-it-works-section_img {
    height: 720px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

  .navbar_left_menu {
    margin-left: 0px;
  }

  .navbar_left_menu_item_block {
    margin-right: 0px;
    padding: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: #b81317;
  }

  .navbar_left_menu_item_block_line {
    display: none;
  }

  .tickets-menu_links_item {
    padding-bottom: 95px;
  }

  .tickets-menu_curve_base {
    height: 230px;
  }

  .container {
    width: 90%;
  }

  .container.small {
    width: 90%;
  }

  .hero-section_content {
    margin-top: 35px;
  }

  .hero-section_content_box {
    margin-bottom: 60px;
  }

  .hero-section_content_txt-box_p {
    width: auto;
  }

  .hero-section_graph-bus {
    position: relative;
    right: -35px;
  }

  .bustour-tickets-section {
    padding-top: 30px;
  }

  .ticket {
    margin-bottom: 5px;
  }

  .tickets-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bustour-tickets-section_footer {
    margin-top: -320px;
  }

  .how-it-works-section_content {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .how-it-works-section_img {
    display: none;
  }

  .app-section_header {
    margin-top: -195px;
  }

  .footer_header-graph {
    margin-bottom: -20px;
  }

  .footer_header {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_header_form-block {
    margin-top: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .default-header_h1.tickets {
    margin-bottom: 155px;
  }

  .about-page_hero-section_line {
    width: 10px;
  }

  .about-page_pet-section_content_img {
    margin-top: -209px;
  }

  .navbar_menu-button {
    padding-right: 0px;
    color: #fff;
    font-size: 34px;
  }

  .navbar_menu-button.w--open {
    background-color: transparent;
  }

  .ticket-footer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
  }

  .navbar {
    padding: 5px 15px;
  }

  .navbar_left_brand {
    padding-left: 0px;
  }

  .navbar_left_brand_logo {
    width: 55px;
  }

  .navbar_left_menu_item.w--current {
    border: 1px none #000;
  }

  .navbar_links_item {
    margin-left: 8px;
  }

  .navbar_links_item_txt {
    display: none;
  }

  .tickets-menu {
    position: fixed;
    overflow: auto;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tickets-menu_header {
    padding: 15px;
  }

  .tickets-menu_header_logo {
    width: 55px;
  }

  .tickets-menu_links {
    position: relative;
    z-index: 15;
    padding-top: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .tickets-menu_links_item {
    padding: 45px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.45);
    text-align: center;
  }

  .tickets-menu_links_divisor {
    display: none;
  }

  .tickets-menu_curve {
    display: none;
  }

  .hero-section_content {
    margin-top: 0px;
  }

  .hero-section_content_box {
    margin-bottom: 0px;
  }

  .hero-section_content_txt-box {
    margin-top: 20px;
  }

  .hero-section_content_txt-box_h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-section_content_txt-box_p {
    width: auto;
    margin-bottom: 12px;
    line-height: 20px;
  }

  .buttons-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.outline-white.margin {
    margin-top: 8px;
    margin-left: 0px;
  }

  .button.icon-text.margin-top {
    text-align: left;
  }

  .hero-section_graph-bus {
    position: relative;
    right: -52px;
    bottom: 0px;
    margin-top: 35px;
  }

  .hero-section_graph-letter {
    position: absolute;
    bottom: -15%;
  }

  .bustour-tickets-section {
    overflow: hidden;
    padding-top: 40px;
  }

  .bustour-tickets-section_h2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 28px;
  }

  .ticket {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .ticket.list_item {
    margin-right: 15px;
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }

  .ticket_header {
    height: 220px;
  }

  .tickets-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tickets-grid.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: -20px;
    padding: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .bustour-tickets-section_footer {
    margin-top: -254px;
  }

  .how-it-works-section {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .how-it-works-section.about-page {
    margin-top: 0px;
  }

  .how-it-works-section_graph-top {
    width: 67%;
  }

  .how-it-works-section_content {
    width: auto;
  }

  .how-it-works-section_content_h2 {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 34px;
  }

  .how-it-works-section_content_h2.app {
    margin-top: 5px;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .how-it-works-section_content_h2.faq {
    font-size: 26px;
    line-height: 27px;
  }

  .how-it-works-section_content_item {
    margin-bottom: 0px;
    margin-left: 15px;
    padding-right: 0%;
    padding-bottom: 30px;
    padding-left: 10px;
    border-left: 2px dashed #d5151a;
  }

  .how-it-works-section_content_item.right {
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 10px;
  }

  .how-it-works-section_content_item.right.last {
    margin-bottom: 0px;
  }

  .how-it-works-section_content_item_sign {
    margin-left: -32px;
  }

  .yellow-avicc {
    font-size: 36px;
  }

  .yellow-avicc.app {
    font-size: 32px;
  }

  .yellow-avicc.app.faq {
    font-size: 24px;
  }

  .yellow-avicc.about-page {
    font-size: 38px;
    line-height: 37px;
  }

  .how-it-works-section_line2 {
    display: none;
  }

  .how-it-works-section_line3 {
    display: none;
  }

  .how-it-works-section_img {
    display: none;
  }

  .tickets-section {
    overflow: hidden;
    margin-top: 5px;
  }

  .tickets-section_header {
    margin-bottom: 45px;
  }

  .tickets-section_graph-letter {
    top: -36px;
  }

  .tickets-section_title-box {
    position: relative;
    z-index: 15;
  }

  .tickets-section_title-box_svg {
    width: 230px;
    margin-bottom: 0px;
  }

  .tickets-section_title-box_subtitle {
    font-size: 30px;
  }

  .tickets-section_list {
    margin-top: 50px;
  }

  .tickets-section_list_icon {
    display: none;
  }

  .tickets-section_list_title {
    font-size: 18px;
    line-height: 28px;
  }

  .app-section {
    padding-bottom: 40px;
  }

  .app-section_header {
    margin-top: -95px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-section_header_img {
    width: 200px;
  }

  .app-section_header_content {
    width: auto;
    margin-bottom: 30px;
  }

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

  .app-section_header_content_download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-section_list_item {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-section_list_item_h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .app-section_line1 {
    display: none;
  }

  .app-section_line2 {
    display: none;
  }

  .app-section_line3 {
    display: none;
  }

  .app-section_graph-letter {
    display: none;
  }

  .compare-section.product-page {
    margin-bottom: 55px;
  }

  .compare-section_h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .compare-section_header_item_icon-box {
    width: 60px;
    height: 60px;
  }

  .compare-section_header_item_icon-box_img {
    width: 29px;
  }

  .compare-section_header_item_h3 {
    font-size: 13px;
    line-height: 15px;
  }

  .compare-section_header_vs {
    margin-right: 15px;
    margin-left: 15px;
  }

  .compare-section_list_column {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .compare-section_list_column_item {
    margin-bottom: 35px;
  }

  .compare-section_list_column_item_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
  }

  .faq-section {
    margin-top: -6px;
  }

  .faq-section.tickets-list-page {
    margin-bottom: -15px;
    padding-bottom: 15px;
  }

  .faq-section_header {
    margin-bottom: 55px;
  }

  .faq-section_header_icon {
    right: -21px;
    bottom: -25px;
  }

  .faq-section_list_item_header_txt {
    font-size: 16px;
    line-height: 20px;
  }

  .instagram-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .instagram-section_user {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .instagram-section_svg {
    margin-bottom: 10px;
  }

  .instagram-section_p {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .instagram-section_slider-wrap {
    display: none;
  }

  .instagram-section_slider-wrap.product-page {
    position: relative;
    display: block;
    width: 100%;
  }

  .instagram-section_slider-wrap_carrossel {
    margin-top: 10px;
  }

  .instagram-section_slider-wrap_carrossel_item.product-page_photo_item {
    width: 210px;
    height: 250px;
  }

  .instagram-section_content {
    top: 0px;
    text-align: center;
  }

  .footer-content {
    padding-bottom: 95px;
  }

  .footer_header-graph {
    margin-top: -33px;
  }

  .footer_header {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_header_left {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_header_logo {
    width: 70px;
  }

  .footer_header_left_txt {
    margin-top: 15px;
    margin-left: 0px;
  }

  .footer_header_form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer_header_form-block_form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_header_form-block_form_align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_header_form-block_form_item {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input {
    font-size: 16px;
  }

  .footer_infos {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_infos_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_infos_left_item {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .footer_infos_left_item.contact-page {
    margin-bottom: 0px;
  }

  .footer_infos_app {
    width: 100%;
  }

  .footer_infos_app_title {
    text-align: center;
  }

  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_links_left {
    margin-bottom: 25px;
  }

  .footer_links_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_links_nav_item {
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .footer_copy {
    margin-top: 20px;
  }

  .product-page_header {
    height: 280px;
  }

  .product-page_content_align {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-page_content_txt {
    margin-top: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product-page_content_txt_header_h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .product-page_content_buy-box {
    position: relative;
    top: 5px;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product-page_content_buy-box_security.checkout {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product-page_content_footer {
    margin-top: 25px;
  }

  .photos-section {
    padding-bottom: 75px;
  }

  .modal_box {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal_close-mask_icon {
    margin: 15px;
  }

  .default-header_h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 32px;
  }

  .default-header_h1.tickets {
    margin-bottom: 25px;
  }

  .default-header_graph-curve {
    margin-bottom: -5px;
  }

  .default-header_h1_yellow {
    font-size: 28px;
  }

  .tickets-list-page_content {
    margin-top: -55px;
  }

  .about-page_hero-section {
    height: auto;
  }

  .about-page_hero-section_bg-video {
    padding-bottom: 35px;
  }

  .about-page_hero-section_content {
    margin-top: 60px;
    padding-left: 25px;
  }

  .about-page_hero-section_content_h1 {
    font-size: 79px;
    line-height: 18px;
  }

  .about-page_hero-section_content_p {
    width: auto;
    line-height: 20px;
  }

  .about-page_hero-section_line {
    width: 18px;
  }

  .about-page_icons-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .about-page_icons-section_header {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-page_icons-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-page_icons-section_list_item {
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .about-page_discount-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-page_discount-section_content_box {
    top: 0px;
    margin-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-page_discount-section_footer {
    margin-top: 30px;
  }

  .about-page_discount-section_content_img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-page_discount-section_content_img-box_lines {
    display: none;
  }

  .about-page_discount-section_content_img-box_lines2 {
    display: none;
  }

  .about-page_pet-section {
    margin-bottom: -13px;
  }

  .about-page_pet-section_content {
    margin-bottom: -5px;
  }

  .about-page_pet-section_content_h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .about-page_pet-section_content_img {
    margin-top: -139px;
  }

  .routes-content {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .routes-content_list {
    margin-top: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .routes-content_list_item {
    margin-bottom: 55px;
  }

  .routes-content_list_item_img {
    width: 110px;
    height: 110px;
  }

  .routes-content_list_item_txt.benefits {
    padding-right: 10px;
    padding-left: 10px;
  }

  .routes-content_list_item_dot {
    display: none;
  }

  .benefits-grid {
    margin-top: 30px;
    margin-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .checkout-cart {
    padding: 25px;
  }

  .checkout-cart_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-cart_list_item_infos {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .checkout-cart_list_item_infos_title {
    font-size: 16px;
  }

  .checkout-cart_list_item_infos_code {
    margin-top: -1px;
  }

  .checkout-cart_list_item_ad {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .checkout-cart_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-cart_footer_right {
    width: 100%;
    margin-top: 15px;
  }

  .button-icon {
    margin-left: 0px;
  }

  .checkout-footer_copy {
    line-height: 16px;
    text-align: center;
  }

  .checkout-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-payment_left {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .select {
    font-size: 16px;
  }

  .checkout-finish {
    margin-top: 20px;
  }

  .account-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .account-page_left {
    margin-bottom: 20px;
  }

  .account-page_list_item_content {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .account-page_list_item_content_infos {
    margin-left: 0px;
  }

  .account-page_list_item_content_infos_h3 {
    margin-top: 5px;
    text-align: center;
  }

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

  .account-page_cards {
    margin-bottom: 55px;
  }

  .account-page_cards_item {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact-page_content {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-page_content_left {
    margin-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-page_right {
    margin-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-page_right_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-page_right_header_item {
    margin-right: 8px;
    margin-left: 8px;
  }

  .contact-page_right_header_icon {
    width: 45px;
  }

  .contact-page_right_header_title {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .contact-page_right_header_txt {
    font-size: 15px;
    line-height: 15px;
  }

  .navbar_menu-button {
    padding-left: 10px;
  }

  .ticket-footer {
    right: -26.8px;
    bottom: -70px;
    display: none;
  }

  .how-it-works-align {
    display: block;
    overflow: hidden;
  }

  .about-page_hero-section_content_h1-svg {
    width: 160px;
  }
}

@font-face {
  font-family: 'Avicenna';
  src: url('/assets/fonts/AVICENNA.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blackout Sunrise';
  src: url('/assets/fonts/Blackout-Sunrise.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Evolve Sans';
  src: url('/assets/fonts/MADE-Evolve-Sans-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Evolve Sans';
  src: url('/assets/fonts/MADE-Evolve-Sans-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Evolve Sans';
  src: url('/assets/fonts/MADE-Evolve-Sans-Light-PERSONAL-USE.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Evolve Sans';
  src: url('/assets/fonts/MADE-Evolve-Sans-Medium-PERSONAL-USE.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Evolve Sans';
  src: url('/assets/fonts/MADE-Evolve-Sans-Thin-PERSONAL-USE.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}