@charset "UTF-8";
/* Tema do cliente */

/**  cor: #EF7826;  **/
/**  cor-hover: #EF7826;  **/


/* 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: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-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;

}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

strong, b{
  font-weight: lighter;
  font-family: 'poppinsbold';;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}

.wpcf7-recaptcha{
  margin-bottom: 20px;
}

@media (max-width: 1555px) {.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: #EF7826;
}
::-moz-selection{
  background: #EF7826;
}
::selection{
  background: #EF7826;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #EF7826;
  border-color: #EF7826;
}
.lds-ellipsis div{  
  background-color: #EF7826;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'poppinsregular';
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.owli a{
  height: 573px;
  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;
  width: 15px;
  height: 15px;
}
.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: #D9613F;
}

.header{
  background-color: #0B162D;
  padding-bottom: 60px;
  position: relative;
}

a.logo img{
  margin-top: 34px;
}

.redest{
  display: block;
  margin-top: 42px;
}

.tel{
  margin-top: 41px;
  display: block;
  color: #999999;
  width: 181px;
  float: right;
  margin-right: 10px;
  text-align: left;
  position: relative;
  padding-left: 45px;
  line-height: 1.3;
}

.tel img{
  position: absolute;
  left: 0;
  top: 0;
}

.tel span{
  display: block;
  color: #FFF;
}

.menuholder{
  background-color: rgba(11,22,45,0.88);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 66px;
  z-index: 888;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.menu>li{
  display: inline-block;
  position: relative;
  margin-right: 65px;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 66px;
  font-size: 17px;
}

.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: #DD603F;
}

.menu>li:hover .submenu{
  display: block;
}

/* menu responsivo  2 #EDC407 */ 
  @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;
      background-color:  #EDC407;
      width: 265px;      
      margin-top: 0px!important;
    }

    .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  #EDC407;
        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;*/
      width: 195px;
      text-align: center;
      padding-top: 5px;
      padding-right: 0;
      padding-left: 0;
      float: left;
    }
    .tel span{
      display: none;
    }

    .tel img{
      display: none;
    }

    .header{
      height: auto;
      padding-bottom: 10px;
    }

    .menuholder{
      height: 1px;
    }
    
    #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) {
    
  }
  @media (max-width: 480px) {
   
  }
  
/* /menu responsivo 2*/



.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}

.fx1 h1{
  color: #D8603F;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  margin-bottom: 20px;
  margin-top: 0;
  background-image: url(../imagens/tracotit.png);
  background-position: left bottom;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}

.fx1 p{
  font-size: 17px;
}


.fx1 a{
  font-size: 18px;
  display: inline-block;
  border-bottom: 6px solid #DA6240;
}

.fx1 a + a{
  margin-left: 117px;
}

.fx1 a:hover{
  color: #D9613F;
}

.fx2{
  padding-top: 70px;
  padding-bottom: 50px;

}

.fx2 h2{
  color: #D8603F;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  margin-bottom: 40px;
  margin-top: 0;
  background-image: url(../imagens/tracotit.png);
  background-position: left bottom;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}

.fx2 p{
  font-size: 18px;
}

.fx2 h3{
  margin-top: 0;
  font-family: 'poppinsextrabold';
  font-size: 22px;
  color: #D8603F;
  text-align: center;
}

a.cta1{
  background-color: #DA6240;
  display: inline-block;
  line-height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  transition: all .2s linear;
}

a.cta1:hover{
  background-color: #EF8B6F;
}

.fx2 a.cta1{
  margin-top: 40px;
}

.fx2 h6 img{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 2;
}

.accordion h6{
  cursor: pointer;
  background-color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #0B142C;
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);

  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 40px;

  position: relative;
  background-image: url(../imagens/seta-esq.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
}

.accordion h6.ui-state-active{
  color: #D9613F;
  background-image: url(../imagens/seta-baixo.png);
}

.accordion div + h6{
  border-top: 1px solid #DDD5D0;
}

.accordion div{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #0B142C;
  font-size: 16px;
}



.fx3{
  padding-top: 50px;
  background-color: #0B162D;
  height: 581px;
}

.fx3 p{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.card{
  display: inline-block;
  width: 383px;
  height: 533px;
  position: relative;
}

.card h6{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%,0%);
  z-index: 2;
  font-family: 'poppinsextrabold';
  font-size: 22px;
  color: #D9613F;
  margin-top: 0;
}

.card h5{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%,0);
  z-index: 2;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  color: #FFFFFF;
  margin-top: 0;
}

.card p{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%,0);
  z-index: 2;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}


.fx4{
  padding-top: 172px;
  background-color: #ECECFB;
  padding-bottom: 70px;
}


.fx4 h2{
  color: #D8603F;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  margin-bottom: 40px;
  margin-top: 0;
  background-image: url(../imagens/tracotit.png);
  background-position: left bottom;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}


.fx4 p{
  font-size: 18px;
  color: #0B162D;
  margin-bottom: 40px;
}


.owlcli a{
  width: 269px;
  height: 144px;
  display: block;
  background-color: #FFF;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.owlcli a img{
  max-width: 249px;
  max-height: 124px;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  display: block;
  background-color: #FFF;
}

.owl-hcli{
  text-align: center;
}

.owl-hcli .owl-nav{
  display: inline-block!important;
  margin-top: 0;
  padding-top: 60px;
}
.owl-hcli .owl-prev{
  left: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  left: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-hcli .owl-next{
  right: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  right: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-hcli .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/prev.png);
  width: 17px;
  height: 17px;
  display: block;
}
.owl-hcli .owl-next span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/next.png);
  width: 17px;
  height: 17px;
  display: block;
}


.owl-hparc{
  text-align: center;
}

.owl-hparc .owl-nav{
  display: inline-block!important;
  margin-top: 0;
  padding-top: 60px;
}
.owl-hparc .owl-prev{
  left: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  left: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-hparc .owl-next{
  right: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  right: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-hparc .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/prev.png);
  width: 17px;
  height: 17px;
  display: block;
}
.owl-hparc .owl-next span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/next.png);
  width: 17px;
  height: 17px;
  display: block;
}









.fx5{
  padding-top: 40px;
  background-color: #0B162D;
  padding-bottom: 60px;
  text-align: right;
}


.fx5 h2{
  color: #D8603F;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  margin-bottom: 40px;
  margin-top: 0;
  background-image: url(../imagens/tracotit.png);
  background-position: right bottom;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}


.fx5 p{
  font-size: 18px;
  color: #FFF;
  margin-bottom: 40px;
}




.fx6{
  padding-top: 60px;
  background-image: url(../imagens/fx6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}


.fx6 h1{
  color: #D8603F;
  font-family: 'poppinsextrabold';
  font-size: 41px;
  margin-bottom: 40px;
  margin-top: 0;
  background-image: url(../imagens/tracotit.png);
  background-position: left bottom;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}


.footer{
  background-color: #0B162D;
  padding-top: 50px;

}



/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-form-control-wrap, .recaptcha{
    margin-bottom: 15px;
  }

  .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;
  }

  .wpcf7-response-output{
    color: #FFF!important;
  }
/* noovo css form */

.footer form{

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
   border-radius: 0; 
  height: 40px;
  background-color: #FFF;
  border: 0;
}

.footer form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #1D3F7E;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footer form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;
    transform: scale(0.7);
    transform-origin: 0 0;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  .footer form div{
    width: 100%;
  }
  .footer form{
    border: 0;
    padding: 0;
  }
}

.footer .obg{
  color: #FFF;
}

.footer h4{
  font-size: 24px;
  color: #D9613F;
  margin-top: 0;
  margin-bottom: 20px;
}

a.logo2 img{
  margin-bottom: 50px;
}

.finfo{
  margin-bottom: 40px;
  position: relative;
  padding-left: 45px;
  color: #999999;
}

.finfo img{
  position: absolute;
  left: 0;
  top: 0;
}

.finfo b{
  font-size: 15px;
  color: #FFFFFF;
  display: block;
}

.redesf a{
  transition: all .2s linear;
}

.redesf a:hover{
  filter: brightness(1.4);
}


.footer2{
  border-top: 1px solid rgba(204,204,204, 0.2);
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #777777;
  margin-top: 70px;
}

.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: #777777;
  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%; } }




.owl-carousel .owl-item img{
  width: auto!important;
}



/** blog02 **/

  .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: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    background-color: #DA6240;
    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: #DA6240;
    border-color: #DA6240;
    -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 #DA6240;
    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: #DA6240;
  }

  /* 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;
    margin-bottom: 10px;
  }

  /**/

  /**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: #000;
  }

  .blog02 .post.opost h1{
    font-size: 30px;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .comment-form .submit{
    background-color: #DA6240;
    border: 0;
  }

  
  .pagination{
    margin: 0;
    border: 0;
  }

  .pagination li{
    display: inline-block;
    border: 0;
  }

  .pagination li a{
    display: inline-block;
    border: 0;
    background-color: #DA6240!important;
    color: #FFF!important;
  }

  .pagination li a:hover{
    background-color: #F27F5F!important;
    color: #FFF!important;
  }

  .pagination .current{
    background-color: #FFF!important;
    color: #000!important;
    border: 0!important;
  }

  .current>li:first-child{
    margin-left: 5px;
  }

  .commadm{
    /*margin-left: 30px;*/
    padding: 20px;
    background-color: #EEE;
  }

/* blog02 */

.bread{
  padding-top: 100px;
  font-size: 12px;
  color: #333;
}

.titulo h2,
.titulo h1{
font-family: 'poppinsextrabold';
font-size: 37px;
color:  #DA6240;
margin-bottom: 40px;
}

.int{
  padding-bottom: 70px;
}

.post h2{
  margin-top: 0;
  font-family: 'poppinsextrabold';
  font-size: 20px;
  color: #1D3F7E;
}


/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .card{
      width: 310px;
    }

    a.logo img{
      max-width: 100%;
      height: auto;
    }

  }
  @media (max-width: 991px) {

    .fx1{
      text-align: center;
    }

    .fx2 h2,
    .fx2 h1,
    .fx3 h2,
    .fx4 h2,
    .fx5 h2,
    .fx6 h1,
    .fx1 h1{
      background-position: center bottom;
      text-align: center;
    }

    .fx2 a.cta1 {
        margin-top: 40px;
    }

    .fx3{
      height: auto;
      padding-bottom: 40px;
    }

    .card{
      display: block;
      margin-right: auto;
      margin-left: auto;
      max-width: 100%;
      margin-bottom: 15px;
    }

    .fx4{
      padding-top: 40px;
      text-align: center;
    }

    .fx5{
      text-align: center;
    }
    

    a.logo2{
      display: none;
    }

    .finfo{
      text-align: center;
      padding-left: 0;
    }

    .finfo img{
      position: static;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px;
    }

    .redesf{
      text-align: center;
      margin-bottom: 40px;
    }

    .footer h4{
      text-align: center;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

    .footer h4{
      font-size: 20px;
    }

    .fx6 h1{
      font-size: 35px;
    }

    a.cta1{
      font-size: 15px;
    }

  }
/* /responsivo */


/* Modalzao */
  .modalzao{
    background-color: rgba(30,30,30,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .modalcorpo{
    display: inline-block;
    position: relative;
  }

  .modalcentro{
    max-width: 1000px;
    text-align: center;
    width: 100%;
    max-height: 80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*background-color: #FFF;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  a.modalx{
    content: 'x';
    color: #AAA;
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #5C5A5D;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    transition: all .2s linear;
  }
  a.modalx:hover{
    background-color: #818181;
  }

  @media (max-width: 1000px) {.modalcentro{max-width: 95%; } a.modalx{right: 0; top: -25px; }
  }

  /**/

  #modalzao{
    display: none;
  }

  #mcor img{
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
  }
/* / Modalzao */


.case{
  position: relative;
  padding-left: 210px;
  text-align: left;
}

.case .laimg{
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
}

.case p {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  text-align: left;
}

.casetit{
  font-size: 20px;
  font-family: 'poppinsbold';
}

.casecargo p{
  font-size: 14px;
  color: #555;
  font-style: normal;
  text-align: left;
}

/* responsivo */  
 
  @media (max-width: 580px) {

    .case{
      padding-left: 0;
      text-align: center;
    }

    .case img{
      position: static;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px;
    }

    .case p{
      text-align: center;
    }

  }
/* /responsivo */



.owl-cases{
  text-align: center;
}

.case{
  text-align: left;
}

.owl-cases .owl-nav{
  display: inline-block!important;
  margin-top: 0;
  padding-top: 60px;
}
.owl-cases .owl-prev{
  left: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  left: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-cases .owl-next{
  right: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: static;
  right: 15px;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-cases .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/prev.png);
  width: 17px;
  height: 17px;
  display: block;
}
.owl-cases .owl-next span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/next.png);
  width: 17px;
  height: 17px;
  display: block;
}


