/* REPONSIVE - OAWEB SOLUÇÕES TECNOLÓGICAS*/


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.footer .btn {margin-bottom: 20px;}
	#a-empresa .btn {margin-bottom: 30px;}
	.parallax2 {height: 676px;}
	.slider {height: 220px;}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.aga1 h1 {font-size: 20px}
	.slider h1 {font-size: 18px;}
	.footer p {font-size: 10px;}
	.footer .btn {margin-bottom: 20px;}
	.parallax2 {height: 676px;}
	.reservas .form-select select {padding: 2px 25px 2px 2px;}
	.footer h2 {font-size: 17px;}
	.footer p { font-size: 14px; padding-bottom: 10px; margin-bottom: 10px;}
	#a-empresa .btn {margin-bottom: 30px;}
	.empresa-ft1 {width: 100%; height: 320px;margin-bottom: 30px;}
	.empresa-ft2 {height: 250px; padding-right: 15px;}
	.logo {width: 200px;height: auto;}
	.navbar-brand {padding: 4px 15px;}
	.navbar-toggle {margin-top: 48px;}
	.navbar .nav > li > a {padding: 10px 12px;}
	.slider {height: 144px;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 979px) { 
	.navbar {font-size: 12px;}
	.navbar-brand {padding: 19px 11px;font-size: 13px;}
	.footer .btn {margin-bottom: 20px;}
	#a-empresa .btn {margin-bottom: 30px;}
	.navbar-brand {padding: 10px 11px;}
	.empresa-ft2 {height: 370px;}
	.slider {height: 300px;}
	.logo {width: 206px;}
}

/* ipad, tablet */
@media only screen and (min-device-width : 980px) { 
	.footer .btn {margin-bottom: 20px;}
	#a-empresa .btn {margin-bottom: 30px;}
	.empresa-ft2 {height: 370px;}
}

/* ipad, tablet */
@media only screen and (min-device-width : 1024px) { 
	.empresa-ft2 {height: 372px;}
}

/* Large desktop */
@media (min-width: 1200px) {
	.empresa-ft2 {height: 372px;}

}
