@charset "UTF-8";
/* Tema do cliente */
/**  cor: #E9393E;  **/
/**  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: 'Montserrat_Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_Extrabold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Montserrat_Extrabold';
}
body{
  font-family: 'Montserrat_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:#06ACEA;
  --colortwo:#E9393E;
  --fontregular:'Montserrat_Regular';
  --fontextrabold:'Montserrat_Extrabold';
  --fontblack:'Montserrat_Black';
  --fontbold:'Montserrat_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: #E9393E;
    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: #E9393E!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #E9393E;
}
::-moz-selection{
  background: #E9393E;
}
::selection{
  background: #E9393E;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #E9393E;
  border-color: #E9393E;
}
.lds-ellipsis div{  
  background-color: #E9393E;
}
.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-color: ;
  background-image: url(../imagens/banner-topo.jpg);
  background-position: top center;
  background-size: cover;
  min-height: 800px;
  color: #fff;
  background-color: #06ACEA;
  .logo{
    img{
      filter: drop-shadow(0px 0px 20px #fff);
      border-radius: 0px 0px 10px 10px;
      padding: 55px 20px 30px 20px;
      
      margin-bottom: 60px;
    }
  }
  .txt_header{
    margin-bottom: 30px;
    h2{
      font-size: 29px;
      font-family: var(--fontextrabold);
      line-height: 1.2;
      margin-bottom: 15px;
    }
    p{
      font-size: 22px;
      line-height: 1.4;
      padding-right: 30px;
    }
  }
  .btn_cta{
    display: block;
    width: 370px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    text-align: center;
    background-color: #141414;
    color: #fff;
    font-family: var(--fontblack);
    font-size: 22px;
    &:hover{
      background-color: var(--colortwo);
    }
  }
}
.fx1{
  padding-top: 60px;
  padding-bottom: 73px;
  h2{
    text-align: center;
    font-size: 28px;
    font-family: var(--fontbold);
    color: var(--color_one);
    margin-bottom: 45px;
  }
  .list_card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    .card_bn{
      background-color: #F1F1F1;
      text-align: center;
      padding: 77px 30px 20px 30px;
      min-height: 371px;
      .front_card{
        img{
          margin-bottom: 30px;
        }
        h3{
          font-size: 24px;
          font-family: var(--fontextrabold);
          color: #1E1E1E;
          text-transform: uppercase;
          line-height: 1.2;
        }
      }
      .back_card{
        opacity: 0;
        display: none;
        color:#000;
        transition: all 2s linear;
      }
      &:hover{
        background-color: var(--color_one);
        .front_card{
          display: none;
        }
        .back_card{
          display: block;
          opacity: 1;
          transition: all 2s linear;
          color: #fff;
          font-size: 22px;
          p{
            line-height: 1.6;
          }
        }
      }
    }
  }
}
.fx2{
  background-image: url(../imagens/fx2.jpg);
  min-height: 595px;
  background-position: top center;
  background-size: cover;
  padding-top: 95px;
  .txt_fx2{
    margin-bottom: 40px;
    h2{
      font-family: var(--fontextrabold);
      font-size: 40px;
      color: #000;
      margin-bottom: 30px;
    }
    ul{
      padding-left: 30px;
      li{
        font-size: 22px;
        margin-bottom: 10px;
      }
    }
  }
  img{
    padding-top: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .btn_cta{
    display: block;
    width: 370px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    text-align: center;
    background-color: #141414;
    color: #fff;
    font-family: var(--fontblack);
    font-size: 22px;
    &:hover{
      background-color: var(--color_one);
    }
  }
}
.fx3{
  padding-top: 60px;
  padding-bottom: 75px;
  h2{
    text-align: center;
    color: var(--color_one);
    font-family: var(--fontbold);
    font-size: 28px;
    margin-bottom: 60px;
  }
  .list_met{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    .card_met{
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      column-gap: 30px;
      .body_mt{
        padding-top: 5px;
      }
      h4{
        font-size: 22px;
        font-family: var(--fontextrabold);
        margin-bottom: 5px;
      }
      p{
        font-size: 22px;
        line-height: 1.6;
      }
    }
  }
}
.fx4{
  background-image: url(../imagens/bg2.png);
  background-size: cover;
  background-position: top center;
  padding-top: 70px;
  min-height: 800px;
  padding-bottom: 40px;
  .txt_fx4{ 
    h2{
      font-family: var(--fontextrabold);
      font-size: 38px;
      color: #000;
      margin-bottom: 20px;
    }
    p{
      font-size: 22px;
      display: inline-block;
      line-height: 1.6;
    }
    h5{
      font-size: 42px;
      font-family: var(--fontbold);
      display: inline-block;
    }
    ul{
      li{
        font-size: 22px;
      }
    }
  }
  .btn_cta{
    display: block;
    width: 370px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    margin-top: 30px;
    text-align: center;
    background-color: #141414;
    color: #fff;
    font-family: var(--fontblack);
    font-size: 22px;
    &:hover{
      background-color: var(--colortwo);
    }
  }
}
.fx5{
  padding-top: 55px;
  padding-bottom: 60px;
  h2{
    text-align: center;
    margin-bottom: 57px;
    color: #000;
  }
  img{
    max-width: 100%;
  }
}
.fx6{
  padding-top: 33px;
  padding-bottom: 70px;
  color: #000;
  h2{
    margin-bottom: 40px;
  }
  .list_accordion{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.btn_accn{
  display: flex;
  transition: all .2s linear;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  color: #fff;
  background-color: var(--colortwo);
  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: var(--color_one);
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
  }
}
.panel {
  padding: 10px 18px;
  display: none;
  background-color: white;
  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{
  color: #fff;
  background-image: url(../imagens/fx4.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 70px;
  .txt_footer{
    h2{
      font-size: 28px;
      font-family: var(--fontextrabold);
      line-height: 1.6;
      margin-bottom: 60px;
    }
  }
  .hold_icrd{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
  }
  .content_icrd{
    display: flex;
    flex-direction: row;
    font-size: 15px;
    column-gap: 10px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 3px; 
  height: 34px;
  background-color: #fff;
  border: 0;
  color: #000;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #000!important; } 
.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } 
.footer ::placeholder {color: #000!important; }

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

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding:7px 30px;
  font-size: 13px;
  font-family: var(--fontextrabold);
  transition: all .2s linear;
  background-color: #141414;
  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: var(--color_one);
}

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


.footer2{ 
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 80px;
  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{
      background-color: var(--color_one);
      background-image: none;
      text-align: center;
      min-height: auto;
      padding-bottom: 20px;
      .logo{
        img{
          max-width: 100%;
          margin-bottom: 20px;
        }
      }
      .txt_header{
        h2{
          font-size: 21px;
        }
        p{
          padding-right: 0px;
          font-size: 18px;
        }
      }
      .btn_cta{
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        font-size: 19px;
      }
    }
    .fx1{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        margin-bottom: 20px;
      }
      .list_card{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
      }
    }
    .fx2{
      padding-top: 20px;
      padding-bottom: 20px;
      .txt_fx2{
        h2{
          text-align: center;
          font-size: 24px;
          margin-bottom: 10px;
        }
        ul{
          li{
            font-size: 18px;
          }
        }
      }
      .btn_cta{
        width: 270px;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
      }
      img{
        max-width: 100%;
      }
    }
    .fx3{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        margin-bottom: 20px;
      }
      .list_met{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
        .card_met{
          flex-direction: column;
          justify-content: center;
          text-align: center;
          align-items: center;
          .body_mt{
            h4{
              font-size: 18px;
            }
            p{
              font-size: 16px;
            }
          }
        }
      }
    }
    .fx4{
      padding-top: 20px;
      padding-bottom: 20px;
      background-image: none;
      min-height: auto;
      .txt_fx4{
        h2{
          text-align: center;
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          text-align: center;
          font-size: 17px;
        }
        ul{
          li{
            font-size: 17px;
          }
        }
        h5{
          font-size: 33px;
        }
      }
      .btn_cta{
        width: 270px;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .fx5{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 21px;
        margin-bottom: 20px;
      }
    }
    .fx6{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        text-align: center;
        font-size: 21px;
        margin-bottom: 20px;
      }
    }
    .footer{
      padding-top: 20px;
      .txt_footer{
        h2{
          text-align: center;
          font-size: 17px;
          margin-bottom: 20px;
        }
      }
      .hold_icrd{
        flex-direction: column;
      }
      .content_icrd{
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }
    .footer2{
      padding-top: 0px;
    }
  }
  @media (max-width: 767px) {

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

  }
/* /responsivo */


.modal-body form input,
.modal-body form textarea,
.modal-body form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 3px; 
  height: 34px;
  background-color: #f5f5f5;
  border: 0;
  color: #000;
}
.modal-body ::-webkit-input-placeholder { /* Edge */ color: #000!important; } 
.modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } 
.modal-body ::placeholder {color: #000!important; }

.modal-body form textarea{
  height: 166px;
  margin-bottom: 25px;
}

.modal-body form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding:7px 30px;
  font-size: 13px;
  font-family: var(--fontextrabold);
  transition: all .2s linear;
  background-color: #141414;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.modal-body form .btn-enviar-form:hover{
  background-color: var(--color_one);
}

.modal-body iframe{
  width: 100%;
  height: 320px;
}

.btn_cta{
  cursor: pointer;
}

.txt_fx4{
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.item_accordion .panel{
  margin-bottom: 0;
}

.fx6 {
    .list_accordion {
        display: block;
    }
}

.item_accordion + .item_accordion{
  margin-top: 30px;
}