@charset "UTF-8";
/* Tema do cliente */
/* Cores */
/* cor-1: #635942 */
/* cor-2: #193C19 */
/* cor-3: #D9D9D9 */
/* cor-4: #F8F8F8 */

/* Fonts */

/* Monstserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Pré formatações */
.container{
  max-width: 1170px;
}
a:hover{
  color: var(--color-one);
}
::-moz-selection{
  background: var(--color-one);
}
::selection{
  background: var(--color-one);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-one);
  border-color: var(--color-one);
}
.editor p{
  font-family: var(--font-text);
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family: var(--font-text);
}

:root{
  --font-Montserrat: 'Montserrat';
  --font-OpenSans: 'Open Sans';

  --color-one  : #635942;
  --color-two  : #193C19;
  --color-three: #D9D9D9;
  --color-four: #F8F8F8;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}

/* css do tema */

/* LANDING PAGE */

.btn-brown-green{
  display: block;
  width: 370px;

  background-color: var(--color-one);
  border-radius: 7px;

  font-family: var(--fontLP-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #FFFFFF;  

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-brown-green:hover{
  background-color: var(--color-two);
  color: #FFF;
}

.header-lp{
  background-color: var(--color-four);
  overflow: hidden;
}

.header-lp .main-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;


  padding-top: 36px;
  padding-right: 70px;
  padding-bottom: 86px;
}

.header-lp.generico .container{
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-lp .img-logo{
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin-bottom: 28px;
}

.header-lp .img-logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header-lp .main-content .content{
  margin-bottom: 30px;
}

.header-lp .main-content .content h1{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;

  color: #000000;
}

.header-lp .main-content .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;

  color: #000000;
}

.header-lp .main-content .content strong,
.header-lp .main-content .content b{
  font-weight: 800;
}

.header-lp .main-content .content .btn-brown-green{
  margin-top: 24px;
}

.header-lp .header-img{
  width: 100%;
  height: 100%;
}

.header-lp .header-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fx1_lp .container{
  padding-top: 52px;
  padding-bottom: 51px;
}

.fx1_lp .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx1_lp .card-lp{
  height: 100%;
  min-height: 307px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  row-gap: 17px;

  background-color: var(--color-four);

  padding: 26px 16px;

  transition: all .3s linear;
}

.fx1_lp .card-lp .icon{
  width: 71px;
  height: 71px;
}

.fx1_lp .card-lp .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}

.fx1_lp .card-lp p{
  font-family: var(--fontLP-OpenSans);
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;

  color: var(--color-one);
  transition: all .3s linear;
}

.fx1_lp .card-lp span{
  font-family: var(--fontLP-OpenSans);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;

  color: var(--color-one);
  transition: all .3s linear;
}

.fx1_lp .card-lp:hover{
  background-color: var(--color-two);
}

.fx1_lp .card-lp:hover .icon img{
  filter: brightness(0) invert(1);
}

.fx1_lp .card-lp:hover p,
.fx1_lp .card-lp:hover span{
  color: #FFF;
}

.fx2_lp{
  --bg-fx2: #ccc;
  background-image: var(--bg-fx2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: var(--color-three);
}

.fx2_lp .container{
  padding-top: 56px;
  padding-bottom: 64px;
}

.fx2_lp .section-img{
  position: absolute;

  top: 0px;
  left: -128px;

  width: 975px;
  height: 100%;
}

.fx2_lp .section-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx2_lp .content{
  padding-right: 85px;
}

.fx2_lp .content h3{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;

  color: var(--color-two);
  margin-bottom: 26px;
}

.fx2_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #000000;
}

.fx2_lp .content .btn-brown-green{
  margin-top: 30px;
}

.fx3_lp{
  --bg-fx3: #ccc;
  background-image: var(--bg-fx3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: var(--color-two);
}

.fx3_lp .container{
  padding-top: 52px;
  padding-bottom: 52px;
}

.fx3_lp .container .col-lg-6{
  align-content center;
}

.fx3_lp .content h3{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;

  color: #FFFFFF;
}

.fx3_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #FFFFFF;
}

.fx4_lp{
  --bg-fx4: #ccc;
  background-image: var(--bg-fx4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: var(--color-three);
}

.fx4_lp .container{
  padding-top: 62px;
  padding-bottom: 71px;
}

.fx4_lp .content h3{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  
  color: var(--color-two);
  margin-bottom: 25px;
}

.fx4_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #000000;
  margin-bottom: 3px;
}

.fx4_lp .content strong,
.fx4_lp .content b{
  font-weight: 800;
}

.fx4_lp .btn-brown-green{
  margin-top: 41px;
}

.fx5_lp .container{
  padding-top: 50px;
  padding-bottom: 61px;
}

.fx5_lp .title-depoimentos{
  margin-bottom: 71px;
}

.fx5_lp .title-depoimentos h3{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  text-align: center;

  color: #000000;
  margin-bottom: 50px;
}

.fx5_lp .title-depoimentos strong,
.fx5_lp .title-depoimentos b{
  font-weight: 800;
}

.fx5_lp .title-faq h3{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  text-align: center;

  color: var(--color-two);
  margin-bottom: 37px;
}

.fx5_lp .faq{
  display: flex;
  flex-direction: column;
  row-gap: 28px;

  margin-top: 31px;
}

.faq h4{
  margin: 0;
  padding: 21px 74px 21px 34px;
  outline: none;
  cursor: pointer;
  background-image: url(../imagens/arrow-faq.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-color: var(--color-two);
  border-radius: 5px;

  font-family: var(--font-OpenSans);
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;

  color: #FFFFFF;

  transition: all .3s linear;
}

.faq h4.ui-state-active{
  background-color: var(--color-one);
  font-weight: 800;

  background-image: url(../imagens/arrow-faq-left.png);
}

.faq div{
  border-bottom: 2px solid #0C0C05;
  border-radius: 5px;

  padding: 10px 34px;
}

.faq div p{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #0C0C05;
}

.footer-lp{
  background-color: var(--color-one);
}

.footer-lp .container{
  padding-top: 41px;
  padding-bottom: 97px;
}

.footer-lp .text{
  margin-bottom: 42px;
}

.footer-lp .text p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #FFFFFF;
}

.footer-lp .text strong,
.footer-lp .text b{
  font-weight: 800;
  font-size: 28px;
}

.footer-lp .container .row{
  row-gap: 25px;
}

.footer-lp .info-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 27px;
}

.footer-lp.generico .info-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 27px;
}

.footer-lp .info-wrapper .info{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 11px;
}

.footer-lp .info-wrapper .info .icon{
  width: 30px;
  height: 30px;
  transform: translateY(5px);
}

.footer-lp .info-wrapper .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-lp .info-wrapper span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;

  color: #FFFFFF;
}

.footer-lp .form-container form{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer-lp form .form-group{
  background-color: #FFF;

  border: 1px solid #CCC;
  border-radius: 3px;

  margin-bottom: 0px;
}

.footer-lp form .form-group p{
  margin-bottom: 0px;
}

.footer-lp form .form-control,
.footer-lp form textarea{
  border: none;

  padding: 9px 16px;
}

.footer-lp form .form-control,
.footer-lp form .form-control::placeholder,
.footer-lp form textarea,
.footer-lp form textarea::placeholder{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.footer-lp form textarea{
  width: 100%;
  resize: none;
  height: 165px;
  max-height: 166px;
}

.footer-lp form .form-submit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
}

.footer-lp form .form-submit div p{
  display: flex;
  margin-bottom: 0px;
}

.footer-lp form .form-submit .btn-submit{
  display: block;
  width: 116px;

  background-color: var(--color-three);
  border: none;
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;

  color: var(--color-one);

  padding: 7px 24px;

  transition: all .3s linear;
}

.footer-lp form .form-submit .btn-submit:hover{
  background-color: var(--color-two);
  color: #FFF;
}

.footer-lp form .form-submit span{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer-lp .credits{
  display: flex;
  justify-content: space-between;
  align-items: end;

  margin-top: 75px;
}

.footer-lp .credits span{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFFFFF;
}

.footer-lp .credits .kry{
  display: flex;
  align-items: flex-end;
  column-gap: 25px;
}

/* RESPONSIVO LANDING PAGE */

  @media(max-width: 1199px){
  }
  @media(max-width: 991px){
    .header-lp .container{
      padding-top: 36px;
      padding-bottom: 86px;
    }
    .header-lp .container .col-lg-5{
      justify-items: center;
    }
    .header-lp .main-content{
      align-items: center;
      text-align: center;
      padding: 0px;
    }
    .header-lp .main-content .content{
      justify-items: center;
    }
    .header-lp .header-img{
      max-width: 350px;
      max-height: 400px;
    }
    .header-lp .header-img img{
      border-radius: 5px;
    }

    .fx1_lp .container .col-lg-2{
      justify-items: center;
    }
    .fx1_lp .card-lp{
      width: 75%;
      min-height: auto;
    }

    .fx2_lp,.fx3_lp,.fx4_lp{
      background-image: unset;
    }

    .fx2_lp .section-img,
    .fx3_lp .section-img{
      display: none;
    }
    .fx2_lp .content,
    .fx3_lp .content{
      text-align: center;
      justify-items: center;
      padding: 0px;
    }

    .fx4_lp .section-img{
      display: none;
    }
    .fx4_lp .content{
      justify-items: center;
      text-align: center;
    }
    .footer-lp .text{
      text-align: center;
    }
    .footer-lp .info-wrapper{
      align-items: center;
    }
    .footer-lp .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 10px;
    }
  }
  @media(max-width: 767px){
    .header-lp .main-content .content h1{
      font-size: 30px;
    }
    .header-lp .main-content .content p{
      font-size: 21px;
    }
    .btn-brown-green{
      width: 100%;
    }
    .fx5_lp .title{
      text-align: center;
    }
  }
  @media(max-width: 480px){
    .footer-lp .info-wrapper .info{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 5px;
    }
    .footer-lp form .form-submit{
      justify-content: center;
    }
  }

/* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* 404 */

.pg-404 {
  background-color: var(--color-four);
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  font-family: var(--font-OpenSans);
}

.pg-404 h1 {
  font-size: 120px;
  font-weight: bold;
  color: var(--color-one);
  margin: 0 0 10px 0;
  font-family: var(--font-Montserrat);
  line-height: 1;
}

.pg-404 h2 {
  font-size: 24px;
  color: var(--color-two);
  margin-bottom: 20px;
  font-weight: normal;
}

.pg-404 .editor {
  font-size: 16px;
  color: var(--color-one);
}

.pg-404 .editor a {
  display: inline-block;
  margin-top: 10px;
  color: var(--color-two);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
  color: var(--color-one);
}

.pg-404 .container {
  max-width: 800px;
  width: 100%;
}

/* Responsividade */
@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 80px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .pg-404 h1 {
    font-size: 60px;
  }

  .pg-404 h2 {
    font-size: 18px;
  }

  .pg-404 .editor {
    font-size: 14px;
  }
}

/* /404 */

/* OBRIGADO */

.obrigado .container{
  justify-items: center;

  padding-top: 20px;
  padding-bottom: 20px;
}

.thank-you-container {
  background: var(--color-four);
  padding: 40px 20px;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.thank-you-container h1 {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  color: var(--color-two);
  margin-bottom: 10px;
}

.thank-you-container p {
  font-size: 23px;
  margin-bottom: 20px;
}

.thank-you-container a {
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-two);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.thank-you-container a:hover {
  background-color: #145414; /* Tom mais escuro do verde */
}

@media (max-width: 600px) {
  .thank-you-container {
    padding: 30px 15px;
  }

  .thank-you-container h1 {
    font-size: 35px;
  }

  .thank-you-container p {
    font-size: 20px;
  }
}

/* /OBRIGADO */