/* HORARIOS */
.area_empresa3 { width: 100%; height: auto; margin: 0 auto; padding: 0px; text-align: left; position: relative; clear: both; }

.onde_horarios { width: 100%; text-align: left; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #6d6d6d; border-bottom: 0; font-size: 14px; padding: 0px 0px 20px 0px; position: relative; font-weight: 400; margin-bottom: 20px; }
.onde_horarios strong { font-weight: 700; }

.horas { width: 100%; height: auto; position: relative; text-align: center; }

.horarios { width: 30%; height: auto; display: inline-block; margin: 10px 1% 50px 0; text-align: left; display: inline-block; vertical-align: top; }
.horarios .qual_paroquia { width: 100%; height: auto; position: relative; padding: 10px 0px 10px 0px; font-weight: 700; text-align: left; color: #8aca99; font-size: 18px; font-family: 'Open Sans', sans-serif;  display: inline-block; vertical-align: top;}
.horarios .qual_paroquia i { font-size: 14px; padding-right: 10px; color: #80261c; }

.horarios .horario_paroquia { width: -moz-calc(94% - 20px); width: -webkit-calc(94% - 20px); width: -o-calc(94% - 20px); width: calc(94% - 20px); height: auto; position: relative; display: inline-block; vertical-align: top; margin-right: 16px; display: inline-block; vertical-align: top; }
.horarios .horario_paroquia .tipo { width: 100%; height: auto; position: relative; padding: 10px 0px 5px 0px; font-weight: 400; text-align: left; color: #8aca99; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Open Sans', sans-serif; }
.horarios .horario_paroquia ul { list-style-type: none; width: 100%; height: auto; padding: 10px 0px 20px 0px; }
.horarios .horario_paroquia ul li { background-color: #f4f6f8; margin-bottom: 1px; width: 94%; padding: 10px 3%; text-align: right; color: #80261c; font-size: 13px; font-weight: 500; }
.horarios .horario_paroquia ul li:nth-child(even) { background-color: #eaeaea; }
.horarios .horario_paroquia ul li span { font-weight: 700; padding-right: 10px; float: left; font-size: 13px; }

.horarios .horas { width: 100%; height: auto; }
.horarios .horas ul { list-style-type: none; width: 100%; height: auto; }
.horarios .horas ul li { background-color: #f4f6f8; margin-bottom: 1px; width: 94%; padding: 15px 3%; text-align: center; color: #80261c; font-size: 13px; font-weight: 500; }
.horarios .horas ul li:nth-child(even) { background-color: #eaeaea; }
.horarios .horas ul li span { font-weight: 700; padding-right: 20px; }
.horarios .horas ul li span i { font-size: 14px; padding-right: 10px; display: none; }

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

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