@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

html{

  margin: 0px!important;

}

/* 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: 'NunitoSans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans_BoldItalic';
    src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans_BlackItalic';
    src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans_ExtraBoldItalic';
    src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

strong, b{
  font-weight: lighter;
  font-family: 'NunitoSans_BoldItalic';
}
body{
  font-family: 'NunitoSans';
}

p{

  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;

}

h1,h2,h3,h4,h5,h6{

  margin-top: 0px;
  margin-bottom: 0px;

}

:root{

  --fontregular: 'NunitoSans';

  --fontbolditalic: 'NunitoSans_BoldItalic';

  --fontblackitalic: 'NunitoSans_BlackItalic';

  --fontextrabolditalic: 'NunitoSans_ExtraBoldItalic';

}

.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: #FF0000;
    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: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{

  padding-top: 35px;
  background-color: #fff;

}

.logo{

  text-align: center;
  position: relative;
  z-index: 2;

}

.fx1:before{

  content: '';
  display: block;
  background-color: #e12485;
  background-image: linear-gradient(270deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;

}

.fx1{

  margin-top: -75px;
  background-image: url(../imagens/fx1.jpg);
  min-height: 781px;
  padding-bottom: 0px;
  position: relative;
  background-position: top center;

}

.img_modelo{

  position: absolute;
  left: -10px;
  bottom: 0px;

}

.ppp{

  height: 781px;


}

.txt_post{

  padding-top: 130px;
  margin-bottom: 30px;

}

.txt_post h2:before{

  content: '';
  display: block;
  height: 165px;
  width: 5px;
  background-color: #e12485;
  background-image: linear-gradient(180deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  position: absolute;
  top: 0px;
  left: -20px;

}

.txt_post h2{

  color: #fff;
  font-size: 78px;
  font-family: var(--fontblackitalic);
  position: relative;
  margin-left: 10px;
  line-height: 1;
  margin-bottom: 25px;

}

.txt_post p{

  font-family: var(--fontbolditalic);
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;

}

.txt_post ul{

  padding-left: 25px;

}

.txt_post ul li{

  color: #fff;
  font-size: 25px;
  font-family: var(--fontbolditalic);
  line-height: 1.4;

}

.btn_orca{

  padding-top: 10px;

}

.btn,
a.btn {
  background:  var(--background-color, transparent);
  border-color: var(--border-color, transparent);
  color: var(--color, inherit);
  font-family: var(--fontbolditalic);
  transition: all .3s linear;
  border-radius: var(--border-radius, 4px);
}

.btn-bubble{
  position:  relative;
  perspective: 3px;
  overflow:  hidden;
  width: 100%;
  max-width: 368px;
  padding:  15px 35px;
  font-size: var(--font-size, 16px);
}

.btn-bubble::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background-color, #FFF);
  left: 0;
  top: 0;
  clip-path:  circle(
    var(--width, 0px)
    at 50% 50%
  );
  transition: all .3s linear;
  z-index: -1;
}

.btn-bubble:hover{
  --width:  100%;
}

.btn-darkblue-bubble {
  --background-color: #303188;
  --border-color: #303188;
  --color:  #FFF;
  --border-radius: 2em;
}

.btn-darkblue-bubble::before {
  --background-color: #FFF;
}

.btn-darkblue-bubble:hover{
  --color: #303188;
  --border-color: #FFF;
}

.fx1 .btn{
  --font-size: 25px;
  --padding:  15px 35px;
}

.fx2{

  background-color: #EAEAEA;
  padding-top: 100px;
  padding-bottom: 45px;

}

.post_card{

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;

}

.icon_card{

  margin-bottom: 15px;
  display: block;
  height: 128px;

}

.title_card h3{

  font-family: var(--fontblackitalic);
  font-size: 22px;
  color: #303186;
  margin-bottom: 15px;

}

.body_card p{

  font-size: 19px;
  color: #39394C;

}

.fx3{

  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fff;

}

.txt_folder{

  padding-top: 20px;

}

.txt_folder h3:before{

  content: '';
  display: inline-block;
  width: 5px;
  height: 64px;
  background-color: #e12485;
  background-image: linear-gradient(180deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  margin-right: 9px;

}

.txt_folder h3{

  font-family: var(--fontblackitalic);
  font-size: 78px;
  color: #303186;
  margin-bottom: 15px;

}

.txt_folder p{

  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 40px;

}

.list_post_folder{

  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  align-items: baseline;
  position: relative;
  left: -40px;

}

.card_folder{

  text-align: center;

}

.img_card_folder{

  height: 68px;
  margin-bottom: 17px;

}

.title_folder h5{

  font-family: var(--fontextrabolditalic);
  font-size: 26px;
  color: #DF2485;
  margin-bottom: 20px;
 

}

.content_folder p{

  font-size: 20px;

}

.fx4:before{

  content: '';
  display: block;
  background-color: #e12485;
  background-image: linear-gradient(270deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;

}

.fx4{

  position: relative;
  padding-bottom: 35px;

}

.fx4 .txt_folder{

  padding-top: 50px;

}

.fx4 .list_post_folder{

  left: 0px;

}

.fx5:before{

  content: '';
  display: block;
  background-color: #e12485;
  background-image: linear-gradient(270deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;

}

.fx5{

  position: relative;
  padding-bottom: 90px;

}

.fx5 .txt_folder{

  margin-top: -20px;

}

.fx6{

  background-color: #ff9400;
  background-image: linear-gradient(90deg, #ff9400 0%, #ffb200 100%);
  padding-top: 90px;
  padding-bottom: 63px;

}

.fx6 h3{

  font-family: var(--fontblackitalic);
  font-size: 36px;
  margin-bottom: 70px;
  text-align: center;
  color: #2D2988;

}

.owlidepo{

  padding-top: 30px;

}

.box_depo{

  background-color: #fff;
  position: relative;
  padding: 40px 35px 30px 25px;

}

.box_depo:after{

  content: '';
  display: block;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #fff;
  height: 17px;
  width: 17px;
  position: absolute;
  bottom: -16px;
  left: 0;

}

.img_depo{

  position: absolute;
  top: -25px;
  left: 23px;
  z-index: 99;

}

.body_depo p{

  font-size: 15px;
  color: #535353;
  line-height: 1.5;

}

.owl-depo .owl-dots {
    position: static;
}
.owl-depo .owl-dots .owl-dot span{
  border: 1px solid #2C248A;
  margin-top: 40px;
  height: 17px;
  width: 17px;
  background-color: transparent;
}
.owl-depo .owl-dots .owl-dot.active span, .owl-depo .owl-dots .owl-dot:hover span{
  background-color: #DE2087;

}

.name_depo{

  margin-left: 20px;
  margin-top: 15px;

}

.name_depo p{

  font-family: var(--fontblackitalic);
  font-size: 15px;
  color: #2C248A;

}

.footer{

  background-color: #fff;
  padding-top: 85px;

}

.txt__footer{

  margin-bottom:50px;

}

.txt__footer h3{

  font-size: 38px;
  color: #D80000;
  font-family: var(--fontblackitalic);
  margin-bottom: 35px;

}

.txt__footer p{

  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;

}

.txt__footer p strong{

  font-family: var(--fontblackitalic);

}

.icrd{

  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 10px;

}

.post_icrd{

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;

}

.icon_icrd{

  width: 41px;

}

.body_icrd p{

  color: #2E2B8C;
  font-size: 20px;
  line-height: 1.4;

}

.body_icrd p img{

  margin-top: -10px;

}

.txt_form h3:before{

  content: '';
  display: inline-block;
  width: 5px;
  height: 48px;
  background-color: #e12485;
  background-image: linear-gradient(180deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  margin-right: 9px;

}

.txt_form h3{

  font-size: 36px;
  font-family: var(--fontblackitalic);
  color: #2C248A;
  display: flex;
  align-items: center;
  margin-bottom: 30px;

}

.footer form{
  border: 1px solid #332C82;
  padding: 55px 25px 60px 25px;
  color: #666666;
  line-height: 1.5;
  
  margin-bottom: 40px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid #A8A8B7;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #666!important;
font-size: 14px; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #666!important;
font-size: 14px; } .footer ::placeholder {color: #666!important;
font-size: 14px; }

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

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 47px;
  font-size: 18px;
  transition: all .2s linear;
  background-color: #26AFDE;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  font-family: var(--fontblackitalic);
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  -webkit-box-shadow: 3px 3px 0px .25px #008442; 
  box-shadow: 3px 3px 0px .25px #008442;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

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

.footer2:before{

  content: '';
  display: block;
  background-color: #e12485;
  background-image: linear-gradient(270deg, #e12485 0%, #26afde 19%, #f6d527 39%, #e12485 60%, #26afde 80%, #f6d527 100%);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;

}

.footer2{
  
  font-family: 'Verdana';
  font-size: 11px;
  color: #2E2B8C;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.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: #2E2B8C;
  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%; } }


.rs{

  text-align: center;

}

.rs a img{

  margin-right: 8px;

}

.website{

  overflow: hidden;

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .txt_post{

      padding-top: 90px;

    }

    .txt_post h2{

      font-size: 57px;

    }

    .txt_post h2:before{

      height: 115px;

    }

    .list_post_folder{

      left: 0px;

    }

    .title_folder h5{

      font-size: 19px;

    }

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

    .fx1{

      text-align: center;
      min-height: auto;
      padding-bottom: 30px;

    }

    .img_modelo{

      display: none;

    }

    .fx1 .btn{

      --font-size: 19px;

    }

    .ppp{

      min-height: auto;
      height: 0px;

    }

    .txt_post{

      padding-top: 100px;

    }

    .txt_post h2{

      font-size: 31px;

    }

    .txt_post h2:before{

      display: none;

    }

    .txt_post p{

      font-size: 17px;

    }

    .txt_post ul li{

      font-size: 17px;
      text-align: left;

    }

    .fx2{

      padding-top: 30px;
      padding-bottom: 0px;

    }

    .title_card h3{

      margin-bottom: 0px;
      font-size: 18px;

    }

    .body_card p{

      font-size: 16px;

    }

    .fx3{

      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;

    }

    .txt_folder h3:before{

      display: none;

    }

    .fx3 .flex{

      align-items: center;
      flex-direction: column-reverse;
      flex-wrap: nowrap;

    }

    .list_post_folder{

      left: 0px;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
      gap: 20px;

    }

    .txt_folder{

      padding-top: 0px;

    }

    .txt_folder h3{

      font-size: 40px;

    }

    .txt_folder p{

      font-size: 18px;

    }

    .title_folder h5{

      margin-bottom: 0px;
      font-size: 20px;

    }

    .content_folder p{

      font-size: 16px;

    }

    .fx5 .txt_folder{

      margin-top: 0px;

    }

    .fx4 .txt_folder{

      padding-top: 0px;

    }

    .fx6{

      padding-top: 20px;
      padding-bottom: 20px;

    }

    .fx6 h3{

      margin-bottom: 10px;
      font-size: 27px;

    }

    .box_depo{

      padding: 40px 20px 20px 20px;

    }

    .body_depo p{

      text-align: center;

    }

    .owl-depo .owl-dots .owl-dot span{

      margin-top: 10px;

    }

    .footer{

      padding-top: 20px;
      text-align: center;

    }

    .txt__footer h3{

      font-size: 25px;
      margin-bottom: 15px;

    }

    .txt__footer p{

      font-size: 15px;

    }

    .icrd{

      margin-bottom: 20px;

    }

    .post_icrd{

      flex-direction: column;

    }

    .body_icrd p{

      font-size: 17px;

    }

    .txt_form h3{

      font-size: 24px;
      justify-content: center;

    }

    .txt_form h3:before{

      display: none;

    }

    .footer form .btn-enviar-form{

      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;

    }

    .footer form{

      padding: 55px 25px 30px 25px;

    }

    .footer2{

      margin-top: 0px;

    }

    .footer2 p{

      margin-bottom: 20px;

    }

    .rs{

      margin-top: 10px;
      margin-bottom: 10px;

    }


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

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

  }
/* /responsivo */
