/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_comporte_base/cartridge/client/default/scss/product/detail.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_comporte_base/cartridge/client/default/scss/product/detail.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #555;
  width: 100%;
}

section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Page Content */
#pageContent {
  margin: 0 auto;
  width: 100%;
}

.searchContent {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-image: var(--bgBannerDesktop);
}

.searchOverlay {
  background-color: rgba(242, 140, 51, 0.6235294118);
  height: 85vh;
  padding: 30px 0;
  width: 100%;
}

ul.breadcrumb-page {
  padding: 20px 0px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb-page li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb-page li + li:before {
  padding: 8px;
  color: #ffffff;
  content: "/ ";
}

/* Add a color to all links inside the list */
ul.breadcrumb-page li a {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb-page li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.pageTitle {
  margin: 0 0 30px 0;
}

.titleH1 {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0 0 20px 0;
  text-shadow: 2px 2px rgba(33, 33, 33, 0.4470588235);
}

/* Destinos Procurados */
.headerSection {
  background: #ffffff;
  padding: 50px;
  margin-bottom: -30px;
}

.contentSection {
  background: #ffffff;
  border-radius: 10px;
  border: 1px #e0e0e0 solid;
  margin: -150px auto 0 auto;
  max-width: 1185px;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 0;
}

.lineSection {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}

.colSection {
  background: #dedede;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  padding: 20px;
  width: 100%;
}

.titleH2 {
  margin-bottom: 0px;
  line-height: 2.5rem;
}

.colBoxPassagem {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.boxPassagem {
  background: #55368b;
  display: inline-flex;
  padding: 20px 30px;
  justify-content: space-between;
  width: 100%;
}

.textoBoxPassagem {
  color: #ffffff;
}

.boxTrecho, .boxTrechoTomorrow {
  align-items: center;
  display: inline-flex;
  padding: 20px 30px;
  justify-content: space-between;
  width: 100%;
  color: #212121;
}
.boxTrecho:nth-child(odd), .boxTrechoTomorrow:nth-child(odd) {
  background: #dddddd;
}
.boxTrecho:nth-child(even), .boxTrechoTomorrow:nth-child(even) {
  background: #f2f2f2;
}

.textoTrecho {
  width: 30%;
}

.btnComprarLight,
.btnComprarDark {
  background: #f28c33;
  border-radius: 50px;
  color: #ffffff;
  padding: 10px 25px;
  cursor: pointer;
}

.btnComprarLight:hover,
.btnComprarDark:hover {
  background: #55368b;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

/* Lista estados */
.contentListaViacao {
  display: flex;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  max-width: 1185px;
  padding: 20px 0px 20px 0px;
}

.titleH2 {
  margin-bottom: 30px;
  line-height: 2.5rem;
  font-size: 24px;
}

.titleH2-not-found {
  margin: 30px auto;
  line-height: 2.5rem;
  font-size: 1.3rem;
}

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

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

.linkViacao {
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
  min-width: 25px;
  text-align: center;
}

.linkViacao:hover {
  color: #ffffff;
  background-color: #f28c33;
}

.selected {
  background-color: #f28c33;
  color: #ffffff;
  padding: 5px;
}

/* Lista cidades */
.headerListaCidade {
  background: #ffffff;
}

.trechos {
  display: flex;
  flex-direction: column;
  border-bottom: 2px #eeeeee dotted;
  margin: 0 auto;
  max-width: 1185px;
  width: 100%;
}

.lineListaCidade {
  align-items: center;
  display: inline-flex;
}

.colSiglaEstado {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.siglaEstado {
  color: #555;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
}

.colListaCidade {
  border-left: 1px #000000 solid;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.listaCidade {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.listaCidade li {
  margin: 10px;
}

.listaCidade a:hover {
  color: #55368b;
  text-decoration: underline;
}

/* Top Trechos Box */
.topTrechosTexto {
  display: block;
}

.topTrechosTexto {
  width: 100%;
}

.trechosTexto h2 {
  font-size: 18px;
}

.textoTopTrechos li {
  list-style: disc;
  margin-left: 30px;
}

.topTrechosTexto h2 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 2.5rem;
}
.topTrechosTexto p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
.topTrechosTexto ul {
  line-height: 1.4em;
  margin-bottom: 20px;
}
.topTrechosTexto li {
  list-style: disc;
  margin-left: 30px;
}

/* Destinos Procurados */
.headerDestinoProcurado {
  display: flex;
  flex-wrap: wrap;
  background: #55368b;
  padding: 50px;
}

.contentDestinoProcurado {
  margin: 0 auto;
  max-width: 1185px;
  padding: 50px 0px 50px 0px;
  width: 100%;
}

.contentDestinoProcurado h2 {
  color: #ffffff;
}

.lineDestinoProcurado {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.destinoProcuradoCol {
  display: flex;
  flex-wrap: wrap;
  margin: 4px;
  width: 32%;
  align-content: flex-start;
}

.imageDestinoProcurado {
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 215px;
}

.overlayDestinoProcurado {
  background: rgba(242, 140, 51, 0.6235294118);
  height: 250px;
  padding: 50px 10px 50px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.overlayDestinoProcurado .titleH3 {
  font-size: 1.6rem;
}

.cidadeDestinoBox {
  background: #ffffff;
  border: 1px #f28c33 solid;
  padding: 20px 10px;
  width: 100%;
}

.boxDestinoProcurado {
  display: flex;
  justify-content: space-between;
}

.textoDestinoProcurado {
  font-weight: 700;
  margin-bottom: 10px;
}

.boxCidadeValor {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
}

.textoCidadeValor {
  font-weight: 500;
  font-size: 1.1rem;
}

/* Footer */
footer {
  display: flex;
  flex-wrap: wrap;
  background: #303030;
  padding: 50px;
}

.contentFooter {
  margin: 0 auto;
  max-width: 1185px;
  padding: 20px 0px 20px 0px;
  width: 100%;
}

.aviso {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.btnMaisViacoes {
  background: #eeeeee;
  border-radius: 50px;
  height: auto;
  padding: 20px 70px;
  text-align: center;
  width: fit-content;
  margin: 50px auto;
}
.btnMaisViacoes:hover {
  background: #F28C33;
  color: #ffffff;
  transition-duration: 0.5s;
}

ol.breadcrumb-page {
  padding: 0px;
  list-style: none;
}

ol.breadcrumb-page li {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item:before {
  padding: 8px;
  color: #ffffff;
  content: "/ ";
}

ol.breadcrumb-page li a {
  color: #ffffff;
  text-decoration: none;
}

/* Media Queries */
@media only screen and (max-width: 1000px) {
  .lineDestinoProcurado {
    flex-direction: column;
  }
  .destinoProcuradoCol {
    display: flex;
    flex-wrap: wrap;
    margin: 4px;
    width: 100%;
  }
  .contentSection {
    margin: 0 auto;
  }
  .headerSection {
    padding: 10px;
    margin-bottom: 0px;
  }
  .lineSection {
    flex-wrap: wrap;
    gap: 20px;
  }
  .searchContent {
    min-height: 45vh;
  }
}
@media only screen and (max-width: 600px) {
  .titleH1 {
    font-size: 1.5rem;
  }
  .textoTrecho {
    width: auto;
  }
  .searchOverlay {
    padding: 15px;
  }
  .headerSection {
    padding: 10px;
    margin-bottom: 0px;
  }
  .contentSection {
    margin: 0 auto;
  }
  .lineSection {
    flex-direction: column;
  }
  .boxPassagem {
    display: none;
  }
  .colSection {
    display: block;
  }
  .colBoxPassagem {
    margin: 0;
  }
  .boxTrecho, .boxTrechoTomorrow {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .colListaViacao {
    gap: 6px;
    justify-content: space-between;
  }
  .titleH2 {
    margin-bottom: 10px;
    line-height: 2rem;
  }
  .lineDestinoProcurado {
    gap: 25px;
  }
  .searchContent {
    background-image: var(--bgBannerMobile);
  }
}

/*# sourceMappingURL=detail.css.map*/