@charset "UTF-8";
/* Tema do cliente */

/**  cor: #E6371B;  **/
/**  cor-hover: #E6371B;  **/


/* 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: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-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: 'montserratbold';
}


.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: 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: #E6371B;
}
::-moz-selection{
  background: #E6371B;
}
::selection{
  background: #E6371B;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #E6371B;
  border-color: #E6371B;
}
.lds-ellipsis div{  
  background-color: #E6371B;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'montserratregular';
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}





#video-home{
  width: 100%;
  height: 885px;
  object-fit: cover;
  display: block;
}

.videoarea{
  position: relative;
}

.videotxt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: left;
  width: 90%;
}

.videotxt h2{
  font-size: 55px;
  color: #FFF;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-right: 0;
  font-family: 'montserratsemibold';
  text-shadow: 1px 1px 1px #000;
}

.videotxt h2 span{
  font-size: 70px;
  font-family: 'montserratbold';
}

a.vcta{
  display: inline-block;
  font-family: 'oswald_regularregular';
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px;
  border: 2px solid #E09E00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
}

a.vcta:hover{
  background-color: #E09E00;
}


.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
  background-repeat: no-repeat;
  background-image: url(../imagens/fundo-topo.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 205px;
}

a.logo img{
  margin-top: 19px;
}



.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-top: 24px;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  margin-right: 40px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  font-family: 'montserratsemibold';
}

.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: #FFF;
}

.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:  #0F6B9A;
      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  #0F6B9A;
        position: absolute;
        right: 14px;
        top: -20px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
    }

    .menu>li>a{
      color: #FFF!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{
      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;
    }

  } 
  @media (max-width: 860px) {
    .tel{
      padding-right: 57px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/



.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.fx1 h2{
  text-align: center;
  color: #FFF;
  font-family: 'montserratbold';
  font-size: 33px;
  margin-bottom: 50px;
}

a.icone{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 169px;
  min-height: 190px;
  background-image: url(../imagens/meia-lua.png);
  background-position: center top;
  background-repeat: no-repeat;
  transition: all .2s linear;
  padding-top: 130px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
}




a.icone img{
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%,0);
  z-index: 2;
  filter: invert(100%);
}

.ctaholder{
  position: absolute;
  left: 0;
  top: -35px;
  text-align: center;
  width: 100%;
}


.fx2{
  background-image: url(../imagens/fx2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  background-size: cover;
}

.fx2 h2{
  text-align: center;
  font-size: 33px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'montserratsemibold';
}

.ctaholder2{
  position: absolute;
  left: 0;
  top: -40px;
  text-align: center;
  width: 100%;
}

.odep img{
  width: auto!important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.odep p{
  font-family: 'montserratbold';
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}

.autor{
  text-align: center;
  font-size: 14px;
  color: #FFF;
}



.owl-hdepo .owl-dots {
    position: static;
}
.owl-hdepo .owl-dots .owl-dot span{
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.owl-hdepo .owl-dots .owl-dot.active span, .owl-hdepo .owl-dots .owl-dot:hover span{
  border: 1px solid #FFFFFF;
  background-color: #F94400;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}



.fx3{
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #FFF;
}

.fx3 h2{
  text-align: center;
  color: #004C72;
  font-family: 'montserratsemibold';
  font-size: 33px;
  margin-bottom: 30px;
}

.owlhcl a{
  width: 169px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 127px;
  border: 1px solid #ECECEC;
  display: block;
}

.owlhcl img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  max-width: 95%!important;
  max-height: 95%!important;
  width: auto!important;
  height: auto!important;
}



.owl-hcli .owl-nav{
  display: block!important;
}

.owl-hcli .owl-prev,
.owl-hcli .owl-next{
  position: absolute;
  top: 20px;
  background-color: #FFF!important;
  outline: none;
}

.owl-hcli .owl-prev{
  left: -50px;
}
.owl-hcli .owl-next{
  right: -50px;
}

.owl-hcli .owl-prev span{
  font-size: 50px;
  background-color: #FFF!important;
  color: #333!important;
}
.owl-hcli .owl-next span{
  font-size: 50px;
  background-color: #FFF!important;
  color: #333!important;
}

.footer{
  background-image: url(../imagens/fundo-rodape.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.footer1{
  text-align: center;
  color: #FFF;
}

.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);;
  padding-top: 25px;
  padding-bottom: 35px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 80px;
}

.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: #FF0;
}

.copyright{
  text-align: right;
}

@media (max-width: 767px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }



a.logo2 img{
  margin-bottom: 60px;
}

.footer1 img{
  margin-bottom: 15px;
}


.tel{
  text-align: right;
  color: #FFF;
  margin-top: 30px;
  font-family: 'montserratsemibold';
  font-size: 18px;
}

.tel img{
  position: relative;
  top: -3px;
}


/* responsivo */  
  @media (min-width: 1200px) and (max-width: 1400px) { 
    #video-home{
      height: 665px;
    }
  }  
  @media (min-width: 992px) and (max-width: 1199px) {

    #video-home{
      height: 715px;
    }

    .menu>li>a{
      margin-right: 18px;
    }

    .header{
      background-image: url(../imagens/fundo-topo-md.png);
    }

    .owl-hcli .owl-nav{
      display: none!important;
    }

    .videotxt .container{
      width: 100%;
    }

  }
  @media (max-width: 991px) {

    .header{
      background-image: none;
      background-color: #FFF;
    }

    .tel{
      color: #333;
    }

    #video-home{
      height: 700px;
    }

    .videotxt .container{
      width: 100%;
    }

    .videotxt h2{
      font-size: 35px;
    }
    .videotxt h2 span{
      font-size: 50px;
    }

    .owl-hcli .owl-nav{
      display: none!important;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 596px) {
    
    .footer1 .col-xs-4{
      width: 100%;
    }

  }
  @media (max-width: 480px) {

  }
/* /responsivo */





.pg-interna .footer{
  background-image: url(../imagens/fundo-rodape-2.jpg);
}

.pg-interna .header{
  background-image: none!important;
}

.titulo{
  background-image: url(../imagens/fundo-titulo2.jpg);
  height: 289px;
  padding-top: 176px;
}

.titulo h2{
  margin-top: 0;
  font-size: 40px;
  color: #FFFFFF;
  font-family: 'montserratbold';
}

.bread{
  color: #FFF;
  font-size: 12px;
}

.pg-contato{
  background-image: url(../imagens/fundo-contato.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #004A74;
  padding-top: 60px;
  padding-bottom: 80px;
}

.pg-contato-cnt + iframe{
  display: block;
  width: 100%;
}



/* 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{
  background-color: #FFFFFF;
  padding: 20px 30px;
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;

  background-color: #F0F0F0;
  border: 0;
}

.pg-contato form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #F35B00;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}


@media (max-width: 991px) {
  .pg-contato form .col-xs-6{
    width: 100%;
  }
}


.pg-contato h3{
  font-size: 33px;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: 'montserratsemibold';
}



.cntb1, .cntb2, .cntb3{
  float: left;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.cntb1 img, .cntb2 img, .cntb3 img{
  position: absolute;
  left: 0;
  top: 0;
}


.pg-contato-cnt{
  padding: 50px 0;
  background-color: #FFF;
}



.pgq1{
  float: left;
  width: 50%;
}

.pgq1 iframe{
  width: 100%;
  height: 592px;
  display: block;
}

.pgq2{
  float: left;
  width: 50%;
  padding-left: 30px;
}

.pgqholder{
  max-width: 570px;
  padding-top: 110px;
}

.pgq2 h2{
  font-family: 'montserratsemibold';
  color: #004A72;
  margin-bottom: 25px;
}

.qfx1{
  background-color: #004B73;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #FFF;
}

.qfx1 h3{
  color: #FFF;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'montserratbold';
}

.qfx1 p{
  font-size: 16px;
  margin-bottom: 40px;
  color: #FFF;
}


.qfx2{
  padding-top: 40px;
  padding-bottom: 120px;
}

.qfx2 img{
  position: absolute;
  top: -90px;
  left: 0;
}

.qfx2 .row > div{
  position: relative;
}

.qfx2 h4{
  margin-top: 0;
  font-size: 22px;
  color: #F76513;
  font-family: 'montserratsemibold';
  margin-bottom: 0;
}

.qfx2 h5{
  font-size: 16px;
  font-family: 'montserratsemibold';
  color: #F76513;
}

.qfx2 p{
  font-size: 16px;
  color: #666666;
}

.pg-trabalhe{
  background-image: url(../imagens/fundo-trabalhe.jpg);
  height: 656px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
}


.pg-trabalhe h2{
  font-family: 'montserratsemibold';
  color: #FFFFFF;
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 20px;
}


/* 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-trabalhe form{
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;

  margin-bottom: 40px;
  color: #FFF;
}

.pg-trabalhe form input,
.pg-trabalhe form textarea,
.pg-trabalhe form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;

  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
}

.pg-trabalhe form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-trabalhe form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #F15B16;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pg-trabalhe form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

@media (max-width: 991px) {
  .pg-trabalhe form .col-xs-6{
    width: 100%;
  }
}


.curric input{
  display: inline-block!important;
  background-color: transparent!important;
}

.curric{
  color: #FFF;
}

.pg-depoimentos{
  background-image: url(../imagens/fundo-depoimentos.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #003359;
}

.pgodep{
  margin-bottom: 80px;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 210px;
  position: relative;
  min-height: 152px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.pgodepi{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -30px;
}

.pgodepaspa{
  position: absolute;
  left: 206px;
  top: -10px;
}

.pgodep p{
  color: #003359;
  font-size: 16px;
  
}


.ocli{
  display: block;
  width: 100%;
  height: 129px;
  position: relative;
  background-color: #FFF;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ocli img{
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}


.pg-clientes{
  background-image: url(../imagens/fundo-clientes.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #004B72;
  
}


.pg-servicos a.icone img{
  filter: invert(24%) sepia(91%) saturate(1602%) hue-rotate(190deg) brightness(94%) contrast(91%);
}

.pg-servicos a.icone {
  background-image: url(../imagens/meia-lua-2.png);
  color: #666666;
  font-size: 18px;
}

a.icone:hover {
  color: #FC7F00;
}

.pg-servicos{
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #FFF;
}

.ctaboxserv{
  text-align: center;
}

.pg-servicos iframe{
  width: 100%;
  height: 539px;
  margin-top: 30px;
  margin-bottom: 70px;
}


.servimg{
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}


.pg-servicos h2{
  margin-top: 0;
  font-size: 33px;
  color: #004C72;
  font-family: 'montserratsemibold';
  margin-bottom: 20px;
}

.pg-servicos h3{
  color: #F76513;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'montserratsemibold';
}


.singleserv iframe{
  width: 570px!important;
  height: 340px!important;
  margin-top: 0!important;
  margin-bottom: 20px!important;
}

/* responsivo */  
  @media (max-width: 580px) {

    .singleserv iframe{
      width: 100%!important;
      height: 300px!important;
      
    }

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

.lg2{
  display: none!important;
}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (max-width: 991px) {

  }
  @media (max-width: 767px) {

    .pgq1{
      width: 100%;
    }

    .pgq2{
      width: 100%;
    }

    .qfx2{
      text-align: center;
    }

    .pgqholder{
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .qfx1{
      text-align: center;
    }

    .qfx2 img{
      position: static;
      margin-bottom: 30px;
    }

    .pgq1 iframe{
      height: 300px;
    }

    #video-home {
        height: 600px;
    }

    .pgodepaspa{
      display: none;
    }

    .pgodepi{
      position: static;
      margin-bottom: 10px;
    }

    .pgodep{
      text-align: center;
      padding: 15px;
    }

    .titulo{
      background-image: none;
      background-color: #EC3417;
      padding-top: 0;
      padding-top: 116px;
      height: 219px;
    }

    .titulo h2{
      font-size: 30px;
    }

    .pg-trabalhe{
      background-color: #024B70;
      background-image: none;
    }

    .lg1{
      display: none!important;
    }

    .lg2{
      display: block!important;
    }


    .pg-servicos iframe{
      height: 300px;
    }







  }
  @media (max-width: 500px) {

    .pgq1 iframe{
      height: 200px;
    }

    .pg-servicos iframe{
      height: 200px;
    }

    #video-home {
        height: 550px;
    }




  }
  @media (max-width: 400px) {


    .tel{
      font-size: 13px;
    }

    #video-home {
        height: 500px;
    }



  }
/* /responsivo */


.grecaptcha-badge{
  display: none!important;
}

.g-recaptcha{
  position: relative!important;
  left: 0px;

}

.recaptcha iframe{
  height: 80px!important;
}