@charset "UTF-8";
/* Tema do cliente */
/**  cor: var(--color_one);  **/
/**  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: 'Exo_Bold';
    src: url('../fonts/Exo-Bold.woff2') format('woff2'),
        url('../fonts/Exo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo_Regular';
    src: url('../fonts/Exo-Regular.woff2') format('woff2'),
        url('../fonts/Exo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo_SemiBold';
    src: url('../fonts/Exo-SemiBold.woff2') format('woff2'),
        url('../fonts/Exo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

strong, b{
  font-weight: lighter;
  font-family: 'Exo_Bold';
}
body{
  font-family: 'Exo_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:#97191C;
  --fontregular:'Exo_Regular';
  --fontbold:'Exo_Bold';
  --fontsemibold:'Exo_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: var(--color_one);
    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: var(--color_one)!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: var(--color_one);
}
::-moz-selection{
  background: var(--color_one);
}
::selection{
  background: var(--color_one);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color_one);
  border-color: var(--color_one);
}
.lds-ellipsis div{  
  background-color: var(--color_one);
}
.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{
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-top: 19px;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  padding-top: 40px;
}
.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 50px;
}
.menu>li>a{
  display: block;  
  color: #393A3C;  
  padding-right: 0px;
  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: var(--color_one);
  transform: translate(0px,-10px);
}
.menu>li:hover .submenu{
  display: block;
}
.btn_cliente{
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--color_one);
  border-radius: 7px;
  color: #fff!important;
  font-size: var(--fontsemibold );
  font-size: 16px;
  line-height: 40px;
  margin-top: 30px;
  position: relative;
  perspective: 3px;
}
.btn_cliente:hover{
  color: #fff;
}
.btn_cliente:before{
  content: 'Assine já!';
  font-size: 13px;
  font-family: var(--fontsemibold);
  text-align: center;
  position: absolute;
  opacity: 0;
  bottom: 0px;
  background-color: var(--color_one);
  left: 0px;
  width: 100%;
  z-index: -1;
  transition: all .2s linear;
}
.btn_cliente:hover:before{
  display: block;
}
.btn_cliente:hover:before{
  transition: all .5s linear;
  opacity: 1;
  height: 90px;
  position: absolute;
}
.owli a{
  height: 686px;
  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: 40%;
  left: 30%;
  width: 100%;
  transform: rotate(90deg);
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 17px;
  height: 17px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #393A3C;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: #97191C;
}
.fx1{
  .list_planos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    .card_planos{
      background-size: cover;
      background-position: top center;
      min-height: 750px;
      padding-top: 60px;
      position: relative;
      perspective: 3px;
      &:after{
        content: '';
        width: 70%;
        height: 1px;
        background-color: rgba(30, 30, 30, 85%);
        position: absolute;
        top: 110px;
        z-index: -1;
        opacity: 0;
        transition: all .2s linear;
      }
      &:hover{
        &:after{
          opacity: 1;
          top: 0px;
          width: 100%;
          transition: all .5s ease;
          height: 100%;
        }
        .front_card{
          h2{
            background-color: transparent;
          }
        }
        .back_card{
          opacity: 1;
          transition: all .2s linear;
        }
      }
      .front_card{
        h2{
          font-family: var(--fontbold);
          font-size: 36px;
          color: #fff;
          display: inline-block;
          padding: 30px 30px 30px 40%;
          background-color: rgba(30, 30, 30, 85%);
          border-radius: 0px 20px 20px 0px;
          transition: all .2s linear;
        }

      }
      .back_card{
        opacity: 0;
        transition: all .2s linear;
        color: #fff;
        padding: 0px 60px 0px 40%;
        p{
          font-family: var(--fontsemibold);
          font-size: 22px;
          margin-bottom: 25px;
        }
        a{
          display: block;
          margin-top: 50px;
          width: 170px;
          line-height: 40px;
          text-align: center;
          font-size: 15px;
          font-family: var(--fontsemibold);
          border-radius: 7px;
          border: 2px solid #fff;
          &:hover{
            background-color: var(--color_one);
            border: 2px solid var(--color_one);
            color: #fff;
          }
        }
      }
    }
    .card_planos:nth-child(even){
      text-align: right;
      &:after{
        content: '';
        width: 70%;
        height: 1px;
        background-color: rgba(30, 30, 30, 85%);
        position: absolute;
        top: 110px;
        right: 0px;
        z-index: -1;
        opacity: 0;
        transition: all .2s linear;
      }
      &:hover{
        &:after{
          opacity: 1;
          top: 0px;
          width: 100%;
          transition: all .5s ease;
          height: 100%;
        }
      }
      .front_card{
        h2{
          padding: 30px 40% 30px 30px;
          border-radius: 20px 0px 0px 20px;
        }
      }
      .back_card{
        padding: 0px 40% 0px 60px;
        a{
          margin-left: auto;
        }
      }
    }
  }
}
.fx2{
  background-image: url(../imagens/fx1.jpg);
  background-size: cover;
  min-height: 699px;
  background-position: top center;
  padding-top: 105px;
  color: #fff;
  text-align: center;
  h2{
    font-size: 32px;
    font-family: var(--fontbold);
    margin-bottom: 65px;
  }
  .card_solucoes{
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
    }
    h3{
      font-family: var(--fontbold);
      font-size: 24px;
      margin-bottom: 30px;
    }
    p{
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 30px;
    }
    a{
      display: block;
      width: 170px;
      line-height: 30px;
      border-radius: 7px;
      margin: auto;
      font-family: var(--fontsemibold);
      &:hover{
        background-color: var(--color_one);
        color: #fff;
      }
    }
  }
}
.owl-solucoes .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-solucoes .owl-next,
.owl-solucoes .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -40%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-solucoes .owl-next span,
.owl-solucoes .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-solucoes .owl-nav{
    padding-top: 10px;
  }
  .owl-solucoes .owl-prev,
  .owl-solucoes .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-solucoes .owl-prev{
  left: 45%;
}
.owl-solucoes .owl-next{
  right: 45%;  
}

.owl-solucoes .owl-next span,
.owl-solucoes .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 40px;
  height: 40px;
}
.owl-solucoes .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx3{
  background-image: url(../imagens/fx2.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 80px;
  padding-bottom: 50px;
  .box_fc{
    background-image: url(../imagens/img-box.png);
    color: #fff;
    background-size: cover;
    padding: 60px 50px 55px 60px;
    border-radius: 10px;
    h3{
      font-size: 32px;
      font-family: var(--fontbold);
      margin-bottom: 20px;
      strong{
        color: #F3282C;
      }
    }
    p{
      font-size: 20px;
      font-family: var(--fontbold);
      line-height: 1.3;
      margin-bottom: 40px;
    }
  }
  .icfc{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    column-gap: 10px;
    p{
      font-family: var(--fontbold);
      font-size: 16px;
      margin-bottom: 0px;
    }
  }
  .btn_cta2{
    display: block;
    width: 270px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-family: var(--fontsemibold);
    color: #F3282C;
    transition: all .2s linear;
    margin-top: 50px;
    img{
      transition: all .2s linear;
      margin-right: 5px;
    }
    &:hover{
      background-color: #F3282C;
      color: #fff;
      img{
        filter: brightness(1000%);
      }
    }
  }
  .box_fc2{
    img{
      margin-bottom: 60px;
    }
    h3{
      font-size: 36px;
      font-family: var(--fontbold);
      color: #393A3C;
      margin-bottom: 30px;
    }
    p{
      font-size: 15px;
      color: #1e1e1e;
      line-height: 1.3;
    }
  }
}
.fx4{
  background-image: url(../imagens/fx3.jpg);
  background-position: top center;
  background-size: cover;
  padding-top: 185px;
  padding-bottom: 75px;
  h2{
    text-align: center;
    font-size: 32px;
    color: #393A3C;
    font-family: var(--fontbold);
    margin-bottom: 30px;
  }
  .card_blog{
    text-align: center;
    margin-bottom: 30px;
    &:hover{
      span{
        background-color: var(--color_one);
        color: #fff;
        transition: all .2s linear;
      }
    }
    img{
      border-radius: 10px;
      margin-bottom: 20px;
    }
    h3{
      font-size: 24px;
      font-family: var(--fontbold);
      color: var(--color_one);
      line-height: 1.4;
      margin-bottom: 5px;
    }
    p{
      font-size: 15px;
      color: #393A3C;
      line-height: 1.4;
      margin-bottom: 40px;
    }
    span{
      font-size: 15px;
      font-family: var(--fontsemibold);
      color: #1E1E1E;
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 170px;
      line-height: 30px;
      border-radius: 7px;
      transition: all .2s linear;
    }
  }
}
.fx5{
  background-color: #212121;
  padding-bottom: 120px;
  color: #fff;
  padding-top: 105px;
  h2{
    text-align: center;
    font-size: 36px;
    font-family: var(--fontbold);
    margin-bottom: 70px;
  }
}
.owl-parceiros .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-parceiros .owl-next,
.owl-parceiros .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -120%;
  transform: translate(0%,-0%);
  z-index: 2;
}
.owl-parceiros .owl-next span,
.owl-parceiros .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-parceiros .owl-nav{
    padding-top: 10px;
  }
  .owl-parceiros .owl-prev,
  .owl-parceiros .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-parceiros .owl-prev{
  left: 15px;
}
.owl-parceiros .owl-next{
  right: 15px;  
}

.owl-parceiros .owl-next span,
.owl-parceiros .owl-prev span{
  background-image: url(../imagens/seta-esq2.png);
  width: 62px;
  height: 62px;
}
.owl-parceiros .owl-next span{
  background-image: url(../imagens/seta-dir2.png);
}
.footer{
  background-image: url(../imagens/footer.jpg);
  padding-top: 140px;
  .logo_ft{
    position: relative;
    padding-right: 90px;
    text-align: justify;
    &:after{
      content: '';
      width: 9px;
      height: 94%;
      background-color: var(--color_one);
      border-radius: 10px;
      position: absolute;
      right: 30px;
      top: 0px;
    }
  }
  .icrd{
    h2{
      font-size: 32px;
      font-family: var(--fontbold);
      color: #1E1E1E;
      margin-top: 40px;
      margin-bottom: 50px;
    }
    .content_icrd{
      font-size: 20px;
      font-family: var(--fontsemibold);
      color: #1E1E1E;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 25px;
      column-gap: 10px;
    }
  }
}

.footer2{
  background-color: #393A3C; 
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.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;
}
.rowflex{
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.card_planoslp{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
@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) {
    .menu{

    }
    .menu>li{
      margin-right: 30px;
    }
    .menu>li>a{
      font-size: 14px;
    }
    .btn_cliente{
      font-size: 11px;
    }
    .fx1{
      .list_planos{
        .card_planos{
          padding-top: 20px;
          padding-bottom: 20px;
          .front_card{
            h2{
              padding: 30px 30px 30px 30%;
            }
          }
          .back_card{
            padding: 0px 60px 0px 30%;
          }
        }
        .card_planos:nth-child(even){
          .front_card{
            h2{
              padding: 30px 30% 30px 30px;
            }
          }
          .back_card {
            padding: 0px 30% 0px 60px;
          }
        }
      }
    }
    .owl-solucoes .owl-prev{
      left: 40%;
    }
    .owl-solucoes .owl-next{
      right: 40%;  
    }
    .fx3{
      .box_fc2{
        img{
          max-width: 100%;
        }
      }
    }
    .fx4{
      .card_blog{
        img{
          max-width: 100%;
        }
      }
    }
    .footer{
      .logo_ft{
        img{
          max-width: 100%;
        }
      }
    }
  }
  @media (max-width: 991px) {
    .header{
      position: static;
    }
    .fx1{
      .list_planos{
        grid-template-columns: 1fr;
        .card_planos{
          padding-top: 10px;
          padding-bottom: 10px;
          min-height: auto;
          .front_card{
            h2{
              padding: 10px;
              font-size: 23px;
              text-align: center;
            }
          }
          .back_card{
            padding: 15px;
            text-align: center;
            p{
              font-size: 18px;
              margin-bottom: 0px;
            }
            a{
              margin-top: 10px;
              margin-right: auto;
              margin-left: auto;
            }
          }
        }
        .card_planos:nth-child(even){
          .front_card{
            h2{
              padding: 10px;
            }
          }
          .back_card{
            padding: 15px;
          }
        }
      }
    }
    .fx2{
      padding-top: 20px;
      min-height: auto;
      h2{
        font-size: 23px;
        margin-bottom: 20px;
      }
      .card_solucoes{
        img{
          margin-bottom: 10px;
        }
        h3{
          font-size: 20px;
          margin-bottom: 10px;
        }
        p{
          margin-bottom: 10px;
        }
      }
    }
    .fx3{
      padding-top: 20px;
      .box_fc{
        padding:20px;
        text-align: center;
        margin-bottom: 20px;
        h3{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          font-size: 16px;
          margin-bottom: 10px;
        }
      }
      .box_fc2{
        text-align: center;
        img{
          max-width: 100%;
          margin-bottom: 10px;
        }
        h3{
          font-size: 27px;
          margin-bottom: 10px;
        }
      }
      .icfc{
        flex-direction: column;
      }
      .btn_cta2{
        width: 220px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
      }
    }
    .fx4{
      padding-top: 30px;
      padding-bottom: 20px;
      h2{
        font-size: 27px;
        margin-bottom: 10px;
      }
      .card_blog{
        img{
          max-width: 100%;
          margin-bottom: 10px;
        }
        h3{
          font-size: 19px;
        }
        p{
          font-size: 14px;
          margin-bottom: 10px;
        }
      }
    }
    .fx5{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 26px;
        margin-bottom: 30px;
      }
      .owliparceiros{
        img{
          max-width: 100%;
          display: block;
          margin-right: auto;
          margin-left: auto;
        }
      }
    }
    .footer{
      background-size: cover;
      padding-top: 20px;
      .logo_ft{
        padding-right: 0px;
        img{
          max-width: 100%;
        }
        &:after{
          display: none;
        }
      }
      .icrd{
        h2{
          text-align: center;
          margin-top: 20px;
          margin-bottom: 20px;
          font-size: 23px;
        }
        .content_icrd{
          flex-direction: column;
          p{
            font-size: 16px;
            text-align: center;
          }
        }
      }
    }
    .footer2{
      margin-top: 0px;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/* menu responsivo  2 #97191C */ 
  @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:  #97191C;
      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  #97191C;
        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*/
/*parceiros*/
/*lp*/
.headerlp{
  padding-top: 60px;
  position: absolute;
  width: 100%;
  .btn_cliente{
    margin-top: -10px;
  }
}
.fx1lp{
  min-height: 791px;
  background-image: url(../imagens/fx1lp.jpg);
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 50px;
  h2{
    font-size: 48px;
    font-family: var(--fontbold);
    color: #393A3C;
    line-height: 1.3;
    margin-bottom: 10px;
    &:before{
      content: '';
      display: block;
      width: 126px;
      height: 10px;
      border-radius: 2px;
      background-color: var(--color_one);
      margin-bottom: 20px;
    }
  }
  p{
    font-size: 22px;
    color: #212121;
    margin-bottom: 70px;
  }
  a{
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: var(--fontsemibold);
    color: #fff;
    background-color: var(--color_one);
    width: 270px;
    line-height: 60px;
    border-radius: 7px;
    &:hover{
      transition: all .2s linear;
      transform: scale(1.1);
    }
  }
}
.fx2lp{
  background-image: url(../imagens/fx2lp.jpg);
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
  h2{
    font-size: 32px;
    font-family: var(--fontbold);
    margin-bottom: 30px;
  }
  p{
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .card_vant{
    padding-top: 10px;
    .icon_vant{
      display: flex;
      flex-direction: row;
      align-items: center;
      column-gap: 30px;
      font-size: 24px;
      font-family: var(--fontbold);
      margin-bottom: 20px;
      h3{
        line-height: 1.2;
      }
    }
    p{
      font-size: 20px;
    }
  }
  .txt_fx2lp2{
    text-align: center;
    strong{
      font-size: 32px;
    }
  }
}
.fx3lp{
  background-image: url(../imagens/fx3lp.jpg);
  padding-top: 75px;
  padding-bottom: 60px;
  h2{
    font-size: 32px;
    font-family: var(--fontbold);
    color: #1E1E1E;
    text-align: center;
    margin-bottom: 65px;
  }
  .card_planoslp{
    text-align: center;
    img{
      margin-bottom: 20px;
    }
    ul{
      text-align: left;
      font-size: 15px;
      padding-left: 10px;
    }
    h5{
      font-size: 20px;
      color: #1E1E1E;
      font-family: var(--fontbold);
      margin-bottom: 15px;
    }
    h3{
      font-size: 24px;
      color: var(--color_one);
      font-family: var(--fontbold);
      margin-bottom: 15px;
    }
    p{
      font-size: 15px;
      text-align: left;
    }
    a{
      font-size: 15px;
      font-family: var(--fontsemibold);
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 170px;
      line-height: 30px;
      border-radius: 7px;
      color: #1E1E1E;
      text-align: center;
      border: 1px solid #1E1E1E;
      transition: all .2s linear;
      &:hover{
        transition: all .2s linear;
        background-color: var(--color_one);
        border: 1px solid var(--color_one);
        color: #fff;
      }
    }
  }
}
.footerlp{
  background-image: url(../imagens/footerlp.jpg);
  background-size: cover;
  .txt_footer{
    position: relative;
    padding-right: 100px;
    h2{
      font-size: 32px;
      font-family: var(--fontbold);
      color: #1E1E1E;
      margin-bottom: 20px;
    }
    p{
      font-size: 22px;
      color: #212121;
      margin-bottom: 50px;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      right: 40px;
      height: 95%;
      width: 9px;
      background-color:var(--color_one);
      border-radius: 10px;
    }
    .icrd{
      .content_icrd{
        p{
          font-size: 20px;
          font-family: var(--fontsemibold);
          margin-bottom: 0px;
        }
      }
    }
  }
}
.footerlp form input,
.footerlp form textarea,
.footerlp form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}
.footerlp ::-webkit-input-placeholder { 
  /* Edge */ 
  color: #000!important; 
  font-size: 16px;
} 
.footerlp :-ms-input-placeholder { 
  /* Internet Explorer 10-11 */ 
  color: #000!important; 
  font-size: 16px;
} 
.footerlp ::placeholder {
  color: #000!important; 
  font-size: 16px;
}

.footerlp form textarea{
  height: 92px;
  margin-bottom: 25px;
}
.footerlp form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #000000;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footerlp form .btn-enviar-form:hover{
  transform: scale(1.1);
}
.footerlp iframe{
  width: 100%;
  height: 320px;
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .headerlp{
      padding-top: 20px;
      .logo img{
        margin-bottom: 30px;
      }
    }
    .fx1lp{
      min-height: auto;
      text-align: center;
      padding-top: 240px;
      padding-bottom: 20px;
      h2{
        font-size: 29px;
        &:before{
          display: none;
        }
      }
      p{
        font-size: 19px;
        margin-bottom: 30px;
      }
      a{
        margin-right: auto;
        margin-left: auto;
      }
    }
    .fx2lp{
      padding-top: 20px;
      padding-bottom: 10px;
      text-align: center;
      h2{
        font-size: 22px;
        margin-bottom: 10px;
      }
      p{
        font-size: 17px;
        margin-bottom: 10px;
      }
      .card_vant{
        .icon_vant{
          row-gap: 10px;
          flex-direction: column;
          margin-bottom: 0px;
          p{
            font-size: 17px;
          }
        }
      }
    }
    .fx3lp{
      padding-top: 20px;
      h2{
        font-size: 23px;
        margin-bottom: 20px;
      }
      .card_planoslp{
        margin-bottom: 20px;
        img{
          margin-bottom: 5px;
        }
        h5{
          margin-bottom: 0px;
        }
        h3{
          margin-bottom: 5px;
          font-size: 20px;
        }
        p{
          font-family: var(--fontbold);
        }
        ul{
          font-size: 13px;
          font-family: var(--fontbold);
        }
      }
    }
    .footerlp{
      text-align: center;
      .txt_footer{
        h2{
          font-size: 26px;
          margin-bottom: 10px;
        }
        p{
          font-size: 18px;
          margin-bottom: 20px;
        }
        padding-right: 0px;
        &:after{
          display: none;
        }
      }
      .footer2{
        margin-top: 10px;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*solucoes*/
.fx_bread{
  background-image: url(../imagens/fx-bread.jpg);
  min-height: 327px;
  text-align: center;
  padding-top: 190px;
  h2{
    font-size: 36px;
    font-family: var(--fontbold);
    color: #393A3C;
    &:after{
      content: '';
      width: 126px;
      height: 10px;
      background-color: var(--color_one);
      border-radius: 2px;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  .bread{
    font-size: 22px;
    color:#212121;
  }
}
.fx1_solucoes{
  .list_planos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    .card_planos{
      background-size: cover;
      background-position: top center;
      min-height: 750px;
      padding-top: 60px;
      position: relative;
      perspective: 3px;
      &:after{
        content: '';
        width: 70%;
        height: 1px;
        background-color: rgba(30, 30, 30, 85%);
        position: absolute;
        top: 110px;
        z-index: -1;
        opacity: 0;
        transition: all .2s linear;
      }
      &:hover{
        &:after{
          opacity: 1;
          top: 0px;
          width: 100%;
          transition: all .5s ease;
          height: 100%;
        }
        .front_card{
          h2{
            background-color: transparent;
          }
        }
        .back_card{
          opacity: 1;
          transition: all .2s linear;
        }
      }
      .front_card{
        h2{
          font-family: var(--fontbold);
          font-size: 36px;
          color: #fff;
          display: inline-block;
          padding: 30px 30px 30px 40%;
          background-color: rgba(30, 30, 30, 85%);
          border-radius: 0px 20px 20px 0px;
          transition: all .2s linear;
        }

      }
      .back_card{
        opacity: 0;
        transition: all .2s linear;
        color: #fff;
        padding: 0px 60px 0px 40%;
        p{
          font-family: var(--fontsemibold);
          font-size: 22px;
          margin-bottom: 25px;
        }
        a{
          display: block;
          margin-top: 50px;
          width: 170px;
          line-height: 40px;
          text-align: center;
          font-size: 15px;
          font-family: var(--fontsemibold);
          border-radius: 7px;
          border: 2px solid #fff;
          &:hover{
            background-color: var(--color_one);
            border: 2px solid var(--color_one);
            color: #fff;
          }
        }
      }
    }
    .card_planos:nth-child(even){
      text-align: right;
      &:after{
        content: '';
        width: 70%;
        height: 1px;
        background-color: rgba(30, 30, 30, 85%);
        position: absolute;
        top: 110px;
        right: 0px;
        z-index: -1;
        opacity: 0;
        transition: all .2s linear;
      }
      &:hover{
        &:after{
          opacity: 1;
          top: 0px;
          width: 100%;
          transition: all .5s ease;
          height: 100%;
        }
      }
      .front_card{
        h2{
          padding: 30px 40% 30px 30px;
          border-radius: 20px 0px 0px 20px;
        }
      }
      .back_card{
        padding: 0px 40% 0px 60px;
        a{
          margin-left: auto;
        }
      }
    }
  }
}
/*quem somos*/
.fx1_quemsomos{
  background-image: url(../imagens/fx1qs.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 65px;
  .txt_sobre{
    padding-top: 15px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      color: #1E1E1E;
      line-height: 1.3;
      margin-bottom: 20px;
    }
    p{
      font-size: 15px;
      line-height: 1.3;
      margin-bottom: 20px;
    }
  }
}
.fx2_quemsomos{
  background-image: url(../imagens/fx2qs.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  min-height: 699px;
  padding-top: 80px;
  padding-bottom: 50px;
  .txt_sobre2{
    margin-bottom: 45px;
  }
  h2{
    font-family: var(--fontbold);
    margin-bottom: 30px;
  }
  p{
    font-size: 24px;
  }
  .card_mvv{
    img{
      margin-bottom: 30px;
    }
    h3{
      font-family: var(--fontbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_quemsomos{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .header{
      background-color: #fff;
    }
    .fx_bread{
      min-height: auto;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .fx1_quemsomos{
      padding-top: 10px;
      padding-bottom: 20px;
      text-align: center;
      img{
        max-width: 100%;
      }
      .txt_sobre{
        h3{
          font-size: 17px;
          margin-bottom: 10px;          
        }
        p{
          margin-bottom: 10px;
        }
      }
    }
    .fx2_quemsomos{
      text-align: center;
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 0px;
      h2{
        margin-bottom: 10px;
        font-size: 24px;
      }
      p{
        font-size: 18px;
      }
      .txt_sobre2{
        margin-bottom: 20px;
      }
      .card_mvv{
        margin-bottom: 20px;
        img{
          margin-bottom: 10px;
        }
        h3{
          margin-bottom: 0px;
        }
        p{
          font-size: 17px;
        }
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*contato*/
.fx1_contato{
  background-image: url(../imagens/fx1-contato.jpg);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  .list_icrd{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    column-gap: 50px;
    .content_icrd{
      display: flex;
      flex-direction: row;
      align-items: center;
      column-gap: 10px;
      position: relative;
      p{
        font-size: 20px;
        font-family: var(--fontsemibold);
      }
    }
    .content_icrd+.content_icrd{
      border-left: 10px solid var(--color_one);
      padding-left: 50px;
    }
  }
}
.containerfx1{
  padding-top: 100px;
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.fx1_contato ::-webkit-input-placeholder { 
  /* Edge */ 
  color: #000!important;
  font-size: 16px; 
} 
.fx1_contato :-ms-input-placeholder { 
  /* Internet Explorer 10-11 */ 
  color: #000!important;
  font-size: 16px; 
} 
.fx1_contato ::placeholder {
  color: #000!important;
  font-size: 16px; 
}

.fx1_contato form textarea{
  height: 92px;
  margin-bottom: 25px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #000;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_contato form .btn-enviar-form:hover{
  transform: scale(1.1);
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}
.footercontato{
  text-align: center;
  padding-top: 90px;
  .logo_ft{
    padding-right: 0px;
    text-align: center;
    &:after{
      display: none;
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_contato{
      .list_icrd{
        column-gap: 10px;
        .content_icrd{
          p{
            font-size: 18px;
          }
        }
        .content_icrd+.content_icrd{
          padding-left: 20px;
        }
      }
    }
  }
  @media (max-width: 991px) {
    .fx1_contato{
      padding-top: 20px;
      padding-bottom: 20px;
      .list_icrd{
        grid-template-columns:1fr;
        .content_icrd{
          display: flex;
          flex-direction: column;
          text-align: center;
          margin-bottom: 20px;
          p{
            font-size: 15px;
          }
        }
        .content_icrd+.content_icrd{
          padding-left: 0px;
          border-left: 0px;
        }
      }
      .containerfx1{
        padding-top: 10px;
      }
      .maps{
        padding-top: 30px;
      }
    }
    .footercontato{
      padding-top: 20px;
    }
    .rowflex{
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*parceiros*/
.fx1_parceiros{
  background-image: url(../imagens/fx1-parceiros.jpg);
  text-align: center;
  p{
    font-size: 17px;
    margin-bottom: 40px;
  }
  img{
    max-width: 100%;
  }
  h4{
    font-size: 24px;
    font-family: var(--fontbold);
    color: 1E1E1E;
    margin-top: 30px;
  }
}
.fx2_parceiros{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  img{
    max-width: 100%;
  }
}