@font-face {
  font-family: "Comfortaa";
  src: url("/Grape/styles/fonts/Comfortaa/static/Comfortaa-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("/Grape/styles/fonts/Comfortaa/static/Comfortaa-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("/Grape/styles/fonts/Comfortaa/static/Comfortaa-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("/Grape/styles/fonts/Comfortaa/static/Comfortaa-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("/Grape/styles/fonts/Comfortaa/static/Comfortaa-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/Grape/styles/fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

nav .nav-head {
  padding: 8px 152px;
}

body {
  background-color: #1a1a1a;
  font-family: "Comfortaa";
  --bs-body-font-family: "Comfortaa";
}

.logo {
    width: 268px;
    height: auto;
}

.gap-32 {
  gap: 32px;
}

.gap-42 {
  gap: 42px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-32 {
  margin-bottom: 32px;
}


.white-space {
  white-space: pre-line;
}

.cursor-pointer {
  cursor: pointer !important;
}

.form-control,
.form-select {
  padding: 0;
}

/* Esconde o ícone nativo em Chrome, Edge, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; /* ou display: none; mas display pode quebrar funcionalidade */
  cursor: pointer;
}

/* Adiciona um ícone customizado */
.form-select {
  --bs-form-select-bg-img: url("/Grape/imgs/icons/arrow-drop-down.svg");
  background-size: 24px 24px;
  background-position: right center;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  /* line-height: 30px; */
  line-height: 34px;
}

.ls-6 {
  letter-spacing: 0.06em;
}

.ls-2 {
  letter-spacing: 0.02em;
}

.ls-2n {
  letter-spacing: -0.02em;
}

.color-white {
  color: white;
}

.color-darkGrey {
  color: #1a1a1a;
}

.h1 {
  font-size: 120px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 24px;
}

.footer-txt {
  font-size: 20px;
  margin-bottom: 0;
}

.footer-txt a{
  color: white;
  text-decoration: none;
}


.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-36 {
  font-size: 36px;
}

.font-38 {
  font-size: 38px;
}

.font-40 {
  font-size: 40px;
}

.font-86 {
  font-size: 86px;
}

.font-100 {
  font-size: 100px;
}

.font-112 {
  font-size: 112px;
}

.label {
  font-size: 12px;
}

p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: white;
  white-space: pre-line;
}

.title {
  font-size: 86px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(
    290.5deg,
    #b17f4a 59.72%,
    #efebc8 64.28%,
    #b17f4a 68.62%,
    #efebc8 75.6%,
    #b17f4a 81.6%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 576px) {
  .title {
    font-size: 40px;
  }
}

.white-btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #1a1a1a;
  border: none;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index:10;
}

section {
  display: flex;
}

.icon-10-5 {
  width: 10.5px;
  height: 10.5px;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon {
  width: 32px;
  height: 32px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}

nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1; /* atrás do conteúdo */
}

nav.filter-bg::before {
  opacity: 1;
}

/* NEWSLETTER----------------------------- */
.subscribeNewsletter {
  padding: 60px 0 100px 111px;
  display: flex;
  flex-wrap: wrap;
  gap: 89px;
}

.emailAdress {
  padding-left: 111px;
}

#floatingPassword {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: inherit;
  margin-bottom: 27px;
  height: 68px;
  position: relative;
  color: white;
}

#email-label {
  color: #ffffff;
  /* font-size: 20px;*/
  font-size: 17px; 
  font-weight: 400;
  opacity: 1;
}

.form-floating > #floatingPassword:focus ~ #email-label,
.form-floating > #floatingPassword:not(:placeholder-shown) ~ #email-label {
  font-size: 12px !important;
}

#floatingPassword:hover {
  background: white;
  border: none;
  border-bottom: 1px solid white;
  background-color: #4c4c4c;
  cursor: pointer;
}

.privacy-policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
}

.privacy-policy-black {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
}

.privacy-policy-black a {
    color: #000;
    text-decoration: underline;
}

.privacy-policy-black a:hover {
    color: #000;
}

.confirm-btn {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  padding: 14px 24px;
  gap: 12px;
  display: flex;
  align-items: center;
  border: none;
  position: absolute;
  top: 12%;
  right: 0.5%;
  /* display: none; */
}

/* .input-email input:focus + label + .confirm-btn {
  display: inline-block;
} */

/* Esconde o checkbox original */
.privacy-policy input[type="checkbox"],
.privacy-policy-black input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 24px; /* tamanho da checkbox */
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;

  background-image: url("/Grape/imgs/icons/checkbox_clear.svg");
  background-size: cover; /* cobre todo o quadrado */
  background-position: center;
}

.custom-checkbox-black {
  width: 24px; /* tamanho da checkbox */
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;

  background-image: url("/Grape/imgs/icons/checkbox_clear_black.svg");
  background-size: cover; /* cobre todo o quadrado */
  background-position: center;
}

.privacy-policy input:checked + span {
  background-image: url("/Grape/imgs/icons/checkbox_checked.svg");
}

.privacy-policy-black input:checked + span {
  background-image: url("/Grape/imgs/icons/checkbox_checked_black.svg");
}

footer {
  margin-top: 78px;
  position: relative;
}

.footer-contacts .footer-contacts-visitPortugal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-contacts .footer-contacts-info {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 192px;
}

.footer-contacts .contact {
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.footer-contacts .contact .contact-text {
  display: flex;
  flex-direction: column;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-socials .socials {
  display: flex;
  gap: 32px;
  margin-bottom: 79px;
}

.footer-socials .pages {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: right;
}

footer .row {
  justify-content: space-between;
}

.footer-bottom {
  margin-bottom: 34px;
}

.pages div {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

#btn-back-to-top {
  background: none;
  border: none;
  cursor: pointer;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 10;

  position: absolute;
  right: 188px;
  bottom: 168px;
}

.banner {
  overflow: hidden;
  height: 668px;
  width: 100%;
}

.banner img {
  width: 100%;
  object-fit: cover;
}

.brown-button {
  background-color: #b17f4a;
  color: white;
  border: none;
  width: 100%;
}

/* CARDS DE CHOOSE EXPERIENCE------------------------------------------- */
.container-chooseExperience-title {
  margin-top: 134px;
  margin-bottom: 62px;
}

.chooseExperience {
  display: flex;
  flex-wrap: wrap;
}

.experience-card {
  position: relative;
  height: 599px;
  cursor: pointer;
  overflow: hidden;
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 0;
}

.experience-card:hover::before {
  transform: scale(1.05);
}

.experience-card.master::before {
  background-image: url("/Grape/imgs/master_experience.jpg");
}

.experience-card.expert::before {
  background-image: url("/Grape/imgs/expert_experience.png");
}

.experience-card.ambassador::before {
  background-image: url("/Grape/imgs/ambassador_experience.jpg");
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0; /* cobre todo o card */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.85) 92%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.experience-card:hover::after {
  opacity: 1;
}

.experience-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.experience-content-title {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.experience-content img.icon-48 {
  position: relative;
  z-index: 0;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.experience-card:hover img.icon-48 {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

#modalWarningNewsletter, #modalWarningExpdesktop, #modalWarningExpmobile, #modalWarningTransfdesktop, #modalWarningTransfmobile, #modalWarningLandPage, #modalWarningQuestionario, #modalWarningQuestionarioAdults, #modalWarningContacto{
  background-color: #B17F4A;
  color: white;
}

#modalSuccessNewsletter, #modalSuccessExpdesktop,  #modalSuccessExpmobile, #modalSuccessTransfdesktop, #modalSuccessTransfmobile, #modalSuccessLandPage, #modalSuccessQuestionario, #modalSuccessContacto{
  background-color: #C8C8C8;
  color: black;
}

.button_wts {
        position: fixed;
    z-index: 5;
    bottom: 32px;
    right: 32px;
}

@media (max-width: 992px) {
  nav .nav-head {
    padding: 24px 24px;
  }

  .h1 {
    font-size: 120px;
  }

  .h2 {
    font-size: 32px;
  }

  .h3 {
    font-size: 20px;
  }

  .footer-txt {
    font-size: 18px;
  }

  .footer-bottom .footer-txt {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
  }

  .font-16 {
    font-size: 16px;
  }

  .font-20 {
    font-size: 16px;
  }

  .font-36 {
    font-size: 22px;
  }

  .font-38 {
    font-size: 18px;
  }

  .font-40 {
    font-size: 32px;
  }

  .font-86 {
    font-size: 86px;
  }

  .font-100 {
    font-size: 68px;
  }

  .font-112 {
    font-size: 52px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
  }

  .subscribeNewsletter {
    padding: 50px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    margin: 0 24px;
  }
  .emailAdress {
    padding-left: 12px;
  }

  footer .container {
    --bs-gutter-x: 48px;
  }
  .footer-contacts-visitPortugal img {
    width: 154px !important;
  }

  .footer-contacts .footer-contacts-visitPortugal {
    gap: 18px;
    display: flex;
    flex-direction: column;
  }
  .footer-socials {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-contacts .footer-contacts-info {
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 54px;
  }
  .pages div {
    gap: 32px;
    align-items: flex-start;
  }
  .footer-socials .socials {
    display: flex;
    gap: 32px;
    margin-bottom: 104px;
    margin-top: 42px;
  }
  #btn-back-to-top {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    z-index: 10;
    position: absolute;
    right: 24px;
    bottom: 100px;
    width: 48px;
    height: 48px;
  }

  .btn-edit, .btn-delete{
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  .form-floating label{
    white-space: normal;
    word-wrap: break-word;

  }

  .confirm-btn{
    position: relative;
    margin-bottom: 24px;
  }

  #email-label {
    font-size: 18px;
  }
  .logo {
  width: 142px;
  height: auto;
}

.button_wts {
        position: fixed;
    z-index: 5;
    bottom: 16px;
    right: 16px;
}

.button_wts svg{
  width: 42px !important;
  height: 42px !important;
}
}
