@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FFE30F;  **/
/**  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: 'Noto_Sans_Regular';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_Black';
    src: url('../fonts/NotoSans-Black.woff2') format('woff2'),
        url('../fonts/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_Bold';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_ExtraBold';
    src: url('../fonts/NotoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NotoSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_LightItalic';
    src: url('../fonts/NotoSans-LightItalic.woff2') format('woff2'),
        url('../fonts/NotoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_BoldItalic';
    src: url('../fonts/NotoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NotoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Noto_Sans_ExtraBold';
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Noto_Sans_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:'Noto_Sans_Regular';
  --bold:'Noto_Sans_Bold';
  --bolditalic:'Noto_Sans_BoldItalic';
  --black:'Noto_Sans_Black';
  --extrabold:'Noto_Sans_ExtraBold';
  --lightitalic:'Noto_Sans_LightItalic';
}
.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: #FFE30F;
    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: #FFE30F!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FFE30F;
}
::-moz-selection{
  background: #FFE30F;
}
::selection{
  background: #FFE30F;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FFE30F;
  border-color: #FFE30F;
}
.lds-ellipsis div{  
  background-color: #FFE30F;
}

.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:#000;
}
.header{
  background-image: url(../imagens/fx1.jpg);
  background-position: top center;
  height: 800px;
  padding-top: 55px;
}
.logo{
  margin-bottom: 70px;
}
.logo a img{
  margin-bottom: 5px;
}
.logo a p{
  font-family: var(--lightitalic);
  font-size: 25px;
}
.logo a p b{
  font-family: var(--bolditalic);
  color: #00BAFD;
}
.txt_header{
  margin-bottom: 40px;
}
.txt_header h2{
  font-size: 32px;
  font-family: var(--extrabold);
  line-height: 1.4;
  margin-bottom: 5px;
}
.txt_header h2 b{
  font-size: 35px;
}
.txt_header p{
  font-size: 22px;
}
.header a.btn_cta{
  margin-bottom: 120px;
}
a.btn_cta{
  font-family: var(--black);
  font-size: 25px;
  color: #fff;
  background-color: #00BAFD;
  border-radius: 7px;
  display: block;
  text-align: center;
  width: 370px;
  line-height: 60px;
  transition: all .2s linear;
}
a.btn_cta:hover{
  background-color: #002DBD;
  transition: all .2s linear;
}
.post_card_header{
  position: relative;
}
.front_post{
  display: flex;
  width: 270px;
  min-height: 257px;
  background-color: #fff;
  border-radius: 13px;
  overflow: hidden;
  transition: all .3s linear;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: var(--black);
  color: #041B63;
  font-size: 25px;
  padding: 0px 15px;
  row-gap: 10px; 
}
.post_card_header:hover .front_post{
  opacity: 0;
  transition: all .3s linear;
}
.back_post{
  opacity: 0;
  width: 270px;
  min-height: 0px;
  background-color: #fff;
  transition: all .2s linear;
  border-radius: 13px;
  transition: all .2s linear;
  text-align: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  padding: 0px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.post_card_header:hover .back_post{
  transition: all .2s linear;
  opacity: 1;
  min-height: 280px;
}
.title_post h3{
  line-height: 1.4;
}
.fx1{
  background-color: #041B63;
  padding-top: 190px;
  padding-bottom: 22px;
}
.txt_fx1 p{
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
.txt_fx1 p strong,
.txt_fx1 p b{
  font-family: var(--extrabold);
}
.fx2{
  background-image: url(../imagens/fx2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 664px;
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #01ABE8;
}
.txt{
  margin-bottom: 20px;
}
.txt h3{
  font-family: var(--extrabold);
  font-size: 40px;
  margin-bottom: 30px;
}
.txt p{
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.fx2 a.btn_cta{
  color: #000;
  background-color: #FFE30F;
}
.fx2 a.btn_cta:hover{
  background-color: #00BAFD;
  color: #fff;
}
.fx3{
  background-image: url(../imagens/fx3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 756px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.txt_fx3{
  padding-left: 90px;
}
.fx3 a.btn_cta{
  margin-left: 90px;
}
.fx3{
  background-color: #FFF;
}
.fx4{
  background-image: url(../imagens/fx4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 704px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;

  background-color: #041A63;
}
.fx4 a.btn_cta{
  color: #000;
  background-color: #FFE30F;
}
.fx4 a.btn_cta:hover{
  background-color: #00BAFD;
  color: #fff;
}
.fx5{
  background-image: url(../imagens/fx5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 756px;
  padding-top: 85px;  
  background-color: #FFF;
}
.txt_fx5{
  padding-left: 90px;
}
.fx5 a.btn_cta{
  margin-left: 90px;
}
.txt_fx10 h4{
  font-size: 26px;
  font-family: var(--bold);
}
.txt_fx10 ul li{
  font-size: 22px;
}
.fx6{
  padding-top: 80px;
}
.txt_fx h3{
  text-align: center;
}
.txt_fx6{
  padding-top: 90px;
}
.fx7{
  padding-top: 20px;
}
.txt_fx7{
  text-align: right;
  padding-top: 90px;
}
.fx8{
  padding-top: 60px;
}
.txt_fx8{
  padding-top: 30px;
}
.fx9{
  padding-top: 90px;
  padding-bottom: 30px;
}
.txt_fx9{
  text-align: right;
  padding-top: 20px;
}
.fx10{
  background-color: #F4F4F4; 
  padding-top: 70px;
  padding-bottom: 60px;
}
.txt_fx10 h4{
  font-size: 26px;
  font-family: var(--bold);
  margin-bottom: 20px;
}
.txt_fx10 p{
  margin-bottom: 20px;
}
.fx11{
  background-image: url(../imagens/fx6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 584px;
  text-align: center;
  padding-top: 155px;
  padding-bottom: 50px;
  background-color: #1E387A;
}
.fx11 a.btn_cta{
  margin-left: auto;
  margin-right: auto;
}
.txt_fx11{
  margin-bottom: 70px;
}
.txt_fx11 h3{
  font-family: var(--extrabold);
  color: #EBC501;
  font-size: 40px;
  margin-bottom: 25px;
}
.txt_fx11 p{
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
}
.fx12{
  padding-top: 70px;
  padding-bottom: 80px;
}
.fx12 h3{
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.fx12 h3 strong,
.fx12 h3 b{
  font-family: var(--extrabold);
}
.fx12 h4{
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.fx12 h4 strong{
  font-family: var(--extrabold);
}
.accordion h6{
  margin: 0;
  font-size: 22px;
  padding: 20px 20px 20px 30px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  background-color: #002DBD;
  color: #fff;
  font-family: var(--bold);
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.accordion h6:after{
  content: '';
  width: 29px;
  height: 29px;
  background-image: url(../imagens/seta.png);
  position: absolute;
  top: 20px;
  right: 10px;
  transition: all .2s linear;
}
.accordion h6.ui-state-active{
  background-color: #00BAFD;
}
.accordion h6.ui-state-active:after{
  rotate: 90deg;
  filter: invert(38%) brightness(4.5);
  transition: all .2s linear;
}
.accordion div + h6{
  border-top: 1px solid #DDD5D0;
}
.accordion div{
  padding-bottom: 20px;
  color: #000;
  font-size: 15px;
  padding-left: 20px;
}
.fx13{
  background-color: #FFE30F;
  padding-top: 60px;
  padding-bottom: 110px;
}
.selo{
  padding-top: 90px;
}
.txt_fx13 h3{
  font-size: 48px;
  margin-bottom: 20px;
}
.txt_fx13 p{
  font-size: 22px;
  line-height: 1.6;
}
.txt_fx13 p strong{
  font-size: 26px;
  font-family: var(--bold);
}
.footer{
  background-image: url(../imagens/footer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 105px;
}
.footer h2{
  text-align: center;
  font-size: 45px;
  font-family: var(--lightitalic);
  margin-bottom: 80px;
}
.footer h2 strong{
  font-family: var(--bolditalic);
  color: #01AF89;
}
.txt_footer h3{
  font-family: var(--extrabold);
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
}
.txt_footer p{
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.icrd{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.content_icrd{
  display: flex;
  flex-direction: row;
  align-content: center;
  column-gap: 10px;
}
.diver{
  padding: 0px 10px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 34px;
  background-color: #F0F0F0;
  border: 0;
}
.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: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: 2px solid #00BAFD;
  padding: 5px 40px;
  font-size: 13px;
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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{  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  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: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    img{
      max-width: 100%;
    }
    .front_post,.back_post{
      max-width: 100%;
    }
    .fx1{
      padding-top:240px;
    }
    .fx2,.fx3,.fx4,.fx5,.fx9{
      padding-top: 35px;
    }
    .txt h3{
      font-size: 34px;
    }
    .txt p{
      font-size: 20px;
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    img{
      max-width: 100%;
    }
    body{
      text-align: center;
    }
    .content_icrd{
      flex-direction: column;
    }
    a.btn_cta{
      margin-left: auto;
      margin-right: auto;
      width: 270px;
      font-size: 20px;
    }
    .txt_fx3{
      padding-left: 0px;
    }
    .fx3 a.btn_cta{
      margin-left: auto;
    }
    .fx2{
      background-color: #01abe9;
      background-image: none;
    }
    .txt_fx5{
      padding-left: 0px;
    }
    .fx5 a.btn_cta{
      margin-left: auto;
    }
    .txt_fx7{
      text-align: center;
    }
    .txt_fx9{
      text-align: center;
    }
    .header{
      height: auto;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .fx1,.fx2,.fx3,.fx4,.fx5,.fx6,.fx7,.fx8,.fx9,.fx10,.fx11,.fx12,.fx13{
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
    }
    .txt h3{
      margin-bottom: 10px;
      font-size: 25px;
    }
    .txt p{
      line-height: 1.4;
      font-size: 18px;
      margin-bottom: 5px;
    }
    .txt ul li{
      text-align: left;
      font-size: 18px;
    }
    .header{
      padding-top: 20px;
    }
    .logo{
      margin-bottom: 10px;
    }
    .logo a p{
      font-size: 16px;
    }
    .txt_header{
      margin-bottom: 20px;
    }
    .txt_header h2{
      font-size: 20px;
    }
    .txt_header h2 b{
      font-size: 23px;
    }
    .txt_header p{
      font-size: 17px;
    }
    .header a.btn_cta{
      margin-bottom: 20px;
    }
    .rflex{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */




/* responsivo */ 
  @media (min-width: 992px){ 
    
    .img-mobile{
      display: none!important;
    }

    .hero-img-mobile{
      display: none!important;
    }

  }
  @media (max-width: 991px)/* mobiles */ { 

    .fx4{
      background-image: none;
    }

    .img-mobile, .hero-img-mobile{
      margin-bottom: 20px;
      border-radius: 5px;
    }
    
    

    .fx5,
    .fx3,
    .header{
      background-image: none!important;
    }

    .fx5{
      background-color: #F3F3F3;
    }

    .fx3,
    .fx4,
    .fx5,
    .fx2{
      background-image: none!important;
    }  

    .selo{
      padding-top: 0;
    }
  
    .txt_fx13{
      padding: 15px;
    }

    form{
      display: block;
      padding-top: 30px;
      padding-bottom: 30px;
      max-width: 500px;
      margin-right: auto;
      margin-left: auto;
    }

    .back_post{
      opacity: 1;
      position: static;

    }

    header .col-md-3{
      width: 100%!important;
    }

    .txt_fx6{
      padding-top: 0;
    }

    .fx7 .row{
      display: flex;
      flex-wrap: wrap;
    }

    .fx7 .row > div{
      order: 2;
    }

    .fx7 .row > div + div{
      order: 1;
    }

    .txt_fx8{
      padding-top: 0;
    }

    .fx9 .row{
      display: flex;
      flex-wrap: wrap;
    }

    .fx9 .row > div{
      order: 2;
    }

    .fx9 .row > div + div{
      order: 1;
    }

    .txt_fx7 {
        padding-top: 00px;
    }

    .txt_fx9 {
        padding-top: 00px;
    }

    .txt_fx11 {
        margin-bottom: 20px;
    }

    .fx12 h3{
      margin-bottom: 0;
    }

    .front_post{
      width: 100%;
      min-height: 0!important;
    }

    .back_post{
      width: 100%;
      margin-bottom: 40px;
    }

    .post_card_header:hover .front_post {
       opacity: 1; 
    }

    .post_card_header:hover .back_post{
      min-height: 0!important;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */


