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

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

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

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

body::-webkit-scrollbar {
  width: 12px;
}

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

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

h2 {
  font-size: 36px;
}

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

.fonte-bold {
  font-weight: bold;
}

.fonte-white {
  color: white;
}

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

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

.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(https://catarata.clinicaterciorezende.com.br/wp-content/uploads/2023/07/topo-inicio.webp);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 950px;
  padding: 100px 0px;
}

.full-banner-inicio h1 {
  color: #000;
  margin-top: 50px;
  font-size: 60px;
  font-weight: 400;
  line-height: 118.5%;
  /* 56.88px */
}

.full-banner-inicio h1 span {
  color: #223D68;
  font-size: 65px;
  font-weight: 900;
  line-height: 118.5%;
  /* 61.62px */
}

.full-banner-inicio a {
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    width: 60%;
    color: white;
    font-size: 22px;
    font-weight: 900;
    line-height: 118.5%;
    background: linear-gradient(55deg, #2C6193 0%, rgba(55, 164, 229, 0.00) 100%), #3AB8FF;
    text-align: center;
    margin-top: 61px;
    padding-right: 20px;
}

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

.full-banner-inicio a::after {
    background-color: white;
    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: #1BB518;
    transform: scale(1.05);
    will-change: transform;
  }

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

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

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

.borda-quem-somos {
  width: 70%;
  border-radius: 10px;
  border: 3px solid #223D68;
}

.bg-parte-2 h3 {
  color: #223D68;
  font-size: 26px;
  line-height: 118.5%;
  /* 30.81px */
}

.bg-parte-2 hr {
  height: 7px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  background: #3AB8FF;
  width: 40%;
  position: absolute;
  left: 2%;
  margin-top: 70px;
}

.bg-parte-2 h2 {
  line-height: 118.5%;
  /* 37.92px */
  color: #223D68;
  margin: 25px 0px;
  margin-top: 100px;
}

.slide-drs {
  width: 90%;
  border-radius: 10px;
  border: 3px solid #223D68;
  padding: 20px 15px;
  height: 585px;
}

.bg-parte-2 h4 {
  font-size: 20px;
  color: #223D68;
  font-weight: 900;
  line-height: 118.5%;
  /* 30.81px */
}

.bg-parte-2 .owl-carousel h3 span {
  font-weight: 400;
}

.owl-carousel img {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
}

.borda-crm {
   border-radius: 999px;
   background: #2C6193;
   width: 87%;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
   text-align: center;
   display: block;
   padding-left: 25px;
   padding: 5px 10px;
   padding-bottom: 7px;
   position: absolute;
   bottom: -15px;
   left: 2%;
}

.borda-crm h4{
   text-align: left;
   padding-left: 15px;
   font-size: 20px;
   color: white;
   line-height: normal;
   font-weight: 500;
   margin-bottom: 0;
}

.owl-carousel .owl-stage-outer {
  padding: 70px 0px;
}

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

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

.borda-caratarata {
  border-radius: 10px;
  background: #2C6193;
  padding: 60px 0px 0px 60px;
  color: white;
}

.img-negada-catarata {
  border-radius: 10px;
  width: 100%;
  height: 550px;
  margin-bottom: -20px;
  margin-left: 120px;
}

.bg-parte-3 h2 {
  line-height: 118.5%;
  /* 37.92px */
  font-weight: 800;
  margin-bottom: 40px;
  display: inline-block;
}

.hr-padrao {
  background: #3AB8FF;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  margin-bottom: 40px;
  width: 200px;
  float: left;
}

.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;
  width: 185px;
  height: 170px;
  color: #223D68;
  margin-top: -50px;
}

.borda-catarata-icones img {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.bg-parte-3 h3 {
  color: #223D68;
  font-size: 18px;
  font-weight: 700;
  line-height: 123%;
  /* 20.91px */
}

.p-bordas {
  margin-top: 40px;
  text-align: left;
  color: #223D68;
}

/* ----------------- BG-PARTE-4 *************** */

.bg-parte-4 {
  background-image: url(https://catarata.clinicaterciorezende.com.br/wp-content/uploads/2023/07/bg-parte-4.webp);
  background-position-x: 80%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 750px;
  padding: 80px 0;
}

.bg-parte-4 h2 {
  display: inline-block;
  margin-bottom: 45px;
}

.logo-left-absolute {
  position: absolute;
  left: 0;
}

.logo-right-absolute {
  position: absolute;
  right: 0;
}

.bg-parte-5 {
  padding: 60px 0;
  background: #2C6193;
}

.bg-parte-5 h2 {
  display: inline-flex;
  margin-bottom: 12px;
}

.borda-convenios {
  padding: 25px;
  border-radius: 10px;
  background: #FFF;
}

.borda-convenios .ul-2 {
  margin-left: 50px;
}

.borda-convenios ul li {
  color: #223D68;
  padding-bottom: 6px;
  font-weight: 700;
}

/* ----- code oftalmocastro --- */

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

.bg-como-funciona {
  padding-top: 60px;
}

.bg-como-funciona hr {
  background-color: #3AB8FF;
  width: 220px;
  height: 6px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
}

.bg-como-funciona h2 {
  text-align: center;
  color: #223D68;
  font-weight: 900;
}

.bg-como-funciona p {
  color: #223D68;
  margin-bottom: 45px;
}

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

.div-borda-pos-cirurgia {
  z-index: 1;
  margin-top: -100px;
  padding: 60px;
  max-width: 1300px;
  margin-left: -100px;
  padding-top: 180px;
  border-radius: 10px 10px 10px 0px;
  background: #2C6193;
}

.div-borda-pos-cirurgia hr {
  background-color: #3AB8FF;
  width: 134px;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  position: absolute;
  left: -20px;
  top: 12%;
}

.div-borda-pos-cirurgia h3 {
  color: white;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 118.5%;
  /* 37.92px */
}

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

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


.bg-parte-6-beneficios h2 {
  color: #223D68;
  display: inline-block;
  font-weight: 700;
}

.bg-parte-6-beneficios hr {
  float: left;
  width: 200px;
  background: #3AB8FF;
  margin-top: 40px;
  margin-bottom: 20px;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
}

.div-p-lentes-intra {
  margin-top: 65px;
}

.bg-parte-6-beneficios p {
  color: #223D68;
  ;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}

.casal-beneficios {
  max-width: 634px;
  height: 100%;
  margin-left: -93px;
}

.borda-numeros {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #223D68;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0px;
  margin-left: -40px;
  padding: 20px;
}

.borda-numeros p {
  color: #223D68;
  margin-top: 0;
  font-weight: normal;
  width: 100%;
  margin-bottom: 0rem;
}

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

/*.borda-numeros .img-1-lista
 {
     padding: 30px;
     padding-top: 10px;
     padding-bottom: 10px;
 } */

.borda-sobre-lentes {
  border-radius: 10px 0px 10px 10px;
  background-color: #2C6193;
  padding: 50px;
  color: white;
}

.borda-sobre-lentes p {
  color: white;
}

.borda-preco-catarata {
  margin-top: 50px;
  border: 4.5px solid #0a3354;
  background-color: #0a3354;
  border-radius: 15px;
  padding: 60px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(10, 51, 84, 0), 5px 5px 5px 5px rgba(10, 51, 84, 0.09);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(10, 51, 84, 0), 5px 5px 5px 5px rgba(10, 51, 84, 0.09);
  border: 2px solid #ebfcff;
  margin-bottom: 50px;
  padding-top: 10px;
}

.borda-preco-catarata p {
  color: white;
  width: 80%;
  margin-bottom: 1px;
  font-weight: 400;
}

.borda-diferenca {
  margin-top: 30px;
  border: 2px solid #0a3354;
  border-radius: 10px;
  background-color: white;
  padding: 40px;
  padding-bottom: 40px;
  color: white;
  height: 100%;
}

.bg-lentes {
  margin-top: 80px;
}

.bg-lentes hr {
  background-color: #2fb4cc;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  height: 6px;
  width: 180px;
  float: none;
}

.borda-diferenca p {
  color: #0a3354;
  margin-bottom: 1px;
  font-weight: bold;
}

.h4-borda {
  font-size: 20px;
  font-weight: 900;
  color: #0a3354;
  margin-bottom: 20px;
}

.bg-parte-6-beneficios button {
  margin-top: 60px;
  width: 60%;
  padding: 10px;
  border: 2px solid #ebfcff;
  border-radius: 5px;
  background: rgb(7, 47, 79);
  background: linear-gradient(90deg, rgba(7, 47, 79, 1) 28%, rgba(51, 111, 159, 1) 48%, rgba(7, 47, 79, 1) 73%);
}

.bg-parte-6-beneficios button:hover{
    background: #223D68;
    color: white;
    font-weight: bold;
    transition: 0.8S;
    border: 1px solid white;
}

.bg-parte-6-beneficios button::after {
    background: white;
    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-parte-6-beneficios button:hover::after {
    transform: translate(0, 0);
  }
  .bg-parte-6-beneficios button a:hover {
    border: 2px solid transparent;
    color: #1BB518;
    transform: scale(1.05);
    will-change: transform;
  }

.bg-parte-6-beneficios a {
  color: white;
  text-decoration: none;
  font-size: 20pt;
}

.bg-preco {
  margin-top: 40px;
}

.bg-preco h2 {
  margin-bottom: 60px;
}

.bg-preco hr {
  background-color: #2fb4cc;
  height: 6px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  width: 220px;
  float: none;
}

/* ------- Estrutura *** */

.bg-estrutura{
  padding-top: 80px;
}

.bg-estrutura hr{
  width: 150px;
  border-radius: 5px;
  border: 1px solid #3AB8FF;
  background: #3AB8FF;
  height: 7px;
}

/* parte  */

.bg-final {
  padding-top: 120px;

}

.bg-final h2 {
  margin-bottom: 30px;
}

.seta-h2-padding {
  margin-bottom: 60px;
}

.div-p-lentes-intra {
  margin-top: 65px;
}

.bg-qual-a-melhor-lente {
  background-image: url(img/bg-melhor-lente.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2C6193;
  color: white;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}


.bg-qual-a-melhor-lente button {
  margin-top: 50px;
  width: 50%;
  padding: 10px;
  border: 2px solid #3AB8FF;
  border-radius: 5px;
  text-align: left;
  padding-left: 45px;
  background-color: #3AB8FF;
}

	.bg-qual-a-melhor-lente button i {
	  color: white;
	  font-size: 26pt;
	  float: right;
	  margin-top: 5px;
	  margin-right: 20px;
	}

	.bg-qual-a-melhor-lente a {
	  color: white;
	  font-weight: 700;
	  text-decoration: none;
	  font-size: 20pt;
	}

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


  .bg-qual-a-melhor-lente button:hover a {
    color: #1BB518;
  }

.bg-qual-a-melhor-lente button:hover i {
    color: #1BB518;
  }

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

.bg-footer {
  background-color: #0C1C34;
  padding-top: 500px;
  margin-top: -452px;
  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 OftalmoCastro --------------- */

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

@media(min-width: 1000px) and (max-width: 1767.99px) {

  .borda-quem-somos {
     margin-top: 0px;
     width: 100%;
     margin-left: 00px;
  }
}

@media(min-width: 992px) and (max-width: 1300.98px) {
	.borda-crm {
		width: 95%;
		left: 0%;
	}	
}

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

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

  .casal-beneficios {
     max-width: 100%;
     height: auto;
     margin-left: 0px;
  }
	
	
}

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


  .img-negada {
     margin-left: 73px;
     margin-top: 343px;
     height: auto;
     max-width: 87%;
  }

  .borda-como-sei {
     background: linear-gradient(150deg, rgba(7, 47, 79, 1) 28%, rgba(51, 111, 159, 1) 48%, rgba(7, 47, 79, 1) 73%);
     padding: 40px;
     padding-right: 100px;
     border: 1px solid white;
     border-radius: 10px;
     width: 700px;
     margin-top: 80px;
  }

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

  .casal-beneficios {
     max-width: 100%;
     height: auto;
     margin-left: 0px;
  }


}

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

  .borda-quem-somos {
     width: 100%;
  }

  .foto-3-rodape {
     margin-top: 20px;
  }

  .borda-quem-somos {
     margin-left: 0;
  }

  .img-negada {
     margin-left: 0px;
     margin-top: 20px;
     height: auto;
     max-width: 100%;
  }

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

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .borda-preco-catarata {
     margin-top: 20px;
     padding: 40px;
  }

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

  .bg-convenios button {
     width: 80%;
  }

  .bg-convenios button img {
     width: 35px;
  }

  .bg-como-funciona img {
     margin-top: 40px;
  }

  .bg-qual-a-melhor-lente button {
     width: 90%;
     padding: 12px;
  }

  .bg-qual-a-melhor-lente button a {
     font-size: 22pt;
  }

  .btn-cta-rodape {
     width: 80%;
  }


}

@media(min-width: 450.99px) and (max-width: 767.98px) {
  .borda-quem-somos {
     margin-top: -158px;
     width: 106%;
     margin-left: -20px;
  }

  .foto-3-rodape {
     margin-top: 20px;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 28px;
     font-weight: 700;
  }

  .div-borda-pos-cirurgia hr {
     float: left;
     left: 7px;
     position: relative;
  }


  .div-p-lentes-intra {
     margin-top: 0;
  }

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

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .alinha-direita {
     margin-top: 40px;
  }

  .borda-preco-catarata {
     margin-top: 20px;
     padding: 20px;
  }

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

  .bg-preco h2 {
     margin-bottom: 10px;
  }

  .borda-numeros {
     width: 108%;
  }

  .borda-numeros p {
     width: 100%;
  }

  .bg-como-funciona {
     padding-top: 80px;
  }

  .bg-como-funciona h2 {
     font-size: 28px;
  }

  .bg-convenios img {
     width: 100%;
  }

  .bg-convenios button {
     width: 100%;
  }

  .bg-convenios a {
     font-size: 14pt;
  }

  .bg-convenios button img {
     width: 35px;
  }

  .bg-como-funciona img {
     margin-top: 40px;
  }

  .bg-qual-a-melhor-lente button {
     width: 100%;
     padding: 5px;
     padding-top: 12px;
     text-align: center;
  }

  .bg-qual-a-melhor-lente button i {
     margin-top: 0;
  }

  .bg-qual-a-melhor-lente button a {
     font-size: 14pt;
  }

  .btn-cta-rodape {
     width: 80%;
  }


}

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

  h2 {
     font-size: 32px;
  }

  .foto-3-rodape {
     margin-top: 20px;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 26pt;
     font-weight: 700;
  }

  .bg-parte-6-beneficios hr {
     margin-bottom: 0;
     margin-top: 20px;
  }

  .img-negada {
     margin-left: 0px;
     margin-top: 20px;
     height: auto;
     max-width: 100%;
  }

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

  .div-borda-pos-cirurgia hr {
     position: relative;
     float: left;
     left: 5px;
  }

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .alinha-direita {
     margin-top: 40px;
  }

  .borda-preco-catarata {
     padding: 22px;
  }

  .div-p-lentes-intra {
     margin-top: 0;
  }

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

  .bg-como-funciona {
     padding-top: 80px;
  }

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

  .bg-qual-a-melhor-lente button {
     width: 100%;
     padding: 12px;
  }

  .bg-qual-a-melhor-lente button a {
     font-size: 16px;
  }

  .bg-qual-a-melhor-lente button i {
     font-size: 20pt;
     margin-top: 0;
     margin-right: 10px;
  }

  .btn-cta-rodape {
     width: 80%;
  }

  .borda-numeros {
     width: 115%;
  }


}

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

  h2 {
     font-size: 32px;
  }

  .foto-3-rodape {
     margin-top: 20px;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 26pt;
     font-weight: 700;
  }

  .bg-parte-6-beneficios hr {
     margin-bottom: 0;
     margin-top: 20px;
  }

  .img-negada {
     margin-left: 0px;
     margin-top: 20px;
     height: auto;
     max-width: 100%;
  }

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

  .div-borda-pos-cirurgia hr {
     position: relative;
     float: left;
     left: 5px;
  }

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .alinha-direita {
     margin-top: 40px;
  }

  .borda-preco-catarata {
     padding: 22px;
  }

  .div-p-lentes-intra {
     margin-top: 0;
  }

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

  .bg-como-funciona {
     padding-top: 80px;
  }

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

  .bg-qual-a-melhor-lente button {
     width: 100%;
     padding: 12px;
     text-align: center;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 26px;
  }

  .bg-qual-a-melhor-lente button a {
     text-align: center;
     font-size: 16px;
  }

  .bg-qual-a-melhor-lente button i {
     font-size: 22pt;
     margin-top: 10px;
     margin-right: 10px;
     text-align: center;
     float: none;
  }

  .btn-cta-rodape {
     width: 80%;
  }

  .borda-numeros {
     width: 115%;
  }

}


@media(min-width: 330px) and (max-width: 350.98px) {

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

  .foto-3-rodape {
     margin-top: 20px;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 26pt;
     font-weight: 700;
  }

  .bg-parte-6-beneficios hr {
     margin-bottom: 0;
     margin-top: 20px;
  }

  .img-negada {
     margin-left: 0px;
     margin-top: 20px;
     height: auto;
     max-width: 100%;
  }

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

  .div-borda-pos-cirurgia hr {
     position: relative;
     float: left;
     left: 5px;
  }

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .alinha-direita {
     margin-top: 40px;
  }

  .borda-preco-catarata {
     padding: 22px;
  }

  .div-p-lentes-intra {
     margin-top: 0;
  }

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

  .bg-como-funciona {
     padding-top: 80px;
  }

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

  .bg-qual-a-melhor-lente button {
     width: 100%;
     padding: 12px;
     text-align: center;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 26px;
  }

  .bg-qual-a-melhor-lente button a {
     text-align: center;
     font-size: 16px;
  }

  .bg-qual-a-melhor-lente button i {
     font-size: 22pt;
     margin-top: 10px;
     margin-right: 10px;
     text-align: center;
     float: none;
  }

  .btn-cta-rodape {
     width: 80%;
  }

  .borda-numeros {
     width: 115%;
  }

  .borda-sobre-lentes {
     padding: 20px;
  }
}

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

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

  .foto-3-rodape {
     margin-top: 20px;
  }

  .bg-parte-6-beneficios hr {
     margin-bottom: 0;
     margin-top: 20px;
     width: 120px;
  }

  .img-negada {
     margin-left: 0px;
     margin-top: 20px;
     height: auto;
     max-width: 100%;
  }

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

  .div-borda-pos-cirurgia hr {
     position: relative;
     float: left;
     left: 5px;
  }

  .casal-beneficios {
     max-width: 100%;
     height: 100%;
     margin-left: 0px;
     margin-top: 20px;
  }

  .alinha-direita {
     margin-top: 40px;
  }

  .borda-preco-catarata {
     padding: 22px;
  }

  .div-p-lentes-intra {
     margin-top: 0;
  }

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

  .bg-como-funciona {
     padding-top: 80px;
  }

  .bg-como-funciona img {
     margin-top: 0px;
  }

  .bg-qual-a-melhor-lente button {
     width: 100%;
     padding: 12px;
     text-align: center;
  }

  .div-borda-pos-cirurgia h3 {
     font-size: 24px;
  }

  .borda-diferenca {
     padding: 20px;
  }

  .bg-qual-a-melhor-lente button a {
     text-align: center;
     font-size: 16px;
  }

  .bg-qual-a-melhor-lente button i {
     font-size: 22pt;
     margin-top: 10px;
     margin-right: 10px;
     text-align: center;
     display: block;
     float: none;
  }

  .btn-cta-rodape {
     width: 80%;
  }

  .borda-numeros {
     width: 115%;
  }

  .borda-sobre-lentes {
     padding: 20px;
  }
}

.hover-rede1:hover {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.hover-rede2:hover {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
}

.borda-sobre-lentes {
  margin-top: 0px;
  border: 1px solid #0a3354;
  background: #0a3354;
  padding: 45px;
  border-radius: 15px;
}


.borda-sobre-lentes p {
  font-weight: normal;
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}


/*--------------- Media Queries *************************** */
@media(min-width:992px) and (max-width: 1415px) {
	.div-borda-pos-cirurgia hr{
		left: 73px;
	}
}

@media(min-width:1200px) and (max-width: 1500px) {
  .img-negada-catarata {
     max-width: 100%;
     margin-left: 10px;
  }

  .slide-drs {
    width: 90%;
    border-radius: 10px;
    border: 3px solid #223D68;
    padding: 20px 15px;
    height: 529px;
  }

  .borda-catarata-icones {
     max-width: 185px;
  }
}

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

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

  .slide-drs {
    width: 95%;
    border-radius: 10px;
    border: 3px solid #223D68;
    padding: 20px 15px;
    height: 529px;
  }

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 70%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 20px;
     height: auto;
  }

  .borda-caratarata {
     padding: 60px 0px 51px 60px;
  }

  .borda-catarata-icones {
     max-width: 116%;
  }

  .bg-qual-a-melhor-lente button {
		width: 66%;
	}

  .bg-qual-a-melhor-lente {
     margin-top: 0px;
  }

  .borda-sobre-lentes {
     margin-top: 10px;
     padding: 20px;
  }

  .borda-preco-catarata {
     margin-bottom: 0;
  }

  .p-wta3 {

     margin-bottom: 85px;
  }

  .borda-diferenca {
     height: auto;
     padding-bottom: 25px;
  }

  .img-negada {
     position: inherit;
  }


  .borda-sobre-lentes p {
     font-weight: normal;
     color: white;
     margin-top: 0;
     margin-bottom: 1rem;
     text-align: center;
  }

  .img-1-catarata {
     height: auto;
  }

  .bg-como-funciona img {
     margin-top: 40px;
     margin: 0 auto;
     display: block;
     align-items: center;
     text-align: center;
     justify-content: center;
     margin-top: 40px;
  }

  .borda-quem-somos {
     width: 100%;
  }
}

@media(max-width: 991.98px) {

  .logo-left-absolute {
     display: none;
  }

  .slide-drs{
    width: 100%;
  }

  .bg-final {
     padding-top: 0;
  }

  .logo-right-absolute {
     display: none;
  }

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

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

  .bg-parte-4 {
     background-image: none;
  }

  .bg-parte-4 {
     height: auto;
  }

  .bg-parte-5 p {
     text-align: center;
     margin: 20px 0;
  }

  .bg-parte-5 h2 {
     text-align: center;
     display: block;
  }

  .hr-padrao {
     float: none;
  }

  .borda-convenios {
     justify-content: center;
     align-items: center;
     margin: 0 auto;
  }

  .borda-convenios .ul-2 {
     margin-left: 0;
  }
}

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

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

  .slide-drs {
    width: 95%;
    border-radius: 10px;
    border: 3px solid #223D68;
    padding: 20px 15px;
    height: 650px;
  }

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 53%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 60px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }
	
   .div-borda-pos-cirurgia hr {
		top: 6%;
	}

  .borda-catarata-icones {
     max-width: 185px;
  }
}

@media(max-width: 768px){
  .slide-drs {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #223D68;
    padding: 50px 15px;
    height: auto;
  }
	
	.borda-crm{
		width: 75%;
		left: 12;
	}
}

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

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

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 60%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 60px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

  .borda-catarata-icones {
     max-width: 185px;
  }
}

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

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

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 90%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 30px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

  .borda-catarata-icones {
     max-width: 185px;
  }
}

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

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

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 90%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 25px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

  .borda-catarata-icones {
     max-width: 163px;
     height: 180px;
  }
}

@media(min-width:355.99px) and (max-width: 380.98px) {

  h2 {
     font-size: 30px;
  }

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

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 90%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 20px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

  .borda-catarata-icones {
     max-width: 163px;
     height: 180px;
  }
}

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

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

  h2 {
     font-size: 28px;
  }

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

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

  .full-banner-inicio a {
     font-size: 24px;
     width: 100%;
  }

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 20px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

  .borda-catarata-icones {
	  max-width: 147px;
   	 height: auto;
  }
}


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

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

	.borda-crm {
		width: 100%;
		left: 0;
	}
	
  h2 {
     font-size: 26px;
  }

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

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

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

  .full-banner-inicio a img {
     margin-top: 5px;
     margin-right: 10px;
  }

  .img-negada-catarata {
     max-width: 100%;
     margin-left: 0px;
     height: auto;
  }

  .borda-caratarata {
     padding: 20px;
     padding-bottom: 100px;
  }

  .borda-negadas-cataratas {
     margin-top: 10px;
  }

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

  .borda-catarata-icones {
     max-width: 100%;
     height: auto;
     padding: 10px;
  }
}

@media(max-width: 600px){
	.full-banner-inicio{
		background-image: url(https://catarata.clinicaterciorezende.com.br/wp-content/uploads/2023/07/topo-mobile.webp);
		height: auto;
	}
	
	.borda-quem-somos{
		margin-top: 0px;
		width: 91%;
	}
}
