@charset "UTF-8";
@font-face {
  font-family: "Guardian";
  src: url("./fonts/GuardianEgyp-Regular.woff2") format("woff2"), url("./fonts/GuardianEgyp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentonSans";
  src: url("./fonts/BentonSans-Book.woff2") format("woff2"), url("./fonts/BentonSans-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 16px;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

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

.display-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .display-mobile {
    display: block !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

header {
  height: 6rem;
  background-color: #223c9f;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  header {
    height: 6rem;
    padding: 1rem 2rem;
  }
}
header nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav img {
  width: 6rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4rem;
  list-style: none;
  padding: 0;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 768px) {
  header nav ul {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 9;
    background: #223c9f;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 0;
    transition: 0.5s all ease;
  }
}
header nav ul li {
  text-align: center;
  max-width: 34ch;
}
@media (max-width: 768px) {
  header nav ul li {
    max-width: 100%;
    font-size: 22px;
    padding: 3rem 1rem;
    border-bottom: 1px solid #fff;
  }
  header nav ul li:last-of-type {
    border: 0;
  }
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s all ease;
}
header nav ul li a:hover {
  color: #ddd;
}
header nav .icon-hamburguer {
  font-size: 34px;
  line-height: 1;
  transform: rotate(90deg);
  cursor: pointer;
}

main section.hero {
  min-height: calc(100vh - 6rem);
  background-image: url("./img/hero/hero_desktop_home.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  main section.hero {
    background-size: auto calc(80vh - 6rem);
    background-position: top;
    padding: 0;
  }
}
main section.hero .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main section.hero .wrapper {
    display: block;
    padding: 4rem 0 0;
  }
}
main section.hero .introduction {
  min-height: calc(85vh - 6rem);
  width: 70%;
  max-width: 800px;
  position: relative;
}
@media (max-width: 768px) {
  main section.hero .introduction {
    width: 100%;
    min-height: calc(70vh - 6rem);
    padding: 0 2rem;
  }
}
main section.hero .introduction .title {
  font-size: 70px;
  font-weight: 700;
  line-height: 100px; /* 142.857% */
  letter-spacing: 0.5px;
}
main section.hero .introduction .title::before {
  content: "Bem-vindos à GLOB";
}
@media (max-width: 768px) {
  main section.hero .introduction .title {
    font-size: 30px;
    line-height: 45px; /* 150% */
    margin-bottom: 2rem;
  }
  main section.hero .introduction .title::before {
    content: "Bem-vindos à GLOB Cruzeiros";
  }
  main section.hero .introduction .title::after {
    content: "";
  }
}
main section.hero .introduction .subtitle {
  max-width: 42ch;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  main section.hero .introduction .subtitle {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.5px;
  }
}
main section.hero .introduction .logo {
  width: 10rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  main section.hero .introduction .logo {
    display: none;
  }
}
main section.hero .form-wrapper {
  min-height: calc(100vh - 6rem);
  height: 100%;
  width: 30%;
  min-width: 450px;
  max-width: 470px;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  overflow-y: auto;
  background: rgb(34, 60, 159);
  background: linear-gradient(180deg, rgba(34, 60, 159, 0.7) 0%, rgba(187, 198, 247, 0.7) 100%);
  font-size: 12px;
}
@media (max-width: 768px) {
  main section.hero .form-wrapper {
    min-width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 2rem;
    background: linear-gradient(180deg, rgb(34, 60, 159) 0%, rgb(187, 198, 247) 100%);
  }
}
main section.hero .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main section.hero .form-wrapper form .short-input {
  width: calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  main section.hero .form-wrapper form .short-input {
    width: 100%;
  }
}
main section.hero .form-wrapper form .full-input {
  width: 100%;
}
main section.hero .form-wrapper form .short-input,
main section.hero .form-wrapper form .full-input {
  display: flex;
  flex-direction: column;
}
main section.hero .form-wrapper form .short-input label,
main section.hero .form-wrapper form .full-input label {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
  margin-bottom: 0.25rem;
}
main section.hero .form-wrapper form .short-input input,
main section.hero .form-wrapper form .short-input select,
main section.hero .form-wrapper form .full-input input,
main section.hero .form-wrapper form .full-input select {
  background: transparent;
  border-radius: 12px;
  border: 1px solid #fff;
  padding: 0.75rem 0.5rem;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
main section.hero .form-wrapper form .short-input input::-moz-placeholder, main section.hero .form-wrapper form .short-input select::-moz-placeholder, main section.hero .form-wrapper form .full-input input::-moz-placeholder, main section.hero .form-wrapper form .full-input select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2em;
  font-weight: 400;
}
main section.hero .form-wrapper form .short-input input::placeholder,
main section.hero .form-wrapper form .short-input select::placeholder,
main section.hero .form-wrapper form .full-input input::placeholder,
main section.hero .form-wrapper form .full-input select::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2em;
  font-weight: 400;
}
main section.hero .form-wrapper form .short-input input option,
main section.hero .form-wrapper form .short-input select option,
main section.hero .form-wrapper form .full-input input option,
main section.hero .form-wrapper form .full-input select option {
  color: initial;
}
main section.hero .form-wrapper form .short-input select,
main section.hero .form-wrapper form .full-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./img/icons/icon_chevron_white.png") no-repeat center/contain;
  background-size: 12px;
  background-position: calc(100% - 20px);
}
main section.hero .form-wrapper form .checkbox-input {
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
main section.hero .form-wrapper form .checkbox-input .title {
  margin-bottom: 0.25rem;
}
main section.hero .form-wrapper form .checkbox-input .checkbox {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
main section.hero .form-wrapper form .checkbox-input .checkbox label {
  cursor: pointer;
}
main section.hero .form-wrapper form .submit {
  width: 100%;
  text-align: center;
}
main section.hero .form-wrapper form .submit .btn-submit {
  width: 86%;
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 10px;
  background: #15a4d8;
  padding: 0.75rem 0 0.85rem;
  cursor: pointer;
  transition: 0.3s all ease;
}
main section.hero .form-wrapper form .submit .btn-submit:hover {
  transform: scale(1.02);
}
main section.hero .form-wrapper form select:hover,
main section.hero .form-wrapper form select:focus,
main section.hero .form-wrapper form select:active,
main section.hero .form-wrapper form select,
main section.hero .form-wrapper form input:hover,
main section.hero .form-wrapper form input:focus,
main section.hero .form-wrapper form input:active,
main section.hero .form-wrapper form input {
  outline: none;
}
main section.partners {
  padding: 3rem;
}
@media (max-width: 768px) {
  main section.partners {
    padding: 3rem 2rem;
  }
}
main section.partners .wrapper {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  main section.partners .wrapper {
    grid-template-columns: repeat(2, auto);
  }
}
main section.partners img {
  width: 100%;
  height: auto;
  max-height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main section.partners img:last-child:nth-child(3n-2) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
main section.descubra-nos {
  background-color: #223c9f;
  padding: 5rem 1rem 3rem;
  text-align: center;
}
main section.descubra-nos .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.descubra-nos .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 24px; /* 75% */
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  main section.descubra-nos .title {
    font-size: 28px;
    line-height: 42px; /* 150% */
  }
}
main section.descubra-nos .subtitle {
  max-width: 64ch;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.5px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  main section.descubra-nos .subtitle {
    font-size: 18px;
  }
}
main section.descubra-nos .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  font-family: "Manrope", sans-serif;
}
main section.descubra-nos .features .item .image {
  min-height: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  background: rgba(21, 164, 216, 0.5);
  padding: 1.5rem 2rem;
  margin: 0 auto 1.5rem;
}
main section.descubra-nos .features .item .image img {
  width: 90px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.descubra-nos .features .item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  main section.descubra-nos .features .item h3 {
    font-size: 18px;
  }
}
main section.descubra-nos .features .item p {
  max-width: 23ch;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.5px;
}
main section.amex-section {
  background: #f2f3f5;
  padding: 5rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  main section.amex-section {
    padding: 3rem 1rem;
  }
}
main section.amex-section h2.title {
  color: #006fcf;
  font-family: "Guardian";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  main section.amex-section h2.title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}
main section.amex-section p.subtitle {
  max-width: 60ch;
  color: #344572;
  font-family: "BentonSans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.5px;
  margin: 0 auto 5rem;
}
@media (max-width: 768px) {
  main section.amex-section p.subtitle {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
  }
}
main section.amex-section .box {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  main section.amex-section .box {
    flex-direction: column;
  }
}
main section.amex-section .box .image {
  width: 30%;
  max-width: 300px;
  background-color: #0c1c5e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  main section.amex-section .box .image {
    width: 100%;
    max-width: 100%;
    padding: 3rem;
  }
}
main section.amex-section .box .image img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.amex-section .box .info {
  padding: 3rem 2rem;
  text-align: start;
}
@media (max-width: 768px) {
  main section.amex-section .box .info {
    padding: 1rem;
  }
}
main section.amex-section .box .info h4.title {
  color: #006fcf;
  font-family: "Guardian";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
main section.amex-section .box .info p {
  color: #344572;
  font-family: "BentonSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
main section.destinations {
  padding: 4rem 2rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  main section.destinations {
    padding: 4rem 0 0;
  }
}
main section.destinations h2.title {
  color: #004dbc;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px; /* 75% */
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  main section.destinations h2.title {
    padding: 0 1rem;
    line-height: 40px;
  }
}
main section.destinations p.subtitle {
  max-width: 64ch;
  color: #004dbc;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.5px;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  main section.destinations p.subtitle {
    max-width: 100%;
    padding: 0 2rem;
  }
}
main section.destinations .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  main section.destinations .gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main section.destinations .gallery .item {
  position: relative;
}
main section.destinations .gallery .item img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.destinations .gallery .item p {
  position: absolute;
  bottom: 0;
  background: rgba(34, 60, 159, 0.7);
  width: 100%;
  padding: 0.5rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.5px;
}
main section.travelers {
  padding: 5rem 2rem 2rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  main section.travelers {
    padding: 4rem 0 2rem;
  }
}
main section.travelers h2.title {
  color: #223c9f;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px; /* 75% */
  letter-spacing: 0.5px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  main section.travelers h2.title {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
main section.travelers .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 768px) {
  main section.travelers .gallery {
    grid-template-columns: 1fr;
  }
}
main section.travelers .gallery .item {
  position: relative;
}
main section.travelers .gallery .item img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  main section.travelers .gallery .item img {
    max-height: 280px;
  }
}
main section.travelers .gallery .item .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.75s all ease;
}
@media (min-width: 768px) {
  main section.travelers .gallery .item .text {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  main section.travelers .gallery .item .text {
    font-size: 18px;
  }
}
main section.travelers .gallery .item .text p {
  transform: rotateX(90deg) translateX(-500px);
  transition: 0.75s all ease;
  opacity: 0;
}
main section.travelers .gallery .item .text:hover {
  background: rgba(34, 60, 159, 0.75);
}
main section.travelers .gallery .item .text:hover p {
  transform: rotateY(0) translateX(0px);
  opacity: 1;
}

footer {
  padding: 5rem 2rem 2rem;
  background: #223c9f;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  footer {
    padding: 4rem 1rem;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
footer .logo img {
  width: 10rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
footer .logo .info {
  width: 24ch;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 0.5px;
}
footer .tycs {
  max-width: 65%;
}
@media (max-width: 768px) {
  footer .tycs {
    max-width: 100%;
  }
}
footer .tycs h3.title {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
footer .tycs .terms {
  font-size: 10px;
  font-weight: 400;
  line-height: 32px; /* 320% */
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
footer .tycs .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  footer .tycs .copyright {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.wrapper-modal-form {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  padding: 1rem;
}
.wrapper-modal-form .modal {
  width: 100%;
  max-width: 680px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 3rem;
  font-family: "Poppins", sans-serif;
  color: #004dbc;
  text-align: center;
  padding: 1rem 3rem 3rem;
}
@media (max-width: 768px) {
  .wrapper-modal-form .modal {
    gap: 2rem;
  }
}
.wrapper-modal-form .modal button {
  align-self: end;
  background: transparent;
  border: 0;
  cursor: pointer;
  min-height: 20px;
}
.wrapper-modal-form .modal button img {
  width: 14px;
  transition: 0.5s all ease;
}
.wrapper-modal-form .modal button:hover img {
  transform: scale(0.9);
}
.wrapper-modal-form .modal .icon-check {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper-modal-form .modal h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .wrapper-modal-form .modal h3 {
    font-size: 24px;
  }
}
.wrapper-modal-form .modal p {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .wrapper-modal-form .modal p {
    font-size: 20px;
    line-height: 20px;
  }
}

.hide-modal {
  transition: 0.5s all ease;
  transform: scale(0);
  opacity: 0;
}/*# sourceMappingURL=style.css.map */