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

.horarios { width: 45%; height: auto; display: inline-block; margin: 10px 2% 50px 2%; }
.horarios h3 { color: #3580A6; font-size: 24px; 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: #f4f6f8; margin-bottom: 1px; width: 94%; padding: 10px 3%; text-align: center; color: #969696; font-size: 13px; font-weight: 500; }

.horarios-vida { width: 45%; height: auto; display: inline-block; vertical-align: top; margin: 10px 2% 50px 2%; }
.horarios-vida h3 { color: #3580A6; font-size: 24px; 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: #f4f6f8; margin-bottom: 1px; width: 94%; padding: 10px 3%; text-align: center; color: #969696; font-size: 13px; 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; }
}