@charset "UTF-8";
/* Tema do cliente */

/**  cor: #562860;  **/
/**  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_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_ExtraBold';
    src: url('../fonts/Exo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Exo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@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;
}
strong, b{
  font-weight: lighter;
  font-family: 'Exo_ExtraBold';
}
body{
  font-family: 'Exo_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{
  --color_one:#562860;
  --fontregular:'Exo_Regular';
  --fontbold:'Exo_Bold';
  --fontextrabold:'Exo_ExtraBold';
}
.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: #562860;
    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: #562860!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #562860;
}
::-moz-selection{
  background: #562860;
}
::selection{
  background: #562860;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #562860;
  border-color: #562860;
}
.lds-ellipsis div{  
  background-color: #562860;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
/* start */
body{
  background-color: #fff;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  padding-top: 50px;
}
.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 37px;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  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: #AF98DC;
}

.menu>li:hover .submenu{
  display: block;
}

.owli a{
  height: 700px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  list-style-type: none;
  text-align: center;
  position: absolute;
  text-align: center;
  left: -40%;
  top: 140%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
  box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.submenu::after {
    content: ' ';
    background-image: url(../imagens/top.png);
    width: 34px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%,-0%);
}

.submenu>li{
  display: block;
  border-bottom: 1px solid #fff;
}

.submenu>li>a{
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
  background-color: #220928;
  display: block;
  padding: 5px 10px;
}

.submenu>li:last-child {
  border-bottom: 0px;
}

.submenu>li>a:hover,
.submenu>li>a.active{
  background-color: #562860;
}
.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-size: cover;
  padding-bottom: 85px;
  .owl-ebook{
    margin-top: 55px;
    margin-bottom: 55px;
    .card_ebook{
      img{
        margin-bottom: 20px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
      }
      font-family: var(--fontbold);
      font-size: 20px;
      color: var(--color_one);
      text-align: center;
      p{
        line-height: 1.4;
      }
    }
  }
}
.owl-ebook .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-ebook .owl-next,
.owl-ebook .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 35%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-ebook .owl-next span,
.owl-ebook .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-ebook .owl-nav{
    padding-top: 10px;
  }
  .owl-ebook .owl-prev,
  .owl-ebook .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-ebook .owl-prev{
  left: -5%;
}
.owl-ebook .owl-next{
  right: -5%;  
}

.owl-ebook .owl-next span,
.owl-ebook .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 34px;
  height: 34px;
}
.owl-ebook .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
a.btn_ebook{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 270px;
  line-height: 50px;
  text-align: center;
  background-color: #562860;
  color: #fff;
  font-size: 16px;
  font-family: var(--fontextrabold);
  &:hover{
    color: #fff;
    transform: scale(1.1);
  }
}
.ics{
  padding-top: 55px;
  img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  margin-bottom: 70px;
}
.txt_fx1{
  margin-bottom: 35px;
  img{
    margin-bottom: 2px;
  }
  h3{
    margin-bottom: 17px;
    font-family: var(--fontbold);
    color: var(--color_one);
    font-size: 32px;
    line-height: 1.4;
    strong{
      font-size: 40px;
    } 
  }
  p{
    font-size: 15px;
    line-height: 2;
    color: #000;
    padding-right: 30px;
  }
}
a.btn_sobre{
  background-color: var(--color_one);
  color: #fff;
  text-align: center;
  display: block;
  width: 270px;
  line-height: 50px;
  font-size: 16px;
  font-family: var(--fontextrabold);
  &:hover{
    color: #fff;
    transform: scale(1.1);
  }
}
.img_model{
  img{
    display: block;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
.fx2{
  padding-top: 67px;
  h2{
    background-image: url(../imagens/bg-title.png);
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 40px;
    font-family: var(--fontbold);
    color: var(--color_one);
    margin-bottom: 30px;
  }
  .card_blog{
    .img_blog{
      position: relative;
      margin-bottom: 20px;
      img{
        width: 270px;
        height: 270px;
        max-width: 100%;
        object-fit: cover;
      }
      .categoria{
        position: absolute;
        left: 0px;
        top: 12px;
        color: #fff;
        background-color: #220928;
        padding: 10px 20px 7px 10px;
        line-height: 1;
        font-family: var(--fontregular);
        font-size: 14px;
      }
    }
    p{
      font-size: 20px;
      font-family: var(--fontbold);
      color: var(--color_one);
      text-align: center;
      line-height: 1.4;
    }
    span{
      display: block;
      margin-top: 30px;
      width: 100%;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      text-align: center;
      font-family: var(--fontextrabold);
      background-color: var(--color_one);
      transition: all .2s ease;
    }
    &:hover{
      span{
        transform: scale(1.1);
        transition: all .2s ease;
      }
    }
  }
}
.fx3{
  padding-top: 70px;
  padding-bottom: 70px;
  h2{
    text-align: center;
    font-size: 40px;
    font-family: var(--fontbold);
    color: var(--color_one);
    margin-bottom: 30px;
  }
  .owliparceiros{
    display: flex;
    align-items: center;
    flex-direction: row;
    img{
      max-width: 170px;
      object-fit: cover;
      height: auto;
    }
  }
}
.footer{
  background-image: url(../imagens/footer.png);
  padding-top: 50px;
  h2{
    font-size: 40px;
    font-family: var(--fontbold);
    color: var(--color_one);
    margin-bottom: 25px;
  }
  p{
    font-size: 15px;
    padding-right: 40px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .content_icrd{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
    p{
      padding-right: 0px;
      line-height: 1.2;
      margin-bottom: 0px;
    }
  }
  .redes_sociais{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
  }
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: transparent;
  border: 2px solid #562860;
  color: #000;
  font-family: var(--fontbold);
}
.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: 92px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 30px 8px 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  transition: all .2s linear;
  background-color: #562860;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  background-color: var(--color_one);
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }
/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
    .menu>li>a{
      font-size: 13px;
    }
    .fx1{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .header{
      position: static;
      background-color: var(--color_one);
    }
    .fx1{
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      img{
        max-width: 100%;
      }
      .owl-ebook{
        margin-top: 0px;
        margin-bottom: 20px;
      }
    }
    .ics{
      padding-top: 15px;
      margin-bottom: 20px;
    }
    .txt_fx1{
      margin-bottom: 20px;
      h3{
        font-size: 25px;
        margin-bottom: 0px;
        strong{
          font-size: 28px;
        }
      }
      p{
        padding-right: 0px;
      }
    }
    .btn_sobre{
      margin-right: auto;
      margin-left: auto;
    }
    .fx2{
      h2{
        font-size: 26px;
        margin-bottom: 10px;
      }
      padding-top: 20px;
      text-align: center;
      .card_blog{
        margin-bottom: 20px;
        .img_blog{          
          margin-bottom: 10px;
        }
        span{
          margin-top: 10px;
        }
      }
    }
    .fx3{
      padding-top: 20px;
      padding-bottom: 20px;
      h2{
        font-size: 28px;
      }
      .owliparceiros{
        justify-content: center;
      }
    }
    .footer{
      padding-top: 20px;
      text-align: center;
      h2{
        font-size: 25px;
        margin-bottom: 10px;
      }
      p{
        padding-right: 0px;
        margin-bottom: 10px;
      }
      .content_icrd{
        flex-direction: column;
        row-gap: 10px;
        p{
          font-size: 14px;
        }
      }
      .redes_sociais{
        margin-bottom: 20px;
        justify-content: center;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/* menu responsivo  2 #562860 */ 
  @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:  #562860;
      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  #562860;
        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*/
/*landingpage*/
.headerlp{
  background-image: url(../imagens/fx1lp.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
  color: #fff;
  .logolp{
    img{
      margin-bottom: 35px;
    }
  }
  h2{
    font-family: var(--fontbold);
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  p{
    font-family: var(--fontbold);
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 47px;
  }
  .btn_clp{
    display: block;
    font-family: var(--fontextrabold);
    font-size: 16px;
    color: var(--color_one);
    background-color: #fff;
    width: 338px;
    line-height: 50px;
    text-align: center;
    &:hover{
      transform: scale(1.1);
    }
  }
  .img_book1{
    img{
      margin-top: 60px;
      display: block;
      margin-right: auto;
      
    }
  }
}
.fx1lp{
  background-image: url(../imagens/fx2lp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  color: #fff;
  h2{
    text-align: center;
    font-size: 32px;
    font-family: var(--fontbold);
    background-image: url(../imagens/traco.png);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .rowcenter{
    display: flex;
    justify-content: center;
  }
  .card_carreira{
    text-align: center;
    padding: 0px 0px;
    img{
      margin-bottom: 10px;
    }
    h3{
      font-family: var(--fontbold);
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 5px;
    }
    p{
      font-size: 17px;
      line-height: 1.4;
    }
  }
  .penta{
    background-image: url(../imagens/penta.png);
    width: 100%;
    height: 523px;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    .card_carreira{
      max-width: 280px;
    }
  }
}
.fx2lp{
  background-image: url(../imagens/fx3lp.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 205px;
  padding-bottom: 60px;
  color: #fff;
  img{
    position: relative;
    z-index: 2;
  }
  .txt_fx2lp{
    margin-top: 40px;
    margin-bottom: 45px;
    h2{
      font-size: 43px;
      font-family: var(--fontbold);
      color: #BF43DA;
      margin-bottom: 10px;
    }
    p{
      font-size: 19px;
      font-family: var(--fontbold);
      margin-bottom: 30px;
    }
    h5{
      font-size: 20px;
      color: #C11717;
      margin-bottom: 5px;
    }
    ul{
      padding-left: 30px;
      li{
        font-size: 20px;
      }
    }
  }
  .hold_valor{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
  .box_valor{
    background-image: url(../imagens/faixa.png);
    background-repeat: no-repeat;
    background-position:-100px center;
    position: relative;
    perspective: 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 80px;
    p{
      text-decoration: line-through;
      font-size: 21px;
      font-family: var(--fontbold);
      margin-bottom: 5px;
    }
    h3{
      font-size: 74px;
      font-family: var(--fontbold);
    }
    &:after{
      content: '';
      height: 100%;
      width: 40px;
      background-color: #562860;
      position: absolute;
      left: -40px;
      top: 0px;
      z-index: -1;
    }
  }
  h6{
    font-size: 19px;
    font-family: var(--fontbold);
    padding-top: 10px;
  }
  .btn_clp{
    display: block;
    width: 270px;
    line-height: 50px;
    background-color: #562860;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: var(--fontextrabold);
    &:hover{
      transform: scale(1.1);
    }
  }
}
.fx3lp{
  background-image: url(../imagens/fx4lp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 90px;
  .txt_fx3lp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    row-gap: 20px;
    p{
      font-size: 35px;
      font-family: var(--fontbold);
      text-align: justify;
      padding: 0px 50px;
      line-height: 1.4;
    }
  }
}
.fx4lp{
  background-image: url(../imagens/fx5lp.png);
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 105px;
  h2{
    color: #BF43DA;
    text-align: center;
    font-size: 24px;
    font-family: var(--fontbold);
    margin-bottom: 30px;
  }
  iframe{
    height: 236px;
    margin-bottom: 40px;
  }
  .txt_fx4lp{
    padding-top: 30px;
    h4{
      font-size: 29px;
      font-family: var(--fontbold);
      line-height: 1.6;
      margin-bottom: 60px;
    }
    p{
      font-size: 19px;
      strong{
        font-family: var(--fontbold);
        color: #BF43DA;
      }
    }
  }
}
.fx4lp form input,
.fx4lp form textarea,
.fx4lp form select{
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: transparent;
  border: 2px solid #BF43DA;
  font-family: var(--fontbold);
  font-size: 13px;
  color: #fff;
}
.fx4lp ::-webkit-input-placeholder { /* Edge */ color: #fff!important; } .fx4lp :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff!important; } .fx4lp ::placeholder {color: #fff!important; }

.fx4lp form textarea{
  height: 92px;
  margin-bottom: 25px;
}

.fx4lp form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 40px;
  font-size: 13px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #562860;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx4lp form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx4lp iframe{
  width: 100%;
  height: 320px;
}
.footerlp{
  background-color: #562860;
  padding-top: 60px;
  color: #fff;
  .txt_footerlp{
    margin-bottom: 20px;
  }
  h3{
    font-size: 32px;
    font-family: var(--fontbold);
    line-height: 1.4;
    margin-bottom: 20px;
    strong{
      font-size: 40px;
    }
  }
  P{
    font-size: 15px;
    padding-right: 50px;
    line-height: 2;
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx2lp{
      img{
        max-width: 100%;
      }
      .btn_clp{
        font-size: 13px;
      }
    }
    .img_lp{
      img{
        max-width: 100%;
      }
    }
    .img_flp{
      img{
        max-width: 100%;
      }
    }
    .fx3lp{
      .txt_fx3lp{
        p{
          padding: 0px;
          font-size: 27px;
        }
      }
    }
  }
  @media (max-width: 991px) {
    .headerlp{
      padding-bottom: 20px;
      .logolp{
        img{
          max-width: 70%;
          margin-bottom: 30px;
        }
      }
      h2{
        font-size: 24px;
        margin-bottom: 10px;
      }
      p{
        font-size: 18px;
        margin-bottom: 10px;
      }
      text-align: center;
      .img_book1{
        img{
          max-width: 50%;
          margin-top: 30px;
          margin-right: auto;
          margin-left: auto;
        }
      }
      .btn_clp{
        width: 270px;
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
      } 
    }
    .fx1lp{
      padding-top: 20px;
      h2{
        font-size: 21px;
        margin-bottom: 20px;
      }
      .card_carreira{
        margin-bottom: 20px;
        text-align: center;
        h3{
          font-size: 20px;
        }
        p{
          font-size: 15px;
        }
      }
      .penta{
        background-size: contain;
        background-repeat: no-repeat;
        height: 270px;
        margin-bottom: 0px;
      }
    }
    .fx2lp{
      background-size: cover;
      overflow-x: hidden;
      padding-top: 10px;
      padding-bottom: 20px;
      img{
        max-width: 50%;
        margin-right: auto;
        margin-left: auto;
        display: block;
      }
      .txt_fx2lp{
        margin-top: 20px;
        h2{
          text-align: center;
          font-size: 23px;
        }
        p{
          text-align: center;
          font-size: 17px;
          margin-bottom: 10px;
        }
        h5{
          text-align: center;
        }
      }
      .hold_valor{
        flex-direction: column;
      }
      .box_valor{
        padding-right: 15px;
      }
      .btn_clp{
        margin-top: 30px;
      }
    }
    .fx3lp{
      padding-top: 0px;
      padding-bottom: 10px;
      .txt_fx3lp{
        padding-top: 10px;
        margin-bottom: 20px;
        p{
          padding: 0px;
          font-size: 17px;
        }
      }
      .img_lp{
        img{
          max-width: 50%;
          display: block;
          margin-right: auto;
          margin-left: auto;
        }
      }
    }
    .fx4lp{
      padding-top: 20px;
      padding-bottom: 20px;
      iframe{
        margin-bottom: 20px;
      }
      .txt_fx4lp{
        text-align: center;
        h4{
          font-size: 17px;
          margin-bottom: 10px;
        }
        p{
          font-size: 16px;
        }
      }
    }
    .footerlp{
      h3{
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 20px;
        strong{
          font-size: 28px;
        }
      }
      p{
        padding-right: 0px;
      }
      padding-top: 20px;
      text-align: center;
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*ebook*/
.fx_bread{
  min-height: 397px;
  color: #fff;
  text-align: center;
  padding-top: 205px;
  h2{
    font-size: 40px;
    font-family: var(--fontbold);
    margin-bottom: 5px;
  }
  .bread{
    font-size: 14px;
    font-family: var(--fontbold);
    color: #fff;
  }
}
.fx1_ebook{
  background-color: #EFEEEC;
  padding-top: 65px;
  .card_ebook{
    margin-bottom: 60px;
    img{
      margin-bottom: 15px;
      max-width: 100%;
    }
    p{
      font-size: 20px;
      font-family: var(--fontbold);
      color: #562860;
      text-align: center;
      line-height: 1.4;
    }
  }
}
.footerint{
  background-image: url(../imagens/footer2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 50px;
  .icrd{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
  }
  .redes_sociais{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx_bread{
      padding-top: 140px;
      min-height: 240px;
    }
    .menu>li{
      margin-right: 30px;
    }
    .footerint{
      background-position: top center;
      .icrd{
        font-size: 13px;
      }
    }
  }
  @media (max-width: 991px) {
    .fx_bread{
      padding-top: 30px;
      padding-bottom: 30px;
      background-size: cover;
      min-height: auto;
    }
    .fx1_ebook{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 0px;
      .card_ebook{
        margin-bottom: 20px;
        img{
          margin-bottom: 15px;
        }
        p{
          font-size: 16px;
        }
      }
    }
    .footerint{
      text-align: center;
      background-position: top center;
      padding-top: 20px;
      .icrd{
        flex-direction: column;
        margin-bottom: 20px;
      }
      .redes_sociais{
        justify-content: center;
        column-gap: 30px;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*parceiros*/
.fx1_parceiros{
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #EFEEEC;
  h2{
    text-align: center;
    font-size: 20px;
    font-family: var(--fontbold);
    color: #000;
    margin-bottom: 50px;
  }
  .logo_parceiro{
    img{
      margin-bottom: 25px;
      max-width: 100%;
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_parceiros{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 10px;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*depoimentos*/
.fx1_depoimentos{
  background-color: #EFEEEC;
  padding-top: 75px;
  padding-bottom: 70px;
  h2{
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: var(--fontbold);
    margin-bottom: 30px;
  }
  .list_depoimentos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    .card_depoimentos{
      background-color: #fff;
      /*border: 1px dashed #5A4A42;*/
      border-color: #C1B6B1;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23C1B6B1' stroke-width='4' stroke-dasharray='20' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
      border-radius: 15px;
      padding: 15px 5px 30px 15px;
      .nome_dp{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        column-gap: 10px;
      }
      p{
        font-size: 15px;
        line-height: 1.3;
        color: #444;
        strong{
          font-family: var(--fontextrabold);
          font-size: 17px;
        }
      }
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_depoimentos{
      padding-top: 20px;
      padding-bottom: 20px;
      .list_depoimentos{
        grid-template-columns: 1fr;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*sobre*/
.fx1_sobre{
  background-image: url(../imagens/fx1-sobre.png);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: 946px;
  p{
    font-size: 15px;
    line-height: 1.8;
  }
  img{
    max-width: 100%;
  }
  .wemw{
    padding-top: 40px;
  }
}
.fx2_sobre{
  padding-top: 65px;
  padding-bottom: 50px;
  .txt_fx2sb{
    h2{
      font-size: 40px;
      font-family: var(--fontbold);
      color: #562860;
      margin-bottom: 15px;
    }
    p{
      font-size: 15px;
      line-height: 2;
      margin-bottom: 30px;
    }
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .fx1_sobre{
      min-height: auto;
      p{
        line-height: 1.3;
      }
    }
    .fx2_sobre{
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 991px) {
    .fx1_sobre{
      background-image: none;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      img{
        margin-bottom: 10px;
      }
      .wemw{
        padding-top: 10px;
      }
    }
    .fx2_sobre{
      padding-top: 10px;
      padding-bottom: 20px;
      text-align: center;
      img{
        max-width: 100%;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
/*contato*/
.fx1_contato{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  h2{
    font-size: 40px;
    font-family: var(--fontbold);
    color: #562860;
    margin-bottom: 15px;
  }
  p{
    line-height: 1.8;
  }
  .txt_footer{
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .icrd{
    .content_icrd{
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-bottom: 20px;
    }
  }
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 34px;
  background-color: transparent;
  border: 2px solid #562860;
  font-family: var(--fontbold);
}
.fx1_contato ::-webkit-input-placeholder { /* Edge */ color: #000!important; } .fx1_contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } .fx1_contato ::placeholder {color: #000!important; }

.fx1_contato form textarea{
  height: 92px;
  margin-bottom: 25px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 8px 100px 8px 25px;
  font-size: 13px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #562860;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  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;
}
.footerct{
  background-image: url(../imagens/footer3.png);
  text-align: center;
  padding-top: 50px;
  .redes_sociais{
    position: relative;
    z-index: 3;
    margin-top: -40px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {
    .fx1_contato{
      padding-top: 20px;
      padding-bottom: 10px;
      text-align: center;
      h2{
        margin-bottom: 0px;
      }
      .icrd{
        .content_icrd{
          flex-direction: column;
        }
      }
    }
    .footerct{
      padding-top: 10px;
      img{
        max-width: 100%;
      }
      .redes_sociais{
        margin-top: 10px;
        justify-content: center;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */
.rowparceiros{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.archivebook{
  padding-bottom: 20px;
  .row{
    row-gap: 30px;
  }
}
.kryzavid{
  img{
    max-width: 100%;
  }
}


.owl-parceiros .owl-stage{
  display: flex;
  align-items: center;
}

.wp-pagenavi{
  display: flex;
  justify-content: center;
  span,a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin:5px;
    &:hover{
      background-color: var(--color_one);
      color:white;
    }
  }
  .current{
    background-color: var(--color_one);
      color:white;
  }
}

/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 

    .fx1{
      background-image: none;
      padding-bottom: 0;
      background-color: #E7E6E2;
      background-image: url('../imagens/fundo-mobile.png');
    }

    .img_model{
      max-width: 75%;
      margin-right: auto;
      margin-top: 20px;
      margin-left: auto;
    }

    .footer{
      background-color: #E7E6E2;
      background-image: url('../imagens/fundo-mobile.png');
    }

    .fx1_sobre img{      
      max-width: 70%!important;
      margin-right: auto!important;
      margin-left: auto!important;
      display: block!important;
      float: none!important;
    }

    .submenu{
      border: 0;
      padding-left: 0!important;
      margin-left: 0;
      text-align: left;
    }

    .menu>li {
         margin-right: 0px; 
    }

    .submenu>li {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .card_ebook{
      display: block;
      max-width: 270px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px!important;
    }

    .flex{

      justify-content: center;
    }

    .fx1_depoimentos iframe{
      width: 100%;
      height: calc( 100vw / 1.5 );
      margin-bottom: 30px;
    }

    .rowparceiros{
      display: block!important;
    }

    .rowparceiros img{
      max-width: 70%!important;
      max-height: 100px!important;
      width: auto;
      height: auto;
    }

    .fx1_contato {
      h2 {
          margin-top: 40px;
      }
    }

    .fx3lp h1{
      font-size: 23px;
      line-height: 1.6;
    }

    .card_carreira *{
      text-align: center!important;
    }

    .fx3lp{
      padding-bottom: 0;
    }

    .fx4lp form{
      display: block;
      margin-top: 40px;
    }

    .rowblog > .col-xs-9{
      order: 2;
    }

    .rowblog > .col-xs-3{
      order: 1;
    }

    .rowblog{
      display: flex;
      flex-wrap: wrap;
    }
  

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
