﻿.desktopContent {
    display: block;
}

.desktopContent-flex {
    display: flex;
}

.mobileContent {
    display: none;
}

.mobileContent-flex {
    display: none;
}

#complemento {
    width: 76% !important;
    margin: auto;
}

@media(max-width:768px) {
    h1 {
        font-size: calc(1.1rem + .24vw);
    }

    h4 {
        font-size: calc(0.55rem + .24vw);
    }

    p {
        font-size: calc(0.63rem + .24vw) !important
    }

    .col-lg-4 {
        padding: 0 0px !important;
    }

    .display-4 {
        font-size: calc(0.800rem + .66vw) !important;
        color: #0e516a;
        text-align: center !important;
        font-weight: 500;
    }

    .display-2 {
        font-size: calc(1.000rem + .66vw) !important;
        font-weight: 500;
    }

    #complemento {
        width: 100% !important;
    }

    figure {
        text-align: center !important;
    }

        figure img {
            width: 80% !important;
        }

    .desktopContent {
        display: none !important;
    }

    .desktopContent-flex {
        display: none !important;
    }

    .mobileContent {
        display: block !important;
    }

    .mobileContent-flex {
        display: flex;
    }



    .div-com-imagem-de-fundo3 {
        padding: 0px !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .div-com-imagem-de-fundo {
        height: 130px !important;
    }

    .div-com-imagem-de-fundo1 {
        height: 130px !important;
    }

    .div-com-imagem-de-fundo2 {
        height: 110px !important;
    }

    .row {
        margin-right: 0px !important;
    }

    .conteudoServico {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .conteudoServico img {
            width: calc(7.4rem + .66vw) !important;
            height: auto;
            flex-shrink: 0;
            display: block;
        }

        .conteudoServico .tituloServico {
            display: block;
            text-align: center;
            margin-left: 0px !important;
        }

        /* Agrupar título e imagem */
        .conteudoServico img {
            display: block;
            margin: 0 auto;
        }

    .conteudoServico {
        display: flex;
        align-items: center;
    }

    /* Grupo de título + imagem */
    .imagemComTitulo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .descricaoServico1 {
        white-space: normal;
        word-break: normal;
        flex: 1;
        min-width: 0;
        font-size: calc(0.500rem + .66vw) !important;
        text-align: left !important;
        margin-left: 0px !important;
    }

    .descricaoServico {
        white-space: normal;
        word-break: normal;
        flex: 1;
        min-width: 0;
        font-size: calc(0.500rem + .66vw) !important;
        text-align: left !important;
        margin-left: 0px !important;
    }

    .tipoServico {
        width: 100% !important;
    }

    .boxServico {
        width: 80% !important;
        padding: 30px !important;
    }

    .boxServicoTexto {
        font-size: calc(0.500rem + .66vw) !important;
    }

    .subBoxes {
        padding: 20px 0px !important;
    }

    .subBox {
        margin: 0px !important;
        margin-bottom: 35px !important;
        font-size: calc(0.60rem + .24vw) !important
    }

    .boxServicoSubtitulo {
        margin-top: 20px !important;
        font-size: calc(1.000rem + .66vw) !important;
    }

    .subBox img {
        width: 50px !important;
        margin-bottom: 10px !important;
    }

    #solucoes-title {
        font-weight: 500 !important;
        font-size: calc(1.000rem + .66vw) !important;
    }

    #solucoes-desc {
        color: #7FADC1;
        font-size: calc(0.800rem + .66vw) !important;
    }

    .solucaoItem div {
        padding: 3px;
        font-size: 12px;
    }

    .solucaoItem img {
        width: 50px !important;
        height: 50px !important;
    }


    .flex-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .flex-row.row-2 .solucaoItem {
            flex: 1;
            max-width: 45%;
        }

        .flex-row.row-3 .solucaoItem {
            flex: 1;
            max-width: 30%;
        }

    .nomeItem {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 45px;
    }
}

@media (max-width: 768px) {

    .item-reduzido .solucaoItem div {
        font-size: 11.5px;
    }

    .item-reduzido .nomeItem {
        padding: 10px 3px;
        min-height: 98px;
    }

    .contato {
        background-color: #164F64;
        border: 0;
        color: #fff !important;
        font-weight: 400;
        font-size: calc(0.6rem + .66vw) !important;
    }
}
