#hero_section {
    align-items: center;
    background-image: url("../assets/banner2.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    width: 100vw;
}


.section_article {
    align-items: center;
    row-gap: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 3rem 0;
}

h1,h2 {
    color: #252525;
    font-family: "Lato", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
    text-shadow: -1px 1px 1px rgba(7, 7, 7, 0.699);
    width: 90%;
}

h1 {
    font-size: 4rem;
}

h1 span {
    color: #e0280a;
    display: inline-block;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 7rem;
    width: 100%;
}



article p {
    color: #252525;
    font-family: lato, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    width: 90%;
}

#services_section {
    background-image: url(../assets/proyectoBarriosBg.png);
    background-position: 20% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

@media screen and (min-width: 768px) {

    #hero_section {
        margin: 0 auto;
    }

    .section_article {
        max-width: 70%;
        margin-left: 50%;
        margin-top: 15rem;
    }

    .btn_index{
        font-size: 2.5rem;
        height: 5rem;
    }


}