.owl-nav {
  text-align: center;
}

.icone-mao{    
  width: 80px;
    position: absolute;
    right: 0;
    top: 66%;
}
.icone-mao img{
  width: 80px;
}

#mouse {
  display: block;
  width: 22px;
  height: 40px;
  border-radius: 20px;
  border: 4px solid #3AB6FD;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  margin: 0 auto;
}

#mouse::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  position: relative;
  border-radius: 4px;
  background: #3AB6FD;
  animation-name: mouse;
  animation-duration: .7s;
  animation-iteration-count: infinite;
}

@keyframes mouse {
  from {
    top: 0px;
  }
  to {
    top: 6px;
  }
}

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

@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: #3AB6FD;
  border-radius: 20px;
  border: 3px solid #3AB6FD;
}

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

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

p,
li,
a {
  font-size: 20px;
  font-weight: 400;
}

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

.fonte-white {
  color: white;
}

.fonte-blue {
  color: #223D68;
}

/* 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%);
}


/* ----------------- INICIO ------------------- */

.bg-inicio {
  background-image: url(/wp-content/themes/blefaroplastia/img/full-banner-inicio.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 900px;
  padding: 100px 0px;
}

.bg-inicio h1 {
  color: #223D68;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 118.5%;
  /* 85.32px */
  margin-top: 32px;
  margin-bottom: 23px;
}

.bg-inicio hr {
  background: #3B3B3B;
  position: relative;
  width: 195px;
  height: 3px;
  left: 39%;
  top: -46px;
}

.bg-inicio h2 {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.4%;
}

.bg-inicio a {
  background-color: #1BB518;
  border-radius: 90px;
  padding: 12px 15px 15px 35px;
  border: 1px solid #1BB518;
  color: white;
  font-size: 20px;
  width: 330px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  margin-top: 60px;
}


.bg-inicio a:hover {
  background-color: white;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid white;
}

.bg-inicio a::after {
  background-color: #3AB6FD;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(0deg);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.bg-inicio a:hover::after {
  transform: translate(0, 0);
}

.bg-inicio a:hover {
  border: 2px solid transparent;
  color: white;
  transform: scale(1.05);
  will-change: transform;
}

.bg-inicio a i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/* ---- PARTE 2 ----- -*/

.bg-parte-2 {
  padding: 80px 0px;
}

.borda-blue {
  margin: 10px 0px;
  border-radius: 5px;
  background: #3AB8FF;
  border: 1px solid #3AB8FF;
  padding: 0px 0px 0px 40px;
  z-index: -1;
  height: 40px;
  display: flex;
}

.bg-parte-2 h5 {
  margin: 10px 0px;
  margin-left: -20px;
  z-index: 1999;
  display: flex;
  padding: 7px 5px 5px 35px;
  color: white;
  height: 40px;
  width: 294px;
  border-radius: 5px;
  background: linear-gradient(88deg, #1F3C62 -29.5%, rgba(0, 0, 0, 0.00) 100%), #2C5F8F;
}

.bg-parte-2 h3 {
  color: #000;
  margin-top: 55px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* ------- BG-PARTE-3 ////// ---*/

.bg-parte-3 {
  padding: 0px 0px 60px 0px;
}

.bg-parte-3 h2 {
  color: #223D68;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 43.2px */
}

.bg-parte-3 h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  margin-top: 25px;
  margin-bottom: 45px;
}

.bg-parte-3 img {
  margin-top: 50px;
  padding-right: 70px;
}

/* ------ PARTE 4 ---- *-**/
.bg-parte-4 {
  padding: 80px 0px 0px 0px;
  background: linear-gradient(88deg, #1F3C62 -29.5%, rgba(0, 0, 0, 0.00) 100%), #2C5F8F;
  color: white;
}

.bg-parte-4 .container .beneficios {
  position: relative;
}

.beneficios {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 30px;
  margin-left: 15px;
  border-left: 2px solid #ffff;
}

.beneficios img {
  position: absolute;
  top: -30px;
  left: -17px;
  padding: 5px;
  border-radius: 5px;
  background: #3AB8FF;
}

.beneficios h3 {
  font-weight: 700;
  font-size: 24px;
}

.beneficios p {
  width: 88%;
}

.beneficios h3,
.beneficios p {
  position: relative;
  top: -50px;
  margin-top: 0;
  /* Remove a margem superior padrão do h2 */
}

.div-1 {
  padding-right: 100px;
}

.div-1 img {
  position: absolute;
  left: 0;
  border-radius: 5px;
  margin-top: 102px;
}

.div-2 {
  padding-left: 150px;
}

.cta-blefaro {
  background-color: #1BB518;
  border-radius: 90px;
  padding: 12px 15px 15px 65px;
  border: 1px solid #1BB518;
  color: white;
  font-size: 20px;
  width: 400px;
  display: block;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: -30px;
}

.cta-blefaro:hover {
  background-color: #3AB6FD;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid white;
}

.cta-blefaro i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/* ------ PARTE 5 ---- *-**/

.bg-parte-5 {
  padding: 80px 0px;
}

.bg-parte-5 h2 {
  line-height: 135%;
  margin-bottom: 25px;
}

.borda-cirurgias {
  border-radius: 5px;
  background: linear-gradient(88deg, #1F3C62 -29.5%, rgba(0, 0, 0, 0.00) 100%), #2C5F8F;
  padding: 35px 15px 15px 15px;
  color: white;
  height: 100%;
  margin-bottom: -5px;
  z-index: 99;
}

.borda-cirurgias h3 {
  font-size: 22px;
  margin: 15px 0px;
  font-weight: 600;
  line-height: 135%;
  /* 27px */
}

.borda-blue-cirurgias {
  height: 14px;
  margin-top: -5px;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(88deg, #1F3C62 -29.5%, rgba(0, 0, 0, 0.00) 100%), #3AB8FF;
}

/* ------- PARTE 6 ----- -*/

.bg-parte-6 {
  padding: 30px 0px;
}

.bg-parte-6 h2 {
  color: #223D68;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 135%;
  /* 43.2px */
}

.bg-parte-6 p {
  color: #223D68;
}

.bg-parte-6 img {
  border-radius: 10px;
  margin-top: 55px;
}

/* ------- PARTE 7 ----- -*/

.bg-parte-7 {
  padding: 70px 0px;
}

.bg-parte-7 h2 {
  color: #223D68;
  font-size: 32px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  display: block;
  line-height: 135%;
  /* 43.2px */
  margin-top: 130px;

}

.borda-profissionais {
  border-radius: 10px;
  border: 2px solid #223D68;
  padding: 20px 25px;
}

.borda-profissionais h3 {
  color: #223D68;
  margin: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 118.5%;
  /* 30.81px */
}

.borda-profissionais h4 {
  border-radius: 999px;
  background: #3AB6FD;
  color: white;
  font-size: 18px;
  padding: 5px;
  margin-bottom: -35px;
}


/* ------- PARTE 8 ----- -*/
.bg-parte-8 {
  padding: 70px 0px;
  background-image: url(http://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/bg-parte-8.png);
  background-position-x: 80%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 0px;
  color: white;
}

.bg-parte-8 h2 {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 135%;
  /* 70.2px */
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.bg-parte-8 img {
  height: 54px;
  margin-right: -22px;
  margin-top: -15px;
}

/* ------- PARTE 9 ----- -*/
.bg-parte-9 {
  padding: 70px 0px;
}

.bg-parte-9 h2 {
  color: #223D68;
  text-align: center;
  margin-top: 8px;
  font-size: 45px;
  font-weight: 700;
}

.bg-faq {
  background-image: url(https://cirurgiarefrativa.clinicaterciorezende.com.br/wp-content/themes/lp-dr-tercio/wp-content/themes/blefaroplastia/img/daq.png);
  background-position-x: 50%;
  background-position-y: 10%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.accordion h3 button {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #223D68;
  padding: 30px 50px;
  font-weight: 600;
}

.accordion-body {
  padding: 30px 50px;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 15px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1.5px solid #2C6193;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
}

.accordion-button {
  border-radius: 25px;
}

.accordion-item {
  border: 1.5px solid #2C6193;
  margin-top: 15px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-button:not(.collapsed) {
  color: #223D68;
  background-color: white;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-color: red;
}

.accordion-button:focus {
  z-index: 3;
  border-color: white;
  background-color: white;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/blefaroplastia/img/icone-menos.png);
}

.accordion-button::after {
  background-image: url(/wp-content/themes/blefaroplastia/img/icone-mais.png);

}

/* --------- PARTE 10 ------- -*/

.bg-parte-10 {
  padding-top: 50px;
}

.bg-parte-10 #secaoContador h3 {
  color: #223D68;
  font-style: normal;
  font-weight: 600;
  line-height: 106.9%;
  /* 34.208px */
}

.bg-parte-10 h4 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #223D68;
}

.contador {
  font-size: 24px;
  width: fit-content;
  overflow: hidden;
  animation: contadorAnimacao 5s steps(250);
}

@keyframes contadorAnimacao {
  from {
     width: 0;
  }

  to {
     width: 100%;
  }
}

.bg-parte-10 img {
  animation: animationgoogle 2s infinite;
  margin-bottom: 0px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bg-parte-10 .pacientes-img {
  animation: animationgoogle 0s;
  box-shadow: none;
}

@keyframes animationgoogle {
  0% {
     transform: translateY(0px);
  }

  50% {
     transform: translateY(10px);
  }

  100% {
     transform: translateY(0px);
  }
}

.cta-footer {
  background-color: #1BB518;
  border-radius: 90px;
  padding: 12px 15px 15px 65px;
  border: 1px solid #1BB518;
  color: white;
  font-size: 20px;
  width: 400px;
  display: block;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 99px;
  margin-bottom: -30px;
}

.cta-footer:hover {
  background-color: #3AB6FD;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid white;
}

.cta-footer i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/* ----------------- FOOTER -------------- */

.bg-footer {
  background-color: #0C1C34;
  padding-top: 130px;
  padding-bottom: 80px;
  color: white;
}

.bg-footer h5 {
  padding-bottom: 10px;
}

.p-wta3 {
  margin-top: 10px;
}

.p-wta3 span:hover {
  color: #2fb4cc;
  transition: 1.0S;
}


.bg-footer a {
  color: white;
  text-decoration: none;
}

.a-tel:hover {
  font-weight: 900;
  color: #2C6193;
  text-decoration: underline;
}

.a-wpp:hover {
  font-weight: 900;
  color: #1BB518;
  text-decoration: underline;
}

.a-loc:hover {
  color: #2fb4cc;
  text-decoration: underline;
}

/* ------- MEDIA QUERIES *------ -*/

@media(min-width: 1200px) and (max-width: 1634px) {
  .div-1 img {
     width: 60%;
  }
}

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

  /* ---- PARTE 4 --- -*/
  .div-1 img {
     width: 50%;
  }

  .cta-blefaro {
     width: 342px;
     padding-left: 40px;
  }

  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 h2 {
     font-size: 42px;
  }
}

@media(min-width: 991.99px) {
 
  
  .h2-beneficios{
    margin-bottom: 72px;
  }
}

@media(max-width: 991.99px) {
  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  .bg-parte-2 h2,
  .bg-parte-2 p {345.88
     text-align: left;
  }
  
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
  }
  
  .bg-parte-2 .accordion-item{
   padding: 0;
   border-radius: 5px;
   border: 1px solid #1F3C62;
  }

  .bg-parte-2 .accordion-body{
   border-radius: 5px;
   padding: 0px 14px;
  }

  .bg-parte-2 .accordion-button{
   box-shadow: none;
  }

  .bg-parte-2 h4 .accordion-button{
   color: white;
   background-image: linear-gradient(to left, #1F3C62 , #1F3C62  93.5%, #3AB8FF 10%);
   font-size: 20px;
   font-weight: 700;
   padding: 25px;
   padding-left: 50px;
   border-radius: 5px;
  }

  .bg-parte-2 .accordion-button::after{
   background-image: none;
   content: "+";
   font-size: 30px;
   color: white;
   position: relative;
   top: -8px;
  }

  .bg-parte-2 .accordion-button:not(.collapsed)::after{
   background-image: none;
   content: "-";
   font-size: 30px;
   color: white;
   position: relative;
   top: 13px;
  }

  .bg-parte-2 h5{
   width: 95%;
	  z-index: 1;
  }

  .bg-parte-2 .borda-blue{
   z-index: 0;
  }

  .bg-parte-2 h3 {
     text-align: left;
     margin-top: 12px;
  }

  .bg-parte-3 h3 {
     font-weight: 600;
     margin-top: 13px;
     margin-bottom: 21px;
  }

  .bg-parte-7 h2 {
     margin-top: 0;
  }

  .bg-parte-4 {
     padding-top: 55px;
  }


}

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

  /* ---- PARTE 1 --- -*/
  .bg-inicio h2 {
     width: 60%;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     display: block;
     margin-bottom: 25px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -120px;
     text-align: center;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 342px;
     padding-left: 40px;
  }

  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 40px;
  }

  .borda-cirurgias {
     height: 400px;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ---- PARTE 7 -- -*/
  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 h2 {
     font-size: 42px;
  }

  /* ----- FOOTER -- -*/
  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

@media(min-width: 550.99px) and (max-width: 767.98px) {

  /* ---- PARTE 1 --- -*/
  .bg-inicio {
     background-image: url(https://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/topo-mobile-blefaro_1698262879241.png);
     background-position-x: 50%;
   background-position-y: 88%;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: scroll;
     height: 1400px;
     padding-top: 48px;
     padding-left: 100px;
  }

  .bg-inicio h1 {
     font-size: 52px;
     justify-content: center;
     align-items: center;
     display: block;
  }

  .bg-inicio h2 {
     width: 70%;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     display: block;
     margin-bottom: 25px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -120px;
     text-align: center;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 342px;
     padding-left: 40px;
  }

  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 40px;
  }

  .borda-cirurgias {
     height: auto;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ---- PARTE 7 -- -*/
  .bg-parte-7 {
     padding-top: 10px;
  }

  .bg-parte-7 h2 {
     margin-top: 0px;
     margin-bottom: 30px;
  }

  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 {
     padding: 70px 0px 0px 0px;
     background-image: url(/wp-content/themes/blefaroplastia/img/bg-parte-8-mobile.png);
     color: white;
     height: 520px;
  }

  .bg-parte-8 img {
     height: 54px;
     margin-right: -50px;
     margin-top: -15px;
     position: relative;
     left: -15px;
  }

  .bg-parte-8 h2 {
     margin-top: 300px;
     font-size: 42px;
  }

  /*---- BG PARTE 10 **** -*/
  .bg-parte-10 {
     text-align: center;
  }

  .bg-parte-10 .pacientes-img {
     margin-bottom: 20px;
  }

  /* ----- FOOTER -- -*/
  .cta-footer {
     padding-left: 35px;
     width: 330px;
     text-align: left;
  }

  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

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

  /* ---- PARTE 1 --- -*/
  .bg-inicio {
     background-image: url(https://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/topo-mobile-blefaro_1698262879241.png);
   height: 1154px;
   background-position-x: 77%;
   background-position-y: 205%;
     padding-top: 48px;
     padding-left: 35px;
  }

  .bg-inicio h1 {
     font-size: 52px;
     justify-content: center;
     align-items: center;
     display: block;
  }

  .bg-inicio h2 {
     width: 80%;
  }

  .bg-inicio a {
     width: 300px;
     margin-top: 30px;
  }

  /* ---- PARTE-2 *-*** */
  .bg-parte-2 h5 {
     padding: 5px;
     padding-left: 15px;
     height: auto;
  }

  .borda-blue {
     height: auto;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     display: block;
     margin-bottom: 25px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -120px;
     text-align: center;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 342px;
     padding-left: 40px;
  }

  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 40px;
  }

  .borda-cirurgias {
     height: auto;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ---- PARTE 7 -- -*/
  .bg-parte-7 {
     padding-top: 10px;
  }

  .bg-parte-7 h2 {
     margin-top: 0px;
     margin-bottom: 30px;
  }

  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 {
     padding: 70px 0px 0px 0px;
     background-image: url(/wp-content/themes/blefaroplastia/img/bg-parte-8-mobile.png);
     color: white;
     height: 520px;
  }

  .bg-parte-8 img {
     height: 54px;
     margin-right: -50px;
     margin-top: -15px;
     position: relative;
     left: -15px;
  }

  .bg-parte-8 h2 {
     margin-top: 250px;
     font-size: 42px;
  }

  /*---- BG PARTE 10 **** -*/
  .bg-parte-10 {
     text-align: center;
  }

  .bg-parte-10 .pacientes-img {
     margin-bottom: 20px;
  }

  /* ----- FOOTER -- -*/
  .cta-footer {
     padding-left: 35px;
     width: 330px;
     text-align: left;
  }

  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

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

  /* --- GLOBAL --- -*/
  h2 {
     font-size: 30px;
  }

  p,
  li,
  a {
     font-size: 17.5px;
     font-weight: 400;
  }

  /* ---- PARTE 1 --- -*/
  .bg-inicio {
     background-image: url(https://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/topo-mobile-blefaro_1698262879241.png);
   height: 1075px;
     background-position-y: 0px;
     padding-top: 48px;
     padding-left: 15px;
     margin-bottom: 40px;
  }

  .bg-inicio h1 {
     font-size: 46px;
     justify-content: center;
     align-items: center;
     display: block;
  }

  .bg-inicio h2 {
     width: 100%;
  }

  .bg-inicio a {
     width: 320px;
     margin-top: 30px;
  }

  /* ---- PARTE-2 *-*** */
  .bg-parte-2 {
     padding-top: 00px;
  }

  .bg-parte-2 h5 {
     padding: 5px;
     padding-left: 15px;
     height: auto;
     font-size: 17px;
  }

  .borda-blue {
     height: auto;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     padding-right: 0;
     display: block;
     margin-bottom: 25px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -85px;
     text-align: center;
     left: -25px;
  }

  .beneficios-mobile {
     position: relative;
     left: -29px;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 342px;
     padding-left: 40px;
  }

  .div-2 {
     overflow-x: hidden;

     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  .beneficios p {
     width: 100%;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 40px;
  }

  .borda-cirurgias {
     height: auto;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ----- parte  ---- -*/

  .bg-parte-6 img {
     border-radius: 10px;
     margin-top: 20px;
  }

  /* ---- PARTE 7 -- -*/
  .bg-parte-7 {
     padding-top: 10px;
  }

  .bg-parte-7 h2 {
     margin-top: 0px;
     margin-bottom: 30px;
  }

  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 {
     padding: 70px 0px 0px 0px;
     background-image: url(/wp-content/themes/blefaroplastia/img/bg-parte-8-mobile.png);
     color: white;
     background-position-x: 50%;
     height: 520px;
  }

  .bg-parte-8 img {
     height: 54px;
     margin-right: -50px;
     margin-top: -15px;
     position: relative;
     left: -15px;

  }

  .bg-parte-8 h2 {
     margin-top: 270px;
     font-size: 35px;
  }

  /* ----- PARTE 9 ---- -*/
  .accordion h3 button {
     font-size: 22px;
     padding: 15px 25px;
  }

  /*---- BG PARTE 10 **** -*/
  .bg-parte-10 {
     text-align: center;
  }

  .bg-parte-10 .pacientes-img {
     margin-bottom: 20px;
  }

  /* ----- FOOTER -- -*/
  .cta-footer {
     padding-left: 35px;
     width: 330px;
     text-align: left;
  }

  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

@media(min-width: 345.99px) and (max-width: 375.98px) {

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

  p,
  li,
  a {
     font-size: 17.5px;
     font-weight: 400;
  }

  /* ---- PARTE 1 --- -*/
  .bg-inicio {
     background-image: url(https://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/topo-mobile-blefaro_1698262879241.png);
     height: 1044px;
    background-size: cover;
   background-position-y: 63%;
     padding-top: 48px;
     padding-left: 15px;
     padding-bottom: 0px;
  }

  .bg-inicio h1 {
     font-size: 46px;
     justify-content: center;
     align-items: center;
     display: block;
  }

  .bg-inicio h2 {
     width: 100%;
     font-size: 29px;
  }

  .bg-inicio a {
     width: 292px;
     margin-top: 30px;
     padding: 12px 15px 15px 20px;
  }

  /* ---- PARTE-2 *-*** */
  .bg-parte-2 {
     text-align: left;
     padding-top: 00px;
  }

  .bg-parte-2 h2,
  .bg-parte-2 p {
     text-align: left;
  }

  .bg-parte-2 h3 {
     text-align: left;
     margin-top: 12px;
  }

  .bg-parte-2 h5 {
     padding: 5px;
     height: auto;
     text-align: left;
     font-size: 17px;
  }

  .borda-blue {
     height: auto;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     padding-right: 0;
     display: block;
     margin-bottom: 25px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -85px;
     text-align: center;
     left: -25px;
  }

  .beneficios-mobile {
     position: relative;
     left: -29px;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 300px;
     padding-left: 20px;
     margin-left: 0;
  }

  .div-2 {
     overflow-x: hidden;

     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  .beneficios p {
     width: 100%;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 0px;
  }

  .borda-cirurgias {
     height: auto;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ----- parte  ---- -*/

  .bg-parte-6 img {
     border-radius: 10px;
     margin-top: 20px;
  }

  /* ---- PARTE 7 -- -*/
  .bg-parte-7 {
     padding-top: 10px;
  }

  .bg-parte-7 h2 {
     margin-top: 0px;
     margin-bottom: 30px;
  }

  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 {
     padding: 70px 0px 0px 0px;
     background-image: url(/wp-content/themes/blefaroplastia/img/bg-parte-8-mobile.png);
     color: white;
     background-position-x: 50%;
     height: 520px;
  }

  .bg-parte-8 img {
     height: 44px;
     margin-right: -50px;
     margin-top: -15px;
     position: relative;
     left: -15px;

  }

  .bg-parte-8 h2 {
     margin-top: 270px;
     font-size: 28px;
  }

  /* ----- PARTE 9 ---- -*/
  .accordion h3 button {
     font-size: 22px;
     padding: 15px 25px;
  }

  .accordion-body {
     padding: 20px;
  }

  /*---- BG PARTE 10 **** -*/
  .bg-parte-10 {
     text-align: center;
  }

  .bg-parte-10 .pacientes-img {
     margin-bottom: 20px;
  }

  /* ----- FOOTER -- -*/
  .cta-footer {
     padding-left: 28px;
     width: 305px;
     text-align: left;
  }

  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

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

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

  p,
  li,
  a {
     font-size: 16.5px;
     font-weight: 400;
  }

  /* ---- PARTE 1 --- -*/
  .bg-inicio {
     background-image: url(https://blefaroplastia.clinicaterciorezende.com.br/wp-content/uploads/2023/10/topo-mobile-blefaro_1698262879241.png);
     height: 1000px;
     background-position-y: 0px;
     padding-top: 48px;
     padding-left: 15px;
     margin-bottom: 30px;
   background-size: cover;
  }

  .bg-inicio h1 {
     font-size: 36px;
     justify-content: center;
     align-items: center;
     display: block;
  }

  .bg-inicio h2 {
     width: 100%;
     font-size: 26px;
  }

  .bg-inicio a {
     width: 100%;
     margin-top: 30px;
     padding: 12px 15px 15px 18px;
     font-size: 18px;
  }

  .bg-inicio a i {
     font-size: 18pt;
  }

  /* ---- PARTE-2 *-*** */
  .bg-parte-2 {
     text-align: left;
     padding-top: 00px;
  }

  .bg-parte-2 h2,
  .bg-parte-2 p {
     text-align: left;
  }

  .bg-parte-2 h3 {
     text-align: left;
     margin-top: 12px;
     font-size: 16px;
  }

  .bg-parte-2 h5 {
     padding: 5px;
     height: auto;
     text-align: left;
     font-size: 16px;
  }

  .borda-blue {
     height: auto;
  }

  /* --- PARTE 3 ----*/
  .bg-parte-3 img {
     margin-top: 0;
     text-align: center;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     padding-right: 0;
     display: block;
     margin-bottom: 25px;
  }

  .bg-parte-3 h3 {
     font-size: 18px;
  }

  /* ---- PARTE 4 --- -*/
  .h2-beneficios {
     position: relative;
     top: -85px;
     text-align: center;
     left: -25px;
  }

  .beneficios-mobile {
     position: relative;
     left: -29px;
  }

  .beneficios h3 {
     font-size: 19px;
  }

  .div-1 img {
     width: 100%;
     position: relative;
  }

  .cta-blefaro {
     width: 100%;
     font-size: 18px;
     padding-left: 20px;
     margin-left: 0;
  }

  .cta-blefaro i {
     padding: 7px;
     font-size: 19pt;
  }

  .div-2 {
     padding-left: 30px;
  }

  .div-1 {
     padding-right: 30px;
  }

  .beneficios p {
     width: 100%;
  }

  /* ---- PARTE 5 --- -*/
  .bg-parte-5 {
     padding-bottom: 0px;
  }

  .borda-cirurgias {
     height: auto;
  }

  .borda-blue-cirurgias {
     margin-bottom: 40px;
  }

  /* ----- parte  ---- -*/

  .bg-parte-6 img {
     border-radius: 10px;
     margin-top: 20px;
  }

  /* ---- PARTE 7 -- -*/
  .bg-parte-7 {
     padding-top: 10px;
  }

  .bg-parte-7 h2 {
     margin-top: 0px;
     margin-bottom: 30px;
  }

  .borda-profissionais {
     margin-bottom: 35px;
  }

  /* ---- PARTE 8 --- -*/
  .bg-parte-8 {
     padding: 70px 0px 0px 0px;
     background-image: url(/wp-content/themes/blefaroplastia/img/bg-parte-8-mobile.png);
     color: white;
     background-position-x: 50%;
     height: 520px;
  }

  .bg-parte-8 img {
     height: 44px;
     margin-right: -50px;
     margin-top: -15px;
     position: relative;
     left: -15px;

  }

  .bg-parte-8 h2 {
     margin-top: 270px;
     font-size: 28px;
  }

  /* ----- PARTE 9 ---- -*/
  .accordion h3 button {
     font-size: 22px;
     padding: 15px 25px;
  }

  .accordion-body {
     padding: 20px;
  }

  /*---- BG PARTE 10 **** -*/
  .bg-parte-10 {
     text-align: center;
  }

  .bg-parte-10 .pacientes-img {
     margin-bottom: 20px;
  }

  /* ----- FOOTER -- -*/
  .cta-footer {
     padding-left: 15px;
     width: 100%;
     font-size: 16px;
     text-align: left;
  }

  .cta-footer i {
     top: 8%;
  }

  .bg-footer {
     padding-top: 90px;
     text-align: center;
     justify-content: center;
     margin: 0 auto;
  }

  .bg-footer .order-2 {
     margin-top: 40px;
  }

  .bg-footer img {
     margin-top: 54px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  color: white;
  transform: translateY(-50%);
  border: 2px solid #3AB6FD;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 50px;
  background: #3AB6FD;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin: 30px 10px 0px 10px;
}

.owl-dots {
  display: none;
}

.owl-prev span {
  position: relative;
  top: -10px;
}

.owl-next span {
  top: -10px;
  position: relative;
}

.botao-wpp-flutuante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  color: white;
}

.botao-wpp-flutuante:hover {
  background-color: #2fb4cc;
  color: white;
  transition: 0.6S;
}

@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%;
  }
}

.div-seta{
   border: 1.4px solid #0C1C34;
   padding: 15px;
   border-radius: 9999px;
   position: absolute;
   left: 50%;
   bottom: 0;
}

.icone-seta {
   animation: animationgoogle 2s infinite;
}
