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

.wrapper {
    font-family: "Poppins", sans-serif;
    background-image: url('/assets/img/wallpaper.png');
    min-height: 100vh;
    color: azure;
    overflow-y: auto;
}

/* Contenedor del botón para alineación */
.cta-container {
    margin-top: 10px;
}

/* Estilo del botón Conóceme */
.btn-conoceme {
    display: inline-block;
    padding: 8px 100px;
    background: linear-gradient(135deg, #1d3655, #1d3655);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(45, 79, 149, 0.2);
    border: none;
}

/* Efecto Hover */
.btn-conoceme:hover {
    background: linear-gradient(135deg, #cdc5a6, #f7f0d4);
    /* Rojo/Rosa de CICOVE */
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(208, 19, 65, 0.3);
    color: #ffffff;
}

/* Efecto al hacer clic */
.btn-conoceme:active {
    transform: translateY(-1px);
}

.content-container {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 200px;
    left: 200px;
    gap: 2rem;
}


.text h1 {
    font-size: 55px;
    /* text-transform: uppercase; */
    font-weight: 900;
    letter-spacing: -.5px;
    color: azure;
    z-index: 2;
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 700px;
}

.text h2 {
    position: absolute;
    top: 50px;
    color: #608097;
    z-index: 1;
    font-size: 55px;
    letter-spacing: -.5px;
    opacity: 1;
}

.text h3 {
    font-size: 35px;
    /* text-transform: uppercase; */
    color: #f7efd4;
    margin-top: 40px;
    letter-spacing: -.5px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 60px;
    z-index: 3;
}

.text p {
    width: 600px;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    height: 100px;
    color: azure;
    line-height: 1.2;
    letter-spacing: -.5px;
}

.image-container img {
    max-width: 550px;
    height: auto;
    margin-top: -100px;
    margin-left: -50px;
}

/* RESPONSIVE PARA TABLET Y MÓVIL */
@media (max-width: 1200px) {
    .content-container {
        left: 150px;
    }

    .text h1,
    .text h2 {
        font-size: 60px;
        width: 600px;
    }

    .text p {
        width: 500px;
    }

    .image-container img {
        max-width: 450px;
    }
}

@media (max-width: 1024px) {
    .content-container {
        left: 100px;
        top: 150px;
    }

    .text h1,
    .text h2 {
        font-size: 50px;
        width: 500px;
        height: 150px;
    }

    .text h3 {
        font-size: 28px;
    }

    .text p {
        width: 450px;
        font-size: 17px;
    }

    .image-container img {
        max-width: 400px;
        margin-top: -80px;
    }
}

@media (max-width: 900px) {
    .content-container {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin-top: 2rem;
        left: 0;
        top: 0;
        padding: 0 20px;
    }

    .text h1 {
        font-size: 40px;
        width: 100%;
        height: auto;
        letter-spacing: -2px;
        text-align: center;
    }

    .text h2 {
        font-size: 40px;
        position: static;
        margin-bottom: 1rem;
        text-align: center;
        letter-spacing: -2px;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .text h3 {
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
        height: auto;
    }

    .text p {
        width: 100%;
        max-width: 500px;
        text-align: center;
        font-size: 15px;
        margin: 0 auto;
        min-height: unset;
        height: auto;
    }

    .image-container img {
        max-width: 90%;
        margin: 0 auto;
        margin-top: -30px;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .content-container {
        padding: 1rem;
        margin-top: 1rem;
    }

    .text h1 {
        font-size: 28px;
        width: 100%;
        letter-spacing: -1px;
    }

    .text h2 {
        font-size: 28px;
    }

    .text h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 13px;
        padding: 0 5px;
    }

    .image-container img {
        max-width: 100%;
        margin-top: -10px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .wrapper {
        background-image: url('/assets/img/wallpaper2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 100vh;
    }

    .text h1 {
        font-size: 37px;
        letter-spacing: 1px;
    }

    .text h2 {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .text h3 {
        font-size: 17px;
        letter-spacing: 8px;
    }

    .text p {
        font-size: 17px;
    }

    .parrafo2 {
        display: none;
    }

    .content-container {
        margin-top: 9rem;
    }

    .image-container img {
        max-width: 80%;
        margin-top: -55px;
        margin-left: 0;
    }
}