#header .logo img{
	max-height: 140px;
}

.nav-menu > ul > li{
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.logo{
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}

.header_slide{
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	position: absolute;
    bottom: 0;
    width: 100%;
}

div h1{
	color: #52B654;
}

.titulo_verde{
	color: #50B651 !important;
}

.texto_marron{
	color: #755A43 !important;
}

#hero h2{
	text-shadow: none;
	text-transform: none;
	font-weight: 500;
}

#hero h1{
	text-shadow: -1px 0 2px #fff;
}

#hero .btn-get-started{
	border: 2px solid #755A43;
    color: #755A43;
}

#header.header-scrolled{
	background: rgba(80, 182, 81, 0.8);
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #50B651;
    background-image: linear-gradient(to right, #ccc, #50B651, #ccc);
    width: 100%
}

.justify_center{
	justify-content: center;
}

.about .content {
  padding: 0;
}

.services .icon-box:hover::before {
  background: #50B651;
}

.description{
	/*text-align: justify;*/
}

.cta{
	/*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/cta-bg.jpg) fixed center center;*/
	background: linear-gradient(rgba(80, 182, 81, 0.8), rgba(80, 182, 81, 0.8));
    background-size: cover;
    padding: 60px 0;
}

.cta_sanitizacion{
	background: linear-gradient(rgba(80, 182, 81, 0.8), rgba(80, 182, 81, 0.8));
    background-size: cover;
    padding: 60px 0;
}

.border_lok{
	border-top: 5px solid #755A43;
	border-bottom: 5px solid #755A43;
}

.contact .php-email-form button[type="submit"]{
	background: #50B651;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #50B651;
}


.contacto_fondo {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/contacto.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
    border-top: 5px solid #755A43;
	/*border-bottom: 5px solid black;*/
}

#footer{
	background: #fff;
	padding: 30px 0 30px 0;
}

.back-to-top{
	background: #50B651;
}

.back-to-top:hover {

  background: #50B651;

}

.about .icon-boxes .icon-box i{
	font-size: 15px;
    color: #848484;
}

ul{
	list-style: none;
}


.servis2{
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    padding: 40px;
}

.services .icon-box{
    background: rgba(255,255,255,0.8);
}