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

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

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  height: 95%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background-color: black;
}

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

/* 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;
  color: #3A3A3A;
  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 ------------------- */
.full-banner-inicio {
  background-image: url(/wp-content/themes/catarata-iol/img/full-banner-inicio.png);
  background-position-x: 80%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 850px;
  padding: 100px 0px;
}

.full-banner-inicio h1 {
  color: #016334;
  margin-top: 35px;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 118.5%;
  /* 61.62px */
}

.full-banner-inicio h1 span {
  color: #3A3A3A;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.5%;
  /* 56.88px */
}

.full-banner-inicio a {
  padding: 15px;
  display: inline-block;
  width: 312px;
  color: white;
  font-size: 22px;
  font-weight: 900;
  line-height: 118.5%;
  border-radius: 8px;
  background: linear-gradient(90deg, #FF8731 4.48%, #CF6E28 76.12%);
  text-align: center;
  margin-top: 50px;
  padding-right: 20px;
  text-decoration: none;
}

.full-banner-inicio a:hover {
  background-color: #223D68;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 2px solid white;
}

.borda-preta-cta {
  border-radius: 5px;
  background: #3A3A3A;
  width: 120px;
  display: flex;
  height: 54px;
  margin-top: 50px;
  flex-shrink: 0;
  margin-right: -100px;
}

.full-banner-inicio a::after {
  background-color: #0C452A;
  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;
}

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

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

.full-banner-inicio a img {
  float: right;
  margin-top: 3px;
}

/* ---------- BG PARTE 2 -----------*/
.bg-parte-2 {
  padding: 65px 0px;
}

.borda-h2 {
  width: 152px;
  height: 7px;
  flex-shrink: 0;
  background-color: #016334;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-top: 107px;
}

.bg-parte-2 h2 {
  color: #0C452A;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
  margin-bottom: 22px;
}

.bg-parte-2 video {
  height: 700px;
  position: relative;
  left: 120px;
  max-width: 100%;
  border-radius: 10px;
}

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

.bg-parte-3 h2 {
  color: #0C452A;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.bg-parte-3 h3 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-weight: 400;
}

.bg-parte-3 h3>span {
  color: #0C452A;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 30.81px */
  display: block;
}

.margin-direita {
  padding-left: 40px;
  padding-right: 30px;
}

.gallery {
  display: flex;
  gap: 4px;
}

.card-especialistas {
  position: relative;
  left: 0px;
  width: 60%;
  padding: 20px 30px;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
  flex: 1px;
  height: auto;
  margin-right: 0px;
  border-radius: 10px;
  border: 3px solid #016233;
  border-radius: 20px;
}

.card-especialistas:hover .img-vertical {
  display: none;
}

.card-especialistas p,
.card-especialistas h3,
.card-especialistas .img-horizontal {
  display: block;
}

.card-especialistas {
  padding: 30px 15px;
  flex: 1px;
  font-weight: bold;
  width: 95%;
  cursor: pointer;
  opacity: 1;
  background-color: white;
  z-index: 1;
}

.bg-parte-3 a {
  border-radius: 8px;
  background: linear-gradient(90deg, #FF8731 4.48%, #CF6E28 76.12%);
  padding: 15px 50px;
  display: block;
  width: 685px;
  color: #FFF;
  text-decoration: none;
  margin-top: 66px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 26.07px */
  letter-spacing: 1.76px;
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
}

.bg-parte-3 a:hover {
  background: #1BB518;
  color: white;
  transition: 0.5S;
  border: 3px double white;
}

.bg-parte-3 a i {
  font-size: 20pt;
  font-weight: 900;
  position: relative;
  left: 30px;
  top: 4px;
}

#mao {
  position: relative;
  top: 0%;
  left: 80%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #FF8731;
  animation: click-animation 1s infinite;
}

@keyframes click-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

/* -------------- PARTE 4 ----------- */
.bg-parte-4 {
  padding: 60px 0px;
}

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

.borda-caratarata {
  border-radius: 10px;
  background: linear-gradient(277deg, #0C3E25 9.85%, #006233 39.04%), #006233;
  backdrop-filter: blur(38.5px);
  padding: 60px 0px 60px 60px;
  color: white;
}

.img-negada-catarata {
  border-radius: 10px;
  width: 500px;
  height: 512px;
  object-fit: cover;
}

.borda-h2-parte-3 {
  width: 152px;
  height: 7px;
  flex-shrink: 0;
  background-color: white;
  border-radius: 10px;
}

.bg-parte-4 h2 {
  line-height: 118.5%;
  color: white;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 25px;
}

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

.bg-parte-5 h2 {
  color: #0C452A;
  margin-bottom: 35px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.borda-catarata-icones {
  background-color: white;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 7px 8px 23px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 10px;
  width: 185px;
  height: 170px;
  color: #223D68;
  margin-bottom: 15px;
}

.borda-catarata-icones img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.borda-catarata-icones h3 {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 700;
  line-height: 123%;
  /* 20.91px */
}

.borda-catarata-icones-green {
  border-radius: 10px;
  background: #0C452A;
  box-shadow: 7px 8px 23px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 10px;
  width: 185px;
  height: 170px;
  margin-bottom: 15px;
}

.borda-catarata-icones-green img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.borda-catarata-icones-green h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 123%;
  /* 20.91px */
}

/* ---------- PARTE 6 -------------*/
.bg-parte-6 {
  padding: 70px 0px 70px 0px;
  color: white;
  border-radius: 10px;
  background: linear-gradient(277deg, #0C3E25 9.85%, #006233 39.04%), #006233;
  backdrop-filter: blur(38.5px);
}

.bg-parte-6 p {
  color: white;
}

.bg-parte-6 h2 {
  color: #FFF;
  margin: 25px 0px 20px 0px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.bg-parte-6 img {
  position: absolute;
  left: 0;
  top: -30px;
  width: 45%;
  height: 110%;
}

/* ---------- PARTE 7 -------------*/
.bg-parte-7 {
  padding: 170px 0px 70px 0px;
  color: #0D3F26;
}

.borda-h2-parte-7 {
  width: 152px;
  height: 7px;
  background-color: #0D3F26;
  margin-bottom: 25px;
  border-radius: 10px;
}

.bg-parte-7 h2 {
  color: #0D3F26;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.bg-parte-7 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 90%;
}

/* ---------- PARTE 8 ------------- */
.bg-parte-8 {
  padding: 60px 0px;
}

.bg-parte-8 h2 {
  color: #0D3F26;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
  margin-bottom: 35px;
}

.bg-parte-8 .col-lg-10 {
  margin-bottom: 40px;
}

.img-1-catarata {
  height: 100%;
}

.div-borda-pos-cirurgia {
  z-index: 1;
  margin-top: -100px;
  padding: 60px;
  width: 1364px;
  margin-left: -100px;
  padding-top: 160px;
  border-radius: 10px;
  background: linear-gradient(277deg, #0C3E25 9.85%, #006233 39.04%), #006233;
  backdrop-filter: blur(38.5px);
}

.div-borda-pos-cirurgia h3 {
  color: white;
  font-size: 32px;
  margin: 25px 0px;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.div-borda-pos-cirurgia ul {
  list-style-image: url(/wp-content/themes/catarata-iol/img/check-circle-white.png);
  color: white;
}

.div-borda-pos-cirurgia ul li {
  color: white;
}

.div-borda-pos-cirurgia p {
  color: white;
  margin-bottom: 25px;
}

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

.bg-parte-9 h2 {
  color: #0D3F26;
  font-weight: 700;
  margin-bottom: 44px;
}

.borda-h2-parte-9 {
  width: 152px;
  height: 7px;
  background-color: #0D3F26;
  margin-bottom: 25px;
  margin-top: 15px;
  border-radius: 10px;
}

.casal-beneficios {
  max-width: 634px;
  height: 100%;
  border-radius: 10px;
  position: relative;
  right: 95px;
}

.bg-parte-9 ul {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 25px;
}

.borda-numeros {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #016334;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.borda-numeros p {
  margin-bottom: 0rem;
}

.borda-numeros img {
  max-width: 32px;
  max-height: 33px;
  margin-right: 15px;
}

/* ------ PARTE 10 ---*/
.bg-parte-10 {
  border-radius: 10px;
  background: linear-gradient(277deg, #0C3E25 9.85%, #006233 39.04%), #006233;
  backdrop-filter: blur(38.5px);
  padding: 70px 100px;
  color: white;
}

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

.bg-parte-10 p {
  color: white;
  width: 100%;
  font-weight: 400;
}

.bg-parte-10 a {
  border-radius: 8px;
  background: linear-gradient(90deg, #FF8731 4.48%, #CF6E28 76.12%);
  padding: 15px 50px;
  display: block;
  width: 593px;
  color: #FFF;
  text-decoration: none;
  margin-top: 35px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 26.07px */
  letter-spacing: 1.76px;
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
}

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

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

.bg-parte-10 a:hover {
  background: white;
  color: #FF8731;
  transition: 0.5S;
  border: 3px double #FF8731;
}

.bg-parte-10 a i {
  font-size: 20pt;
  font-weight: 900;
  position: relative;
  left: 30px;
  top: 4px;
}

/* ---------- PARTE 11 ---------- */
.bg-parte-11 {
  padding: 60px 0px;
}

.bg-parte-11 h2 {
  margin-bottom: 50px;
  color: #0D3F26;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.bg-parte-11 .col-lg-5 {
  margin-top: 40px;
}

.bg-parte-11 img {
  margin-left: 50px;
  border-radius: 10px;
}

.p-lentes-intraoculares {
  border-radius: 10px;
  border: 2px solid #016334;
  padding: 20px 35px;
}

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

.bg-parte-12 h2 {
  margin-bottom: 50px;
  color: #0D3F26;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.borda-lio-12 {
  border-radius: 10px;
  border: 2px solid #016334;
  padding: 50px 30px;
  height: 100%;
}

.bg-parte-12 h3 {
  color: #3A3A3A;
  font-size: 20px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 27.2px */
}

.bg-parte-12 ul {
  list-style-image: url(/wp-content/themes/catarata-iol/img/check-circle-ul.png);
}

/*------------ PARTE 13 ------------*/
.bg-parte-13 {
  padding: 70px 0px;
  border-radius: 10px;
  background: linear-gradient(277deg, #0C3E25 9.85%, #006233 39.04%), #006233;
  backdrop-filter: blur(38.5px);
  color: white;
}

.bg-parte-13 h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
  margin-top: 28px;
  margin-bottom: 35px;
}

.bg-parte-13 a {
  border-radius: 8px;
  background: linear-gradient(90deg, #FF8731 4.48%, #CF6E28 76.12%);
  padding: 15px 50px;
  display: inline-block;
  width: 593px;
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 26.07px */
  letter-spacing: 1.76px;
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
}

.bg-parte-13 a:hover {
  background: white;
  color: #FF8731;
  transition: 0.5S;
  border: 3px double #FF8731;
}

.bg-parte-13 a i {
  font-size: 20pt;
  font-weight: 900;
  position: relative;
  left: 30px;
  top: 4px;
}

/* ----------- PARTE 14 ---- -*/
.bg-parte-14 {
  padding-top: 70px;
}

.bg-parte-14 h2 {
  color: #0D3F26;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

.bg-parte-14 h2 span {
  color: #3A3A3A;
  font-style: normal;
  font-weight: 400;
  line-height: 118.5%;
  display: block;
}

.bg-parte-14 h3 {
  margin-bottom: 20px;
}

.foto-1-rodape {
  height: 100%;
}

.bg-parte-14 h3 a {
  text-decoration: none;
  color: #3A3A3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 59%;
}

.bg-parte-14 h3 a:hover {
  color: #FF8731;
  transition: 0.5S;
}

.word {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}

.word::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  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);
  }
}

/*----------- FOOTER ------- */
.bg-footer {
  background: #031D10;
  padding-top: 300px;
  margin-top: -220px;
  color: white;
}

.bg-footer img {
  margin-bottom: 20px;
}

.bg-footer p,
.bg-footer a {
  color: white;
  font-size: 17px;
  text-decoration: none;
}

.bg-footer h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 800;
}

#p-wta3 a:hover {
  color: #3AB8FF;
  text-decoration: underline;
}

.bg-footer .col-lg-12 {
  margin-top: 30px;
}

.a-loc-footer:hover {
  color: #FF8731;
  transition: 0.5S;
  text-decoration: underline;
}

.a-tel-footer:hover {
  color: #007bff;
  transition: 0.5S;
  text-decoration: underline;
}

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

  /* ---------- PARTE 3 ----*/
  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
  }

  /* ----- PARTE 7 ---*/
  .bg-parte-7 img {
    position: absolute;
    right: 0%;
    top: 0;
    width: 45%;
    height: 87%;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .div-borda-pos-cirurgia {
    width: 100%;
    margin-left: 0;
  }
}

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

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
  }

  /* ---------- PARTE 3 ----*/
  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ----- PARTE 7 ---*/
  .bg-parte-7 img {
    position: absolute;
    right: 0%;
    top: 0;
    width: 45%;
    height: 87%;
    object-fit: cover;
  }

  /* -------- PARTE 8 ---*/
  .div-borda-pos-cirurgia {
    width: 100%;
    margin-left: 0;
  }

  /* -------- PARTE 9 ---*/
  .casal-beneficios {
    max-width: 120%;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 img {
    margin-left: 0;
  }
}

@media(max-width: 992px) {
  .deocleciano-vertical {
    height: auto;
  }

  .card-especialistas {
    margin-bottom: 20px;
  }
}

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

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

  /* ----- PARTE 7 ---*/
  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .div-borda-pos-cirurgia {
    width: 100%;
    margin-left: 0;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}

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

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  .bg-parte-3 a {
    width: 100%;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

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

  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .div-borda-pos-cirurgia {
    width: 100%;
    margin-left: 0;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .bg-parte-9 {
    padding-top: 20px;
  }

  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /* ------- PARTE 10 ---*/
  .bg-parte-10 {
    padding: 50PX;
  }

  .bg-parte-10 a {
    width: 100%;
    text-align: center;
  }

  .bg-parte-10 a i {
    left: 10px;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /* ------- PARTE 13 ------ */
  .bg-parte-13 a {
    width: 100%;
    text-align: center;
  }

  .bg-parte-13 a i {
    left: 0;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}

@media(max-width: 550px) {
  .full-banner-inicio {
    background-image: url(/wp-content/themes/catarata-iol/img/topo-mobile-catarata.jpg);
    padding: 80px 0px;
    height: auto;
  }

  .bg-parte-2 {
    padding-top: 0;
  }
}

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

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

  p,
  li,
  a {
    font-size: 18px;
  }

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

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

  .full-banner-inicio img {
    margin-top: 70px;
  }

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .bg-parte-3 {
    padding-top: 0;
  }

  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  .bg-parte-3 a {
    width: 100%;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

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

  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .div-borda-pos-cirurgia {
    width: 100%;
    padding: 35px;
    margin-left: 0;
    padding-top: 160px;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .bg-parte-9 {
    padding-top: 20px;
  }

  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /* ------- PARTE 10 ---*/
  .bg-parte-10 {
    padding: 50PX;
  }

  .bg-parte-10 a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .bg-parte-10 a i {
    left: 10px;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /* ------- PARTE 13 ------ */
  .bg-parte-13 a {
    width: 100%;
    text-align: center;
  }

  .bg-parte-13 a i {
    left: 0;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}

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

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

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ----- INICIO --------- */
  .borda-preta-cta {
    width: 110px;
  }

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

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

  .full-banner-inicio img {
    margin-top: 70px;
  }

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .bg-parte-3 {
    padding-top: 0;
  }

  .bg-parte-3 h3>span {
    font-size: 23px;
  }

  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  .bg-parte-3 a {
    width: 100%;
    padding: 15px;
  }

  .bg-parte-3 a i {
    left: 10px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

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

  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .bg-parte-8 {
    padding-top: 0;
  }

  .div-borda-pos-cirurgia {
    width: 100%;
    padding: 35px;
    padding-top: 160px;
    margin-left: 0;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .bg-parte-9 {
    padding-top: 20px;
  }

  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /* ------- PARTE 10 ---*/
  .bg-parte-10 {
    padding: 50PX;
  }

  .bg-parte-10 a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .bg-parte-10 a i {
    left: 10px;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 {
    padding-top: 20px;
  }

  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /* ------- PARTE 13 ------ */
  .bg-parte-13 a {
    width: 100%;
    text-align: center;
  }

  .bg-parte-13 a i {
    left: 0;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}

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

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

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

  /* ----- INICIO --------- */
  .borda-preta-cta {
    width: 110px;
  }

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

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

  .full-banner-inicio img {
    margin-top: 70px;
  }

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
    height: auto;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .bg-parte-3 {
    padding-top: 0;
  }

  .bg-parte-3 h3>span {
    font-size: 23px;
  }

  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
    padding: 20px 20px;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  .bg-parte-3 a {
    width: 100%;
    padding: 15px;
  }

  .bg-parte-3 a i {
    left: 10px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  .bg-parte-4 {
    padding-top: 0;
  }

  .borda-caratarata {
    padding: 40px 30px 40px 30px;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

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

  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .bg-parte-8 {
    padding-top: 0;
  }

  .div-borda-pos-cirurgia {
    width: 100%;
    padding: 35px;
    padding-top: 160px;
    margin-left: 0;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .bg-parte-9 {
    padding-top: 20px;
  }

  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /* ------- PARTE 10 ---*/
  .bg-parte-10 {
    padding: 50px 30px 50px 30px;
  }

  .bg-parte-10 a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .bg-parte-10 a i {
    left: 10px;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 {
    padding-top: 20px;
  }

  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /* ------- PARTE 13 ------ */
  .bg-parte-13 a {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
  }

  .bg-parte-13 a i {
    left: 0;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}

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

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

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

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

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

  .full-banner-inicio img {
    margin-top: 70px;
  }

  .borda-preta-cta {
    width: 110px;
  }

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

  /*------------ PARTE 2--- */
  .bg-parte-2 video {
    left: 0;
    height: auto;
  }

  .bg-parte-2 {
    padding-bottom: 20px;
  }

  .borda-h2 {
    margin-top: 20px;
  }

  /* ---------- PARTE 3 ----*/
  .bg-parte-3 {
    padding-top: 0;
  }

  .bg-parte-3 h3>span {
    font-size: 23px;
  }

  .gallery {
    display: block;
  }

  .card-especialistas {
    opacity: 1;
    width: 100%;
    padding: 20px 20px;
  }

  .card-especialistas .img-vertical {
    display: none;
  }

  .card-especialistas .img-horizontal,
  .card-especialistas h3,
  .card-especialistas p {
    display: block;
  }

  .card-especialistas:hover {
    width: 100%;
    padding: 25px;
  }

  #mao {
    left: 34%;
    width: 25px;
  }

  .bg-parte-3 a {
    width: 100%;
    margin-top: 20px;
    font-size: 19px;
    padding: 15px;
  }

  .bg-parte-3 a i {
    left: 10px;
  }

  /* ------ PARTE 4 ---*/
  .img-negada-catarata {
    width: 100%;
    height: auto;
  }

  .bg-parte-4 {
    padding-top: 0;
  }

  .borda-caratarata {
    padding: 40px 15px 40px 15px;
  }

  /* ------- PARTE 5 ----*/
  .borda-catarata-icones {
    width: 100%;
    height: 90%;
  }

  .bg-parte-5 {
    padding-top: 0;
  }

  .borda-catarata-icones-green {
    width: 100%;
    height: 90%;
  }

  .borda-catarata-icones-green h3 {
    font-size: 14px;
  }

  .borda-catarata-icones h3 {
    font-size: 14px;
  }

  /* ------- PARTE 6 --------*/
  .bg-parte-6 img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 35px;
  }

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

  .bg-parte-7 img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* -------- PARTE 8 ---*/
  .bg-parte-8 {
    padding-top: 0;
  }

  .div-borda-pos-cirurgia {
    width: 100%;
    padding: 20px;
    padding-top: 160px;
    margin-left: 0;
  }

  .img-1-catarata {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .img-2-catarata {
    width: 100%;
  }

  /* -------- PARTE 9 ---*/
  .bg-parte-9 {
    padding-top: 20px;
  }

  .casal-beneficios {
    max-width: 100%;
    height: auto;
    right: 0;
  }

  /* ------- PARTE 10 ---*/
  .bg-parte-10 {
    padding: 50px 30px 50px 30px;
  }

  .bg-parte-10 a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .bg-parte-10 a i {
    left: 10px;
  }

  /*---- PARTE 11 ---*/
  .bg-parte-11 {
    padding-top: 20px;
  }

  .bg-parte-11 img {
    margin-left: 0;
    width: 100%;
    margin: 25px 0px;
  }

  .bg-parte-11 .col-lg-5 {
    margin-top: 0;
  }

  .bg-parte-11 h2 {
    margin-bottom: 0;
  }

  /* ------- PARTE 12 ----*/
  .bg-parte-12 {
    padding-top: 0;
  }

  .borda-lio-12 {
    margin-bottom: 25px;
    height: auto;
    border-bottom: 2px solid #016334;
  }

  /* ------- PARTE 13 ------ */
  .bg-parte-13 a {
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    font-size: 19px;
  }

  .bg-parte-13 a i {
    left: 0;
  }

  /*--- PARTE 14 - ----- */
  .foto-1-rodape {
    margin-top: 25px;
  }
}