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

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

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

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

body {
  font-family: "Sora", sans-serif;
}

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

h3,
h4,
h5 {
  font-size: 20px;
}

p,
li,
a,
.fonte-padrao {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.color-red {
  color: #D1B978;
}

.color-blue {
  color: #513232;
}

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

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

.color-white {
  color: white;
}

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

.relative {
  position: relative;
}

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

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

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

.word {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------- INICIO -----*/
.full-banner-inicio {
  background-position-x: 50%;
  background-image: url(/wp-content/themes/dr-adriano/src/img/topo-desktop-novo.png);
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 1050px;
  color: white;
  padding: 90px 0px 00px 0px;
  border-end-end-radius: 0%;
}

.full-banner-inicio img {
  margin-bottom: 40px;
}

.full-banner-inicio h1 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 118.5%;
  /* or 57px */
  text-align: center;
  color: #513232;
}

.full-banner-inicio h1 span {
  line-height: 118.5%;
  text-align: center;
  display: block;
  color: #D1B978;
}

.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;
  color: #555555;
}

.cta-padrao {
  background: linear-gradient(90deg, #3E8768 4.48%, rgba(27, 181, 24, 0.94) 76.12%);
  border-radius: 5px;
  width: 492px;
  color: white;
  padding: 5px 35px 10px 35px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 19px;
}

.cta-padrao i {
  margin-left: 25px;
  font-size: 32px;
  position: relative;
  top: 5px;
  font-weight: bolder;
}

.cta-padrao-inicio {
  background: linear-gradient(90deg, #3E8768 4.48%, rgba(27, 181, 24, 0.94) 76.12%);
  border-radius: 5px;
  max-width: 100%;
  color: white;
  padding: 5px 35px 10px 35px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 17px;
}

.cta-padrao-inicio i {
  margin-left: 25px;
  font-size: 32px;
  position: relative;
  top: 5px;
  font-weight: bolder;
}

/*---------- PARTE 2 --------*/
.bg-parte-2 {
  position: relative;
  margin-top: -350px;
}

.bg-parte-2 .col-lg-6:nth-child(1) {
  padding-top: 70px;
  color: white;
}

.bg-parte-2 h2 i {
  margin-right: 10px;
}

.bg-parte-2 img {
  margin-top: -130px;
  margin-left: 60px;
}

.borda-parte-2 {
  background: linear-gradient(99.05deg, rgba(81, 50, 50, 0) 52.94%, #513232 196.21%), #F1F1F1;
  border-radius: 10px;
  padding-left: 35px;
  display: flex;
  z-index: 1;
}

.borda-parte-2 p {
  color: #555555;
}

.borda-parte-2-red {
  width: 100%;
  background: #513232;
  border-radius: 10px;
  height: 10px;
  z-index: 0;
  margin-left: 5px;
  height: 395px;
  margin-top: -390px;
}

.card-parte-2 {
  background: #513232;
  box-shadow: 0px 16px 37.3px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px 20px;
  color: white;
  height: 200px;
  text-align: center;
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.card-parte-2 h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 146%;
  text-align: center;
  color: #D1B978;
}

.card-parte-2 h3 span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: white;
}

.card-parte-2 .h3-card-2 {
  font-size: 27px;
}

.borda-card-2 {
  width: 100%;
  display: none;
  background: #B95959;
  border-radius: 10px;
  height: 200px;
  margin-top: -197px;
  z-index: 1;
  margin-left: 4px;
}

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

.card-parte-3 {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 10px;
}

.card-parte-3 h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.card-parte-3 img {
  margin-top: 20px;
  height: 120px;
  margin-left: 20px;
  margin-top: 10px;
}

/*------- PARTE 4 --------*/
.bg-parte-4 {
  background-image: url(/wp-content/themes/dr-adriano/src/img/bg-parte-4-red.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: white;
  padding: 90px 0px 70px 0px;
  border-end-end-radius: 0%;
}

/*------- PARTE 5 --------*/
.bg-parte-5 {
  background-image: url(/wp-content/themes/dr-adriano/src/img/bg-parte-5.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-end-end-radius: 0%;
  padding: 65px 0px;
}

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

.bg-parte-5 img {
  width: 90%;
}

.bg-parte-5 ul {
  list-style-image: url(/wp-content/themes/dr-adriano/src/img/marcador-gold.png);
}

.bg-parte-5 li {
  margin-bottom: 15px;
  width: 85%;
}

.bg-parte-5 span {
  position: relative;
  left: 10px;
  bottom: 10px;
}

/*------- PARTE 6 --------*/
.bg-parte-6 {
  background-color: #F4F4F4;
  background-image: url(https://lp.adrianonefrologia.com/wp-content/themes/dr-adriano/src/img/bg-parte-6.png);
  background-position-x: 0%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 70px 0px 70px 0px;
  border-end-end-radius: 0%;
}

/*------- PARTE 7 --------*/
.bg-parte-7 {
  background-image: url(https://lp.adrianonefrologia.com/wp-content/themes/dr-adriano/src/img/bg-parte-7.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: #555555;
  padding: 90px 0px 70px 0px;
  border-end-end-radius: 0%;
}

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

.bg-parte-7 p {
  width: 90%;
}

@media(max-width: 992px) {
  .bg-parte-7 p {
    width: 100%;
  }
}

/*------- PARTE 8 --------*/
.bg-parte-8 {
  background-image: url(/wp-content/themes/dr-adriano/src/img/bg-parte-8-red.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  padding: 90px 0px 70px 0px;
  border-end-end-radius: 0%;
}

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

.bg-parte-8 img {
  float: right;
}

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

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

.bg-parte-9 img {
  box-shadow: 0px 16px 37.3px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
  background-color: white;
}

/*-------- PARTE 10 ----*/
.bg-parte-10 {
  padding: 65px 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #513232 100%), #513232;
  border-radius: 10px;
  border-radius: 10px;
}

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

.borda-parte-10 {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 35px 50px;
}

.bg-parte-10 h3 {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 146%;
  font-size: 22px;
  color: #513232;
}

.bg-parte-10 p {
  width: 90%;
}

.bg-parte-10 p a {
  color: #555555;
}

.bg-parte-10 p a:hover {
  color: #B95959;
  text-decoration: underline;
  transition: 0.3S;
}

.card-iframe h4 {
  font-size: 18px;
  font-weight: bold;
  background: #F4F4F4;
  border-radius: 0px 0px 10px 10px;
  padding: 15px;
  text-align: center;
}

.card-iframe iframe {
  width: 100%;
  height: 165px;
}

/*------- PARTE  11 -----*/
.bg-parte-11 {
  background-image: url(https://lp.adrianonefrologia.com/wp-content/uploads/2024/10/bg-parte-9-new.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  padding: 70px 0px 70px 0px;
  border-end-end-radius: 0%;
  height: auto !important;
}

/*------- PARTE 12-------*/
.bg-parte-12 {
  background-color: #F4F4F4;
  padding: 65px 0px;
}

/*------- PARTE 13-------*/
.bg-parte-13 {
  position: relative;
  height: 350px;
}

.bg-parte-13 h2 {
  padding-top: 120px;
}

.bg-parte-13 img {
  position: absolute;
  right: 0;
  height: 350px;
  width: 60%;
}

@media(max-width: 992px) {
  .bg-parte-13 {
    position: relative;
    height: 365px;
  }

  .bg-parte-13 h2 {
    padding-top: 60px;
    text-align: center;
  }

  .bg-parte-13 img {
    position: absolute;
    right: 0;
    height: 205px;
    width: 100%;
  }
}

/*--------- FOOOTER --------*/
.bg-footer {
  background-color: #282828;
  color: white;
  padding: 65px 0px;
}

.bg-footer h2 {
  line-height: normal;
  color: white;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 17px;
}

.bg-footer a {
  color: #B95959;
  font-size: 23px;
  margin: 0px 5px;
}

.bg-footer img {
  float: right;
  width: 50%;
}

#p-wta3 {
  margin-top: 25px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}

#p-wta3 a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

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

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

/*----------- MEDIA QUERIES -------*/
@media(min-width: 992px) and (max-width: 1200px) {
  .full-banner-inicio {
    height: 992px;
  }

  .card-parte-2 {
    height: 250px;
  }

  .bg-parte-2 img {
    margin-left: 0;
    margin-top: -64px;
  }

  .bg-parte-2 .col-lg-6:nth-child(1) {
    padding-top: 45px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: 100%;
  }
}

@media(max-width: 992px) {

  /*----- PARTE 2 ------*/
  .bg-parte-2 {
    position: relative;
    margin-top: -474px;
    text-align: center;
  }

  .bg-parte-2 .col-lg-6:nth-child(1) {
    padding-top: 45px;
  }

  .borda-parte-2 {
    display: block;
  }

  .bg-parte-2 img {
    margin-top: 20px;
    margin-left: 0px;
  }

  .borda-parte-2-red {
    height: 700px;
    margin-top: -695px;
  }

  /*------- PARTE 3 -----*/
  .card-parte-3 {
    display: block !important;
  }

  .card-parte-3 img {
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }

  /*--------- PARTE 7--------*/
  .bg-parte-7 img {
    margin-top: 40px;
  }

  /*--------- PARTE 8 -----*/
  /* Centralizar o carrossel horizontalmente e verticalmente */
  #image-carousel {
    display: flex;
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
  }

  .splide__slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* Centraliza a imagem dentro do slide */
    max-width: 100%;
    /* Garante que a imagem não ultrapasse os limites do contêiner */
    height: auto;
    /* Mantém a proporção da imagem */
  }

  /* Opcional: Ajustar a largura máxima do carrossel para evitar imagens muito grandes */
  .splide {
    width: 100%;
  }

  .splide__arrow svg {
    background: none;
    fill: #FD1D1D;
  }

  .splide__arrow {
    background: none;
    border: 2px solid #FD1D1D;
  }

  .splide__pagination__page {
    background: #365B6D;
  }

  .splide__pagination__page.is-active {
    background: #FD1D1D;
  }

  .bg-parte-8 h2 {
    text-align: center;
    margin-bottom: 22px;
    margin-top: 0;
  }

  .bg-parte-8 img {
    float: NONE;
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
  }

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

  /*------ PARTE 10-----*/
  .borda-parte-10 {
    margin: 20px 0px;
  }

  /*--------- PARTE 11 --------*/
  .bg-parte-11 {
    padding-top: 65px;
    height: 555px;
  }

  .bg-parte-11 h2 {
    padding-top: 0;
  }

  .bg-parte-11 img {
    height: 262px;
    position: absolute;
    width: 100%;
    border-radius: 0px;
  }

  /*------- footer -------*/
  .bg-footer {
    text-align: center;
  }

  .bg-footer img {
    width: 30%;
    float: none;
  }

  .bg-footer .col-lg-3 {
    order: 0;
  }

  .bg-footer .col-lg-9 {
    margin-top: 40px;
    order: 1;
  }

  .bg-footer .col-lg-12 {
    order: 2;
  }
}

@media(max-width: 550px) {
  .full-banner-inicio {
    padding-top: 35px;
    background-image: url(/wp-content/themes/dr-adriano/src/img/topo-mobile-novo.jpg);
    height: 800px;
  }

  .cta-padrao {
    width: 100%;
  }

  .cta-padrao-inicio {
    width: auto;
    max-width: 100%;
  }

  .bg-parte-2 {
    margin-top: -370px;
  }

  .borda-parte-2-red {
    margin-bottom: 0 !important;
  }

  .card-parte-2 {
    margin-top: 20px !important;
  }
}

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

  /*----------- GLOBAL ----------*/
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 146%;
  }

  /*---------- INICIO ---------*/
  .full-banner-inicio {
    padding-bottom: 60px;
  }

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

  .full-banner-inicio h2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .full-banner-inicio .cta-padrao {
    margin-top: 20px;
  }

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

  .borda-parte-2 img {
    height: 380px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .borda-parte-2 {
    position: relative;
    height: 630px;
  }

  .borda-parte-2-red {
    height: 630px;
    margin-top: -620px;
    margin-bottom: 40px;
  }

  .card-parte-2 {
    height: 140px;
    padding: 20px 5px;
  }

  .borda-card-2 {
    height: 130px;
    margin-top: -125px;
    margin-bottom: 10px;
  }

  .card-parte-2 h3,
  .card-parte-2 h3 span {
    font-size: 16px;
  }

  .card-parte-2 .h3-card-2 {
    font-size: 24px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: auto;
  }

  /*--------- PARTE 10 ------*/
  .borda-parte-10 {
    padding: 20px;
  }

  /*--------- PARTE 11 -----*/
  .bg-parte-11 {
    height: 500px;
  }

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

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

  /*----------- GLOBAL ----------*/
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 146%;
  }

  .cta-padrao-inicio {
    padding: 5px 15px 10px;
  }

  /*---------- INICIO ---------*/
  .full-banner-inicio {
    padding-bottom: 60px;
  }

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

  .full-banner-inicio h2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .full-banner-inicio .cta-padrao {
    margin-top: 20px;
  }

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

  .borda-parte-2 img {
    height: 380px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .borda-parte-2 {
    position: relative;
    height: 630px;
  }

  .borda-parte-2-red {
    height: 630px;
    margin-top: -620px;
    margin-bottom: 40px;
  }

  .card-parte-2 {
    height: 160px;
    padding: 20px 5px;
    margin-top: 0px;
  }

  .borda-card-2 {
    height: 140px;
    margin-top: -135px;
    margin-bottom: 10px;
  }

  .card-parte-2 h3,
  .card-parte-2 h3 span {
    font-size: 16px;
  }

  .card-parte-2 .h3-card-2 {
    font-size: 24px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: auto;
  }

  /*--------- PARTE 10 ------*/
  .borda-parte-10 {
    padding: 20px;
  }

  /*--------- PARTE 11 -----*/
  .bg-parte-11 {
    height: 430px;
  }

  .bg-parte-11 .cta-padrao-inicio {
    margin-bottom: 30px;
  }

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

@media(max-width: 380px) {
  .bg-parte-2 .col-6 {
    width: 100%;
  }

  .card-parte-2 {
    height: auto !important;
    padding: 20px 10px !important;
  }

  .card-parte-2 h3 {
    margin-bottom: 0;
  }

  .bg-parte-9 {
    padding-top: 35px;
  }
}

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

  /*----------- GLOBAL ----------*/
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 146%;
  }

  .cta-padrao-inicio {
    padding: 5px 15px 10px;
    font-size: 16px;
  }

  .cta-padrao-inicio i {
    font-size: 27px;
  }

  .cta-padrao {
    font-size: 18px;
    padding: 5px 15px 10px 15px;
  }

  /*---------- INICIO ---------*/
  .full-banner-inicio {
    padding-bottom: 60px;
  }

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

  .full-banner-inicio h2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .full-banner-inicio .cta-padrao {
    margin-top: 20px;
  }

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

  .borda-parte-2 img {
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .borda-parte-2 {
    position: relative;
    height: 540px;
  }

  .borda-parte-2-red {
    height: 535px;
    margin-top: -530px;
    margin-bottom: 40px;
  }

  .card-parte-2 {
    height: 200px;
    padding: 20px 5px;
    margin-top: 0px;
  }

  .borda-card-2 {
    height: 190px;
    margin-top: -185px;
    margin-bottom: 10px;
  }

  .card-menor {
    height: 100px;
  }

  .borda-card-menor {
    height: 90px;
    margin-top: -85px;
    margin-bottom: 10px;
  }

  .card-parte-2 h3,
  .card-parte-2 h3 span {
    font-size: 16px;
  }

  .card-parte-2 .h3-card-2 {
    font-size: 20px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: auto;
  }

  /*--------- PARTE 10 ------*/
  .borda-parte-10 {
    padding: 20px;
  }

  /*--------- PARTE 11 -----*/
  .bg-parte-11 {
    height: 430px;
  }

  .bg-parte-11 .cta-padrao-inicio {
    margin-bottom: 30px;
  }

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

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

  /*----------- GLOBAL ----------*/
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 146%;
  }

  .cta-padrao-inicio {
    padding: 5px 15px 10px;
    font-size: 16px;
  }

  .cta-padrao-inicio i {
    font-size: 27px;
  }

  .cta-padrao {
    font-size: 18px;
    padding: 5px 15px 10px 15px;
  }

  /*---------- INICIO ---------*/
  .full-banner-inicio {
    padding-bottom: 60px;
  }

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

  .full-banner-inicio h2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .full-banner-inicio .cta-padrao {
    margin-top: 20px;
  }

  /*------- PARTE 2 ---*/
  .bg-parte-2 {
    margin-top: -404px;
    padding-bottom: 0;
  }

  .borda-parte-2 img {
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .borda-parte-2 {
    position: relative;
    padding-left: 15px;
    height: 540px;
  }

  .borda-parte-2-red {
    height: 535px;
    margin-top: -530px;
    margin-bottom: 40px;
  }

  .card-parte-2 {
    height: 200px;
    padding: 20px 5px;
    margin-top: 0px;
  }

  .borda-card-2 {
    height: 190px;
    margin-top: -185px;
    margin-bottom: 10px;
  }

  .card-menor {
    height: 120px;
  }

  .borda-card-menor {
    height: 90px;
    margin-top: -85px;
    margin-bottom: 10px;
  }

  .card-parte-2 h3,
  .card-parte-2 h3 span {
    font-size: 15px;
  }

  .card-parte-2 .h3-card-2 {
    font-size: 18px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: auto;
  }

  /*--------- PARTE 10 ------*/
  .borda-parte-10 {
    padding: 20px;
  }

  .borda-parte-10 .cta-padrao-inicio {
    font-size: 15.5px;
    padding-top: 10px;
  }

  .borda-parte-10 .cta-padrao-inicio i {
    font-size: 20px;
    top: 0;
  }

  /*--------- PARTE 11 -----*/
  .bg-parte-11 {
    height: 430px;
  }

  .bg-parte-11 .cta-padrao-inicio {
    margin-bottom: 30px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-parte-11 .cta-padrao-inicio i {
    font-size: 20px;
    top: 2px;
  }

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

  .bg-footer h2 {
    font-size: 2=17px;
  }
}

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

  /*----------- GLOBAL ----------*/
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 146%;
  }

  .cta-padrao-inicio {
    padding: 5px 15px 10px;
    font-size: 16px;
  }

  .cta-padrao-inicio i {
    font-size: 27px;
  }

  .cta-padrao {
    font-size: 18px;
    padding: 5px 15px 10px 15px;
  }

  /*---------- INICIO ---------*/
  .full-banner-inicio {
    padding-bottom: 60px;
  }

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

  .full-banner-inicio h2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .full-banner-inicio .cta-padrao {
    margin-top: 20px;
    font-size: 17px;
    padding: 5px 5px 10px 5px;
  }

  /*------- PARTE 2 ---*/
  .bg-parte-2 {
    margin-top: -404px;
    padding-bottom: 0;
  }

  .borda-parte-2 img {
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .borda-parte-2 {
    position: relative;
    padding-left: 15px;
    height: 540px;
  }

  .borda-parte-2-red {
    height: 535px;
    margin-top: -530px;
    margin-bottom: 40px;
  }

  .borda-card-2 {
    height: 190px;
    margin-top: -185px;
    margin-bottom: 10px;
  }

  .card-menor {
    height: 120px;
  }

  .borda-card-menor {
    height: 90px;
    margin-top: -85px;
    margin-bottom: 10px;
  }

  .card-parte-2 h3,
  .card-parte-2 h3 span {
    font-size: 15px;
  }

  .card-parte-2 .h3-card-2 {
    font-size: 18px;
  }

  /*------ PARTE 5 -----*/
  .bg-parte-5 img {
    width: auto;
  }

  /*--------- PARTE 10 ------*/
  .borda-parte-10 {
    padding: 20px;
  }

  .borda-parte-10 .cta-padrao-inicio {
    font-size: 15.5px;
    padding-top: 10px;
    text-align: center;
  }

  .borda-parte-10 .cta-padrao-inicio i {
    font-size: 20px;
    top: 0;
  }

  /*--------- PARTE 11 -----*/
  .bg-parte-11 {
    height: 430px;
  }

  .bg-parte-11 .cta-padrao-inicio {
    margin-bottom: 30px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .bg-parte-11 .cta-padrao-inicio i {
    font-size: 20px;
    top: 2px;
  }

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

  .bg-footer h2 {
    font-size: 2=17px;
  }
}

/*-------- ANIMAÇÕES -------*/
.cta-padrao-inicio,
.cta-padrao {
  position: relative;
}

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

.cta-padrao-inicio:before,
.cta-padrao:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  cursor: pointer;
  background: #513232;
  color: white;
  transition: all 0.5S;
  z-index: -1;
}

.cta-padrao-inicio:hover,
.cta-padrao:hover {
  color: #D1B978;
  font-weight: bolder;
  cursor: pointer;
  border: 2px solid #D1B978;
  z-index: 3;
}

.cta-padrao-inicio:hover:before,
.cta-padrao:hover:before {
  width: 100%;
  border-radius: inherit;
}

@media(max-width: 992px) {
  .full-banner-inicio img {
    margin-bottom: 20px;
    width: 123px;
  }

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

  .bg-parte-3,
  .bg-parte-5,
  .bg-parte-7,
  .bg-parte-12 {
    padding: 35px 0px;
  }

  .bg-parte-11 {
    height: auto;
    padding: 40px 0px;
  }

  .bg-parte-3 h2 .mb-5 {
    margin-bottom: 20px !important;
  }
}