.botao-wpp-flutuante:hover {
  transition: 0.8s;
  background-color: #ddaa6b;
  color: white;
}

.word {
  position: relative;
}

.word::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #ff8731;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  animation: infinite-line 2s linear infinite;
}

@keyframes infinite-line {
  0% {
    transform: scaleX(0);
  }

  50% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@media (max-width: 474.99px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 9997;
  }

  .img-rodape-2 {
    width: 10%;
  }

  .img-rodape-1 {
    width: 10%;
  }
}

@media (min-width: 475px) and (max-width: 700.99px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 9997;
  }

  .img-rodape-2 {
    width: 10%;
  }

  .img-rodape-1 {
    width: 10%;
  }
}

@media (min-width: 701px) and (max-width: 10000px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 999;
  }

  .img-rodape-2 {
    width: 7%;
  }

  .img-rodape-1 {
    width: 7%;
  }
}

@media (min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

/* Barra de rolagem personalizada */
body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 20px;
  border: 3px solid #007bff;
}

/* Estilos globais */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins";
}

/* Tipografia */
h2 {
  font-size: 36px;
}

p,
li,
a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}

/* Classes de utilitários */
.fonte-bold {
  font-weight: bold;
}

.fonte-white {
  color: white;
}

.fonte-blue {
  color: #007bff;
}

/* Media Query */
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/* Classes de posicionamento */
.no-padding {
  padding: 0;
  margin: 0;
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------ MENU -----------*/
.navbar {
  height: 84px;
  background: #ffffff;
}

.navbar-nav .nav-link {
  color: #0a0a0a;
  font-weight: 400;
  font-size: 16px;
}

.navbar-nav .nav-item {
  padding: 0px 10px;
}

.navbar-nav li a:hover {
  color: #0070fa;
  border-bottom: 1px solid #0070fa;
  transition: 0.3s all ease;
  font-weight: bold;
}

.nav-link.active {
  font-weight: bolder;
  color: #0070fa;
  border-bottom: 1px solid #0070fa;
}

.navbar-nav .dropdown-menu {
  background: white;
  transition: 0.3s all ease;
}

.navbar-nav .dropdown-menu:hover {
  transition: 0.3s all ease;
}

.navbar-nav .dropdown-menu li a {
  color: #0070fa;
  font-size: 15px;
}

.navbar-nav .dropdown-menu li a:hover {
  background-color: #0070fa;
  color: white;
  font-weight: bold;
  transition: 0.3s all ease;
}

.navbar-toggler {
  font-weight: bolder;
  color: #0070fa;
  border: 1px solid #0070fa;
}

.navbar-toggler-icon {
  display: inline;
}

.navbar-collapse {
  background-color: white;
}

.cta-nav {
  padding: 5px 15px !important;
  max-width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #0070fa;
  color: white;
  border-radius: 999px;
  margin-left: 25px;
  margin-top: 4px;
  display: block;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    margin-bottom: 15px;
  }

  .cta-nav {
    margin-left: 0;
  }

  .navbar-nav .dropdown-menu a {
    word-wrap: break-word;
    /* Quebra palavras longas */
    word-break: break-word;
    /* Força a quebra de palavras */
    white-space: normal;
    /* Permite que o texto ocupe mais de uma linha */
    max-width: 100%;
    /* Limita a largura ao container */
  }
}

/*------------ FULL BANNER INICIO -----------*/
.full-banner-inicio {
  background-image: url(/wta/src/img/full-banner-mobile-white.svg);
  background-position-x: 50%;
  background-position-y: 00%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 150px 0px 0px 0px;
  color: black;
  position: relative;
  height: 811px;
}

.full-banner-inicio h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 122.5%;
  color: black;
}

.full-banner-inicio h1 span {
  color: #007bff;
  font-weight: bold;
}

.full-banner-inicio p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  width: 89%;
  line-height: 160%;
  margin: 20px 0px 30px 0px;
  color: black;
}

.full-banner-inicio .col-lg-5 i {
  float: right;
  display: block;
  position: absolute;
  color: white;
  right: 0;
}

.i-instagram:hover {
  color: #fd1d1d;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.i-facebook:hover {
  color: #007bff;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.i-wpp:hover {
  color: green;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.full-banner-inicio .col-lg-5 img {
  float: right;
  display: block;
}

@media (max-width: 992px) {
  .full-banner-inicio .col-lg-5 img {
    float: left;
    margin: 25px 0px;
    display: block;
  }

  .full-banner-inicio .col-lg-5 i {
    margin: 0px 5px;
    position: relative;
    float: left;
  }
}

.cta-new-home {
  background: #007bff;
  opacity: 0.8;
  border: 1px solid #ffffff;
  border-radius: 998px;
  display: block;
  color: white;
  width: 500px;
  padding: 13px 10px 13px 13px;
  text-align: center;
}

.cta-new-home i {
  float: right;
  position: relative;
  right: 20px;
  top: 5px;
}

.borda-full-banner-inicio {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(22px);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  margin-top: -120px;
}

.borda-full-banner-inicio h3,
.borda-full-banner-inicio p,
.borda-full-banner-inicio h3 span {
  display: contents;
}

.borda-full-banner-inicio h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.borda-full-banner-inicio img {
  object-fit: contain;
  margin-right: 20px;
}

/* ---- parte 2 ---*/
.full-banner-inicio-negado {
  padding-top: 0;
  margin-top: -180px;
  z-index: 99999;
  position: relative;
}

.bg-parte-2-new-home {
  padding: 60px 0px 40px 0px;
}

.bg-parte-2-new-home .owl-carousel img {
  padding: 0px 0px;
  height: 130px;
  object-fit: contain;
}

.carousel-1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  overflow: hidden;
  padding: 0px 10px;
}

.carousel-1 .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-convenios {
  border-radius: 10px;
  color: white;
  box-shadow: 25px 26px 64.7px 0px rgba(0, 0, 0, 0.18);
  background: linear-gradient(90.8deg, rgba(0, 0, 0, 0) -14.44%, #000000 58.98%),
    #0070fa;
  padding: 60px 00px 60px 60px;
}

.card-convenios p {
  margin-bottom: 30px;
  width: 80%;
  color: white;
}

.bg-parte-2-new-home .carousel-control-next {
  left: 10%;
}

.bg-parte-2-new-home .carousel-control-prev {
  left: -3%;
}

.bg-parte-2-new-home .owl-carousel {
  margin-left: -30px;
}

.card-convenios .carousel-control-next-icon {
  background-image: url("/wta/src/img/seta-right-home.png");
}

.card-convenios .carousel-control-prev-icon {
  background-image: url("/wta/src/img/seta-left-home.png");
}

/*-------- PARTE 3 --------*/
.bg-home-3 {
  padding: 65px 0px;
}

.bg-home-3 h2 {
  margin-bottom: 40px;
}

.hand-container {
  position: absolute;
  top: 100%;
  left: -50px;
  /* Começa fora do card */
  transform: translateY(-50%);
  animation: handSwipe 2s ease-in-out infinite;
  color: #007bff;
  font-weight: bold;
}

.hand-icon {
  width: 40px;
  height: auto;
}

/* Animação de passagem */
@keyframes handSwipe {
  0% {
    left: -50px;
    opacity: 0;
  }

  50% {
    left: 50%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0.5;
  }
}

.card-new-home-3-menor:hover {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(0.4);
  transform: scale(1.1);
  cursor: pointer;
}

.card-new-home-3-menor {
  position: relative;
  width: auto;
  height: 385px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(22px);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 2px;
  color: white;
}

.card-content {
  position: relative;
  top: 50%;
}

.card-new-home-3-menor h3 {
  color: #007bff;
  font-size: 24px;
  font-weight: bold;
}

.card-new-home-3-menor p {
  font-size: 16px;
  margin-top: 15px;
}

.card-new-home-3-menor h4 span {
  font-size: 18px;
  display: block;
  font-weight: bold;
}

.card-new-home-3-menor h4 {
  font-size: 13px;
  text-align: center;
  color: white;
  position: absolute;
  top: -20px;
  right: -13px;
  padding: 10px;
  width: 110px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(22px);
  border-radius: 10px;
}

/*---------BACKGROUNDS CARDS ---------*/
.bg-case-oftalmocastro-new-home-3 {
  background: url("/wta/src/img/case-oftalmocastro-new-home-3.png") no-repeat center center/cover;
}

.bg-case-tercio-new-home-3 {
  background: url("/wta/src/img/case-tercio-new-home-3.png") no-repeat center center/cover;
}

.bg-case-legcare-new-home-3 {
  background: url("/wta/src/img/case-legcare-two-new-home-3.png") no-repeat center center/cover;
}

.bg-case-tercio-two-new-home-3 {
  background: url("/wta/src/img/case-tercio-two-new-home-3.png") no-repeat center center/cover;
}

.bg-case-legcare-two-new-home-3 {
  background: url("/wta/src/img/case-legcare-new-home-3.png") no-repeat center center/cover;
}

/*---------- PARTE 4 -------*/
.bg-home-4 {
  padding: 60px 0px;
  border: 1px solid #007bff;
  background: #15658f;
  color: white;
}

.bg-home-4 h2 {
  margin-top: 120px;
  margin-bottom: 25px;
}

.bg-home-4 p {
  margin-bottom: 35px;
}

.bg-home-4 img {
  width: 80%;
}

/*-------- PARTE 5 --------*/
.bg-home-5 {
  padding: 65px 0px;
}

.bg-home-5 .col-lg-9 {
  margin-bottom: 45px;
}

.card-marketing-para-medicos {
  position: relative;
  background: #eeeeee;
  border-radius: 10px;
  padding: 20px 28px;
  height: 620px;
  margin-bottom: 1.5rem;
}

.card-marketing-para-medicos h3 {
  margin: 20px 0px 12px;
  font-size: 23px;
}

.card-marketing-para-medicos .h3-des-site {
  font-size: 21px;
}

.bg-blue-card {
  height: 94px;
  width: 120px;
  border-radius: 10px;
  background: #0070fa;
  position: absolute;
  top: 15px;
  z-index: -1;
  left: -9px;
}

.cta-servicos-oftalmo {
  background: #0070fa;
  box-shadow: 0px 0px 13.4px -1px #0099c5;
  border-radius: 10px;
  padding: 16px 25px;
  display: block;
  color: white;
  width: 279px;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
}

.cta-servicos-oftalmo i {
  float: right;
  position: relative;
  right: 20px;
  top: 5px;
}

/*-------- PARTE 6 --------*/
.bg-home-6 {
  padding: 65px 0px 0px;
  position: relative;
  height: 650px;
}

.bg-home-6 img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 550px;
}

.bg-home-6 h2 {
  margin-bottom: 25px;
  margin-top: 85px;
}

.bg-home-6 p {
  margin-bottom: 25px;
}

/*-------- PARTE 7 --------*/
.bg-home-7 {
  padding: 65px 0px;
  color: white;
  position: relative;
  background-color: #15658f;
}

.bg-home-7 h2 {
  margin-bottom: 25px;
  margin-top: 85px;
}

.bg-home-7 img {
  margin-top: 35px;
}

.bg-home-7 img:nth-of-type(2) {
  margin: 35px 15px 0px 15px;
}

/*-------- PARTE 8 --------*/
.bg-home-8 {
  padding: 65px 0px;
  position: relative;
}

.bg-home-8 h2 {
  margin-bottom: 35px;
  margin-top: 85px;
  font-size: 40px;
}

.bg-home-8 h2 span {
  font-size: 52px;
}

.bg-home-8 .cta-new-home {
  width: 400px;
  padding: 20px 20px 20px 40px;
}

/*-------- PARTE 9 --------*/
.bg-home-9 {
  color: white;
  position: relative;
  background: linear-gradient(90deg, #15658f 0%, rgba(0, 0, 0, 0) 100%), #007bff;
}

.bg-home-9 h2 {
  margin-bottom: 35px;
  margin-top: 65px;
  font-size: 40px;
}

.bg-home-9 p {
  width: 85%;
}

.bg-home-9 .cta-new-home {
  width: 400px;
  padding: 20px 20px 20px 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.bg-home-9 img {
  margin-top: -110px;
  height: 130%;
}

/*--------- MEDIA QUERIES --------*/
@media (min-width: 992px) and (max-width: 1200px) {

  /* -------PARTE 1 ---*/
  .full-banner-inicio h1 {
    font-size: 40px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  /*--------PARTE 4 -----*/
  .bg-home-4 h2 {
    margin-top: 60px;
  }

  .cta-new-home {
    width: 460px;
  }

  /*--------- PARTE 5 -------*/
  .card-marketing-para-medicos {
    height: 750px;
  }

  .cta-servicos-oftalmo {
    width: 242px;
  }

  /*--------- PARTE 6 -------*/
  .bg-home-6 {
    height: auto;
    padding: 65px 0px;
  }

  .bg-home-6 h2 {
    margin-top: 0;
  }

  .bg-home-6 img {
    height: auto;
  }
}

@media (max-width: 991.99px) {
  .borda-full-banner-inicio {
    margin-top: 30px;
  }

  .full-banner-inicio-negado {
    margin-top: 0 !important;
  }

  /*--------- PARTE 5 -------*/
  .card-marketing-para-medicos {
    height: auto;
  }

  .cta-servicos-oftalmo {
    position: relative;
    bottom: 0;
    margin: 30px 0px 0px;
  }

  /*--------- PARTE 6 -------*/
  .bg-home-6 {
    height: 950px;
    padding-top: 0;
  }

  .bg-home-6 img {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 557px;
  }

  /*------- PARTE 9 ---*/
  .bg-home-9 img {
    height: auto;
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 991.99px) {
  .bg-case-tercio-new-home-3 {
    background: url(./img/case-tercio-new-home-3-mobile.png) no-repeat center center / cover;
  }

  .bg-case-oftalmocastro-new-home-3 {
    background: url(./img/case-oftalmocastro-new-home-3-mobile.png) no-repeat center center / cover;
  }

  .bg-case-legcare-new-home-3 {
    background: url(./img/case-legcare-two-new-home-3-mobile.png) no-repeat center center / cover;
  }

  .bg-case-tercio-two-new-home-3 {
    background: url(./img/case-tercio-two-new-home-3-mobile.png) no-repeat center center / cover;
  }

  .card-new-home-3-menor p {
    width: 60%;
  }

  /*--------PARTE 4 -----*/
  .bg-home-4 h2 {
    margin-top: 0px;
  }

  .bg-home-4 img {
    width: auto;
    margin-top: 35px;
  }

  /*----- PARTE 5 -----*/
  /*--------PARTE 6 -----*/
  .bg-home-6 h2,
  .bg-home-7 h2 {
    margin-top: 0;
  }

  /*----- parte 8 *-----*/
  .bg-home-8 {
    padding-top: 35px;
  }

  .bg-home-8 h2 {
    margin-top: 0;
  }
}

@media (min-width: 767.99px) and (max-width: 991.99px) {

  /* -------PARTE 1 ---*/
  .full-banner-inicio h1 {
    font-size: 40px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  /*--------PARTE 4 -----*/
  .cta-new-home {
    width: 460px;
  }
}

@media (min-width: 550.99px) and (max-width: 767.98px) {
  .cta-new-home {
    width: auto;
    max-width: 100%;
  }

  .full-banner-inicio h1 {
    font-size: 40px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  /*--------PARTE 4 -----*/
  .cta-new-home {
    width: 460px;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
  .bg-home-6 img {
    height: 50%;
  }
}

@media (max-width: 550px) {
  .full-banner-inicio {
    margin-top: 40px;
  }

  .cta-new-home {
    width: auto;
    max-width: 100%;
  }

  .card-convenios {
    padding: 35px 20px;
  }

  .card-convenios p {
    width: 100%;
  }

  .card-new-home-3-menor p {
    width: 100%;
  }

  .cta-servicos-oftalmo {
    width: auto;
  }

  .bg-home-6 {
    height: 760px;
  }

  .bg-home-6 img {
    height: 320px;
  }
}

@media (max-width: 420.99px) {

  p,
  li,
  a {
    font-size: 15.5px !important;
  }

  .full-banner-inicio h1 {
    font-size: 2em !important;
  }

  .full-banner-inicio p {
    font-size: 19px;
    width: 100%;
  }

  .full-banner-inicio h1 span {
    display: inline;
  }

  .cta-new-home {
    width: auto;
    max-width: 100%;
  }

  .full-banner-inicio-negado {
    margin-top: -80px;
  }

  .borda-full-banner-inicio::nth-of-type(2) {
    margin: 51px 0px;
  }

  .bg-home-8 h2,
  .bg-home-8 h2 span {
    font-size: 32px;
  }
}

@media (min-width: 420.99px) and (max-width: 550.98px) {

  /* -------PARTE 1 ---*/
  .full-banner-inicio-negado {
    margin-top: -50px;
  }

  .full-banner-inicio h1 {
    font-size: 35px;
  }

  .full-banner-inicio p {
    font-size: 20px;
    width: 100%;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
}

@media (min-width: 380.99px) and (max-width: 420.98px) {

  /*---- GLOBAL -----*/
  h2 {
    font-size: 28px !important;
  }

  .full-banner-inicio h1 {
    font-size: 35px;
  }

  .full-banner-inicio p {
    font-size: 20px;
    width: 100%;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
}

@media (min-width: 350.99px) and (max-width: 379.99px) {

  /*---- GLOBAL -----*/
  h2 {
    font-size: 28px !important;
  }

  /* -------PARTE 1 ---*/
  .full-banner-inicio .cta-new-home {
    font-size: 17px;
    padding-left: 0;
  }

  .full-banner-inicio h1 {
    font-size: 29px !important;
  }

  .full-banner-inicio p {
    font-size: 20px;
    width: 100%;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
  .cta-new-home i {
    display: none;
  }
}

@media (min-width: 330.99px) and (max-width: 349.99px) {

  /*---- GLOBAL -----*/
  h2 {
    font-size: 28px !important;
  }

  /* -------PARTE 1 ---*/
  .full-banner-inicio .cta-new-home {
    font-size: 17px;
    padding-left: 0;
  }

  .full-banner-inicio h1 {
    font-size: 27px !important;
  }

  .cta-new-home i {
    display: none;
  }

  .full-banner-inicio p {
    font-size: 20px;
    width: 100%;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
}

@media (min-width: 0.99px) and (max-width: 329.99px) {

  /*---- GLOBAL -----*/
  h2 {
    font-size: 26px !important;
  }

  /* -------PARTE 1 ---*/
  .full-banner-inicio .cta-new-home {
    font-size: 17px;
    padding-left: 0;
  }

  .full-banner-inicio h1 {
    font-size: 27px !important;
  }

  .cta-new-home i {
    display: none;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  /*--------PARTE 5 -----*/
  /*--------- PARTE 6 -------*/
}

@keyframes cta-animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.cta-new-home {
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
  position: relative;
}

.cta-new-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.cta-new-home:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  cursor: pointer;
  background: #2cc645;
  color: white;
  transition: all 0.5s;
  z-index: -1;
}

.cta-new-home:hover {
  color: #fff;
  border: 2px solid #2cc645;
  cursor: pointer;
  z-index: 3;
  border-radius: 999px;
}

.cta-new-home:hover:before {
  width: 100%;
  border-radius: 999px;
}

/*---------- CASES DE SUCESSO --------- */
.borda-cases-interna {
  border: 1.5px solid blue;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  padding: 0px 60px 40px 60px;
  margin-top: 290px;
}

.h3-flex-case-legcare {
  margin-top: 60px;
  display: flex;
}

.p-flex-case-legcare {
  margin-bottom: 60px;
  margin-top: 15px;
}

.borda-cases-interna h1 {
  color: black;
}

.borda-cases-interna h3 {
  font-size: 24px;
}

.borda-cases-interna h4,
.borda-cases-interna h5 {
  border: 1px solid blue;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  margin-left: 10px;
  position: relative;
  left: 80px;
}

.img-negada-cases {
  margin-bottom: 40px;
  margin-top: -150px;
}

.borda-case-legcare {
  box-shadow: 13px 13px 41.4px -1px rgba(0, 0, 0, 0.1);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  padding: 40px 60px;
  margin: 40px 0px 20px 0px;
}

.borda-case-legcare h3 {
  font-weight: bold;
  margin-top: 40px;
}

.bg-vamos-trabalhar-juntos {
  background: linear-gradient(90deg, #15658f 0%, rgba(0, 0, 0, 0) 100%), #007bff;
  color: white;
  position: relative;
  height: 450px;
}

.bg-vamos-trabalhar-juntos h2 {
  font-weight: bold;
  margin-top: 65px;
}

.bg-vamos-trabalhar-juntos .cta-new-home {
  margin-bottom: 65px;
}

.bg-vamos-trabalhar-juntos img {
  position: absolute;
  width: 50%;
  height: 450px;
  right: 0;
}

@media (max-width: 992px) {
  .borda-cases-interna {
    padding: 0px 10px 40px 10px;
  }

  .borda-cases-interna h1 {
    color: black;
    font-size: 1.5rem;
  }

  .img-negada-cases {
    margin-bottom: 40px;
    margin-top: -55px;
  }

  .borda-cases-interna h4,
  .borda-cases-interna h5 {
    left: 0;
  }

  .bg-vamos-trabalhar-juntos {
    height: 813px;
  }

  .bg-vamos-trabalhar-juntos img {
    position: absolute;
    height: auto;
    width: 100%;
  }

  .borda-cases-interna {
    margin-top: 180px;
  }

  .h3-flex-case-legcare {
    display: block;
  }

  .borda-case-legcare {
    padding: 40px 20px;
  }
}

/*---------- LP CSS copia --------*/
/*------ PARTE 3 ----*/
.bg-avaliacoes {
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  background-attachment: scroll;
  padding: 60px 0px;
}

.bg-avaliacoes h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #007bff;
}

.bg-avaliacoes .container {
  max-width: 1600px;
}

.bg-avaliacoes .col-lg-4 {
  position: relative;
}

.borda-parte-3 {
  box-sizing: border-box;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(21px);
  border-radius: 24px;
  padding: 30px;
  border: 2px solid #d9d9d9;
  position: relative;
  z-index: 9999;
}

.borda-parte-3 h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  margin: 30px 0px;
  color: #ffffff;
}

.polygon {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
  width: 189px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #d9d9d9;
  border-top: 2px solid #333;
}

.avaliacoes-drs {
  margin-top: 80px;
}

.bg-avaliacoes a {
  background: linear-gradient(90deg, #0063ae 0%, #3ca1be 100%);
  box-shadow: 0px 0px 13.4px -1px #0099c5;
  border-radius: 10px;
  padding: 10px 80px;
  color: white;
  font-size: 20px;
  margin-top: 65px;
  display: inline-block;
  width: 550px;
}

/*------ PARTE 4 ----*/
.bg-parte-4-white {
  background: linear-gradient(90deg, #15658f 0%, rgba(0, 0, 0, 0) 100%), #007bff;
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  background-attachment: scroll;
  padding: 60px 0px;
}

.bg-parte-4-white h2 {
  color: white;
}

.bg-parte-4-white .owl-carousel {
  margin-top: 40px;
}

.bg-parte-4-white img {
  height: 44px;
  width: 5px;
  max-width: 165px;
  margin-right: 30px;
  object-fit: contain;
}

/* ------------- PARTE 6 ------*/
.bg-faq {
  padding: 60px 0px;
}

.bg-faq h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 60px;
  color: #007bff;
}

.bg-faq .accordion-button:not(.collapsed) {
  border: 1.5px solid white;
  backdrop-filter: blur(22px);
  background: linear-gradient(90deg, #15658f 0%, rgba(0, 0, 0, 0) 100%), #007bff;
  color: white;
}

.bg-faq .accordion-button::after {
  background-image: url("/wta/src/img/dropdown-icone.png");
}

.bg-faq .accordion-body {
  background: #f8f8f8;
  border-radius: 24px;
  padding: 25px 40px;
  color: #414141;
}

.bg-faq .accordion-body p {
  font-size: 15px;
  margin-bottom: 0rem;
}

.bg-faq .accordion-item {
  color: #414141;
  margin-bottom: 15px;
  background: #f8f8f8;
  border-radius: 24px;
  font-weight: bold;
}

.bg-faq .accordion-header {
  background: #e7e7e7;
  font-weight: bold;
  border-radius: 24px !important;
}

.bg-faq .accordion-item:first-of-type .accordion-button,
.bg-faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 24px !important;
}

.bg-faq .accordion-button {
  padding: 20px 20px 20px 70px;
  color: #414141;
  font-weight: bold;
  background: rgb(255, 255, 255);
  background: #e7e7e7;
  border-radius: 24px;
}

/*------------ PARTE 5 ---------*/
.bg-parte-5 {
  background: #f8f8f8;
  padding: 60px 0px;
  color: white;
}

.bg-parte-5 h2 {
  margin-top: 10px;
}

.bg-parte-5 .sobre-nos {
  margin-left: 50px;
}

@media (max-width: 1200px) {
  .bg-parte-5 .sobre-nos {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .bg-parte-5 .cta-new-home {
    width: 500px;
    margin-top: 45px;
  }
}

.bg-parte-5 img {
  height: 100px;
}

.bg-parte-5 p,
.bg-parte-5 li {
  font-size: 18px;
}

.bg-parte-5 .sobre-nos {
  height: 100%;
  object-fit: cover;
}

.google-ads {
  width: 281px;
  position: relative;
  z-index: 999;
  right: 40px;
  display: block;
  max-width: none;
}

.meta-ads {
  width: 281px;
  position: relative;
  z-index: 999;
  left: 45px;
  display: block;
  max-width: none;
}

.borda-imagem {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(21px);
  border-radius: 24px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media (max-width: 992px) {
  .bg-parte-5 .sobre-nos {
    margin-left: 0;
    height: auto;
    object-fit: contain;
    margin-top: 20px;
  }
}

@media (min-width: 550px) and (max-width: 767.99px) {
  .icones-ciruclos {
    left: -6%;
  }

  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 350px;
  }

  .borda-formulario {
    float: none;
    top: 0;
    left: 0;
  }

  .borda-formulario {
    width: 100%;
    padding: 25px;
    height: 350px;
  }

  .risco-azul {
    position: absolute;
    left: 17%;
    top: 30px;
    width: 309px;
  }

  .full-banner-inicio p {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .google-ads {
    left: -12px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 340px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 90%,
        rgba(130, 130, 130, 1) 90%);
  }

  .bg-faq .accordion-button {
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 90%,
        rgba(130, 130, 130, 1) 90%);
    padding-left: 20px;
  }
}

@media (min-width: 420px) and (max-width: 549.99px) {
  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 420px;
  }

  .google-ads {
    left: -5px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 413px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: #e7e7e7;
  }

  .bg-faq .accordion-button {
    background: #e7e7e7;
    padding-left: 20px;
  }
}

@media (min-width: 380px) and (max-width: 419.99px) {
  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 460px;
  }

  .google-ads {
    left: -5px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 443px;
  }

  .bg-parte-4-white img {
    height: 25px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: #e7e7e7;
  }

  .bg-faq .accordion-button {
    background: #e7e7e7;
    padding-left: 10px;
  }
}

@media (min-width: 350px) and (max-width: 379.99px) {
  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 460px;
    padding: 30px 15px;
  }

  .google-ads {
    left: -5px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 443px;
  }

  .bg-parte-4-white img {
    height: 25px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: #e7e7e7;
  }

  .bg-faq .accordion-button {
    background: #e7e7e7;
    padding-left: 10px;
  }
}

@media (min-width: 330px) and (max-width: 349.99px) {
  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 460px;
    padding: 30px 15px;
  }

  .google-ads {
    left: -5px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 443px;
  }

  .bg-parte-4-white img {
    height: 25px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: #e7e7e7;
  }

  .bg-faq .accordion-button {
    background: #e7e7e7;
    padding-left: 10px;
  }
}

@media (min-width: 0px) and (max-width: 329.99px) {
  .bg-avaliacoes a {
    max-width: 100%;
    width: auto;
  }

  .borda-parte-3 {
    height: 460px;
    padding: 30px 15px;
  }

  .google-ads {
    left: -5px;
  }

  .polygon {
    position: absolute;
    left: 50%;
    top: 443px;
  }

  .bg-parte-4-white img {
    height: 25px;
  }

  .bg-faq .accordion-button:not(.collapsed) {
    background: #e7e7e7;
  }

  .bg-faq .accordion-button {
    background: #e7e7e7;
    padding-left: 10px;
  }
}

/*---------- PAGINA DE MARKETING MEDICO - SERVIÇOS --------*/
.bg-topo-sevicos-new {
  background-image: url(./img/bg-servicos-novo-black.png);
}

.bg-topo-sevicos-new,
.bg-google-ads-new {
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px 0px 0px 0px;
}

.bg-topo-sevicos-new {
  padding: 160px 0px 60px 0px;
}

.bg-topo-sevicos-new h1 {
  color: white;
  font-weight: bold;
  text-align: center;
}

/*------ PARTE 2 ---*/
.bg-topo-sevicos-new-2 {
  background: url("/wta/src/img/bg-servicos-novo-2.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 0;
}

.bg-topo-sevicos-new-2 h2 {
  margin-top: 80px;
  margin-bottom: 25px;
  font-size: 38px;
  color: black;
  font-weight: bolder;
  line-height: 122.5%;
}

.bg-topo-sevicos-new-2 h2 span {
  color: #007bff;
}

.bg-topo-sevicos-new-2 img {
  position: absolute;
  bottom: 33px;
  margin-bottom: -50px;
  z-index: -1;
  height: 100%;
}

.padding-bottom-sevicos-2 {
  padding-bottom: 80px;
}

/*------ PARTE 3 ---*/
.bg-topo-sevicos-new-3 {
  background: url(./img/bg-servicos-novo-3.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 65px 0px 65px 0px;
  position: relative;
  color: white;
}

.bg-topo-sevicos-new-3 h2 {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: bolder;
  color: white;
  line-height: 122.5%;
}

/*------- parte 4----*/
.bg-topo-sevicos-new-4 {
  padding: 65px 0px 80px 0px;
  background: white;
  color: black;
}

.bg-topo-sevicos-new-4 .centraliza {
  text-align: left;
}

.bg-topo-sevicos-new-4 h2 {
  margin-bottom: 35px;
  font-size: 32px;
  color: white;
  font-weight: bolder;
  text-align: center;
  line-height: 122.5%;
}

.bg-topo-sevicos-new-4 h3 {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}

.card-servicos-marketing-medico-4 {
  border: 1px solid #007bff;
  padding: 40px;
  border-radius: 10px;
  width: 70%;
  text-align: left;
  position: relative;
  right: 80px;
}

.card-servicos-marketing-medico-4 a {
  background-color: #007bff;
  color: white;
  display: inline-block;
  font-weight: bolder;
  padding: 10px 40px;
  border-radius: 10px;
}

.card-servicos-marketing-medico-4 img {
  position: absolute;
  left: 70%;
  top: 10px;
}

.card-servicos-marketing-medico-4-2 {
  border: 1px solid #007bff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 120px !important;
  margin-bottom: 150px !important;
  width: 70%;
  text-align: left;
  position: relative;
  left: 80px;
}

.card-servicos-marketing-medico-4-2 a {
  background-color: #007bff;
  color: white;
  display: inline-block;
  font-weight: bolder;
  padding: 10px 40px;
  border-radius: 10px;
}

.card-servicos-marketing-medico-4-2 img {
  position: absolute;
  right: 70%;
  top: 10px;
}

/*------ parte 5 -------*/
.bg-topo-sevicos-new-5 {
  padding: 80px 0px 60px 0px;
  background: black;
}

.bg-topo-sevicos-new-5 h2 {
  margin-bottom: 35px;
  font-size: 32px;
  color: #004468;
  font-weight: bolder;
  text-align: center;
  line-height: 122.5%;
}

.bg-topo-sevicos-new-5 h3 button {
  font-size: 19px;
  font-weight: bold;
}

.bg-topo-sevicos-new-5 p {
  font-size: 17px;
  margin-bottom: 0;
}

.bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
  background: rgb(0, 144, 176);
  background: linear-gradient(90deg, #e7e7e7 95%, #f8f8f8 95%);
  color: #414141;
}

.bg-topo-sevicos-new-5 .accordion-button::after {
  background-image: url("/wta/src/img/dropdown-icone.png");
}

.bg-topo-sevicos-new-5 .accordion-body {
  background-color: #f6f6f6;
  padding: 40px 40px;
}

.bg-topo-sevicos-new-5 .accordion-item {
  margin-bottom: 15px;
}

.bg-topo-sevicos-new-5 .accordion-button {
  padding: 20px 20px 20px 70px;
  background: rgb(246, 246, 246);
  background: linear-gradient(90deg, #f8f8f8 95%, #e7e7e7 95%);
}

/*---------- INTERNAS DE MARKETING MEDICO - INSTAGRAM, GOOGLE, DIAGNOSTICO... --------*/
.bg-marketing-medico {
  padding: 65px 0px 0px;
  position: relative;
  background: white;
}

.bg-marketing-medico h3 {
  font-style: normal;
  font-weight: bolder;
  font-size: 32px;
  line-height: 122.5%;
  text-align: center;
  color: white;
  margin-top: 40px;
  margin-bottom: 60px;
}

.card-marketing-medico-1 {
  display: flex;
  backdrop-filter: blur(21px);
  border-radius: 24px;
  padding: 40px 40px;
  color: 3D3D3D;
  background: #ffffff;
  box-shadow: 13px 13px 41.4px -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px 35px;
  width: 77%;
  position: relative;
  margin-bottom: 30px !important;
  right: 80px;
  height: 435px;
}

.card-marketing-medico-1 h2 {
  font-size: 36px;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-marketing-medico-1 p,
.card-marketing-medico-1 h2,
.card-marketing-medico-1 .cta-padrao-marketing-medico {
  text-align: left;
  position: relative;
  left: 40px;
}

.card-marketing-medico-1 .cta-padrao-marketing-medico {
  float: left;
}

.cta-padrao-marketing-medico {
  background-color: #25d366;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  max-width: 100%;
  font-size: 20px;
  margin-top: 10px;
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
}

.cta-padrao-marketing-medico:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.cta-padrao-marketing-medico:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  width: 0%;
  height: 100%;
  cursor: pointer;
  background: #0d6efd;
  color: white;
  transition: all 0.5s;
  z-index: -1;
}

.cta-padrao-marketing-medico:hover {
  color: #fff;
  font-weight: bolder;
  border: 2px solid #25d366;
  cursor: pointer;
  z-index: 3;
}

.cta-padrao-marketing-medico:hover:before {
  width: 100%;
}

@keyframes cta-animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.card-marketing-medico-1 img {
  top: 10%;
  left: 75%;
  height: 350px;
  position: absolute;
}

.card-marketing-medico-2 {
  display: flex;
  background: #ffffff;
  box-shadow: 13px 13px 41.4px -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(21px);
  padding: 40px 40px;
  color: #3d3d3d;
  border-radius: 10px;
  padding: 60px 35px;
  width: 77%;
  position: relative;
  left: 80px;
  height: 435px;
  margin-bottom: 30px !important;
}

.card-marketing-medico-2 h2 {
  font-size: 36px;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-marketing-medico-2 p,
.card-marketing-medico-2 h2,
.card-marketing-medico-2 .cta-padrao-marketing-medico {
  text-align: left;
  position: relative;
  left: 0px;
}

.card-marketing-medico-2 img {
  top: 10%;
  left: -15%;
  height: 350px;
  position: absolute;
}

.card-conexao {
  width: 75%;
  height: 500px;
  border: 3px solid #007bff;
  border-radius: 30px;
  margin: -290px 0px;
  border-right: 0;
}

.card-conexao-right {
  width: 53%;
  height: 500px;
  border: 3px solid #007bff;
  border-radius: 30px;
  margin: -290px 0px;
  margin-left: 50%;
  border-left: 0;
}

.card-servicos-marketing-medico-4 a,
.card-servicos-marketing-medico-4-2 a {
  position: relative;
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
}

.card-servicos-marketing-medico-4 a:after,
.card-servicos-marketing-medico-4-2 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.card-servicos-marketing-medico-4 a:before,
.card-servicos-marketing-medico-4-2 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  width: 0%;
  height: 100%;
  cursor: pointer;
  background: #25d366;
  color: white;
  transition: all 0.5s;
  z-index: -1;
}

.card-servicos-marketing-medico-4 a:hover,
.card-servicos-marketing-medico-4-2 a:hover {
  color: #fff;
  font-weight: bolder;
  border: 2px solid #25d366;
  cursor: pointer;
  z-index: 3;
}

.card-servicos-marketing-medico-4 a:hover:before,
.card-servicos-marketing-medico-4-2 a:hover:before {
  width: 100%;
}

/*--------- MEDIA QUERIES SERVIÇOS -------------*/
@media (min-width: 1200px) and (max-width: 1402px) {

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 26px !important;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 80%;
  }

  .card-marketing-medico-1 img {
    left: 70%;
  }

  .card-marketing-medico-2 img {
    left: -20%;
  }

  .card-conexao-right {
    margin-left: 48%;
  }
}

@media (min-width: 992px) {

  .bg-marketing-medico .centraliza,
  .card-marketing-medico-1 .centraliza {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    display: inherit;
  }
}

@media (max-width: 992px) {
  .card-marketing-medico-1 .col-lg-4 {
    display: none;
  }

  .bg-marketing-medico {
    padding: 40px 0px;
  }

  .card-marketing-medico-1 img,
  .card-marketing-medico-2 img {
    left: 0%;
    top: 0;
    position: relative;
    margin-bottom: 25px;
    display: block;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 79%;
    height: auto;
    display: block;
    right: 0;
    left: 0;
  }

  .card-marketing-medico-1 p,
  .card-marketing-medico-1 h2 {
    left: 0;
  }

  .card-marketing-medico-1 .cta-padrao-marketing-medico,
  .card-marketing-medico-2 .cta-padrao-marketing-medico {
    text-align: center;
    float: none;
    left: 0;
  }

  .bg-marketing-medico h3 {
    font-size: 26px;
  }
}

@media (min-width: 767.99px) and (max-width: 991.99px) {

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 26px !important;
  }

  .card-conexao-right {
    margin-left: 46%;
  }
}

@media (min-width: 550.99px) and (max-width: 767.98px) {
  .bg-topo-sevicos-new h1 {
    font-size: 33px;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 88%;
  }

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 26px !important;
  }

  .card-conexao-right {
    margin-left: 46%;
  }
}

@media (min-width: 420.99px) and (max-width: 550.98px) {
  .bg-topo-sevicos-new h1 {
    font-size: 33px;
  }

  .card-marketing-medico-1 img,
  .card-marketing-medico-2 img {
    height: auto;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 88%;
  }

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 26px !important;
  }

  .card-conexao-right {
    margin-left: 44%;
  }

  .card-conexao {
    margin-left: 8px;
  }
}

@media (min-width: 370.99px) and (max-width: 420.98px) {
  .bg-topo-sevicos-new h1 {
    font-size: 28px;
  }

  .card-marketing-medico-1 img,
  .card-marketing-medico-2 img {
    height: auto;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 88%;
    padding: 50px 25px;
  }

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 23px !important;
  }

  .card-conexao-right {
    margin-left: 44%;
  }

  .card-conexao {
    margin-left: 8px;
  }
}

@media (min-width: 345.99px) and (max-width: 370.98px) {
  .bg-topo-sevicos-new h1 {
    font-size: 28px;
  }

  .card-marketing-medico-1 img,
  .card-marketing-medico-2 img {
    height: auto;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 88%;
    padding: 50px 25px;
  }

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 22px !important;
  }

  .card-conexao-right {
    margin-left: 44%;
  }

  .card-conexao {
    margin-left: 8px;
  }
}

@media (min-width: 0.99px) and (max-width: 345.98px) {
  .bg-topo-sevicos-new h1 {
    font-size: 26px;
  }

  .card-marketing-medico-1 img,
  .card-marketing-medico-2 img {
    height: auto;
  }

  .card-marketing-medico-1,
  .card-marketing-medico-2 {
    width: 88%;
    padding: 50px 15px;
  }

  .card-marketing-medico-1 h2,
  .card-marketing-medico-2 h2 {
    font-size: 20px !important;
  }

  .card-conexao-right {
    margin-left: 44%;
  }

  .card-conexao {
    margin-left: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2 {
    font-size: 31px;
  }

  .card-servicos-marketing-medico-4 img,
  .card-servicos-marketing-medico-4-2 img {
    width: 56%;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    padding: 20px 20px 20px 70px;
    background: rgb(246, 246, 246);
    background: linear-gradient(90deg, #f8f8f8 93%, #e7e7e7 93%);
  }
}

@media (max-width: 992px) {
  .bg-topo-sevicos-new-4 h2 {
    margin-bottom: 25%;
  }

  .card-servicos-marketing-medico-4-2,
  .card-servicos-marketing-medico-4 {
    display: block !important;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0%;
    margin-bottom: 0;
    height: auto;
  }

  .bg-topo-sevicos-new-4 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-servicos-marketing-medico-4 img,
  .card-servicos-marketing-medico-4-2 img {
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: -33%;
    margin-bottom: 25px;
  }
}

@media (min-width: 767.99px) and (max-width: 991.99px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2 {
    font-size: 31px;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    background: linear-gradient(90deg, #f8f8f8 92%, #e7e7e7 92%);
  }

  .bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e7e7e7 92%, #f8f8f8 92%);
  }
}

@media (min-width: 550.99px) and (max-width: 767.98px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2 {
    font-size: 36px;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    background: linear-gradient(90deg, #f8f8f8 92%, #e7e7e7 92%);
  }

  .bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e7e7e7 92%, #f8f8f8 92%);
  }
}

@media (min-width: 420.99px) and (max-width: 550.98px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2,
  .bg-topo-sevicos-new-3 h2,
  .bg-topo-sevicos-new-4 h2,
  .bg-topo-sevicos-new-5 h2 {
    font-size: 28px;
  }

  .bg-topo-sevicos-new-4 h2 {
    margin-bottom: 25%;
  }

  .card-servicos-marketing-medico-4-2,
  .card-servicos-marketing-medico-4 {
    padding: 40px 25px;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    background: linear-gradient(90deg, #f8f8f8 85%, #e7e7e7 85%);
    padding-left: 20px;
  }

  .bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e7e7e7 85%, #f8f8f8 85%);
  }
}

@media (min-width: 350.99px) and (max-width: 420.98px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2,
  .bg-topo-sevicos-new-3 h2,
  .bg-topo-sevicos-new-4 h2,
  .bg-topo-sevicos-new-5 h2 {
    font-size: 26px;
  }

  .bg-topo-sevicos-new-4 h3 {
    font-size: 24px;
  }

  .card-servicos-marketing-medico-4-2,
  .card-servicos-marketing-medico-4 {
    padding: 40px 20px;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    background: linear-gradient(90deg, #f8f8f8 85%, #e7e7e7 85%);
    padding-left: 20px;
  }

  .bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e7e7e7 85%, #f8f8f8 85%);
  }
}

@media (min-width: 0.99px) and (max-width: 350.98px) {
  .bg-topo-sevicos-new-2 img {
    height: auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }

  .bg-topo-sevicos-new-2 h2,
  .bg-topo-sevicos-new-3 h2,
  .bg-topo-sevicos-new-4 h2,
  .bg-topo-sevicos-new-5 h2 {
    font-size: 24px;
  }

  .bg-topo-sevicos-new-4 h3 {
    font-size: 20px;
  }

  .card-servicos-marketing-medico-4-2,
  .card-servicos-marketing-medico-4 {
    padding: 40px 20px;
  }

  .bg-topo-sevicos-new-5 .accordion-button {
    background: linear-gradient(90deg, #f8f8f8 85%, #e7e7e7 85%);
    padding-left: 20px;
  }

  .bg-topo-sevicos-new-5 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e7e7e7 85%, #f8f8f8 85%);
  }
}

/*--------- FOOTER ------*/
.bg-footer {
  padding: 50px 0px;
  background: #15658f;
}

.bg-footer h2 {
  color: #cdc7c7;
  font-size: 16px !important;
}

.bg-footer h2 {
  color: white;
  font-weight: bold;
  font-size: 16px !important;
}

/*---------- CSS PERSONALIZAR ---------- */
@media (max-width: 992px) {

  .full-banner-inicio h1,
  .full-banner-inicio p {
    color: white;
  }

  .bg-topo-sevicos-new h1 {
    font-size: 24px;
  }
}

.centraliza {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  display: block;
}

.bg-topo-sevicos-new {
  background-image: url(./img/bg-servicos-novo-black.png);
}

.bg-topo-sevicos-new,
.bg-google-ads-new {
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px 0px 0px 0px;
}

.bg-topo-sevicos-new {
  padding: 80px 0px 60px 0px;
}

.bg-topo-sevicos-new h1 {
  margin-top: 80px;
  color: white;
  font-weight: bold;
  text-align: center;
}

b,
strong {
  font-weight: bold;
}

.bg-faq .accordion-button:not(.collapsed) {
  background: #e7e7e7;
  border-radius: 24px;
  color: #414141;
  border: 1.5px solid white;
  backdrop-filter: blur(22px);
  background: linear-gradient(90deg, #15658f 0%, rgba(0, 0, 0, 0) 100%), #007bff;
  color: white;
  border-radius: 10px !important;
}

@media (max-width: 767.99px) {
  .full-banner-inicio {
    background-image: url(https://wta3.com.br/wp-content/uploads/2024/10/banner-mobile-white-wta3-new.png) !important;
    height: auto !important;
    padding-top: 276px;
    padding-bottom: 0px;
    background-position-x: 50%;
    background-size: contain;
    background-position-y: 0%;
    background-color: white !important;
    color: black;
  }

  .gt_float_switcher {
    display: none;
  }
}

.full-banner-inicio h1,
.full-banner-inicio p {
  color: black;
}

@media (max-width: 430.99px) {
  .full-banner-inicio {
    background-image: url(https://wta3.com.br/wp-content/uploads/2024/10/banner-mobile-white-wta3-new.png) !important;
    height: auto !important;
    padding-top: 200px;
    padding-bottom: 0px;
    background-position-x: 50%;
    background-size: contain;
    background-position-y: 3%;
    background-color: white !important;
    color: black;
  }
}

@media (min-width: 380.99px) and (max-width: 420.98px) {
  .full-banner-inicio h1 {
    font-size: 27px !important;
  }
}

@media (min-width: 350.99px) and (max-width: 379.99px) {
  .full-banner-inicio h1 {
    font-size: 26px !important;
  }
}

@media (min-width: 330.99px) and (max-width: 349.99px) {
  .full-banner-inicio h1 {
    font-size: 23px !important;
  }
}

@media (min-width: 0.99px) and (max-width: 329.99px) {
  .full-banner-inicio h1 {
    font-size: 22px !important;
  }
}

@media (max-width: 992px) {
  #gt_float_wrapper {
    margin-top: 40px;
  }
}

/*---------- CSS PERSONALIZAR ----------*/
.img-premiacao {
  position: absolute;
  right: 0;
  z-index: 999;
}

/*--------- FOOTER ------*/
.bg-footer {
  padding: 50px 0px;
  background: #15658f;
}

.bg-footer h3,
.bg-footer h2 {
  font-weight: bolder;
  color: #007bff;
  font-size: 16px !important;
}

.a-wpp-footer i {
  color: #25d366;
  font-size: 20px;
  padding-right: 6px;
  font-weight: bold;
}

.a-tel-footer {
  display: block;
  margin-bottom: 15px;
}

.a-tel-footer i {
  color: #007bff;
  font-size: 20px;
  padding-right: 6px;
  font-weight: bold;
}

.bg-footer ul {
  list-style: none;
  padding: 0;
}

.bg-footer a {
  color: white;
  font-size: 15px !important;
}

.bg-footer a:hover {
  color: #007bff;
  font-weight: bold;
  border-bottom: 1px solid white;
  transition: 0.3s all ease;
}

.bg-footer .a-wpp-footer:hover {
  color: #25d366;
  font-weight: bold;
  border-bottom: 1px solid white;
  transition: 0.3s all ease;
}

.a-tel-footer:hover {
  color: #007bff;
  font-weight: bold;
  border-bottom: 1px solid white;
  transition: 0.3s all ease;
}

.cta-footer {
  padding: 5px;
  max-width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #0070fa;
  color: white;
  border-radius: 999px;
  display: block;
}

.cta-footer:hover {
  background-color: white;
  border: 3px solid #0070fa;
  color: white;
  transition: 0.3s all ease;
}

.icones-footer {
  display: block;
  margin: 20px 0px;
}

.icones-footer i {
  font-size: 25px;
  padding: 5px;
}

@media(min-width: 992px) {
  .bg-footer .col-lg-3:nth-child(2) {
    position: relative;
    left: 20px;
  }
}

.bg-footer hr {
  background: white;
  opacity: 1;
}

@media (min-width: 1200px) {

  .bg-footer .container,
  .bg-footer-2 .container {
    max-width: 1300px;
  }
}

.i-instagram:hover {
  color: #FD1D1D;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.i-facebook:hover {
  color: #007bff;
  transition: 0.3S;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.bg-footer-2 {
  background-color: #464e50;
  padding: 40px 0px;
}

.bg-footer-2 h2 {
  font-weight: bolder;
  color: white;
  margin-bottom: 25px;
  font-size: 16px !important;
}

.bg-footer-2 h3 a {
  color: white;
  font-size: 11px;
  color: white;
  margin-bottom: 18px;
  display: block;
  text-decoration: none;
}

.bg-footer-2 a:hover {
  color: #007bff;
  font-weight: bold;
  border-bottom: 1px solid white;
  transition: 0.3s all ease;
}

@media (min-width: 992px) {
  .bg-footer-2 .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.bg-footer-2 h4 {
  font-size: 16px;
  color: white;
}

.bg-footer-2 hr {
  opacity: 1;
  margin: 30px 0px;
  background: #007bff;
}

@media(max-width: 992px) {
  .bg-footer .col-lg-3 {
    margin-bottom: 35px;
  }

  .bg-footer-2 {
    padding-bottom: 80px;
  }

  .bg-footer-2 h2 {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

/*------------------- HOME -----------------*/
.main-home {
  font-family: "Inter", sans-serif;
}

/* Media Query */
@media (min-width: 1200px) {
  .main-home .container {
    max-width: 1280px;
  }
}

.main-home p {
  color: #7D7D7D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
}

.main-home h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  /* 46.4px */
  letter-spacing: -0.16px;
}

.main-home h3 {
  font-size: 24px;
}

.bg-home {
  background-image: url(/new-home/full-banner-inicio.jpg);
  background-position-x: 50%;
  background-position-y: 00%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 150px 0px 60px 0px;
  color: black;
  position: relative;
  height: auto;
}

.bg-home h1 {
  color: black;
  font-size: 64px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 70.40px;
  word-wrap: break-word
}

.bg-home h1 span {
  color: #007BFF;
  font-weight: 700;
  line-height: 70.40px;
  word-wrap: break-word
}

.bg-home h2 {
  display: inline-block;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(0, 123, 255, 0.05);
  color: #7D7D7D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 15.95px */
  letter-spacing: -0.055px;
}

.bg-home h2 svg {
  margin-right: 10px;
}

.bg-home p {
  color: #7D7D7D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 172%;
  /* 34.4px */
  letter-spacing: -0.4px;
}

.cta-fale-com-especialista {
  border-radius: 32px;
  background: #007BFF;
  height: 45px;
  padding: 0px 30px 0px 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  width: 340px;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
}

.cta-fale-com-especialista i {
  position: absolute;
  right: 20px;
}

.cta-solucoes {
  display: flex;
  height: 45px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #7D7D7D;
  color: #7D7D7D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
}

.bg-home img {
  margin-top: 20px;
}

.home-2 {
  padding: 80px 64px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  align-self: stretch;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.00);
  background: #F9FAFB;
}

.home-2 img {
  height: 80px;
}

/*-------- PARTE 3 -------*/
.home-3 {
  padding: 120px 0px;
}

.card-cases-de-sucesso {
  padding: 30px;
  border-radius: 16px;
  background: #FAFAFA;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
  margin: 30px 0px 50px 0px;
}

.card-cases-de-sucesso h3 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.48px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.card-cases-de-sucesso .img-case {
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.card-cases-de-sucesso h4 {
  color: #7D7D7D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 17.4px */
  letter-spacing: -0.06px;
}

.card-cases-de-sucesso h5 {
  color: #7D7D7D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.07px;
}

.card-cases-de-sucesso .col-lg-3 {
  width: 20%;
}

.home-3 .cta-solucoes {
  width: 180px;
}

/*-------- PARTE 4 -------*/
.home-4 {
  padding: 120px 0px;
  background: #F9FAFB;
}

.home-4 h2 {
  margin-top: 25px;
}

.home-4 h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.home-4 .col-lg-1 img {
  height: 40px;
  object-fit: cover;
}

.home-4 .cta-fale-com-especialista,
.home-6 .cta-fale-com-especialista,
.home-7 .cta-fale-com-especialista,
.home-9 .cta-fale-com-especialista {
  text-align: left;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
  margin: 0px 0px 0px 0px;
  width: 300px;
}

.home-6 .cta-fale-com-especialista {
  padding-left: 35px;
  width: 340px;
}

.home-4 .row:nth-child(3) {
  margin: 30px 0px;
}

/*-------- PARTE 5 -------*/
.home-5 {
  padding-top: 120px;
  padding-bottom: 50px;
}

.home-5 h2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.home-5 h4 {
  display: inline-block;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(0, 123, 255, 0.05);
  color: #7D7D7D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 15.95px */
  letter-spacing: -0.055px;
}

.card-servicos-home {
  border-radius: 16px;
  background: #FAFAFA;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
  padding: 40px 32px;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}

.card-servicos-home h3 {
  font-weight: bold;
  margin: 14px 0px;
}

.card-servicos-home a {
  border-radius: 32px;
  background: #007BFF;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 20.3px */
  letter-spacing: -0.07px;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
}

/*-------- PARTE 6 -------*/
.home-6 {
  position: relative;
  padding: 50px 0px;
  height: 680px;
}

.home-6 h2 {
  margin-top: 117px;
}

.home-6 .col-lg-6:nth-child(2) {
  position: absolute;
  right: -0px;
}

.home-6 .col-lg-6 img {
  width: 95%;
  height: 537px;
}

/*-------- PARTE 6 -------*/
.home-7 {
  background-image: url(/new-home/bg-como-atrair-converter-e-fidelizar-pacientes.png);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 140px 0px 80px 0px;
  position: relative;
  height: 850px;
}

.home-7 img {
  width: 753px;
  height: 564px;
  position: absolute;
}

.home-7 h2 {
  color: white;
}

.home-7 p {
  color: #C8C8C8;
}

.card-text-home-7 {
  width: 80%;
  position: relative;
  left: 80px;
  top: 40px;
}

/*-------- PARTE 8 -------*/
.home-8 {
  padding-top: 60px;
  padding-bottom: 50px;
}

.home-8 h3 {
  display: inline-block;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(0, 123, 255, 0.05);
  color: #7D7D7D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 15.95px */
  letter-spacing: -0.055px;
  margin-top: 135px;
}

.home-8 h2 {
  color: #7D7D7D;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 69.6px */
  letter-spacing: -0.24px;
}

.home-8 h2 span {
  color: #000;
  font-size: 80px;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 88px */
  letter-spacing: -1.6px;
}

.cta-download {
  border-radius: 5px;
  background: #007BFF;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.09px;
  padding: 13px 30px;
  display: inline-block;
  margin-top: 30px;
}

.cta-download i {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

/*-------- PARTE 9 -------*/
.home-9 .container {
  margin-top: 90px;
  border-radius: 16px;
  background: #007BFF;
  box-shadow: 0px 31px 31px 0px rgba(0, 0, 0, 0.05);
}

.home-9 p {
  color: #F9F9F9;
  margin: 32px 0px;
}

.home-9 h2 {
  color: white;
  margin-top: 65px;
}

.home-9 .cta-fale-com-especialista {
  background: #002B58;
}

.home-9 img {
  margin-top: -100px;
}

.home-10 {
  padding: 120px 0px;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  text-align: left;
  /* Essencial para uniformizar a altura */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card .stars {
  color: #007bff;
  margin-bottom: 1rem;
}

.testimonial-card .testimonial-text {
  font-size: 1rem;
  color: #343a40;
  margin-bottom: 1.5rem;
  /* Essencial para que o texto ocupe o espaço disponível */
  flex-grow: 1;
}

.testimonial-card .author-info {
  display: flex;
  align-items: center;
  /* Essencial para empurrar a informação do autor para baixo */
  margin-top: auto;
}

.testimonial-card .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
  overflow: hidden;
}

.testimonial-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card .author-name {
  font-weight: 600;
  color: #343a40;
  font-size: 1rem;
}

/* Owl Carousel custom navigation styling */
.owl-theme .owl-nav [class*='owl-'] {
  background: none;
  color: #007bff;
  font-size: 3rem;
  margin: 0 10px;
  padding: 0;
  line-height: 1;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

/* Media query para ajustar as setas em telas menores */
@media (max-width: 767.98px) {
  .owl-theme .owl-nav .owl-prev {
    left: -20px;
    /* Menos espaço em telas pequenas */
  }

  .owl-theme .owl-nav .owl-next {
    right: -20px;
    /* Menos espaço em telas pequenas */
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: #007bff;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #0056b3;
}

.carousel-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.home-11 {
  background: #F9FAFB;
  padding: 120px 0px;
}

@media(min-width: 1200px) and (max-width: 1350px) {
  .home-7 img {
    width: 662px;
  }

  .home-10 .carousel-wrapper {
    width: 90%;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  .home-3 .cta-solucoes {
    margin-left: 35px;
  }

  .home-7 img {
    width: 542px;
    height: 564px;
    position: absolute;
  }

  .home-8 h2 span {
    font-size: 60px;
  }

  .home-9 h2 {
    margin-top: 25px;
  }

  .home-10 .carousel-wrapper {
    max-width: 90%;
  }

  .bg-home .cta-fale-com-especialista {
    width: 278px;
  }

  .bg-home .cta-solucoes {
    margin-left: 25px;
    width: 260px;
  }

  .bg-home h1 {
    font-size: 60px;
  }
}

@media(max-width: 992px) {
  .bg-home h1 {
    color: black;
    font-size: 54px;
  }

  .card-cases-de-sucesso .img-case {
    width: 100%;
  }

  .home-3,
  .home-2,
  .home-4 {
    padding: 60px 25px;
  }

  .card-servicos-home a {
    position: relative;
    bottom: 0;
  }

  .card-servicos-home {
    height: auto;
  }

  .home-5,
  .home-6 {
    height: auto;
    padding: 50px 20px;
  }

  .home-3 .cta-fale-com-especialista {
    width: 80%;
  }

  .home-3 .cta-solucoes {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    margin-top: 13px;
  }

  .card-cases-de-sucesso {
    margin: 15px 0px;
  }

  .home-3 .img-case {
    object-position: 50% 25%;
  }

  .card-cases-de-sucesso .col-lg-3 {
    width: 13%;
  }

  .home-6 .col-lg-6 img {
    height: auto;
    width: 100%;
    margin-top: 35px;
  }

  .home-6 h2 {
    margin-top: 0cqmin;
  }

  .home-6 .col-lg-6:nth-child(2) {
    position: relative;
    right: -0px;
  }

  .home-7 {
    background-image: url(/new-home/bg-como-atrair-converter-e-fidelizar-pacientes-mobile.png);
    height: 1200px;
    padding-top: 500px;
  }

  .home-7 img {
    width: 683px;
  }

  .home-8 h3 {
    margin-top: 0;
  }

  .home-9 .container {
    max-width: 80%;
  }

  .home-9 h2 {
    margin-top: 50px;
  }

  .home-9 .col-lg-6:nth-child(2) {
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .home-9 img {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 30px;
  }

  .home-10 .carousel-wrapper {
    width: 90%;
    max-width: 90%;
  }

  .home-2 {
    padding: 60px 25px;
  }
}

@media(max-width: 768px) {
  .main-home h2 {
    font-size: 28px;
  }

  .bg-home {
    padding-top: 120px;
  }

  .main-home p,
  li,
  a {
    font-size: 16px;
  }

  .bg-home h1,
  .bg-home h1 span {
    font-size: 30px;
    line-height: 34.60px;
  }

  .bg-home h2 {
    font-size: 8px;
    line-height: 11.60px;
    margin-bottom: 20px;
  }

  .card-cases-de-sucesso h5 {
    font-size: 18px;
  }

  .card-cases-de-sucesso h4 {
    font-size: 18px;
  }

  .card-text-home-7 {
    left: 58px;
  }

  .home-7 img {
    width: 510px;
  }

  .home-8 h2 span {
    font-size: 64px;
  }

  .home-8 {
    padding-bottom: 0;
  }

  .home-9 .container {
    max-width: 90%;
    margin-top: 45px;
  }

  .home-10,
  .home-11 {
    padding: 45px 20px;
  }
}

@media(max-width: 550px) {
  .main-home h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .bg-home h2 {
    font-size: 9px;
  }

  .main-home h3 {
    font-size: 22px;
  }

  .home-2 .mb-5 {
    margin-bottom: 0 !important;
  }

  .card-cases-de-sucesso .col-lg-3 {
    width: 22%;
  }

  .home-5,
  .home-6 {
    padding: 20px 20px;
  }

  .home-5 h2 {
    margin-bottom: 35px;
  }

  .home-7 img {
    display: none;
  }

  .home-7 {
    height: auto;
    padding: 180px 20px 80px 20px;
  }

  .card-text-home-7 {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }

  .home-8 h3 {
    font-size: 15px;
  }

  .home-8 h2 span {
    font-size: 50px;
  }

  .home-8 .cta-download {
    margin: 15px 0px;
  }

  .home-9 .col-lg-6:nth-child(2) {
    width: 89%;
  }
}

@media(max-width: 420px) {
  .main-home h2 {
    font-size: 23px !important;
    line-height: 32px;
  }

  .home-2 {
    padding-bottom: 0px;
  }

  .home-3,
  .home-2,
  .home-4 {
    padding: 35px 20px;
  }

  .main-home h3 {
    font-size: 20px;
  }

  .card-cases-de-sucesso h5 {
    font-size: 13px;
  }

  .bg-home h2 {
    font-size: 7px !important;
    line-height: normal;
  }

  .bg-home h1,
  .bg-home h1 span {
    font-size: 26px;
    line-height: 34.60px;
  }

  .home-8 h3 {
    font-size: 10px;
  }

  .home-9 .container {
    max-width: 95%;
  }

  .home-9 .col-lg-6:nth-child(2) {
    width: 100%;
  }

  .home-9 h2 {
    margin-top: 35px;
  }

  .home-9 p {
    margin: 15px 0px;
  }

  .cta-fale-com-especialista,
  .home-6 .cta-fale-com-especialista,
  .home-4 .cta-fale-com-especialista,
  .home-6 .cta-fale-com-especialista,
  .home-7 .cta-fale-com-especialista,
  .home-9 .cta-fale-com-especialista {
    width: 100%;
  }

  .home-8 h2 span {
    font-size: 47px;
  }
}

@media(max-width: 347px) {
  .main-home h2 {
    font-size: 20px !important;
    line-height: 27px;
  }

  .main-home h3 {
    font-size: 18px;
  }

  .bg-home h2 {
    font-size: 10px !important;
    line-height: normal;
  }

  .bg-home h1,
  .bg-home h1 span {
    font-size: 22px;
    line-height: 26.6px;
  }

  .card-cases-de-sucesso,
  .card-servicos-home {
    padding: 30px 10px;
  }

  .home-8 h2 span {
    font-size: 38px;
  }

  .home-8 h3 {
    font-size: 10px;
  }
}

.navbar {
  height: 57px;
  background: #ffffff;
  width: 1248px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.05);
  margin-top: 24px;
  padding: 8px 16px;
}

.nav-link.active {
  font-weight: bolder;
  color: #0070fa !important;
  border-bottom: 1px solid #0070fa;
}

.navbar .mx-auto {
  margin-right: 0 !important;
}

.navbar-nav .nav-link {
  color: #7D7D7D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: -0.08px;
}

.navbar-nav .dropdown-menu li a {
  color: #7D7D7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: -0.08px;
}

.navbar-nav .dropdown-menu li {
  color: #7D7D7D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: -0.08px;
}

.navbar-nav .dropdown-menu {
  background: white;
  transition: 0.3s all ease;
  border-radius: 10px;
}

/* Estilo da mensagem de "Atendente Disponível" */
.attendant-message {
  position: fixed;
  bottom: 50px;
  right: 110px;
  z-index: 1000;
  background-color: #024731;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

#whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#popup-form {
  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 1001;
  display: none;
  width: 370px;
}

.form-card {
  background-color: #f4edea;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.form-header {
  background-color: #024731;
  color: white;
  padding: 12px 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-body {
  padding: 16px;
}

.status {
  font-size: 14px;
  background-color: #d4f8e8;
  color: #24a15b;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.form-control::placeholder {
  color: #aaa;
  font-size: 14px;
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
  width: 100%;
  font-weight: bold;
}

.form-footer {
  font-size: 12px;
  background-color: white;
  text-align: center;
  padding: 8px;
  color: #555;
  border-top: 1px solid #ddd;
}

.form-footer i {
  color: #25D366;
  margin-right: 5px;
}

.flag-input-group {
  display: flex;
  align-items: center;
}

.flag-input-group span {
  background: url('https://flagcdn.com/w40/br.png') no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
}

#popup-form {
  display: block;
}

@media (max-width: 992px) {
  #backToTop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  #popup-form {
    display: none;
  }

  #whatsapp-button {
    position: fixed;
    bottom: 88px;
    right: 16px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  #whatsapp-button i {
    position: relative;
    top: -4px;
    font-size: 28px;
  }

  #popup-form {
    position: fixed;
    bottom: 150px;
    right: 23px;
    z-index: 1001;
    width: 89%;
  }

  /* Estilo da mensagem de "Atendente Disponível" */
  .attendant-message {
    position: fixed;
    bottom: 90px;
    right: 73px;
    z-index: 1000;
    background-color: #024731;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }
}

.cta-fale-com-especialista:hover, .card-servicos-home a:hover{
  background-color: white;
  color: #007bff;
  border: 1px solid #007bff;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-solucoes:hover{
  background-color: #007bff;
  color: white;
  border: 1px solid white;
  font-weight: bold;
  transition: all 0.3s ease;
}