*{
	font-family: 'Helvetica';
}
body {
  background-color: white;
  /*background-color: #00305a;*/
  color: #27955c;
}
button{
	background-color: #00305a;
	color: white;
}

#conteudo-tecnico{
	background-color: white;
	padding: 20px;
}
.carousel,.item,.active{
	width: 100%;
}
.carousel-inner{
	width: 100%;
	height:100%;}

.navbar-fixed-top{
	background-color: rgb(0, 48, 90);
}
.top-header{
	margin-top:160px;
}
.navbar-brand,
.navbar-nav li a {
	color:white;
    line-height: 40px;
    height: 80px;
    padding-top: 10px;
    margin-right: 10px;


}

.navbar-nav li a:hover,.navbar-nav li a:focus {
	background-color: rgba(255,255,255,0.1);
	border-radius: 3px;
}
.navbar-brand img{
    margin-top: 15px;

}
#empresa p, #conteudo-tecnico p{
	padding-left: 10px;
	padding-right: 15px;
}
.softwares-description{
	height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#parallaxBar{
	color: white;
	padding: 20px;
}
.paralla-header{
	text-align: center;
	font-size: 30px;/* antes era 3,4cm*/
}
.gado-de-corte-bg{
	background: url("../img/gado de corte bg.png") 50% 0 fixed;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative; 
	width: 100%;
	
}
.gado-de-leite-bg{
	background: url("../img/gado de leite bg.png") 50% 0 fixed;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative; 
}
.ovinos-bg{
	background: url("../img/ovinos bg.png") 50% 0 fixed;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative; 
}
.ovinos-bg-nutricao{
	background: url("../img/ovinos bg nutricao.png") 50% 0 fixed;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative; 
}

hr{
	width: 80%;
	min-width: 200px;
	height: 4px;
	background-color: #8e44ad;
	border-radius: 5px;
}

.options{
	margin-top: 10px ;
	margin-bottom: 10px ;
}

footer{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #bdc3c7;
	margin-top: 20px;
}
.amarelo{
	background-color: #f1c40f;
	width: 50%;
	min-width: 250px;
}

.copyright{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
}
.btn{
	background-color: #00305a;
	text-transform: uppercase;
}


.font-footer{
	font-size: 16px;
}
