@charset "UTF-8";
/* Tema do cliente */
/**  cor: #1F7AC7;  **/
/**  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: 'Open_Sans_Extrabold';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    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;
}
@font-face {
    font-family: 'Open_Sans_semibold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


strong, b{
  font-weight: lighter;
  font-family: 'Open_Sans_Extrabold';
}
body{
  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:'Open_Sans_Bold';
  --fontextrabold:'Open_Sans_Extrabold';
  --fontsemibold:'Open_Sans_semibold';
}
.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: #1F7AC7;
    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: #1F7AC7!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #1F7AC7;
}
::-moz-selection{
  background: #1F7AC7;
}
::selection{
  background: #1F7AC7;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #1F7AC7;
  border-color: #1F7AC7;
}
.lds-ellipsis div{  
  background-color: #1F7AC7;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
body{
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  background-position: top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 40px;
  min-height: 711px;
  .logo{
    img{
      margin-bottom: 17px;
    }
  }
  .txt_header{
    margin-bottom: 37px;
    h2{
      font-family: var(--fontsemibold);
      font-size: 32px;
      color: #364854;
      line-height: 1.4;
      margin-bottom: 17px;
      strong{
        font-family: var(--fontextrabold);
      }
    }
    p{
      font-size: 22px;
    }
  }
  .btn_cta{
    display: block;
    width: 327px;
    line-height: 61px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    background-color: #1F7AC7;
    font-size: 25px;
    font-family: var(--fontextrabold);
    cursor: pointer;
    &:hover{
      background-color: #3E9EDF;
    }
  }
}
.card_trabalhos{
  position: relative;
  border-radius: 5px;
  .hover{
    transition: 0.2s linear all;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(50,50,50,50.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    color: white;
    cursor: pointer;
    opacity: 0.7;
    
  }
}

.card_trabalhos:hover .hover{
  opacity: 0.5;
}

.card_trabalhos{
  overflow: hidden;
}

.hovertext{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 102;
  font-size: 22px;
  color: #FFF;
  text-align: center;
}



.modal-dialog{
  width: 1100px!important;
}
.fx1{
  padding-top: 47px;
  padding-bottom: 55px;
  .txt_fx1{
    margin-bottom: 50px;
    p{
      text-align: center;
      font-size: 22px;
      line-height: 1.6;
    }
  }
  .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 57px;
    .card{
      background-color: #F8F8F8;
      text-align: center;
      min-height: 370px;
      padding-top: 30px;
      padding-right: 20px;
      padding-left: 20px;
      img{
        margin-bottom: 20px;
        transition: all .2s linear;
      }
      h3{
        font-family: var(--fontextrabold);
        font-size: 25px;
        color: #3E9EDF;
        line-height: 1.4;
        margin-bottom: 17px;
      }
      p{
        font-size: 20px;
        line-height: 1.4;
      }
      &:hover{
        background-color: #364854;
        img{
          filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(283deg) brightness(106%) contrast(101%);
          transition: all .2s linear;
        }
        h3{
          color: #fff;
          transition: all .2s linear;
        }
        color: #fff;
        transition: all .2s linear;
      }
    }
  }
  .btn_cta{
    font-size: 25px;
    font-family: var(--fontextrabold);
    color: #fff;
    display: block;
    width: 370px;
    line-height: 61px;
    text-align: center;
    border-radius: 7px;
    background-color: #1F7AC7;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    &:hover{
      background-color: #3E9EDF;
    }
  }
}
.fx2{
  
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
  min-height: 656px;
  .txt_fx2{
    padding-left: 60px;
    margin-bottom: 47px;
    ul{
      li{
        font-size: 21px;
        line-height: 40px;
      }
    }
  }
  .btn_cta{
    display: block;
    text-align: center;
    width: 374px;
    line-height: 61px;
    background-color: #1F7AC7;
    border-radius: 7px;
    font-size: 25px;
    margin-left: 70px;
    font-family: var(--fontextrabold);
    color: #fff;
    cursor: pointer;
    &:hover{
      background-color: #99A7B2;
      color: #fff;
    }
  }
}
.fx3{
  padding-top: 50px;
  padding-bottom: 135px;
  background-color: #F8F8F8;
  h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.owl-trabalhos .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-trabalhos .owl-next,
.owl-trabalhos .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -30%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-trabalhos .owl-next span,
.owl-trabalhos .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-trabalhos .owl-nav{
    padding-top: 30px;
  }
  .owl-trabalhos .owl-prev,
  .owl-trabalhos .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-trabalhos .owl-prev{
  left: 43%;
}
.owl-trabalhos .owl-next{
  right: 43%;  
}

.owl-trabalhos .owl-next span,
.owl-trabalhos .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 58px;
  height: 55px;
}
.owl-trabalhos .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx4{
  padding-top: 50px;
  padding-bottom: 57px;
  h2{
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 57px;
  }
  img{
    max-width: 100%;
  }
}
.fx5{
  min-height: 350px;
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  .txt_fx5{
    margin-bottom: 40px;
    p{
      font-size: 43px;
      text-align: center;
      font-family: var(--fontextrabold);
    }
  }
  .btn_cta{
    display: block;
    width: 370px;
    line-height: 61px;
    text-align: center;
    background-color: #1F7AC7;
    color: #fff;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    cursor: pointer;
    font-family: var(--fontextrabold);
    &:hover{
      background-color: #3E9EDF;
    }
  }
}
.fx6{
  padding-top: 70px;
  padding-bottom: 90px;
  h2{
    font-size: 30px;
    margin-bottom: 35px;
    color: #000;
  }
}
.list_accordion{
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.btn_accn{
  display: flex;
  transition: all .2s linear;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  color: #fff;
  background-color: #364854;
  outline: none;
  font-family: var(--fontbold);
  border-radius: 5px;
  &:after{
    content: '';
    width: 29px;
    height: 29px;
    display: block;
    background-image: url(../imagens/seta.png);
    transition: all .1s linear;
  }
}
.btn_accn.active{
  background-color: #99A7B2;
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
  }
}
.panel {
  padding: 10px 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-size: 15px;
}
.active + .panel {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.footer{
  background-size: cover;
  background-position: top center;
  min-height: 705px;
  color: #fff;
  padding-top: 120px;
}
.icrd{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.txt_footer{
  margin-bottom: 60px;
  h2{
    font-size: 30px;
    font-family: var(--fontextrabold);
    margin-bottom: 20px;
  }
  p{
    font-size: 22px;
  }
}
.icrd{
  .content_icrd{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    p{
      font-size: 21px;
    }
  }
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.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: none;
  padding: 8px 30px;
  font-size: 13px;
  font-family: var(--fontextrabold);
  transition: all .2s linear;
  background-color: #99A7B2;
  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{
  background-color: #3E9EDF;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.modal form input,
.modal form textarea,
.modal form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.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: 110px;
  margin-bottom: 25px;
}

.modal form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 30px;
  font-size: 13px;
  font-family: var(--fontextrabold);
  transition: all .2s linear;
  background-color: #99A7B2;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.modal form .btn-enviar-form:hover{
  background-color: #3E9EDF;
}

.modal iframe{
  width: 100%;
  height: 320px;
}
.footer2{
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 30px;
  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 (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .header{
      padding-top: 20px;
      min-height: auto;
      padding-bottom: 20px;
      background-image: none;
      .logo{
        img{
          max-width: 50%;
          margin-bottom: 10px;
        }
      }
      .txt_header{
        margin-bottom: 20px;
        text-align: center;
        h2{
          font-size: 23px;
          margin-bottom: 10px;
        }
        p{
          font-size: 18px;
        }
      }
      .btn_cta{
        width: 290px;
      }
    }
    .fx1{
      padding-top: 20px;
      padding-bottom: 20px;
      .txt_fx1{
        p{
          font-size: 18px;
        }
      }
      .list{
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
        .card{
          padding-top: 20px;
          padding-bottom: 20px;
          min-height: auto;
          h3{
            font-size: 19px;
            margin-bottom: 10px;
          }
          p{
            font-size: 17px;
          }
        }
      }
      .btn_cta{
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
      }
    }
    .fx2{
      background-image: none;
      background-color: #364854;
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
      .txt_fx2{
        padding-left: 0px;
        margin-bottom: 10px;
      }
      .btn_cta{
        margin-left: auto;
        margin-right: auto;
        width: 270px;
        font-size: 19px;
      }
    }
    .fx3{
      padding-top: 20px;
      padding-bottom: 10px;
      h2{
        font-size: 23px;
        margin-bottom: 20px;
      }
      .card_trabalhos{
        img{
          max-width: 100%;
        }
      }
    }
    .fx4{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 23px;
        margin-bottom: 20px;
      }
    }
    .fx5{
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
      .txt_fx5{
        p{
          font-size: 24px;
        }
      }
      .btn_cta{
        width: 270px;
        font-size: 17px;
      }
    }
    .fx6{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
      }
    }
    .footer{
      padding-top: 20px;
      min-height: auto;
      .txt_footer{
        text-align: center;
        margin-bottom: 20px;
        h2{
          font-size: 23px;
          margin-bottom: 10xp;
        }
        p{
          font-size: 18px;
        }
      }
    }
    .icrd{
      row-gap: 20px;
      margin-bottom: 20px;
      .content_icrd{
        flex-direction: column;
        row-gap: 5px;
        p{
          font-size: 16px;
        }
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

.modal-contentt{
  background-color: transparent;
  box-shadow: none;
  border: none;
  .list_modal{
    display: flex;
    flex-direction: row;
    align-items: center;    
    column-gap: 30px;
    justify-content: center;
    .card_modal{
      img{
        max-width: 100%;
        width: 370px;
        border: 5px solid #fff;
        border-radius: 5px;
        margin-bottom: 10px;
      }
      p{
        color: #fff;
        text-align: center;
        font-size: 30px;
      }
    }
  }
}
.headerblog{
  padding-top: 20px;
  padding-bottom: 20px;
  .list_blog{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    h2{
      font-size: 40px;
      font-family: var(--fontbold);
      color: #000;
    }
  }
}
.fx1_obg{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.fx2_obg{
  background-image: url(../imagens/footerobg.jpg);
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding-top: 40px;
  h2{
    font-size: 30px;
    font-family: var(--fontextrabold);
    color: #000;
    margin-bottom: 20px;
  }
  p{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .footer2{
     
    font-family: 'Verdana';
    font-size: 11px;
    color: #000;
    margin-top: 20px;
    padding-top: 55px;
    padding-bottom: 15px;
  }
  
  .logokryz{
    background-image: url(../imagens/logo-kryzalis2.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: #000;
    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%; } }
  
  
  
}


.modal-header{
  border: 0;
}

.close{
  color: #FFF;
  font-size: 31px;
  opacity: 1;
}

.modal-backdrop.in {
    opacity: 0.8;
}


/* 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 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 
    
    .logo{
      display: block;
      text-align: center;
    }

    .header{
      background-image: none!important;
      text-align: center;
    }

    body{
      text-align: center;
    }

    .btn_cta{
      display: inline-block!important;
    }

    .fx2{
      background-image: none!important;
      background-color: #364854;
    }

    .fx2 {
        & .txt_fx2 {
            ul {
                list-style-position: inside;
                padding-left: 0;
            }
        }
    }

    .modal-dialog {
        width: 95% !important;
    }

    .modal-contentt {
        .list_modal {
            flex-wrap: wrap;
        }
    }

    .modal-contentt {
        & .list_modal {
            & .card_modal {
                img {
                    max-height: 33vh;
                    width: auto;
                }
            }
        }
    }

    .modal-contentt {
        .list_modal {
            gap: 20px;
        }
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
