@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: #5A070E;
  --Texto-Principal: #281F1F;
  --background-light: #f9f9f9;
  --text-primary: #333;
  --text-secondary: #555;
  --carousel-indicator-active: #333;
  font-family: Montserrat;
}
@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;
}

.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: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  padding: 5px 30px 5px 10px !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  ba
  /* 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: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}

.navbar-center {
  display: flex;
  gap: 25px;
}
.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;
}

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


.hero-title{
  color: #FFF;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px; /* 153.125% */
}
.hero-subtitle{
  color: #FFF;
font-family: Montserrat;
font-size: 19px;
font-style: normal;
font-weight: 300;
line-height: 26.67px; /* 133.35% */
}


.section-hero {
  background-color: var(--Vinho-Master-Hub);
  color: white;
}

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

/* ======================= */
/*   BENEFITS SECTION     */
/* ======================= */
.section-benefits {
  background-color: var(--background-light);
  padding: 50px 20px;
  text-align: center;
}
.section-benefits .benefits-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.section-benefits .benefit-item {
  max-width: 300px;
  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, #281F1F);
text-align: center;
font-family: montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 125% */
padding-bottom: 10px;
}

.section-benefits p{
  color: var(--Texto-Principal, #281F1F);
  text-align: center;
  font-family: montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}

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

.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, #5A070E);
  
  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, #5A070E);
  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(--Branco-Master-Hub, #FFF);
  
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-plans h4 .price {
  font-size: 40px;
}



.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;
  border: 2px solid currentColor;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
}
.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 {
  margin-right: 100%;
  color: var(--Texto-tercirio, #9299A7);
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.856px; /* 148.803% */
}

.incluido-pro{
  margin-right: 100%;
  color: var(--Branco-Master-Hub, #FFF);
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.856px; /* 148.803% */
}

.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-Principal);
  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 */
}

/* ======================= */
/*  PLANS CAROUSEL        */
/* ======================= */
.section-plans-carousel {
  padding: 50px 20px;
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  text-align: center;
  position: relative;
  background-image: url('/img/LOGO-ESMAECIDO.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.plans-card {
  position: relative; /* Para que os botões sejam posicionados relativos ao contêiner */
  overflow: hidden; /* Evita que elementos "saiam" do contêiner */
}

.section-plans-carousel .plans-card {
  max-width: 950px;
  background-color: #fff;
  color: var(--Vinho-Master-Hub);
  border-radius: 15px;
  padding: 45px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .section-plans-carousel .plans-card {
    padding: 45px;
  }
}
.section-plans-carousel .plan-feature {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  height: 80px;
}
.section-plans-carousel .plan-feature .bullet {
  background-color: var(--Vinho-Master-Hub);
  border-radius: 50%;
  margin-right: 15px;
}
.section-plans-carousel .plan-feature p {
  margin: 0;
  font-family: montserrat;
  line-height: 1.5;
  text-align: left;
}


.section-plans-carousel .carousel-button {
  background-color: #fff;
  color: var(--Vinho-Master-Hub);
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
/* Desktop */
.section-plans-carousel .carousel-button.left {
  left: 0px;
}
.section-plans-carousel .carousel-button.right {
  right: 0px;
}

/* Mobile */
@media (max-width: 768px) {
  .section-plans-carousel .carousel-button.left {
    left: 0;
  }
  .section-plans-carousel .carousel-button.right {
    right: 0;
  }
}

.section-plans-carousel h3{
  color: var(--Vinho-Master-Hub, #5A070E);
  font-family: montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 245% */
}

.section-plans-carousel p{
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

/* ======================= */
/*   CONTACT SECTION      */
/* ======================= */
.section-contact {
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 14vw;
}
@media (min-width: 1700px) {
  .section-contact {
    padding: 52px 20vw;
  }
}
.section-contact .contact-form {
  background-color: #fff;
  color: var(--Vinho-Master-Hub);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}
.section-contact .contact-form .form-control {
  margin-bottom: 15px;
}

.section-contact .contact-form button {
  background-color: var(--Vinho-Master-Hub);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-contact .contact-info {
  text-align: right;
  max-width: 500px;
}
.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: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px; /* 153.125% */
}
.section-contact strong{
  font-weight: 700;
}

.camposobrigatorios{
  text-align: left;
  margin-right: 65%;
  color: var(--Vinho-Master-Hub, #5A070E);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-contact-p{
  color: var(--Branco-Master-Hub, #FFF);
text-align: right;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 49px; /* 245% */
}
.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 {
  border: 1px solid #ddd; /* Borda externa */
  border-radius: 10px; /* Arredondado */
  margin-bottom: 15px; /* Espaçamento entre os cards */
  overflow: hidden; /* Garante que o conteúdo não ultrapasse as bordas */
}

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

/* Botão do accordion */
.accordion-button {
  background-color: transparent !important; /* Sem fundo no botão */
  color: #000; /* Texto preto */
  font-weight: bold;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
  text-align: left;
  position: relative; /* Para posicionar o ícone */
  transition: background-color 0.3s ease, color 0.3s ease;
  padding-right: 50px !important; /* Garante o espaço para o ícone em todos os itens */
  padding-left: 30px; /* Espaço à esquerda para garantir que o texto não encoste no ícone */
  white-space: normal; /* Permite quebra de linha no texto */
  word-wrap: break-word; /* Garante que palavras longas sejam quebradas */
}

/* Remover chevron padrão */
.accordion-button::after {
  display: none; /* Remove o chevron */
}

/* Ícone "+" ou "-" no botão */
.accordion-button::before {
  content: '+'; /* Ícone inicial */
  font-size: 1.8rem; /* Maior tamanho */
  color: #5A070E; /* Cor vinho */
  position: absolute; /* Posiciona independente do texto */
  right: 20px; /* Alinhado à direita */
  top: 50%; /* Centralizado verticalmente */
  transform: translateY(-50%); /* Ajusta para centralização perfeita */
  transition: transform 0.3s ease, content 0.3s ease;
}

/* Mudar o ícone para "-" quando expandido */
.accordion-button:not(.collapsed)::before {
  content: '-'; /* Muda para "-" no estado expandido */
}

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

/* Corpo do conteúdo (resposta) */
.accordion-body {
  font-size: 14px;
  color: #6c757d; /* Texto em cinza */
  padding: 15px;
  background-color: #fff; /* Fundo branco */
  border-top: none; /* Remove qualquer linha superior */
}

/* 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: #5A070E;
}
.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;
}
.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: #333;
  margin-bottom: 15px;
}

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

@media (min-width: 769px) {
  .masterhub-expert .image-content {
    position: relative;
    height: 500px;
  }
  
  .masterhub-expert .image-content .woman-img {
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 2;
  }
  .masterhub-expert .image-content .logo-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 1;
  }
}

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

/* ======================= */
/* MASTERHUB NETWORK      */
/* ======================= */
.masterhub-network {
  padding-bottom: 60px !important;
}
.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 .image-content .background {
  background-color: var(--Vinho-Master-Hub);
  height: 100%;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.masterhub-network .image-content .laptop-img {
  position: relative;
  bottom: 0;
  left: -19%;
  max-width: 100%;
  z-index: 2;
}

/* ======================= */
/* 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: var(--Vinho-Master-Hub) !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: -75px;
}
.photo-right {
  right: -75px;
}
.search-form {
  background: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
}
.search-form h2 {
  color: #333;
}
.search-form .btn-search {
  background-color: #5A070E;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: 700;
}
.search-form .btn-search:hover {
  background-color: #5A070E;
}

/* Cartão de profissional */
.profissional-card {
  position: relative;
  padding-left: 55px;
  display: flex;
  align-items: center;
  height: 130px;
  background-color: #fff;
  border: 0.1px  solid #e3e3e3;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: visible;
  margin: 6px 0;
}
.profissional-card img {
  position: absolute;
  left: -4.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1;
}
.info-profissional {
  flex: 1;
  padding-left: 20px;
  margin-left: 10px;
}
.info-profissional h5 {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 600;
}
.info-profissional p {
  margin: 0;
  color: #6c757d;
  font-size: 1rem;
}
.contato {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.contato a {
  color: #5A070E;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.95rem;
}
.contato a:hover {
  color: #0d6efd;
}
.contato i {
  margin-right: 8px;
  font-size: 1.1rem;
}

/* Ajuste final para a FAQ Section que aparece ao final */
.section-faq {
  /* padding: 50px 0; */
}


.titulo-section{
  color: var(--Texto-Principal);
  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: #5A070E;
    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);
}

/* 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: #5A070E;
        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;
}

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

.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: 32px;
font-style: normal;
font-weight: 500;
line-height: 49px; /* 153.125% */
}

/* Ajustes para Mobile */
@media (max-width: 767px) {
.section-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px; /* Espaçamento geral 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;
}

/* 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;
}


.contact-form .form-control input{ 
  border: 1px solid black;
}
.form-control.input-mobile {
  padding: 10px;
  margin: 0;
  width: 100%;
  max-width: 500px; /* Limita largura dos inputs no mobile */
}

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

  /* Estilo Mobile */
  @media (max-width: 768px) {
    .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, .masterhub-network p {
        padding-top: 20px;
        color: var(--Texto-Principal, #281F1F);
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }
    .masterhub-expert strong, .masterhub-network strong {
        color: var(--Texto-Principal, #281F1F);
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

    .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;
    }
}

@media (max-width: 768px) {
    .masterhub-network .laptop-img {
        width: 100%;
        height: auto;
        object-fit: contain; 
    }
}

/* 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, .masterhub-network p {
      color: var(--Texto-Principal, #281F1F) !important;
      font-family: Montserrat;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 39.631px; /* 198.155% */
  }

  .masterhub-expert strong, .masterhub-network 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 */
  }

}

/* Versão desktop */
@media (min-width: 1000px) {

  .laptop-img {
      max-width: 710px !important;
  }
}

.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: var(--Texto-Principal, #281F1F);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px; /* 204.167% */
}

.search-form h3{
  color: var(--Texto-Principal, #281F1F);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

label{
  color: var(--Texto-Principal, #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: #5A070E;
    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: #5A070E;
        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, #5A070E);
  display: inline-block; /* Ou flex */
  width: 100%;
}


.accordion-body{
  color: var(--Texto-Principal, #281F1F);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Ajustes somente para mobile */
@media (max-width: 768px) {
/* Remove a altura e adiciona padding na classe .profissional-card */
.profissional-card {
  height: auto !important;
  padding-left: 50px;
  margin: 15px 0;
}

/* Ajusta o tamanho e posicionamento da imagem */
.profissional-card img {
  left: -9.5%;
  width: 75px;
  height: 75px;
}

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

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

.professional-search-section {
background-color: #5A070E;
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%;
  max-width: 1000px;  /* Limita a largura máxima, se necessário */
}

.swiper-wrapper {
  display: flex;
  margin-left: 24px;
}

.swiper-slide {
  width: 250px;
  margin: 0px !important; 
  margin-right: 8px !important;
  display: flex;
  justify-content: center;
}

/* @media (max-width: 768px) {
  .swiper-slide .swiper-slide-active {
    width: 300px;
  }
} */

.testimonial-slide{
  min-height: 275px;
  max-height: 275px;
}

.section-testimonials .testimonial-card {
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  min-height: 250px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-testimonials .testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.section-testimonials .testimonial-footer img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  object-fit: cover;
}



/* 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: #5A070E;
}

.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%;
  color: #000;
  z-index: 100;
  font-size: 12.5px;
  line-height: 1;
}

.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: #5A070E;
  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;
}

.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 vermelho vinho */
.cards-valeska-joao a:hover {
  color: #5A070E; /* Cor vermelho vinho */
  text-decoration: underline; /* Opcional */
}

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

/* Hover: Define o vermelho vinho */
.contato a:hover {
  color: #5A070E; /* Cor vermelho vinho */
  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 */
}
