body {
	margin: 0;
}
.padding-none{
	padding: 0 !important;
}
/*header---------------------------------------------------------------------------------------------- */
header {
	background-color: #285023;
	color: white;
}
header .icon-bar {
	background-color: #e88527;
}
.header-container {
	position: absolute;
	width: 100%;
	border-top: 35px solid transparent;
	border-right: 60px solid transparent;
	border-left: 60px solid transparent;  
}
.navbarx {
  position: relative;
  height: 100%
  min-height: 50px;
  z-index: 2;
}
.navbar-defaultx {
  background-color: #285023;
  border-color: #285023;
}
.navbar-defaultx .navbar-nav  li  a {
  color: white;
  font-weight: bold;
  text-align: center;
}
.navbar-defaultx .navbar-nav  li  a:hover,
.navbar-defaultx .navbar-nav  li  a:focus {
  color: white;
  background-color: transparent;
  border-bottom: 6px solid #e88527; 
}
.dropdown-menu li a {
	padding: 10px !important;
} 
.dropdown-menu li a:hover {
	background-color: #e88527 !important;
	border: none !important;
} 
.dropdown:hover .dropdown-menu {
	display: block;
	background-color: #181f13;
	padding: 0;
}
.dropdown-menu .divider {
    background-color: #202a1a !important;
    margin: 0 !important;
}
.nav-center {
	padding-top: 20px;
}
.nav-element {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.nav-element img {
	display: block;
	margin: auto;
}
.logo-header {
	display: block;
}
.logo-header .logo-principal{
	max-height: 7vw;
}
/*Front---------------------------------------------------------------------------------------------- */
.green-top {
	width: 100%;
	height: 80px;
	background-color: #181f13;
}
.top-bottom {
	background-color: white;
	padding: 10px;
	border-bottom: 1px solid #285023;
}
#faq-title {
	font-weight: bold;
	font-size: 4em;
	color: #285023;
	margin: 50px 0 auto 4vw;
}
/*About--------------------------------------------------------------------------------------------- */
.faq {
	padding: 20px 5vw 60px 5vw;
}
.faq-question-box {
	padding: 10px 30px 10px 30px;
	min-height: 74px;
	display: block;
	border: 2px solid #e88527;
	margin: 20px 0 0 0;
	color: #285023;
}
.faq-question-box h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.faq-question-box button {
	background-color: transparent;
	background-image: url(../img/more-icon.png);
	background-size: cover;
	height: 50px;
	width: 50px;
	outline: none;
	border: none;
	border-radius: 50%;
	float: right;
}
.answer-text {
	padding: 20px;
	border: 2px solid #e88527;
	border-top: none;
	display: none;
}
.answer-text p {
	text-align: justify;
	font-weight: bold;
	font-size: 1.2em;
	color: #285023;
}
.change-style {
	background-color: #e88527;
	color: white;
}
.show {
	display:block;
}
/*Pre-footer--------------------------------------------------------------------------------------------- */
.pre-footer {
	background-color: #263220;
	padding: 60px;
	color: white;
}
.pre-footer p {
	display: block;
	margin: auto;
	text-align: justify;
	margin-bottom: 15px;
	padding-top: 20px;
}
.pre-footer h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.pre-footer li {
	list-style: none;
	text-align: center;
}
/*Footer------------------------------------------------------------------------------------------- */
footer {
	background-color: #22211f;
	color: white;
}
footer h4 {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}
footer h2 {
	text-align: center;
}
.social-networks {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.social-networks a{
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.social-networks a:hover{
	text-decoration: none;
}
