@charset "UTF-8";
/* Tema do cliente */
/**  cor: #199AD1;  **/
/**  cor-hover: #FF5555;  **/
/* 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: 'Source_Serif_4_Regular';
    src: url('../fonts/SourceSerif4-Regular.woff2') format('woff2'),
        url('../fonts/SourceSerif4-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source_Serif_4_Bold';
    src: url('../fonts/SourceSerif4-Bold.woff2') format('woff2'),
        url('../fonts/SourceSerif4-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM_Serif_Display';
    src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans_Bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Source_Serif_4_Bold';
}
body{
  font-family: 'Source_Serif_4_Regular';
}
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';
  --fontsourceregular:'Source_Serif_4_Regular';
  --fontsourcebold:'DM_Serif_Display';
  --fontboldsource:'Source_Serif_4_Bold';
  --fontopensansbold:'Open_Sans_Bold';
}
.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: #199AD1;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
    &:hover{
      filter: brightness(1.2);
    }
}
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  img{
    transition: all .2s linear;
    &:hover{
      filter: brightness(1.2);
    }
  }
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (width<=1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}
.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: #199AD1!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #199AD1;
}
::-moz-selection{
  background: #199AD1;
}
::selection{
  background: #199AD1;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #199AD1;
  border-color: #199AD1;
}
.lds-ellipsis div{  
  background-color: #199AD1;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  background-color: #111133;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 27px;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  padding-top: 20px;
}
.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 30px;
}
.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  font-family: var(--fontsourcebold);
  font-size: 16px;
}
.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  color: #06587B;
}
.menu>li:hover .submenu{
  display: block;
}
.owli a{
  height: 695px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 11px;
  height: 11px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
  border: 1px solid #fff;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: #24597A;
  border: 1px solid #fff;
}
.fx1{
  background-color: #06587B;
  padding-top: 55px;
  padding-bottom: 55px;
  color: #fff;
  img{
    clip-path: polygon(10% 0, 80% 0%, 100% 0, 100% 90%, 90% 100%, 20% 100%, 0 100%, 0 10%);
  }
  .txt_fx1{
    padding-top: 25px;
    margin-left: -5px;
    margin-bottom: 30px;
    h2{
      font-family: var(--fontsourcebold);
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 23px;
    }
    p{
      font-size: 16px;
      font-family: var(--fontregular);
      line-height: 1.7;
      margin-bottom: 25px;
    }
  }
  .btn_cta{
    display: block;
    width: 270px;
    line-height: 35px;
    border: 2px solid #24597A;
    background-color: #fff;
    text-align: center;
    font-family: var(--fontsourcebold);
    color: #24597A;
    font-size: 16px;
    position: relative;
    perspective: 3px;
    &:after{
      content: '';
      width: 0px;
      height: 100%;
      background-color: #111133;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: all .2s linear;
      z-index: -1;
    }
    &:hover{
      color: #fff;
      &:after{
        width: 100%;
        background-color: #111133;
        transition: all .2s linear;
      }
    }
  }
}
.fx2{
  background-color: #111133;
  padding-top: 75px;
  min-height: 534px;
  padding-bottom: 40px;
  .card_equipe{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    color: #fff;
    column-gap: 40px;
    .txt_equipe{
      padding-top: 10px;
      h2{
        font-size: 32px;
        font-family: var(--fontsourcebold);
        color: #189AD1;
        margin-bottom: 45px;
      }
      h3{
        font-family: var(--fontsourcebold);
        font-size: 37px;
        margin-bottom: 45px;
      }
      p{
        font-size: 18px;
        font-family: var(--fontregular);
      }
      ul{
        padding-left: 20px;
        li{
          font-family: var(--fontregular);
          font-size: 18px;
          margin-bottom: 5px;
        }
      }
    }
  }
}
.owl-equipe .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-equipe .owl-next,
.owl-equipe .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 0%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-equipe .owl-next span,
.owl-equipe .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq.png);
  display: block;
}
@media (max-width: 991px) {
  .owl-equipe .owl-nav{
    padding-top: 10px;
  }
  .owl-equipe .owl-prev,
  .owl-equipe .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-equipe .owl-prev{
  left: 90%;
}
.owl-equipe .owl-next{
  right: 0px;  
}

.owl-equipe .owl-next span,
.owl-equipe .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 34px;
  height: 24px;
}
.owl-equipe .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}


.fx3{
  background-image: url(../imagens/fx1.jpg);
  background-size: cover;
  min-height: 557px;
  padding-top: 47px;
  padding-bottom: 40px;
  h2{
    text-align: center;
    color: #000;
    font-size: 32px;
    font-family: var(--fontsourcebold);
    margin-bottom: 50px;
  }
  .card_atuacao{
    transition: all .2s linear;
    text-align: center;
    img{
      margin-bottom: 23px;
      transition: all .2s linear;
    }
    h3{
      font-size: 22px;
      font-family: var(--fontsourcebold);
      color: #393A3C;
      margin-bottom: 18px;
    }
    p{
      font-size: 16px;
      font-family: var(--fontregular);
      color: #393A3C;
      font-weight: bolder;
      line-height: 1.3;
    }
    &:hover{
      transition: all .2s linear;
      transform: translate(0px,-10px);
      img{
        filter: brightness(0) saturate(100%) invert(43%) sepia(32%) saturate(8%) hue-rotate(326deg) brightness(102%) contrast(95%);
        transition: all .2s linear;
      }
    }
  }
}
.fx4{
  background-color: #111133;
  color: #fff;
  padding-top: 50px;
  min-height: 607px;
  padding-bottom: 40px;
  h2{
    font-size: 32px;
    font-family: var(--fontsourcebold);
    background-image: url(../imagens/traco.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }
  .card_blog{
    text-align: center;
    img{
      margin-bottom: 25px;
    }
    span{
      display: block;
      font-size: 15px;
      color: #189AD1;
      font-family: var(--fontregular);
    }
    p{
      font-size: 20px;
      font-family: var(--fontsourcebold);
      padding: 0px 7px;
      line-height: 1.4;
    }
    &:hover{
      span{
        color: #fff;
      }
      p{
        color: #189AD1;
      }
    }
  }
}
.sidebarcategoria, .scimg  {
    background-color: #111133!important;
}
.footer{
  background-color: #06587B;
  color: #fff;
  min-height: 471px;
  padding-top: 70px;
  .logo_ft{
    img{
      margin-bottom: 10px;
    }
  }
  .txt_ft{
    font-size: 16px;
    font-family: var(--fontregular);
    p{
      line-height: 2;
    }
  }
  .menu_footer{
    padding-left: 60px;
    padding-top: 10px;
    ul{
      list-style-type: none;
      li{
        margin-bottom: 20px;
        a{
          font-family: var(--fontregular);
          font-size: 16px;
        }
      }
    }
  }
  .icrd{
    padding-left: 75px;
    .content_icrd{
      display: flex;
      column-gap: 15px;
      font-family: var(--fontregular);
      font-size: 16px;
      align-items: center;
      margin-bottom: 30px;
    }
  }
}

.footer2{ 
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 20px;
  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;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.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%; } }
/* responsivo */  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1{
      img{
        max-width: 100%;
      }
    }
    .fx4{
      h2{
        background-image: none;
      }
      img{
        max-width: 100%;
      }
    }
    .footer{
      .menu_footer{
        padding-left: 0px;
      }
    }
  }
  @media (max-width: 991px) {
    .fx1{
      padding-top: 20px;
      padding-bottom: 20px;
      img{
        max-width: 100%;
      }
      .txt_fx1{
        text-align: center;
        padding-top: 20px;
        h2{
          font-size: 25px;
          margin-bottom: 10px;
        }
        p{
          font-size: 16px;
          margin-bottom: 5px;
        }
      }
      .btn_cta{
        margin-left: auto;
        margin-right: auto;
      }
    }
    .fx2{
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
      .card_equipe{
        flex-direction: column;
        text-align: center;
        img{
          max-width: 100%;
        }
        .txt_equipe{
          h2{
            font-size: 27px;
            margin-bottom: 10px;
          }
          h3{
            font-size: 21px;
            margin-bottom: 10px;
          }
          ul{
            li{
              text-align: left;
              font-size: 15px;
            }
          }
        }
      }
    }
    .fx3{
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 26px;
        margin-bottom: 10px;
      }
      .card_atuacao{
        margin-bottom: 20px;
        img{
          margin-bottom: 10px;
        }
        h3{
          font-size: 19px;
          margin-bottom: 5px;
        }
        p{
          font-size: 15px;
        }
      }
    }
    .fx4{
      padding-top: 20px;
      padding-bottom: 0px;
      min-height: auto;
      h2{
        background-image: none;
        text-align: center;
      }
      .card_blog{
        margin-bottom: 30px;
        img{
          max-width: 100%;
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
        }
      }
    }
    .footer{
      padding-top: 20px;
      .txt_ft{
        text-align: center;
        p{
          font-size: 17px;
        }
      }
      .menu_footer{
        padding-left: 0px;
        text-align: center;
        ul{
          padding-left: 0px;
        }
      }
      .icrd{
        padding-left: 0px;
        .content_icrd{
          flex-direction: column;
          align-items: center;
          row-gap: 5px;
          text-align: center;
        }
      }
    }
  }
/* /responsivo */
/* menu responsivo  2 #189AD1 */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #111133;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #111133;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

/*landingpage*/
.headerlp{
  background-color: #111133;
  color: #fff;
  position: relative;
  min-height: 800px;
  overflow: hidden;
  padding-top: 50px;
  .logolp{
    img{
      margin-bottom: 110px;
    }
  }
  .txt_headerlp{
    h2{
      font-size: 38px;
      font-family: var(--fontsourcebold);
    }
    margin-bottom: 85px;
  }
  .img_bg{
    position: absolute;
    right: 0px;
    max-width: 45%;
    top: 0;
    img{
      object-fit: cover;
      max-height: 800px;
    }
  }
  .btn_cta{
    display: block;
    width: 373px;
    line-height: 61px;
    text-align: center;
    background-color: #fff;
    color: #06587B;
    font-size: 21px;
    font-family: var(--fontsourcebold);
    &:hover{
      background-color: #06587B;
      color: #fff;
    }
  }
}
.fx1lp{
  background-image: url(../imagens/fx1lp.jpg);
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 57px;
  .txt_fx1lp{
    padding-top: 53px;
    h2{
      font-size: 31px;
      font-family: var(--fontsourcebold);
      margin-bottom: 35px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
    }
  }
}
.fx2lp{
  background-color: #111133;
  color: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  min-height: 681px;
  overflow: hidden;
  .txt_fx2lp{
    h2{
      font-size: 31px;
      font-family: var(--fontsourcebold);
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
    }
  }
  .content_lp{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .icon_lp{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 40px;
    p{
      font-size: 25px;
      font-family: var(--fontregular);
      strong{
        color: #4AC6FB;
        font-weight: bolder;
      }
    }
  }
  .img_bg{
    position: absolute;
    right: 0px;
    max-width: 37%;
    max-height: 100%;
    top: 0;
    & *{
      max-height: 100%;
    }
    img{
      object-fit: cover;
      max-height: 100%;
    }
  }
}
.fx3lp{
  background-color: #093A50;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  .txt_fx3lp{
    h2{
      font-size: 32px;
      font-family: var(--fontsourcebold);
      margin-bottom: 30px;
    }
    p{
      font-family: var(--fontregular);
      font-size: 20px;
      line-height: 2;
      padding: 0px 50px;
    }
  }
}
.fx4lp{
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #121212;
  color: #fff;
  .list_lp{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    .body_lp{
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      column-gap: 30px;
      &:nth-child(2n){
        flex-direction: row-reverse;
        .txt_lp{
          text-align: right;
        }
      }
      .txt_lp{
        padding-top: 5px;
        h2{
          font-size: 31px;
          font-family: var(--fontsourcebold);
          margin-bottom: 20px;
        }
        p{
          line-height: 2;
          font-size: 20px;
          font-family: var(--fontregular);
        }
      }
    }
  }
}
.fx5lp{
  background-color: #093A50;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  h2{
    font-size: 32px;
    font-family: var(--fontsourcebold);
    margin-bottom: 55px;
  }
  .card_resu{
    text-align: center;
    transition: all .2s linear;
    img{
      transition: all .2s linear;
      margin-bottom: 10px;
    }
    h3{
      font-size: 25px;
      font-family: var(--fontsourcebold);
      margin-bottom: 10px;
    }
    p{
      font-size: 16px;
      font-family: var(--fontregular);
    }
    &:hover{
      transition: all .2s linear;
      transform: translate(0px,-10px);
      img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(136deg) brightness(107%) contrast(101%);
        transition: all .2s linear;
      }
      h3{
        color: #4AC6FB;
        transition: all .2s linear;
      }
    }
  }
}
.fx6lp{
  background-color: #111133;
  position: relative;
  min-height: 681px;
  overflow: hidden;
  color: #fff;
  .content--col{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .txt_fx6lp{
    margin-bottom: 60px;
    h2{
      font-size: 38px;
      font-family: var(--fontsourcebold);
      margin-bottom: 22px;
    }
    ol{
      li{
        font-size: 20px;
        font-weight: bolder;
        line-height: 2.4;
        font-family: var(--fontregular);
        strong{
          color: #4AC6FB;
        }
        &::marker{
          color:#4AC6FB;
        }
      }
    }
  }
  .btn_cta{
    display: block;
    width: 373px;
    line-height: 61px;
    background-color: #fff;
    font-size: 21px;
    font-family: var(--fontsourcebold);
    color: #06587B;
    text-align: center;
    &:hover{
      background-color: #06587B;
      color: #fff;
    }
  }
  .img_bg{
    position: absolute;
    left: 0px;
    max-width: 43%;
    max-height: 100%;
    top: 0;
    img{
      object-fit: cover;
    }
  }
}
.fx7lp{
  background-color: #093A50;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  .txt_fx7lp{
    h2{
      font-family: var(--fontsourcebold);
      font-size: 32px;
      margin-bottom: 28px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
      padding: 0px 140px;
    }
  }
}
.fx8lp{
  background-color: #111133;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  .txt_fx8lp{
    padding-top: 55px;
    h2{
      font-family: var(--fontsourcebold);
      font-size: 32px;
      color: #189AD1;
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      margin-bottom: 15px;
    }
  }
}





.footerlp{
  min-height: 703px;
  background-color: #06587B;
  color: #fff;
  padding-top: 50px;
  .txt_footerlp{
    margin-bottom: 50px;
    h2{
      font-family: var(--fontsourcebold);
      font-size: 26px;
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
    }
  }
  .icrd{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    .content_icrd{
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 16px;
      font-family: var(--fontregular);
      column-gap: 10px;
    }
  }
  .logolpft{
    text-align: center;
    margin-bottom: 30px;
  }
}
.footerlp form input,
.footerlp form textarea,
.footerlp form select{
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: #FFF;
  border: 0;
  font-family: var(--fontregular);
}
.footerlp ::-webkit-input-placeholder { /* Edge */ color: #000!important; } 
.footerlp :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } 
.footerlp ::placeholder {color: #000!important; }

.footerlp form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.footerlp form .btn-enviar-form{
  display: inline-block;  
  border: 2px solid #fff;
  padding: 10px 60px;
  font-size: 13px;
  font-family: var(--fontregular);
  font-weight: bolder;
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footerlp form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footerlp iframe{
  width: 100%;
  height: 320px;
}

.footer2{ 
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 60px;
  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;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.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%; } }
/* responsivo */    
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1lp{
      img{
        max-width: 100%;
      }
    }
    .fx6lp{
      .img_bg{
        object-fit: cover;
      }
    }
    .fx8lp{
      img{
        max-width: 100%;
      }
    }
    .owl-carousel .owl-item img{
      width: 100%;
    }
    .img_bg{
      height: 100%;
    }

    .img_bg *{
      height: 100%;
    }
  }
  @media (max-width: 991px) {
    .headerlp{
      padding-top: 20px;
      min-height: auto;
      justify-items: center;
      padding-bottom: 20px;
      img{
        max-width: 100%;
      }
      .logolp{
        img{
          margin-bottom: 30px;
        }
      }
      .txt_headerlp{
        text-align: center;
        margin-bottom: 20px;
        h2{
          font-size: 28px;
        }
      }
      .btn_cta{
        width: 270px;
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
        margin-bottom: 20px;
      }
      .img_bg{
        position: static;
        max-width: 90%;
        img{
          width: 100%;
          max-width: 100%;
          border-radius: 10px;
        }
      }
    }
    .fx1lp{
      padding-top: 20px;
      padding-bottom: 20px;
      img{
        max-width: 100%;
      }
      .txt_fx1lp{
        padding-top: 20px;
        text-align: center;
        h2{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
        }
      }
    }
    .fx2lp{
      padding-top: 20px;
      padding-bottom: 0px;
      text-align: center;
      padding-bottom: 20px;
      .container{
        justify-items: center;
      }
      .content_lp{
        margin-bottom: 0px;
      }
      .txt_fx2lp{
        h2{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          font-size: 19px;
        }
      }
      .icon_lp{
        flex-direction: column;
        row-gap: 10px;
        p{
          font-size: 20px;
        }
      }
      .img_bg{
        margin-top: 10px;
        position: static;
        max-width: 90%;
        img{
          width: 100%;
          max-width: 100%;
          border-radius: 10px;
        }
      }
    }
    .fx3lp{
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      .txt_fx3lp{
        font-size: 27px;
        h2{
          margin-bottom: 10px;
          font-size: 27px;
        }
        p{
          padding: 0px;
          font-size: 17px;
        }
      }
    }
    .fx4lp{
      padding-top: 20px;
      padding-bottom: 20px;
      .list_lp{
        .body_lp{
          flex-direction: column;
          text-align: center;
          align-items: center;
          justify-content: center;
          row-gap: 10px;
          .txt_lp{
            text-align: center;
            h2{
              margin-bottom: 10px;
              font-size: 22px;
            }
            p{
              font-size: 18px;
            }
          }
          &:nth-child(2n){
            flex-direction: column;
            .txt_lp{
              text-align: center;
            }
          }
        }
      }
    }
    .fx5lp{
      padding-top: 20px;
      padding-bottom: 0px;
      min-height: auto;
      h2{
        font-size: 26px;
        margin-bottom: 30px;
      }
      .card_resu{
        margin-bottom: 20px;
      }
    }
    .fx6lp{
      padding-top: 20px;
      min-height: auto;
      padding-bottom: 0px;
      justify-items: center;
      padding-bottom: 20px;
      .txt_fx6lp{
        text-align: center;
        margin-bottom: 20px;
        h2{
          font-size: 28px;
          margin-bottom: 10px;
        }
        ol{
          li{
            text-align: left;
            font-size: 16px;
          }
        }
      }
      .btn_cta{
        width: 270px;
        font-size: 20px;
        margin-right: auto;
        margin-left: auto;
      }
      .img_bg{
        margin-top: 10px;
        position: static;
        max-width: 90%;
        img{
          width: 100%;
          max-width: 100%;
          border-radius: 10px;
        }
      }
    }
    .fx7lp{
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      .txt_fx7lp{
        h2{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          padding: 0px;
          font-size: 17px;
        }
      }
    }
    .fx8lp{
      padding-top: 10px;
      padding-bottom: 20px;
      min-height: auto;
      text-align: center;
      img{
        max-width: 100%;
      }
      .txt_fx8lp{
        padding-top: 20px;
        h2{
          font-size: 30px;
          margin-bottom: 10px;
        }
        p{
          font-size: 18px;
          margin-bottom: 10px;
        }
      }
    }
    .footerlp{
      padding-top: 20px;
      .txt_footerlp{
        text-align: center;
        margin-bottom: 20px;
        h2{
          font-size: 23px;
          margin-bottom: 10px;
        }
        p{
          font-size: 18px;
        }
      }
      .icrd{
        margin-bottom: 10px;
        .content_icrd{
          flex-direction: column;
        }
      }
      .logolpft{
        margin-bottom: 20px;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*sobre*/
.fx1_sobre{
  background-image: url(../imagens/fx1-sobre.jpg);
  color: #fff;
  padding-top: 75px;
  padding-bottom: 30px;
  .txt_fx1_sobre{
    h2{
      font-size: 32px;
      font-family: var(--fontsourcebold);
      margin-bottom: 30px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
    }
  }
}
.fx2_sobre{
  background-color: #D9D9D9;
  min-height: 396px;
  padding-top: 60px;
  padding-bottom: 40px;
  h2{
    font-size: 24px;
    font-family: var(--fontopensansbold);
    font-weight: bolder;
    color: #000;
    margin-bottom: 50px;
  }
  .list_mvv{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    .content_mvv{
      display: flex;
      flex-direction: row;
      align-items: center;
      column-gap: 10px;
      p{
        font-size: 20px;
        font-family: var(--fontregular);
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_sobre{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .fx1_sobre{
      padding-top: 20px;
      padding-bottom: 20px;
      img{
        max-width: 100%;
      }
      .txt_fx1_sobre{
        text-align: center;
        h2{
          font-size: 22px;
          margin-bottom: 10px;
        }
        p{
          font-size: 16px;
        }
      }
    }
    .fx2_sobre{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
      }
      .list_mvv{
        .content_mvv{
          flex-direction: column;
          text-align: center;
          p{
            font-size: 18px;
          }
        }
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*atuacao-detalhes*/
.fx1_atuacao_detalhes{

  background-color: #D9D9D9;
  padding-top: 65px;
  padding-bottom: 50px;
  .txt_atuacao_detalhes{
    h2{
      font-size: 32px;
      font-family: var(--fontsourcebold);
      color: #000;
      font-weight: bolder;
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
      margin-bottom: 20px;
    }
    ul{
      padding-left: 20px;
      li{
        color: #06587B;
        margin-bottom: -10px;
        font-size: 20px;
        font-family: var(--fontopensansbold);
        &::marker{
          color: #06587B;
        }
      }
    }
  }
}
.fx2_atuacao_detalhes{
  min-height: 456px;
  background-color: #fff;
  padding-top: 30px;
  .card_dth{
    img{
      margin-bottom: 10px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      line-height: 2;
      strong{
        font-family: var(--fontopensansbold);
        color: #06587B;
      }
    }
  }
}
.fx3_atuacao_detalhes{
  background-color: #111133000;
  min-height: 129px;
  padding-top: 50px;
  color: #fff;
  text-align: center;
  h2{
    font-family: var(--fontsourcebold);
    font-size: 32px;
    strong{
      font-family: var(--fontsourcebold);
      color: #189AD1;
    }
  }
}
/* responsivo */  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_atuacao_detalhes{
      img{
        max-width: 100%;
      }
    }
  } 
  @media (max-width: 991px) {
    .fx1_atuacao_detalhes{
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      img{
        max-width: 100%;
      }
      .txt_atuacao_detalhes{
        h2{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
          margin-bottom: 10px;
        }
        ul{
          li{
            text-align: left;
          }
        }
      }
    }
    .fx2_atuacao_detalhes{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 0px;
      min-height: auto;
      .card_dth{
        margin-bottom: 20px;
        img{
          margin-bottom: 0px;
        }
        p{
          font-size: 16px;
        }
      }
    }
    .fx3_atuacao_detalhes{
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 24px;
      }
    }
  }



/* /responsivo */
/*contato*/
.fx1_contato{
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #D9D9D9;
  min-height: 622px;
  h2{
    font-size: 32px;
    font-family: var(--fontsourcebold);
    color: #000;
    font-weight: bolder;
    margin-bottom: 30px;
  }
  .txt_contato{
    padding-top: 60px;
    p{
      font-size: 20px;
      font-family: var(--fontregular);
      margin-bottom: 30px;
    }
  }
  .icrd{
    .content_icrd{
      display: flex;
      margin-bottom: 20px;
      align-items: center;
      flex-direction: row;
      column-gap: 10px;
      font-size: 20px;
      font-family: var(--fontregular);
      img{
        filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(4492%) hue-rotate(185deg) brightness(102%) contrast(95%);
      }
    }
  }
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 0; 
  height: 34px;
  background-color: #fff;
  border: 0;
  font-family: var(--fontregular);
}
.fx1_contato ::-webkit-input-placeholder { /* Edge */ color: #333!important; } 
.fx1_contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } 
.fx1_contato ::placeholder {color: #333!important; }

.fx1_contato form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 60px;
  font-size: 13px;
  font-family: var(--fontopensansbold);
  transition: all .2s linear;
  background-color: #06587B;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_contato form .btn-enviar-form:hover{
  background-color: #fff;
  color: #06587B;
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}
.fx2_contato{
  iframe{
    width: 100%;
    height: 412px;
  }
}
/* responsivo */  
  @media (max-width: 991px) {
    .fx1_contato{
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
      h2{
        text-align: center;
      }
      .txt_contato{
        padding-top: 30px;
        text-align: center;
      }
      .icrd{
        .content_icrd{
          flex-direction: column;
        }
      }
    }
  }
/* /responsivo */
/*link*/
.fx1_link{
  background-image: url(../imagens/fx1-link.jpg);
  min-height: 584px;
  padding-top: 75px;
  padding-bottom: 90px;
  h2{
    font-size: 32px;
    font-family: var(--fontsourcebold);
    color: #000;
    font-weight: bolder;
    margin-bottom: 30px;
  }
  .list_link{
    .content_link{
      display: flex;
      flex-direction: row;
      column-gap: 10px;
      align-items: center;
      font-size: 22px;
      font-family: var(--fontsourcebold);
      font-weight: bolder;
      color: #393A3C;
      margin-bottom: 20px;
    }
  }
}
/* responsivo */  
  @media (max-width: 991px) {
    .fx1_link{
      min-height: auto;
      background-color: #ccc;
      background-image: none;
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        text-align: center;
      }
    }
  }
/* /responsivo */
/*atuacao*/
.fx1_atuacao{
  min-height: 584px;
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #D9D9D9;
  h2{
    text-align: center;
    font-size: 32px;
    font-family: var(--fontsourcebold);
    font-weight: bolder;
    color: #000;
    margin-bottom: 55px;
  }
  .card_atuacao{
    margin-bottom: 30px;
    text-align: center;
    img{
      clip-path: polygon(10% 0, 80% 0%, 100% 0, 100% 90%, 90% 100%, 20% 100%, 0 100%, 0 10%);
      margin-bottom: 30px;
      max-width: 100%;
    }
    p{
      font-size: 22px;
      font-family: var(--fontsourcebold);
      font-weight: bolder;
      color: #393A3C;
    }
  }
}
/* responsivo */  
  @media (max-width: 991px) {
    .fx1_atuacao{
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 0px;
      h2{
        font-size: 26px;
        margin-bottom: 20px;
      }
      .card_atuacao{
        img{
          margin-bottom: 10px;
        }
      }
    }
  }
/* /responsivo */
.modal form input,
.modal form textarea,
.modal form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 0; 
  height: 34px;
  background-color: #fff;
  border: 0;
  font-family: var(--fontregular);
}
.modal ::-webkit-input-placeholder { /* Edge */ color: #333!important; } 
.modal :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } 
.modal ::placeholder {color: #333!important; }

.modal form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.modal form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 60px;
  font-size: 13px;
  font-family: var(--fontopensansbold);
  transition: all .2s linear;
  background-color: #06587B;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.modal form .btn-enviar-form:hover{
  background-color: #fff;
  color: #06587B;
}
.modal .obg{
  color: #000;
}
.modal-content{
  background-color: #eee;
  padding-bottom: 30px;
}