/* ============================================================
   index_custom.css
   Estilos extraídos de index.php
============================================================ */

html, body {
    overflow-x: hidden;
    max-width: 100%;
    background-color: #24344B;
}

body, body * {
    font-family: 'Roboto', sans-serif;
}

.home_slider_container,
.home_slider {
    max-width: 100%;
    overflow: hidden;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
    max-width: 100%;
}


/* ---- Layout base hero ---- */

.estilo_caja_texto_ini {
	float: left;
	margin-top: 0px;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.home_text,
#content_nom_activ_des {
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

#content_nom_activ_des {
	max-width: min(100%, 850px);
	width: 100%;
}

#div_content_texto_princ {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

#nom_activ_sem_esp {
	width: 100%;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	white-space: normal !important;
	overflow-wrap: break-word !important;
	word-break: normal !important;
}

.estilo_home {
	height: 700px;
}

.yanone-kaffeesatz {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	margin-top: 160px;
}

@media only screen and (max-width: 574px) {
	.estilo_home {
		height: 800px;
	}
}


/* ---- Miniaturas de actividades ---- */

.estilo_mini_princ1 {
	height: 250px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	border-radius: 10px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	opacity: 1;
	margin-top: 100px;
	transition: all 0.5s;
}

.estilo_mini_princ1:hover {
	height: 250px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	border-radius: 10px;
	box-shadow: 5px 5px 7px rgba(255, 255, 255, 0.2);
	opacity: 1;
	margin-top: 100px;
	transition: all 0.5s;
}

.estilo_mini_princ1_active {
	height: 250px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	border-radius: 10px;
	box-shadow: 5px 5px 7px rgba(255, 255, 255, 0.3);
	opacity: 1;
	margin-top: 100px;
	transition: all 0.5s;
}

.estilo_mini_princ1-in {
	height: 1000px;
	width: 150vw;
	float: left;
	margin-left: -100%;
	margin-right: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	opacity: 1;
	position: absolute;
	display: none;
	margin-top: -50%;
}

.estilo_back_ae {
	background-color: transparent;
}


/* ---- Animaciones globales ---- */

.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	animation: fade-out 1s ease-out both;
}
@-webkit-keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fade-out         { 0% { opacity: 1; } 100% { opacity: 0; } }

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
}
@-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fade-in         { 0% { opacity: 0; } 100% { opacity: 1; } }

.slide-left {
	-webkit-animation: slide-left .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-left .5s cubic-bezier(.25, .46, .45, .94) both;
}
@-webkit-keyframes slide-left {
	0%   { -webkit-transform: translateX(0);      transform: translateX(0); }
	100% { -webkit-transform: translateX(-170px); transform: translateX(-170px); }
}
@keyframes slide-left {
	0%   { -webkit-transform: translateX(0);      transform: translateX(0); }
	100% { -webkit-transform: translateX(-170px); transform: translateX(-170px); }
}

.swing-in-left-fwd {
	-webkit-animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both 3s;
	animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both 3s;
}
@-webkit-keyframes swing-in-left-fwd {
	0%   { -webkit-transform: rotateY(100deg); transform: rotateY(100deg); -webkit-transform-origin: left; transform-origin: left; opacity: 0; }
	100% { -webkit-transform: rotateY(0);      transform: rotateY(0);      -webkit-transform-origin: left; transform-origin: left; opacity: 1; }
}
@keyframes swing-in-left-fwd {
	0%   { -webkit-transform: rotateY(100deg); transform: rotateY(100deg); -webkit-transform-origin: left; transform-origin: left; opacity: 0; }
	100% { -webkit-transform: rotateY(0);      transform: rotateY(0);      -webkit-transform-origin: left; transform-origin: left; opacity: 1; }
}


/* ---- Animación CSS palabra por palabra (verso bíblico) ---- */

@keyframes verse-word-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.verse-word {
	display: inline;
	opacity: 0;
	animation: verse-word-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
	hyphens: none;
	-webkit-hyphens: none;
}

.verse-cite-anim {
	display: block;
	opacity: 0;
	animation: verse-word-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
}

/* Si el dispositivo tiene "Reducir movimiento" activado, mostrar texto sin animación */
@media (prefers-reduced-motion: reduce) {
	.verse-word      { opacity: 1 !important; animation: none !important; }
	.verse-cite-anim { opacity: 1 !important; animation: none !important; }
}


/* ---- Texto principal del hero ---- */

.estilo_texto_activ_esp {
	font-size: clamp(15px, 2.4vw, 28px);
	color: #FFF;
	line-height: 1.45;
	margin: 0;
	overflow-wrap: break-word !important;
	word-break: normal !important;
	white-space: normal;
	width: 100%;
	max-width: 100%;
	display: block;
}

.content_texto_princ {
	height: auto;
	min-height: 120px;
	overflow: visible;
	max-width: 100%;
	box-sizing: border-box;
}

.text_secundario_estilo {
	font-size: 20px;
	color: #fff;
	margin-top: 8px;
	display: block;
}


/* ---- Secciones de actividades y transmisión ---- */

.estilo_content_activ_dest {
	float: left;
	padding-top: 100px;
	width: 1000px !important;
	position: absolute;
	margin-left: 50%;
}

.content_proxima_transmision {
	width: 50%;
	display: block;
}

.estilo_caja_about {
	width: 33.3%;
	height: 200px;
	float: left;
	border-right: #ccc 2px solid;
	text-align: center;
	padding: 10px 10px;
}

.estilo_caja_min {
	width: 33.3%;
	height: 200px;
	float: left;
	border-right: #ccc 2px solid;
	text-align: center;
	padding: 10px 10px;
}

.estilo_caja_transm {
	width: 33.3%;
	height: 200px;
	float: left;
	text-align: center;
	padding: 10px 10px;
}

.estilo_subtitulo_about {
	height: 130px;
}

.estilo_act_sem {
	padding: 20px 5px;
	text-align: center;
	margin: 5px;
}

/* ════════════════════════════════════════════════════════════════
   ACTIVIDADES SEMANALES
════════════════════════════════════════════════════════════════ */

.actsem-section {
	background: linear-gradient(180deg, #1c2e42 0%, #24344B 50%, #1c2e42 100%);
	padding: 72px 0 80px;
}

/* Encabezado */
.actsem-header {
	text-align: center;
	margin-bottom: 52px;
}

.actsem-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(248,94,12,0.75);
	margin: 0 0 12px;
}

.actsem-title {
	font-family: 'Libre Baskerville', serif !important;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
	letter-spacing: 0.01em;
}

.actsem-divider {
	width: 56px;
	height: 2px;
	margin: 0 auto;
	background: linear-gradient(90deg, transparent, rgba(248,94,12,0.55), transparent);
	border-radius: 2px;
}

/* Grid de tarjetas */
.actsem-grid {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Tarjeta individual */
.actsem-card {
	flex: 1 1 160px;
	max-width: 200px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.09);
	border-bottom: 3px solid transparent;
	border-radius: 14px;
	padding: 32px 18px 28px;
	text-align: center;
	transition: transform 0.28s ease, border-bottom-color 0.28s ease,
	            background 0.28s ease, box-shadow 0.28s ease;
}

.actsem-card:hover {
	transform: translateY(-6px);
	background: rgba(255,255,255,0.08);
	border-bottom-color: rgba(248,94,12,0.5);
	box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

/* Ícono circular */
.actsem-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(248,94,12,0.1);
	border: 1px solid rgba(248,94,12,0.22);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	transition: background 0.28s ease, border-color 0.28s ease;
}

.actsem-card:hover .actsem-icon {
	background: rgba(248,94,12,0.18);
	border-color: rgba(248,94,12,0.45);
}

.actsem-icon i {
	font-size: 20px;
	color: rgba(248,94,12,0.8);
}

/* Nombre de la actividad */
.actsem-name {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 14px;
	line-height: 1.45;
}

/* Día — pill */
.actsem-day {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(248,94,12,0.85);
	background: rgba(248,94,12,0.1);
	border: 1px solid rgba(248,94,12,0.2);
	padding: 3px 10px;
	border-radius: 20px;
	margin-bottom: 10px;
}

/* Hora */
.actsem-time {
	font-size: 13px;
	color: rgba(255,255,255,0.55);
	margin: 0;
}

.actsem-time .fa {
	font-size: 11px;
	margin-right: 4px;
	opacity: 0.6;
}

/* Fila de dirección */
.actsem-address-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 44px;
	padding-top: 32px;
	border-top: 1px solid rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.55);
	font-size: 13px;
}

.actsem-address-row .fa-map-marker {
	color: rgba(248,94,12,0.7);
	font-size: 15px;
	flex-shrink: 0;
}

.actsem-address-row span {
	letter-spacing: 0.02em;
}

.actsem-map-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 1px solid rgba(248,94,12,0.45);
	color: rgba(248,94,12,0.85);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 7px 18px;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
	white-space: nowrap;
}

.actsem-map-btn:hover {
	background: #F85E0C;
	border-color: #F85E0C;
	color: #fff;
}

/* ── Responsive ──────────────────────────────────────────────── */

/* Tablet (575 – 900 px): 3 + 2 */
@media (max-width: 900px) {
	.actsem-section { padding: 56px 0 64px; }
	.actsem-card    { flex: 1 1 140px; max-width: 180px; padding: 26px 14px 22px; }
	.actsem-header  { margin-bottom: 40px; }
}

/* Móvil grande (480 – 574 px): 2 columnas */
@media (max-width: 574px) {
	.actsem-section { padding: 48px 16px 56px; }
	.actsem-grid    { gap: 12px; }
	.actsem-card    { flex: 1 1 calc(50% - 12px); max-width: calc(50% - 12px); padding: 24px 12px 20px; }
	.actsem-icon    { width: 46px; height: 46px; }
	.actsem-icon i  { font-size: 17px; }
	.actsem-name    { font-size: 12px; }
}

/* Móvil pequeño (< 360 px): 1 columna */
@media (max-width: 359px) {
	.actsem-card { flex: 1 1 100%; max-width: 100%; }
}


/* ════════════════════════════════════════════════════════════════
   JÓVENES LUMBRERA
════════════════════════════════════════════════════════════════ */

.lumb-section {
	display: flex;
	overflow: hidden;
}

/* ── Panel de texto (izquierda) ──────────────────────────────── */
.lumb-content {
	width: 50%;
	background: #1a2b3d;
	padding: 72px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.lumb-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(248,94,12,0.8);
	margin: 0 0 12px;
}

.lumb-title {
	font-family: 'Libre Baskerville', serif !important;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 24px;
	line-height: 1.25;
}

.lumb-desc {
	font-size: 15px;
	color: rgba(255,255,255,0.72);
	line-height: 1.75;
	margin: 0 0 32px;
}

.lumb-desc strong {
	color: #ffffff;
	font-weight: 700;
}

/* Cita bíblica */
.lumb-quote {
	border-left: 3px solid rgba(248,94,12,0.55);
	background: rgba(255,255,255,0.04);
	border-radius: 0 8px 8px 0;
	padding: 20px 24px;
	margin: 0 0 36px;
}

.lumb-quote p {
	font-size: 14px;
	font-style: italic;
	color: rgba(255,255,255,0.82);
	line-height: 1.7;
	margin: 0 0 10px;
}

.lumb-quote cite {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(248,94,12,0.8);
	font-style: normal;
}

/* Botón */
.lumb-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	background: #F85E0C;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 13px 28px;
	border-radius: 30px;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 6px 20px rgba(248,94,12,0.35);
}

.lumb-btn:hover {
	background: #d94e08;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(248,94,12,0.45);
}

.lumb-btn .fa {
	font-size: 12px;
	transition: transform 0.2s ease;
}

.lumb-btn:hover .fa {
	transform: translateX(3px);
}

/* ── Panel de foto (derecha) ─────────────────────────────────── */
.lumb-photo {
	width: 50%;
	overflow: hidden;
}

.lumb-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	transition: transform 0.6s ease;
}

.lumb-section:hover .lumb-photo img {
	transform: scale(1.03);
}

/* ── Responsive Lumbrera ─────────────────────────────────────── */

@media (max-width: 768px) {
	.lumb-section   { flex-direction: column; }
	.lumb-content   { width: 100%; padding: 52px 28px; }
	.lumb-photo     { width: 100%; }
	.lumb-btn       { align-self: stretch; justify-content: center; }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.lumb-content { padding: 52px 40px; }
}


/* ════════════════════════════════════════════════════════════════
   GRUPOS DE ESTUDIO BÍBLICO
════════════════════════════════════════════════════════════════ */

.estbib-section {
	display: flex;
	overflow: hidden;
}

/* ── Foto (izquierda, 55%) ───────────────────────────────────── */
.estbib-photo {
	width: 55%;
	overflow: hidden;
	flex-shrink: 0;
}

.estbib-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.6s ease;
}

.estbib-section:hover .estbib-photo img {
	transform: scale(1.03);
}

/* ── Panel de contenido (derecha, 45%) ───────────────────────── */
.estbib-content {
	width: 45%;
	background: #1a2b3d;
	padding: 64px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.estbib-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(248,94,12,0.8);
	margin: 0 0 12px;
}

.estbib-title {
	font-family: 'Libre Baskerville', serif !important;
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 28px;
	line-height: 1.25;
}

/* Tarjetas de horario */
.estbib-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 28px;
}

.estbib-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.09);
	border-left: 3px solid rgba(248,94,12,0.5);
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
	transition: background 0.25s ease;
}

.estbib-card:hover {
	background: rgba(255,255,255,0.09);
}

.estbib-card-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(248,94,12,0.12);
	border: 1px solid rgba(248,94,12,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.estbib-card-icon i {
	font-size: 15px;
	color: rgba(248,94,12,0.8);
}

.estbib-card-name {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 4px;
}

.estbib-card-time {
	font-size: 12px;
	color: rgba(255,255,255,0.55);
	margin: 0;
}

/* Versículo */
.estbib-quote {
	border-left: 3px solid rgba(248,94,12,0.55);
	background: rgba(255,255,255,0.04);
	border-radius: 0 8px 8px 0;
	padding: 18px 22px;
	margin: 0 0 32px;
}

.estbib-quote p {
	font-size: 13px;
	font-style: italic;
	color: rgba(255,255,255,0.78);
	line-height: 1.7;
	margin: 0 0 8px;
}

.estbib-quote cite {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(248,94,12,0.8);
	font-style: normal;
}

/* Botón WhatsApp */
.estbib-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	background: #25D366;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 13px 28px;
	border-radius: 30px;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 6px 20px rgba(37,211,102,0.3);
}

.estbib-btn:hover {
	background: #1ebe5d;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(37,211,102,0.4);
}

.estbib-btn .fa {
	font-size: 16px;
}

/* ── Responsive ──────────────────────────────────────────────── */

@media (max-width: 768px) {
	.estbib-section  { flex-direction: column; }
	.estbib-photo    { width: 100%; height: 260px; }
	.estbib-content  { width: 100%; padding: 48px 24px; }
	.estbib-btn      { align-self: stretch; justify-content: center; }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.estbib-photo   { width: 50%; }
	.estbib-content { width: 50%; padding: 48px 36px; }
}


/* ---- Botones de reunión / plan anual ---- */

.estilo_btn_reunion {
	color: #ccc;
	background-color: #24344B;
}
.estilo_btn_reunion:hover {
	padding: 5px;
	color: #ccc;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}

.estilo_btn_plan_anual {
	color: #ccc;
}
.estilo_btn_plan_anual:hover {
	padding: 5px;
	color: #ccc;
	background-color: #24344B;
	border-radius: 5px;
}


/* ---- Scrollbar lecturas ---- */

.barra_lecturas::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.barra_lecturas::-webkit-scrollbar-track {
	background: rgba(212, 221, 226, 0.1);
}
.barra_lecturas::-webkit-scrollbar-thumb {
	background-color: rgb(40, 57, 87);
	border-radius: 20px;
	border: 1px solid rgba(155, 168, 175, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.box_lecturas_dia {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 15px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
}
.box_lecturas_dia:hover {
	background-color: rgba(255, 255, 255, 0.2);
}


/* ============================================================
   RESPONSIVE
============================================================ */

/* Móvil pequeño: 260px – 574px */
@media only screen and (min-width: 260px) and (max-width: 574px) {

	.estilo_caja_texto_ini {
		float: none;
		margin-top: -60px;
		z-index: 1;
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.estilo_texto_activ_esp {
		font-size: clamp(14px, 4vw, 17px);
		color: #FFF;
		line-height: 1.5;
		margin: 0;
		max-width: 100%;
	}

	.content_texto_princ {
		height: auto;
		min-height: 80px;
		overflow: visible;
	}

	.text_secundario_estilo {
		font-size: 14px;
		color: #fff;
		margin-top: 6px;
	}

	.content_proxima_transmision {
		width: 100%;
		display: block;
	}

	.estilo_content_activ_dest {
		float: left;
		padding-top: 100px;
		width: 1000px !important;
		position: absolute;
		margin-left: 50%;
		display: none;
	}

	.estilo_subtitulo_about {
		height: 170px;
	}

	.estilo_caja_about {
		width: 100%;
		height: 250px;
		float: left;
		border-right: transparent 2px solid;
		text-align: center;
		padding: 10px 10px;
	}

	.estilo_caja_min {
		width: 100%;
		height: 250px;
		float: left;
		border-right: transparent 2px solid;
		text-align: center;
		padding: 10px 10px;
	}

	.estilo_caja_transm {
		width: 100%;
		height: 250px;
		float: left;
		text-align: center;
		padding: 10px 10px;
	}
}


/* Tablet: 575px – 1000px */
@media only screen and (min-width: 575px) and (max-width: 1000px) {

	.estilo_texto_activ_esp {
		font-size: clamp(15px, 2.2vw, 20px);
		color: #FFF;
		line-height: 1.5;
		margin: 0;
		max-width: 100%;
	}

	.content_texto_princ {
		height: auto;
		min-height: 100px;
		overflow: visible;
		max-width: 100%;
	}

	.estilo_caja_texto_ini {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		float: none;
	}

	.content_proxima_transmision {
		width: 100%;
	}

	.estilo_subtitulo_about {
		height: 170px;
	}

	.estilo_caja_about {
		width: 33.3%;
		height: 200px;
		float: left;
		border-right: #ccc 2px solid;
		text-align: center;
		padding: 10px 10px;
	}

	.estilo_caja_min {
		width: 33.3%;
		height: 200px;
		float: left;
		border-right: #ccc 2px solid;
		text-align: center;
		padding: 10px 10px;
	}

	.estilo_caja_transm {
		width: 33.3%;
		height: 200px;
		float: left;
		text-align: center;
		padding: 10px 10px;
	}

	.estilo_mini_princ1-in {
		height: 1000px;
		width: 140vw;
		float: left;
		margin-left: -50%;
		margin-right: 10px;
		border-radius: 10px;
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
		opacity: 1;
		position: absolute;
		display: none;
		margin-top: -50%;
	}
}


/* ═══════════════════════════════════════════════════════════
   SECCIÓN NOS GUSTARÍA ORAR POR USTED
═══════════════════════════════════════════════════════════ */
.orar-section {
	position: relative;
	background-color: #0d1b2a;
	overflow: hidden;
	padding: 80px 0;
}
.orar-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('https://res.cloudinary.com/dmtvvrw4s/image/upload/v1698130035/paginaWeb/Inicial/lsuiguuvwbvynfqlrf1c.png');
	background-size: cover;
	background-position: center;
	opacity: 0.28;
	pointer-events: none;
}
.orar-container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 60px;
}
.orar-info {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 10px;
}
.orar-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #F85E0C;
	margin-bottom: 16px;
}
.orar-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 20px;
}
.orar-divider {
	width: 48px;
	height: 3px;
	background: #F85E0C;
	border-radius: 2px;
	margin-bottom: 22px;
}
.orar-desc {
	font-size: 15px;
	color: rgba(255,255,255,0.78);
	line-height: 1.75;
	margin-bottom: 28px;
}
.orar-verse {
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	font-style: italic;
	line-height: 1.65;
	border-left: 3px solid rgba(248,94,12,0.45);
	padding-left: 16px;
	margin: 0;
}
.orar-form-panel {
	flex: 0 0 50%;
	max-width: 50%;
}
.orar-form {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px;
	padding: 40px;
}
.orar-field {
	margin-bottom: 16px;
}
.orar-input {
	width: 100%;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 8px;
	color: #fff !important;
	font-size: 14px;
	padding: 14px 18px;
	transition: border-color 0.2s ease, background 0.2s ease;
	outline: none;
	box-sizing: border-box;
}
.orar-input::placeholder {
	color: rgba(255,255,255,0.38);
}
.orar-input:focus {
	border-color: rgba(248,94,12,0.7);
	background: rgba(255,255,255,0.11);
}
.orar-textarea {
	height: 110px;
	resize: vertical;
	font-family: inherit;
}
.orar-submit-row {
	margin-top: 6px;
	margin-bottom: 0;
}
.orar-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	background: #F85E0C;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}
.orar-btn:hover {
	background: #d94e00;
	transform: translateY(-1px);
}

@media only screen and (max-width: 900px) {
	.orar-container {
		flex-direction: column;
		gap: 40px;
	}
	.orar-info,
	.orar-form-panel {
		flex: none;
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.orar-title { font-size: 28px; }
}

@media only screen and (max-width: 576px) {
	.orar-section { padding: 56px 0; }
	.orar-form { padding: 28px 20px; }
	.orar-title { font-size: 24px; }
}

/* Desktop mediano: 1001px – 1500px */
@media only screen and (min-width: 1001px) and (max-width: 1500px) {

	.estilo_texto_activ_esp {
		font-size: 22px;
		color: #FFF;
		line-height: 1.4;
		margin: 0;
	}

	.estilo_mini_princ1-in {
		height: 1000px;
		width: 140vw;
		float: left;
		margin-left: -75%;
		margin-right: 10px;
		border-radius: 10px;
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
		opacity: 1;
		position: absolute;
		display: none;
		margin-top: -50%;
	}
}


/* ── Secciones personalizadas (sc-custom) ──────────────────── */
.sc-custom {
    padding: 80px 0;
}
.sc-custom__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sc-custom__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}
.sc-custom__text {
    font-size: 15px;
    line-height: 1.75;
    opacity: .88;
    margin-bottom: 28px;
}
.sc-custom__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #e07b39;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: opacity .2s;
}
.sc-custom__btn:hover { opacity: .82; }

/* Centrado */
.sc-custom__img--centrado {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin: 24px 0;
}

/* Split */
.sc-custom__split {
    display: flex;
    align-items: center;
    gap: 56px;
}
.sc-custom__split--rev { flex-direction: row-reverse; }
.sc-custom__split-img  { flex: 0 0 48%; }
.sc-custom__split-body { flex: 1; }
.sc-custom__split-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .sc-custom__split,
    .sc-custom__split--rev { flex-direction: column; }
    .sc-custom__split-img  { flex: none; width: 100%; }
    .sc-custom__title { font-size: 26px; }
}

/* ════════════════════════════════════════════════════════════
   Ministerio Infantil — sección index
════════════════════════════════════════════════════════════ */
.infantil-section {
	display: flex;
	overflow: hidden;
}

/* Foto a la izquierda */
.infantil-photo {
	width: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.infantil-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.6s ease;
}
.infantil-section:hover .infantil-photo img {
	transform: scale(1.03);
}

/* Texto a la derecha */
.infantil-content {
	width: 50%;
	background: #faf7f2;
	padding: 72px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.infantil-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #e07b39;
	margin: 0 0 12px;
}

.infantil-title {
	font-family: 'Libre Baskerville', serif !important;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: 700;
	color: #1a2b3d;
	margin: 0 0 24px;
	line-height: 1.25;
}

.infantil-desc {
	font-size: 15px;
	color: #555;
	line-height: 1.75;
	margin: 0 0 32px;
}
.infantil-desc strong {
	color: #1a2b3d;
	font-weight: 700;
}

.infantil-quote {
	border-left: 3px solid rgba(224,123,57,0.55);
	background: rgba(224,123,57,0.06);
	border-radius: 0 8px 8px 0;
	padding: 20px 24px;
	margin: 0 0 36px;
}
.infantil-quote p {
	font-size: 14px;
	font-style: italic;
	color: #444;
	line-height: 1.7;
	margin: 0 0 10px;
}
.infantil-quote cite {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #e07b39;
	font-style: normal;
}

.infantil-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	background: #e07b39;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 13px 28px;
	border-radius: 30px;
	text-decoration: none;
	transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
	box-shadow: 0 6px 20px rgba(224,123,57,0.35);
}
.infantil-btn:hover {
	background: #c9661e;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(224,123,57,0.45);
}
.infantil-btn .fa {
	font-size: 12px;
	transition: transform 0.2s;
}
.infantil-btn:hover .fa { transform: translateX(3px); }

@media (max-width: 768px) {
	.infantil-section  { flex-direction: column; }
	.infantil-photo    { width: 100%; height: 260px; }
	.infantil-content  { width: 100%; padding: 52px 28px; }
	.infantil-btn      { align-self: stretch; justify-content: center; }
}
@media (min-width: 769px) and (max-width: 1024px) {
	.infantil-content { padding: 52px 40px; }
}
