/* GLOBAL STYLES
-------------------------------------------------- */

body {
  /* padding-top: 3rem; */
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* 
NOVO INDEX E ABOUT DA 4TRIP
*/

body {
  font-family: "Sora", sans-serif !important;
}

.description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 90px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}

.hide_description {
  display: none;
}

.container-image {
  height: 180px;
  overflow: hidden;
}

.btn-outline-orange {
  --bs-btn-color: #eb602b;
  --bs-btn-border-color: #fc5503;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eb602b;
  --bs-btn-hover-border-color: #fc5503;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eb602b;
  --bs-btn-active-border-color: #fc5503;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eb602b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fc5503;
  --bs-gradient: none;
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eb602b;
  --bs-btn-border-color: #fc5503;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fc5503;
  --bs-btn-hover-border-color: #fc5503;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fc5503;
  --bs-btn-active-border-color: #fc5503;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #eb602b;
  --bs-btn-disabled-border-color: #fc5503;
}

.btn-orange-new {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eb602b;
  --bs-btn-border-color: #fc5503;
  --bs-btn-hover-color: #fc5503;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fc5503;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fc5503;
  --bs-btn-active-border-color: #fc5503;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #eb602b;
  --bs-btn-disabled-border-color: #fc5503;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.hero-button {
  font-family: "Sora", Sans-serif;
  font-weight: 800;
  text-shadow: 0px 1px 7px rgba(255, 255, 255, 0.98);
  background-color: transparent;
  background-image: linear-gradient(180deg, #fcb738 0%, #f2295b 100%);
  border-radius: 33px 33px 33px 33px;
  padding: 26px 26px 26px 26px;
  box-shadow: none;
  text-decoration: none;
  color: white;
}

.hero-botton-text {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}

.multi-column {
  column-count: 2;
  list-style: none;
  column-gap: 1em;
  padding-left: 0;
}

.multi-column li {
  margin-bottom: 0.5em;
  font-size: 14px;
}

.tree-dots {
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-image.desktop {
  display: block;
}

.carousel-image.mobile {
  display: none;
}

/* Estilos para o botão */
#btn-retornar-topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
  display: none;
  /* Oculta o botão inicialmente */
}

@media (max-width: 768px) {
  .carousel-image.desktop {
    display: none;
  }

  .carousel-image.mobile {
    display: block;
  }

  .title {
    text-align: center;
  }
}

#fixed-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 28px;
}

.rounded4trip {
  border-radius: 0px 7px 7px 7px;
}

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* Botão para fechar o Modal */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
