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

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body {font-size: .85rem;}
	.owl-nav {display: none;}
	.banner-inicial-overlay {padding: 120px 0 40px 0;}
	.banner-inicial-overlay h1, .banner-inicial-overlay h2 {font-size: 40px;line-height: 38px;}
	.banner-inicial-overlay .icone-player {padding-top: 0;}
	#modal-banner-inicial .modal-dialog {top: calc(60% - 250px);}
	header h1 {font-size: 31px;line-height: 30px;}
	header p {font-size: 15px;line-height: 19px;}
	.card {margin-bottom: 15px;}
	.card-text {min-height: auto;}
	.botao-mais-informacoes {margin: auto;display: block;}
	.seja-um-franqueado h1 {font-size: 25px;}
	.pg h1 {font-size: 28px; }
	.pg .h2, h2 {font-size: 22px; }
	.seja-um-franqueado {margin-top: 0px;}
	.botao-franqueado {font-size: .9rem;}
	
	
	
}
@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
	.owl-nav {display: none;}
	.card {margin-bottom: 15px;}
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 979px) { 
	.card {margin-bottom: 15px;}
	
}

/* ipad, tablet */
@media only screen and (min-device-width : 980px) and (max-device-width : 1169px) { 
	
}

