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

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


.protest-strike-regular {
  font-family: "Protest Strike", sans-serif;
  font-weight: 400;
  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;
}

#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 130%);
}

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

#home h1 {
  font-size: 90px;
  line-height: 100%;
}

#home h2 {
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
  margin: 16px 0;
  max-width: 443px;
}

#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: 'Roboto', sans-serif;
}

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

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

#topo .content-1 {
  display: flex;
  align-items: center;
}

#topo .content-2 {
  display: flex;
  align-items: center;
}

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

.menu {
  float: left;
  padding-left: 40px;
}

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

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

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

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

.botoes a.default {
  background-color: #fff;
  width: 202px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #1F1F1D;
}

.botoes a.experimente:hover,
a.default:hover {
  background-color: #C1F12F;
  color: #fff;
  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.section {
  padding-top: 150px;
}

#feita .conteudo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#feita .conteudo .mockup {
  min-width: 538px;
  height: 538px;
  background: radial-gradient(67.1% 67.1% at 50% 50%, #9EBFFF 0%, #0A3BD3 100%);
  position: relative;
  border-radius: 20px;
  margin-left: 50px;
}

#feita .conteudo .mockup.ativo {
  transform: rotate(0.1deg);
  transition: all .35s;
}

#feita .conteudo .mockup img {
  width: 93%;
  position: absolute;
  top: -95px;
  left: 20px;
  transform: rotate(36deg);
  transition: all .75s;
}

#feita .conteudo .mockup.ativo img {
  transform: rotate(0);
  transition: all .75s;
}

#feita .conteudo .texto {
  max-width: 480px;
}

#pratica .infos {
  display: flex;
  width: 100%;
  height: 600px;
  gap: 16px;
  padding-top: 64px;
}

#pratica .infos .info {
  flex: 1;
  transition: flex 0.4s ease;
  border-radius: 20px;
  background-image: url('../images/imagem01.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

}

#pratica .infos .info .number {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  color: #2557DA;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pratica .infos .info h3 {
  font-size: 28px;
}

#pratica .infos .info .subtitulo {
  font-size: 14px;

}


#pratica .infos .info .botoes .experimente {}

#pratica .infos.hovered .info {
  flex: 1;
}

#pratica .infos.hovered .info.hover {
  flex: 3;
}

#pratica .infos.hovered .info.hover .conteudo {
  opacity: 1;
  transition: all .95s;
}

#pratica .infos.hovered .info .conteudo {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  color: #fff;
  flex-direction: column;
  padding: 60px;
  opacity: 0;
  gap: 16px;
  transition: all .25s;
}

.carrossel-mobile {
  padding: 15px;
  display: none;
}

.banner-info {
  flex: 1;
  transition: flex 0.4s ease;
  border-radius: 20px;
  background-image: url('../images/imagem01.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 336px;
}

.banner-info .number {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  color: #2557DA;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-info h3 {
  font-size: 28px;
}

.banner-info .subtitulo {
  font-size: 14px;

}

.banner-info .conteudo {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  color: #fff;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  transition: all .25s;
}

#clinica {
  background: linear-gradient(359deg, rgba(17, 17, 17, 0) 0%, #C1F12F 123%);
  border-radius: 30px 30px 0 0;
  min-height: 600px;
  padding: 64px 0;
}

#clinica .backdoutor {
  min-height: 656px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 60px;
}

#clinica .backdoutor .conteudo-clinica {
  max-width: 400px;
}

#clinica .backdoutor .conteudo-clinica .botoes .experimente {
  font-weight: normal;
  width: 227px;
  margin-bottom: 35px;
}

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

.duvidas .duvida.ativo .resposta {
  overflow: auto;
  height: 100%;
  transition: all .35s;
  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 {
  display: flex;
  justify-content: space-between;
}

.menu-footer {
  display: flex;
  gap: 100px;
}

.menu-footer .menu-content {
  display: flex;
  gap: 100px;
}

.menu-footer .coluna a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1F1F1D;
  margin-bottom: 20px;
}

.menu-footer .redes {
  display: flex;
  gap: 24px;
}

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

.menu-footer .redes a:hover {
  background-color: #B7E700;
}

#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: #0021BD;
}

.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: #0021BD;
}
#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: #0021BD;
  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;
}