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

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

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

.owl-theme .owl-dots {
   display: none;
}

.fonte-verde-escuro {
   color: #0c5029;
}

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

body {
   cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
}

h2 {
   font-style: normal;
   font-weight: 700;
   font-size: 24px;
   line-height: 146%;
   font-family: "Sora", sans-serif;
}

h3,
h4,
h5 {
   font-style: normal;
   font-weight: 400;
   font-size: 24px;
   line-height: 118.5%;
   color: #000000;
   font-family: "Sora", sans-serif;
}

p,
li,
a,
.fonte-padrao {
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 194%;
   /* or 31px */
   color: #686969;
   font-family: "Sora", sans-serif;
}

.p-relative {
   position: relative;
}

.f-right {
   float: right;
}

.color-marrom {
   color: #62483B;
}

.color-black {
   color: #27292C;
}

.color-blue {
   color: #095D74;
}

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

.color-white {
   color: white;
}

.color-pink {
   color: #8F3846;
}

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

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

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

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

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

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

.word {
   position: relative;
}

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

.botao-fixo-rodape-1,
.botao-fixo-rodape-2 {
   position: fixed;
   bottom: -100px;
   /* Inicialmente fora da tela */
   left: 0;
   width: 100%;
   transition: bottom 0.5s ease-in-out;
   z-index: 1000;
}

/* Botão WhatsApp */
.botao-fixo-rodape-1 {
   bottom: 38.5px;
   /* Espaço para o segundo botão */
}

.botao-fixo-rodape-1 a {
   color: white;
   background-color: #DFA116;
   width: 100%;
}

/* Botão Telefone */
.botao-fixo-rodape-2 {
   bottom: 0px;
}

.botao-fixo-rodape-2 a {
   color: black;
   background-color: #F8F2F4;
   width: 100%;
}

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

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

nav {
   background: white;
   backdrop-filter: blur(18.35px);
   /* Note: backdrop-filter has minimal browser support */
   padding: 25px 0px;
}

nav a {
   background: linear-gradient(90deg, rgba(9, 58, 23, 0.5) 0%, rgba(69, 190, 103, 0.5) 100%), #45BE67;
   border-radius: 9999px;
   color: white;
   padding: 10px 35px;
   display: inline-block;
   text-transform: uppercase;
   font-size: 16px;
   float: right;
}

nav a i {
   padding-right: 10px;
}

/*-------- INICIO -----*/
.full-banner-inicio {
   background-image: url(/wp-content/themes/hov/img/full-banner-inicio.jpg);
   background-position-y: 0px;
   background-position-x: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   height: 650px;
}

.full-banner-inicio h1 {
   font-family: "Sora", sans-serif;
   font-style: normal;
   font-weight: 800;
   font-size: 56px;
   line-height: 118.5%;
   /* or 66px */
   text-align: center;
   color: #095D74;
   margin-top: 40px;
}

.full-banner-inicio h2 {
   font-family: "Sora", sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 146%;
   /* or 47px */
   text-align: center;
   width: 65%;
   color: #555555;
   margin-top: 10px;
   margin-bottom: 30px;
}

.cta-wpp {
   background: linear-gradient(90deg, #3E8768 4.48%, rgba(27, 181, 24, 0.94) 76.12%);
   border-radius: 8px;
   color: white;
   padding: 15px 35px 15px 20px;
   display: inline-block;
   width: 400px;
   font-family: "Sora", sans-serif;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   font-size: 16px;
   line-height: 118.5%;
   /* or 19px */
   text-transform: uppercase;
   position: relative;
   left: 60px;
}

.cta-wpp i {
   font-weight: bolder;
   font-size: 38px;
   position: absolute;
   right: 30px;
   top: 5px;
}

.cta-convenios {
   background: linear-gradient(90deg, #B5593C 4.48%, rgba(220, 117, 43, 0.94) 76.12%);
   border-radius: 8px;
   color: white;
   padding: 15px 35px 15px 20px;
   display: inline-block;
   width: 400px;
   font-family: "Sora", sans-serif;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   font-size: 16px;
   line-height: 118.5%;
   /* or 19px */
   text-transform: uppercase;
   position: relative;
   right: 20px;
}

.cta-convenios i {
   font-weight: bolder;
   font-size: 38px;
   position: absolute;
   right: 30px;
   top: 5px;
}

/*-------- PARTE 2 -----*/
.borda-convenios {
   background-color: #095D74;
   display: flex;
   border-radius: 10px;
   margin-top: -120px;
}

.borda-convenios .col-lg-2 {
   margin-top: 20px !important;
}

.borda-pt-2 {
   background: #FFFFFF;
   border-radius: 10px;
   width: 180px;
   padding: 25px 15px;
   justify-content: center;
   align-items: center;
   display: block;
   margin: 0 auto;
   height: 100%;
   text-align: center;
}

.hidden-content {
   display: none;
}

.borda-pt-2 img {
   justify-content: center;
   align-items: center;
   display: flex;
   margin: 0 auto;
   height: 100%;
   object-fit: contain;
}

.borda-convenios button {
   background: none;
   width: auto;
   border: none;
   padding: 0;
}

.borda-convenios p {
   margin-top: 30px;
   font-style: normal;
   font-weight: 700;
   line-height: 146%;
   text-align: center;
   color: #FFFFFF;
   padding: 0 20px;
}

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

.bg-parte-3 h3 {
   text-transform: uppercase;
   border: 2px solid #095D74;
   border-radius: 5px;
   display: inline-block;
   padding: 15px 40px;
   width: 500px;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 118.5%;
   /* or 24px */
   text-transform: uppercase;
   color: #555555;
}

.bg-parte-3 i {
   color: #00CFF6;
   font-size: 24px;
   margin-right: 10px;
}

/*-------- PARTE 4 -----*/
.bg-parte-4 {
   padding-bottom: 65px;
}

/*-------- PARTE 5 -----*/
.bg-parte-5 {
   padding: 65px 0px 150px;
   background: linear-gradient(265.61deg, rgba(78, 189, 252, 0.2) 3.83%, rgba(235, 244, 246, 0.2) 90.87%), #EAF3F5;
}

.bg-parte-5-negado {
   margin-top: -120px;
}

.card-pt-5 {
   background: white;
   border-radius: 5px;
   padding: 15px 2px;
   margin: 0px 5px;
}

.card-pt-5 h3 {
   margin: 15px 0px 7px;
   color: #095D74;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 118.5%;
   /* or 24px */
   text-align: center;
}

.card-pt-5 h4 {
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 118.5%;
   /* or 19px */
   text-align: center;
   color: #095D74;
}

.card-pt-5 h5 {
   font-size: 14px;
   background: #095D74;
   color: white;
   border-radius: 999px;
   display: inline-block;
   padding: 5px 30px;
   width: 80%;
}

@media(min-width: 992px) {
   .card-pt-5 img {
      width: 203px;
      height: 297px;
      object-fit: cover;
      border-radius: 10px;
   }

   .bg-parte-5 p {
      width: 93%;
   }

   .card-pt-5 h3 {
      width: 80%;
      justify-content: center;
      align-items: center;
      display: block;

      margin: 15px auto 7px auto;
   }

   .card-pt-5 {
      height: 100%;
   }
}

.bg-parte-5 .splide__pagination {
   display: none;
}

/*-------- PARTE 6 -----*/
.bg-parte-6 {
   background-image: url(/wp-content/themes/hov/img/bg-parte-6.jpg);
   background-position-y: 0px;
   background-position-x: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   padding: 65px 0px;
	z-index: 0;
    position: relative;
}

.bg-parte-6 h2 {
   margin-bottom: 40px;
}

.card-pt-6 {
   background: #FFFFFF;
   box-shadow: 0px 13px 17.4px rgba(0, 0, 0, 0.07);
   border-radius: 10px;
   padding: 15px 25px;
   position: relative;
   height: 100%;
}

.card-pt-6 h3 {
   margin-top: 25px;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 146%;
   /* or 29px */
   text-align: center;
   color: #095D74;
}

.borda-card-pt-6-down {
   position: absolute;
   width: 124px;
   height: 114px;
   background: #095D74;
   border-radius: 10px;
   position: absolute;
   bottom: -2px;
   z-index: -1;
   left: -2px;
}

.borda-card-pt-6-up {
   position: absolute;
   width: 124px;
   height: 114px;
   background: #095D74;
   border-radius: 10px;
   position: absolute;
   z-index: -1;
   top: -2px;
   right: -2px;
}

.bg-blue {
   background: #00CFF6;
}

.borda-parte-6-inferior {
   margin-top: 35px;
}

/*-------- PARTE 7 -----*/
.bg-parte-7 {
   background-image: url(/wp-content/themes/hov/img/bg-parte-7.jpg);
   background-position-y: 0px;
   background-position-x: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   padding: 65px 0px;
}

.bg-parte-7 h2 {
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 146%;
   color: white;
}

/*-------- PARTE 8 -----*/
.bg-parte-8 {
   background: linear-gradient(265.29deg, rgba(78, 189, 252, 0.2) 4.03%, rgba(235, 244, 246, 0.2) 42.98%), #EAF3F5;
   position: relative;
   height: 750px;
}

.bg-parte-8 h2 {
   margin-bottom: 20px;
}

.bg-parte-8 img {
   height: 750px;
   width: 90%;
}

.bg-parte-8 .col-lg-5:nth-child(1) {
   position: absolute;
   padding: 0;
   left: 0;
}

.bg-parte-8 .col-lg-7 {
   padding-top: 40px;
}

.card-prt-8 {
   background: #FFFFFF;
   box-shadow: 0px 13px 17.4px rgba(0, 0, 0, 0.07);
   border-radius: 10px;
   padding: 15px 13px;
   position: relative;
   height: auto;
   z-index: 999;
   margin-bottom: 10px;
}

.card-prt-8 p {
   margin-bottom: 0;
}

.card-prt-8 h3 {
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 194%;
   /* or 31px */
   color: #686969;
}

.card-prt-8 h3 span {
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: normal;
   /* or 39px */
   color: #00CFF6;
}

.card-prt-8-blue {
   background: #00CFF6;
   height: 92%;
   width: 92%;
   position: absolute;
   top: 5px;
   z-index: 0;
   left: 18px;
   border-radius: 10px;
}

/*-------- PARTE 9 -----*/
.bg-parte-9 {
   background: #095D74;
   height: 650px;
}

.bg-parte-9 img {
   width: 100%;
   height: 650px;
}

.bg-parte-9 .col-lg-8 {
   padding-top: 65px;
}

.bg-parte-9 ul {
   margin-top: 15px;
   list-style-image: url(/wp-content/themes/hov/img/check-list.png);
}

.bg-parte-9 li span {
   color: white;
   position: relative;
   left: 7px;
   top: -6px;
}

.bg-parte-9 .col-lg-4 {
   position: absolute;
   padding: 0;
   right: 0;
}

/*-------- PARTE 10 -----*/
.bg-parte-10 {
   background-image: url(/wp-content/themes/hov/img/bg-parte-10.svg);
   background-position-y: 0px;
   background-position-x: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   padding: 65px 0px;
}

.bg-parte-10 h3 {
   text-transform: uppercase;
   border: 2px solid #095D74;
   border-radius: 5px;
   display: inline-block;
   padding: 15px 10px;
   width: 100%;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 118.5%;
   /* or 24px */
   text-transform: uppercase;
   color: #555555;
}

.bg-parte-10 h2 {
   margin-top: 40px;
   margin-bottom: 20px;
   color: #095D74;
}

.bg-parte-10 i {
   color: #00CFF6;
   font-size: 24px;
   margin-right: 10px;
}

.bg-parte-10 ul {
   margin: 20px 0px;
   list-style-image: url(/wp-content/themes/hov/img/check-list.png);
}

.bg-parte-10 li p {
   position: relative;
   left: 7px;
   line-height: 146%;
   top: -6px;
}

.bg-parte-10 .cta-cirurgias {
   background: linear-gradient(90deg, #3E8768 4.48%, rgba(27, 181, 24, 0.94) 76.12%);
   border-radius: 8px;
   color: white;
   padding: 15px 35px 15px 20px;
   display: flex;
   width: 100%;
   font-family: "Sora", sans-serif;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   font-size: 16px;
   line-height: 118.5%;
   /* or 19px */
   text-transform: uppercase;
   position: relative;
   text-decoration: none;
}

.cta-cirurgias i {
   font-weight: bolder;
   font-size: 38px;
   color: white;
   text-decoration: none;
   margin-top: 7px;
}

.cta-blefaro {
   width: 80% !important;
}

.cta-blefaro i {
   position: absolute;
   right: 20px;
   top: 5px;
}

.bg-parte-10 .col-lg-6 {
   margin-top: 40px;
}

/*-------- PARTE 11 -----*/
.bg-parte-11 {
   background: linear-gradient(263.71deg, rgba(78, 189, 252, 0.2) 5.03%, rgba(235, 244, 246, 0.2) 42.69%), #EAF3F5;
   position: relative;
   height: 470px;
}

.bg-parte-11 h2 {
   margin-top: 40px;
   margin-bottom: 20px;
}

.bg-parte-11 img {
   height: auto;
   height: 470px;
}

.bg-parte-11 .col-lg-5:nth-child(1) {
   position: absolute;
   padding: 0;
   top: 0;
   left: 0;
}

.bg-parte-11 ul {
   list-style-image: url(/wp-content/themes/hov/img/check-list.png);
}

.bg-parte-11 li span {
   position: relative;
   left: 7px;
   line-height: 146%;
   top: -6px;
}

/*---------- Footer ---------*/

.bg-footer {
   padding: 40px 0px;
   background: #09223A;
   color: white;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
}

.bg-footer h2 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 15px;
}

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

.bg-footer p {
   color: white;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
}

.bg-footer a {
   color: white;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
}

.a-loc {
   text-decoration: none;
}

.a-tel:hover {
   color: #25d366;
   transition: 0.3s all ease;
}

.a-wpp:hover {
   color: #00CFF6;
   transition: 0.3s all ease;
}

.a-loc:hover {
   color: #DFA116;
   transition: 0.3s all ease;
}

#p-wta3 a:hover {
   color: #007bff;
   transition: 0.3s all ease;
}

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

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

   /*---- PARTE 3---*/
   .bg-parte-3 h3 {
      width: 449px;
   }

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

   .bg-parte-8 img {
      height: 750px;
      width: 90%;
      object-fit: contain;
   }
}

nav h2 {
   float: right;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 118.5%;
   margin-bottom: 0;
   /* or 15px */
   color: #555555;
   margin-top: 19px;
}

@media(max-width: 992px) {
   nav h2 {
      float: right;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 118.5%;
      margin-bottom: 0;
      /* or 15px */
      color: #555555;
      margin-top: 0px;
   }

   /*--- INICIO ---*/
   .full-banner-inicio {
      height: 595px;
   }

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

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

   .cta-wpp,
   .cta-convenios {
      left: 0;
      right: 0;
      margin-bottom: 10px;
   }

   .bg-parte-10 .cta-cirurgias {
      padding: 15px 15px !important;
   }

   .bg-parte-10 .cta-cirurgias i {
      position: absolute;
      right: 15px;
      top: 5px;
      font-size: 26px;
   }

   /* PARTE 2 ----*/
   .borda-convenios {
      margin-top: -140px;
   }

   .borda-pt-2 {
      width: auto;
   }

   /*---- PARTE 3---*/
   .bg-parte-3 h3 {
      width: auto;
      display: flex;
   }

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

   /*--- PARTE 6 ---*/
   .card-pt-6 {
      height: auto;
      margin-bottom: 10px;
   }

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

   /*--- PARTE 7 ---*/
   .bg-parte-7 {
      background-image: url(/wp-content/themes/hov/img/bg-parte-7.png);
   }

   .bg-parte-7 h2 {
      width: 70%;
      font-size: 26px;
   }

   /*--- PARTE 8 ---*/
   .bg-parte-8 {
      padding-bottom: 45px;
      height: auto;
   }

   .bg-parte-8 h2 {
      text-align: center;
   }

   .bg-parte-8 img {
      display: none;
   }

   .card-prt-8-blue {
      background: #00CFF6;
      height: 92%;
      width: 96%;
      position: absolute;
      top: 3px;
      z-index: 0;
      left: 20px;
      right: 36px !important;
      border-radius: 10px;
   }

   /*--- PARTE 9 ---*/
   .bg-parte-9 {
      padding: 45px 0px;
      height: auto;
   }

   .bg-parte-9 .col-lg-8 {
      padding-top: 0px;
   }

   .bg-parte-9 h2 {
      margin-top: 0;
      margin-bottom: 20px;
   }

   .bg-parte-9 img {
      display: none;
   }

   .bg-parte-9 ul {
      margin-top: 0;
      margin-bottom: 0;
   }

   /*--- PARTE 10 ---*/
   .bg-parte-10 {
      padding: 45px 0px;
      text-align: center;
      height: auto;
   }

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

   .bg-parte-10 ul {
      margin: 10px 0px;
      display: inline-block;
   }

   .bg-parte-10 .cta-cirurgias,
   .cta-blefaro {
      width: 100% !important;
   }

   .cta-blefaro i {
      position: initial;
      right: 20px;
      top: 5px;
   }

   /*--- PARTE 11 ---*/
   .bg-parte-11 {
      padding: 45px 0px;
      height: auto;
   }

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

   .bg-parte-11 img {
      display: none;
   }

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

@media(max-width: 550px) {
   .full-banner-inicio {
      background-image: url(/wp-content/themes/hov/img/topo-mobile.jpg);
      height: 620px;
   }

   nav h2 {
      float: right;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 118.5%;
      margin-bottom: 0;
      margin-top: 13px;
      /* or 15px */
      color: #555555;
   }

   .full-banner-inicio h2 {
      width: 100%;
      font-size: 18px;
   }

   .full-banner-inicio h1 {
      font-size: 26px;
      margin-top: 120px;
   }

   .borda-pt-2 {
      padding: 8px 10px;
   }

   .cta-wpp,
   .cta-convenios {
      width: 100%;
      margin-bottom: 10px;
   }

   .cta-wpp i,
   .cta-convenios i {
      font-size: 28px;
      top: 10px;
   }

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

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

   .bg-parte-3 h3 {
      font-size: 15px;
      text-align: left;
      padding: 10px;
   }

   /*---- PARTE 8 ---*/
   .card-prt-8-blue {
      width: 91%;
      left: auto;
      right: 8px !important;
   }

   .bg-parte-10 li p {
      left: 0;
   }
}

@media(min-width: 380px) and (max-width: 420px) {

   /*--- INICIO ---*/
   .full-banner-inicio {
      height: 612px;
   }

   .full-banner-inicio .col-12 {
      padding: 0 0;
   }

   .full-banner-inicio h2 {
      width: 101%;
      font-size: 16px;
   }

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

   .cta-wpp,
   .cta-convenios {
      width: 90%;
      margin-bottom: 10px;
      font-size: 14px;
   }

   /*--- parte 3 ---*/
   .bg-parte-3 h3 {
      font-size: 13px;
   }

   /*--- parte 5 ---*/
   .card-pt-5 h5 {
      padding: 5px;
   }
}

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

   p,
   li,
   a,
   .fonte-padrao {
      font-size: 15px;
   }

   header .container-fluid {
      padding: 20px 0;
   }

   /*--- INICIO ---*/
   .full-banner-inicio {
      height: 612px;
   }

   .full-banner-inicio .col-12 {
      padding: 0 0;
   }

   .full-banner-inicio h2 {
      width: 101%;
      font-size: 14px;
   }

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

   .cta-wpp,
   .cta-convenios {
      width: 94%;
      margin-bottom: 10px;
      font-size: 14px;
   }

   .cta-wpp i,
   .cta-convenios i {
      right: 14px;
   }

   /*--- parte 3 ---*/
   .bg-parte-3 h3 {
      font-size: 13px;
   }

   .bg-parte-3 .col-6:nth-child(1) {
      padding-right: 0;
   }

   /*--- parte 5 ---*/
   .card-pt-5 h5 {
      padding: 5px;
   }

   .card-pt-6 {
      padding: 15px;
   }
}

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

   p,
   li,
   a,
   .fonte-padrao {
      font-size: 15px;
   }

   header .container-fluid {
      padding: 20px 0;
   }

   /*--- INICIO ---*/
   .full-banner-inicio {
      height: 550px;
   }

   .full-banner-inicio .col-12 {
      padding: 0 0;
   }

   .full-banner-inicio h2 {
      width: 101%;
      font-size: 13px;
   }

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

   .cta-wpp,
   .cta-convenios {
      width: 94%;
      margin-bottom: 10px;
      font-size: 13.5px;
   }

   .cta-wpp i,
   .cta-convenios i {
      right: 14px;
   }

   /*--- parte 3 ---*/
   .bg-parte-3 h3 {
      font-size: 13px;
   }

   .bg-parte-3 .col-6:nth-child(1) {
      padding-right: 0;
      padding-left: 2px;
   }

   /*--- parte 5 ---*/
   .card-pt-5 h5 {
      padding: 5px;
   }

   .card-pt-5 h3 {
      font-size: 18px;
   }

   .card-pt-5 h4 {
      font-size: 14px;
   }

   .card-pt-6 {
      padding: 15px;
   }
}

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

   p,
   li,
   a,
   .fonte-padrao {
      font-size: 15px;
   }

   header .container-fluid {
      padding: 20px 0;
   }

   nav h2 {
      font-size: 10px;
   }

   .bg-parte-10 .cta-cirurgias {
      font-size: 15px;
   }

   /*--- INICIO ---*/
   .full-banner-inicio {
      height: 550px;
   }

   .full-banner-inicio .col-12 {
      padding: 0 0;
   }

   .full-banner-inicio h2 {
      width: 101%;
      font-size: 12px;
   }

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

   .cta-wpp,
   .cta-convenios {
      width: 94%;
      margin-bottom: 10px;
      font-size: 11.5px;
   }

   .borda-convenios p {
      font-size: 13px;
   }

   .cta-wpp i,
   .cta-convenios i {
      right: 14px;
   }

   /*--- parte 3 ---*/
   .bg-parte-3 h3 {
      font-size: 11px;
   }

   .bg-parte-3 .col-6:nth-child(1) {
      padding-right: 0;
      padding-left: 2px;
   }

   /*--- parte 5 ---*/
   .card-pt-5 h5 {
      padding: 5px;
      font-size: 12px;
   }

   .card-pt-5 h3 {
      font-size: 14px;
   }

   .card-pt-5 h4 {
      font-size: 14px;
   }

   .card-pt-6 {
      padding: 15px;
   }

   .bg-parte-5-negado {
      margin-top: -62px;
   }

   .bg-parte-7 h2 {
      width: 77%;
      font-size: 26px;
   }
}

/*------ ANIMAÇÕES --------*/


a{
  text-decoration: none;
}

.cta-wpp:hover{
  background: #095D74;
  box-shadow: 0px 0px 5.4px -1px #095D74;
  color: white;
  border: 1px solid #095D74;;
  transition: 0.3s all ease;
}

.cta-convenios:hover{
  background: #00CFF6;
  box-shadow: 0px 0px 5.4px -1px #00CFF6;
  color: white;
  border: 1px solid #00CFF6;;
  transition: 0.3s all ease;
}

.cta-cirurgias:hover{
  background: transparent;
  box-shadow: 0px 0px 5.4px -1px #00CFF6;
  color: #25d366;
  border: 1px solid #00CFF6;;
  transition: 0.3s all ease;
}

.cta-cirurgias:hover i{
  color: #25d366;
}

.bg-parte-10 h3:hover{
  background: transparent;
  box-shadow: 0px 0px 5.4px -1px #00CFF6;
  color: #00CFF6;
  border: 1px solid #00CFF6;
  transition: 0.3s all ease;
}

.bg-parte-3 h3:hover{
  background: transparent;
  box-shadow: 0px 0px 5.4px -1px #00CFF6;
  color: #00CFF6;
  border: 1px solid #00CFF6;
  transition: 0.3s all ease;
}