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;
}
#request-title {
	font-weight: bold;
	font-size: 4em;
	color: #285023;
	margin: 50px 0 auto 60px;
}
#request-title span {
	color: #e88527;
}
/*service-request--------------------------------------------------------------------------------------------- */
.service-request {
	padding: 10px 4vw;
}
.service-request h4 {
	text-align: center;
	color: #285023;
}
.service-request label {
	display: block;
	color: #e88527;
	font-size: 1.6em;
}
.service-request input {
	background-color: #faf9f9;
	padding-left: 15px;
	color: black;
	width: 100%;
	height: 40px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	border: 2px solid #d7d7d7;
}
.service-request select {
	background-color: #faf9f9;
	padding-left: 15px;
	color: #6c6b6b;
	width: 100%;
	height: 40px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	border: 2px solid #d7d7d7;
}
.message-input {
	display: block;
	margin: auto;
}
.message-input textarea{
	padding: 15px;
	background-color: #faf9f9;
	color: black;
	width: 100%;
	height: 180px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	border: 2px solid #d7d7d7;
}
.service-request button{
	width: 180px;
	height: 60px;
	outline: none;
	background-color: #e88527; 
	color: white;
	font-weight: bold;
	border: none;
	display: block;
	margin: 20px auto 60px auto;
}
.services {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	position: relative;
	max-height: 380px;
	overflow: hidden;
}
.img-services {
	border: 5px solid transparent;
	padding: 0 !important;
}
.image-element {
	height: 175px;
	background-size: cover;
}
#circle {
	width: 200px;
	height: 200px;
	background-color: #285023;
	border-radius: 50%;
	padding: 50px 10px;
	position: relative;
	display: block;
	bottom: 45vh;
	margin: auto;
}
#circle h1 {
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
}
.services button{
	margin: auto;
	width: 100px;
	height: 40px;
	display: block;
	background-color: transparent;
	outline: none;
	border: 2px solid white;
	font-size: 15px;
}
/*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;
}
