/* VERSÃO MOBILE DO SITE
 * Criada por: Agência Divulgar Meu Negócio
 * Orçamentos: www.divulgarmeunegocio.com.br
 * Atualizado em: 17/05/2021
*/

/* LARGURA MÁXIMA */
#menu_box, #box_palco_fotos, #box_palco_txt, #conteudo_site, #conteudo_interno_index, #conteudo_interno_footer_index, #box_logos, #topo, #palco, #box_palco_produtos, #intro_produto, form#dados, #footer { width: unset; max-width: 100%;  }
img { max-width: 100% }

/* LIMPAR FLUTUAÇÃO */
.clear { clear: both; }

/* OCULTOS */
#copydesktop, #cabecalho { display: none; }

/* animacao na LOGO --------------*/
.texto { 
  transform: translateX(200px);
  transform: translateY(100px);
  animation: animTexto 6s  alternate;
  margin-left:450px;
}

@keyframes animTexto {
  0%, 25% {
    opacity: 0;
    transform: translateY(-200px);
  }
  75%, 100% {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* fim script animcao da LOGO*/

/* CABEÇALHO */
.logo {
	float: none;
	max-width: 100%;
    width: 60%;
    height: auto;
    margin: 10px auto;
}
#topo {
	text-align: center;
}

/* MENU */
#menu_box {
	height: auto;
}
#menu_box .botao, #menu_box .botao_ultimo {
    font-size: 1rem;
    border-right: none;
}


/* HOME */
#conteudo_interno_footer_index {
	background-position: top;
	padding: 50px 0 5px 0;
	height: 460px;
	text-align: center;
}
#box_logos {
	margin: 0 auto 20px auto !important;
}
#box_logos img {
    width: 40%;
    margin: 10px !important;
}
#home img.texto {
    max-width: 60%;
    margin: -150px 0 0 30px;
}

/* PÁGINAS */
#box_palco_fotos {
    height: auto;
    margin-top: 0;
}
#box_palco_fotos img {
    width: 80px;
    margin-top: 10px !important;
    position: absolute;
}
#box_palco_txt {
	height: auto;
}
.palco_txt_title {
	margin-bottom: 30px;
}

/* PRODUTOS */
.representadas #palco {
	height: fit-content;
}
#box_palco_produtos {
	float: none;
	margin: 0;
    padding: 20px;
    border-top: 2px solid #1e618d;
    background: url(../imagens/bg_footer.jpg) no-repeat;
    height: auto;
}
.intro_produto_img {
	height: 55px;
	margin-right: 0;
}
.orcamento_prod {
	height: 55px;
}
#conj_box_prod_descricao {
	width: 30%;
}
#box_produto {
	width: 110px !important;
	height: 110px !important;
}
#box_produto div {
	width: 100px !important;
	height: 100px !important;
}
#conj_box_prod_descricao {
	height: auto;
	margin: 10px auto;
}
.duporto img {
	margin: 0 !important;
}

/* CONTATO */
form#dados {
	margin: 20px 0 10px 10px;
}
#field_maior {
	width: unset;
}
.contatoimg {
	width: 100px !important;
}
label.render {
	float: none;
}
.background_input_maior {
	float: none;
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    width: 95%;
}
form#dados .background_btn {
    margin-top: 3px;
    margin-left: 7px;
    float: right;
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5rem;
    background: #2db742;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid green;
    margin: 10px;
}

/* RODAPÉ */
.logo_footer {
	width: 90%;
    padding: 10px;
    margin: 0 auto;
}
#menu_box_footer {
    width: 40%;
    height: auto;
    margin: 30px 0 20px 20px;
}
.botao_footer {
	font-size: 1rem;
    padding: 10px;
}
p.p_footer {
    margin-top: 30px !important;
}
#copymobile {
	display: block !important;
	background: #6699cc;
    font-family: sans-serif;
    padding: 20px;
    margin-top: 20px;
}