@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Merriweather:wght@300;400;700&display=swap');

.section_3{
    min-height: 100vh;
    background-color: rgba(2, 71, 78, 1);
}

.etapas {
    text-align: center;
}

.etapas h1 {
    font-size: 5rem;
    padding-top: 4rem;
    font-family: "Merriweather", serif;;
    padding-bottom: 1.5rem;
}

.etapas hr{
    width: 25%;
    margin-left:37%;
}

.etapas p{
    text-align: justify;
    width: 50%;
    margin-left: 25%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 1.6rem;
}

.grid_etapas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    counter-reset: grid-counter;
    background-color: rgba(2, 71, 78, 1);
}

.etapas_img img{
    width: 15rem;
    padding-top: 10rem;
    align-items: center;
    margin-bottom: 2rem;

}

.etapas_img h2{
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 3rem;
}