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

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

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

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

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

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

body {
  font-family: "Nunito", serif;
  cursor: url(/wp-content/themes/lp-dr-felipe/img-new/cursor.png), auto;
}

a:hover {
  cursor: url(/wp-content/themes/lp-dr-felipe/img-new/cursor-gold.png), pointer;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/*Medias queries */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 41px;
  color: #62483B;
}

h1,
h2 {
  font-family: "Volkhov", serif;
}

h3,
h4,
h5 {
  font-size: 20px;
  font-family: "Volkhov", serif;
}

p,
li,
a,
.fonte-padrao {
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito", serif;
  text-decoration: none;
}

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

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

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

.fonte-white {
  color: white;
}

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

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

  .order-1-mobile {
    position: relative;
    order: 1;
  }

  .order-0-mobile {
    order: 0;
    position: relative;
  }
}

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

.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/lp-dr-felipe/img-new/new-banner-topo.jpg);
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 789px;
  color: white;
  padding: 60px 0px 00px 0px;
}

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

.full-banner-inicio h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  color: #62483B;
}

.full-banner-inicio h2 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #27292C;
  margin-top: 20px;
}

.cta-padrao {
  background: linear-gradient(270deg, rgba(98, 72, 59, 0.8) 0%, #C7AF96 60%, rgba(98, 72, 59, 0.8) 100%), #C7AF96;
  border-radius: 5px;
  color: white;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Volkhov", serif;
}

.cta-padrao-inicio {
  background: linear-gradient(270deg, rgba(98, 72, 59, 0.8) 0%, #C7AF96 60%, rgba(98, 72, 59, 0.8) 100%), #C7AF96;
  border-radius: 5px;
  color: white;
  padding: 10px 35px;
  display: inline-block;
  width: 376px;
  text-align: center;
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Volkhov", serif;
}

.borda-inicio {
  margin-top: 60px;
  background: rgba(39, 41, 44, 0.9);
  padding: 60px 30px;
  color: white;
  display: flex;
  width: 82%;
}

.borda-inicio h3 {
  font-family: "Volkhov", sans-serif;
  line-height: 32px;
  margin-left: 25px;
  margin-top: 0px;
  font-size: 22px;
}

.borda-inicio .col-lg-1 {
  border-right: 2px solid #FFEEB0;
  height: 100%;
  width: 2px;
  background-color: #FFEEB0;
}

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

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

.bg-parte-2 ul {
  list-style: none;
  display: contents;
}

.bg-parte-2 li span {
  color: #C7AF96;
  font-weight: bold;
  padding-right: 10px;
}

.bg-parte-2 li {
  margin-top: 1.5rem;
  display: flex;
}

/*--------------- PARTE 3 ----------------------*/
.bg-parte-3 {
  background-position-y: 0%;
  background-position-x: 0%;
  background-image: url(https://lp.felipebenvenuti.com.br//wp-content/themes/lp-dr-felipe/img/bg-parte-3.png);
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin: 60px 0px;
}

.bg-parte-3 h2 {
  padding-top: 65px;
  margin-bottom: 1.5rem;
}

.bg-parte-3 p {
  margin-top: 2.5rem;
  color: #27292C;
}

.bg-parte-3 p i {
  background-color: #27292C;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 999px;
}

.bg-parte-3 video {
  max-width: 100%;
  height: auto;
  margin: -50px 0px;
}

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

.bg-parte-4 img {
  width: 100%;
}

.card-parte-4 {
  background-color: #F1F1F1;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  padding-right: 30px;
}

.card-parte-4 h3,
.card-parte-4-right h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: "Volkhov", sans-serif;
}

.card-parte-4 img {
  padding-right: 25px;
}

.card-parte-4-right img {
  padding-left: 25px;
}

.card-parte-4-right {
  background-color: #F1F1F1;
  display: flex;
  padding-left: 30px;
  padding-right: 0px;
}

.card-parte-4-right .col-lg-4 {
  padding: 0;
}

/*--------------- PARTE 5 ----------------------*/
.bg-parte-5 {
  background-position-y: 50%;
  background-position-x: 100%;
  background-image: url(https://lp.felipebenvenuti.com.br//wp-content/themes/lp-dr-felipe/img/bg-parte-5.png);
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 65px 0px 80px 0px;
}

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

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

.bg-parte-6 h2 {
  padding-top: 65px;
  margin-bottom: 25px;
}

.bg-parte-6 img {
  margin-top: -50px;
  width: 90%;
}

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

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

.bg-parte-7 h3 {
  margin-bottom: 25px;
}

.borda-parte-7 {
  display: flex;
  background-color: #F1F1F1;
  padding-right: 0;
  padding-left: 50px;
}

.borda-parte-7 img {
  width: 100%;
  padding-left: 50px;
}

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

/*--------------- PARTE 9 ----------------------*/
.bg-parte-9 {
  padding: 0px 0px 65px 0px;
  background-color: #62483B;
  color: white;
  height: 680px;
}

.bg-parte-9 h2 {
  padding-top: 65px;
  margin-bottom: 0px;
  color: #C7AF96;
}

.bg-parte-9 ul {
  list-style: none;
  display: contents;
}

.bg-parte-9 li span {
  color: #C7AF96;
  font-weight: bold;
  padding-right: 10px;
}

.bg-parte-9 li {
  margin-top: 1.5rem;
  display: flex;
}

.bg-parte-9 img {
  position: absolute;
  left: 0;
  width: 47%;
  height: 680px;
}

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

/*------- PARTE 11 -------*/
.bg-parte-11 {
  background-color: #F1F1F1;
  height: 350px;
}

.bg-parte-11 h3 {
  margin-top: 65px;
  margin-bottom: 1rem;
}

.bg-parte-11 a {
  display: block;
  color: #27292C;
}

.bg-parte-11 iframe {
  position: absolute;
  right: 0;
  height: 350px;
  width: 50%;
}

/*-------- FOOTER --------*/
.bg-footer {
  background-color: #27292C;
  color: white;
  padding: 65px 0px;
}

.bg-footer h2 {
  line-height: normal;
  color: white;
  margin-bottom: 20px;
  font-family: "nunito", sans-serif;
}

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

.bg-footer img {
  float: right;
}

/*------- MEDIA QUERIES -----*/
@media(min-width: 1200px) and (max-width:1270px) {
  .card-parte-4-right {
    margin-left: 20px;
  }
}

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

  /*--- INICIO ---*/
  .borda-inicio {
    width: 100%;
    padding-left: 0PX;
  }

  /*-------PARTE 2----*/
  .bg-parte-2 {
    padding-bottom: 85px;
    position: relative;
  }

  .bg-parte-2 img {
    position: absolute;
    bottom: 0;
    width: 45%;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 h2 {
    font-size: 30px;
  }

  /*-------PARTE 4----*/
  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: -6px;
  }

  .card-parte-4 img,
  .card-parte-4-right img {
    height: 100%;
  }

  /*-------PARTE 6----*/
  .bg-parte-6 {
    padding-bottom: 85px;
    position: relative;
  }

  .bg-parte-6 img {
    position: absolute;
    bottom: 0;
    width: 45%;
  }

  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 img {
    height: 100%;
  }

  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }
}

@media(max-width: 992px) {

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

  .bg-parte-3 video {
    max-width: 100%;
    height: auto;
    margin: -0px 0px -50px 0px;
  }

  .bg-parte-2 .col-lg-6:first-of-type {
    order: 1;
  }

  .bg-parte-6 .col-lg-6:first-of-type {
    display: none;
  }

  .bg-parte-2 img {
    padding-top: 40px;
  }

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

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    display: block;
    padding: 0;
  }

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

  .card-parte-4 img,
  .card-parte-4-right img {
    padding: 0;
  }

  .card-parte-4 h3,
  .card-parte-4-right h3,
  .card-parte-4 p,
  .card-parte-4-right p {
    padding: 0px 35px;
  }

  .card-parte-4 p {
    padding-bottom: 20px;
  }

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

  .bg-parte-6 {
    background-position-y: 50%;
    background-position-x: 100%;
    background-image: url(https://lp.felipebenvenuti.com.br//wp-content/themes/lp-dr-felipe/img/bg-parte-5.png);
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding: 0px 0px 70px 0px;
  }

  .bg-parte-6 img {
    margin-top: 40px;
  }

  /*------ PARTE 7 -------*/
  .borda-parte-7 {
    display: block;
    padding-left: 0;
  }

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

  .borda-parte-7 .col-lg-6:nth-of-type(2) {
    padding: 0px 30px;
  }

  .borda-parte-7 img {
    padding: 0;
  }

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

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

  .bg-parte-9 img {
    position: relative;
    width: 100%;
    height: auto;
  }

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

  .bg-parte-11 iframe {
    position: absolute;
    left: 0;
    height: 253px;
    width: 100%;
    margin-top: 40px;
  }

  .bg-parte-11 h3 {
    margin-top: 35px;
  }

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

  .bg-footer img {
    float: left;
    margin-bottom: 12px;
  }

  .bg-footer {
    background-color: #27292C;
    color: white;
    padding: 40px 0px 75px 0px;
  }
}

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

  /*--- INICIO ---*/
  .borda-inicio {
    width: 100%;
    display: block;
    padding: 40px;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 h2 {
    font-size: 30px;
  }

  /*-------PARTE 4----*/
  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: -6px;
  }

  /*-------PARTE 6----*/
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

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

  /*--- INICIO ---*/
  .borda-inicio {
    width: 100%;
    display: block;
    padding: 40px;
  }

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 h2 {
    font-size: 30px;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*-------PARTE 6----*/
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

@media(max-width: 550px) {
  .full-banner-inicio {
    background-image: url(https://lp.felipebenvenuti.com.br/wp-content/uploads/2024/11/new-banner-topo-mobile.jpg);
    padding-top: 220px;
  }

  .cta-padrao-inicio,
  .cta-padrao {
    justify-content: center;
    align-items: center;
    display: block;
    text-align: center;
  }

  .card-parte-4,
  .card-parte-4-right {
    width: 100% !important;
  }

  .card-parte-4-right {
    margin-left: 0 !important;
  }

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

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

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

  /*--- INICIO ---*/
  .borda-inicio {
    width: 100%;
    display: block;
    padding: 40px;
  }

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 .cta-padrao,
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
    text-align: center;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

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

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

  /*--- INICIO ---*/
  .borda-inicio {
    width: 95%;
    display: block;
    padding: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cta-padrao-inicio {
    width: auto;
    margin-top: 15px;
    margin-bottom: 45px;
  }

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

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 .cta-padrao,
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
    text-align: center;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

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

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

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

  .cta-padrao {
    padding: 13px 15px;
    font-size: 17px;
    text-align: center;
  }

  /*--- INICIO ---*/
  .borda-inicio {
    width: 95%;
    display: block;
    padding: 40px 25px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cta-padrao-inicio {
    width: auto;
    margin-top: 15px;
    margin-bottom: 45px;
  }

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

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 .cta-padrao,
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
    text-align: center;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

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

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

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

  .cta-padrao {
    padding: 13px 15px;
    font-size: 17px;
    text-align: center;
  }

  /*--- INICIO ---*/
  .borda-inicio {
    width: 95%;
    display: block;
    padding: 40px 25px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cta-padrao-inicio {
    width: auto;
    margin-top: 15px;
    margin-bottom: 45px;
  }

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

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 .cta-padrao,
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
    text-align: center;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

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

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

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

  .cta-padrao {
    padding: 13px 15px;
    font-size: 17px;
    text-align: center;
  }

  /*--- INICIO ---*/
  .borda-inicio {
    width: 95%;
    display: block;
    padding: 40px 25px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .cta-padrao-inicio {
    width: auto;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .full-banner-inicio h1 {
    font-size: 27px;
    line-height: normal;
  }

  .full-banner-inicio {
    height: auto;
  }

  .borda-inicio h3 {
    margin: 0;
  }

  .borda-inicio .col-lg-1 {
    border-right: 2px solid #FFEEB0;
    height: 2px;
    width: 100%;
    margin: 25px 0px;
    background-color: #FFEEB0;
  }

  /*-------PARTE 3----*/
  .bg-parte-3 .cta-padrao,
  .bg-parte-6 .cta-padrao {
    font-size: 17px;
    padding: 10px 15px;
    text-align: center;
  }

  /*-------PARTE 4----*/
  .card-parte-4,
  .card-parte-4-right {
    width: 95%;
  }

  .card-parte-4-right {
    margin-left: 20px;
  }

  .card-parte-4 {
    margin-left: 0px;
  }

  /*----- PARTE 7 ----*/
  .borda-parte-7 .cta-padrao {
    margin-bottom: 40px;
  }

  /*----- PARTE 9 -----*/
}

/*--------- ANIMAÇOES -------*/
/*@keyframes infinite-line {
  0% {
     transform: scaleX(0);
  }

  50% {
     transform: scaleX(1);
  }

  100% {
     transform: scaleX(0);
  }
}

@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.0);
     transform: scale(1.0);
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
  }
}
*/
.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);
}

.cta-padrao-inicio,
.cta-padrao {
  -webkit-animation: cta-animation 1.9s ease-in-out infinite both;
  animation: cta-animation 1.9s ease-in-out infinite both;
  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: #37AD51;
  color: white;
  transition: all 0.5S;
  z-index: -1;
}

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

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

/*--------- CODIGO NOVO ----------/*

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

.card-2-new {
  background-color: #F1F1F1;
  height: 100%;
}

.card-2-new img {
  width: 100%;
}

.card-2-body-new {
  padding: 25px 60px;
}

.card-2-body-new h3 {
  margin-bottom: 0;
  text-align: center;
}

.card-2-body-new a {
  font-size: 18px;
  color: #62483B;
  margin-bottom: 0;

  &:hover {
    transform: scale(1.1);
    cursor: pointer;
    color: #DDAA6B;
  }
}

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

/*--------------- PARTE 4 NEW ----------------------*/
.bg-parte-4-new {
  padding: 65px 0px;
  background-color: #62483B;
  color: white;
}

.bg-parte-4-new h2 {
  color: #BFA88F;
  margin-top: 35px;
}

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

/*--------------- PARTE 5 NEW ----------------------*/
.bg-parte-5-new h2 {
  padding-top: 65px;
}

.bg-parte-5-new .col-lg-6:nth-of-type(2) {
  margin-bottom: 40px;
}

/* Estilo básico do card */
.card-parte-5-new {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bg-parte-5-new h3 {
  font-family: "Volkhov", serif;
  font-size: 32px;
}

/* Imagem dentro do card-parte-5-new */
.card-parte-5-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Overlay para o efeito de texto */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* Efeito de hover */
.card-parte-5-new:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.card-parte-5-new:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/*--------------- PARTE 6 NEW ----------------------*/
.bg-parte-6-new {
  padding: 65px 0px 0px;
}

.bg-parte-6-new h2 {
  padding-top: 40px;
  padding-bottom: 15px;
}

.bg-parte-6-new p {
  width: 85%;
}

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

/*--------------- PARTE 7 NEW ----------------------*/
.bg-parte-7-new {
  padding: 65px 0px;
  background-color: #62483B;
}

.bg-parte-7-new h2 {
  font-size: 20px;
  color: white;
  line-height: normal;
}

/*--------------- PARTE 9 NEW ----------------------*/
.bg-parte-9-new {
  background-position-y: 50%;
  background-position-x: 100%;
  background-image: url(/img/bg-parte-9-new.png);
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 65px 0px 65px 0px;
}

/*--------------- PARTE 10 NEW ----------------------*/
.bg-parte-10-new {
  padding: 65px 0px 65px 0px;
}

.bg-parte-10-new h4 {
  font-family: "Volkhov", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #62483B;
}

/* Estilo do card principal */
.service-card {
  display: flex;
  align-items: flex-start;
  background: #62483B;
  padding: 50px;
  border-radius: 0px;
  margin: 10px 0;
}

/* Estilo do ícone */
.icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Estilo do texto */
.text-content h3 {
  font-size: 24px;
  color: #C7AF96;
  /* Cor do título */
  font-family: "Volkhov", serif;
  margin: 0;
}

.subtitle {
  color: white;
  /* Cor do subtítulo, estilo link */
  margin: 0px 0px 20px;
}

.description {
  color: #ffffff;
  /* Cor da descrição */
  margin-top: 10px;
}

@media(max-width: 992px) {

  /*------ PARTE 2 ------*/
  .card-2-new {
    height: auto;
    margin-bottom: 15px;
  }

  /*------ PARTE 5 new ------*/
  .bg-parte-5-new h2 {
    padding-top: 0;
  }

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

  .bg-parte-5-new .mt-3,
  .bg-parte-5-new .mb-3 {
    margin: 0 !important;
  }

  .card-parte-5-new {
    margin-top: 20px;
    height: auto;
  }

  .card-parte-5-new img {
    height: auto;
  }

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

  .bg-parte-9 .container {
    padding: 0;
    max-width: 100%;
  }

  .bg-parte-9 .col-lg-6:nth-of-type(2) {
    padding: 0px 55px;
  }
}

@media(max-width: 440px) {
  h3 {
    font-size: 20px !important;
  }

  .service-card {
    padding: 40px 25px;
  }

  .bg-parte-9 .col-lg-6:nth-of-type(2) {
    padding: 0px 30px;
  }
}

/* Estilo principal do modal */
.modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

/* Alinhamento do conteúdo do modal */
.card-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px 0px;
  background-color: #f9f5f2;
  /* Cor de fundo do modal */
  position: relative;
}

.modal-content {
  width: 800px;
}

.card-modal .col-lg-7 {
  padding: 50px 40px;
}

/* Botão de fechar no canto superior direito */
.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  color: white;
  background: transparent url("https://lp.felipebenvenuti.com.br/wp-content/uploads/2024/11/X.png") center/1em auto no-repeat;
  opacity: 1;
  background-color: red;
  z-index: 0;
}

/* Define a largura personalizada para o modal */
.modal-custom-width {
  max-width: 700px;
  /* Ajuste este valor conforme necessário */
  width: 90%;
  /* Ajuste conforme necessário */
}

@media (min-width: 992px) {
  .modal-custom-width {
    max-width: 700px;
    /* Largura maior em telas grandes */
  }
}

/* Estilo do título e texto */
.modal-text-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
}

.modal-text-content p {
  font-size: 21px;
  margin-bottom: 20px;
}

/* Botão de chamada para ação */
.cta-button {
  display: inline-block;
  background: linear-gradient(270deg, rgba(98, 72, 59, 0.8) 0%, #C7AF96 60%, rgba(98, 72, 59, 0.8) 100%), #C7AF96;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  position: relative;
  font-family: "Volkhov", sans-serif;
}

.cta-button:hover {
  cursor: pointer;
  background: linear-gradient(270deg, #DDAA6B 0%, #DDAA6B 60%, #DDAA6B 100%), #DDAA6B;
  color: white;
  border: 1px solid #DDAA6B;
  transition: 0.5s;
}

.cta-button span {
  width: 80%;
  display: block;
}

.cta-button i {
  float: right;
  position: absolute;
  right: 20px;
  font-size: 25px;
  top: 35%;
}

.cta-button:hover {
  background-color: #3e2a1e;
}

/* Estilo da imagem */
.modal-image-content img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

/* Responsividade */
@media (max-width: 767px) {
  .card-modal {
    flex-direction: column;
    text-align: center;
  }

  .modal-text-content,
  .modal-image-content {
    width: 100%;
  }

  .btn-close {
    top: 10px;
    right: 10px;
  }

  .modal-text-content h2 {
    font-size: 28px;
  }

  .modal-text-content p {
    font-size: 16px;
  }

  .modal-image-content img {
    width: 100%;
    border-radius: 8px;
    height: 300px;
  }

  .modal-text-content span {
    width: 100%;
  }

  .modal-text-content i {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    float: none;
    margin-top: 5px;
  }

  .modal-custom-width {
    width: 95%;
  }

  .card-modal .col-lg-7 {
    padding: 50px 20px 20px;
  }
}

.service-card-liftera {
  display: flex;
  align-items: flex-start;
  background: #62483B;
  border-radius: 0px;
  padding: 0px 0px 0px 50px;
  margin: 10px 0;
  height: 320px;
}

.service-card-liftera .text-content,
.service-card-liftera .icon {
  margin-top: 40px;
}

.service-card-liftera .text-content {
  width: 50%;
}

.service-card-liftera .description {
  width: 74%;
  padding-bottom: 40px;
}

.img-liftera {
  width: 50%;
}

.img-liftera img {
  height: 320px;
  width: 100%;
  float: right;
}

@media(min-width: 992px) and (max-width: 1200px) {
  .service-card-liftera {
    display: flex;
    align-items: flex-start;
    background: #62483B;
    border-radius: 0px;
    padding: 0px 0px 0px 50px;
    margin: 10px 0;
    height: 320px;
  }

  .service-card-liftera .text-content,
  .service-card-liftera .icon {
    margin-top: 40px;
  }

  .service-card-liftera .text-content {
    width: 50%;
  }

  .service-card-liftera .description {
    width: 70%;
    padding-bottom: 40px;
  }

  .img-liftera {
    width: 50%;
  }

  .img-liftera img {
    height: 320px;
    width: 100%;
    float: right;
  }
}

@media(max-width: 992px) {
  .service-card-liftera {
    display: block;
    height: auto;
    padding-left: 0;
  }

  .service-card-liftera .icon {
    display: none;
  }

  .icon-mobile {
    display: flex;
    margin-left: -23px;
  }

  .icon-mobile img {
    position: relative;
    right: 12px;
    object-fit: contain;
  }

  .service-card-liftera .text-content {
    display: block;
    width: 100%;
    padding: 40px 25px 0px 65px;
  }

  .service-card-liftera .description {
    width: 100%;
  }

  .img-liftera {
    width: 100%;
    display: block;
  }

  .img-liftera img {
    height: auto;
    float: none;
  }
}