@media screen and (max-width: 800px) {
	
.menu{
	display:block;
	width:100px;
	height:25px;
	float:right;
	right:30px;
	font-family:'Montserrat';
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	margin-top: 19px;
}

.facebook{
	display:none;
}

#servicios_1{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	text-align:center;
}

#navegacion{
	display:none;
}

header{
	width:100%;
	height:100px;
	position:fixed;
	background-color:#fff;
	margin:0 auto;
	z-index:1;	
	border-bottom:solid 1px #29abe2;
}

.logo{
	width:150px;
	height:60px;
	margin-left:20px;	
	padding-top:5px;
	float:left;
}

#contacto{
	width: 70px;
    height: 135px;
    position: fixed;
    bottom: 5px;
    left: 5px;
  }

h1{
	width:90%;
	font-family:'Montserrat';
	font-size:25px;
	font-weight:bold;
	color:#000;
	margin:0 auto;
	padding:0;
	text-align:center;
}

h2{
	font-size:15px;
}

.hogar{
	background-position:50% 50%;
}

#carousel {
  width: 100%;
  height:auto;
  margin: 0 auto;
  background-color:rgba(0, 0, 0, 0.5);
  margin-top:100px;
  float: left;
}

#mapa iframe{
	width: 100%;
	height:200px;
	margin: 0;
}

}

@media screen and (max-width: 1024px) {


.about_desc{
	width: 90%;
	padding:30px 0px 30px 0px;
	margin: 0 auto;
	text-align: center;
	position:initial;
	transform:none;
	-webkit-transform:none;
}
	
}

