@charset "UTF-8";
:root {
	--bs-orange: #f75c0e;
	--bs-orange2: #b95252;
	--bs-orange3: #f75c0e36;
	--bs-green: #006C4B;
	--bs-green2: #00A859;
	--bs-green3: #005F43;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-white2: #ddd;
	--bs-white-fundo: #efebeb;
	--bs-gray: #999;
	/*
	Tamanho de fonte
	*/
	--fs-pequena: #999;
	--fs-normal: #999;
	--fs-media: 1.3em;
	--fs-grande: #999;
}
* {
	padding: 0;
	margin: 0;
}
header {
	grid-area: header;
	width: auto;
	/* height: 5em; */
	text-align: center;
	margin-bottom: 1em;
	display: inline-flex;
	/* border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--bs-gray); */
}

.logo {
	padding-right: 70px;
	margin: auto;
}
.logo img {
	width: 90%;
	/* height: 68px; */
	position: relative;
	padding-top: 1em;
}
.home img {
	padding: 20px 0 0 20px;
}
header h2 {
	width: 100%;
	font-size: 1.4em;
	color: var(--bs-orange);
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 2.5em;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--bs-orange);
}
/* header .lh {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--bs-orange);
} */
main {
	grid-area: main;
	margin: 2em 0;
	text-align: center;
	width: auto;
}
main .banner {
	padding-right: 10px;
}
aside {
	grid-area: aside;
	margin-top: 2em;
	padding-right: 50px;
	text-align: center;
	background-color: var(--bs-white)
}
aside div {
	width: 300px;
	padding-bottom: 1em;
	background-color: var(--bs-white)
}
aside banner {
	width: auto;
	background-color: var(--bs-white)
}
/* .asideMidias {
	clear: both;
} */
.asideMidias img {
	width: 35px;
}
.asideMidias a{
	padding: 0px 5px;
}
footer {
	grid-area: footer;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 30px;
}
.fundo {
	background-color: var(--bs-white-fundo);
}
.publicidadeEsq {
	grid-area: publicidadeEsq;
	background-color: var(--bs-gray)
}
.publicidadeDir {
	grid-area: publicidadeDir;
	background-color: var(--bs-gray)
}
body {
	display: grid;
	grid-template-columns:auto 700px 324px auto;
	grid-template-rows: 80px auto 50px;
	grid-template-areas: 'publicidadeEsq header header publicidadeDir'
						 'publicidadeEsq main aside publicidadeDir'
						 'publicidadeEsq footer footer publicidadeDir';
	padding-bottom: 0px;
	padding-top: 0px;
}
.featured {
	position: relative;
	padding-top: 0.5em;
	margin: 0 1.5em;
	font-size: 1.1em;
	text-align: center;
}
.menu {
	position: relative;
	padding-top: .5em;
	height: 100%;
	width: 100%;
	text-align: center;
}
ballon {
	border-radius: 6px;
	text-align: center;
	background-color: var(--bs-white-fundo);
	display: inline-block;
	width: auto;
	font-size: 1.1em;
	padding: 1em;
	margin: 1em;
}
.calculadora {
	width: 100%;
	text-align: center;
}
.calculadora div {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 45%;
	vertical-align: middle;
}
.calculadora .linha{
	padding: 20px 0px;
}
.button {
	border-radius: 5px;
	font-size: 1.1em;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid var(--bs-gray);
	margin-top: 5px;
}
.button:hover {
	color: var(--bs-white);
	background-color: var(--bs-green2);
}
.buttonMenu {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 48%;
	vertical-align: bottom;
	padding-top: 1em;
}
.menuImg {
	width: 40%;
}
/* #imprimir {
	display: none;
} */
#copyright  {
	position:relative;
	letter-spacing:1px;
	text-align:center;
	background-color:var(--bs-green);
	/* padding-top: .5em; */
	padding-right: 0em;
	padding-bottom: .5em;
	color: var(--bs-white);
	font-size: .8em;
}
#copyright a {
	text-decoration:none;
	color:var(--bs-white);
	font-weight: bold;
}
html {
	width: 100%;
}
body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.75em;
}
input {
	font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--bs-green);
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: var(--bs-green2);
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a {
	color: var(--bs-green);
	text-decoration: none;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px var(--bs-white2);
}
blockquote {
	border-left: solid 0.5em var(--bs-white2);
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ul, ol, dl {
	margin-bottom: 1em;
}
table {
	text-align: left;
	font-size: 1em;
}
.buttonCategoria {
	border-radius: 6px;
	display: inline-block;
	color: var(--bs-white);
	text-align: center;
	text-decoration: none;
	background-color: var(--bs-green3);
	font-size: 1.1em;
	margin: 5px 1px;
	font-weight: 400;
	vertical-align: bottom;
	padding: 0.5em;
}
.buttonCategoria:hover {
	color: var(--bs-white);
	background-color: var(--bs-green2);
}
.laranja {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--bs-orange);
	font-size: 1.1em;
}
.laranjaInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--bs-orange);
	font-size: .9em;
}
.style3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.verde {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--bs-green);
}
.verde b {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--bs-green);
	font-weight: bold;
	font-size: 1.0em;
}
a.verde {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--bs-green);
	font-weight: bold;
	font-size: 1.1em;
}
.result {
	margin: auto;
	text-align: left;
	/* border: var(--bs-green3) solid 2px; */
	padding: 0px 0px 20px 0px;
}
.resultLinha {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.resultLinha input{
	margin: 1px;
	background-color: var(--bs-white-fundo);
	width: 100px;
	text-align: center;
	border-radius: 5px;
}
p.c1 {
	float: left;
	width: 60%;
	margin-bottom: 0px;
	margin-left: auto;
}
p.c2 {
	float: left;
	width: 30%;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: auto;
}
.verde .c1, .verde .c2{
	padding-top: 20px;
}
/* .limpar {
	clear: both;
} */
.textoEsquerda {
	text-align: left;
}
.pdt30 {
	padding-top: 30px;
}
.mgt10 {
	margin-top: 10px;
}
.pdb30 {
	padding-bottom: 30px;
}
.mgl50 {
	margin-left: 50px;
}
.resultIndicador {
	color:var(--bs-green);
	font-weight: 600;
	text-align: center;
}
.copyrightMobile  {
	display: none;
}
.divisao {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--bs-orange2);
}
.col-6 span {
	width: 70%;
}
.ruminante {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
.fs-7 {
	font-size: .9em;
}
@media (max-width: 850px) {
	body {
		grid-template-columns: 100%;
		grid-template-rows: 70px auto auto 50px;
		grid-template-areas:'header'
		'main'  
		'aside'  
		'footer';
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	header {
		text-align: center;
		width: 100%;
		height: 70px;
		/* border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: var(--bs-orange); */
}
header img {
   height: 100%;
   position: relative;
}
header h2 {
   margin-bottom: 15px;
   }
main {
   width: auto;
   padding: 0px;
}
main .banner {
   padding: 0;
}
aside {
   width: auto;
   background-color: var(--bs-white);
   padding-right: 0px;
}
aside div {
   width: auto;
   padding-top: 1em;
   padding-bottom: 1em;
   background-color: var(--bs-white);
}
.calculadora div {
   display: inline-block;
   text-align: center;
   text-decoration: none;
   width: 90%;
   vertical-align: middle;
   /* font-size: 1em; */
}
#imprimir {
   display: none;
}
.home {
   display: none;
}
#copyright  {
   display: none;
}
.logo {
   	padding: 0 0 0.5em 0;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--bs-orange); */
	/* box-shadow: 0 0.2em var(--bs-orange3); */
}
.featured {
   position: relative;
   padding-top: 0.5em;
   margin: 0 1.1em;
   font-size: 1.1em;
   text-align: center;
}
menu {
   position: relative;
   padding-top: 0.5em;
   height: 100%;
   width: 100%;
   text-align: center;
}
ballon {
   border-radius: 0;
   text-align: center;
   background-color: var(--bs-white-fundo);
   display: inline-block;
   width: 100%;
   font-size: 1.1em;
   padding: 0.5em;
   margin: 1em 0;
}
ballonInfo {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 1.1em;
	padding: 0.5em;
	margin: 1em 0;
 }
.buttonMenu {
   display: inline-block;
   text-align: center;
   text-decoration: none;
   width: 48%;
   vertical-align: bottom;
   padding-top: 0.5em;
}
.buttonMenu img {
   width: 60%;
}
.menuImg {
   width: 80%;
   max-width: 200px;
}
.maxImg {
	max-width: 250px;
 }
footer {
   width: auto;
}
.copyrightMobile  {
	background-color: var(--bs-orange2);
	display: block;
	bottom: 0;
	left: 0;
	height: 60px;
	position: fixed;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--bs-orange);
	background-color: var(--bs-white);
	padding-top: 10px;
}
.copyrightMobile img {
	height: 35px;
}
.col-6 span {
	width: 100%;
}
}
