@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/
html{
  scroll-behavior: smooth;
}
/* 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: 'Barlow_Regular';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow_Bold';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow_ExtraBold';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Barlow_Bold';
}
body{
  font-family: 'Barlow_Regular';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --regular:'Barlow_Regular';
  --bold:'Barlow_Bold';
  --extrabold:'Barlow_ExtraBold';
}
.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;
}
.aceitar_termos a{
    color: #FFFC9E;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.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;
  }
}

.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 (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #fff;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262C33;
}
.header{
  background-color: #F4F4F4;
  padding-top: 10px;
  padding-bottom: 6px;
}
.tel{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  margin-bottom: 25px;
}
.body_tel p{
  font-weight: bolder;
  font-size: 16px;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 40px;
}
.menu>li>a{
  display: block;  
  color: #000;  
  padding-right: 0px;
  font-size: 14px;
  font-family: var(--bold);
  transition: all .2s linear;
  position: relative;
}
.menu>li>a:hover:first-letter{
  color: #DE0A15;
  transition: all .2s linear;
}
.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.menu>li>a:after{
  content: '';
  background-image: url(../imagens/traco.png);
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .2s linear;
}
.menu>li>a:hover:after{
  height: 6px;
  transition: all .2s linear;
}
.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  
}

.menu>li:hover .submenu{
  display: block;
}
.owli a{
  height: 804px;
  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: 190px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 24px;
  height: 7px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #D11921;
  border-radius: 0px;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: #000;
}
.fx1{
  margin-top: -155px;
  z-index: 3;
  position: relative;
  padding-bottom: 90px;
}
.card_vantagens{
  min-height: 241px;
  width: 100%;
  background-color: #fff;
  padding: 40px 30px;
  border-bottom: 9px solid #ED1B24;
  border-radius: 0px 0px 10px 10px;
}
.icon_vant{
  background-color: #F3F4F4;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
.title_vant p{
  font-size: 18px;
  font-family: var(--extrabold);
  color: #262C33;
}
.txt_fx1{
  padding-top: 100px;
}
.body_fx1{
  padding-top: 15px;
  margin-bottom: 40px;
}
.body_fx1 h4{
  font-size: 18px;
  font-family: var(--bold);
  color: #DE0A14;
  margin-bottom: 15px;
}
.body_fx1 h2{
  font-size: 40px;
  font-family: var(--bold);
  color: #262C33;
  margin-bottom: 20px;
}
.body_fx1 p{
  font-size: 18px;
  color: #262C33;
}
.icon_mvv{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.content_mvv{
  margin-bottom: 20px;
}
.content_mvv h3{
  font-size: 30px;
  font-family: var(--bold);
  color: #262C33;
}
.content_mvv p{
   font-size: 18px;
}
.img_fx1{
  position: relative;
  perspective: 1px;
  margin-bottom: 110px;
}
.img_fx1:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D11921;
  top: 45px;
  right: -40px;
  border-radius: 30px 0px 30px 0px;
  z-index: -1;
}
.fx1 .col-md-6 a.btn_cta{
  margin-left: auto;
}
a.btn_cta{
  display: block;
  width: 270px;
  line-height: 54px;
  text-align: center;
  background-color: #D11921;
  color: #fff;
  font-size: 18px;
  font-family: var(--extrabold);
  border-radius: 15px;
}
a.btn_cta:hover{
  filter: brightness(1.2);
}
.body2_fx1{
  text-align: center;
  padding-top: 170px;
}
.body2_fx1 h3{
  font-size: 18px;
  font-family: var(--bold);
  color: #DE0A14;
  margin-bottom: 20px;
}
.body2_fx1 h2{
  font-size: 40px;
  font-family: var(--bold);
  color: #262C33;
  margin-bottom: 40px;
}
.rowflex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_equipe{
  text-align: center;
  margin-bottom: 90px;
}
.nome_equipe{
  border: 1px solid #B9B9C8;
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-family: var(--bold);
  color: #000;
}
.ver{
  font-size: 17px;
  color: #262C33;
}
.part2 a.btn_cta{
  margin-right: auto;
  margin-left: auto;
}
.fx2{
  background-color: #F3F4F4;
  padding-top: 95px;
  padding-bottom: 5px;
  background-image: url(../imagens/fx3.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
.body_fx2{
  padding-top: 5px;
  margin-bottom: 50px;
}
.body_fx2 h4{
  font-size: 18px;
  color: #DE0A14;
  font-family: var(--bold);
  margin-bottom: 15px;
}
.body_fx2 h3{
  font-size: 40px;
  color: #262C33;
  font-family: var(--bold);
  margin-bottom: 70px;
}
.body_fx2 p{
  font-size: 18px;
  line-height: 1.5;
}
.list_atuacao{
  column-gap: 30px;
}
.card_atuacao{
  background-color: #fff;
  width: 370px;
  min-height: 107px;
  border-bottom: 9px solid #ED1B24;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  padding-left: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 10, 0.3);
}
.icon_atuacao{
  margin-right: 50px;
}
.body_atuacao p b{
  font-family: var(--extrabold);
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6s;
}
.card_atuacao:nth-child(even){
  float: left;
}
.card_atuacao:nth-child(odd){
  float: left;
  margin-right: 30px;
}
.fx3{
  padding-top: 140px;
  padding-bottom: 80px;
}
.img_fx3{
  position: relative;
  perspective: 3px;
}
.img_fx3:after{
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #D11921;
  border-radius: 30px 0px 30px 0px;
  top: -30px;
  left: -30px;
  z-index: -1;
}
.body_fx3 h4{
  font-size: 18px;
  font-family: var(--bold);
  color: #DE0A14;
  margin-bottom: 15px;
}
.body_fx3 h3{
  font-family: var(--bold);
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.editor_link h5{
  font-size: 18px;
  color: #262C33;
  font-family: var(--bold);
  margin-bottom: 20px;
}
.editor_link a{
  font-size: 18px;
  font-family: var(--regular);
  position: relative;
  display: block;
  line-height: .5;
}
.editor_link a:hover{
  color: #EB1924;
  translate:20px;
  font-weight: bolder;
}
.footer{
  background-image: url(../imagens/footer.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
.txt_footer h3{
  font-size: 18px;
  font-family: var(--bold);
  color: #DE0A14;
  margin-bottom: 10px;
}
.txt_footer p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.content_icrd{
  display: flex;
  flex-direction: row;
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.icon_icrd{
  width: 36px;
  margin-right: 10px;
}
.redes_sociais{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 50px;
  column-gap: 20px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 15px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #262C33;
  border: 1px solid #fff;
  color: #fff;
}
.footer ::-webkit-input-placeholder { 
  /* Edge */ 
  color: #fff!important; 
  font-size: 15px;
} 
.footer :-ms-input-placeholder { 
  /* Internet Explorer 10-11 */ 
  color: #fff!important; 
  font-size: 15px;
} 
.footer ::placeholder {
  color: #fff!important; 
  font-size: 15px;
}

.footer form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 15px;
  font-family: var(--extrabold);
  transition: all .2s linear;
  background-color: #D11921;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 70px;
  padding-top: 5px;
  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: 1200px) { }  
  @media(max-width:1400px){
    .fx2{
      background-position: -275px center;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .logo img{
      max-width: 270px;
    }
    .menu>li{
      margin-right: 20px;
    }
    .img_fx1 img{
      max-width: 100%;
    }
    .body2_fx1 {
      text-align: center;
      padding-top: 80px;
    }
  }
  @media (max-width: 991px) {
    .tel{
      display: none;
    }
    .fx1{
      margin-top: 0px;
    }
    .owl-banner .owl-dots{
      bottom: 10px;
    }
    .card_vantagens{
      text-align: center;
      margin-bottom: 20px;
    }
    .icon_vant{
      margin-right: auto;
      margin-left: auto;
    }
    .txt_fx1{
      padding-top: 20px;
      text-align: center;
    }
    .body_fx1{
      font-size: 30px;
    }
    .icon_mvv{
      flex-direction: column;
      justify-content: center;
    }
    .img_fx1{
      margin-bottom: 20px;
    }
    .img_fx1:after{
      display: none;
    }
    .img_fx1 img{
      max-width: 100%;
    }
    a.btn_cta{
      margin-right: auto;
      margin-left: auto;
    }
    .body2_fx1{
      padding-top: 30px;
    }
    .body2_fx1 h2{
      font-size: 27px;
    }
    .rowflex{
      flex-direction: column;
    }
    .card_equipe{
      margin-bottom: 40px;
    }
    .fx1{
      padding-bottom: 20px;
    }
    .fx2{
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
    }
    .body_fx2 h3{
      margin-bottom: 20px;
      font-size: 30px;
    }
    .card_atuacao{
      width: 270px;
    }
    .icon_atuacao{
      margin-right: 10px;
    }
    .card_atuacao{
      margin-right: auto;
      margin-left: auto;
      justify-content: center;
    }
    .card_atuacao:nth-child(odd) {
      float: none;
      margin-right: auto; 
    }
    .card_atuacao:nth-child(even) {
      float: none;
      margin-right: auto; 
    }
    .fx3{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .img_fx3:after{
      display: none;
    }
    .img_fx3 img{
      max-width: 100%;
    }
    .body_fx3{
      text-align: center;
    }
    .body_fx3 h3{
      font-size: 27px;
    }
    .footer{
      padding-top: 20px;
      text-align: center;
    }
    .content_icrd{
      flex-direction: column;
      align-items: center;
      font-size: 15px;
    }
    .redes_sociais{
      padding-top: 10px;
      justify-content: center;
      margin-bottom: 20px;
    }
    .nome_equipe{
      width: 100%;
    }
    .rowflex .col-md-3{
      width: 100%;
    }
    .editor_link a{
      line-height: 1;
    }
    .menu>li>a:after{
      display: none;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/* menu responsivo  2 #444 */ 
  @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:  #444;
      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  #444;
        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*/
.modal-title{
  font-family: var(--extrabold);
}
.modal-header{
  border-bottom: 2pox solid #444;
}