﻿/*<meta conditions="import.portal-documentacao" />*/

@import url('base.css');

/****************************** Capa dos produtos ******************************/

#capa-produto
{
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    border: none;
    text-align: center;
}

p
{
    white-space: pre-line;
}

table.botao
{
	width: 225px;
}

.titulo
{
	margin: 0;
	border: none;
}

.titulo h1
{
	font-size: 28px;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
	color: #003333;
}

/*  Colunas  */

.section
{
	clear: both;
	padding: 0px;
}

.section > a
{
	text-decoration: none;
}

.col
{
	display: block;
	float: left;
	margin: 2% 0 0% 4%;
}

.col > a
{
	text-decoration: none;
}

.col:first-child
{
	margin-left: 0;
}

.group:before,
.group:after
{
	content: "";
	display: table;
}

.group:after
{
	clear: both;
}

.group
{
	zoom: 1;
	/* For IE 6/7 */
}

/*  Uma coluna  */

.span_1_of_1
{
	width: 100%;
}

/*  Duas colunas  */

.span_2_of_2
{
	width: 100%;
}

.span_1_of_2
{
	width: 48%;
}

@media only screen and (max-width: 480px)
{
	.col
	{
		margin: 0;
	}
}

@media only screen and (max-width: 480px)
{
	.span_2_of_2,
	.span_1_of_2
	{
		width: 100%;
	}
}

/*  Três colunas  */

.span_3_of_3
{
	width: 100%;
}

.span_2_of_3
{
	width: 65.33%;
}

.span_1_of_3
{
	width: 30.66%;
}

@media only screen and (max-width: 480px)
{
	.col
	{
		margin: 5% 0 1% 0%;
	}

	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3
	{
		width: 100%;
	}
}

/*  Quatro colunas  */

.span_4_of_4
{
	width: 100%;
}

.span_3_of_4
{
	width: 74%;
}

.span_2_of_4
{
	width: 48%;
}

.span_1_of_4
{
	width: 22%;
}

@media only screen and (max-width: 480px)
{
	.col
	{
		margin: 5% 0 1% 0%;
	}

	.span_1_of_4,
	.span_2_of_4,
	.span_3_of_4,
	.span_4_of_4
	{
		width: 100%;
	}
}

/*  Boxes  */

.box-container-gp
{
	width: 100%;
	border-bottom: solid 5px #FF8000;
	margin: 0 auto;
	text-align: center;
}

.box-container-erp
{
	width: 100%;
	border-bottom: solid 5px #D93600;
	margin: 0 auto;
	text-align: center;
}

.box-container-acesso
{
	width: 100%;
	border-bottom: solid 5px #7fd8d8;
	margin: 0 auto;
	text-align: center;
}

.box-container-performance
{
	width: 100%;
	border-bottom: solid 5px #FFC926;
	margin: 0 auto;
	text-align: center;
}

.box-container-tecnologia
{
	width: 100%;
	border-bottom: solid 5px #009999;
	margin: 0 auto;
	text-align: center;
}

.box-container-logistica
{
	width: 100%;
	border-bottom: solid 5px #5ab031;
	margin: 0 auto;
	text-align: center;
}

.box-titulo
{
	margin: 0 auto;
	border: none;
	font-weight: bold;
	font-size: 18px;
	color: #003333;
}

.box
{
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 10px;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.box-top-assuntos
{
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 10px;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.box-top-assuntos > p
{
	margin: 0px;
	padding: 10px;
	padding-left: 15px;
}

a.top-assuntos
{
	text-decoration: none;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

p.link-top-assuntos:hover
{
	background: #e5eaea;
}

.box:after
{
	content: '';
	width: 100%;
	display: inline-block;
	line-height: 0;
}

.box-botao
{
	vertical-align: top;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	zoom: 1;
}

.box-botao > a
{
	color: #666666;
	text-decoration: none;
}

.box-botao:hover
{
	background: #e5eaea;
}

.botao {
    width: 230px;
    min-height: 85px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-size: 12px;
    color: #003333;
    text-transform: uppercase;
}

td.botao > img
{
	max-height: 35px;
}

.box-rodape
{
	width: 100%;
	height: 65px;
	border: solid 1px #e5e5e5;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: auto;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: #003333;
	background: #e5eaea;
}

.box-rodape:hover
{
	background: #ced2d2;
}

.box-rodape:after
{
	width: 100%;
	display: inline-block;
	line-height: 0;
}

.box-banner
{
	width: 100%;
	height: auto;
	min-height: 75px;
	border: solid 1px #e5e5e5;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: auto;
	padding: 10px;
}

.box-banner:hover
{
	background: #e5eaea;
}

.banner
{
	width: auto;
	margin: auto;
	border: none;
	font-size: 14px;
	color: #009999;
	text-align: left;
}

.banner > img
{
	max-height: 45px;
}

.store
{
	width: 100%;
}

.box-store
{
	display: inline-block;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Iframes para videos */

iframe
{
	width: 100%;
	display:block;
	margin: 0 auto;
}

/* Melhorias de responsividade */

@media (max-width: 475px){

	.banner > img {    
    display: none;		
	}
	
	.framebanner {
    height: 100px;
    width: 100%;
	}
	
	h1 {
    font-size: 30px;
    padding: 0px;
    margin-top: 0px;
    padding-top: 0px;
    word-wrap: break-word;
	}
	
	div.feedback {
    text-align: center;
	}
	
	.box {
    padding: 10px;
	}
	
	.box-botao {
    padding: 10px;
	}
}

/* Projeto sem TOC */

@media only screen and (max-width: 1280px)
{
	article,
	div.links-rodape,
	div.topo-logo-search
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}