/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 479px) {
	/* GERAL */
	#over-header {
		display: none;
	}
	#navigation {
		margin-top: 0;
		/* Margin adcionado para mostrar o Over Header  */
		padding: 14px 0;
	}
	.navbar-brand {
		margin: 0 16px;
		width: 76px;
	}
	/* MENU */
	.social-header {
		display: none;
	}
	h1.navbar-brand {
		padding: 15px;
	}
	.navbar-toggle {
		margin: 14px 20px;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 10px 0;
		margin: 10px 0;
	}
	/* Prospero */
	.menu--prospero .menu__link::before {
		height: 0;
	}
	/* INERNAL HEADER */
	#internal-header .title h2 {
		font-size: 40px;
	}
	/* SLIDE */
	#sliderOne {
		margin-top: 0;
	}
	.sl-slider {
		margin-top: 0;
	}
	.sl-slider-wrapper {
		margin-top: 0;
	}
	#homeEnterprise .slide-caption .caption-content img {
		width: 200px;
	}	
	#homeEnterprise .slide-caption .caption-content p {
		font-size: 18px;
	}	
	/*	SOLUTIONS 2 */
	.complete_banner {
		height: 100%;
	}
	.text-banner {
		padding: 26px;
		max-height: 320px;
	}
	.text-banner h2 {
		font-size: 26px;
		font-weight: 600;
	}
	.text-banner p {
		font-size: 14px;
	}
	.button-banner-text {
		font-size: 14px;
		margin-top: 0px;
	}
	.button-banner-text>.fa {
		font-size: 16px;
	}
	.paragrapheTwo {
		display: none;
	}
	/* SOLUTIONS 3 */
	.galeria a {
		margin: 15px 0;
	}
	.grid {
		margin-bottom: 18px;
		padding: 0;
		display: flex;
	}
	.grid figure {
		max-height: 100%;
	}
	.grid figure p {
		font-size: 14px;
	}
	.grid figure h2 {
		font-size: 38px;
	}
	/* Roxy */
	figure.effect-roxy h2 {
		padding: 36% 0 10px 0;
	}
	figure.effect-roxy figcaption {
		padding: 2.9em;
	}
	figure.effect-roxy figcaption::before {
		top: 50px;
		bottom: 50px;
		right: 30px;
		left: 30px;
	}
	/* CONTACT */
	.complete_form {
		margin: 0;
	}
	.dados {
		display: inline-block;
		margin: 0;
	}
	/* FOOTER */
	.footer-item {
		text-align: center;
		padding: 10px 0 10px 0;
		min-height: 100px;
	}
	.footer-content p {
		padding: 0 15px 0 15px;
	}
	.footer-item h1::after {
		width: auto;
		margin: 6px 46%
	}
	.footer-social a {
		display: inline-flex;
		float: none;
	}
	.margin_facebook_footer {
		margin-left: 0!important;
	}
	.footer-data {
		height: auto;
	}
	.footer-data i {
		display: none !important;
	}
	.footer-data a {
		padding: 10px 0 0px 0;
	}
	.copyright {
		text-align: center;
	}
	.dev-by {
		margin-top: 8px;
		text-align: center;
	}
}