@media (max-width: 1024px){
	header{
		width: 100%;
		border-bottom:none;
		background:#fff;
		padding:0;
		border-bottom: 1px solid #ccc;
	}
	.cont_banner{
		padding-top: 95px;
	}
	.contenedor{
		width: 100%;
	}
	.cont_logo{
		display: none;
	}
	.cont_logo2{
		display: block;
		width: 50px;
		position: absolute;
		right: 10px;
		top: 0
	}
	label{
		display: block;
	}
	.menu{
		margin-top: 1px;
		background: #fff;
		float: none;
		position: absolute;
		width: 190px;
		margin-left: -200px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	}
	.menu ul{
		margin-top: 0;
	}
	.menu ul li{
		display: block;
		margin-right: 0;
	}
	.menu li a{
		display: block;
		padding: 10px 30px;
		border-radius: 0;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
	}
	#btn-menu:checked ~ .menu{
		margin-left: 0;
	}
	/*** EMPRESA ***/
	.cont_nosotros{
		width: 100%;
		padding: 0 100px;
		box-sizing:border-box;
	}
	.cont_nosotros h1{
		text-align: center;
	}
	.cont_nosotros p{
		margin-left: 0;
		text-align: center;
	}
	.cont_logo3{
		width: 60%;
		position: relative;
		right: 0;
		top: 0;
		margin: 50px auto 0 auto;
	}
	.cont_nosotros2{
		width: 100%;
		padding: 80px 100px;
		float: none;
		box-sizing:border-box;
	}
	.cont_nosotros2 h1{
		text-align: center;
	}
	.cont_nosotros2 p{
		margin-left: 0;
		text-align: center;
	}
	.btn{
		margin: 35px auto 0 auto;
	}
	.btn:hover{
		background: red;
	}
	.f1{
		display: none;
	}
	.f2{
		display: none;
	}
	/*** Servicios ***/
	.cont_servicios{
		height: 750px;
	}
	.line{
		height: 75%;
	}
	/*** Productos ***/
	.boxp h3{
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 18px;
		text-align: left;
	}
	.boxp p{
		font-size: 14px;
		line-height: 16px;
		text-align: left;
	}
	.cont_form{
		width: 100%;
		padding: 75px 45px;
		float: none;
	}
	.cont_dire{
		position: relative;
		right: 0;
		width: 100%;
		height: auto;
		padding: 85px 50px;
		box-sizing:border-box;
	}
	/*** Fondos ***/
	.fondo_nosotros{
		padding:55px 0;
	}
	.fondo_1{
		background-attachment:initial;
	}
	.fondo_servicios{
		padding: 20px 0;
	}
	.fondo2{
		padding: 50px 25px;
		box-sizing:border-box;
	}
	#s1, #s2, #s3, #s4{
		padding-top: 95px;
		top: -95px;
	}
	.btn_whats{
		top: 170px;
	}
	.btn_mail{
		top: 220px;
	}
}
@media (max-width: 768px){
	.cont_nosotros{
		padding: 0 50px;
	}
	.cont_nosotros2{
		padding: 75px 50px;
	}
	.cont_servicios{
		height: auto;
		padding-top: 20px;
	}
	.line{
		height: 90%;
		top: 0px;
	}
	h1.titulo_servicios{
		padding-top: 25px;
		text-align: center;
	}
	.box1, .box2{
		width: 100%;
		height: auto;
	}
	.box3, .box4{
		float: none;
		width: 100%;
		padding: 10px;
		border: none;
	}
	.p1, .p2, .p3{
		position: relative;
		top: 0;
		left: 0;
	}
	.line1, .line2{
		display: none;
	}
	.circulo1, .circulo2{
		position: absolute;
		top: 15px;
		margin-top:0;
		left: 50% !important;
		margin-left: -10px;
	}
	/*** Productos ***/
	.boxp{
		width: 50%;
	}
}
@media (max-width: 600px){
	.boxp{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.boxp h3{
		margin-bottom: 18px;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	.boxp p{
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	input[type=submit]{
		width: 180px;
		padding: 12px 10px;
	}
}
@media (max-width: 480px){
	.box1, .box2{
		padding: 20px;
	}
	.cont_form{
		padding: 35px;
	}
}
@media (max-width: 320px){
	.boxp h3{
		margin-bottom: 10px;
	}
}