/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

/* Start Settings */


/* para 980px o menos */
@media screen and (max-width: 980px) {

}

/* para 700px o menos */
@media screen and (max-width: 700px) {

}

/* para 480px o menos */
@media screen and (max-width: 480px) {

}

.parallax-container {
	min-height: 100vh !important;
	height: auto !important;
}
