@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  ---fonte1:  "Montserrat", sans-serif;
  ---fonte2:  "Figtree", sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Garantir que o header ocupe 100% da largura */
.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
  color: white;
  width: 100vw;  /* Garante que ocupa 100% da largura da tela */
  overflow-x: hidden;  /* Evita qualquer rolagem lateral */
}

/* Adicionar estilos globais */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden; /* Remove possíveis barras de rolagem laterais */
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}



  
  h1.logo {
    margin-top: 20px !important;
    fill: white;
    margin-right: 15px !important;
    vertical-align: middle;
    font-family: var(---fonte1);
    font-weight: 900;
}

.ctrHeader {
    margin-left: 1100px !important;
    color: white;
    background-color: #00B48F;
    border-radius: 30px;
    border: none;
    width: 150px;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
}

  .ctrHeader:hover{
    background-color: #ffffff;
    border: 2px solid #00B48F ;
    color:#00B48F;
    cursor: pointer;
    scale: 1;
    transition: 1s;
  }


  
  .inner-header {
    height: 10vh;
    width: 90vw; /* Define a largura para 90% da largura da tela */
   /* Define uma largura máxima para o elemento */
    margin: 0 auto;
    padding: 0;
  }
  
  .flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
  }
  
  .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
  }
  
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }
  
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  
  @keyframes move-forever {
    0% {
      transform: translate3d(-90px, 0, 0);
    }
  
    100% {
      transform: translate3d(85px, 0, 0);
    }
  }
  

  

  main {
    padding: 0 5vw;
    text-align: center;
    background-color: rgb(255, 255, 255);
  }

.h1PrincipalMain{
    margin-top: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-size: 47px;
    font-weight: 800;
    font-family: var(---fonte1);
    font-style: italic;
    
    
}
p{
    line-height: 1.6;
    font-size: 20px;
    font-family: var(---fonte2);
    
 }

 p.p3{
    margin-top: 0px;
    margin-left: 100px;
    margin-right:100px;
    font-family: var(---fonte2);
 }

.CTR{
    margin-top: 35px;
    margin-bottom: 70px;
    color: white;
    background-color: #00B48F;
    padding: 18px;
    border-radius: 30px;
    border: none;
    width: 290px;
    height: 60px;
    font-weight: 700;
    font-size: 15px;

 }

 .CTR:hover{
    background-color: #ffffff;
    border: 2px solid #00B48F ;
    color:#00B48F;
    cursor: pointer;
    scale: 1;
    transition: 1s;
}

 .sitesProfissionais{
    margin-top: 13px;
    margin-bottom: 13px;
    color: #008CFF;
    padding-top: 50px;
    font-size: 12px;
    font-weight: 900;
    
 }





 /* 5 ESTRELAS */
 
 .estrelas input[type=radio] {
    display: none;
    
  }
  .estrelas label i.fa{
    font-size: 1em;
   
  }
  .estrelas label i.fa:before {
    content:'\f005';
    color: #FF7201;
    
  }
  .estrelas input[type=radio]:checked ~ label i.fa:before {
    color: #FF7201;
   
  }



  /* ESTILO como funciona */



h2.titulo{
text-align: center;
font-size: 35px;
font-weight: 800;
margin-bottom: 15px;
font-family: var(---fonte1);
}

section.especiliadades {
  
  padding: 40px 5vw;
    background: linear-gradient(to top, #1C87BE 30%, white 30%); /* Cria um gradiente linear que vai de azul a branco */
}

section.especiliadades .flex {
    gap: 60px;
}

.especiliadades .especialidades-box {
    color: #000000;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 45px;
    transition: .2s;
    box-shadow: 0 0 20px #00000078;
    height: 310px;
    width: 350px;
    font-family: var(---fonte1);
}

.especiliadades .especialidades-box:hover {
    transform: scale(1.05);
    
}

.especiliadades .especialidades-box i {
    font-size: 50px;
    color: #1C87BE;
    
}

.especiliadades .especialidades-box h3 {
    font-size: 28px;
    margin: 15px 0;
    font-family: var(---fonte1);
    font-weight: 700;
}

 /* ESTILO depoimentos */

div.depoimentos{
  
  display: flex;
  align-items: center;
  gap: 5vw; /* Define um espaçamento entre os elementos */
  justify-content: space-around;
}

 .caixaDepoimento{
  width: 350px;
  height: 350px;
  text-align: center;
  background-color: #002fff;
  color: #ffffff;
  border-radius: 60px 70px 40px 140px;
 }

 .h1Depoimentos{
  text-align: center;
 }

 

 p.pDepoimentos{
  color: white;
  margin-left: 20px;
  margin-right: 20px;
 }
h2.nome{
  margin-bottom: 30px;
}
 
.caixaDepoimento i {
  font-size: 70px;
}








 /* ESTILO ctr */
.ctr{
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  color: white;
  background-color: #1C87BE;
  width: 98.2vw;
  height: 950px;

}



div.caixaCtr{
  width: 450px;
  height: 810px;
  background-color: #000000;
  border-radius: 20px;
  border: 2px solid #fff;
}



h1.landing{
  font-size: 35px;
  font-weight: 900;
  font-family: var(---fonte1);
  margin-top: 30px;
  margin-bottom: 15px;
}

p.desconto{
  font-size: 18px;
  color: rgb(221, 220, 220);
  margin-bottom: 8px;
}

h2.pith{
  margin-top: -20px;
  margin-bottom: 15px;
font-size: 30px;
font-family: var(---fonte2);
font-weight: 800;
}

h2.pith span{
  font-size: 90px;
}

p.vista{
  font-size: 18px;
  margin-top: -30px;
  color: rgb(221, 220, 220);
}

span.descontoS{
  font-size: 20px;
  text-decoration: line-through;
  color: red;
}

.CTR2{
    margin-top: 30px;
    margin-bottom: 70px;
    color: white;
    background-color: #00B48F;
    padding: 18px;
    border-radius: 30px;
    border: none;
    width: 290px;
    height: 60px;
    font-weight: 700;
    font-size: 15px;
}

.CTR2:hover{
  background-color: #ffffff;
  border: 2px solid #00B48F ;
  color:#00B48F;
  cursor: pointer;
  scale: 1;
  transition: 1s;
}


.ctr p i{
font-size: 20px;

}

p.beneficios{
  font-size: 20px;
  color: rgb(221, 220, 220);
  margin-top: 10px;
  margin-bottom: -20px;
}

hr.listra {
  color: #002fff;
  margin-top: 33px; /* Aumenta a margem superior da linha */
  margin-bottom: 10px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}



 /* ESTILO wpp */

section.WhastApp {
  padding-top: 50px ;
  padding-bottom: 50px ;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  border-top: 2px solid #ffffff1d;
  background-color: #000;
  color: #fff;
  font-family: var(---fonte2);
}
section.WhastApp .quadro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.WhastApp .quadro .imagem {
  width: 100%;
  max-width: 160px;
}
section.WhastApp .quadro .imagem img {
  width: 100%;
}
section.WhastApp .quadro .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 0 0 0 50px;
}
section.WhastApp .quadro .texto h2 {
  font-family: var(--bold);
  font-size: var(--f4);
  color: var(--cor-branco);
  margin: 0 0 10px 0;
}

section.WhastApp .quadro .texto p {
  font-family: var(--light);
  font-size: var(--f2);
  color: var(--cor-cinza);
  line-height: 1.5;
}

section.WhastApp .quadro .texto a {
  display: flex;
  align-items: center;
  font-family: var(--bold);
  font-size: var(--f3);
  background: linear-gradient(to right, var(--cor-verde-1), var(--cor-verde-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 10px 0 0 0;
  transition: all 0.3s;
}
section.WhastApp .quadro .texto a img {
  width: 15px;
  margin: 0 10px 0 0;
}
section.WhastApp .quadro .texto a:hover {
  filter: brightness(120%);
}
/* Responsivo */
@media screen and (max-width: 1000px) {
  section.WhastApp {
    padding: 50px 30px 50px 30px;
  }
  section.WhastApp .quadro {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  section.WhastApp .quadro .imagem {
    max-width: 120px;
  }
  section.WhastApp .quadro .texto {
    align-items: center;
    text-align: center;
    padding: 20px 0 0 0;
  }
  section.WhastApp .quadro .texto p {
    max-width: 280px;
  }
}

button.btnwpp{
  background-color: rgb(0, 0, 0);
  color: #5CF2AD;
  border: 2px solid white;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center; 
  justify-content: center;
  font-size: 16px;
}

button.btnwpp img {
  margin-right: 9px; /* Adicione o espaçamento desejado entre o ícone e o texto */
}

span.spanWpp{
  color: #5CF2AD;
}