@charset "UTF-8";
/* Tema do cliente */
/* Cores */
/* cor-1: #003399 */
/* cor-2: #4CB800 */
/* cor-3: #DFDFDF */
/* cor-4: #0C0C05 */

/* 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);
}

.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);
  }
}

:root{
  --font-Montserrat: 'Montserrat';
  --font-OpenSans: 'Open Sans';

  --color-one  : #003399;
  --color-two  : #4CB800;
  --color-three: #DFDFDF;
  --color-four: #0C0C05;
}

/* LANDING PAGE */

.btn-blue-green{
  display: block;
  width: 370px;

  background-color: var(--color-one);
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #FFFFFF;  

  padding: 14px 24px;

  transition: all .3s linear;
}

.btn-blue-green:hover{
  background-color: var(--color-two);
  color: #FFF;
}

.header-lp{
  --bg-header: #F8F8F8;
  background: var(--bg-header);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  overflow: hidden;
}

.header-lp .container{
  position: relative;

  padding-top: 36px;
  padding-bottom: 86px;
}

.header-page .container{
  padding-bottom: 36px;
}

.header-lp .main-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-page .main-content{
  align-items: center;
}

.header-lp .main-content .img-logo{
  display: block;
  width: 100%;
  max-width: 370px;
  height: 190px;
  margin-bottom: 20px;
}

.header-lp .main-content .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: 36px;
  line-height: 44px;

  color: #000000;
  margin-bottom: 16px;
}

.header-lp .main-content .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  text-align: justify;

  color: #000000;
}

.header-lp .main-content .content strong{
  font-weight: 800;
}

.header-lp .btn-blue-green{
  margin-top: 32px;
}

.fx1_lp .container{
  padding-top: 52px;
  padding-bottom: 56px;
}

.fx1_lp .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx1_lp .content{
  margin-bottom: 28px;
}

.fx1_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  text-align: justify;

  color: #000000;
}

.fx1_lp .container .row{
  row-gap: 25px;
}

.fx1_lp .card-lp{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  background-color: #F8F8F8;
  border-radius: 3px;

  padding: 37px 17px;

  transition: all .3s linear;
}

.fx1_lp .card-lp .icon{
  width: 100px;
  height: 100px;
}

.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(--font-OpenSans);
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;

  color: var(--color-one);
  padding: 0 32px;
  transition: all .3s linear;
}

.fx1_lp .card-lp span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;

  color: var(--color-four);
  transition: all .3s linear;
}

.fx1_lp .card-lp:hover{
  background-color: var(--color-one);
}

.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;
}

.fx1_lp .btn-wrapper{
  justify-items: center;
  margin-top: 52px;
}

.fx2_lp{
  --bg-fx2: var(--color-three);
  position: relative;
  background: 
    linear-gradient(to right,
      var(--color-three) 40.35%,
      rgba(248, 248, 248, .0) 50%
    ),
    var(--bg-fx2);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-three);
  overflow: hidden;
}

.fx2_lp .container{
  position: relative;
  padding-top: 78px;
  padding-bottom: 91px;
}

.fx2_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-align: justify;

  color: #000;
  margin-bottom: 0;
}

.fx2_lp .content strong{
  font-weight: 700;
}

.fx3_lp .container{
  padding-top: 56px;
  padding-bottom: 73px;
}

.fx3_lp .container .row{
  row-gap: 25px;
  margin-bottom: 78px;
}

.fx3_lp .selo-qualidade{
  width: 100%;
  max-width: 270px;
  height: 270px;
}

.fx3_lp .selo-qualidade img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx3_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-align: justify;

  color: #000000;
  margin-bottom: 0;
}

.fx3_lp .btn-wrapper{
  margin-top: 43px;
}

.fx3_lp .btn-wrapper .btn-blue-green{
  width: fit-content;

  padding: 14px 64px;
}

.fx3_lp .txt{
  text-align: center;
}

.fx3_lp .txt h2{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;

  color: #000000;
  margin-bottom: 44px;
}

.fx3_lp .txt strong{
  font-weight: 800;
}

.fx4_lp{
  --bg-fx4: var(--color-three);
  position: relative;
  background: 
    linear-gradient(to left,
      var(--color-three) 50.35%,
      rgba(248, 248, 248, .0) 60%
    ),
    var(--bg-fx4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-three);
}

.fx4_lp .container{
  padding-top: 31px;
  padding-bottom: 31px;
}

.fx4_lp .content p{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-align: justify;

  color: #000000;
}

.fx4_lp .content strong{
  font-weight: 800;
}

.fx5_lp .container{
  padding-top: 52px;
  padding-bottom: 72px;
}

.fx5_lp .title{
  text-align: left;
}

.fx5_lp .title h3{
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;

  color: #000;
  margin-bottom: 0px;
}

.fx5_lp .title strong,
.fx5_lp .title b{
  font-weight: 800;
}

.fx5_lp .faq{
  display: flex;
  flex-direction: column;
  row-gap: 28px;

  margin-top: 31px;
}

.faq .ui-accordion-header-icon{
  display: none;
}

.faq .question{
  margin: 0;
  padding: 21px 34px;
  outline: none;
  cursor: pointer;
  background-color: var(--color-one);
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 23px;

  transition: all .3s linear;
}

.faq .question .icon{
  transition: all .3s ease;
}

.faq .question h4{
  font-family: var(--font-OpenSans);
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.faq .question.ui-state-active{
  background-color: var(--color-two);
}

.faq .question.ui-state-active .icon{
  rotate: 90deg;
}

.faq .answer{
  border-bottom: 2px solid #0C0C05;
  border-radius: 5px;

  padding-top: 9px;
  padding-bottom: 10px;
  padding: 0px 52px 10px 34px;
}

.faq .answer p{
  font-family: var(--font-OpenSanst);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  color: #0C0C05;
}

.footer-lp{
  background-color: #0C0C05;
}

.footer-lp .container{
  padding-top: 77px;
  padding-bottom: 96px;
}

.footer-lp .text{
  margin-bottom: 80px;
}

.footer-lp .text p{
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;

  color: #FFF;
}

.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: 31px;
}

.footer-lp .info-wrapper .info{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 11px;
}

.footer-lp .info-wrapper .info .icon{
  flex-shrink: 0;
  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: 23px;
  line-height: 33px;

  color: #FFF;
}

.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 p{
  margin-bottom: 0;
}

.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 .btn-submit{
  display: block;
  width: 116px;

  background-color: var(--color-one);
  border: none;
  border-radius: 7px;

  font-family: var(--font-OpenSans);
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;

  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: #FFF;
}

.footer-lp .credits{
  display: flex;
  justify-content: space-between;
  align-items: end;

  margin-top: 70px;
}

.footer-lp .credits span{
  font-family: var(--font-OpenSans);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFF;
}

.footer-lp .credits .kry{
  display: flex;
  align-items: flex-end;
  column-gap: 25px;
}

/* RESPONSIVO LANDING PAGE */

  @media(max-width: 991px){
    .header-lp,
    .fx2_lp,
    .fx4_lp{
      background-image: none;
    }
    .header-lp .main-content .content p,
    .fx1_lp .content p,
    .fx2_lp .content p,
    .fx3_lp .content p,
    .fx3_lp .btn-wrapper,
    .fx4_lp .content p{
      text-align: center;
      justify-items: center;
    }
    .header-lp .main-content{
      align-items: center;
      text-align: center;
    }
    .header-lp .main-content .content{
      justify-items: center;
    }
    .header-lp .background-img{
      display: none;
    }
    .fx1_lp .container .col-lg-3{
      justify-items: center;
    }
    .fx1_lp .card-lp{
      width: 80%;
    }
    .fx3_lp .col-lg-3{
      justify-items: center;
    }
    .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 .form-container{
      justify-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-blue-green{
      width: 85%;
    }
    .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{
      flex-direction: column;
      row-gap: 12px;
      justify-content: center;
    }
  }

/* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* OBRIGADO */

.fx1_obrigado{
  background-color: #F8F8F8;
}

.fx1_obrigado .container{
  padding-top: 70px;
  padding-bottom: 70px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado .content h1{
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 700;
  color: var(--color-one);

  margin-bottom: 12px;
}

.fx1_obrigado .content p,
.fx1_obrigado .content a{
  font-family: var(--font-Montserrat);
  font-size: 25px;
  font-weight: 500;
  color: #000;

  transition: all .3s ease;

  margin-bottom: 8px;
}

.fx1_obrigado .content a:hover{
  text-decoration: underline !important;
  color: var(--color-two);
}

/* /OBRIGADO */

/* 404 */

.pg-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 48px 16px;
  background: linear-gradient(180deg, var(--color-three) 0%, #fff 100%);
  color: var(--color-four);
}

.pg-404 .container {
  max-width: 920px;
  width: 100%;
  text-align: center;
}

.pg-404 h1 {
  margin: 0 0 8px;
  font-family: var(--font-Montserrat), sans-serif;
  font-weight: 800;
  font-size: clamp(72px, 12vw, 160px);
  line-height: 0.9;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--color-one), var(--color-two));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pg-404 h2 {
  margin: 0 0 16px;
  font-family: var(--font-Montserrat), sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 34px);
  line-height: 1.2;
  color: var(--color-one);
}

.pg-404 .editor {
  margin: 16px auto 28px;
  font-family: var(--font-OpenSans), system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.7;
  color: var(--color-four);
  max-width: 720px;
}

.pg-404 .editor a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-two);
}

.pg-404 .clearfix { display: none; }

.pg-404 .container { position: relative; }

/* ===== Responsividade suave ===== */
@media (max-width: 992px) {
  .pg-404 { padding: 40px 16px; }
  .pg-404 .editor { max-width: 680px; }
}

@media (max-width: 768px) {
  .pg-404 { padding: 32px 14px; }
  .pg-404 .editor { max-width: 560px; }
}

@media (max-width: 480px) {
  .pg-404 { padding: 28px 12px; }
  .pg-404 .editor a { width: 100%; }
}

/* Respeita preferência de reduzir movimento */
@media (prefers-reduced-motion: reduce) {
  .pg-404 .editor a { transition: none; }
}


/* 404 */