*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

body{
	background:#fff;
}

/* WHATSAPP */
.wpp_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
}
.wpp_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(https://divulgarmeunegocio.com.br/resources/whatsapp_divulgar.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

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

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

.texto:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}



/* CHAMANDO O FADE -----------------------*/

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}


/*  FECHANDO SCRIPT FADE -----------------*/

img a{
	border:none; 	
}

#conteudo_site{
	width:1300px;
	height:auto;
	background:#FFFFFF;
	margin:0 auto;
	float:inherit;
	position:relative;
}


#topo{
	width:1300px;
	height:140px;
	background:url(../imagens/bg_top.jpg) repeat;
}

.logo{
	float:left;
	margin-left:40px;
	margin-top:15px;
	height:100px;
}

.logo:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.transparencia:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}




#menu_box{
	width:1300px;
	height:44px;
	float:left;
	margin-top:0px;
	background:#69C;
}

.botao li{
	color:#FFFFFF;
}


.botao{
	background:#69C;
	height:34px;
	float:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border-right: solid #000;
	border-width:thin;
	size:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	display:block;
}


.botao:hover{
	background:#309;
}




.botao_destaque{
	background:#36C;
	height:34px;
	float:right;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border-right: solid #000;
	border-width:thin;
	size:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	display:block;
}


.botao_destaque:hover{
	background:#309;
}







.botao_ultimo{
	background:#69C;
	height:34px;
	float:right;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#000000;
	text-align:center;
}


.botao_ultimo:hover{
	background:#309;
}


#banner{
	width:1300px;
	height:396px;
}

#conteudo_interno{
	width:1300px;
	float:left;
	margin-top:44px;
	padding-top:20px;
	padding-bottom:15px;
	background:#FFF;
}

#conteudo_interno_index{
	width:1300px;
	height:828px;
	float:left;
	background:url(../imagens/background_gela-food.jpg) no-repeat;
}



#menu_index{
	width:155px;
	height:225px;
	margin-top:178px;
	margin-left:174px;
	position:absolute;
	z-index:10;
}

.botao_empresa{
	margin-left:45px;
	margin-top:5px;
	/* tempo de fade */
	-webkit-animation: fadeIn 5s ease-in-out;
	-moz-animation: fadeIn 5s ease-in-out;
	-o-animation: fadeIn 5s ease-in-out;
	animation: fadeIn 5s ease-in-out;
}


.botao_representadas{
	margin-left:10px;
	margin-top:5px;
	/* tempo de fade */
	-webkit-animation: fadeIn 7s ease-in-out;
	-moz-animation: fadeIn 7s ease-in-out;
	-o-animation: fadeIn 7s ease-in-out;
	animation: fadeIn 7s ease-in-out;
}


.botao_atuacao{
	margin-left:35px;
	margin-top:0;
	/* tempo de fade */
	-webkit-animation: fadeIn 9s ease-in-out;
	-moz-animation: fadeIn 9s ease-in-out;
	-o-animation: fadeIn 9s ease-in-out;
	animation: fadeIn 9s ease-in-out;
}



.botao_producao{
	margin-left:15px;
	margin-top:0px;
	/* tempo de fade */
	-webkit-animation: fadeIn 11 ease-in-out;
	-moz-animation: fadeIn 11s ease-in-out;
	-o-animation: fadeIn 11s ease-in-out;
	animation: fadeIn 11s ease-in-out;
}


.botao_contato{
	margin-left:40px;
	margin-top:3px;	
	/* tempo de fade */
	-webkit-animation: fadeIn 13 ease-in-out;
	-moz-animation: fadeIn 13s ease-in-out;
	-o-animation: fadeIn 13s ease-in-out;
	animation: fadeIn 13s ease-in-out;
}

#conteudo_interno_footer_index{
	width:1300px;
	height:430px;
	float:left;
	background:url(../imagens/background_gela-food_footer.jpg) no-repeat;
	background-color: #ffc324;
    margin-bottom: 20px;
    text-align: center;
}


#box_logos{
	width:986px;
	height:350px;
	margin-top:50px;
	margin-left:163px;
}

.rep_log{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	width: 20%;
}

.rep_log:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.representadas .rep_log { width: 40% }
.representadas #palco { height: 850px; }



.title_verde{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	color:#85C226;
	text-align:center;
}


#box_service{
	width: 325px;
	height: 273px;
	float:left;
}

#box_service:hover{
	width: 325px;
	height: 273px;
	background:url(../imagens/bg_box_service.jpg) repeat-x;
	float:left;
}


#box_service_title{
	width: 280px;
	height: 30px;
	margin-left:22px;
	background:#B1B7A6;
	float:left;
}


.box_service_txt_title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	margin-top:3px;
}


#box_service_img{
	width: 280px;
	height: 95px;
	margin-left:22px;
	background:#FFF;
	float:left;
}


#box_service_txt{
	width: 260px;/*   -20 de padding*/
	height: 129px;/*   -20 de padding*/
	margin-left:22px;
	background:#FEFDFB;
	float:left;
	padding:10px;
}

.service_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	font-size:15px;
	color:#666666;
	margin-top:3px;
}


#palco{
	width:1300px;
	height:635px;
	background:url(../imagens/bg_footer.jpg) no-repeat;
	margin-top:40px;
}


#box_palco_fotos{
	width:540px;
	height:440px;
	float:left;
	margin-left:30px;
	margin-top:35px;
}

#box_palco_fotos_selecionada{
	width:264px;
	height:181px;
	border:#FFFFFF thin solid;
	margin:2px;
	size:1px;
	float:left;
	background:url(../imagens/bg_foto.png);
}

#box_palco_txt{
	width:665px;
	height:280px;
	float:right;
	margin-right:30px;
	margin-top:35px;
}


/*CSS PAGINA PRODUTOS -----------------------------------------*/

#box_palco_produtos{
	width:1240px;
	float:left;
	margin-left:30px;
	margin-top:35px;
}


#box_produto{
	width:177px;
	height:177px;
	float:left;
	margin:0 auto;
	background:url(../imagens/bg_produto.png) no-repeat;
	text-align:center;
	
}

.img_produto_box{
	max-width:168px;
	max-height:168px;
	margin: auto 0;
	width:auto;
	height:auto;
	text-align:center;
	display: inline-block;
	
  
}

#intro_produto{
	width:1240px;
	height:100px;
	margin-bottom:15px;
}

.intro_produto_img{
	height:100px;
	float:left;
	margin-right:30px;	
}


.intro_produto_p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#006;
}

.orcamento_prod{
	float:right;
}

.orcamento_prod:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.intro_descr_txt{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	color:#000;
}

#conj_box_prod_descricao{
	width:177px;
	height:200px;
	float:left;
	margin:0 auto;
}
/*CSS PAGINA PRODUTOS -----------------------------------------*/




#box_palco_form{
	width:533px;
	height:278px;
	float:right;
	background:url(../imagens/bg_orcamento.png) no-repeat;
	margin-right:30px;
	margin-top:15px;
}


.palco_txt_title{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:24px;
	font-weight:normal;
	color:#FFFFFF;
}


.palco_txt_p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:16px;
	font-weight:normal;
	color:#006;
}


#footer{
	width:1300px;
	height:200px;
	float:left;
	background:url(../imagens/bg_bottom.jpg) repeat-x;
}


/*BOTOES FOOTER ----------------------------------------------------*/

#menu_box_footer{
	width:132px;
	height:135px;
	float:left;
	margin-left:20px;
	margin-top:65px;
}


.botao_footer{
	background:#69C;
	width:130px;
	height:19px;
	float:left;
	padding-top:3px;
	padding-left:7px;
	padding-right:7px;
	border-left:solid #273D05;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-align:left;
}

.branco{
	color:#FFFFFF;
}

.botao_footer:hover{
	background:#309;
	border-left:solid #F00;	
	border-width: 2px;
}




.p_footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:normal;
	text-align:righr;
	margin:0 auto;
}

.p_footer_email_contato{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#000;
	font-weight:bold;
	text-align:righr;
	margin:0 auto;
}


.p_bold_footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:right;
	margin:0 auto;
}


.logo_footer{
	float:right;
	position:relative;
	z-index:20;
 	margin-top:0px;
 	margin-right:40px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}


.logo_footer:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*BOTOES FOOTER ----------------------------------------------------*/



#barra_alls{
	width:1300px;
	height:59px;
	float:left;
}

.form_contato{
	width:354px;
	padding:10px;
	background:#999;
	float:left;
	margin-top:0px;
	margin-left:0px;
}

.form_contato_palco{
	width:354px;
	padding:10px;
	float:left;
	margin-top:0px;
	margin-left:0px;
}


#field_maior{
	width:354px;
	float:left;
	margin-top:2px;
	margin-left:5px;
}



.render{
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	margin-left:7px;
	color:#FFF;
	float:left	
}


.render_black{
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	margin-left:7px;
	color:#000;
	float:left	
}



.background_input_maior{
	background:url(../imagens/color_light_grey_109.jpg);
	width:265px;
	float:right;
	margin-right:5px;
	color:#000000;
}


.background_input_maior_fundo{
	background:url(../imagens/color_light_grey_109.jpg);
	float:left;
}


.background_btn{
	background:url(../imagens/btn_enviar.png);
	margin-top:3px;
	margin-left:7px;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* DIVULGAR produtos */
.produtos-imagem {
	text-align: center;
}
.produtos-imagem h3 {
    color: #000;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.produtos-imagem img {
	max-width: 100%;
}