@media only screen and (max-width: 992px) {
	.c-navbar{
    height: 100px !important;
	}
}
.c-hor-nav-toggler{
	margin-right: 50px !important;
	margin-top: 20px !important;
}
footer > div.container > div.c-foot > div{
    margin-right: 0px !important;
}


.popup5{
     visibility: visible;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 20000;
     background-color: #000000dd;
     cursor: pointer;
}
.popupConteudo{
	width: 640px;
	height: 380px;
	background-image: url("../../../images/revestiform.png");
	cursor: pointer;
	margin-top: 15%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}