﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #000000;
    max-width: 100%;
    overflow-x: hidden;
}

/* SECCIÓN 1 */
.section1 {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    filter: grayscale(50%);
    text-align: center;
}

.contenedor-texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    padding: 20px;
}

.titulo-seccion1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    color: white;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 20px;
}

.versiculo {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: white;
    text-shadow: 1px 1px 3px black;
    max-width: 700px;
    line-height: 1.5;
}



/* SECCIÓN 2 */
.section2 {
    height: 600px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    flex-direction: column;
}

/* Texto principal */
.texto-section2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Firma del pastor */
.mensaje-pastor {
    font-family: 'Great Vibes', cursive;
    color: #FFD700; /* Dorado elegante */
    font-size: 32px;
    font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 30px;
}



/* SECCIÓN 3 MINIMALISTA BLANCO Y NEGRO */
.section3 {
    min-height: 600px;
    /*background: linear-gradient(to right, #000000, #1a1a1a);*/ /* Sin imagen, sólo tonos oscuros */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.section3-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.vibes {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: white;
    font-weight: 500;
    margin: 0;
}



.section3 {
    filter: grayscale(50%);
}
.message {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #e0e0e0;
    margin: 0;
}

.btn {
    background-color: transparent;    /* Fondo transparente */
    color: #000000;                   /* Color del texto */
    padding: 0.8rem 2rem;             /* Espaciado amplio */
    border: 2px solid #000000;        /* Borde visible */
    border-radius: 30px;              /* Bordes redondeados */
    font-weight: bold;
    font-size: 1.1rem;                /* Tamaño de fuente */
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;        /* Opcional: todo en mayúsculas */
    letter-spacing: 1px;              /* Espaciado entre letras */
}

.btn:hover {
    background-color: #000000;        /* Fondo negro al hacer hover */
    color: #FFFFFF;                   /* Texto blanco */
    border: 2px solid #FFFFFF;        /* Borde blanco al hacer hover */
}





/* SECCIÓN 4 */
/*.section4 {
    padding: 40px 20px;
    background: #000;
}

.titulo-vibes-container {
    text-align: center;
    margin-bottom: 30px;
}

.titulo-vibes {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: white;
}

.section4-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.column {
    width: 300px;
}

    .column ul {
        list-style: none;
        padding: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: white;
        text-shadow: 1px 1px 2px black;
    }

    .column li {
        margin-bottom: 15px;
    }





.pilar {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1rem 1.5rem;
    border-left: 5px solid #ffc107;*/ /* Amarillo dorado */
    /*border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 100%;
}

    .pilar:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: scale(1.03);
    }*/




/* Sección 4 */
.section4 {
    padding: 50px 20px;
    background: #111;
    color: white;
}

/* Título */
.titulo-vibes-container {
    text-align: center;
    margin-bottom: 30px;
}

.titulo-vibes {
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px 5px black;
}

/* Contenedor de columnas */
.section4-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Columnas responsivas */
.column {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espacio uniforme entre pilares */
}

/* Pilar estilo limpio */
.pilar {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    padding: 1rem 1.5rem;
    border-left: 5px solid white; /* Línea blanca */
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px; /* << Aumenta este valor según lo que necesites */
}

    .pilar:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: scale(1.03);
    }

/* Animación fade-in */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* === RESPONSIVE PARA CELULARES === */
@media (max-width: 768px) {
    /* SECCIÓN 1 */
    .titulo-seccion1 {
        font-size: 40px;
        padding: 0 10px;
    }

    /* SECCIÓN 2 */
    .texto-section2 {
        font-size: 18px;
        padding: 0 10px;
    }

    .mensaje-pastor {
        text-align: center; /* Centrado en móviles */
        font-size: 18px;
        margin-top: 10px;
    }

    /* SECCIÓN 3 */
    @media (max-width: 768px) {
        .section3-content {
            flex-direction: column;
            text-align: center;
            padding: 20px;
            gap: 15px;
        }

        .vibes {
            font-size: 30px;
        }

        .message {
            font-size: 15px;
        }

        .btn {
            font-size: 16px;
            padding: 8px 16px;
        }
    }




    /* SECCIÓN 4 */
    .section4-content {
        flex-direction: column; /* Columnas una debajo de otra */
        align-items: center;
    }

    .column {
        width: 100%; /* Que ocupe todo el ancho */
        max-width: 350px;
    }
}

/* Media query para pantallas más pequeñas (móviles) */
@media (max-width: 768px) {
    .mensaje-pastor {
        font-size: 24px; /* reduce el tamaño de la fuente en móviles */
        padding-right: 20px; /* aumenta el margen derecho para que no quede tan pegado */
        text-align: right; /* sigue alineado a la derecha */
    }
}
