* {
    margin: 0;
    padding: 0;
    border: none;
}

.servicos {
    position: relative;
}

.servicos .btn {
    width: auto;
    font-size: 20px;
}

.servicos .topo {
    position: relative;
    padding: 0;
    color: #FFF;
}

.servicos .nossas-solucoes {
    position: relative;
    background: linear-gradient(to bottom, #071f3e, #012554);
}

.servicos .nossas-solucoes::before {
    content: "";
    background-image: url('../images/topo-servicos.png');
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.servicos .nossas-solucoes .row {
    max-width: 90%;
    width: 100%;
    gap: 20px;
}

.servicos .nossas-solucoes h1 {
    padding: 134px 0 0 0;
    font-size: 50px;
    z-index: 1;
}

.servicos .nossas-solucoes h5 {
    font-size: 40px;
    max-width: 1222px;
    z-index: 1;
}

.servicos .nossas-solucoes .itens {
    position: relative;
    background: #06101d;
    min-height: 400px;
    border-radius: 44px;
    overflow: hidden;
    z-index: 2;
    gap: 40px 10px;
    font-size: 20px;
    padding: 0 60px 36px;
}

.servicos .nossas-solucoes .itens::before {
    content: "";
    background-image: url('../images/rectangle-107.jpg');
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.servicos .nossas-solucoes .itens .item {
    z-index: 1;
    min-width: 200px;
    max-width: 310px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    line-height: 26px;
    font-size: 20px;
}

.servicos .nossas-frentes {
    position: relative;
    background: linear-gradient(to top, #071f3e, #012554);
}

.servicos .nossas-frentes::before {
    content: "";
    background-image: url('../images/ns-bottom-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.servicos .nossas-frentes .itens {
    gap: 50px 10px;
}

.servicos .nossas-frentes .itens .item {
    padding: 10px;
    max-width: 300px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.servicos .nossas-frentes .itens .item img {
    max-height: 150px;
}

.servicos .nossas-frentes .itens .item p {
    font-size: 32px;
    line-height: 38px;
}

.servicos .nossas-frentes h2 {
    padding: 50px 0 50px 0;
    margin: 0;
    font-size: 50px;
}

.servicos .nossas-frentes .row {
    max-width: 90%;
    width: 100%;
    padding: 40px 0;
}

.servicos .atendemos {
    position: relative;
    background-image: url('../images/setores-atendidos.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #FFF;
}

.servicos .atendemos .row {
    width: 100%;
    padding: 113px 0;
}

.servicos .atendemos h2 {
    font-size: 50px;
    max-width: 1220px;
}

.servicos .resultados {
    position: relative;
    background-color: #f6f6f6;
}

.servicos .resultados .row {
    width: 100%;
    padding: 40px 0;
}

.servicos .resultados h2 {
    font-size: 50px;
    max-width: 1220px;
    color: #2E496D;
}

.servicos .resultados p {
    font-size: 30px;
    max-width: 1350px;
    color: #4A4A4A;
}

.servicos .resultados img {
    font-size: 30px;
    width: 100%;
}

.servicos .experiencias {
    background-image: url('../images/bg-experiencias.png');
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-color: #f6f6f6;
}

.servicos .experiencias .row {
    width: 100%;
    padding: 20px 0 40px;
}

.servicos .experiencias h2 {
    font-size: 50px;
    color: #2E496D;
}

.servicos .experiencias p {
    font-size: 30px;
    max-width: 1280px;
    color: #4A4A4A;
}

.servicos .experiencias .itens {
    max-width: 1240px;
    gap: 10px 20px;
}

@media (max-width: 575.98px) {
    .servicos {
        position: relative;
        overflow: hidden;
    }

    .servicos .btn {
        width: auto;
        font-size: 18px;
        margin: 0!important;
    }

    .servicos .topo {
        position: relative;
        padding: 0;
        color: #FFF;
        background: #012554;
    }

    .servicos .nossas-solucoes {
        position: relative;
        background: linear-gradient(to bottom, #071f3e, #012554);
    }

    .servicos .nossas-solucoes::before {
        content: "";
        background-image: url('../images/topo-servicos.png');
        background-repeat: no-repeat;
        background-position: top;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .servicos .nossas-solucoes .row {
        max-width: 90%;
        width: 100%;
        gap: 20px;
    }

    .servicos .nossas-solucoes h1 {
        padding: 134px 0 0 0;
        font-size: 30px;
        z-index: 1;
    }

    .servicos .nossas-solucoes h5 {
        font-size: 21px;
        max-width: 1222px;
        z-index: 1;
    }

    .servicos .nossas-solucoes .itens {
        position: relative;
        background: #06101d;
        min-height: 400px;
        border-radius: 44px;
        overflow: hidden;
        z-index: 2;
        gap: 30px 10px;
        font-size: 20px;
        padding: 100px 30px 30px;
    }

    .servicos .nossas-solucoes .itens::before {
        content: "";
        background-image: url('../images/rectangle-107.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .servicos .nossas-solucoes .itens .item {
        z-index: 1;
        min-width: 260px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        line-height: 28px;
    }

    .servicos .nossas-frentes {
        position: relative;
        background: linear-gradient(to top, #071f3e, #012554);
    }

    .servicos .nossas-frentes::before {
        content: "";
        background-image: none;
        background-repeat: no-repeat;
        background-position: left bottom;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .servicos .nossas-frentes .itens {
        gap: 0px;
    }

    .servicos .nossas-frentes .item {
        padding: 0px 10%;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        gap: 0px;
        z-index: 1;
    }

    .servicos .nossas-frentes .itens .item img {
        max-height: none;
    }

    .servicos .nossas-frentes .itens .item p {
        font-size: 32px;
        line-height: 38px;
    }

    .servicos .nossas-frentes h2 {
        padding: 50px 0 50px 0;
        margin: 0;
        font-size: 30px;
    }

    .servicos .nossas-frentes .row {
        max-width: 100%;
        width: 100%;
        padding: 10px 0;
    }

    .servicos .nossas-frentes .carousel-inner{
        width: 80%;
        height: 250px;
    }

    .servicos .nossas-frentes button:hover{
        background: none;
    }

    .servicos .nossas-frentes .carousel-control-prev-icon{
        background-image: url('../images/white-arrow-left.png');
    }
    
    .servicos .nossas-frentes .carousel-control-next-icon{
        background-image: url('../images/white-arrow-right.png');
    }

    .servicos .nossas-frentes .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 25px;
        height: 40px;
    }

    .servicos .atendemos {
        position: relative;
        background: linear-gradient(to top, #071f3e, #012554);
    }

    .servicos .atendemos::before {
        content: "";
        background-image: url('../images/setores-atendidos.jpg');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 294%;
        position: absolute;
        opacity: 0.3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .servicos .atendemos .row {
        width: auto;
        padding: 50px 0;
    }

    .servicos .atendemos h2 {
        font-size: 20px;
        max-width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .servicos .resultados {
        position: relative;
        background-color: #f6f6f6;
    }

    .servicos .resultados .row {
        width: 100%;
        padding: 40px 0;
    }

    .servicos .resultados h2 {
        font-size: 50px;
        max-width: 1220px;
        color: #2E496D;
    }

    .servicos .resultados p {
        font-size: 30px;
        max-width: 1350px;
        color: #4A4A4A;
    }

    .servicos .resultados img {
        font-size: 30px;
        width: 100%;
    }

    .servicos .experiencias {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        background-color: #f6f6f6;
    }

    .servicos .experiencias .row {
        width: auto;
        padding: 20px 20px 40px;
    }

    .servicos .experiencias h2 {
        font-size: 30px;
        color: #2E496D;
        padding: 0;
        margin: 0;
    }

    .servicos .experiencias p {
        font-size: 25px;
        max-width: max-content;
        color: #4A4A4A;
    }

    .servicos .experiencias .itens {
        max-width: 1240px;
        gap: 10px 20px;
    }

    .servicos .experiencias .carousel-inner{
        width: 80%;
        height: 120px;
    }

    .servicos .experiencias button:hover{
        background: none;
    }

    .servicos .experiencias .carousel-control-prev-icon{
        background-image: url('../images/arrow-left.png');
    }
    
    .servicos .experiencias .carousel-control-next-icon{
        background-image: url('../images/arrow-right.png');
    }

    .servicos .experiencias .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 25px;
        height: 40px;
    }
}