#paginaDesenvolvimento {
    float: left;
    width: 100%;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    background: url('../../../uploads/2024/11/bg-desenvolvimento.jpg') center bottom no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
    border-radius: 0 0 70px 70px;
    text-align: center;
    margin-bottom: 150px;
    background-attachment: fixed;
}

.blocoInicial .boxTexto {
    max-width: 50%;
    text-align: center;
    margin: 0 0 50px 0;
    display: inline-block;
}

.blocoInicial .boxTexto p {
    color: #fff;
}

.blocoInicial figure {
    float: left;
    width: 100%;
    margin-bottom: -150px;
}

/* Passos */

.boxPassos {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.boxPassos .boxTexto {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.boxPassos .listaPassos {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxPassos .listaPassos li.listaPassosItem {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    display: flex;
}

.boxPassos .listaPassos li.listaPassosItem .col-sm-6 {
    padding: 50px 100px;
}

.boxPassos .listaPassos li.listaPassosItem:nth-child(odd) figure {
    border-left: solid 2px #CD1162;
}

.boxPassos .listaPassos li.listaPassosItem:nth-child(even) {
    flex-direction: row-reverse;
}

.boxPassos .listaPassos li.listaPassosItem:nth-child(even) .textoItem {
    border-left: solid 2px #CD1162;
}

.boxPassos .listaPassos li.listaPassosItem .numeroPasso {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    position: absolute;
    background: linear-gradient(146deg, rgba(50,42,162,1) 12%, rgba(211,15,95,1) 91%);
    top: 50px;
    left: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.boxPassos .listaPassos li.listaPassosItem .numeroPasso span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.boxPassos .listaPassos li.listaPassosItem .setaPasso {
    position: absolute;
    z-index: 1;
    top: calc(50% + 40px);
    left: calc(50% - 19px);
}

.boxPassos .listaPassos li.listaPassosItem:last-child .setaPasso {
    display: none;
}

.boxPassos .listaPassos li.listaPassosItem.comTexto .tituloPrincipal {
    border-bottom: solid 1px #C6C6C6;
    padding-bottom: 20px;
    margin: 0;
}

.boxPassos .listaPassos li.listaPassosItem .subtitulo {
    float: left;
    width: 100%;
    color: #322AA2;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.boxPassos .listaPassos li.listaPassosItem .boxTextoResumo {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.boxPassos .listaPassos li.listaPassosItem .tituloLista {
    float: left;
    width: 100%;
    color: #322AA2;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.boxPassos .listaPassos li.listaPassosItem ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.boxPassos .listaPassos li.listaPassosItem ul li {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 0;
}

.boxPassos .listaPassos li.listaPassosItem ul li span {
    color: #322AA2;
    margin: 0 0 0 10px;
}

/* Formas de Contratação */

.formasDeContratacao {
    float: left;
    width: 100%;
    background: #E8F2FC;
    padding: 70px 0;
}

.formasDeContratacao ul.listaFormas {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem {
    background: #FAFAFA;
    border-radius: 24px;
    padding: 40px;
    list-style: none;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem .tituloPrincipal {
    margin: 0 0 20px 0;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem .boxTexto {
    float: left;
    width: 100%;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem .tituloRecomendado {
    float: left;
    width: 100%;
    background: #F7DCE7;
    border-radius: 13px;
    margin-top: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem .tituloRecomendado i {
    color: #D30F5F;
    font-size: 16px;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem .tituloRecomendado span {
    color: #D30F5F;
    margin-left: 10px;
    font-weight: 500;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem ul li {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 0;
}

.formasDeContratacao ul.listaFormas li.listaFormasItem ul li span {
    color: #322AA2;
    margin: 0 0 0 10px;
    font-weight: 500;
}

/* Tecnologias Utilizadas */

.tecnologiasUtilizadas {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.tecnologiasUtilizadas ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tecnologiasUtilizadas ul li {
    list-style: none;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.tecnologiasUtilizadas ul li figure {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #322AA2;
}

.tecnologiasUtilizadas ul li figure img {
    max-width: 60%!important;
    max-height: 60%!important;
}

.tecnologiasUtilizadas ul li span {
    background: #E8F2FC;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
    color: #322AA2;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1000px) {

    /* Lista Passos */

    .boxPassos .listaPassos {
        padding: 0 20px;
    }

    .boxPassos .listaPassos li.listaPassosItem {
        border-left: solid 2px #CD1162;
    }

    .boxPassos .listaPassos li .col-sm-6 {
        float: left;
        width: 100%;
        padding: 25px 0 30px 35px!important;
    }

    .boxPassos .listaPassos li.listaPassosItem:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .boxPassos .listaPassos li.listaPassosItem figure {
        display: none;
    }

    .boxPassos .listaPassos li.listaPassosItem:nth-child(even) .textoItem {
        border: 0!important;
    }

    .boxPassos .listaPassos li.listaPassosItem .setaPasso {
        display: none;
    }

    .boxPassos .listaPassos li.listaPassosItem .numeroPasso {
        top: 25px;
        left: -20px;
        width: 40px;
        height: 40px;
    }

    .boxPassos .listaPassos li.listaPassosItem .numeroPasso span {
        font-size: 16px;
        line-height: 16px;
    }

    /* Formas de Contratação */

    .formasDeContratacao ul.listaFormas {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 0 30px 0;
    }

    /* Tecnologias Utilizadas */

    .tecnologiasUtilizadas ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

}

@media (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial {
        padding: 50px 0 0 0;
        border-radius: 0 0 40px 40px;
        margin-bottom: 0;
        background: url('../../../uploads/2025/01/bg-header-mobile.png') center bottom no-repeat;
    }

    .blocoInicial .boxTexto {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .blocoInicial figure {
        margin-bottom: -50px;
        text-align: center;
    }

    .blocoInicial figure img {
        max-width: 90%!important;
    }

    /* Passos */

    .boxPassos {
        padding: 100px 0 40px 0;
    }

    /* Formas de Contratação */

    .formasDeContratacao {
        padding: 40px 0;
    }

    /* Tecnologias */

    .tecnologiasUtilizadas {
        padding: 40px 0;
    }

    .tecnologiasUtilizadas ul {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 550px) {

    /* Tecnologias */

    .tecnologiasUtilizadas ul {
        grid-template-columns: repeat(1, 1fr);
    }

}