
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.6;
    overflow-x: hidden;
}


.hero{
height:100vh;
background:url("img/hero-2.jpg") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
color:white;
}

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5));
}

.hero-main-content{
position:relative;
max-width:900px;
animation:fadeUp 1.2s ease;
text-align:center;
color:white;
}

.hero-subtitle{
font-style:italic;
margin-bottom:20px;
opacity:.9;
}

.hero h1{
font-size:90px;
font-weight:800;
line-height:1.1;
}

.hero h1 span{
display:block;
font-size:30px;
font-weight:400;
margin-top:10px;
}

.scroll{
font-size:14px;
opacity:.8;
cursor:pointer;
}


/* =========================================
   SECTION 1
   ========================================= */
.pastores-feature{
padding:120px 20px;
background:#ffffff;
font-family:'Poppins',sans-serif;
text-align:center;
}

.pastores-container{
max-width:900px;
margin:auto;
}

.pastores-img{
width:100%;
border-radius:30px;
overflow:hidden;
position:relative;
box-shadow:0 30px 70px rgba(0,0,0,.08);
transition:transform .5s ease,box-shadow .5s ease;
}

.pastores-img img{
width:100%;
height:550px;
object-fit:cover;
transition:transform .7s ease;
}

.pastores-img::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
120deg,
rgba(255,255,255,0) 40%,
rgba(255,255,255,.25) 50%,
rgba(255,255,255,0) 60%
);
transform:translateX(-100%);
transition:transform .9s ease;
}

.pastores-img:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 45px 90px rgba(0,0,0,.12);
}

.pastores-img:hover img{
transform:scale(1.06);
}

.pastores-img:hover::after{
transform:translateX(100%);
}

.pastores-subtitle{
color:#2b6cff;
font-weight:600;
letter-spacing:1px;
margin-bottom:10px;
}

.pastores-title{
font-size:40px;
margin-bottom:20px;
}

.pastores-text{
color:#555;
line-height:1.8;
margin-bottom:15px;
font-size:17px;
}

.pastores-img{
  width:100%;
  border-radius:30px;
  overflow:hidden;
  position:relative;
  box-shadow:0 30px 70px rgba(0,0,0,.08);
  transition:transform .5s ease, box-shadow .5s ease;
}

.pastores-img img{
  width:100%;
  height:550px;
  object-fit:cover;
  transition:transform .7s ease;
}

/* Overlay invisible por defecto */
.pastores-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.4);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:15px;
  opacity:0;
  transition:opacity 0.5s ease;
}

/* Mostrar overlay al pasar el mouse */
.pastores-img:hover .pastores-overlay{
  opacity:1;
}

/* Iconos dentro del overlay */
.pastores-socials{
  display:flex;
  gap:20px;
}

.pastores-socials a{
  color:#fff;
  font-size:24px;
  transition:transform 0.3s, color 0.3s;
}

.pastores-socials a:hover{
  transform:scale(1.3);
  color:#ff7f00; /* naranja al pasar el mouse */
}


/* =========================================
   SECTION 2
   ========================================= *
 ====================================== */

.pastores{
padding:150px 10%;
background:#ffffff;
}

.container{
width:100%;
max-width:1700px;
margin:auto;
}

.titulo{
margin-bottom:90px;
}

.intro{
margin-top:15px;
color:#6b7280;
max-width:700px;
line-height:1.7;
}

.tag{
color:#ff7a00;
font-weight:600;
font-size:25px;
letter-spacing:1px;
}

h2{
font-size:80px;
margin-top:15px;
color:#0b2c5f;
}

h2 span{
color:#ff7a00;
}

/* LAYOUT */



.reverse{
grid-template-columns: 1fr 1.1fr;
}

/* IMAGEN */

.pastor-img{
flex:1.3;
position:relative;
overflow:hidden;
border-radius:22px;
}

.pastor-img img{
width:100%;
height:520px;
object-fit:cover;
border-radius:22px;
display:block;
transition:transform .6s ease, filter .6s ease;
}

/* HOVER */

.pastor-img:hover img{
transform:scale(1.05);
filter:brightness(1.1);
}

/* EFECTO BRILLO */

.pastor-img::after{
content:'';
position:absolute;
top:0;
left:-75%;
width:50%;
height:100%;
background:linear-gradient(
120deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,.3) 50%,
rgba(255,255,255,0) 100%
);
transform:skewX(-25deg);
transition:all .7s ease;
}

.pastor-img:hover::after{
left:125%;
}

/* BADGE */

.badge{
position:absolute;
bottom:20px;
left:20px;
background:#0b4aa2;
color:white;
padding:10px 20px;
border-radius:30px;
font-size:14px;
font-weight:600;
}

.badge.naranja{
background:#ff7a00;
}

/* TEXTO */

.pastor-text{
width:100%;
max-width:none;
}

.pastor-text h3{
font-size:32px;
color:#0b2c5f;
}

.cargo{
display:inline-block;
margin-top:10px;
background:#e8f1ff;
color:#1e4ed8;
padding:7px 18px;
border-radius:20px;
font-size:14px;
font-weight:600;
}

.datos{
display:flex;
gap:12px;
margin-top:18px;
flex-wrap:wrap;
}

.datos span{
background:white;
padding:7px 15px;
border-radius:20px;
font-size:13px;
color:#0b2c5f;
box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.pastor-text p{
margin-top:18px;
color:#5f6b7a;
line-height:1.8;
font-size:15px;
}

.versiculo{
margin-top:25px;
background:#f1f6ff;
padding:20px;
border-radius:14px;
font-style:italic;
color:#0b2c5f;
}

.versiculo span{
display:block;
margin-top:10px;
font-style:normal;
color:#ff7a00;
font-weight:600;
}

/* =========================================
   RESPONSIVE SECTION 2
   ========================================= */

@media (max-width:1100px){

.pastor-box{
flex-direction:column;
text-align:center;
gap:50px;
}

.reverse{
flex-direction:column;
}

.pastor-text{
max-width:700px;
margin:auto;
}

.pastor-img img{
height:380px;
}

.badge{
left:50%;
transform:translateX(-50%);
}

.datos{
justify-content:center;
}

}

@media (max-width:768px){

.pastores{
padding:90px 20px;
}

h2{
font-size:40px;
}

.pastor-img img{
height:300px;
}

}

@media (max-width:480px){

.pastor-img img{
height:240px;
}

.pastor-text h3{
font-size:24px;
}

}
/* =========================================
   SECTION 3
   ========================================= */
.hero-slider{
position:relative;
width:100vw;
height:80svh;
overflow:hidden;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
font-family:'Poppins',sans-serif;
}

.hero-track{
display:flex;
height:100%;
transition:transform 1s cubic-bezier(.77,0,.18,1);
}

.hero-slide{
min-width:100vw;
height:80svh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.hero-slide::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
rgba(0,0,0,0.65),
rgba(0,0,0,0.45)
);
}

.hero-content{
position:relative;
max-width:900px;
text-align:center;
color:white;
padding:20px;
opacity:0;
transform:translateY(40px);
transition:all 1s ease;
}

.hero-slide.active .hero-content{
opacity:1;
transform:translateY(0);
}

.hero-subtitle{
letter-spacing:3px;
text-transform:uppercase;
font-size:14px;
margin-bottom:20px;
opacity:.9;
}

.hero-title{
color:#ffffff;
font-size:clamp(26px,4vw,42px);
line-height:1.4;
margin-bottom:30px;
}

.hero-author{
display:flex;
align-items:center;
justify-content:center;
gap:14px;
}

.hero-author img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
border:3px solid white;
}

/* botones */

.hero-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
background:white;
border:none;
width:48px;
height:48px;
border-radius:50%;
font-size:22px;
cursor:pointer;
z-index:10;
box-shadow:0 10px 25px rgba(0,0,0,.25);
transition:.3s;
}

.hero-btn:hover{
transform:translateY(-50%) scale(1.1);
}

.hero-btn.prev{ left:30px; }
.hero-btn.next{ right:30px; }

/* dots */

.hero-dots{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:12px;
}

.dot{
width:12px;
height:12px;
border-radius:50%;
background:rgba(255,255,255,.4);
cursor:pointer;
transition:.3s;
}

.dot.active{
background:white;
transform:scale(1.3);
}


/* =========================================
   MEDIA QUERIES (RESPONSIVE)
   ========================================= */

/* Tablets & Small Desktops (1024px and below) */
@media screen and (max-width: 1024px) {
    .main-container { padding: 0 40px; }
    
    .hero-about, .meet-hosts, .why-settle, .cta-newsletter {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-about__right { text-align: center; }
    .hero-image { width: 80%; }
    .stats-box { bottom: -20px; right: 10%; width: 250px; padding: 20px; }
    
    .episodes-grid { grid-template-columns: repeat(2, 1fr); }
    
    .cta-newsletter { text-align: center; justify-items: center; padding: 60px 40px; }
    .cta-image { display: none; }
}

/* Mobile Devices (768px and below) */
@media screen and (max-width: 768px) {
    .section { padding: 60px 0; }
    .section-title { font-size: 28px; }
    .hero-title { font-size: 36px; }
    
    .episodes-grid, .hosts-grid { grid-template-columns: 1fr; }
    
    .stats-box { position: relative; bottom: 0; right: 0; width: 100%; margin-top: 20px; }
    .hero-image { width: 100%; }
    
    .newsletter-form { flex-direction: column; }
    .newsletter-input, .btn--white { width: 100%; }
    
    .testimonial-slider { flex-direction: column; gap: 20px; }
}
