/*GERAL*/

@media (max-width: 1099px){
	.container-content{
	    width: 100% !important;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media (max-width: 768px){
	.top.responsive .container-content{
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

/*GERAL END*/

/*TOP*/
@media (max-width: 990px){

	.menu {
	    height: 115px;
	}

	.header-black {
	    height: 265px;
	}

	.menu ul {
	    text-align: center;
	    margin-top: 12px;
	}

	.rs {
	    text-align: center;
        margin-top: 18px;
	}

	.menu ul li a {
	    font-size: 14px;
	}

	.telefones {
	    text-align: center;
	    margin-top: 28px;
	}

	.menu h2{
		font-size: 24px;
	    margin-left: 0px;
	}

}

@media (max-width: 768px){

	.top .menu{
		display: none;
	}

	.top .menu-responsive{
		display: block;
	}

	.header-black {
	    height: 285px;
	}

	.rs {
	    margin-top: 20px;
	}

	.rs span{
		display: none;
	}

	.rs .wrapper {
	    width: auto;
	}

	.rs .img {
	    left: 0;
	}

	.telefones {
	    margin-top: 60px;
	}

}

@media (max-width: 590px){

	.menu{
	    display: none;
	}

	.header-black {
	    height: 188px;
	}

}

@media (max-width: 350px){

	.footer .logo-footer{
		width: 100%;
	}

}
/*TOP END*/

/*HOME*/

@media (max-width: 990px){

	.orcamento h3 {
	    font-weight: 100;
	    margin-bottom: 40px;
	}

	.orcamento input {
	    height: 32px;
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    border: 0;
	    background-color: #ec1d23;
	    color: #FFFFFF;
	}

	.orcamento .right {
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}

	.orcamento .left {
	    float: none;
	    margin-left: 0;
	}

	.orcamento input {
		width: 100%;
	}

	.banner-meio .img {
	    width: 100%;
	}

	.banner-meio .left{
		margin-top: 30px;
		margin-bottom: 20px;
	}

}

@media (max-width: 768px){

	.footer .logo-footer {
	    margin-top: 38px;
	    float: none;
	}

}

@media (max-width: 480px){

	.footer .logo-footer {
	    width: 100%;
	}

	.orcamento {
	    margin-top: 0;
	    margin-bottom: 0;
	}

	.orcamento h3 {
	    margin-bottom: 30px;
	    font-size: 16px;
	}

	.orcamento button {
	    font-size: 14px;
	}

	.banner-rodape .img {
		margin-top: 20px;
	    margin-bottom: 20px;
	}

	.img-oliver{
    	float: none;
	}

}


@media (max-width: 350px){

	.footer ul {
	    margin-left: 0px;
	    position: relative;
	    top: 13px;
	    text-align: justify;
	}

}


/*HOME END*/