@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
		
		

}

/* FIX OCULTAR BOTÓN MENÚ */
@media screen and (max-width: 2400px) and (min-width: 1141px){
    .btn-menu{
        display: none !important
    }   
}


 




/* ----------------------------------------------------------------------*/

/* 980
 
-------------------------------------------------------------------------*/
@media screen and (max-width:980px){


	.flex-end{
		display: block
	}

	.col-left{
		width: 100%;
		text-align: center;
	}

	.col-left img{
		margin-bottom: 60px;
		max-height: 200px
	}

	.col-right{
		width: 100%;
		border-left: none;
		padding-left: 0;
		text-align: center;
	}
	

	.ico{
		float: none;
		display: inline-block;
	}


}





/* ----------------------------------------------------------------------*/

/* 580
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 580px){
	

	body{
		font-size: 1rem
	}

	#cont{
		display: block
	}

 	#main{
 		padding-top: 20px
 	}

 	.col-left img{
		max-height: 150px;
		margin-bottom: 40px
	}
	

	.col-right.border-none{
		margin-bottom: 40px
	}



}











/* ----------------------------------------------------------------------*/

/* 360
 
-------------------------------------------------------------------------*/
@media screen and (max-width: 360px){
	




	
}











