/*------------------------------------------------------------
------------------------------------------------------------

UNIMED CAÇAPAVA
DEZE7 - DIGITAL MARKETING AGENCY | DEZE7.COM
SITE VERSION 1.0.2017 - HTML5, CSS, JQUERY, DRUPAL
PROUDLY DEVELOPED BY DEZE7 TEAM
FOLLOW-US ON FACEBOOK: FACEBOOK.COM/DEZE7
-> Responsive.css is the mobile theme stylesheet


------------------------------*
------------------------------*/


/*------------------------------------------------------------





/*====================
	1. General code
==========================*/
@media (max-width: 768px) {
	img {
		max-width: 100%;
	}
	.navbar .flex-item {
		width: 100%;
	}
	.homepage-shortcut .box,
	.homepage-category .box,
	.homepage-dptos .box,
	.homepage-contacts .box,
	.homepage-planos .box-planos,
	.homepage-footer .box {
		margin-bottom: 30px;
	}
	.btn-box.btn-fixed {
		position: relative;
		left: 0;
		margin-top: 25px;
	}
	.homepage-agendamento {
		margin-bottom: 30px;
	}
	.homepage-slider .slider-item {
		min-height: 225px;
		max-height: 250px;
	}
}

@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
   
}
@media (min-width: 1200px) {
    
}

/*====================
	2. Align box icons
==========================*/
.box-icon-left .list-inline-table li:last-child {
	text-align: left;
}