@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Variáveis CSS */
:root {
  --Vinho-Master-Hub: #063279;
  --Texto-Principal: #063279;
  --Texto-Secundario: #281F1F;
  --background-light: #f9f9f9;
  --text-primary: #333;
  --text-secondary: #555;
  --carousel-indicator-active: #333;
  --verde-master-hub: #5bb728;
  --azul-master-hub: #063279;
  --cinza-claro: #f7f7f7;
  --branco-master-hub: #fff;
  --texto-terciario: #9299a7;
  font-family: Montserrat;
}

/* Regra global para imagens responsivas */
img {
  max-width: 100%;
  height: auto;
}

/* Prevenir overflow horizontal */
body {
  overflow-x: hidden;
  width: 100%;
}

@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }

  .max-width-900 {
    max-width: 900px !important;
  }
}

.section-hero .container .container {
  max-width: 480px;
}


/* ======================= */
/*        NAVBAR          */
/* ======================= */
.custom-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Vinho-Master-Hub);
  padding: 20px 50px;
  color: white;
  gap: 50px;
  border-bottom: 3px solid white;
  position: relative;
  /* z-index: 1001; */
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-left img {
  width: 40px;
}

.language-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-select img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

/* Select customizado */
.custom-select {
  position: relative;
  display: inline-block;
  background: transparent !important;
  border: 0px !important;
}

.custom-select select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: var(--Vinho-Master-Hub) !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  padding: 5px 30px 5px 10px !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  /* NOVAS REGRAS DE TIPOGRAFIA */
  color: #FFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 19.5px !important;
  /* ~139% de 14px */
  text-transform: uppercase !important;
}

.custom-select:after {
  content: '\25BC';
  position: absolute;
  right: 40px;
  top: 53%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}

.navbar-center {
  display: flex;
  gap: 25px;
  align-items: center;
}

.navbar-center>div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.navbar-center a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 19.5px;
  /* ~150% de 13px */
  text-transform: uppercase;
}

.navbar-center a:active {
  text-shadow: 3px 2px 3px black;
}

.navbar-center a.active {
  font-weight: 700;
}

.mobile-menu a .active {
  font-weight: 700;
}

.mobile-menu a:active {
  text-shadow: 3px 2px 3px black !important;
}

.navbar-right {
  display: flex;
  gap: 20px;
}

/* Botões genéricos */
.btn-custom {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.btn-login {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.btn-signup {
  background-color: white;
  color: var(--Vinho-Master-Hub);
  border: none;
}

.btn-login:hover,
.btn-signup:hover {
  opacity: 0.9;
}

/* ======================= */
/*   REGISTER DROPDOWN    */
/* ======================= */
.register-dropdown-wrapper {
  position: relative;
  display: inline-block;
  /* z-index: 1002; */
  vertical-align: middle;
}

.register-dropdown-wrapper .register-dropdown {
  width: auto;
  min-width: 200px;
}

.register-dropdown {
  position: absolute;
  top: calc(100% + -40px);
  right: -75;
  left: auto;
  background-color: white;
  border-radius: 20px;
  min-width: 200px;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1002;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}

.register-dropdown.open {
  border-top-left-radius: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(50%) scale(1);
}

.register-dropdown .register-option {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: #063279;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}

.register-dropdown .register-option:last-child {
  border-bottom: none;
}

.register-dropdown .register-option:hover {
  background-color: rgba(6, 50, 121, 0.05);
}

.register-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  pointer-events: none;
}

.register-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.register-dropdown-wrapper.mobile {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .register-dropdown {
    height: 0;
  }

  .register-dropdown.open {
    height: auto;
    transform: translateY(0) scale(1);
  }
}

.register-dropdown-wrapper.mobile .register-button {
  width: auto;
  min-width: 110px;
  margin: 0 auto;
}

.register-dropdown-wrapper.mobile .register-dropdown {
  position: relative;
  top: 0;
  right: auto;
  left: auto;
  width: auto;
  min-width: 200px;
  max-width: 280px;
  margin-top: 10px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.register-dropdown-wrapper.mobile .register-option {
  margin-bottom: 0px;
  color: #063279;
  padding: 10px 20px;
  font-size: 12px;
}

.mobile-menu .register-overlay {
  display: none;
}

/* ======================= */
/*     HERO SECTION       */
/* ======================= */


.hero-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.hero-subtitle {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 20px;
  line-height: 26.67px;
  letter-spacing: 0%;
  vertical-align: middle;
}


.section-hero {
  background-color: var(--Vinho-Master-Hub);
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.btn-hero {
  border-radius: 25px !important;
  width: 300px;
  margin-bottom: 20px;
  color: var(--Vinho-Master-Hub, #063279) !important;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
}

.texto-hero {
  padding-left: 5%;
  padding-right: 100px;
}

/* ======================= */
/*   BENEFITS SECTION     */
/* ======================= */
.section-benefits {
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

/* Eliminar lacuna entre hero e benefits */
/* .section-hero+.section-benefits {
  margin-top: 0;
  padding-top: 0;
} */

/* Garantir que não haja espaçamento entre seções */
section {
  margin: 0;
  padding: 0;
}

.section-benefits .benefits-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.section-benefits .benefit-item {
  max-width: 278px;
  text-align: center;
}

.section-benefits .benefit-item .icon-circle {
  width: 120px;
  height: 120px;
  border: 2px solid var(--Vinho-Master-Hub);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.section-benefits .benefit-item .icon-circle img {
  width: 100%;
  height: 100%;
}

.section-benefits h3 {
  color: var(--Texto-Principal, #063279);
  text-align: center;
  font-family: montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.section-benefits p {
  color: #281F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

/* ======================= */
/*   PLANS SECTION        */
/* ======================= */
.section-plans {
  padding: 50px 0px;
  text-align: center;
  background-color: #fff;
}

/* ======================= */
/*  NEW PLANS DESIGN       */
/* ======================= */
.plan-card-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--cinza-claro, #f7f7f7);
  position: relative;
}

.plan-card-new.pro {
  background-color: var(--azul-master-hub, #063279);
  color: var(--branco-master-hub, #fff);
}

.plan-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.plan-badge-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.682px 9.74px;
  border-radius: 81.166px;
  background: var(--verde-master-hub, #5bb728);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #063279;
}

.plan-card-new.pro .plan-badge-top {
  color: #fff;
}

.section-plans .swiper-slide {
  height: unset;
}

/* .plan-badge-top.ecohub {
  color: var(--azul-master-hub, #063279);
} */

/* .plan-badge-top.master {
  color: var(--branco-master-hub, #fff);
} */

.plan-badge-audience {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.682px 9.74px;
  border-radius: 81.166px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
}

.plan-badge-audience.blue {
  background: var(--azul-master-hub, #063279);
  color: var(--branco-master-hub, #fff);
}

.plan-badge-audience.white {
  background: var(--branco-master-hub, #fff);
  color: var(--azul-master-hub, #063279);
}

.plan-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17.856px;
  text-align: left;
  margin: 0;
  color: #281f1f;
  white-space: pre-wrap;
  width: 100%;
}

.plan-card-new.pro .plan-name {
  color: var(--branco-master-hub, #fff);
}

.plan-price-container {
  display: flex;
  flex-direction: column;
  gap: 16.233px;
  align-items: flex-start;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.plan-price {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0px;
  line-height: 0;
  margin: 0;
  color: #221f28;
}

.plan-card-new.pro .plan-price {
  color: var(--branco-master-hub, #fff);
}

.price-amount {
  font-size: 40px;
  line-height: 44.641px;
  display: inline-block;
}

.price-slash {
  font-size: 30.843px;
  line-height: 30.843px;
  display: inline-block;
}

.price-installments {
  font-size: 20px;
  line-height: normal;
  display: inline-block;
}

.plan-included {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17.856px;
  margin: 0;
  color: var(--texto-terciario, #9299a7);
}

.plan-card-new.pro .plan-included {
  color: var(--cinza-claro, #f7f7f7);
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  flex-grow: 1;
}

.plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-features-list li {
  display: flex;
  gap: 8.117px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.plan-features-list li::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  background-image: url('/img/check-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 4.058px;
  box-sizing: border-box;
}

.plan-card-new.pro .plan-features-list li::before {
  border-color: var(--verde-master-hub, #5bb728);
  background-image: url('/img/check.svg');
}

.plan-features-list li p,
.plan-features-list li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #221f28;
  flex: 1 0 0;
  white-space: pre-wrap;
  margin: 0;
}

.plan-card-new.pro .plan-features-list li p,
.plan-card-new.pro .plan-features-list li {
  color: var(--branco-master-hub, #fff);
}

.plan-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.117px;
  height: 32px;
  padding: 3.247px 30.031px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12.99px;
  line-height: 2.57;
  text-align: center;
  white-space: nowrap;
  width: 235px;
  margin: 0 auto;
}

.plan-button.blue {
  background: var(--azul-master-hub, #063279);
  color: var(--branco-master-hub, #fff);
}

.plan-button.white {
  background: var(--branco-master-hub, #fff);
  color: var(--azul-master-hub, #063279);
}

.plan-button:hover {
  opacity: 0.9;
  transition: opacity 0.2s;
}

.section-plans .mh-pro {
  width: 50%;
  display: flex;
  padding: 5.682px 9.74px;
  justify-content: center;
  align-items: center;
  gap: 8.117px;
  border-radius: 81.166px;
  background: var(--Branco-Master-Hub, #FFF);
  color: var(--Vinho-Master-Hub, #063279);

  font-size: 10px;
  font-style: normal;
  font-weight: 500;

  line-height: normal;
}

.section-plans .mh-standard {
  width: 50%;
  display: flex;
  padding: 5.682px 9.74px;
  justify-content: center;
  align-items: center;
  gap: 8.117px;
  border-radius: 81.166px;
  background: var(--Vinho-Master-Hub, #063279);
  color: var(--Branco-Master-Hub, #FFF);

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-plans h4 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  color: var(--Texto-Secundario);

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-plans .plan-card.pro h4 {
  color: #fff;
}

.section-plans h4 .price {
  font-size: 40px;
  white-space: nowrap;
}



.section-plans .plans-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.section-plans .plan-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  min-height: 600px;
  max-height: 600px;
}

.section-plans .plan-card.pro {
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  border: none;
  box-shadow: -5px 5px 15px rgba(255, 255, 255, 0.3);
}



.section-plans .plan-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.section-plans .plan-card ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding-top: 10px;
}

.section-plans .plan-card ul li::before {
  content: '\2713';
  display: inline-block;
  width: 25px;
  height: 24px;
  min-width: 25px;
  border: 2px solid currentColor;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  color: var(--Vinho-Master-Hub);
}

.section-plans .plan-card.pro ul li::before {
  color: #fff;
  border-color: #fff;
}

.section-plans .plan-card button {
  bottom: 40px;
  right: 10%;
  position: absolute;
  background-color: var(--Vinho-Master-Hub);
  font-family: montserrat;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
}

.section-plans .plan-card.pro button {
  margin-top: 120px;
  background-color: #fff;
  color: var(--Vinho-Master-Hub);
}

.incluido,
.incluido-pro,
.incluido-standard {
  margin-right: 100%;
  color: var(--Texto-tercirio, #9299A7);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.856px;
}

.incluido-pro {
  color: var(--Branco-Master-Hub, #FFF);
}

.section-plans .pro li {
  color: var(--Branco-Master-Hub, #FFF);
  font-family: montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.48px;
  /* 129.865% */
}

.section-plans .pro li {
  color: var(--Branco-Master-Hub, #FFF);
  font-family: montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.48px;
  /* 129.865% */
}

.section-plans .std li {
  color: var(--Texto-Secundario);
  font-family: montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.48px;
  /* 129.865% */
}

.section-plans button {
  text-align: center;
  font-family: Roboto;
  width: 80%;
  /* font-size: 12.986px; */
  /* font-style: normal; */
  font-weight: 700;
  /* line-height: 257%; 33.375px */
}

@media (max-width: 768px) {
  .fluid-zero {
    overflow: hidden;
  }
}

/* ======================= */
/*  PLANS CAROUSEL        */
/* ======================= */

.section-plans-carousel {
  padding: 30px 20px;
  padding-bottom: 60px;
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  text-align: center;
  position: relative;
  background-image: url('/img/marca-dagua.png');
  background-position: center;
  background-repeat: repeat;
}


/* ======================= */
/*   CONTACT SECTION      */
/* ======================= */
.section-contact {
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 5%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.contact-background-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/img/logo3.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 1700px) {
  .section-contact {
    padding: 52px 10%;
  }
}

.section-contact .contact-form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: var(--Vinho-Master-Hub);
  padding: 20px 26px;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  min-height: 428px;
}

.section-contact .contact-form .form-group {
  position: relative;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.section-contact .contact-form .form-group input,
.section-contact .contact-form .form-group textarea {
  width: 100%;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 7.861px;
  border: 0.786px solid #221F28;
  background: #FFF;
  padding: 11px 12px;
}

.section-contact .contact-form .form-group label {
  position: absolute;
  left: 12px;
  top: 0;
  transform: translateY(-50%);
  color: #221F28;
  background: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  padding: 0 4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-contact .contact-form .flex-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-contact .contact-form .flex-row.mobile-wrap {
    flex-direction: column !important;
    gap: 0;
  }

  .section-contact .contact-form .form-group input,
  .section-contact .contact-form .form-group textarea {
    border-color: #063279;

  }
}

.section-contact .contact-form button {
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.section-contact .contact-form button:hover {
  background-color: #052157;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(6, 50, 121, 0.3);
}

.section-contact .contact-info {
  text-align: right;
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.section-contact .contact-info .arrow {
  margin-top: 20px;
  font-size: 40px;
}

.section-contact h2 {
  color: var(--Branco-Master-Hub, #FFF);
  text-align: right;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}

.section-contact strong {
  font-weight: 700;
}

.camposobrigatorios {
  text-align: left;
  color: #063279;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.section-contact-p {
  color: var(--Branco-Master-Hub, #FFF);
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}

.contactDesc {
  color: var(--Branco-Master-Hub, #FFF);
  text-align: right;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.full-width {
  width: 100%;
}

.submit-img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

/* ======================= */
/*  TESTIMONIALS SECTION  */
/* ======================= */


/* ======================= */
/*      FAQ SECTION       */
/* ======================= */

/* Estilo geral do accordion */
.accordion {
  border: none;
  margin-bottom: 20px;
  /* Espaçamento geral */
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

/* --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Estilo individual de cada item */
.accordion-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;

  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000040;
}

/* Pergunta com borda e arredondamento */
.accordion-question {
  background-color: #fff;
  /* Fundo branco */
  padding: 0;
  /* Remove padding extra */
}

/* Botão do accordion */
.accordion-header {
  background-color: transparent !important;
  color: #000;
  /* Texto preto */
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-align: left;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  padding: 33px 20px;
  padding-right: 50px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 20px;
}


/* Garante que o botão tenha largura mínima */
.accordion-item .accordion-header {
  min-height: 60px;
}

/* Corpo do conteúdo (resposta) */
.accordion-body {
  color: #281F1F !important;
  padding: 15px;
  background-color: #fff;
  border-top: none;

  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular !important;
  font-size: 18px !important;
  line-height: 100%;
}

.expand-button,
.collapse-button {
  position: absolute;
  right: 20px;
  top: 26.5px;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.expand-button {
  display: none;
}

.accordion-item:has(.collapsed) .expand-button {
  display: block;
}

/* Espaçamento e arredondamento no primeiro e último cards */
.accordion-question:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-question:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* ======================= */
/*         FOOTER         */
/* ======================= */
footer {
  background-color: var(--Vinho-Master-Hub);
  color: var(--Branco-Master-Hub, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2%;
}

footer p {
  margin: 0;
  line-height: 1.6;
}

/* ======================= */
/*   RESPONSIVIDADE       */
/* ======================= */

/* ======================= */
/* SEÇÃO DESTAQUE EXTRAS  */
/* ======================= */
.services-cards-destaque {
  color: var(--Preto-azulado, #010814) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  font-family: 'Manrope', sans-serif !important;
}

/* ======================= */
/* MASTERHUB SECTION      */
/* ======================= */
.masterhub-section {
  background-color: #063279;
}

.masterhub-section h2 {
  font-size: 1.75rem;
  color: #333;
}

.masterhub-section p {
  font-size: 1rem;
  color: #6c757d;
}

.masterhub-section .btn-link {
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}

.masterhub-section .btn-link:hover {
  text-decoration: underline;
}

.masterhub-section img {
  max-width: 250px;
  height: auto;
}

/* ======================= */
/* MASTERHUB EXPERT       */
/* ======================= */
.masterhub-expert {
  background-color: #ffffff;
  padding-bottom: 60px !important;
  overflow: hidden;
}

.masterhub-expert .text-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 10;
}

.masterhub-expert .text-content p {
  font-size: 1rem;
  color: #281F1F !important;
  margin-bottom: 15px;
}

.masterhub-expert .text-content p strong {
  color: #281F1F !important;
}

.masterhub-expert .image-content .background {
  background-color: var(--Vinho-Master-Hub);
  background-image: url('/img/marca-dagua.png');
  height: 100%;
  border-bottom-left-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.masterhub-expert .image-content {
  position: relative;
  height: -webkit-fill-available;
}

.masterhub-expert .image-content .woman-img {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: min(100%, 600px);
  z-index: 2;
  object-position: bottom left;
}

.masterhub-expert .image-content .logo-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767.5px) {
  .expert-title {
    margin-left: 10px;
  }

  .masterhub-expert {
    padding-bottom: 0 !important;
  }

  .masterhub-expert .image-content .background {
    background-image: url('/img/logo6.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-bottom-right-radius: 50px;
  }

  .masterhub-expert .image-content .woman-img {
    position: absolute;
    left: unset;
    right: 25px;
    bottom: 0;
    height: 110%;
    z-index: 30;
  }

  .masterhub-expert .expert-title {
    text-shadow: none !important;
  }

  .masterhub-expert .container-fluid {
    height: auto !important;
    margin: 0 !important;
  }

  .masterhub-expert,
  .masterhub-expert .fluid-zero {
    overflow: visible;
  }

  .masterhub-expert .container-text-content {
    margin: 0 !important;
    padding: 10px 20px !important;
  }

  .masterhub-expert .container-text-content p,
  .masterhub-expert .container-text-content strong {
    color: #281F1F !important;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }

  .masterhub-expert .container-text-content strong {
    font-weight: 600;
  }

  .masterhub-expert .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


.text-content {
  padding-right: 3%;
  padding-left: 8%;
}

/* ======================= */
/* MASTERHUB NETWORK      */
/* ======================= */
.masterhub-network {
  padding-bottom: 60px !important;
  background-color: #f7f7f7;
}

.masterhub-network .text-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}

.masterhub-network .text-content p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .masterhub-network .image-content {
    position: relative;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .masterhub-network .image-content {
    height: 300px;
  }
}

.masterhub-network {
  overflow: hidden;
}

.masterhub-network .image-content {
  padding: 0;
  max-width: 696px;
}

.masterhub-network .image-content .background {
  background-color: #5BB728;
  border-bottom-right-radius: 50px;
  height: 100%;
  width: 100%;
  background-image: url('/img/MacBook.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 90% auto;
}

@media screen and (max-width: 768px) {
  .masterhub-network .image-content .background {
    background-image: url('/img/MacBook-2.png');
    background-size: auto 90%;
    background-position: center;
  }

  .masterhub-network .row {
    margin: 0;
    padding: 0;
    /* width: ; */
  }
}

/* ======================= */
/* SEARCH DE PROFISSIONAL */
/* ======================= */
.professional-search-section {
  padding: 50px 20px;
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  text-align: center;
  position: relative;
  background-image: url('/img/LOGO-ESMAECIDO.png');
  background-repeat: no-repeat;
}

.professional-card-container {
  position: relative;
}

.professional-card {
  background: white;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.professional-card .info h5 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.professional-card .info p {
  margin: 0;
  font-size: 0.9rem;
}

.icons {
  color: #5BB728 !important;
}

.card-left .info {
  text-align: left;
  margin-left: 30%;
}

.card-right .info {
  text-align: left;
}

.photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  z-index: 3;
}

.photo-left {
  left: -50px;
}

.photo-right {
  right: -50px;
}

.search-form {
  background: white;
  border-radius: 8px;
  padding: 2rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #281F1F;
}

.search-form h2 {
  color: #281F1F;
}

.search-form .btn-search {
  background-color: #5BB728;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: 700;
}

.search-form .btn-search:hover {
  background-color: #4da020;
  color: white;
}

#engineersList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 47px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #engineersList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  #engineersList {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Cartão de profissional - Design Figma */
.profissional-card {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border: none;
  border-radius: 12px;
  min-height: 200px;
}

/* Container do conteúdo (foto + info) */
.profissional-card .card-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  flex: 1;
}

/* Wrapper para a imagem */
.profissional-card .profile-image-wrapper {
  position: relative;
  margin-left: -43px;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.profissional-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.info-profissional {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Botão Ver Perfil - Full width na parte inferior */
.profissional-card .ver-perfil {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.profissional-card .ver-perfil button {
  background-color: #063279;
  color: white;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
}

.profissional-card .btn-ver-perfil:hover {
  background-color: #052157;
}

.profissional-card .btn-ver-perfil i {
  font-size: 14px;
  color: white;
}

.profissional-card .btn-ver-perfil span {
  color: white;
}

/* Tipografia conforme Figma */
.info-profissional h5 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #010814;
  line-height: 1.3;
}

.info-profissional .specialty {
  margin: 0 0 12px 0;
  color: #4d4646;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

.info-profissional p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.contato {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 8px;
}

/* Contatos com ícones verdes conforme Figma */
.contato {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 6px;
}

.contato .contact-item {
  color: #010814;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.contato .contact-item i {
  color: #5bb728;
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

.contato .contact-item.location {
  color: #010814;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contato .contact-item.location i {
  color: #5bb728;
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

.contato .contact-item:hover {
  color: #063279;
}

.contato .contact-item span {
  word-break: break-word;
}

.contato a {
  color: #010814;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.contato a:hover {
  color: #063279;
}

.contato a i {
  color: #5bb728;
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

/* Ajuste final para a FAQ Section que aparece ao final */


.titulo-section {
  color: var(--Texto-Secundariol);
  text-align: center;
  font-family: montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px;
  /* 153.125% */
}


/* Estilo Desktop */
.custom-navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #063279;
  color: white;
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-left img {
  max-height: 50px;
}

.navbar-center {
  display: flex;
  gap: 20px;
}

.navbar-right .btn {
  margin-left: 10px;
}

.language-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-select img {
  max-height: 20px;
  border-radius: 50%;
}

.custom-select select {
  background: transparent;
  border: none;
  color: rgb(255, 190, 190);
}

.masterhub-section .title-section {
  color: var(--Azul-Master-Hub, #063279);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.masterhub-section strong {
  color: #281F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

@media screen and (max-width: 768px) {
  .masterhub-section .p-5 {
    padding: 20px !important;
  }

  .masterhub-section h2,
  .masterhub-section p {
    margin-bottom: 14px !important;
  }

  .masterhub-section strong {
    display: block;
  }
}

.fluid-zero {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 50px !important;
}

.container-text-content {
  margin: 50px !important;
}

.title-section-lateral {
  color: var(--Vinho-Master-Hub) !important;
  text-align: left !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

/* Estilo Mobile */
@media (max-width: 768px) {
  .masterhub-section .title-section {
    color: #281F1F;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .masterhub-section .text-muted {
    color: #281F1F;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
  }

  .custom-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
  }

  .navbar-left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-center,
  .navbar-right {
    display: none;
  }

  .mobile-menu-button {
    position: absolute;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #063279;
    color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .mobile-menu.open {
    transform: translateX(0);
  }

  .mobile-menu a {
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
  }

  .language-select {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }

  .mobile-menu .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
  }
}


.hero-title,
.hero-subtitle {
  margin: 0;
  /* Remover espaços desnecessários */
}


.mobile-menu {
  display: none;
  /* Não exibir no desktop */
}

.mobile-menu-button:hover,
.mobile-menu-button:focus,
.mobile-menu-button:active {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}


/* Versão mobile */
@media (max-width: 767px) {
  .hero-title-mobile {
    font-size: 1.5rem;
    /* Reduz o tamanho do título */
    padding: 10px;
    /* Remover espaçamento extra */
  }

  .hero-subtitle-mobile {
    font-size: 1rem;
    /* Reduz o tamanho do subtítulo */
    padding: 10px;
    /* Remover espaçamento extra */
  }

  .texto-hero {
    padding: 10px 0;
    /* Reduz padding no container de texto */
  }
}


.plans-swiper {
  padding-bottom: 50px;
  /* espaço extra para bolinhas */
}

.plans-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}


.plans-swiper .plan-card-new {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plans-swiper .plan-card-new {
  width: 282px !important;
  margin: auto;
}

/* Estilos Gerais para Desktop */
.section-contact .contact-info {
  text-align: right;
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.section-contact .contact-info .arrow {
  margin-top: 20px;
  font-size: 40px;
}

.section-contact h2 {
  color: var(--Branco-Master-Hub, #FFF);
  text-align: right;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}

.masterhub-network p {
  padding-top: 20px;
  color: var(--Texto-Principal, #281F1F);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.6px;
}

.masterhub-network strong {
  color: var(--Azul-Master-Hub, #063279);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* Ajustes para Mobile */
@media (max-width: 767px) {
  .section-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    min-height: auto;
  }

  .contact-background-logo {
    display: none;
    /* Oculta a logo de fundo no mobile */
  }

  /* Centraliza o texto */
  .section-contact .contact-info {
    text-align: center;
    margin-bottom: 20px;
    /* Espaçamento entre texto e formulário */
    max-width: 100%;
    /* Remove limite de largura no mobile */
  }

  .section-contact h2 {
    font-size: 24px;
    /* Ajusta tamanho no mobile */
    line-height: 32px;
    text-align: center;
  }

  .section-contact #contactDesc,
  .section-contact #contactDesc2 {
    font-size: 16px;
    /* Ajusta tamanho do texto descritivo */
    line-height: 24px;
    text-align: center;
  }

  /* Oculta a seta no mobile */
  .section-contact .d-none {
    display: none !important;
  }

  /* Formulário Centralizado */
  .contact-form {
    max-width: 600px;
    width: 100%;
    text-align: center;
  }

  button#contactBtnSubmit {
    width: 100%;
    max-width: 300px;
    /* Centraliza o botão */
  }
}

/* Estilo Mobile */
@media (max-width: 767.5px) {
  .masterhub-section h2 {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 104.167% */
  }

  .masterhub-section p {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
  }

  .masterhub-section a {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
  }

  .masterhub-expert h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .masterhub-expert p {
    padding-top: 20px;
    color: var(--Texto-Principal, #281F1F);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }

  .masterhub-expert strong {
    color: var(--Texto-Principal, #281F1F);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .masterhub-network {
    background: white;
  }

  .section-testimonials {
    background: #f7f7f7;
  }

  .masterhub-network p {
    padding-top: 20px;
    font-size: 12px;
    line-height: 25px;
  }

  .masterhub-network h2 {
    color: #281F1F !important;
    font-size: 18px;
    line-height: 25px;
  }

  .masterhub-expert .image-content {
    position: relative;
    height: 250px;
  }

  .masterhub-expert .image-content .woman-img {
    /* position: absolute;
    right: 0%;
    transform: translateX(-50%);
    height: 80%;
    z-index: 2;
    bottom: -3px; */
  }

  .masterhub-expert .image-content .logo-img {
    position: absolute;
    right: 10%;
    transform: translateX(-50%);
    width: auto;
    height: 84%;
    z-index: 1;
    bottom: -4%;
  }

  .masterhub-expert .image-content .expert-title {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    z-index: 3;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  }

  .masterhub-expert p strong,
  .masterhub-network p strong {
    line-height: 1px;
  }
}


/* Versão desktop */
@media (min-width: 768px) {
  .masterhub-section h2 {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 104.167% */
  }

  .masterhub-section p {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.67px;
    /* 133.35% */
  }

  .masterhub-section a {
    color: var(--Texto-Principal, #281F1F);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 104.167% */
  }

  .masterhub-expert h2 {
    color: var(--Texto-Principal, #281F1F) !important;
    font-family: Montserrat;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 120% */
    z-index: 10;
  }

  .masterhub-expert p {
    color: #281F1F !important;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.631px;
    /* 198.155% */
  }

  .masterhub-expert strong {
    color: var(--Texto-Principal, #281F1F);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.631px;
  }
}

/* Versão desktop */
@media (min-width: 768px) {
  .mobile-menu-button {
    display: none;
    /* Não exibir no desktop */
  }

  .mobile-menu {
    display: none;
    /* Não exibir no desktop */
  }

}

.mySwiper {
  padding-bottom: 50px;
  /* Cria espaço para paginação */
}

.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.professional-search-section .professional-card-container h5 {
  color: var(--Preto-azulado, #010814);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.professional-search-section .professional-card-container p {
  color: var(--Texto-secundrio, #4D4646);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 154.545% */
  letter-spacing: -0.5px;
}

.professional-search-section .professional-card-container p span {
  color: var(--Texto-secundrio, #4D4646);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 154.545% */
  letter-spacing: -0.5px;
}

.search-form h2 {
  color: #281F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.search-form h3 {
  color: #221F28;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

label {
  color: #221F28;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 257%;
  /* 30.84px */
}

/* Estilo Desktop */
.custom-navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #063279;
  color: white;
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-left img {
  max-height: 50px;
}

.navbar-center {
  display: flex;
  gap: 20px;
}

.navbar-right .btn {
  margin-left: 10px;
}

.language-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-select img {
  max-height: 20px;
  border-radius: 50%;
}

.custom-select select {
  background: transparent;
  border: none;
  color: rgb(157, 121, 121);
}

/* Estilo Mobile */
@media (max-width: 768px) {
  .custom-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
  }

  .navbar-left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-center,
  .navbar-right {
    display: none;
  }

  .mobile-menu-button {
    position: absolute;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #063279;
    color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .mobile-menu.open {
    transform: translateX(0);
  }

  .mobile-menu a {
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
  }

  .language-select {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }

  .mobile-menu .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
  }
}

/* Versão desktop */
@media (min-width: 768px) {
  .hero-image.img-fluid {
    display: none;
    /* Não mostrar img-fluid no desktop */
  }

  .hero-image.d-md-block {
    display: block;
    max-width: unset;
    /* Restaura o comportamento da imagem no desktop */
  }

  .mobile-menu-button {
    display: none;
    /* Não exibir no desktop */
  }

  .mobile-menu {
    display: none;
    /* Não exibir no desktop */
  }
}

@media (max-width: 768px) {
  .cards-valeska-joao {
    display: none;
  }
}

.profissionais h5 {
  color: var(--Preto-azulado, #010814);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.profissionais p {
  color: var(--Texto-secundrio, #4D4646);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 154.545% */
  letter-spacing: -0.5px;
}

.contato a {
  color: var(--Texto-secundrio, #4D4646);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 154.545% */
  letter-spacing: -0.5px;
}

.section-faq h2 button {
  color: var(--Texto-Principal, #281F1F);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px;
}

.linha {
  opacity: 1;
  height: 1px;
  background-color: var(--Vinho-Master-Hub, #063279);
  display: inline-block;
  /* Ou flex */
  width: 100%;
}


/* Ajustes somente para mobile */
@media (max-width: 768px) {

  /* Estabelece contexto de posicionamento para o container pai */
  .secao-profissionais .col-md-4 {
    position: relative;
  }

  /* Remove a altura e adiciona padding na classe .profissional-card */
  .profissional-card {
    min-height: auto !important;
    padding: 20px 15px 15px 80px;
    position: relative;
    /* Garante que o card seja o contexto para a imagem */
  }

  /* Posiciona a imagem de forma absoluta sobre o card */
  .profissional-card img {
    position: absolute;
    left: 16px;
    top: 24px;
    width: 75px;
    height: 75px;
    z-index: 2;
    /* Garante que a imagem fique acima de outros elementos */
  }

  /* Altera col-md-4 para col-md-12 e remove o margin-bottom */
  .secao-profissionais .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    position: relative;
  }

  .info-profissional {
    flex: 1;
    padding-left: 10px;
    margin-left: 0;
  }

  .professional-search-section {
    background-color: #063279;
    padding: 15px;
    color: white;
  }

  .contactDesc {
    font-family: montserrat;
  }
}

.section-testimonials {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  /* Garante que o título fique acima dos slides */
  align-items: center;
  /* Centraliza o conteúdo */
  text-align: center;
  /* Garante que o texto do título fique centralizado */
}

.titulo-section {
  margin-bottom: 30px;
  /* Adiciona margem abaixo do título */
}

.swiper {
  width: 100%;
}

.testimonial-slide {
  height: -webkit-fill-available;
  display: flex;
  margin-bottom: 15px;
}

.section-testimonials .testimonial-card {
  margin-top: 10px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-radius: 6.228px;
  background: #FFF;
  box-shadow: 0 0.623px 10.587px 0 rgba(91, 183, 40, 0.20);
}

.section-testimonials .testimonial-card p {
  color: #281F1F;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.798px;
  margin: 0;
}

.section-testimonials .testimonial-footer {
  display: flex;
  align-items: center;
}

.section-testimonials .testimonial-footer img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  object-fit: cover;
  border-radius: 4px;
  background: #c8c9d1;
}

.section-testimonials .testimonial-footer>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section-testimonials .testimonial-footer strong,
.section-testimonials .testimonial-footer span {
  color: #281F1F;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.207px;
}



/* Cor padrão dos bullets */
.swiper-pagination-bullet {
  background-color: var(--Vinho-Master-Hub);
  width: 8px;
  height: 8px;
  opacity: 1;
}

/* Cor do bullet ativo */
.swiper-pagination-bullet-active {
  background-color: blue;
  opacity: 1;
}

/* Se quiser aumentar o tamanho do bullet ativo */
.swiper-pagination-bullet-active-main {
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--Vinho-Master-Hub);
  ;
  transform: scale(1.1);
}


/* Estilos dos Campos de Formulário */
.material-textfield {
  position: relative;
  margin-bottom: 1.5rem;
  /* Espaço entre os campos */
}

.material-textfield input,
.material-textfield textarea {
  font-size: 1rem;
  outline: none;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 11px;
  padding: 1rem 0.7rem;
  color: gray;
  width: 100%;
  transition: 0.1s ease-out;
  background: none;
  font-weight: 600;
}

.material-textfield textarea {
  resize: vertical;
  /* Permite redimensionar verticalmente */
}

.material-textfield input:focus,
.material-textfield textarea:focus {
  border-color: #063279;
}

.material-textfield label {
  position: absolute;
  font-size: 1rem;
  left: 1rem;
  top: 30%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.search-form .material-textfield label {
  top: 0%;
  z-index: 100;
  line-height: 1;

  color: #221F28;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.search-form .form-control {
  color: #423E48;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  padding: 16px;
  border-radius: 11px;
}

.search-form select.form-control {
  padding: 0 16px;
  border-right: none;
  border-color: black;
}

.material-textfield input:focus+label,
.material-textfield textarea:focus+label,
.material-textfield input:not(:placeholder-shown)+label,
.material-textfield textarea:not(:placeholder-shown)+label {
  color: #063279;
  top: 0;
  transform: translateY(-50%) scale(0.9);
  line-height: 3px;
}

.material-textfield .input-group-text {
  border-width: 1px 1px 1px 0px;
  /* Topo, Direita, Baixo, Esquerda */
  border-style: solid;
  border-color: black;
  background-color: transparent;
  border-radius: 10px;
}

.material-textfield input {
  border-width: 1px 0px 1px 1px;
  /* Topo, Direita, Baixo, Esquerda */
  background-color: transparent;
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(90, 7, 14, .25);
}

/* Estilos padrão para links */
.cards-valeska-joao a {
  color: inherit;
  /* Herda a cor do texto ao redor */
  text-decoration: none;
  /* Remove o sublinhado */
}

/* Quando o link já foi visitado */
.cards-valeska-joao a:visited {
  color: inherit;
  /* Mesma cor do padrão */
}

/* Quando o link é clicado */
.cards-valeska-joao a:active {
  color: inherit;
}

/* Hover: Define o azul primário */
.cards-valeska-joao a:hover {
  color: #063279;
  /* Cor azul primária */
  text-decoration: underline;
  /* Opcional */
}

.contato a {
  color: inherit;
  /* Herda a cor do texto */
  text-decoration: none;
  /* Remove sublinhado padrão */
}

/* Hover: Define o azul primário */
.contato a:hover {
  color: #063279;
  /* Cor azul primária */
  text-decoration: none;
  /* Opcional */
}

/* Estilo do texto da cidade (não clicável) */
.contato p {
  margin: 0;
  /* Remove margens extras */
  color: inherit;
  /* Mesma cor do texto padrão */
}

/* ===========================================
   ESTILOS ESPECÍFICOS DA SEÇÃO DE PROFISSIONAIS
   =========================================== */

/* Botão Ver Perfil na seção de profissionais - Full width conforme Figma */
.secao-profissionais .btn-ver-perfil {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

/* Quebra de texto para emails longos */
.secao-profissionais .contato a {
  overflow-wrap: break-word;
  word-break: break-all;
  hyphens: auto;
}

/* Responsividade do grid de cards */
.secao-profissionais .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 47px;
  margin: 0;
}

.secao-profissionais .col-md-4 {
  flex: 0 0 calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
  padding: 0;
}

/* Tablets - 2 cards por linha */
@media (max-width: 768px) and (min-width: 481px) {
  .secao-profissionais .col-md-4 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .secao-profissionais .profissional-card {
    min-height: 180px;
  }

  .secao-profissionais .profissional-card .card-content {
    padding: 16px;
    gap: 12px;
  }

  .secao-profissionais .profissional-card .profile-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .secao-profissionais .profissional-card img {
    width: 80px;
    height: 80px;
  }
}

/* Mobile - 1 card por linha */
@media (max-width: 480px) {
  .secao-profissionais .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .secao-profissionais .profissional-card {
    min-height: auto !important;
    margin: 15px 0;
  }

  .secao-profissionais .profissional-card .card-content {
    padding: 16px;
    gap: 12px;
  }

  .secao-profissionais .profissional-card .profile-image-wrapper {
    width: 75px;
    height: 75px;
  }

  .secao-profissionais .profissional-card img {
    width: 75px;
    height: 75px;
  }

  .secao-profissionais .info-profissional h5 {
    font-size: 1rem;
  }

  .secao-profissionais .info-profissional .specialty {
    font-size: 0.85rem;
  }

  .secao-profissionais .contato .contact-item {
    font-size: 0.85rem;
  }

  .secao-profissionais .btn-ver-perfil {
    font-size: 13px;
    padding: 10px 16px;
  }
}

/* Ajustes adicionais para melhor espaçamento */

/* Telas intermediárias (entre tablet e desktop) */
@media (max-width: 992px) and (min-width: 769px) {
  .secao-profissionais .col-md-4 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

/* Garantir que o container da seção tenha padding responsivo */
@media (max-width: 768px) {
  .secao-profissionais>div {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 360px) {
  .secao-profissionais .profissional-card .card-content {
    padding: 12px;
    gap: 10px;
  }

  .secao-profissionais .profissional-card .profile-image-wrapper {
    width: 65px;
    height: 65px;
  }

  .secao-profissionais .profissional-card img {
    width: 65px;
    height: 65px;
  }

  .secao-profissionais .info-profissional h5 {
    font-size: 0.95rem;
  }

  .secao-profissionais .info-profissional .specialty {
    font-size: 0.8rem;
  }

  .secao-profissionais .contato {
    gap: 4px;
  }

  .secao-profissionais .contato .contact-item {
    font-size: 0.8rem;
  }

  .secao-profissionais .btn-ver-perfil {
    font-size: 12px;
    padding: 10px 12px;
  }
}

/* Premium verified badge (hotsite, public pages) */
.avatar-badge-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.avatar-badge-premium {
  position: absolute;
  top: -3px;
  right: 1px;
  width: 26px;
  height: 26px;
  background-image: url('/img/selo-verificado.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.avatar-badge-wrapper.avatar-badge-lg .avatar-badge-premium {
  width: 32px;
  height: 32px;
  top: 0px;
  right: 2px;
}
