@charset "UTF-8";
.navbar {
  background-color: #ffffff;
  z-index: 99;
  margin: 20px;
}

.navbar_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.navbar_box a {
  display: flex;
  justify-content: space-around;
  text-decoration: none;
}
.navbar_box a img {
  width: 70px;
  height: 70px;
}
.navbar_box h1 {
  font-size: 30px;
  color: #31B3A3;
  text-decoration: none;
  list-style: none;
  margin-top: 20px;
}
.navbar_box nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin-top: 25px;
}
.navbar_box nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #3F5C7E;
  font-size: 24px;
  transition: 400ms;
}
.navbar_box nav ul li a:hover {
  color: #31B3A3;
}

.fone {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.fone span {
  margin-right: 60px;
  padding: 16px;
  font-size: 20px;
  margin-left: -20px;
  color: #31B3A3;
}
.fone a {
  font-size: 18px;
  text-decoration: none;
  transition: 400ms;
  color: #3F5C7E;
  margin-top: -20px;
}
.fone a:hover {
  color: #31B3A3;
}

.mobile-menu {
  display: none;
}

#btOpenMenu {
  display: none;
  color: #3F5C7E;
  font-size: 32px;
}

.mobile-menu {
  transition: 500ms;
  transform: translateX(100%);
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu #btCloseMenu {
  color: #3F5C7E;
  font-size: 32px;
  position: fixed;
  top: 155px;
  left: 36px;
}
.mobile-menu nav {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}
.mobile-menu nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style-type: none;
}
.mobile-menu nav ul li a {
  text-decoration: none;
  color: #3F5C7E;
  text-transform: uppercase;
  transition: 500ms;
}
.mobile-menu nav ul li:hover {
  color: #31B3A3;
}
.mobile-menu nav ul li.active a {
  color: #31B3A3;
}
@media (max-width: 768px) {
  .mobile-menu .fone {
    align-items: center !important;
  }
  .mobile-menu .fone span {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

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

@media (max-width: 1024px) {
  .navbar_menu {
    display: none;
  }
  #btOpenMenu {
    display: block;
    font-size: 30px;
    color: #3F5C7E;
    margin-left: -15px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .navbar_menu {
    display: none;
  }
  .fone {
    display: none;
  }
  #btOpenMenu {
    display: block;
    font-size: 30px;
    color: #3F5C7E;
    margin-top: 22px;
    margin-right: 50px;
  }
}
/*FOOTER*/
.footer_box {
  background-color: #F3F3F3;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.footer_box .footer_dados {
  font-family: "Inter";
  padding: 18px !important;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: #3F5C7E;
  gap: 12px;
}
.footer_box .footer_dados p {
  margin-top: 8px;
}
.footer_box .footer_dados h1 {
  font-size: 24px;
}
.footer_box .footer_dados a {
  color: #3F5C7E;
  text-decoration: none;
  font-size: 14px;
  margin-top: 8px;
}
.footer_box .footer_dados h2 {
  font-size: 14px;
  color: #31B3A3;
}
.footer_box .copy {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

@media (max-width: 768px) {
  .footer_box {
    height: 120px;
  }
  .footer_dados {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center;
  }
  .footer_dados p {
    display: none !important;
  }
  .footer_dados a, .footer_dados h2 {
    margin-top: 0 !important;
  }
  .copy {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#sobre-mim #depoimentos #fag {
  margin-top: 20px;
}

.destaque-banner {
  width: 100%;
  background-size: cover;
}

.banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner img {
  width: 100%;
}

.banner-tex {
  height: 0px;
}
.banner-tex h1 {
  width: 30%;
  position: relative;
  z-index: 2;
  left: 100px;
  bottom: 580px !important;
  color: #fff;
  margin-bottom: 0;
  font-size: 4rem;
}
.banner-tex a {
  background-color: #31B3A3;
  text-align: center;
  color: #fff;
  padding: 0.8rem 4rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  width: 280px;
  position: relative;
  z-index: 2;
  left: 100px;
  bottom: 515px !important;
}
.banner-tex a:hover {
  background: #3F5C7E;
  color: #fff;
}

.banner-pequeno {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.banner-pequeno img {
  width: 45%;
  height: 45%;
}

.col-form {
  max-width: 355px;
  background: #D9D9D9;
  opacity: 0.9;
  padding: 0.8rem 1.2rem;
  border-radius: 22px;
  border: solid 1px #e9e9e9;
  position: relative;
  bottom: 570px;
  left: 65%;
}
.col-form .form-chamada a {
  background: #29A71A;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 0.8rem;
  padding: 0.8rem 3.2rem;
  border-radius: 7px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Bebas";
}
.col-form .form-chamada a:hover {
  cursor: pointer;
  background: #31B3A3;
  color: #fff;
}
.col-form .form-chamada .header-wraper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.col-form .form-chamada .header-wraper h2 {
  color: #3F5C7E;
  font-size: 2rem;
}
.col-form .form-chamada .header-wraper p {
  color: #3F5C7E;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter";
}
.col-form .form-chamada .form-frase {
  color: #3F5C7E;
  font-family: "Battambang";
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 1.5rem;
  text-align: center;
}
.col-form .form-chamada .mensagem {
  height: 99px;
  width: 316px;
  background: #fff;
  color: #828282;
  font-family: "Battambang";
  border: none;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  font-weight: bold;
}
.col-form .form-chamada input, .col-form .form-chamada select {
  background: #fff;
  color: #828282;
  font-family: "Battambang";
  border: none;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  font-weight: bold;
}
.col-form .form-chamada input::placeholder, .col-form .form-chamada select::placeholder {
  color: #828282;
}
.col-form .form-chamada input option, .col-form .form-chamada select option {
  font-size: 14px;
  font-family: "Battambang";
}

#wpcf7-f19-o1 .enviar {
  background: #3F5C7E;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 0.7rem;
  border-radius: 7px;
  margin-bottom: 0.5rem;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#wpcf7-f19-o1 .enviar:hover {
  background: #fa0;
  color: #fff;
}
#wpcf7-f19-o1 .screen-reader-response {
  display: none;
}
#wpcf7-f19-o1 .wpcf7-response-output {
  color: #fa0;
  margin-top: -20px;
  margin-bottom: 10px;
}

.marcas {
  width: 100%;
  margin-bottom: 30px;
}
.marcas .titulos {
  color: #31B3A3;
  display: flex;
  justify-content: center;
}
.marcas .parceiros img {
  width: 80%;
  margin: 24px;
  margin-left: 9%;
}

.sobre {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sobre .box-sobre {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #D9D9D9;
  width: 80%;
  height: 572px;
  border-radius: 10px;
}
.sobre .inf-sobre {
  font-family: "Inter";
}
.sobre .inf-sobre img {
  width: 300px;
  height: 287px;
  margin: 50px;
}
.sobre .inf-sobre h1 {
  color: #3F5C7E;
  margin-left: 50px;
  margin-top: -30px;
  margin-bottom: 15px;
  font-size: 24px;
}
.sobre .inf-sobre p {
  font-size: 18px;
  font-weight: bold;
  color: #3F5C7E;
  margin-left: 50px;
}
.sobre .inf-sobre h2 {
  color: #31B3A3;
  margin-left: 50px;
  font-size: 12px;
}
.sobre .box-inf {
  margin: 50px;
  margin-left: -50px;
}
.sobre .box-inf h1 {
  color: #31B3A3;
  margin-bottom: 10px;
  font-size: 30px;
}
.sobre .box-inf p {
  font-family: "Inter";
  font-size: 22px;
  color: #3F5C7E;
  text-align: justify;
}

.depo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 50px;
  margin-bottom: 95px;
}

.card {
  background: #D9D9D9;
  width: 450px;
  height: 330px;
  border-radius: 5px 40px;
}
.card img {
  position: relative;
  width: 60px;
  right: 34px;
}
.card h3 {
  color: #3F5C7E;
  font-family: "Inter";
  text-align: justify;
  font-weight: 300;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 30px;
}
.card h4 {
  color: #3F5C7E;
  font-family: "Inter";
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  margin-left: 15px;
}
.card p {
  color: #3F5C7E;
  font-family: "Inter";
  font-weight: 200;
  font-size: 18px;
  margin-left: 28px;
  margin-top: -10px;
}

.fag {
  width: 100%;
  margin-bottom: 30px;
}
.fag .titulos {
  color: #3F5C7E;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 50px;
}

.question {
  background: #31B3A3;
  width: 80%;
  margin-left: 10%;
  border-bottom: 10px solid #fff;
  padding: 15px;
  font-size: 22px;
}

.question input,
.question .answer {
  display: none;
}

.question label {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.question input:checked ~ .answer, p {
  display: block;
  color: #fff;
  font-family: "Inter";
}

.servicos .wrapper {
  width: 80%;
  margin: 100px auto;
  max-width: 1400px;
  height: 490px;
}
.servicos .wrapper label {
  color: #fff;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-bottom: -2px;
  display: block;
  padding: 10px 45px;
  background-color: #3F5C7E;
  border-radius: 20px 20px 0 0;
}
.servicos .wrapper input {
  display: none;
}
.servicos .wrapper input:checked + label {
  background-color: #31B3A3;
  color: #fff;
}
.servicos .wrapper input[id=tab-1]:checked ~ .content .tab-1,
.servicos .wrapper input[id=tab-2]:checked ~ .content .tab-2 {
  display: block;
}
.servicos .wrapper .content {
  clear: both;
  position: relative;
}
.servicos .wrapper article {
  width: 100%;
  height: 475px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #31B3A3;
  display: none;
  min-height: 200px;
  border-radius: 0 10px 10px 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.saudes {
  background: #fff;
  width: 240px;
  height: 390px;
  margin: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.saudes img {
  width: 100% !important;
  height: 35%;
  padding: 40px;
}
.saudes hr {
  width: 40%;
  color: #D9D9D9;
}

.plano-tex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.plano-tex hr {
  width: 40%;
  color: #D9D9D9;
}
.plano-tex h3 {
  color: #31B3A3;
  font-size: 23px;
}
.plano-tex h4 {
  color: #3F5C7E;
  font-family: "Inter";
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}
.plano-tex p {
  color: #3F5C7E;
  font-family: "Inter";
  font-size: 13px;
  text-align: left;
  margin: 24px;
}
.plano-tex a {
  background: #3F5C7E;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1rem !important;
  border-radius: 7px;
  margin-top: 1rem;
  padding: 10px;
  width: 60%;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.plano-tex a:hover {
  background: #fa0;
  color: #fff;
}

.galeria {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 95px;
}

.parceiro-img img {
  height: 170px;
}
.parceiro-img .owl-carousel.owl-drag .owl-item active {
  width: 250px !important;
}

/* Exemplo de estilos para telas grandes */
@media (min-width: 1441px) {
  .destaque-banner {
    max-height: 880px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .banner-tex h1 {
    width: 40%;
    bottom: 410px;
  }
  .banner-tex a {
    bottom: 345px;
  }
  .col-form {
    height: 72%;
    bottom: 645px;
  }
  .destaque-banner {
    height: 800px !important;
  }
  .box-sobre {
    width: 88% !important;
  }
  .footer_dados {
    padding: 0 !important;
  }
  .servicos .wrapper {
    width: 85%;
    margin-top: 70px !important;
  }
  .sobre {
    margin: 24px;
    margin-bottom: 90px;
  }
}
/* Exemplo de estilos para tablets */
@media (min-width: 601px) and (max-width: 1024px) {
  .destaque-banner {
    height: 490px;
  }
  .navbar_box {
    justify-content: space-between;
  }
  #btOpenMenu {
    margin-right: 20px;
  }
  .mobile-menu nav {
    font-size: 32px;
  }
  .banner-tex h1 {
    left: 60px;
    bottom: 260px !important;
    font-size: 1.5rem;
  }
  .banner-tex a {
    left: 57px;
    bottom: 230px !important;
    padding: 0.4rem 1.6rem;
    font-size: 1rem;
  }
  .col-form {
    max-width: 300px;
    bottom: 470px !important;
    left: 53%;
  }
  .col-form .form-chamada .header-wraper h2 {
    font-size: 1.5rem;
  }
  .col-form .form-chamada .header-wraper p {
    font-size: 0.8rem;
  }
  .col-form .form-chamada a {
    font-size: 0.8rem;
    padding: 0.8rem 1.5rem;
  }
  .sobre .box-sobre {
    width: 90%;
    height: 400px;
  }
  .servicos .wrapper {
    width: 85% !important;
  }
  .sobre .inf-sobre img {
    width: 175px;
    height: 170px;
    margin: 50px;
  }
  .sobre .box-inf {
    margin: 50px;
    margin-left: 2px;
  }
  .sobre .box-inf h1 {
    font-size: 23px;
  }
  .sobre .box-inf p {
    font-size: 13px;
  }
  .sobre .inf-sobre h1 {
    font-size: 22px;
  }
  .sobre .inf-sobre p {
    font-size: 14px;
  }
  .depo {
    width: 90%;
    margin-left: 38px;
  }
  .question {
    width: 85%;
    margin-left: 6%;
  }
  .servicos .wrapper {
    width: 80% !important;
  }
  .card {
    width: 350px;
    height: 247px;
  }
  .card img {
    width: 40px;
    right: 21px;
  }
  .card h3 {
    font-size: 15px;
  }
  .card h4 {
    font-size: 15px;
  }
  .card p {
    font-size: 15px;
  }
}
/* Exemplo de estilos para dispositivos móveis */
@media (max-width: 600px) {
  .navbar_box a {
    margin-top: 20px;
  }
  #btOpenMenu {
    font-size: 35px;
    margin-top: 39px;
    margin-right: 20px;
  }
  .destaque-banner {
    height: 865px;
  }
  .banner img {
    height: 250px;
  }
  .banner-pequeno {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
  }
  .banner-pequeno img {
    width: 80%;
    height: 80%;
  }
  .banner-tex h1 {
    width: 51%;
    position: relative;
    z-index: 2;
    left: 30px;
    bottom: 210px !important;
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
  }
  .banner-tex a {
    background-color: #31B3A3;
    text-align: center;
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    width: 280px;
    position: relative;
    z-index: 2;
    left: 27px;
    bottom: 183px !important;
  }
  .col-form {
    left: 50%;
    transform: translate(-50%);
    top: 24px;
    margin-bottom: 50px;
  }
  .col-form a {
    font-size: 0.7rem;
    padding: 0.8rem 4rem;
  }
  .marcas .parceiros img {
    width: 90%;
    margin: 20px;
  }
  .sobre .inf-sobre img {
    width: 190px;
    height: 185px;
  }
  .sobre .box-sobre {
    background: #D9D9D9;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
  }
  .sobre .box-inf {
    margin: 50px;
    margin-left: 50px;
  }
  .depo {
    width: 85%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 39px;
    flex-direction: column;
    margin-left: 47px;
  }
  .depo .card {
    width: 92%;
    height: 410px;
    margin-left: 5px;
  }
  .inf-sobre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .inf-sobre h1 {
    margin-left: 0 !important;
    margin-top: -69px;
    margin-bottom: 0 !important;
  }
  .inf-sobre p, .inf-sobre h2 {
    margin-left: 0 !important;
  }
  .servicos .wrapper {
    width: 84%;
    margin: 40px auto;
    margin-top: 0 !important;
  }
  .servicos .wrapper label {
    padding: 6px 30px;
  }
  .servicos .wrapper article {
    height: 515px;
  }
  .saudes {
    margin-left: 15%;
    width: 245px;
    height: 430px;
  }
  .saudes img {
    height: 40%;
  }
  .marcas {
    margin-top: 100px;
  }
  .galeria {
    margin: 20px;
    margin-bottom: 60px;
  }
  .galeria .parceiro-img img {
    width: 170px !important;
    height: 135px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  font-family: "Bebas Neue", "Battambang", "Inter";
}

body {
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */
