@media (max-width: 1279px) {
	.contacto .columna{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.pc{
		display:none;
	}
	.movil{
		display:block;
	}
	#menu-pc{
		display:none;
	}
	#menu-movil{
		display:inline-block;
	}
	input[type=text], input[type=email] {
	    width: 100%;
	    float: none;
	}
	textarea {
	    width: 100%;
	}
	button {
	    width: 100%;
	}
	#video_background video{
		height: 100%;
		width: 100%;
	}
	#banner-shop{
		width: 100%;
		height:100vh;
		background-position: center center;
	    background-size: auto 100%;
	    padding: 50px 0 5px 0;
	}
	.preloader {
		background-size:60% auto;
	}
}
@media (max-width: 767px){
	#nosotros{
		background-size:100% auto;
	}
	#nosotros .td{
		line-height: 15px;
	}
	#foto_background { 
		display:block;
	}
	#video_background { 
		display:none;
	}
	.partes{
		position: relative;
		display: table;
		width: 100%;
		height:80vh;
		z-index:4;
	}
	.tr{
		width:100%;
		height:40vh;
	}
	.parte{
		display: table-cell;
		width:100%;
		height:40vh;
		text-align: center;
		vertical-align: middle;
	}
	.noresponsive{
		display:none;
	}
	.responsive{
		display:block;
	}
}