@media screen and (max-width: 1024px){
	.f_der{
		display: none;
	}
	.f_izq{
		display: none;
	}
	.f_s{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 800px){
	.slide{
		left: 40px;
		width: -o-calc(100% - 80px);
		width: -ms-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 600px){
	.header_int{
		width: -o-calc(100% - 40px);
		width: -ms-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.slide {
	    left: 10px;
	    width: -o-calc(100% - 20px);
	    width: -ms-calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}
	.footer_int{
		width: -o-calc(100% - 40px);
	    width: -ms-calc(100% - 40px);
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	    width: calc(100% - 40px);
	}
}

@media screen and (max-width: 420px){
	.header_int img{
		max-height: 50px;
		width: auto;
		padding: 10px 0px 5px;
	}
	header{
		height: 70px;
	}
	.wrapper{
		padding-top: 70px;
	}
	.slider{
		min-height: -o-calc(100vh - 100px);
		min-height: -ms-calc(100vh - 100px);
		min-height: -moz-calc(100vh - 100px);
		min-height: -webkit-calc(100vh - 100px);
		min-height: calc(100vh - 100px);
		position: relative;
		width: 100%;
		margin: 0px auto;
	}
	.header_int{
		width: -o-calc(100% - 20px);
	    width: -ms-calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}


}

@media screen and (max-height: 520px){
	.slider{
	    min-height: -o-calc(100vh - 100px);
	    min-height: -ms-calc(100vh - 100px);
	    min-height: -moz-calc(100vh - 100px);
	    min-height: -webkit-calc(100vh - 100px);
	    min-height: calc(100vh - 100px);
	}
}
@media screen and (max-height: 370px){
	.slider{
	    min-height: 100vh;
	}
}





