@charset "UTF-8";
/* Tema do cliente */

/**  cor: #6B0225;  **/
/**  cor-hover: #87E1E0;  **/


/* 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: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

strong, b{
  font-weight: lighter;
  font-family: 'poppinsbold';
}



@media (max-width: 1400px) {.footer{padding-bottom: 80px!important; } }
@media (min-width: 1200px) {.container{padding: 0px; } }
/*.container{
  max-width: 1000px;
}*/



@media (max-width: 991px) {
  .fxsm{
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .fxsm{
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 20px 0;
  }
}



a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #6B0225;
}
::-moz-selection{
  background: #6B0225;
}
::selection{
  background: #6B0225;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #6B0225;
  border-color: #6B0225;
}

.editor, .editor p, .editor li{
  font-size: 15px;
  line-height: 1.45;
  color: #525252;
}

.editor p{
  margin-bottom: 20px;
}

body{
    font-family: 'poppinsregular';
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{
  background-image: url(../imagens/topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 97px;
  padding-bottom: 20px;
}

.logo a{
  margin-top: 
}


.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 17px;
  text-align: right;
}

.menu>li{
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  margin-right: 7px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 15px;
  padding-bottom: 15px;
}

.menu li:last-child a{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu a:hover,
.menu a.active{
  text-decoration: none;
  color: #97DDE1;
}

.menu>li:hover .submenu{
  display: block;
}


/* menu responsivo 2*/ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -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;
      position: absolute;
      right: 0;
      top: 40px;
      background-color:  #5BB1B0;
      width: 265px;      
      margin-top: 15px!important;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #5BB1B0;
        position: absolute;
        right: 14px;
        top: -20px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
    }

    .menu>li>a{
      color: #FFF;
    }

    .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{
      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;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }

    .submenu{
      padding-top: 10px!important;
      border-bottom: 1px solid rgba(255,255,255,0.2);
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
    }

    .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!important;
      border-bottom: 0!important;
      position: static!important;
      background-color: #87E1E0!important;
      -webkit-border-radius: 0px!important;
      -moz-border-radius: 0px!important;
      border-radius: 0px!important;
    }

    .submenu li + li{
      border-top: 1px solid rgba(255,255,255,0.2);
    }

    .submenu li:before{
      content: '- ';
      color: #FFF;
    }



  } 
  @media (max-width: 860px) {
    
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }


  
/* /menu responsivo 2*/



.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #6B0225;
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.submenu::after {
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 10px solid #6B0225;
    position: absolute;
    left: 20px;
    top: -20px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #94D0D8;
}

a.logo img{
  margin-top: 11px;
}



.tel{
  
  color: #FFF;
  font-size: 16px;
  align-items: center;
  column-gap: 10px;
  text-align: right;
  padding-top: 10px;
}

.tel img{
  position: relative;
  top: -3px;
}
.tel2{
  padding-top: 0px;
}
.tel2 p{
  margin-bottom: 0px;
}

.owli a{
  height: 565px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #94D0D8;
}

.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0;
  color: #FFF;
}

.nwimg{
  float: left;
  margin-right: 10px;
}

.nwtxt{
  float: left;
  width: 435px;
  font-size: 19px;
  line-height: 1.2;
}

.nwnome{
  float: left;
  margin-right: 12px;
  width: 213px;
}

.nwemail{
  float: left;
  margin-right: 12px;
  width: 323px;
}

.nwenviar{
  float: left;
}

.fx1 input{
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  height: 42px;
  padding-left: 5px;
}

.fx1 .nwenviar input{
  width: 89px;
  color: #FFF;
  background-color: #5BB1B0;
  text-align: center;
  transition: all .2s linear;
}

.fx1 .nwenviar input:hover{
  background-color: #87E1E0;
}


.fx2{
  background-image: url(../imagens/fx2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 70px 0;
}

.fx3 h2,
.fx2 h2{
  margin-top: 0;
  font-size: 33px;
  color: #243940;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background-image: url(../imagens/traco-tit.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.hcursos{
  display: block;
  background-color: #FFF;
  max-width: 269px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.hctxt{
  padding: 15px;
  min-height: 178px;
}

.hctit{
  display: block;
  font-size: 16px;
  color: #243940;
  margin-bottom: 10px;
}

.hcres{
  font-size: 13px;
  color: #545454;
  display: block;
  margin-bottom: 10px;
}

.hccta{
  border: 2px solid #5BB1B0;
  font-size: 12px;
  color: #5BB1B0;
  display: inline-block;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all .2s linear;
}

.hccta:hover{  
  color: #FFF;
  background-color: #5BB1B0;
}


.fx3{
  background-image: url(../imagens/fx3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 430px;
}

.fx3 p{
  font-size: 15px;
  color: #535353;
  margin-bottom: 20px;
}

.fx3{
  padding-top: 60px;
}

.footer1{
  display: flex;
  justify-content: space-between;
}

.footer1 b{
  display: block;
}

.footer1>div{
  position: relative;
  padding-left: 35px;
}

.footer1>div>img{
  position: absolute;
  left: 0;
  top: 22px;
}

.footer1>span{
  display: block;
}

.redes{
  /*width: 104px;*/
  padding-left: 0!important;
}

@media (max-width: 991px) {
  .footer1{
    flex-wrap: wrap;
  }

  .footer1>div{
    margin-bottom: 30px;
  }
}

.footer1>div{
  padding-top: 20px;
}



.footer{
  background-image: url(../imagens/footer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}


.footer2{
  border-top: 1px solid #9E2E50;
  padding-top: 25px;
  padding-bottom: 35px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #DCABB7;
  margin-top: 50px;
}

.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: #DCABB7;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D9B300;
}

.copyright{
  text-align: right;
}

@media (max-width: 767px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


.footer1{
  color: #FFF;
}

.logo2{
  padding-left: 0!important;
  padding-top: 0!important;
}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu>li>a{
      margin-right: 9px;
    }

    .tel {
        margin-top: 38px;
        font-size: 13px;
    }

    .nwtxt {
        width: 325px;
        font-size: 14px;
        line-height: 1.5;
    }

    .nwemail{
      width: 203px;
    }

    .logo2{
      display: none;
    }

  }
  @media (max-width: 991px) {

    .tel{
      float: right;
      padding-right: 0;
    }

    .nwnome{
      width: 283px;
    }

    .nwtxt{
      text-align: center;
      width: 100%;
      padding-bottom: 15px;
    }

    .nwimg{
      display: none;
    }


    .fx3 h2, .fx2 h2{
      text-align: center;
      background-position: center bottom;
    }

    .fx3{
      text-align: center;
      padding-top: 40px;
    }

    .logo2{
      display: none;
    }

    .nwnome, .nwemail, .nwenviar{
      width: 100%;
      margin-top: 5px;
    }

    .fx1 .nwenviar input{
      margin: 0 auto;
      display: block;
    }

    .fx3{
      height: auto;
      background-image: none;
      padding-bottom: 40px;
    }




  }
  @media (max-width: 767px) {
      
      .hcursos{
        text-align: center;
      }

      .tel {
        position: absolute;
        right: 0px;
        top: 11px;
      }

      .header .col-xs-10{
        position: static;
      }

      


  }
  @media (max-width: 480px) {

    .hcursos{
      margin-bottom: 30px;
    }

    .footer1>div{
      padding-left: 0;
      text-align: center;
      width: 100%;
      position: static;
      padding-top: 0;
    }

    .footer1>div img{
      position: static;
      display: block;
      margin: 0 auto;
      margin-bottom: 5px;
    }

    .fx1 .nwenviar input{
      width: 100%;
    }

    .tel{
      font-size: 11px;      
      position: relative;
      top: 2px;
    }

    .header a.logo img {
        max-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header .col-xs-6{
      width: 1px!important;
    }



  }
/* /responsivo */



.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}

.titulo{
  background-image: url(../imagens/titulo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 15px;
  background-size: cover;
  padding-bottom: 15px;
  min-height: 183px;
}

.titulo h2{
  color: #FFF;
  font-size: 39px;
  font-family: 'poppinsbold';
}

.bread{
  font-family: 'poppinsregular';
  font-size: 13px;
  color: #525252;
  margin-bottom: 50px;
}

.footer{
  margin-top: 80px;
}

.fx3 + .footer{
  margin-top: 0;
}




/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;

  margin-bottom: 40px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;

  background-color: #FFF;
  border: 0;
}

.pg-contato form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #7CD5C6;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.pg-contato iframe{
  width: 100%;
  height: 320px;
}

.int h1, .int h2{
  font-size: 33px;
  color: #24393F;
  margin-top: 0;
  margin-bottom: 25px;
  background-image: url(../imagens/traco-tit.jpg);
  background-position: left bottom;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .pg-contato form .col-xs-6{
    width: 100%;
  }
}





.cntsarea{
  margin-bottom: 40px;
}

.cntsarea p{
  float: left;
  padding-left: 35px;
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  color: #666666;
}

.cntsarea p img{
  position: absolute;
  left: 0;
  top: 0;
}

.redes2 a{
  transition: all .2s linear;
}

.redes2 a:hover {
  filter: brightness(1.8);
}


.lu{
  font-size: 17px;
  color: #666666;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.lu img{
  position: absolute;
  left: 0;
  top: 0;
}

.lu a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


.pg-links h2{
  margin-bottom: 5px;
  font-size: 20px;
  color: #666666;
  background-image: none;
  font-family: 'poppinsbold';
}


.curft{
  display: block;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

a.cta{
  display: inline-block;
  background-color: #7CD5C6;
  padding: 20px 60px;
  color: #FFF;
  font-family: 'poppinsbold';
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all .2s linear;
}

a.cta:hover {
  background-color: #87E1E0
}

.pgcurso h1{
  position: relative;
}

.pgcurso h1 a{
  display: block;
  background-color: #7CD5C6;
  padding: 20px 00px;
  text-align: center;
  color: #FFF;
  font-family: 'poppinsbold';
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all .2s linear; 
  position: ;
  right: 0;
  top: -20px;
  max-width: 333px;
}

.pgcurso h1 a:hover {
  background-color: #87E1E0
}


.archcur .col-md-3 + .col-xs-12{
  margin-top: 30px;
}


#btnpaypal{
  display: none;
}

.header .row>div{
  position: relative;
}

.slogan{
  position: absolute;
  right: 30px;
  top: 62px;
  color: #FFF;
  font-size: 12px;
}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .slogan{
      right: -30px;
    }

  }
  @media (max-width: 991px) {

    .slogan{
      display: none;
    }

    .titulo h2{

      font-size: 25px;

    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */


/** blog02 **/
  /* #323232 */
  .blog02 .post-itens{
    margin-bottom: 15px;
  }
  .blog02 .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .blog02 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    background-color: #323232;
    transition: all .2s linear;
  }
  .blog02 a.post-leia:hover{
    filter: brightness(1.5);
  }
  .blog02 .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
  }
  .blog02 .post h2{
    margin-top: 0;
    color: #435720;
    font-size: 26px;
  }
  .blog02 .pagination{
    text-align: left;
    float: none;
  }

  .blog02 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }
  .blog02 .buscar input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 37px;
  }
  .blog02 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
    background-color: #323232;
    border-color: #323232;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  }
  .blog02 .buscar button:hover{
    filter: brightness(1.2);
  }
  .blog02 .sidebar h3{
    font-size: 18px;
    color: #435721;
    border-bottom: 2px solid #323232;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .blog02 .sidebar a{
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    display: block;
    transition: all .2s linear;
  }
  .blog02 .sidebar a + a{
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 10px;
  }
  .blog02 .sidebar a:hover{
    color: #323232;
  }
  /* responsivo */    
    @media (max-width: 625px) {
      .blog02 .lista-posts{
        width: 100%;
      }
      .blog02 .sidebar{
        width: 100%;
        margin-top: 40px;
      }
    }
  /* /responsivo */

  .blog02 .post-itens img{
    position: relative;
    top: -1px;
  }
  .blog02 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }
  .blog02 .postthumb{
    float: left;
    margin-right: 30px;
  }
  /**/
  /**comentarios**/
    .comment-form .submit{
      display: inline-block;
      color: #FFF;
      font-size: 13px;
      padding: 11px 16px 9px 16px;
      transition: all .2s linear;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background-color: #14034B;
    }.comment-form .submit:hover{
      filter: brightness(1.2);
      color: #FFF;
    }
    .nanome{
      color: #CCC;
      margin-bottom: 5px;
    }
    .nletra{
      float: left;
      margin-right: 15px;
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 10px;
      color: #FFF;
      background-color: #CCC;
      font-size: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .nautor{
      margin-top: 20px;
      min-height: 70px;
      padding-left: 85px;
      position: relative;
      /*padding-top: 10px;*/
    }



    .fundo-form{
      padding: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #F7F7F7;
    }
    .comment-form-author label,
    .comment-form-email label,
    .comment-form-comment label{
      display: block;
    }
    .comment-notes{
      font-size: 11px;
    }
    .comment-reply-title{
      margin-top: 0;
    }
    .comment-form-cookies-consent{
      display: none;
    }
    .comment-form-author{
      float: left;
      width: 50%;
    }
    .comment-form-email{
      float: left;
      width: 50%;
    }
    #si_captcha_code{
      width: 127px;
      position: relative;
    }
    #si_captcha_code label{
      display: none;
    }
    #si_captcha_code span{
      position: absolute;
      left: 135px;
      top: 0;
    }
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      width: 100%;
      /*height: 100px;*/
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 5px;
      border: 1px solid #EEE;
    }
    .comment-form-author input{
      width: 95%;
    }
    .comment-form-comment textarea{
      height: 100px;
    }
    input#si_captcha_code{
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #EEE;
    }
  /***comentarios**/

  .blog02 .post h2{
    font-size: 20px;
    color: #323232;
  }
  .blog02 .post.opost h2{
    font-size: 30px;
    color: #323232;
  }
  .comment-form .submit{
    background-color: #323232;    
    border: 0!important;
  }

/* blog02 */



/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

  }
  @media (max-width: 767px) {
    .tel{
      padding-right: 31px;
    }

  }
  @media (max-width: 480px) {
    .tel{
      padding-right: 58px;
    }

  }
  @media (max-width: 359px) {
    .tel{
      padding-right: 35px;
    }

  }
/* /responsivo */


.fx1{
  display: none;
}

.buscar{
  margin-top: 25px;
  position: relative;
  margin-bottom: 40px;
}

.buscar input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 37px;
}

.buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 6px;
  padding-bottom: 9px;
  background-color: #B5926F;
  border-color: #B5926F;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.buscar button:hover{
  filter: brightness(1.2);
}

.faqs{

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: 
  space-between;
  margin-bottom: 20px;

}

.faqs h3{

  display: inline-block;
  font-size: 30px;

}

.faqs img{

  display: inline-block;
  position: relative;
  top: -6px;

}


.servicos_juridicos{
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.pgjuri form input,
.pgjuri form textarea,
.pgjuri form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #fff;
  border: 0;
}
.pgjuri ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .pgjuri :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .pgjuri ::placeholder {color: #333!important; }

.pgjuri form textarea{
  height: 90px;
  margin-bottom: 25px;
}

.pgjuri form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #9c0035;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pgjuri form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.pgjuri iframe{
  width: 100%;
  height: 320px;
}

.parceiros img{

  max-width: 100%;

}
.accordion h6{
  margin: 0;
  font-size: 15px;
  padding: 20px 20px 20px 50px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  background-image: url(../imagens/seta-lado.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.accordion h6.ui-state-active{
  color: #00D9D9;
  background-image: url(../imagens/seta-baixo.png);
}

.accordion div + h6{
  border-top: 1px solid #DDD5D0;
}

.accordion div{
  padding-bottom: 20px;
}
.card_equipe{
  text-align: center;
  margin-bottom: 20px;
  h3{
    margin-top: 5px;
  }
}