#menu_superofertas {
    display: none;
}

.full.menu .conteiner .nivel-um>li.offers>a {
    display: none;
    position: absolute;
    right: -10000px;
    visibility: hidden;
}

.full.menu .offers .nivel-dois {
	display: none;
    position: absolute;
    right: -10000px;
    visibility: hidden;
}

#rodape .institucional {
    min-height: 280px;
}
   
@media (max-width: 860px) {
    .full.menu .conteiner .nivel-um>li {
        margin: 0 10px;
    }
    
    #cabecalho ul.nivel-um {
		background: white;
	}
}


/* Botão "seja um distribuidor" */

.botao-distribuidor img {
	width: 100% !important;
}

@media (max-width: 760px) {
    .botao-distribuidor {
    	display: none;
    }
}


@media (max-width: 768px) {
    .botao-distribuidor {
    	display: none;
    }
}


@media (max-width: 1159px) {
	.botao-distribuidor {
    	width: 20%;
    }
}

/* Página Seja um Distribuidor */

#box-seja-distribuidor img {
	display: block;
    margin: 0 auto;
}

#box-seja-distribuidor iframe {
	width: 99% !important;
	margin-top: -50px !important;
}

#box-seja-distribuidor h1 {
	text-transform: initial;
	line-height: 1.2;
}

@media (max-width: 1290px) {
	#box-seja-distribuidor h1 span {
		font-size: 23px !important;
	}
}

@media (max-width: 1290px) {
	#box-seja-distribuidor h1 span {
		font-size: 23px !important;
	}
}

@media (max-width: 1240px) {
	#box-seja-distribuidor h1 span {
		font-size: 21px !important;
	}
}

@media (max-width: 1136px) {
	#box-seja-distribuidor h1 span {
		font-size: 19px !important;
	}
}

@media (max-width: 1036px) {
	#box-seja-distribuidor h1 span {
		font-size: 18px !important;
	}
}


@media (max-width: 767px){
	#box-seja-distribuidor h1 span {
		font-size: 24px !important;
	}
}

@media (max-width: 640px) {
	#box-seja-distribuidor h1 span {
		font-size: 22px !important;
	}
}


@media (max-width: 500px) {
	#box-seja-distribuidor h1 span {
		font-size: 18px !important;
	}
}


/*-------------------------------*/

@media (max-width: 767px) {
	#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div > h1 {
    	margin: 30px 0;
    }
}

/*-------------------------------*/

/* Banner topo */
.header-revendedor {
    width: 100%;
    background-color: #a63235;
    z-index: 101;
    position: relative;
    top: 0;
    margin: 0;
}

.header-revendedor img {
	margin: 0 auto;
    display: block;
}

.header-revendedor .banner-mobile {
    display: none;
}

#cabecalho {
	top: 60px;
}

@media (max-width: 768px) {
    .header-revendedor .banner-mobile {
    	display: block;
    }
    
    .header-revendedor .banner-desktop {
    	display: none;
    }

    #cabecalho {
        top: 90px;
    }
}
/*--------------------------------*/