@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #199BD7;  **/
/**  cor-2: #0082BE;  **/
/**  cor-3: #19AB5C;  **/
/**  cor-4: #D9D9D9;  **/
/**  cor-5: #0F437F;  **/

/* Fonts */
/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;

  a{
    color: #FFFC9E!important;
    &:hover{
      color: #38A7EB!important;
    }
  }
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
}

.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (width>=1200px) {
  .container{padding: 0px; 
  } 
}

@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--color-1);
}

::-moz-selection{
  background: var(--color-1);
}

::selection{
  background: var(--color-1);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.lds-ellipsis div{  
  background-color: var(--color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.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);
  }
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

.website{
  position: relative;
}

:root{
  --fontPadrao: 'Open Sans';

  --color-1: #199BD7;
  --color-2: #0082BE;
  --color-3: #19AB5C;
  --color-4: #D9D9D9;
  --color-5: #0F437F;
}

/* BUTTONS */

.btn-green-blue{
  display: inline-block;

  width: 100%;
  max-width: 370px;

  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #FFFFFF !important;

  background-color: var(--color-3);
  border-radius: 18px;

  transition: all .3s ease-in-out;

  padding: 14px 24px;
}

.btn-green-blue:hover{
  background-color: var(--color-1);
}


/* /BUTTONS */

/* HEADER */

.header{
  --bg-header: #ccc;

  background: var(--bg-header, var(--color-5));
  background-color: var(--color-5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .container{
  padding-top: 23px;
  padding-bottom: 94px;
}

.header .logo{
  width: 100%;
  max-width: 170px;
  height: 100%;
  max-height: 170px;

  margin-bottom: 25px;
}

.header .logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .content{
  padding-right: 51px;
}

.header .content h1{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 45px;
  line-height: 61px;

  color: #FFFFFF;
  margin-bottom: 24px;
}

.header .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.header .content strong,
.header .content b{
  font-weight: 800;
}

.header .content .btn-green-blue{
  margin-top: 24px;
}

/* RESPONSIVO HEADER */

  @media (max-width: 991px) {
    .header{
      background: var(--color-5);
    }
    .header .col-lg-8{
      justify-items: center;
      text-align: center;
    }
    .header .content{
      padding-right: 0;
    }
    .header .content h1{
      font-size: 40px;
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.footer{
  background-color: #030303;
}

.footer .container{
  padding-top: 77px;
  padding-bottom: 96px;
}

.footer .container .row{
  row-gap: 25px;
}

.footer .content{
  margin-bottom: 86px;
}

.footer .content h3{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .contact-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 26px;
}

.footer .info-item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 11px;
}

.footer .info-item .icon{
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.footer .info-item .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .info-item .text span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;

  color: #FFFFFF;
}

.footer form{
  width: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer form p{
  margin-bottom: 0;
}

.footer form .form-group{
  flex-grow: 1;
  margin-bottom: 0;
}

.footer form .form-group input,
.footer form .form-group textarea{
  width: 100%;

  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;

  padding: 9px 16px;
}

.footer form .form-group textarea{
  resize: none;

  height: 166px;
}

.footer form .form-group input,
.footer form .form-group textarea,
.footer form .form-group input::placeholder,
.footer form .form-group textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: #000000;
}

.footer form .form-submit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 14px;
}

.footer form .form-submit div{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.footer form .form-submit .btn-green-blue{
  width: auto;
  max-width: unset;

  font-weight: 800;
  font-size: 14px;
  line-height: 19px;

  border: none;
  border-radius: 13px;

  padding: 7px 34px;
}

.footer form .form-submit span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: #FFFFFF;
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-top: 75px;
}

.footer .credits p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .kryzalis{
  display: flex;
  align-items: flex-end;
  column-gap: 23px;
}

.footer .kryzalis .logo-kry{
  width: 50px;
  height: 31px;
}

.footer .kryzalis .logo-kry img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .content{
      text-align: center;
    }
    .footer .contact-info{
      align-items: center;
      text-align: center;
    }
    .footer .info-item{
      flex-direction: column;
      align-items: center;
      row-gap: 5px;
    }
    .footer .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 18px;
    }
    .footer form{
      align-items: center;
    }
    .footer form .form-group{
      width: 85%;
    }
  }
  @media (max-width: 480px) {
    .footer .info-item .text span{
      font-size: 17px;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* CORPO LP */

.fx1 .container{
  padding-top: 66px;
  padding-bottom: 64px;
}

.fx1 .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx1 h2{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  text-align: center;

  color: #000000;
  padding: 0 100px;
  margin-bottom: 54px;
}

.fx1 .card-beneficio{
  height: 100%;
  min-height: 370px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  background-color: #F8F8F8;
  border-radius: 3px;

  transition: all .3s ease-in-out;

  padding: 61px 22px;
}

.fx1 .card-beneficio .icon{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.fx1 .card-beneficio .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.fx1 .card-beneficio p{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;

  color: var(--color-3);

  transition: all .3s ease-in-out;

  margin-bottom: 4px;
}

.fx1 .card-beneficio span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;

  color: var(--color-5);

  transition: all .3s ease-in-out;
}

.fx1 .card-beneficio:hover{
  background-color: var(--color-5); 
}

.fx1 .card-beneficio:hover .icon img{
  filter: brightness(0) invert(1);
}

.fx1 .card-beneficio:hover p,
.fx1 .card-beneficio:hover span{
  color: #FFF;
}

.fx1 .content{
  text-align: center;
  padding: 44px 100px 0px 100px;
}

.fx1 .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #000000;
  margin-bottom: 0;
}

.fx1 .content .btn-green-blue{
  width: auto;
  max-width: unset;

  padding: 14px 46px;
  margin-top: 42px;
}

.fx2{
  --bg-fx2: #ccc;

  background: var(--bg-fx2, var(--color-4));
  background-color: var(--color-4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fx2 .container{
  padding-top: 62px;
  padding-bottom: 67px;
}

.fx2 .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;

  color: #000000;
  margin-bottom: .5rem;
}

.fx2 .content strong,
.fx2 .content b{
  font-weight: 700;
}

.fx3{
  background-color: var(--color-5);
}

.fx3 .container{
  padding-top: 73px;
  padding-bottom: 74px;
}

.fx3 .content{
  text-align: center;
}

.fx3 .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;

  color: #FFFFFF;
  margin-bottom: .5rem;
}

.fx3 .content a{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 22px;
  line-height: 40px;
  text-decoration-line: underline !important;

  color: var(--color-3);
}

.fx4 .container{
  padding-top: 51px;
  padding-bottom: 72px;
}

.fx4 h2{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;

  color: #000000;
  margin-bottom: 0;
}

.fx4 strong,
.fx4 b{
  font-weight: 800;
}

.fx4 .title-depoimentos{
  text-align: center;
  margin-bottom: 50px;
}

.fx4 .title-accordion{
  margin-top: 84px;
  margin-bottom: 31px;
}

.accordion-lp{
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.accordion-lp .title-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: var(--color-3);
  border-radius: 21px;

  outline: none;
  margin: 0;
  cursor: pointer;

  transition: all .3s ease-in-out;

  padding: 21px 34px;
}

.accordion-lp .title-wrapper p{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.accordion-lp .title-wrapper .icon{
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

.accordion-lp .title-wrapper .icon img{
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  object-fit: cover;
}

.accordion-lp .ui-accordion-header-icon{
  display: none;
}

.accordion-lp .content{
  border-bottom: 2px solid #0C0C05;
  border-radius: 5px;

  padding: 11px 34px;
  margin-top: -10px;
}

.accordion-lp .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;

  color: #0C0C05;
  margin-bottom: 0;
}

.accordion-lp .title-wrapper.ui-state-active{
  background-color: var(--color-1);
}

.accordion-lp .title-wrapper.ui-state-active .icon img{
  rotate: 90deg;
}

/* RESPONSIVO LP */

  @media (max-width: 991px) {
    .fx1 h2{
      padding: 0;
    }
    .fx1 .col-lg-4{
      justify-items: center;
    }
    .fx1 .card-beneficio{
      width: 85%;
    }
    .fx1 .content{
      padding: 44px 0px 0px 0px;
    }

    .fx2{
      background: var(--color-4);
    }
    .fx2 .content{
      text-align: center;
    }

    .fx4 h2{
      text-align: center;
    }
  }

/* /RESPONSIVO LP */

/* /CORPO LP */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/