.hero-section {
    position: relative;
    /* Permite que los elementos absolutos se posicionen en relación a este contenedor */
    margin: 0;
    padding: 0;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.video-section {
    margin: 50px 0;
    text-align: center;
    /* Centra el contenido */
}

.centered-video {
    width: 100%;
    /* Ajusta este valor según lo necesites */
    height: auto;
    display: inline-block;
    /* Esto permite que el video se comporte como un bloque en línea */
}

.title-one {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 30%;
    height: auto;
    z-index: 1;
}

.title-two {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 30%;
    height: auto;
    z-index: 1;
}

.title-three {
    position: absolute;
    top: 60%;
    left: 5%;
    width: 30%;
    height: auto;
    z-index: 1;
}

.title-four {
    position: absolute;
    top: 60%;
    right: 5%;
    width: 30%;
    height: auto;
    z-index: 1;
}

.footer {
    position: relative;
    background-color: #f1f1f1;
    padding: 3% 0;
    margin-top: 10%;
    height: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-img1 {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 15%;
    height: auto;
    z-index: 1;
}

.footer-img2 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 17%;
    height: auto;
    z-index: 1;
}

.footer-img3 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 15%;
    height: auto;
    z-index: 1;
}

.red-pill-button {
    display: absolute;
    background-color: #FED8CB;
    color: #F44103;
    font-weight: bold;
    padding: 1rem 1rem;
    border-radius: 1rem;
    font-size: 140%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid transparent;
}

.red-pill-button:hover {
    background-color: #FCBBA0;
    border: 2px solid #F44103;
    color: #D33A02;
    cursor: pointer;
}

.red-pill-description {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    margin-top: 1rem;
}


.red-pill-title-red {
    color: #F44103;
    font-weight: 600;
    font-size: 140%;
    margin-bottom: 0.25rem;
}

.red-pill-text {
    color: #1a1a1a;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.4;
}


@media (max-width: 1200px) {
    .red-pill-button {
        border-radius: 0.3rem;
        font-size: 100%;
        padding: 0.2rem 0.2rem;
    }

    .red-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .red-pill-title-red {
        font-size: 100%;
        margin-bottom: 0.01rem;
    }

    .red-pill-text {
        font-size: 90%;
    }
}


@media (max-width: 500px) {
    .red-pill-button {
        border-radius: 0.3rem;
        font-size: 0.4rem;
        padding: 0.2rem 0.2rem;
    }

    .red-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .red-pill-title-red {
        font-size: 0.35rem;
        margin-bottom: 0.01rem;
    }

    .red-pill-text {
        font-size: 0.33rem;
    }
}



.yellow-pill-button {
    display: absolute;
    background-color: #FCECCE;
    color: #E8A00F;
    font-weight: bold;
    padding: 1rem 1rem;
    border-radius: 1rem;
    font-size: 140%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid transparent;
}

.yellow-pill-button:hover {
    background-color: #FCECCE;
    border: 2px solid #E8A00F;
    color: #E8A00E;
    cursor: pointer;
}

.yellow-pill-description {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    text-align: right;
    /* padding-right: 1rem; */
    margin-top: 1rem;
}


.yellow-pill-title-yellow {
    color: #E8A00F;
    font-weight: 600;
    font-size: 140%;
    margin-bottom: 0.25rem;
}

.yellow-pill-text {
    color: #1a1a1a;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .yellow-pill-button {
        border-radius: 0.3rem;
        font-size: 100%;
        padding: 0.2rem 0.2rem;
    }

    .yellow-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .yellow-pill-title-yellow {
        font-size: 100%;
        margin-bottom: 0.01rem;
    }

    .yellow-pill-text {
        font-size: 90%;
    }
}


@media (max-width: 500px) {
    .yellow-pill-button {
        border-radius: 0.3rem;
        font-size: 0.37rem;
        padding: 0.2rem 0.1rem;
    }

    .yellow-pill-description {
        padding-right: 0.2rem;
        margin-top: 0.2rem;
    }

    .yellow-pill-title-yellow {
        font-size: 0.35rem;
        margin-bottom: 0.01rem;
    }

    .yellow-pill-text {
        font-size: 0.33rem;
    }
}


.green-pill-button {
    display: absolute;
    background-color: #E8F2EB;
    color: #8CBD9B;
    font-weight: bold;
    padding: 1rem 1rem;
    border-radius: 1rem;
    font-size: 140%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid transparent;
}

.green-pill-button:hover {
    background-color: #E8F2EB;
    border: 2px solid #8CBD9B;
    color: #8CBD9A;
    cursor: pointer;
}

.green-pill-description {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    /* padding-left: 1rem; */
    margin-top: 1rem;
}

.green-pill-title-green {
    color: #8CBD9B;
    font-weight: 600;
    font-size: 140%;
    margin-bottom: 0.25rem;
}

.green-pill-text {
    color: #1a1a1a;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .green-pill-button {
        border-radius: 0.3rem;
        font-size: 100%;
        padding: 0.2rem 0.2rem;
    }

    .green-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .green-pill-title-green {
        font-size: 100%;
        margin-bottom: 0.01rem;
    }

    .green-pill-text {
        font-size: 90%;
    }
}

@media (max-width: 500px) {
    .green-pill-button {
        border-radius: 0.3rem;
        font-size: 0.4rem;
        padding: 0.2rem 0.2rem;
    }

    .green-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .green-pill-title-green {
        font-size: 0.35rem;
        margin-bottom: 0.01rem;
    }

    .green-pill-text {
        font-size: 0.33rem;
    }
}

.gold-pill-button {
    display: absolute;
    background-color: #F2EFDE;
    color: #BCAD59;
    font-weight: bold;
    padding: 1rem 1rem;
    border-radius: 1rem;
    font-size: 140%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid transparent;
}

.gold-pill-button:hover {
    background-color: #F2EFDE;
    border: 2px solid #BCAD59;
    color: #BCAD58;
    cursor: pointer;
}

.gold-pill-description {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    text-align: right;
    /* padding-right: 1rem; */
    margin-top: 1rem;
}


.gold-pill-title-gold {
    color: #BCAD59;
    font-weight: 600;
    font-size: 140%;
    margin-bottom: 0.25rem;
}

.gold-pill-text {
    color: #1a1a1a;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .gold-pill-button {
        border-radius: 0.3rem;
        font-size: 100%;
        padding: 0.2rem 0.2rem;
    }

    .gold-pill-description {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
    }

    .gold-pill-title-gold {
        font-size: 100%;
        margin-bottom: 0.01rem;
    }

    .gold-pill-text {
        font-size: 90%;
    }
}

@media (max-width: 500px) {
    .gold-pill-button {
        border-radius: 0.3rem;
        font-size: 0.4rem;
        padding: 0.2rem 0.2rem;
    }

    .gold-pill-description {
        padding-right: 0.2rem;
        margin-top: 0.2rem;
    }

    .gold-pill-title-gold {
        font-size: 0.35rem;
        margin-bottom: 0.01rem;
    }

    .gold-pill-text {
        font-size: 0.33rem;
    }
}