* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.section-passo {
    /* background-color: rgba(255, 104, 250, 0.336); */
    display: flex;
    justify-content: center;
    height: fit-content;
    max-width: 1240px;
    margin: 40px auto;
}

.container-section-passo {
    /* background-color: rgb(114, 190, 245); */
    display: flex;
    padding: 0px 80px;
    justify-content: space-between;
    width: 100%;
}

.container-titulo-passo {
    /* background-color: rgb(205, 249, 255); */
    padding: 20px 0 0 0;
    /* border-right: 3px solid #294D63; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:fit-content;
    height: fit-content;
    gap: 40px;
}

.container-titulo-passo h1 {
    font-size: 50px;
    color: #2A4556;
    padding-left: 0;
}

.container-passo {
    /* border: 1px solid rgb(255, 0, 144);  */
    border-left: 3px solid #294D63;
    padding-left: 35px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.content-passo {
    width: 650px; 
    height: 110px;
    display: flex;
    background-color: #294D63;
    border-radius: 15px;
    align-items: center;
    justify-content: start;
    transition: background-color 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.content-passo:hover p {
    color: #000;
}

.section-passo img {
    width: 150px;
}

.content-passo p {
    font-size: 20px;
    color: white;
    font-weight: 600;
    width: 75%;
    max-width: 550px;
    transition: color 0.4s ease;
}

.content-passo:hover {
    background-color: #ffffff;
    border: 3px solid black;
    color: black;
}

.content-passo:hover .white-ball {
    background-color: #000000;
    color: #fff;
}
.container-passo h1{
    display: none;
    font-size: 40px;
    color: #2A4556;
    padding-left: 0;
}

.container-passo a{
   text-decoration: none;
}

.btn-passo-responsivo {
    display: none;
    margin-top: 20px;
    width: 280px;
    height: 47px;
    background-color: white;
    border: 2px solid black;
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-radius: 15px;
    font-size: 1.3em;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.btn-passo {
    width: 300px;
    height: 40px;
    background-color: #2A4556;
    border: none;
    color: white;
    border-radius: 15px;
    font-size: 1em;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-passo:hover,.btn-passo-responsivo:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.white-ball {
    background-color: white;
    padding: 14px 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* media queries */

@media (max-width: 1340px) {


    .content-passo {
        width: 700px; 
        height: 100px;
    }

    .container-titulo-passo h1 {
        font-size: 45px;
    }

    .section-passo img {
        width: 150px;
    }

    .btn-passo {
        width: 280px;
        height: 38px;
    }
}

@media (max-width: 1240px) {


    .content-passo {
        width: 650px; 
        height: 90px;
    }

    .content-passo p {
        font-size: 1.1em;
        max-width: 520px;
    }

   .container-titulo-passo h1 {
        font-size: 38px;
    }

    .section-passo img {
        width: 140px;
    }

    .btn-passo {
        width: 265px;
        height: 38px;
    }

    .white-ball {
        background-color: white;
        width: 50px;
        height: 50px;
        font-size: 1.3em;
        margin: 0 20px;
    }


}

@media (max-width: 1130px) {


   .content-passo {
        width: 580px; 
        height: 90px;
    }

    .content-passo p {
        font-size: 1em;
        max-width: 500px;
    }

   .container-titulo-passo h1 {
        font-size: 35px;
    }

    .section-passo img {
        width: 130px;
    }

    .btn-passo {
        width: 245px;
        height: 35px;
    }

     .white-ball {
        width: 45px;
        height: 45px;
        font-size: 1.1em;
        margin: 0 15px;
    }

    .container-section-passo {
        padding: 0px 60px;
    }
}

@media (max-width: 900px) {



   .section-passo {
        margin: 50px;
    }

   .container-passo h1{
        display: block;
    }

   .btn-passo-responsivo {
        display: block;
    }
   .container-section-passo {
        padding: 0px 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .container-titulo-passo {
        display: none;
    }
    .container-passo {
        /* border: 1px solid rgb(255, 0, 144);  */
        border-left: none;
        padding-left: 0px;
        width: 100%;
        height: fit-content;
        gap: 20px;
    }

    .content-passo {
        width: 100%; 
        height: 90px;
    }

    .content-passo p{
        font-size: 1.2em;
        max-width: 500px;
    }

    .white-ball {
        width: 55px;
        height: 55px;
        font-size: 1.5em;
        margin: 0 20px;
    }
    

}

@media (max-width: 620px) {


    .content-passo {
        width: 100%; 
        height: 60px;
    }
    .content-passo p{
        font-size: .9em;
        max-width: 350px;
    }

    .white-ball {
        width: 45px;
        height: 45px;
        font-size: 1.5em;
        margin: 0 10px;
    }

    .btn-passo-responsivo {
        width: 230px;
        height: 38px;
    }

    .container-passo h1{
        font-size: 31px;
    }
}

@media (max-width: 430px) {

    .section-passo {
        margin: 35px;
    }

    .white-ball {
        width: 34px;
        height: 44px;
        margin: 0 10px;
        padding: 20px 23px;
    }
    .content-passo p{
        font-size: .8em;
        max-width: 270px;
    }

    .container-passo h1{
        font-size: 25px;
    }
}

@media (max-width: 390px) {


       .content-passo p{
        font-size: .8em;
        max-width: 240px;
    }

    .btn-passo-responsivo {
        width: 200px;
        height: 38px;
        font-size: 1em;
    }

}

@media (max-width: 390px) {



       .content-passo p{
        font-size: .8em;
        max-width: 220px;
    }

    .btn-passo-responsivo {
        width: 200px;
        height: 36px;
    }

}

@media (max-width: 360px) {


    .content-passo p{
        font-size: .6em;
        max-width: 160px;
    }

    .btn-passo-responsivo {
        width: 150px;
        height: 33px;
        font-size: .9em;
    }

    .content-passo {
        width: 100%; 
        height: 50px;
    }

    .white-ball {
        width: 37px;
        height: 37px;
        margin: 0 10px;
        font-size: 1.1em;
    }

}