/* HORARIOS */
.area_empresa3 { width: 100%; height: auto; margin: 0 auto; padding: 15px 0px; text-align: center; }

.titulo { background:url(../imagens/divisa-underline.png) no-repeat center bottom; width: 100%; height: auto; padding: 20px 0px 15px 0px; font-size: 16px; color: #893b40; text-transform: uppercase; font-family: 'Exo 2'; font-weight: 700; letter-spacing: 2px; text-align: center; margin-bottom: 20px; }

.horarios { width: 29%; height: auto; display: inline-block; margin: 10px 2% 50px 2%; }
.horarios h3 { color: #893b40; font-size: 24px; font-family: 'Exo 2'; font-weight: 700; text-align: center; width: 100%; height: 60px; line-height: 60px; }
.horarios .horas { width: 100%; height: auto; }
.horarios .horas ul { float: right; width: 100%; height: auto; }
.horarios .horas ul li { background-color: #ebebeb; margin-bottom: 2px; width: 94%; padding: 5px 3%; text-align: center; color: #893b40; font-size: 13px; font-family: 'Exo 2'; font-weight: 500; }

.horarios-vida { width: 29%; height: auto; display: inline-block; vertical-align: top; margin: 10px 2% 50px 2%; }
.horarios-vida h3 { color: #893b40; font-size: 24px; font-family: 'Exo 2'; font-weight: 700; text-align: center; width: 100%; height: 60px; line-height: 60px; }
.horarios-vida .horas { width: 100%; height: auto; }
.horarios-vida .horas ul { float: right; width: 100%; height: auto; }
.horarios-vida .horas ul li { background-color: #ebebeb; margin-bottom: 2px; width: 94%; padding: 5px 3%; text-align: center; color: #893b40; font-size: 13px; font-family: 'Exo 2'; font-weight: 500; }

@media screen and (max-width: 1024px) {
	.area_empresa3 { width: 94%; padding-left: 3%; padding-right: 3%; }
	.area_empresa3 img { width: 100%; }

	.horarios { width: 100%; height: auto; float: none; margin: 10px 0px; }
	.horarios h3 { height: auto; line-height: 30px; }

	.horarios-vida { width: 100%; height: auto; float: none; margin: 10px 0px; }
	.horarios-vida h3 { height: auto; line-height: 30px; }
}