@media screen and (min-width: 1025px){
	.hamburguer,
	.triangulo{
		display: none;
	}
}

@media all and (max-width: 1366px){
/*	.formulario label {
    	padding-left: 40px;
	}

	.linea2 {
	    margin-left: 50px;
   }

	#img_productos img {
	    position: absolute;
	    width: 95%;
	    top: 30px;
	}

	#quienes_somos h1 {
		margin-left: 7%;
	}*/
}

@media screen and (max-width: 1500px){
	.serv_img_pos{
	    width: 440px;
	    right: -8px;
	}
}


@media screen and (max-width: 1300px){
	#servicios h1{
		top: 0;
	}

	#servicios p{
		top: 110px;
	}
}

@media screen and (max-width: 1200px){
	#servicios{
		height: 570px;
	}

	#quienes_somos p{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px){
	
	/*menu responsivo hamburguesa*/
	.hamburguer{
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.padding-left-resp{
		padding: 30px;
	}

	nav.menu{
		display: none;
	}

	.col-50{
		width: 100%;
	}

	/*Quienes Somos*/

	#quienes_somos{
		/*height: 360px;*/
		display: inline-block;
	}

	#quienes_somos p{
		padding-right: 0;
		position: unset;
	}


	/* sERVICIOS */
	#servicios {
		height: 420px;
	}

	#servicios h1{
		top: 0;
	}

	#servicios p {
	    padding-right: 48.5%;
	    top: 140px;
	}

	.serv_img_pos {
	    position: absolute;
	    bottom: 0;
	    right: 0px;
		width: 470px;
	}

	/*CONTACTO*/
	.col-50-2{
		width: 100%;
	}

	.fix-title-footer {
	    padding-top: 50px;
	}

	/*COntáctanos*/
	.col-input{
		width: 50%;
	}

	.img_pastillas{
		margin-left: -100px;
	}


	/*Estilos alturas*/
	#logo_svg{
		height: auto;
	}



	.contenedor{
		top: unset;
	}
	
	#productos {
    	/* width: 100%; */
    	height: 520px;
	}

	.box-menu{
		display: none !important;
	}


}

@media screen and (max-width: 920px) {
	#servicios{
		display: inline-block;
		height: unset;
		padding-bottom: 0; 
		text-align: center;
	}

   #servicios p,
   #servicios h1,
   .serv_img_pos{
   	position: unset;
   }

	#servicios p{
		padding-right: 0;
		text-align: left;
	}

   .serv_img_pos{
   		margin-bottom: -6px;
   		width: 70%;
   }
}

@media screen and (max-width: 768px){
		/*Productos*/
	#productos h1,
	#productos p{
		position: unset;
		padding-left: 0;
	}

	.img_pastillas{
		margin-left: 0;
		padding-top: 0;
	}

	#productos{
		height: unset;
		display: inline-block;
	}




	.hamburguer{
		margin-top: -12px;
		margin-left: -12px;
	}


	.triangulo{
    	border-width: 70px 70px 0 0;
	}

	#quienes_somos{
		height: unset;
	}

	.title-main{
		font-size: 20px;
	}

	#logo_svg{
		
	}

}

@media screen and (max-width: 748px){
	.col-input{
		width: 100%;
	}

	#footer div input {
	    width: 100%;
	}

	#footer div form {
	    width: 100%;
	}
}

@media screen and (max-width: 500px){
	.clientes_img{
		width: 120%;
	}

	.padding-left-resp {
	    padding: 20px;
	}

	#quienes_somos{
		height: unset;
	}

	.triangulo{
    	border-width: 65px 65px 0 0;
	}

	.hamburguer{
		margin-top: -16px;
		margin-left: -16px;
	}


}

@media screen and (max-width: 450px){
	.showMenu{
		width: 100% !important;
	}
}