body{
    border: 25px solid #000000;
    background-color: #000000 !important;
}

@media(min-width: 992px){
    .hide-on-desktop{display: none !important;}
}

@media(max-width: 992px){
    .hide-on-mobile{display: none !important;}
}
 
#page{overflow: hidden;}

#headerGlobal .wpb_column.vc_column_container .vc_column-inner{padding: 0;}

@media(max-width: 992px){
    #headerGlobal{
       padding: 0 !important;
    }
    
    #headerGlobal .vc_col-sm-3{
        width: 100% !important;
    }
    
    #headerGlobal .logotype{
        margin-top: 0 !important;
        margin-bottom: 25px !important;
    }
}

#aProdutoraMenu, #portfolioMenu, #clientesMenu, #contatoMenu{
  	height: 0;
	position: relative;
  	top: -132px;
  	visibility: hidden;
}

#homeMenu{
  	height: 0;	
  	position: relative;
  	top: -25px;
}

#masthead{
    margin-top: -170px !important;
    overflow: hidden;
}

.site-header.sticky-element-original.sticky-element-active{
	border: 0 !important;
  	transition: border 0.3s !important;
  	bottom: 40px;
}

#masthead .element-is-sticky #headerGlobal{
	border-top: 25px solid #000000 !important;
  	transition: border 0.3s !important;
}

#portfolioHome .vc_column_container .vc_column-inner, #clientesHome .vc_column_container .vc_column-inner, #contatoHome .vc_column_container .vc_column-inner{padding-top: 0;}
#clientesHome .vc_column_container .vc_column-inner .wpb_wrapper .wpb_content_element{margin-bottom: 0;}

footer#colophon{
    padding: 15px 0 !important;
    background: #000000 !important;
}

footer#colophon p{
    margin: 0 !important;
    font-weight: 100 !important;
}

footer#colophon .wpb_content_element{margin: 0 !important;}

/* PORTFOLIO */

.page-id-65 #masthead{
    margin-top: -26px !important;
    position: fixed;
    left: 25px;
    right: 25px;
    border-top: 25px solid #000000 !important;
}

.portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio .item {
    width: 48%;
    margin-bottom: 4%;
    flex-wrap: wrap;
}

.portfolio .item-descricao {
    color: #848484;
}

.portfolio-title{
    margin-top: 207px;
    margin-bottom: 50px;
}

/* CPT SLIDER */

.cptSlider .cptTitle, .cptSlider .cptExcerpt, .cptSlider .cptDate{margin: 0 0 15px 0;  color: white;}
.cptSlider .cptShare{margin: 0; color: white;}

.cptSlider .cptTitle{font-size: 24px; margin-top: -8px;}

.cptSlider.leftBox{padding-left: 0;}
.cptSlider.rightBox{padding-right: 0;}

.owl-carousel{z-index: 0 !important;}

.vc_col-sm-6.vc_gitem-col.vc_gitem-col-align-left {
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
    color: white;
}

.vc_col-sm-6.vc_gitem-col.vc_gitem-col-align-left h3{margin-top: 0;}

.onlyPortfolio{display: none;}

.page-template-portfolio .onlyHome{display: none;}
.page-template-portfolio .onlyPortfolio{display: block;}

@media (max-width: 991px){
    /*body{margin-top: 48px !important;}
    
    #headerGlobal{margin-top: 22px;}*/
    
    body.home{padding-top: 75px;}
    
    #video-introducao{display: none !important;}
    
    #headerGlobal .wpb_column.vc_column_container.vc_col-sm-9{display: none !important;}
    
    .logotype img{height: 50px;}
    
    .portfolio .item {
        width: 100%;
        margin-bottom: 4%;
        flex-wrap: wrap;
    }
    
    .portfolio .item-video iframe{
	    height: auto;
    }
    
    .portfolio-title{
        margin-top: 147px;
    }
    
    .vc_gitem_row.vc_row.vc_gitem-row-position-top .vc_col-sm-6.vc_gitem-col.vc_gitem-col-align-left{width: 100% !important;}
    
    .vc_gitem_row.vc_row.vc_gitem-row-position-top .vc_col-sm-6.vc_gitem-col.vc_gitem-col-align-left:nth-child(1) {
        position: relative;
        width: 100%;
        padding-bottom: 56%;
    }

    .vc_col-sm-6.vc_gitem-col.vc_gitem-col-align-left iframe{
    	width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*  CONTACT FORM 7  */

.wpcf7-response-output{
    border: 0 !important;
    border-radius: 2px;
    margin: 30px auto 0px auto !important;
    text-align: center;
    padding: 15px 15px 15px 15px !important;
    max-width: 630px !important;
}

.wpcf7-mail-sent-ok{
  background: #6dab3c;
  color: white;
}

.wpcf7-validation-errors{
  background: #e74c3c;
  color: white;
}

.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    margin: -4px 0 2px 0;
    font-size: 10px;
}

.wpcf7 form.wpcf7-form>p .ajax-loader {
    position: relative;
    border-radius: 100%;
    top: -2px;
    left: 33px;
    margin-left: -20px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}