body{
	font-family:'Nunito', Regular;
}
#contact{
	background-color:#4A7155;
	height: 120px;
	text-align: center;
	padding-top: 30px;
	color: white;
	margin-top: 155px;
}
#mapa{
	text-align: center;
	padding-top: 20px;

}
.icon-contact{
	color:#4A7155;
}
#info-contact{
	background-color:white;
	padding-top:30px;
	padding: 16px 12px;
	text-align: center;
	margin-bottom: 60px;
}
#info-contact p{
	font-size: 23px;
}
#info-empresa{
	background-color:white;
	padding-top:30px;
	padding: 23px 12px;
	text-align: left;
}
#trabajos{
	text-align: center;
	background-color:white;
	padding-top:30px;
	padding: 23px 12px;
	
}
#info-empresa p{
	font-size: 19px;
}
.submenu{
	z-index:1;
	background:white;
}
.submenu a{
	display:block;
	padding:7px 5px;
	width:100px;
	text-align:left;
	
}
.navbar{
	background-color: white!important;
}
#menu{
	 background-color:white;
	 padding:0px;
	 list-style:none;
	 text-align:center;	
	  
 }
 #menu ul{
	list-style:none;
	padding:5px;

 }
 .nav-link {
	 color:black;
 }
 .active{
	 color:#4A7155;
	 border-bottom: #4A7155 solid 1.5px;
 }
 .active-submenu{
	 color:white;
	 background-color: #4A7155;
 }
 #menu >li{
	display:inline-block;
 }
 #menu >li > a{
	 display:flex;
	 padding:10px 5px;
	 width:90px;
 }
 #menu a{

	text-decoration:none;
	font-weight:bold;
 }
 .dropdown-item.active{
	background-color:white!important;
	color: #4A7155!important;
}


#menu li a:hover{
	color:#4A7155;
}
.active{
	background-color: white;
}
#description{
	padding: 60px 15px;
}
#description h1{
	font-size:44px;
	font-weight:bold;
}

.altura-menu{
	margin-top:30px;
}
.medio{
	background-color:white;
	padding-top:30px;
	padding: 16px 12px;
	text-align: center;
	margin-bottom: 60px;
}
.medio a:hover{
	color:#4A7155;
	background-color: white;
}
.medio p{
	text-align: center;
}
.medio h3{
	margin-top: 10px;
	text-align: center;
}
.icon-info{
	color:white;
    background-color: #4A7155;
    height: 60px;
    width: 60px;
    padding: 13px 17px;
    border-radius: 100%;
}
#img-contacto{
	height: 200px;
}
.altura-contacto{
	padding-top: 40px;
}
#footer{
	background-color:#4A7155;
	height:120px;
	padding:50px;
	text-align: center;
}
#footer p{
	color:white;
	
}

#descripcion{
	padding: 50px;
}
.btn-read{
	background: #4A7155;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    border-color: #4A7155;
    padding: 4px 22px;
    margin-top: 10px;
}
.btn-read:hover{
	background: white;
    border-radius: 50px;
    color: #4A7155;
    font-weight: bold;
    border-color: #4A7155;
    padding: 4px 22px;
    margin-top: 10px;
}
.icon{
	font-size:48px;
	width:48px;
	height:48px;
	line-height:48px;;
}

.carousel-inner{
	height: 600px;
}
#slider{
	margin-top: 155px;
}

.fotos{
	margin-bottom: 10px;
}
@media (max-width: 700px) {
	.carousel-inner{
		height: auto;
	}
	.logo{
		text-align:left;
		
	}
	#logo{
		height: 100px;
		margin-bottom: -19px;
		margin-top: 26px;
	}
	
	.info{
		padding: 15px;
	}
	#responsive-mapa{
		width: 308px;
    	height: 300px;
	}
	#contact{
		height: 150px;
	}
	#menu{
		text-align: left;
	}
	.texto{
		padding-top: 45px;
	}
}