@font-face {
  font-family: 'RalewaySemiboldItalic';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'RalewayRegular';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayBold';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayMedium';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayItalic';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'RalewayMediumItalic';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'FelixTitlingMT';
  src: url('../fonts/FelixTitlingMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdventuresUnlimited';
  src: url('../fonts/AdventuresUnlimited-ScriptRg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fffded;
}

.banner-ppal {
  background-color: #fffded;
}
.banner-ppal-content {
  padding: 50px 0 0 0;
  color: #344d5c;
  font-size: 1.2em;
  line-height: 1.4em;
}
.banner-ppal-content-first-line {
  font-family: RalewaySemiboldItalic;
}
.banner-ppal-content-second-line {
  margin-bottom: 25px;
  font-family: RalewayRegular;
}
.banner-ppal-content a {
  margin-bottom: 50px;
}
.btn-custom-ppal {
  background-color: #344d5c;
  color: #d0ccbc;
  border-radius: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: RalewayMedium;
  font-size: 1em;
}

.btn-custom {
  font-size: 1.2em;
  background-color: #344d5c;
  color: #d0ccbc;
  border-radius: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: RalewayMedium;
}


.btn-custom-2 {
  background-color: #d0c9ae;
  color: #344d5c;
  padding: 10px 20px;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: RalewayMedium;
  font-size: 1em;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.experiencia-unica {
  background: #273B48;
  background: linear-gradient(90deg, rgba(39, 59, 72, 1) 0%, rgba(51, 75, 90, 1) 50%, rgba(52, 77, 92, 1) 100%);
  margin-right: 50px;
  border-radius: 0 50px 50px 0;
  padding: 20px;
  color: #d0c9ae;
  position: relative;
  z-index: 1;
  margin-top: -28px;
}

.experiencia-unica-text {
  font-size: 2em;
  border-right: 2px solid #d0c9ae;
  font-family: FelixTitlingMT;
  line-height: 0.5em;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .experiencia-unica-text {
    font-size: 1.2em;
    line-height: 1em;
  }
}

.ficar-memoria {
  font-family: AdventuresUnlimited;
  font-size: 1.9em;
}

.experiencia-unica-text-right {
  align-self: center;
  font-family: RalewayMediumItalic;
  line-height: 1.2em;
}

.faixa-bege {
  text-align: center;
  background-color: #d0c9ae;
  margin-left: 50px;
  border-radius: 50px 0 0 50px;
  padding: 20px;
  font-size: 1.3em;
  color: #344d5c;
  font-family: RalewayRegular;
  line-height: 1.4em;
  margin-bottom: 75px;
}

.all-inclusive-text {
  font-size: 1.4em;
}

.container-ai {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: #2e4a4b;
}

.text {
  padding: 0 20px;
  text-align: center;
  line-height: 1.5em;
}

.text .top {
  font-size: 2em;
  text-transform: uppercase;
  color: #2e4a4b;
  letter-spacing: 1px;
  font-family: FelixTitlingMT;
}

.text .bottom {
  font-size: 5em;
  font-family: AdventuresUnlimited;
  color: #2e4a4b;
  margin-top: -5px;
}

.gastronomia {
  color: #d0c9ae;
  background-color: #344d5c;
  width: 200px;
  margin: 30px auto;
  padding: 10px 30px;
  font-size: 1.2em;
  border-radius: 5px;
  font-family: RalewayBold;
}

.menu-food {
  line-height: 1.5em;
  font-size: 1.2em;
  color: #344d5c;
}

.lista-ai {
  max-width: 350px;
  padding: 0 40px;
  font-family: RalewayRegular;
}

.menu-title {
  font-family: RalewaySemiboldItalic;
}

.border-1 {
  border-right: 2px solid #d0c9ae;
}

.galeria-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.galeria-col {
  padding: 10px;
}

.row-equal {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .row-equal {
    flex-direction: column;
  }
}

.section-logos {
  margin: 120px 0 100px 0;
}

.row-logos {
  max-width: 750px;
  margin-bottom: 50px;
}

.row-patro {
  max-width: 600px;
}

.section-blue {
  background: #273B48;
  background: linear-gradient(90deg, rgba(39, 59, 72, 1) 0%, rgba(51, 75, 90, 1) 50%, rgba(52, 77, 92, 1) 100%);
  color: #d0c9ae;
  padding: 50px 10px;
  margin-bottom: 100px;
}

.patrocinadores-title {
  font-size: 1.5em;
  font-family: FelixTitlingMT;
}

.patrocinadores-text {
  font-size: 1.2em;
  font-family: RalewayItalic;
}

.section-nor {
  max-width: 600px;
}

.nor-text {
  font-family: RalewayRegular;
  padding: 0 25px;
}

.carouselNor {
  max-width: 800px;
  margin-bottom: 100px;
}

.carouselArtistas {
  max-width: 1000px;
  max-height: 500px;
  margin-bottom: 100px;
}

#carouselArtistas .carousel-item {
  justify-content: center;
  align-items: center;
}

#carouselArtistas .carousel-item img {
  height: 400px; /* altura máxima do espaço */
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#carouselArtistas .carousel-item p {
  padding-top: 15px;
}

.trilha-sonora-section {
  max-width: 600px;
  padding: 0 25px;
}

.trilha-sonora-div-texts {
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .trilha-sonora-div-texts {
    line-height: 2em;
  }
}

.trilha-sonora-title {
  font-size: 2em;
  font-family: FelixTitlingMT;
}

.trilha-sonora-sub {
  font-size: 3.8em;
  font-family: AdventuresUnlimited;
}

.trilha-sonora-text {
  font-size: 1.2em;
  color: #fffded;
  font-family: RalewayRegular;
}

.map-section {
  padding-bottom: 100px;
}

.map-row {
  width: 800px;
}

.map-text-all {
  align-self: center;
  padding-left: 50px;
  color: #344d5c;
}

@media (max-width: 767px) {
  .map-text-all {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 30px;
  }
}

.map-title {
  font-family: FelixTitlingMT;
  font-size: 2em;
}

.map-sub {
  font-family: AdventuresUnlimited;
  font-size: 5em;
}

.map-infos {
  font-family: RalewayRegular;
  font-size: 1.1em;
  line-height: 1.2em;
}

.map-item-title {
  font-family: RalewayBold;
}

.footer {
  background: #273B48;
  background: linear-gradient(90deg, rgba(39, 59, 72, 1) 0%, rgba(51, 75, 90, 1) 50%, rgba(52, 77, 92, 1) 100%);
  color: #d0c9ae;
  padding-top: 50px;
}

.text-footer {
  font-family: RalewayItalic;
  font-size: 1.4em;
}

.text-footer-2 {
  font-family: RalewayRegular;
  font-size: 1.2em;
}