@charset "UTF-8";
/* Tema do cliente */

/**  cor: #B962A8;  **/
/**  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: 'Expletus_Sans_Bold';
    src: url('../fonts/ExpletusSans-Bold.woff2') format('woff2'),
        url('../fonts/ExpletusSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo_2_regular';
    src: url('../fonts/Exo2-Regular.woff2') format('woff2'),
        url('../fonts/Exo2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Expletus_Sans_Regular';
    src: url('../fonts/ExpletusSans-Regular.woff2') format('woff2'),
        url('../fonts/ExpletusSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Exo_2_Bold';
    src: url('../fonts/Exo2-Bold.woff2') format('woff2'),
        url('../fonts/Exo2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Expletus_Sans_Bold';
}
body{
  font-family: 'Exo_2_regular';
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --fontexo2regular:'Exo_2_regular';
  --fontexo2bold:'Exo_2_Bold';
  --fontexpletusregular:'Expletus_Sans_Regular';
  --fontexpletusbold:'Expletus_Sans_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;
}
.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: #B962A8;
    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: #B962A8!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #B962A8;
}
::-moz-selection{
  background: #B962A8;
}
::selection{
  background: #B962A8;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #B962A8;
  border-color: #B962A8;
}
.lds-ellipsis div{  
  background-color: #B962A8;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.editor p{
  margin-bottom: 20px;
}


/* start */
body{
  background-color: #232025;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.header{
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
}
.hold_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 43px;
  column-gap: 30px;
}

.icones_band{
  position: relative;
  width: 42px;
  transition: all .2s linear;
  .brasil{
    position: relative;
    z-index: 2;
  }
  .eua{
    position: absolute;
    right: 1px;
    transition: all .2s ease;
  }
  &:hover{
    .brasil{
      position: relative;
      z-index: 2;
      top: 0px;
    }
    .eua{
      position: absolute;
      transform: translate(0px, 40px);
      z-index: -1;
      transition: all .2s ease;
    }
  }
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  
}
.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 60px;
}
.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  font-size: 16px;
  font-family: var(--fontexpletusregular);
}
.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: #FF8AE8;
}

.menu>li:hover .submenu{
  display: block;
}

.owli a{
  height: 701px;
  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: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 0px;
  height: 0px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: red;
}
.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 177px;
  h2{
    font-size: 32px;
    font-family: var(--fontexpletusbold);
    text-align: center;
    line-height: 1.4;
    margin-bottom: 68px;
  }
  .list_solu{
    display: flex;
/*    grid-template-columns: repeat(6, 1fr);*/
    position: relative;
    margin-bottom: 0px;
    align-items: start;
    &:after{
      content: '';
      width: 100%;
      height:1px;
      position: absolute;
      background-color: #B962A8;
      top: 10px;
      z-index: 1;
    }
    .card_solu{
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 40px;
      max-width: 16.6666%;
      position: relative;
      z-index: 3;
      .body_card_solu{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .icone_kognito{
        margin-bottom: 40px;
        width: 23px;
        height: 23px;
        transition: all .2s linear;
        background-color: #232126;
        img{
          transition: all .2s linear;
          max-width: 100%;
          width: 100%;
        }
      }
      .icone_solu{
        margin-bottom: 15px;
        width: 100px;
        height: 100px;
        transition: all .2s linear;
        img{
          transition: all .2s linear;
          max-width: 100%;
        }
      }
      .nome_solu{
        p{
          font-size: 15px;
          font-family: var(--fontexpletusbold);
          padding: 0px 30px;
          line-height: 1.4;
          transition: all .2s linear;
          text-transform: uppercase;
        }
      }
      .btn_solu{
        color: #fff;
        opacity: 0;
        transform: translate(0px, -60px);
        transition: all .2s linear;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 135px;
        line-height: 40px;
        border: 2px solid #fff;
        font-size: 14px;
        font-family: var(--fontexpletusbold);
        position: relative;
        perspective: 2px;
        text-align: center;
        &:after{
          content: '';
          position: absolute;
          height: 110%;
          top: -2px;
          left: -2px;
          width: 5px;
          background-color: #B962A8;
          z-index: -1;
          transition: all .2s linear;
        }
        &:hover{
          &:after{
            width: 104%;
            transition: all .2s linear;
          }
        }
      }
      &:hover{
        .icone_kognito{
          width: 45px;
          height: 45px;
          transition: all .2s linear;
          transform: translate(0px,-10px);
          img{
            max-width: 100%;
            width: 100%;
            transition: all .2s linear;
          }
        }
        .icone_solu{
          width: 70px;
          height: 70px;
          transition: all .2s linear;
          img{
            max-width: 100%;
            transition: all .2s linear;
          }
        }
        .nome_solu{
          p{
            transform: scale(1.3);
            transition: all .2s linear;
          }
        }
        .btn_solu{
          opacity: 1;
          transition: all .2s linear;
          transform: translate(0px,20px);
        }
      }
    }
  }
  .txt_fx1{
    padding-top: 60px;
    margin-bottom: 40px;
    h3{
      font-size: 24px;
      font-family: var(--fontexpletusbold);
      margin-bottom: 5px;
    }
    h2{
      margin-bottom: 0px;
      text-align: left;
      font-size: 36px;
      margin-bottom: 25px;
      strong{
        background: #B962A8;
        background: linear-gradient(to right, #B962A8 0%, #3D3965 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
    p{
      font-size: 20px;
      font-family: var(--fontexo2regular);
      line-height: 1.7;
    }
  }
  .btn_cta{
    color: #fff;
    display: block;
    width: 195px;
    line-height: 37px;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-family: var(--fontexpletusbold);
    perspective: 3px;
    &:after{
      content: '';
      position: absolute;
      height: 110%;
      width: 7px;
      background-color: #B962A8;
      left: -2px;
      top: -2px;
      z-index: -1;
      transition: all .2s linear;
    }
    &:hover{
      &:after{
        transition: all .2s linear;
        width: 103%;
      }
    }
  }
  .title_parceiros{
    padding-top: 65px;
    margin-bottom: 60px;
    position: relative;
    h3{
      text-align: center;
      position: relative;
      perspective: 2px;
      font-family: var(--fontexpletusbold);
      font-size: 24px;
      z-index: 3;
      background-image: url(../imagens/traco.png);
      background-repeat: no-repeat;
      background-position: center;
    }
  }
  .title_blog{
    padding-top: 153px;
    margin-bottom: 40px;
    h3{
      text-align: center;
      font-family: var(--fontexpletusbold);
    }
  }
  .card_blog{
    img{
      clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 48% 100%, 0 75%);
      border-radius: 100px;
      margin-bottom: 20px;
      transition: 0.3s linear all;

    }
    &:hover img{
      transform: translate(0px, -10px);
    }
    color: #fff;
    text-align: center;
    font-family: var(--fontexo2bold);
    font-size: 24px;
  }
}
#gt_float_wrapper{
  transform: scale(0.75);
  top: 10px!important;
  right: 10px!important;
}
.fx2{
  background-image: url(../imagens/fx2.jpg);
  min-height: 615px;
  background-size: cover;
  background-position: center center;
  padding-top: 33px;
  padding-bottom: 15px;
  .txt_fx2{
    margin-left: -10px;
    padding-top: 150px;
    margin-bottom: 50px;
    h2{
      font-size: 35px;
      font-family: var(--fontexpletusbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 24px;
      font-family: var(--fontexo2bold);
    }
  }
  .btn_cta{
    color: #fff;
    display: block;
    width: 170px;
    line-height: 37px;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-family: var(--fontexpletusbold);
    perspective: 3px;
    margin-left: -10px;
    &:after{
      content: '';
      position: absolute;
      height: 110%;
      width: 7px;
      background-color: #B962A8;
      left: -2px;
      top: -2px;
      z-index: -1;
      transition: all .2s linear;
    }
    &:hover{
      &:after{
        transition: all .2s linear;
        width: 103%;
      }
    }
  }
}
.footer{
  padding-top: 50px;
  .logo_ft{
    position: relative;
    &:after{
      content: '';
      position: absolute;
      width: 80vw;
      height: 13px;
      right: 110%;
      top: 50%;
      background: rgb(185,98,168);
      background: linear-gradient(90deg, rgba(185,98,168,1) 0%, rgba(61,57,101,1) 100%);
      transform: translate(0px,-50%);
    }
  }
}

.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: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu>li{
      margin-right: 30px;
    }
    .fx1{
      img{
        max-width: 100%;
      }
    }
    .fx2{
      img{
        max-width: 100%;
      }
    }
    .footer{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .header{
      position: static;
      padding-bottom: 5px;
    }
    .hold_menu{
      padding-top: 0px;
    }
    .fx1{
      padding-top: 20px;
      padding-bottom: 20px;
      img{
        max-width: 100%;
      }
      h2{
        font-size: 21px;
        margin-bottom: 20px;
      }
      .list_solu{
        flex-direction: column;
        &:after{
          display: none;
        }
        .card_solu{
          width: 100%;
          max-width: 100%;
          padding-bottom: 20px;
          .icone_kognito{
            display: none;
          }
        }
      }
      .txt_fx1{
        text-align: center;
        padding-top: 20px;
        margin-bottom: 10px;
        h3{
          font-size: 18px;
        }
        h2{
          text-align: center;
          font-size: 24px;
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
        }
      }
      .btn_cta{
        margin-left: auto;
        margin-right: auto;
      }
      .title_parceiros{
        padding-top: 20px;
        h3{
          background-image: none;
        }
        margin-bottom: 20px;
      }
      .owliparceiros{
        text-align: center;
        img{
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
      }
      .title_blog{
        padding-top: 30px;
        margin-bottom: 20px;
      }
      .card_blog{
        margin-bottom: 30px;
        img{
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px;
        }
        p{
          font-size: 18px;
        }
      }
    }
    .fx2{
      text-align: center;
      padding-top: 20px;
      min-height: auto;
      img{
        max-width: 100%;
        margin-top: 20px;
      }
      .txt_fx2{
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        h2{
          font-size: 21px;
          margin-bottom: 5px;
        }
        p{
          font-size: 19px;
        }
      }
      .btn_cta{
        margin-left: auto;
        margin-right: auto;
      }
    }
    .footer{
      padding-top: 20px;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/* menu responsivo  2 #B962A8 */ 
  @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:  #B962A8;
      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  #B962A8;
        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*/
/*sobre*/
.fx_bread{
  min-height: 278px;
  padding-top: 210px;
  .title_bread{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    h2{
      font-size: 40px;
      font-family: var(--fontexpletusbold);
    }
  }
  .bread{
    color: #fff;
    font-size: 14px;
    font-family: var(--fontexpletusbold);
  }
}
.fx1_sobre{
  background-color: #0E0D0F;
  padding-top: 85px;
  padding-bottom: 20px;
  h3{
    font-family: var(--fontexpletusbold);
    font-size: 27px;
    margin-bottom: 10px;
  }
  h2{
    font-size: 40px;
    font-family: var(--fontexpletusbold);
    margin-bottom: 20px;
  }
  p{
    font-size: 20px;
    text-align: justify;
    font-family: var(--fontexo2regular);
    line-height: 1.7;
    margin-bottom: 30px;
  }
  img{
    padding-top: 130px;
  }
}
.fx2_sobre{
  background-color: #DEC3D9;
  color: #000;
  padding-top: 55px;
  padding-bottom: 55px;
  h2{
    font-size: 30px;
    font-family: var(--fontexpletusbold);
    margin-bottom: 25px;
  }
  p{
    font-size: 20px;
    font-family: var(--fontexo2regular);
    line-height: 1.7;
  }
  img{
    padding-top: 25px;
  }
}
.fx3_sobre{
  background-image: url(../imagens/fx1-sobre.jpg);
  background-position: top center;
  background-size: cover;
  min-height: 752px;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
  .list_mvv{
    padding-bottom: 20px;
  }
  .body_mvv{
    margin-bottom: 50px;
    h3{
      font-size: 35px;
      font-family: var(--fontexpletusbold);
    }
    p{
      font-size: 20px;
      font-family: var(--fontexo2bold);
    }
  }
  .card_sobre{
    text-align: center;
    font-size: 20px;
    img{
      margin-bottom: 15px;
    }
    p{
      line-height: 1.4;
    }
  }
}
.fx4_sobre{
  background-color: #2C282F;
  padding-top: 70px;
  padding-bottom: 90px;
  .card_vant{
    text-align: center;
    img{
      margin-bottom: 30px;
      width:370px;
      height: 370px;
      transition: all .2s linear;
      max-width: 100%;
    }
    p{
      font-size: 24px;
      color: #fff;
      font-family: var(--fontexpletusbold);
    }
    &:hover{
      img{
        transition: all .2s linear;
        /*width: 272px;
        height: 272px;*/
        transform: translate(0px,-10px);
      }
      p{
        color: #B962A8;
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_sobre{
      img{
        max-width: 100%;
      }
    }
    .fx2_sobre{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .fx_bread{
      padding-top: 40px;
      min-height: auto;
      padding-bottom: 40px;
      background-size: cover;
      .title_bread{
        flex-direction: column;
        h2{
          font-size: 23px;
        }
      }
    }
    .fx1_sobre{
      text-align: center;
      padding-top: 20px;
      h3{
        font-size: 20px;
        margin-bottom: 5px;
      }
      h2{
        font-size: 24px;
        margin-bottom: 10px;
      }
      p{
        font-size: 18px;
        margin-bottom: 10px;
      }
      img{
        padding-top: 30px;
        max-width: 100%;
      }
    }
    .fx2_sobre{
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      img{
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
      }
      h2{
        font-size: 25px;
        margin-bottom: 0px;
      }
      p{
        font-size: 16px;
      }
    }
    .fx3_sobre{
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
      text-align: center;
      .body_mvv{
        margin-bottom: 20px;
        h3{
          font-size: 25px;
        }
        p{
          font-size: 17px;
        }
      }
      .card_sobre{
        margin-bottom: 20px;
      }
    }
    .fx4_sobre{
      padding-top: 20px;
      padding-bottom: 20px;
      .card_vant{
        margin-bottom: 30px;
        img{
          margin-bottom: 10px;
        }
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*solucoes detalhes*/
.fx1_solucoes_detalhes{
  background-color: #0E0D0F;
  padding-top: 65px;
  padding-bottom: 30px;
  .title_solu{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 25px;
    font-family: var(--fontexpletusbold);
    img{
      height: 71px;
      width: 71px;
    }
    h2{
      font-size: 40px;
    }
  }
  .txt_solu{
    text-align: justify;
    font-size: 20px;
    font-family: var(--fontexo2regular);
    margin-bottom: 45px;
    p{
      line-height: 1.8;
    }
  }
  .grid_img{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
    margin-bottom: 40px;
    img{
      max-width: 100%;
    }
  }
}
.fx2_solucoes_detalhes{
  background-image: url(../imagens/fx1-solucoes.jpg);
  /*min-height: 660px;*/
  padding-top: 80px;
  padding-bottom: 30px;
  background-position: top center;
  .card_solu_dt{
    text-align: center;
    margin-bottom: 55px;
    img{
      margin-bottom: 10px;
    }
    p{
      font-size: 17px;
      line-height: 1.6;
      text-align: justify;
      strong,b{
        font-size: 20px;
        text-align: center!important;
        display: inline-block;
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_solucoes_detalhes{
      padding-top: 20px;
      padding-bottom: 0px;
      .title_solu{
        margin-bottom: 10px;
        flex-direction: column;
        text-align: center;
        h2{
          font-size: 27px;
        }
      }
      .txt_solu{
        font-size: 15px;
        margin-bottom: 20px;
      }
      .grid_img{
        margin-bottom: 20px;
        grid-template-columns: auto;
        row-gap: 30px;
      }
    }
    .fx2_solucoes_detalhes{
      padding-top: 20px;
      padding-bottom: 20px;
      .card_solu_dt{
        margin-bottom: 20px;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

/*contato*/
.fx1_contato{
  background-image: url(../imagens/fx1-contato.jpg);
  min-height: 638px;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 30px;
  .txt_contato{
    h2{
      font-size: 32px;
      font-family: var(--fontexpletusbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      font-family: var(--fontexo2regular);
      margin-bottom: 45px;
    }
  }
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 34px;
  background-color: #232025;
  border: 1px outset #B962A8;
}
.fx1_contato ::-webkit-input-placeholder { /* Edge */ color: #fff!important; } 
.fx1_contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff!important; } 
.fx1_contato ::placeholder {color: #fff!important; }

.fx1_contato form textarea{
  height: 92px;
  margin-bottom: 25px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 7px 35px;
  font-size: 13px;
  font-family: var(--fontexpletusbold);
  transition: all .2s linear;
  background-color: #B962A8;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}
.icrd{
  padding-top: 145px;
  .content_icrd{
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom:25px;
  }
  .content_instagram{
    padding-top: 50px;
    font-size: 22px;
    align-items: center;
  }
}
.fx2_contato{
  iframe{
    min-height: 406px;
    width: 100%;
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_contato{
      padding-top: 20px;
      text-align: center;
      .txt_contato{
        h2{
          font-size: 23px;
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
          margin-bottom: 20px;
        }
      }
      .icrd{
        padding-top: 40px;
        .content_icrd{
          text-align: center;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
        .content_instagram{
          padding-top: 0px;
        }
      }
    }
    .fx2_contato{
      iframe{
        max-height: 200px!important;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*trabalhe conosco*/
.fx1_trabalhe_conosco{
  background-color: #0E0D0F;
  padding-top: 65px;
  padding-bottom: 90px;
  .txt_job{
    margin-bottom: 80px;
  }
  h2{
    font-size: 32px;
    font-family: var(--fontexpletusbold);
    margin-bottom: 20px;
  }
  p{
    font-size: 20px;
    margin-bottom: 25px;
    strong,b{
      font-size: 20px;
      font-family: var(--fontexo2bold);
      color: #B962A8;
    }
  }
}
.fx1_trabalhe_conosco form{
  padding-top: 80px;
}
.fx1_trabalhe_conosco form input,
.fx1_trabalhe_conosco form textarea,
.fx1_trabalhe_conosco form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 34px;
  background-color: #232025;
  border: 1px outset #B962A8;
  color: #fff;
}
.fx1_trabalhe_conosco ::-webkit-input-placeholder { /* Edge */ color: #fff!important; } 
.fx1_trabalhe_conosco :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff!important; } 
.fx1_trabalhe_conosco ::placeholder {color: #fff!important; }

.fx1_trabalhe_conosco form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.fx1_trabalhe_conosco form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 7px 40px;
  font-size: 13px;
  font-family: var(--fontexpletusbold);
  transition: all .2s linear;
  background-color: #B962A8;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_trabalhe_conosco form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx1_trabalhe_conosco iframe{
  width: 100%;
  height: 320px;
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_trabalhe_conosco{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .fx1_trabalhe_conosco{
      padding-top: 20px;
      padding-bottom: 30px;
      text-align: center;
      img{
        max-width: 100%;
      }
      .txt_job{
        margin-bottom: 30px;
      }
      h2{
        font-size: 22px;
        margin-bottom: 10px;
      }
      p{
        font-size: 18px;
        margin-bottom: 10px;
      }
    }
    .fx1_trabalhe_conosco form{
      padding-top: 30px;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*parceiros*/
.fx1_parceiros{
  background-color: #0E0D0F;
  padding-top: 55px;
  padding-bottom: 60px;
  p{
    font-size: 24px;
    font-family: var(--fontexo2regular);
    text-align: center;
    margin-bottom: 70px;
  }
  .list_parceiros{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    .card_parceiros{
      text-align: center;
      img{
        max-width: 100%;
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_parceiros{
      padding-top: 20px;
      padding-bottom: 20px;
      p{
        font-size: 18px;
        margin-bottom: 20px;
      }
      .list_parceiros{
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*solucoes*/
.fx1_solucoes{
  background-color: #0E0D0F;
  padding-top: 60px;
  padding-bottom: 20px;
  h2{
    text-align: center;
    font-size: 24px;
    font-family: var(--fontexpletusbold);
    margin-bottom: 35px;
    strong{
      font-size: 36px;
      color: #B962A8;
    }
  }
  a.card_solu_pg{
    text-align: center;
    margin-bottom: 380px;
    img{
      margin-bottom: 30px;
      transition: all .2s linear;
      display: block;
      margin-right: auto;
      margin-left: auto;
      clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 48% 100%, 0 75%);
    }
    h3{
      font-size: 20px;
      font-family: var(--fontexpletusbold);
      transition: all .2s linear;
    }
    p{
      font-size: 15px;
      font-family: var(--fontexpletusbold);
      padding: 0px 60px;
      opacity: 0;
      transition: all .2s linear;
      color: #fff;
    }
    &:hover{
      img{
        transform: translate(0px,-10px);
        transition: all .2s linear;
        filter: drop-shadow(5px 5px 13px #9747FF);
      }
      h3{
        color: #9747FF;
        transition: all .2s linear;
      }
      p{
        transition: all .2s linear;
        opacity: 1;
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_solucoes{
      padding-top: 20px;
      padding-bottom: 10px;
      h2{
        font-size: 18px;
        margin-bottom: 20px;
        strong{
          font-size: 24px;
        }
      }
      .card_solu_pg{
        margin-bottom: 20px;
        img{
          margin-bottom: 10px;
        }
        p{
          padding: 0px 0px;
        }
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
.img_modal{
  width: 100%;
  img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.modal-content{
  background: rgb(185,98,168)!important;
  background: linear-gradient(90deg, rgba(185,98,168,1) 0%, rgba(61,57,101,1) 100%)!important;
}