
/*
Theme Name: Gente de Cristo Pro
Theme URI: https://gentedecristo.org
Author: Gente de Cristo
Description: Tema cristiano profesional con transmisión en vivo, predicaciones, versículo diario y redes sociales.
Version: 1.0
*/

*{box-sizing:border-box}

body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
background:#ffffff;
color:#333;
}

/* NAV */

nav{
position:fixed;
top:0;
left:0;
width:100%;
background:#111;
color:#fff;
padding:10px;
text-align:center;
z-index:2000;
}

nav a{
color:#fff;
margin:0 15px;
text-decoration:none;
font-weight:bold;
}

nav a:hover{
color:#ff4b4b;
}

/* HEADER */

header{
background:linear-gradient(180deg,#c40000,#7a0000);
color:#fff;
text-align:center;
padding:140px 20px 80px;
position:relative;
}

header img{
width:clamp(160px,18vw,280px);
position:absolute;
top:40px;
left:50%;
transform:translateX(-50%);
}

.hero-verse{
max-width:900px;
margin:20px auto;
font-size:24px;
line-height:1.5;
font-style:italic;
}

/* SECTIONS */

section{
padding:70px 20px;
max-width:1100px;
margin:auto;
}

h2{
text-align:center;
margin-bottom:40px;
}

/* LIVE */

.live iframe{
width:100%;
height:420px;
border:none;
border-radius:10px;
}

/* VIDEOS */

.video-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.video-grid iframe{
width:100%;
height:220px;
border:none;
border-radius:8px;
}

/* VERSE */

.versiculo{
background:#f5f5f5;
padding:40px;
border-radius:10px;
text-align:center;
font-size:20px;
}

/* SOCIAL */

.redes{
text-align:center;
}

.redes a{
display:inline-block;
margin:10px;
padding:14px 25px;
border-radius:8px;
text-decoration:none;
color:#fff;
font-weight:bold;
}

.youtube{background:#cc0000}
.instagram{background:#e4405f}
.facebook{background:#1877f2}

/* FOOTER */

footer{
background:#111;
color:#fff;
text-align:center;
padding:30px;
}

/* RESPONSIVE */

@media(max-width:900px){
.video-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){
.video-grid{grid-template-columns:1fr}
.live iframe{height:240px}
}
