html,
body {
  overflow-x: hidden;
  background-color: #f9f9f9;
}

.container {
  width: 1312px;
  max-width: 1312px;
}


.protest-strike-regular {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-size: 68px;
}

p {
  font-size: 18px;
  padding: 20px 0;
  line-height: 150%;
}

#home {
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  border-radius: 0 0px 100px 100px;
}

#home .over {
  width: 100%;
  height: 800px;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background: linear-gradient(241deg, rgba(17, 17, 17, 0) 0%, #111111 220%);
   border-radius: 0 0px 100px 100px;
}

#home .conteudo {
  max-width: 600px;
}

#home h1 {
  font-size: 76px;
  color: #2B51FC;
  line-height: 100%;

}

#home h2 {
  font-size: 16px;
  font-weight: bold;
  font-weight: normal;
 margin:20px 0 20px 0;
  line-height: 150%;
  max-width: 508px;
  color:#000;
}

#home .lista {
  font-size: 18px;
  margin-bottom: 40px;

  div {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

#home .conteudo .botoes a {
  height: 68px;
}

.wpcf7-response-output {
  background-color: green;
  color: #fff;
  width: 80%;
  border-radius: 8px;
}

#contatos img {
  border-radius: 15px;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

* {
  padding: 0px;
  margin: 0px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

.clearFloat {
  clear: both;
}

.btn {
  border-radius: 0;
}

body {

  color: #333;
  font-family: "Onest", sans-serif;
}

#topo.fixar {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .35s;
}

#topo .topo {
  display: flex;
  justify-content: space-between;
}

#topo .content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#topo {
  height: 95px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding-top: 20px;
  transition: all .35s;
}

.menu {
  float: left;
}

.menu a,
.menu span {
  color: #1F1F1D;
  font-size: 17px;
  margin-left: 20px;
  transition: all .35s;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

.botoes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.botoes a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.botoes a.experimente {
  background-color:#2B51FC;
  width: 202px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

#topo .botoes a.experimente {
  font-weight: normal;
  font-size: 14px;
  height: 40px;
  width: 105px;
}

.botoes a.default {
  background-color: #fff;
  width: 202px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #1F1F1D;
}
#home .botoes a.experimente{
  font-size: 16px;
   font-weight: normal;
  width: 143px;
}
#home .botoes a.default{
  font-size: 16px;
  font-weight: normal;
  width: 143px;
}

.botoes a.experimente:hover,
a.default:hover {
  background-color: #fff;
  color: #2B51FC;
  transition: all .35s;
}

.tabela-precos {
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 0;
  padding: 12px 0px;
  min-width: 130px;
  display: none;
}

.menu span:hover .tabela-precos {
  display: block;
}

.tabela-precos a {
  display: block;
  margin-bottom: 10px;
}

.menu a:hover,
.menu span:hover {
  color: #2557DA;
  transition: all .35s;
}

.menu a.ativo {
  color: #2557DA;
}


.section {
  padding: 100px 0;
}





.saiba {
  text-align: center;
  position: absolute;
  bottom: 65px;
  width: 100%;
}

#quem-somos {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.titulo {
  color: #c41313;
  text-align: center;
  font-size: 70px;
  line-height: 45%;
  letter-spacing: -7px;
}

.titulo span {
  display: block;
  color: #d08708;
  font-size: 130px;
  font-family: 'sweet purple';
}

.texto {
  font-size: 15px;
  line-height: 140%;
}

#produtos {
  padding-top: 50px;
}

#produtos .titulo {
  margin-bottom: 100px;
}

#produtos .item {
  display: block;
  text-align: center;

}

#produtos .item img {
  width: 100%;
  margin-bottom: 10px;
}

#produtos .item h3 {
  font-size: 25px;
  display: block;
  height: 70px;
}

#produtos .item:hover {
  opacity: 0.8;
  transition: all .35s;
}

#produtos .item:hover h3 {
  color: #c41313;
  transition: all .35s;
}

#contatos {
  text-align: center;
  padding: 50px 0 70px 0;
}

#contatos span,
.whatsCont {
  margin: 0px 10px;
  width: 40%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.whatsCont img {
  margin-bottom: 10px;
}

#contatos span a {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #c41313;
  padding: 5px;
  border-radius: 5px;
}

#contatos span img {
  cursor: pointer;
}

#contatos span a:hover {
  color: #d08708;
}

.opcoes-preco {
  position: absolute;
  display: none;
  width: 100%;
}

#contatos span img {
  margin-bottom: 10px;
}

.whatsCont {
  color: #fff;
}

#contatos img {
  max-width: 100%;
}

#contatos a:hover {
  opacity: 0.8;
  transition: all .35s;
}

#fale {
  background-color: #e6e6e6;
  padding: 60px 0;
}

#fale .titulo {
  margin-bottom: 80px;
}

.form-control {
  height: 45px;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #1F1F1D;
  background: transparent;
  color: #000;
}

#formulario {
  width: 90%;
}

textarea {
  height: 150px !important;
}

.enviar {
  background-color: #c41313;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  float: right;
}

.enviar:hover {
  background-color: #000;
  opacity: 0.8;
  transition: all .35s;
}

.txt {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 40px;
  color: #000;
}

#botao {
  display: none;
}

.item-rede {
  height: 90px;
  font-size: 19px;
}

.item-rede img {
  margin-right: 7px;
}

.item-rede a {
  display: block;
}

.item-rede a:hover {
  color: #c41313;
  transition: all .35s;
}

#nossa .titulo {
  padding-top: 50px;
  padding-bottom: 80px;
}

#mapa {
  position: relative;
  height: 450px;
  background-color: #222;
}

.endereco {
  position: absolute;
  width: 400px;
  right: 0;
  top: 60px;
  padding: 30px 30px;
  color: #fff;
  background-color: #c41313;
  font-family: 'Gotham Bold';
}

.endereco strong {
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 10px;
  display: block;
}

#rodape {
  padding: 20px 0;
  font-size: 14px;
}

.logo-inedita {
  float: right;
}

.logo-inedita svg {
  width: 80px;
}

#produtos.interna {
  border-top: 1px solid #ccc;
  margin-top: 60px;
}

.kit img {
  width: 100%;
}

.kit {
  border: 1px solid #ddd;
  display: block;
  padding: 15px 0;
  margin-bottom: 30px;
  width: 95%;
}

.titulo-kit {
  font-family: 'Gotham Bold';
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.itens {
  height: 140px;
}

.preco {
  font-family: 'Gotham Bold';
  color: #c41313;
  padding-top: 5px;
  font-size: 25px;
}

.solicite {
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.solicite img {
  width: 20px !important;
  margin-top: -2px;
}

.kit:hover {
  background-color: #eee;
  transition: all .35s;
}

.encomenda {
  text-align: center;
  padding-top: 30px;
  color: #c41313;
  font-size: 17px;
  font-family: 'Gotham Bold';
}

.encomenda a {
  text-decoration: underline;
  color: #c41313;
}

#produtos h4 {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#feita .conteudo strong{
  font-weight: 600;
  color:#2B51FC;

}

#feita .conteudo {
  color:#1F1F1D;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 120%;

}

#feita .conteudo .texto {
  max-width: 788px;
  font-size: 52px;
}

.banner{
  height: 540px;
  width: 100%;
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding-left: 128px;
  margin: 24px 0 100px 0; 
  background-size: cover;
  background-position: center;
}
.banner .texto{
  width: 400px;
  color:#fff;
}
.banner .texto h2{
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 100%;
}
.banner .texto ul{
  font-size:16px;
  margin:0 0 24px 30px;
}
.banner .texto ul li{
  margin-bottom: 7px;
}
.banner .texto .botoes a{
   max-width: 115px;
   max-height: 40px;
   font-size: 14px;
   font-weight: 600;
   border-radius: 12px;

}
.footer-app{
  height: 720px;
  width: 100%;
  border-radius: 32px 32px 0px 0px;
  display: flex;
  align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.footer-app .container{
  display: flex;
  justify-content: end;
}
.footer-app .container .texto{
  max-width: 410px;
  color:#1F1F1D;
}
.footer-app .container .texto h2{
  font-size: 44px;
}

.footer-app .container .texto h2 span{
  font-weight: 600;
  color: #2B51FC;
}
.footer-app .container .texto h2 p{
  font-size:16px
}
.footer-app .texto .botoes a{
   max-width: 115px;
   max-height: 40px;
   font-size: 16px;
   font-weight: 600;
   border-radius: 12px;

}
.footer-app .imagem-mobile{
  width: 100%;
  border-radius: 12px;
  margin-bottom: 25px;
  display: none;
}
#clinicas.aba_dupla .conteudo-aba{
  flex-direction: row-reverse;
}
#clinicas.aba_dupla .conteudo-aba .balao{
  background-color: #E1F8BC;
}

.aba_dupla .conteudo-aba{
   display: flex;
}
.aba_dupla .conteudo-aba .balao{
   display: flex;
   height: 540px;
   justify-content: center;
   align-items: center;
   background-color: #E5F8FA;
   border-radius: 32px;
   width: 50%;
}
.aba_dupla .conteudo-aba .balao .texto{
   max-width: 344px;

}
.aba_dupla .conteudo-aba .balao .texto h2{
   font-size: 32px;
   font-weight: 600;
}
.aba_dupla .conteudo-aba .balao .texto p{
   font-size: 16px;
}
.aba_dupla .conteudo-aba .imagem{
   display: flex;
   height: 540px;
   border-radius: 32px;
   background-color: #eee;
   width: 50%;
   background-size: cover;
   background-position: center;
}

#duvidas .conteudo {
  display: flex;
  justify-content: space-between;
}

#duvidas .conteudo .duvidas {
  max-width: 624px;
}

.duvidas .duvida {
  border: 2px solid #E7E8EC;
  padding: 24px 40px;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.duvidas .pergunta {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: pointer;

}

.duvidas .resposta {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.duvidas .duvida.ativo .resposta {
  overflow: auto;
  height: 100%;
  min-height: 140px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding-top: 8px;

}

.duvidas .duvida.ativo .seta {
  transform: rotate(180deg);
  transition: all .35s;
}

#tempo .conteudo {
  background: radial-gradient(53.35% 53.35% at 50% 0.08%, #EAF9D0 0%, #B7E700 100%);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

#tempo .conteudo .imagem {
  height: 600px;
  width: 50%;
  background-size: cover;
  background-position: center;
}

#tempo .conteudo .texto {
  height: 100%;
  width: 50%;
  padding: 90px 60px 0px 60px;
  display: flex;
  flex-direction: column;

}

#footer{
  background-color: #2B51FC;
  color:#fff;
  padding:95px 0;
  font-size: 16px;
}
#footer p{
  font-size: 16px;
}
#footer .footer{
  display: flex;
  justify-content: space-between;
} 
#footer .footer .logo svg{
  height: 64px;
}
#footer .footer .logo svg path{
  fill: #fff;
}
.info-suporte{
  display: flex;
  gap: 32px;
  font-size: 23px;
}
.info-suporte h3{
  font-weight: 600;
  font-size: 28px;
}
.menu-footer {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 30px 0;
}

.menu-footer a{
  display: flex;
  padding:8px 0px 12px 0px;
  color:#fff;
  border-bottom: 2px solid #fff;
  flex: 1;
  justify-content: center;
}
.menu-footer a:hover{
  opacity: 0.5;
  transition: all .35s;
}


#direitos {
  border-top: 1px solid #E7E8EC;
  padding: 40px 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#direitos .direito {
  font-size: 14px;
}

.menu-direito {
  display: flex;
  gap: 20px;
  font-weight: bold;
}

.footer a:hover,
.menu-direito a:hover {
  text-decoration: underline;
}

#noticia-pagina {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.titulo-noticia-pagina {
  margin-bottom: 40px;
}

.titulo-noticia-pagina h1 {
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-size: 84px;
}

#noticia-pagina .imagem {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 430px;
  border-radius: 18px;
  margin-bottom: 35px;
}

#noticia-pagina .texto-noticia-pagina {
  font-size: 16px;
  line-height: 130%;
  max-width: 928px;
  margin: 0 auto;
}

#noticia-pagina .fonte-noticia-pagina {
  margin: 20px 0
}

#noticia-pagina .relacionados-pagina {
  font-size: 40px;
  margin-bottom: 24px;
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
}

#noticia-pagina p {
  font-size: 16px;
  padding: 0 0 20px 0;
  line-height: 130%;
}

#noticia-pagina h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

#noticia-pagina h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.header-noticia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

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

.categoria a {
  background-color: #F6F9FF;
  color: #2557DA;
  padding: 4px 15px;
  border-radius: 15px;
}

.header-noticia .redes {
  display: flex;
  align-items: center;
  gap: 10px;

}

.header-noticia .redes a {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #F9F9FB;
  align-items: center;
  justify-content: center;
  transition: all .35s;
}

.header-noticia .redes a:hover {
  background-color: #C1F12F;
}

.noticia {

  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}

.noticia span {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.noticia.ativa {
  height: 436px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
}

.noticia.ativa span {
  padding: 0 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background: linear-gradient(241deg, rgba(17, 17, 17, 0) 0%, #111111 130%);
}

.noticia.ativa .imagem-noticia {
  display: none;
}

.noticia.ativa .titulo-noticia a {
  color: #fff !important;
  font-size: 50px;
  line-height: 120%;
}

.noticia.ativa .subtitulo a {
  color: #fff;
}

#noticias-list .noticia:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

.noticia .imagem-noticia {
  min-width: 208px;
  height: 144px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.noticia .titulo-noticia {
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin: 10px 0 15px 0;
}

.noticia .titulo-noticia a:hover {
  color:#2B51FC;
}

.container-grupo {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #eee;
}

.container-grupo #grupo-noticias {
  max-width: 929px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.container-grupo #grupo-noticias-1 {
  margin: 0 auto;
  margin-bottom: 100px;
}

#noticias-list .noticia:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

.titulo-pagina {
  font-family: "Protest Strike", sans-serif;
  font-size: 82px;
  margin-top: 100px;
  margin-bottom: 25px;
}

.titulo-pagina span {
  color: #ccc;
}

.titulo-categoria {
  font-family: "Protest Strike", sans-serif;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 24px;
}

.lista-categorias li {
  list-style-position: inside;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.lista-categorias li:hover {
  color:#2B51FC;
}

#pop,
#pop2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#formCadastro,
#formCadastro2 {
  max-width: 593px;
  width: 90%;
  padding: 60px 40px 40px 40px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 25px;
  position: relative;
  min-height: 466px;
}

.etapa2,
.etapa3 {
  display: none;
}

.etapa3 {
  text-align: center;
}

.etapa3 {
  margin-top: -18px;
}

.etapa3 .botoes-center {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.titulo-formulario {
  font-size: 40px;
  font-family: "Protest Strike", sans-serif;
  line-height: 100%;
}

.subtitulo-formulario {
  margin-bottom: 24px;
}

.cabecalho-formulario {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close,
.close2 {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.botao-form {
  background-color:#2B51FC;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  width: 130px;
}

.botao-form:hover {
  background-color: #333;
}

.botoes-form {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: 10px;
  clear: both;
}

.botao-form.back {
  background-color: #F9F9FB;
  color: #000;
}

.avancar-1 {
  width: 200px;
  border: 0;
}

#input-uf {
  text-transform: uppercase;
}

textarea.form-control {
  height: 100px !important;
}