@media only screen and (max-width: 1024px) {
	header{
		height: auto;
		background: #fff;
		padding: 0;
		border-bottom: 1px solid red;
	}
	.cont_line_head{
		width: 100%;
	}
	.cont_head{
		width: 100%;
	}
	.cont_logo{
		display: none;
	}
	.cont_logo2{
		display: block;
		width: 60px;
		position: absolute;
		right: 30px;
		top: 45px;
		z-index: 99999;
	}
	.cont_logo2 img{
		width: 100%;
	}
	.cont_line_head table{
		float: left;
	}
	.cont_slide{
		padding-top: 90px;
	}
	.contenedor{
		width: 100%;
	}
	.intro{
		width: 80%;
		margin: 0 auto;
	}
	.nosotros{
		width: 100%;
		text-align: center;
		padding: 25px;
		box-sizing:border-box;
	}
	.nosotros h1{
		font-size: 35px;
	}
	.compromiso{
		width: 100%;
		text-align: center;
		padding: 25px;
		box-sizing:border-box;
	}
	.compromiso h1{
		font-size: 30px;
	}
	.cont_esfera{
		width: 200px;
		height: 200px;
		position: absolute;
		right: 50%;
		margin-right: -100px;
		top: -200px;
	}
	.cont_esfera img{
		width: 100%;
	}
	.cont_servicio{
		width: 50%;
		height: 200px;
	}
	.titulo1{
		font-size: 35px;
		text-align: center;
		float: none;
	}
	/*** Menu ***/
	#cont_menu{
		background: #fff;
		width: 100%;
		min-height: 50px;
		height: auto;
		position: absolute;
		z-index: 9999;
		border-bottom: 1px solid #ccc;
	}
	/* mostramos #nav-mobile */
	#nav-mobile{
		display: block;
		left: 0;
	}
	/* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
	nav.menu{
		width: 165px;
		position: absolute;
		left: 0;
		float: none;
		padding-top: 50px;
	}
	/* Convertimos nuestra lista de enlaces en un menú horizontal */
	nav.menu ul{
		max-height: 0;
		overflow: hidden;
		height: auto;
		margin: 0;
		padding: 0;
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);*/
	}
	/* estilos para los LI del menu */
	nav.menu li{
		background: #222;
		border-bottom: 1px solid #999;
		float: none;
		display: block;
	}
	/* Quitamos el borde del ultimo item del menú */
	nav.menu li:last-child{
		border-bottom: 0;
	}
	nav.menu li a{
		padding: 13px 35px;
		height: auto;
		line-height: normal;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		text-align: left;
	}
	nav.menu li a:hover{
		background: #f48725;
	}
	nav.menu li a span{
		display: none;
	}
	/* Agregamos una animación al despligue del menú */
	nav.menu ul.open-menu{
		max-height: 400px;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-ms-transition: max-height .4s;
		-o-transition: max-height .4s;
		transition: max-height .4s;
	}
	.cont_form{
		float: none;
		width: 100%;
		border-right: none;
		padding-right: 0;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		border-left: none;
	}
	.cont_dire{
		width: 100%;
		float: none;
		padding: 10px;
		box-sizing: border-box;
	}
	.cont_dire h2{
		text-align: center;
	}
	.cont_dire table{
		margin: 0px auto;
		float: none;
	}
	input[type=text], input[type=email]{
		width: 90%;
		margin: 0 auto 25px auto;
		float: none;
	}
	input[type=submit]{
		margin: 25px auto;
	}
	.box_f{
		width: 100%;
	}
	#a1, #a2, #a3, #a4{
		padding-top: 90px;
		top: -90px;
		left: 0;
	}
	.fondo1-1{
		margin-top: 90px;
		padding: 50px 0;
		background: url('../img/bg1-1.jpg') center;
		background-size: 100%;
	}
	.fondo1{
		padding: 50px 0 100px 0;
		background-attachment:initial;
	}
	.fondo2{
		padding:100px 0 40px 0;
	}
	.fondo_contacto{
		padding: 40px 0;
		background-attachment:initial;
	}
	.boxpp{
		width:100%;
		border:none;
		margin-bottom:25px;
	}
	.boxpp:hover{
		opacity:1;
	}
	.f_black{
		background: rgba(0,0,0,0.2);
	}
	.cont_galeria div{
		width: 25%;
	}
}
@media only screen and (max-width: 768px) {
	.cont_servicio{
		width: 100%;
		height: auto;
	}
	.boxpp_cont{
		width: 90%;
		float:none;
		margin: 0 auto;
	}
	.descripcion_p{
		padding:20px;
	}
	.descripcion_p h2{
		text-align: center;
	}
	.descripcion_p p{
		text-align: center;
	}
	.cont_galeria div{
		width: 33.3333%;
	}
}
@media only screen and (max-width: 480px) {
	.cont_galeria div{
		width: 50%;
	}
}