@charset "UTF-8";
/* Tema do cliente */
/**  cor: #966A13;  **/
/**  cor-hover: #966A13;  **/
/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat_Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_BlackItalic';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'open_sansextrabold';
}
body{
  font-family: 'font-family: 'open_sansregular';';
}
p{
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --color_one:;
  --fontregular:'open_sansregular';
  --fontbold:'Montserrat_Bold';
  --fontextrabold:'open_sansextrabold';
  --fontblackitalic:'Montserrat_BlackItalic';
}
.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}
.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: #966A13;
    color: #FFF;
    transition: all .2s 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;
}
.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}
/* novo css form */
  .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;
  }
/* noovo css form */
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: #966A13!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #966A13;
}
::-moz-selection{
  background: #966A13;
}
::selection{
  background: #966A13;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #966A13;
  border-color: #966A13;
}
.lds-ellipsis div{  
  background-color: #966A13;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  text-align: justify;
  font-family: var(--fontregular);
}
.editor p{
  margin-bottom: 20px;
}
body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  width: 100%;
  height: 100%;
  color: #fff;
  background-position: top center;
  background-size: cover;
  padding: 22px;
  .logo{
    img{
      padding-top: 22px;
      max-width: 270px;
      max-height: 265px;
      margin-bottom:50px;
    }
  }
  .txt_header{
    margin-bottom: 40px;
    h2{
      color: white;
      line-height: 45px;
      width: 100%;
      font-size: 34px;
      margin-bottom: 25px;
    }
    p{
      color: white;
      width: 100%;
      font-size: 22px;
      line-height: 26px;
    }
  }
  .btn_cta{
    display: block;
    width: 270px;
    height: 61px;
    align-content: center;
    margin-bottom: 100px;
    margin-left: 0px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 2px solid #F0B94B;
    border-radius: 50px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  }
}

.header_previdencia{
  width: 100%;
  height: 100%;
  color: #fff;
  background-position: top center;
  background-size: cover;
  padding: 22px;
  .logo{
    img{
      padding-top: 22px;
      max-width: 270px;
      max-height: 265px;
      margin-bottom:50px;
    }
  }
  .txt_header{
    margin-bottom: 40px;
    h2{
      color: white;
      line-height: 45px;
      width: 100%;
      font-size: 34px;
      margin-bottom: 25px;
    }
    p{
      color: white;
      width: 100%;
      font-size: 22px;
      line-height: 26px;
    }
  }
  .btn_cta{
    display: block;
    width: 270px;
    height: 61px;
    align-content: center;
    margin-bottom: 100px;
    margin-left: 0px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 2px solid #F0B94B;
    border-radius: 50px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  }
}

.fx1{
  background-color: #261B04;
  padding-top: 50px;
  padding-bottom: 35px;
  color: #000;
  .txt_fx1{
    align-content: top;
    font-size: 22px;
    padding-right: 0px;
    color: white;
    p{
      text-align: center;
      line-height: 30px;
      margin-bottom: 40px;
      font-weight: bold;
    }
    h4{
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 37px;
    }
  }

  .list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    margin-bottom: 40px;
    .card{
      background-color: #2D2005;
      border-radius: 500px;
      text-align: center;
      align-content: center;
      justify-content: center;
      width: 270px;
      height: 270px;
      transition: all .2s linear;
      img{
        margin-bottom: 20px;
        transition: all .2s linear;
        width: 79px;
        height: 79px;
      }
      p{
        color: white;
        font-size: 20px;
        font-weight: bold;
      }
      &:hover{
        width: 277px;
        height: 277px;
        background-color: #342507;
      }
    }
  }
}
.fx2{
  max-width: 100%;
  height: 700px;
  background-position: top center;
  background-size: cover;
  padding: 22px;
  .txt_fx2{
    color: white;
    font-size: 22px;
    width: 570px;
    margin-top: 55px;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .btn_cta{
    display: block;
    width: 471px;
    height: 61px;
    align-content: center;
    margin-bottom: 102px;
    margin-right: 100px;
    margin-left: auto;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 2px solid #F0B94B;
    border-radius: 50px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  }
  p{
    line-height: 35px;
  }
}

.fx2_previdencia{
  max-width: 100%;
  height: 700px;
  background-position: top center;
  background-size: cover;
  padding: 22px;
  .txt_fx2{
    color: white;
    font-size: 22px;
    width: 570px;
    margin-top: 55px;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .btn_cta{
    display: block;
    width: 471px;
    height: 61px;
    align-content: center;
    margin-bottom: 102px;
    margin-right: 100px;
    margin-left: auto;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 2px solid #F0B94B;
    border-radius: 50px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  }
  p{
    line-height: 35px;
  }
}

.fx3{
  min-height: 656px;
  background-color: #E0E0E0;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 70px;
  br{
    display: inline;
  }
  .btn_cta{
    display: block;
    font-size: 23px;
    color: black;
    text-align: center;
    font-family: var(--fontbold);
    background-color: transparent;
    line-height: 61px;
    width: 471px;
    height: 61px;
    border: 2px solid black;
    border-radius: 50px;
    margin-right: auto;
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  } 
  .txt_fx3{
    font-size: 28px;
    padding-right: 60px;
    line-height: 31px;
    h3{
      font-size: 32px;
      line-height: 31px;
      color: #966A13;
      margin-bottom: 15px;
    }
    ul{
      margin-bottom: 60px;
      padding-left: 23px;
      li{
        color: black;
        font-size: 22px;
        width: 1162px;
        line-height: 31px;
        margin-bottom: 20px;
      }
    }
    img{
      margin-bottom: 20px;
      float: right;
    }
    span{
      font-weight: bold;
    }
  }
}

.fx3_previdencia{
  min-height: 100%;
  background-color: #E0E0E0;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 70px;
  br{
    display: inline;
  }
  .btn_cta{
    display: block;
    font-size: 23px;
    color: black;
    text-align: center;
    font-family: var(--fontbold);
    background-color: transparent;
    line-height: 61px;
    width: 471px;
    height: 61px;
    border: 2px solid black;
    border-radius: 50px;
    margin-right: auto;
    &:hover{
      background-color: #966A13;
      border-color: #966A13;
      color: #fff;
      transition: all .2seg linear;
    }
  } 
  .txt_fx3{
    font-size: 28px;
    padding-right: 60px;
    line-height: 31px;
    h3{
      font-size: 32px;
      line-height: 31px;
      color: #966A13;
      margin-bottom: 15px;
    }
    ul{
      margin-bottom: 60px;
      padding-left: 23px;
      li{
        color: black;
        font-size: 22px;
        width: 1162px;
        line-height: 31px;
        margin-bottom: 20px;
      }
    }
    img{
      margin-bottom: 20px;
      float: right;
    }
    span{
      font-weight: bold;
    }
  }
}

.fx4{
  background-color: #000;
  padding-bottom: 90px;
  padding-top: 60px;
  h2{
    color: #966A13;
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.footer{
  min-height: 664px;
}
.list_accordion{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.btn_accn{
  display: flex;
  transition: all .2s linear;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid white;
  padding: 10px 10px 10px 30px;
  font-size: 19px;
  color: #fff;
  background-color: transparent;
  outline: none;
  font-family: var(--fontbold);
  border-radius: 50px;
  &:after{
    content: '';
    width: 29px;
    height: 29px;
    display: block;
    background-image: url(../imagens/seta.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 50px;
    transition: all .1s linear;
  }
}
.btn_accn.active{
  background-color: #966A13;
  border-color: #966A13;
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
    
  }
}
.panel {
  padding: 10px 18px;
  display: none;
  background-color: transparent;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  color: white;
  font-size: 15px;
  border-bottom: 2px solid white;
  border-radius: 10px;
}
.active + .panel {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.fx_landingpage{
  background-color: black;
  height: 274px;
}

.fx_landingpage .logo img{
    max-width: 270px;
    max-height: 265px;
}

.fx_landingpage .ajuste_logo {
  display: flex;
  align-content: center;
  justify-content: center;
}

.fx2_landingpage{
  background-image: url('../imagens/landingpage_banner.png');
  background-size: cover;
  width: 100%;
  height: 485px;
}
.fx2_landingpage .text_landingpage{
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 35px;
}
.fx2_landingpage .btn_cta5{
  display: block;
  width: 270px;
  height: 85px;
  margin-top: 0px;
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #19AF00;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  align-content: center;
  align-items: center;
  font-family: var(--fontbold);
}

.fx2_landingpage .btn_cta5 .btn_content{
  display: flex;
  justify-content: center;
}

.fx2_landingpage .btn_cta5 .btn_content span{
  align-content: center;
}

@media(max-width: 1024px){
  .fx_landingpage{
    background-position: top center;
  }
  .fx_landingpage .logo{
    margin-top: 10px;
  }
}

.footer{
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  .txt_footer{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 70px;
    p{
      font-size: 30px;
      line-height: 35px;
    }
    span{
      font-size: 22px;
    }
  }
  .img1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    margin-bottom: 40px;
  }
  .img2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    margin-bottom: 40px;
  }
  .img3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
  }
  .img3 img{
    margin-bottom: 20px;
  }
}
.footer form{
  margin-top: 20px;
}
.footer form textarea{
  padding-top: 10px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 15px;
  height: 34px;
  background-color: #FFF;
  border: 0;
  border-radius: 20px;
  float: right;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .footer ::placeholder {color: #333!important; }

.footer form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;
  border: 2px solid #F0B94B;
  padding: 8px 35px;
  font-size: 13px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 50px;
  height: auto;
  margin-left: auto;
}.footer form .btn-enviar-form:hover{
  background-color: #966A13;
  border-color: #966A13;
  color: #fff;
  transition: all .2seg linear;
}
.footer form .obg{
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer_previdencia{
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  .txt_footer{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 70px;
    p{
      font-size: 30px;
      line-height: 35px;
    }
    span{
      font-size: 22px;
    }
  }
  .img1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    margin-bottom: 40px;
  }
  .img2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    margin-bottom: 40px;
  }
  .img3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
  }
  .img3 img{
    margin-bottom: 20px;
  }
}
.footer_previdencia form{
  margin-top: 20px;
}
.footer_previdencia form textarea{
  padding-top: 10px;
}
.footer_previdencia form input,
.footer_previdencia form textarea,
.footer_previdencia form select{
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 15px;
  height: 34px;
  background-color: #FFF;
  border: 0;
  border-radius: 20px;
  float: right;
}
.footer_previdencia ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .footer_previdencia :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .footer_previdencia ::placeholder {color: #333!important; }

.footer_previdencia form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.footer_previdencia form .btn-enviar-form{
  display: inline-block;
  border: 2px solid #F0B94B;
  padding: 8px 35px;
  font-size: 13px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 50px;
  height: auto;
  margin-left: auto;
}.footer_previdencia form .btn-enviar-form:hover{
  background-color: #966A13;
  border-color: #966A13;
  color: #fff;
  transition: all .2seg linear;
}
.footer_previdencia form .obg{
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}

.footer_previdencia iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  
  font-family: 'Verdana';
  font-size: 14px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.fx2_landingpage .kryz_logo:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.fx2_landingpage p{
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 14px;
}

.fx2_landingpage .kryz_logo{
  margin-top: 17px;
  color: #fff;
  transition: all .2s linear;
  text-decoration: none;
}

.fx2_landingpage a:hover{
  color: #D90000;
}

.fx2_landingpage .copyright{
  margin-top: 70px;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }

@media(max-width: 768px){
  .header{
    max-width: 100%;
    background-position: top center;
    min-height: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    .logo{
      img{
        max-width: 100%;
        margin-bottom: 20px;
      }
    }
    .txt_header{
      text-align: center;
      margin-bottom: 20px;
      h2{
        max-width: 100%;
        font-size: 28px;
      }
      p{
        width: 100%;
        font-size: 18px;
      }
    }
    .btn_cta{
      width: 270px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .header_previdencia{
    max-width: 100%;
    background-position: top center;
    min-height: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    .logo{
      img{
        max-width: 100%;
        margin-bottom: 20px;
      }
    }
    .txt_header{
      text-align: center;
      margin-bottom: 20px;
      h2{
        max-width: 100%;
        font-size: 28px;
      }
      p{
        width: 100%;
        font-size: 18px;
      }
    }
    .btn_cta{
      width: 270px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .fx1{
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    .txt_fx1{
      text-align: center;
      font-size: 18px;
      p{
        margin-bottom: 20px;
        line-height: 1.4;
      }
    }
    .list{
      margin-right: auto;
      margin-left: auto;
      grid-template-columns: repeat(1, 1fr);
      row-gap: 20px;
      max-width: 275px;
    }
  }
  .fx2{
    max-width: 100%;
    background-position: right center;
    height: 100%;
  }

  .fx2_previdencia{
    max-width: 100%;
    background-position: right center;
    height: 100%;
  }

  .container{
    width: 100%;
    max-width: 100%;
  }

  .fx2 .txt_fx2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
  }

  .fx2_previdencia .txt_fx2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
  }

  .fx3{
    max-width: 100%;
    background-position: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    min-height: auto;
    h2{
      margin-bottom: 25px;
    }
    br{
      display: none;
    }
    .txt_fx3{
      padding-right: 25px;
      ul{
        margin-bottom: 40px;
        text-align: center;
        li{
          list-style: none;
          margin-top: 10px;
          max-width: 100%;
          line-height: 1.4;
          font-size: 18px;
        }
      }
    }
  }
  .fx3 .btn_cta{
    margin-left: auto;
    margin-bottom: 20px;
  }

  .fx3_previdencia{
  max-width: 100%;
  background-position: left;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  min-height: auto;
  h2{
    margin-bottom: 25px;
  }
  br{
    display: none;
  }
  .txt_fx3{
    padding-right: 25px;
    ul{
      margin-bottom: 40px;
      text-align: center;
      li{
        list-style: none;
        margin-top: 10px;
        max-width: 100%;
        line-height: 1.4;
        font-size: 18px;
      }
    }
  }
}
  .fx3_previdencia .btn_cta{
    margin-left: auto;
    margin-bottom: 20px;
  }

  .fx4{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    h2{
      text-align: center;
      font-size: 28px;
    }
  }
  .footer{
    min-height: auto;
    max-width: 100%;
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    form{
      max-width: 100%;
    }
    .img1,
    .img2,
    .img3{
      justify-content: center;
    }
    .txt_footer{
      margin-bottom: 20px;
      padding-top: 0px;
      text-align: center;
      padding-right: 0px;
      p{
        font-size: 20px;
      }
    }
  }

  .footer_previdencia{
    min-height: auto;
    max-width: 100%;
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    form{
      max-width: 100%;
    }
    .img1,
    .img2,
    .img3{
      justify-content: center;
    }
    .txt_footer{
      margin-bottom: 20px;
      padding-top: 0px;
      text-align: center;
      padding-right: 0px;
      p{
        font-size: 20px;
      }
    }
  }
}
@media(max-width: 425px){
 .header{
  background-image: none;
    background-color: black;
    background-position: top center;
    max-width: 100%;
    .txt_header{
      h2{
        max-width: 100%;
      }
      p{
        max-width: 100%;
      }
    }
    .btn_cta{
      margin-top: 40px;
    }
 }

 .header_previdencia{
  background-image: none;
    background-color: black;
    background-position: top center;
    max-width: 100%;
    .txt_header{
      h2{
        max-width: 100%;
      }
      p{
        max-width: 100%;
      }
    }
    .btn_cta{
      margin-top: 40px;
    }
 }


 .fx1{
  max-width: 100%;
 }
 .fx2{
  max-width: 100%;

  .txt_fx2{
    font-size: 20px;
    }
    span{
      margin-left: 0px;
    }
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    h2{
      text-align: center;
    }
    ul{
      max-width: 100%;
      li{
        margin-right: 20px;
        font-size: 10px;
        br{
          display: none;
        }
      }
    }
  .btn_cta{
    font-size: 18px;
    max-width: 100%;
    }
  }

  .fx2_previdencia{
    max-width: 100%;
  .txt_fx2{
    font-size: 20px;
    }
    span{
      margin-left: 0px;
    }
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    h2{
      text-align: center;
    }
    ul{
      max-width: 100%;
      li{
        margin-right: 20px;
        font-size: 10px;
        br{
          display: none;
        }
      }
    }
  .btn_cta{
    font-size: 18px;
    max-width: 100%;
    }
  }
  
  .fx3{
    max-width: 100%;
    .card_depoimento{
      max-width: 100%;
    }
    .btn_cta{
      max-width: 100%;
    }
    img{
      max-width: 100%;
    }
  }

  .fx3_previdencia{
    max-width: 100%;
    .card_depoimento{
      max-width: 100%;
    }
    .btn_cta{
      max-width: 100%;
    }
    img{
      max-width: 100%;
    }
  }

  .fx4{
    max-width: 100%;
    .btn_accn{
      font-size: 17px;
    }
  }
  .footer{
    min-height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    .txt_footer{
      margin-right: 22px;
      span{
        font-size: 16px;
      }
      p{
        max-width: 100%;
        font-size: 19px;
      }
    }
    form{
      max-width: 100%;
    }
    .img2{
      font-size: 20px;
    }
    .img3{
      margin-bottom: 15px;
    }
  }

  .footer_previdencia{
    min-height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    .txt_footer{
      margin-right: 22px;
      span{
        font-size: 16px;
      }
      p{
        max-width: 100%;
        font-size: 19px;
      }
    }
    form{
      max-width: 100%;
    }
    .img2{
      font-size: 20px;
    }
    .img3{
      margin-bottom: 15px;
    }
  }
}
@media(max-width: 375px){
  .header{
    max-width: 100%;
  }
  .meio{
    max-width: 100%;
    .txt_meio{
    font-size: 20px;
    max-width: 100%;
    }
    .btn_cta{
      max-width: 100%;
      margin-left: 1px;
    }
  }
  .fx2{
    .btn_cta{
      font-size: 16px;
    }
  }
  .fx3 .btn_cta{
    height: auto;
  }
  .footer .img2{
    font-size: 18px;
  }
}
@media(width<=320px){
  .header .btn_cta{
    margin-left: -10px;
  }

  .header_previdencia .btn_cta{
    margin-left: -10px;
  }

  .fx2{
    .btn_cta{
      font-size: 13px;
    }
  }

  .fx2_previdencia{
    .btn_cta{
      font-size: 13px;
    }
  }

  .footer .img2{
    font-size: 15px;
  }

  .footer_previdencia .img2{
    font-size: 15px;
  }
}


/** blog03 **/

.blog03 .post-itens{
  margin-bottom: 15px;
}

.blog03 .post-resumo{
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
  font-family: var(--fontregular);
  text-align: justify;
}

.blog03 .post-resumo:hover{
  color: #966A13;
}

.blog03 a.post-leia{
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;    
  transition: all .2s linear;
}

.blog03 a.post-leia:hover{
  filter: brightness(1.5);
}

.blog03 .post{
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog03 .post h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog03 .pagination{
  text-align: left;
  float: none;
}

.blog03 .buscar{
  margin-top: 0px;
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  font-family: var(--fontregular);
}

.blog03 .buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 37px;
  border-radius: 20px;
  width: 80%;
}

.blog03 .buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.blog03 .buscar button:hover{
  filter: brightness(1.2);
}

.blog03 .sidebar h3{
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 35px;
}

/* responsivo */    
@media (max-width: 625px) {
  .blog03 .lista-posts{
    width: 100%;
  }

  .blog03 .sidebar{
    width: 100%;
    margin-top: 40px;
  }

  .blog03 .linkartigo{
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align-last: center;
    margin-bottom: 30px;
  }

  .sidebar .editor{
    text-align: center;
  }
}

/* /responsivo */
.blog03 .post-itens img{
  position: relative;
  top: -1px;
}

.blog03 .post .editor *{
  max-width: 100%!important;
  height: auto!important;
  border-radius: 20px;
}

.blog03 .postthumb{
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 20px;
}

/**comentarios**/
.comment-form .submit{
  display: inline-block;
  font-size: 13px;
  padding: 11px 16px 9px 16px;
  transition: all .2s linear;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

}.comment-form .submit:hover{
  filter: brightness(1.2);
 }

.nanome{
  margin-bottom: 5px;
}

.nletra{
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
  font-size: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.nautor{
  margin-top: 20px;
  min-height: 70px;
  padding-left: 85px;
  position: relative;
  color: #000000;
  font-family: var(--fontregular);
}

.fundo-form{
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label{
  display: block;
}

.comment-notes{
  font-size: 11px;
}

.comment-reply-title{
  margin-top: 0;
}

.comment-form-cookies-consent{
  display: none;
}

.comment-form-author{
  float: left;
  width: 50%;
}
.comment-form-email{
  float: left;
  width: 50%;
}

#si_captcha_code{
  width: 127px;
  position: relative;
}

#si_captcha_code label{
  display: none;
}

#si_captcha_code span{
  position: absolute;
  left: 135px;
  top: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.comment-form-author input{
  width: 95%;
}

.comment-form-comment textarea{
  height: 100px;
}

input#si_captcha_code{
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/***comentarios**/

.blog03 .post.opost h1{
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-form .submit{
  border: 0;
}

.pagination{
  margin: 0;
  border: 0;
}

.pagination li{
  display: inline-block;
  border: 0;
}

.pagination li a{
  display: inline-block;
  border: 0;
}

.pagination .current{
  border: 0!important;
}

.current>li:first-child{
  margin-left: 5px;
}

.commadm{
  padding: 20px;
}

.blog03{
  padding-bottom: 80px;
}

.news img{
  float: left;
  margin-right: 50px;
}

.news p{
  font-size: 20px;
  display: inline;
}

.news .wpcf7-form-control-wrap{
  display: inline;
}

.news .wpcf7-not-valid-tip{
  font-size: 10px;
}

.newsenviar{
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  line-height: 36px;
  text-align: center;
  padding: 0 30px;
  margin-top: 30px;
}

.news{
  padding: 15px 0;
}

.newsletter{
  display: inline-block!important;
  width: 288px;
  margin-right: 20px;
  margin-top: 30px;
  height: 36px;
  margin-left: 50px;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.news .wpcf7-form-control-wrap span{
  right: 28px;
}

.news .imgnews2{
  display: none!important;
}
.news2 .passine,
.news2 .imgnews1{
  display: none!important;
}

.news2 .newsletter{
  margin-left: 0;
  margin-top: 0;
}

.news2 .wpcf7-form-control-wrap{
  display: inline;
}

.news2 .wpcf7-form-control-wrap span {
  position: absolute;
  z-index: 1;
  right: 26px;
  top: 0px;
}

.news2 .wpcf7-not-valid-tip{
  font-size: 10px;
}

a.post-cat{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  line-height: 30px;
  padding: 0 30px;
  display: inline-block;
  transition: all .2s linear;
}

.postautor{
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: inline-block;
  color: #000000;
  font-family: var(--fontregular);
}

.post a{
  transition: all .2s linear;
}

a.bannerblog{
  display: inline-block!important;
  border: 0!important;
  padding: 0!important;
  margin-bottom: 30px!important;
}

a.bannerblog img{
  max-width: 100%!important;
  height: auto!important;
}

.sidebar .redesf{
  text-align: center;
  margin-bottom: 45px;
}

.sidebarcategoria{
  position: relative;
  display: block;
  margin-bottom: 25px;
  transition: all .2s linear;
  position: relative;
}

.sctxt{
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0, -50%);
  z-index: 2;
  color: #FFFFFF;
  font-family: var(--fontbold);
}

.scimg{
  float: left;
  width: 58px;
  height: 67px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.sidebar .redesf{
  float: none;
}

.opost .postautor{
  border-bottom: 0;
}

.blog03 .linkartigo{
  display: block;
  color: #000000;
  font-family: var(--fontbold);
}

.blog03 .linkartigo:hover{
  color: #966A13;
}

.blog03 .linkartigo img{
  margin-bottom: 10px;
  border-radius: 20px;
}

.sobre-autor{
  padding: 20px 20px;
  margin-bottom: 35px;
  text-align: center;
}

.autor-img{
  width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.nome-autor{
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sobre-autor p{
  font-size: 17px;
  line-height: 1.3;
}

.rede-interna1{
  text-align: right;
}

.sobre-frase{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nome-autor{
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog03 h3{
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog03 .post h2{
  font-weight: bold;
  font-size: 25px;
}

.blogsubtit{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.blog03 .post.opost h1{
  font-weight: bold;
  font-size: 30px;
}

.lista-posts{
  padding-top: 15px;
  padding-bottom: 40px;
}

  .blog03 a.post-leia{
  color: #FFF;
  background-color: #333333;
}

.blog03 .post{
  border-bottom: 2px solid #D9D9D9;
}

.blog03 .post h2{
  color: #555555;
}

.blog03 .buscar button{
  background-color: #966A13;
  border-color: #966A13;
  border-radius: 20px;
}

.blog03 .sidebar h3{
  color: #435721;
  border-bottom: 2px solid #966A13;
}

.blog03 .sidebar a:hover{
  color: #966A13;
}

.comment-form .submit{
  color: #FFF;
  font-family: var(--fontbold);
  margin-top: 5px;
}

.comment-form .submit:hover{
  color: #FFF;
}

.nanome{
  color: #000000;
  font-family: var(--fontbold);
}

.nletra{
  color: #FFF;
  background-color: #000000;
}

.fundo-form{
  background-color: #F7F7F7;
  color: #000000;
  font-family: var(--fontregular);
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
  border: 1px solid #EEE;
}

input#si_captcha_code{
  border: 1px solid #EEE;
}

.blog03 .post h2{
  color: #25408F;
}

.blog03 .post.opost h1{
  color: #24408F;
}

.comment-form .submit{
  background-color: #966A13;
}

.pagination li a{
  background-color: #2CACEB!important;
  color: #FFF!important;
}

.pagination li a:hover{
  background-color: #6AC8F6!important;
  color: #FFF!important;
}

.pagination .current{
  background-color: #FFF!important;
  color: #000!important;
}

.commadm{
  background-color: #EEE;
}

.news p{
  color: #FFF;
}

.newsenviar{
  background-color: #24408F;
  color: #FFF;
}

.news{
  background-color: #F77016;
}

.news2 .wpcf7-response-output,
.news .wpcf7-response-output{
  color: #FFF;
}

a.post-cat{
  background-color: #966A13;
  color: #FFF;
  border-radius: 20px;
  font-family: var(--fontbold);
  margin-bottom: 5px;
}

.postautor{
  border-bottom: 2px solid #BBBBBB;
}

.sidebarcategoria{
  background-color: #000000;
  border-radius: 40px;
}

.scimg{
  background-color: #000000;
  border-radius: 40px;
}

.sidebarcategoria:hover{
  background-color: #966A13;
}

.sidebarcategoria:hover .scimg{
  background-color: #966A13;
}

.sobre-autor{
  background-color: #DDDDDD;
}

.nome-autor{
  color: #000000; 
  border-bottom: 2px solid #D6D6D6;
}

.sobre-autor p{
  color: #000000;
}

.sobre-frase{
  color: #000000;
}

.blog03 h3{
  color: #000000;
  font-family: var(--fontextrabold);
}

.blog03 .post h2{
  color: #000000;
  font-family: var(--fontextrabold);
}

.blog03 .post h2:hover{
  color: #966A13;
}

.blogsubtit{
  color: #000000;
  font-family: var(--fontextrabold);
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog03 .post.opost h1{
  color: #000000;
  font-family: var(--fontbold);
}

.lista-posts{
  background-color: #FFF;
}

.header_blog {
  background-color: #000000;
  margin: 0px 0px 10px 0px;
  font-size: 40px;
  color: #FFFFFF;
  font-family: var(--fontbold);
  display: flex;
  align-items: center; 
  padding: 10px; 
}

.header_blog img {
  width: 153px;
  height: 150px;
  margin-left: 190px;
}

.header_blog span {
  margin-left: 55%; 
}

@media(max-width: 1024px){
  .header_blog img{
    margin-left: 100px;
  }
}

@media(max-width: 768px){
  .header_blog img{
    margin-left: 50px;
  }
}

@media(max-width: 425px){
  .header_blog img{
    margin-left: 0px;
  }

  .header_blog span{
    margin-left: 5%;
  }
}

.blog03 .wp-pagenavi .current{
  padding: 5px 10px 5px 10px;
  border: 1.5px solid #8D8D8D;
  background-color: #966A13;
  color: #FFF;
  font-family: var(--fontregular);
  font-size: 12px;
}

.blog03 .wp-pagenavi a{
  padding: 5px 10px 5px 10px;
  border: 1.5px solid #8D8D8D;
  color: #8D8D8D;
  font-family: var(--fontregular);
  font-size: 12px;
}

.blog03 .wp-pagenavi a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog03 .wp-pagenavi a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog03 .wp-pagenavi a:hover{
  background-color: #966A13;
  color: #FFF;
}

.blog03 .current>li:first-child{
  margin-left: 5px;
}

.blog03 .commadm{
  padding: 20px;
}
/* blog03 */


/*CSS DO SITE FIT GERAL*/

.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) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

/*CABEÇALHO / HEADER*/
.header-fit {
  position: relative;
  height: 100vh;
  background-color: #000;

  .container {
    position: relative;
    z-index: 2;
  }

  .col-lg-3 {
    padding: 0;
  }

  .header-responsivo{
    display: none;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;

    .logo{
      width: 100%;
      max-width: 120px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;

      img{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
      }
    }
  }

  .logo-principal{
    .logo{
      width: 100%;
      max-width: 200px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;

      img{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        transition: transform 0.2s ease-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }

    .wpp a{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;

      .icn{
        width: 100%;
        max-width: 30px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: cover;
        }
      }

      p{
        font-family: var(--fontbold);
        font-size: 22px;
        color: #FFFFFF;
        margin: 0px;
      }
    }
  }

  .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 50px 0;
  }

  .linha {
    width: 5px;
    height: 220px;
    background-color: #f0b94a;
  }

  .itens {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    a {
      font-family: var(--fontbold);
      font-size: 20px;
      margin: 0;
      transition: transform 0.2s ease-out;
      cursor: pointer;
      color: #ffffff;

      &:hover {
        transform: scale(0.95);
        color: #f0b94a;
      }
    }
  }

  .carrossel-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw - 38%);
    height: 100%;
    z-index: 1;

    .item {
      height: 100vh;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .owl-dot span{
      display: none!important;
    }

    .owl-dots {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 5;

      .owl-dot {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #ffffff;
        opacity: 0.5;
        transition: all 0.3s ease;

        &.active {
          background: #f0b94a;
          opacity: 1;
          transform: scale(1.2);
        }

        &:hover {
          opacity: 0.8;
        }
      }
    }
  }
}

.menu-mobile {
  display: none;
  flex-direction: column;
  background: #000;
  padding: 20px;
  position: absolute; 
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;

  a {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 2px solid #966A13;

    &:hover {
      color: #f0b94a;
    }
  }

  &.active {
    display: flex;
  }
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;

  span {
    width: 25px;
    height: 3px;
    background-color: #f0b94a;
    display: block;
    border-radius: 2px;
  }

  @media (max-width: 769px) {
    display: flex;
  }
}

/*FX1-FIT*/
.fx1-fit{
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 0px;

  .row{
    display: flex;
    align-items: center;
  }

  .col-lg-8,
  .col-lg-4{
    padding: 0px;
  }

  .txt{
    padding: 0px 20px 0px 0px!important;
    h1{
      font-family: var(--fontextrabold);
      font-size: 40px;
      margin: 0px 0px 10px 0px;
    }

    p{
      font-family: var(--fontregular);
      font-size: 16px;
      margin: 0px;
    }
  }

  .icones{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    .item{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      transition: transform 0.2s ease-out;

      &:hover{
        transform: scale(0.95);
      }

      .icn{
        width: 100%;
        max-width: 50px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: cover;
        }
      }

      p{
        font-family: var(--fontbold);
        font-size: 20px;
        margin: 0px;
      }
    }
  }
}

/*FX2-FIT*/
.fx2-fit{
  background-color: #000000;
  color: #FFFFFF;

  .container{
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .card{
    width: 100%;
    max-width: 360px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      transition: transform 0.2s ease-out;

      &:hover{
        transform: scale(0.95);
      }
    }

    h3{
      font-family: var(--fontbold);
      font-size: 28px;
      margin: 0px;
      position: absolute;
    }
  }

  .botao{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 20px 0px;

    a{
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      font-family: var(--fontbold);
      font-size: 16px;
      color: #FFFFFF;
      border-radius: 20px;
      border: 2px solid #F0B94B;
      transition: transform 0.2s ease-out;

      &:hover{
        transform: scale(0.95);
      }
    }
  }
}

/*FX3-FIT*/
.fx3-fit{
  background-color: #FFFFFF;
  color: #000000;
  padding: 30px 0px;

  h4{
    font-family: var(--fontbold);
    font-size: 38px;
    margin: 0px;
    text-align: center;
  }

  .row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0px;

  }


  .img{
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }
  }
}

/*FOOTER-FIT*/
.footer-fit{
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 0px 0px 0px;

  .col-lg-6,
  .col-lg-4,
  .col-lg-8{
    padding: 0px;
  }

  .contatos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;

    .item{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;

      .icn{
        width: 100%;
        max-width: 30px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: cover;
        }
      }

    p{
      font-family: var(--fontbold);
      font-size: 18px;
      margin: 0px;

    }  
    }
  }

  .creditos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0px 20px 0px;

    span{
      font-family: var(--fontregular);
      font-size: 14px;
      margin: 0px;
    }

    .col-lg-8{
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .col-lg-4{
      display: flex;
      align-items: center;
      justify-content: flex-end;

      a{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
    }
  }
}

/*PAGE EQUIPE*/
.sessao-equipe {
  background: #fff;
  padding: 60px 20px;
  color: #000;

  .container-equipe {
    max-width: 1200px;
    margin: 0 auto;

    .titulo-equipe {
      text-align: center;
      font-size: 36px;
      font-family: var(--fontextrabold, sans-serif);
      margin-bottom: 40px;
    }

    .grid-equipe {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 0fr));
      gap: 30px;

      .card-membro {
        background: #f9f9f9;
        border: 2px solid #f0b94a;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;

        &:hover {
          transform: scale(1.03);
        }

        .foto-membro {
          width: 100%;
          height: 300px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #000;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
        }

        .info-membro {
          padding: 20px;

          .nome-membro {
            font-family: var(--fontbold, sans-serif);
            font-size: 20px;
            margin-bottom: 10px;
            color: #333;
          }

          .descricao-membro {
            font-family: var(--fontregular, sans-serif);
            font-size: 15px;
            color: #555;
            line-height: 1.6;
          }
        }
      }
    }
  }
}

/*PAGE AREAS DE ATUAÇÃO*/
.sessao-atuacao {
  background: #fff;
  padding: 60px 20px;
  color: #000;

  .container-atuacao {
    max-width: 1200px;
    margin: 0 auto;

    .titulo-atuacao {
      text-align: center;
      font-size: 36px;
      font-family: var(--fontextrabold, sans-serif);
      margin-bottom: 40px;
    }

    .grid-atuacao {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;

      .card-atuacao {
        background: #f9f9f9;
        border: 2px solid #f0b94a;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;

        &:hover {
          transform: scale(1.03);
        }

        .thumb-atuacao {
          width: 100%;
          height: 300px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #000;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
        }

        .info-atuacao {
          padding: 20px;

          .titulo-area {
            font-family: var(--fontbold, sans-serif);
            font-size: 20px;
            margin-bottom: 10px;
            color: #333;
          }

          .descricao-area {
            font-family: var(--fontregular, sans-serif);
            font-size: 15px;
            color: #555;
            line-height: 1.6;
          }
        }
      }
    }
  }
}


/*RESPONSIVO*/
@media(max-width: 1025px){
  .fx1-fit{
    padding: 20px 10px;

    .row{
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 20px;
    }

    .txt{
      padding: 0px!important;
    }

    .icones{
      gap: 10px;

      .item{
        flex-direction: column;
        justify-content: center;
        gap: 5px;

        .icn{
          max-width: 30px;
        }
      }
    }
  }

  .fx3-fit{
    padding: 30px 0px;

    .row{
      padding: 10px;
    }


    .img{
      width: 100%;
    }
  }

  .footer-fit{
    padding: 30px 10px 10px 10px;

    .contatos{
      align-items: center;
      gap: 10px;

      .item{
        flex-direction: column;
        justify-content: center;
        text-align: center;

        .icn{
          max-width: 30px;
        }
      }
    }

    .creditos{
      flex-direction: column;
      justify-content: center;


      .col-lg-8{
        justify-content: center;
        text-align: center;
      }

      .col-lg-4{
        justify-content: center;
        text-align: center;
      }
    }
  }

}

@media(max-width: 769px) {
  .header-fit {
    height: auto;

    .header-responsivo {
      position: relative; 
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
    }

    .logo-principal {
      display: none;
    }

    .carrossel-banner {
      position: relative;
      width: 100vw;
      height: 60vh;

      .item {
        height: 60vh;
      }
    }
  }

  .fx1-fit{

    .txt{
      h1{
        font-size: 24px;
      }

      p{
        font-size: 14px;
      }    
    }

    .icones{
      .item{
        p{
          font-size: 16px;
        }
      }
    }  
  }

  .fx2-fit{
    .card{
      width: 100%;
      max-width: 300px;
      height: auto;

      h3{
        font-size: 22px;
      }
    }

    .botao{

      a{
        font-size: 14px;
      }
    }
  }

  .fx3-fit{

    h4{
      font-size: 24px;
    }

  }

  .footer-fit{

    .contatos{

      .item{

        p{
          font-size: 14px;

        }  
      }
    }

    .creditos{
      gap: 20px;
      margin: 0px;

      span{
        font-size: 14px;
      }
    }
  }
}

@media(max-width: 426px){
  .fx3-fit{

    .row{
      flex-direction: column;

    }
  }
}
