.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #131722 !important;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.heroContenido {
    width: 90%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.heroContenido h1 {
    font-family: Reem Kufi, sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: rgb(104, 84, 33);
}

.contenidoParrafo {
    margin-top: 20px;
    font-size: 1rem;
}

.contenidoBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.33333;
    padding: 16px 28px;
    border-radius: 20px;
    margin-top: 45px;
    text-decoration: none;
}

.heroVideo {
    width: 90%;
    max-width: 560px;
    height: auto;
}

.heroVideo iframe {
    width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
    .hero {
        flex-direction: row;
        height: auto;
        padding: 40px;
        margin-bottom: 0;
    }

    .heroContenido {
        width: 45%;
        margin-right: 40px;
        text-align: left;
        margin-bottom: 0;
    }

    .heroContenido h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .heroVideo {
        width: 45%;
    }

    .heroVideo iframe {
        height: 280px;
    }
}

@media (min-width: 1025px) {
    .hero {
        height: 1000px;
        padding: 0;
    }

    .heroContenido {
        width: 30%;
        margin-right: 80px;
    }

    .heroContenido h1 {
        font-size: 2.5rem;
        line-height: 4rem;
    }

    .heroVideo iframe {
        height: 315px;
    }
}.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #131722 !important;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.heroContenido {
    width: 90%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.heroContenido h1 {
    font-family: Reem Kufi, sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: rgb(104, 84, 33);
}

.contenidoParrafo {
    margin-top: 20px;
    font-size: 1rem;
}

.contenidoBtn {
    background-color: rgb(52, 177, 196);
    position: relative;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.33333;
    padding: 16px 28px;
    border-radius: 6px;
    margin-top: 45px;
    text-decoration: none;
}

.heroVideo {
    width: 90%;
    max-width: 560px;
    height: auto;
}

.heroVideo iframe {
    width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
    .hero {
        flex-direction: row;
        height: auto;
        padding: 40px;
        margin-bottom: 0;
    }

    .heroContenido {
        width: 45%;
        margin-right: 40px;
        text-align: left;
        margin-bottom: 0;
    }

    .heroContenido h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .heroVideo {
        width: 45%;
    }

    .heroVideo iframe {
        height: 280px;
    }
}

@media (min-width: 1025px) {
    .hero {
        height: 1000px;
        padding: 0;
    }

    .heroContenido {
        width: 30%;
        margin-right: 80px;
    }

    .heroContenido h1 {
        font-size: 2.5rem;
        line-height: 4rem;
    }

    .heroVideo iframe {
        height: 315px;
    }
}