:root {
    --white: #ffffff;
    --black: #242424;
    --black-400: #444444;
    --black-600: #666666;
    --grey: #666666;
    --primary: #0050c3;
    --secondary: #007bff;
    --lighter: #E7A693;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    padding-top: 90px;
    height: 100%;
}

h1 {
    font-size: 2.1rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}

    h1 span {
        font-size: 1.6rem;
    }

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    font-size: 16px;
}

.lead {
    font-weight: 400;
}

.container-fluid {
    max-width: 1420px;
}

.bg-hummanos {
    background: linear-gradient(180deg, rgba(0, 80, 195, 0.12) 0%, rgba(0, 80, 195, 0.10) 100%);
}

    .bg-hummanos h1 {
        color: var(--primary);
    }

.container-voce {
    display: flex;
    align-items: stretch;
    padding-top: 3rem !important;
}

    .container-voce .col-esquerda {
        flex: 0 0 65%;
        min-width: 0;
    }

    .container-voce .col-direita {
        flex: 0 0 35%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: end;
        background-image: url(/Assets/v1/img/pontos-brancos.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }

        .container-voce .col-direita img {
            max-width: 90%;
            height: auto;
            display: block;
            filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
        }

.container-vagas {
    display: flex;
    align-items: stretch;
    padding-top: 1.5rem !important;
}

    .container-vagas .col-esquerda {
        flex: 0 0 45%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: end;
        background-image: url(/Assets/v1/img/pontos.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }

    .container-vagas .col-direita {
        flex: 0 0 55%;
        min-width: 0;
        margin-top: 3rem;
        text-align: right;
    }

        .container-vagas .col-direita h1 {
            color: #fff;
            font-size: 6rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
        }

            .container-vagas .col-direita h1 b {
                color: var(--secondary);
                font-weight: 800;
            }

        .container-vagas .col-direita h2 {
            color: #fff;
            font-size: 2.6rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }

            .container-vagas .col-direita h2 b {
                color: #00b3ff;
                font-weight: 700;
            }

    .container-vagas .col-esquerda img {
        max-width: 100%;
        height: auto;
        display: block;
        filter: drop-shadow(0 0 15px rgba(0,0,0,0.2));
    }

ul.para-voce-vagas {
    list-style: none;
    display: block;
    text-align: right;
}

    ul.para-voce-vagas li {
        display: block;
    }

.para-voce {
    margin-top: 20px;
    padding-left: 0;
}

    .para-voce li {
        list-style: none;
        line-height: 1.5em;
        margin-right: 15px;
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
    }

        .para-voce li a {
            color: var(--primary);
            font-size: 1rem;
            font-weight: 700;
            border: none;
            box-shadow: 0 0 5px #0000001a;
            border-radius: 25px;
            background: #fff;
            padding: 14px 18px;
            display: inline-block;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease;
        }

            .para-voce li a:hover {
                color: #fff;
                background: var(--secondary);
                transition: all 0.3s ease;
            }

            .para-voce li a .fa {
                font-size: 1.2rem;
            }

.bg-vagas {
    background: var(--primary);
    background: #4050ff;
    background-image: linear-gradient(45deg, #4050ff 0%, #0050c3 100%);
    /*display:inline-block;*/
    text-align: center;
}

.para-voce-vagas {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .para-voce-vagas a {
        color: var(--primary);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        margin-right: 15px;
        margin-bottom: 15px;
        vertical-align: top;
        border: none;
        box-shadow: 0 0 15px #0000001a;
        border-radius: 25px;
        background: #fff;
        padding: 14px 18px;
        display: inline-block;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .para-voce-vagas a:last-child {
            margin-right: 0;
        }

        .para-voce-vagas a:hover {
            color: #fff;
            background: var(--secondary);
            transition: all 0.3s ease;
        }

        .para-voce-vagas a .fa {
            font-size: 1.2rem;
        }

@media (max-width: 768px) {

    .container-voce {
        flex-direction: column;
        align-items: stretch;
    }

        .container-voce .col-esquerda,
        .container-voce .col-direita {
            flex: 0 0 100%;
        }

        .container-voce .col-direita {
            display: flex;
            justify-content: center;
        }

            .container-voce .col-direita img {
                max-width: 250px;
                margin: 0 auto;
            }

    .container-vagas {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0 !important;
    }

        .container-vagas .col-esquerda,
        .container-vagas .col-direita {
            flex: 0 0 100%;
        }

        .container-vagas .col-direita {
            text-align: left;
        }

            .container-vagas .col-direita h1 {
                font-size: 4rem;
                font-weight: 700;
            }

            .container-vagas .col-direita h2 {
                font-size: 1.8rem;
                font-weight: 500;
            }

    ul.para-voce-vagas {
        text-align: left;
        padding-left: 0;
    }

    .container-vagas .col-esquerda {
        display: flex;
        justify-content: center;
    }

        .container-vagas .col-esquerda img {
            max-width: 250px;
            margin: 0 auto;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-voce {
        flex-direction: column;
        align-items: stretch;
    }

        .container-voce .col-esquerda,
        .container-voce .col-direita {
            flex: 0 0 100%;
        }

        .container-voce .col-direita {
            display: flex;
            justify-content: center;
        }

            .container-voce .col-direita img {
                max-width: 350px;
                margin: 0 auto;
            }

    .container-vagas {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0 !important;
    }

        .container-vagas .col-esquerda,
        .container-vagas .col-direita {
            flex: 0 0 100%;
        }

        .container-vagas .col-direita {
            text-align: left;
        }

            .container-vagas .col-direita h1 {
                font-size: 4rem;
                font-weight: 700;
            }

            .container-vagas .col-direita h2 {
                font-size: 1.8rem;
                font-weight: 500;
            }

    ul.para-voce-vagas {
        text-align: left;
        padding-left: 0;
    }

    .container-vagas .col-esquerda {
        display: flex;
        justify-content: center;
    }

        .container-vagas .col-esquerda img {
            max-width: 350px;
            margin: 0 auto;
        }
}

.box-atendimento {
    background: #ffffff;
    border-left: 6px solid #0050c3;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 700px;
    margin: 40px auto 60px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .box-atendimento:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    .box-atendimento h4 {
        margin-top: 0;
        font-size: 1.4rem;
        color: #0050c3;
    }

    .box-atendimento p {
        margin: 10px 0;
        color: #333;
        line-height: 1.5;
    }

/*.btn-whatsapp {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 10px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s ease;
}

    .btn-whatsapp:hover {
        background-color: #1ebe5b;
    }

    .btn-whatsapp i {
        margin-right: 6px;
    }*/



.btn-whatsapp {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    border: solid 2px #25d366;
    border-radius: 25px;
    padding: 12px 18px;
    margin-right: 10px;
    margin-bottom: 15px;
    gap: 15px;
    text-decoration: none;
    text-transform: none;
    background-color: #25d366;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
    display: inline-block;
    transition: all 0.3s ease;
}

    .btn-whatsapp:hover {
        color: #fff;
        border: solid 2px #1ebe5b;
        text-decoration: none;
        background-color: #1ebe5b;
        transition: all 0.3s ease;
    }

    .btn-whatsapp .fa {
        font-size: 1.2rem;
    }



.bannerfull {
    /*background-image: url(/Assets/v1/img/bgmosaic.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #014bae;
    background-image: linear-gradient(45deg, #43b6d5 0%, #014bae 100%);
}

/*.bannerfull::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 550px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        pointer-events: none;
        z-index: 1;
    }*/

.card-home .card {
    border: none;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    box-shadow: 0 0 15px #0000001a;
    border-radius: 16px;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch; /* <-- estica os filhos verticalmente */
    gap: 0px;
    margin: auto;
    min-height: 500px;
    max-width: 1200px;
    padding: 0px 15px 0px 15px;
    height: 100%; /* garante altura total dentro do banner */
}

    .content-wrapper .first {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .content-wrapper .first > div {
            width: 100%;
            z-index: 10;
        }

        .content-wrapper .first h1 {
            color: #fff;
            font-size: 2.7rem;
            font-weight: 800;
            line-height: 1.1em;
            margin-bottom: 1.6rem;
            text-transform: none;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

            .content-wrapper .first h1 b {
                color: #153567;
                font-weight: 800;
                text-shadow: 0 1px 2px rgba(255,255,255,0.1);
            }

        .content-wrapper .first h2 {
            color: #fff;
            font-size: 2rem;
            font-weight: 500;
            line-height: 1.1em;
            margin-bottom: 1rem;
            text-transform: none;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

            .content-wrapper .first h2 b {
                color: #153567;
                font-weight: 800;
                text-shadow: 0 1px 2px rgba(255,255,255,0.1);
            }

        .content-wrapper .first a.mais {
            color: var(--primary);
            font-size: 1rem;
            line-height: 1.5em;
            font-weight: 700;
            text-align: center;
            border: solid 2px #fff;
            border-radius: 25px;
            padding: 12px 18px;
            margin-right: 10px;
            margin-bottom: 15px;
            gap: 15px;
            text-decoration: none;
            text-transform: none;
            background-color: #fff;
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
            display: inline-block;
            transition: all 0.3s ease;
        }

            .content-wrapper .first a.mais:hover {
                color: #fff;
                border: solid 2px var(--secondary);
                text-decoration: none;
                background-color: var(--secondary);
                transition: all 0.3s ease;
            }

            .content-wrapper .first a.mais .fa {
                font-size: 1.2rem;
            }

    .content-wrapper .bg-first {
        background-color: #4050ff;
        color: #ffffff !important;
        padding: 15px 20px 10px 20px;
        border-radius: 30px 60px 20px 20px;
        box-shadow: 0 0 24px #0000001a;
        max-width: 400px;
    }

    .content-wrapper .last {
        flex: 1 1 0%;
        display: flex;
        justify-content: center;
        align-items: flex-end; /* força a imagem ir pro rodapé */
        background-image: url(/Assets/v1/img/pontosbg.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }

        .content-wrapper .last img {
            max-width: 100%;
            height: auto;
            display: block;
            z-index: 10;
            filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
        }



.bannerempresa {
    height: 470px;
    overflow: hidden;
    position: relative;
    background: #014bae;
    background-image: linear-gradient(45deg, #43b6d5 0%, #014bae 100%);
}

    .bannerempresa .content-wrapper {
        min-height: 450px;
        max-width: 1140px;
        padding: 0px 15px 0px 15px;
        height: 100%; /* garante altura total dentro do banner */
    }

        .bannerempresa .content-wrapper .first {
            justify-content: flex-start;
        }

            .bannerempresa .content-wrapper .first h1 {
                font-size: 3rem;
                line-height: 1.1em;
                margin-top: 1.5rem;
            }

        .bannerempresa .content-wrapper .last img {
            max-width: 80%;
        }

.bannerparavoce {
    height: 600px;
}

    .bannerparavoce .content-wrapper {
        min-height: 450px;
        max-width: 1140px;
        padding: 0px 15px 0px 15px;
        height: 100%;
    }

        .bannerparavoce .content-wrapper .first {
            justify-content: flex-start;
        }

            .bannerparavoce .content-wrapper .first h1 {
                color: #0050c3;
                font-size: 2.4rem;
                line-height: 1.1em;
                margin-top: 2rem;
            }

            .bannerparavoce .content-wrapper .first h2 {
                color: #153567;
                font-size: 1.4rem;
                line-height: 1.2em;
            }

                .bannerparavoce .content-wrapper .first h2 b {
                    color: #153567 !important;
                }

            .bannerparavoce .content-wrapper .first .card-body {
                padding: .5rem;
            }

                .bannerparavoce .content-wrapper .first .card-body a h4 {
                    font-size: 1rem;
                    line-height: 1.4rem;
                    font-weight: 600;
                    margin-bottom: 0;
                }

        .bannerparavoce .content-wrapper .last {
            background-image: none !important;
        }

.bg-breadcrumb h1.breadcrumb-voce {
    color: var(--white);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: none !important;
}

    .bg-breadcrumb h1.breadcrumb-voce b {
        font-weight: 700 !important;
    }

@media (max-width: 768px) {
    .content-wrapper .first h1 {
        font-size: 2.1rem;
        font-weight: 800 !important;
    }

        .content-wrapper .first h1 b {
            font-weight: 800 !important;
        }

    .bannerempresa {
        height: auto;
    }

        .bannerempresa .content-wrapper {
            min-height: auto;
            height: auto;
        }

            .bannerempresa .content-wrapper .first h1 {
                font-size: 2.1rem;
                font-weight: 800 !important;
                margin-top: 0;
            }

    .content-wrapper .first h2 {
        font-size: 1.6rem;
        line-height: 1.3em;
    }

        .content-wrapper .first h2 b {
            font-weight: 800 !important;
        }

    .bannerempresa .content-wrapper .first h2 {
        font-size: 1.5rem;
    }

    .content-wrapper .first a.mais {
        line-height: 1.5em;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .bannerparavoce {
        height: auto;
    }

        .bannerparavoce .content-wrapper {
            justify-content: flex-start;
        }

    .bg-breadcrumb h1.breadcrumb-voce {
        font-size: 1.5rem;
    }

    .bannerparavoce .content-wrapper .first h1 {
        font-size: 1.8rem;
        line-height: 1.1em;
        margin-top: 1rem;
    }

    .bannerparavoce .content-wrapper .first h2 {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .bannerparavoce .content-wrapper .last img {
        max-width: 80% !important;
    }

    .bannerparavoce .card-home {
        display: block;
        width: 100% !important;
        margin: auto;
    }

    .content-wrapper .first, .content-wrapper .last {
        width: 100%;
        max-width: 100%;
    }

    .bannerfull {
        height: auto;
    }

    .content-wrapper {
        display: flex; /* muda para flex */
        flex-direction: column; /* empilha um abaixo do outro */
        align-items: center; /* centraliza */
        gap: 20px; /* espaço vertical entre eles */
        padding: 30px 15px 0px 15px;
        height: auto !important;
    }

        .content-wrapper .first,
        .content-wrapper .last {
            width: 100%; /* cada um ocupa 100% da largura */
            max-width: 100%;
        }

            .content-wrapper .first > div {
                max-width: 100%; /* garante que o conteúdo interno não limite a largura */
            }

        .content-wrapper .bg-first {
            padding: 15px 15px;
        }

    .para-voce-vagas {
        display: block;
    }

        .para-voce-vagas a {
            display: block;
            margin-right: 0;
        }

    .para-voce li {
        display: block;
        margin-right: 0;
    }

        .para-voce li a {
            display: block;
        }

    .box-atendimento {
        padding: 20px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .bannerfull {
        height: auto;
    }

    .content-wrapper {
        display: flex; /* muda para flex */
        flex-direction: column; /* empilha um abaixo do outro */
        align-items: center; /* centraliza */
        gap: 20px; /* espaço vertical entre eles */
        padding: 30px 15px 0px 15px;
        height: auto;
    }

    .first,
    .last {
        width: 100%; /* cada um ocupa 100% da largura */
        max-width: 600px;
    }

        .first > div {
            max-width: 100%; /* garante que o conteúdo interno não limite a largura */
        }

    .content-wrapper .last img {
        max-width: 500px !important;
    }

    .bannerempresa {
        height: auto;
    }

        .bannerempresa .content-wrapper {
            min-height: auto;
            height: auto;
        }

            .bannerempresa .content-wrapper .first h1 {
                margin-top: 0;
            }

    .bannerparavoce {
        height: auto;
    }

    .bannerparavoce {
        height: auto;
    }

        .bannerparavoce .content-wrapper {
            min-height: auto;
            height: auto;
        }

            .bannerparavoce .content-wrapper .last img {
                max-width: 80% !important;
            }

        .bannerparavoce .card-home {
            width: 100% !important;
            margin: auto;
        }
}


.content-wrapper-vaga {
    display: flex;
    justify-content: center;
    align-items: stretch; /* faz com que ambas colunas tenham mesma altura */
    gap: 0px;
    margin: auto;
    max-width: 1100px;
    min-height: 200px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 16px !important;
}

    .content-wrapper-vaga .btn {
        display: inline;
    }

/* Ambas as colunas */
.first-vaga,
.last-vaga {
    color: #fff;
    flex: 1;
    display: block;
    flex-direction: column; /* conteúdo em blocos verticais */
    justify-content: center;
    text-align: left;
    padding: 25px 30px 40px 30px;
}

    .first-vaga h2,
    .last-vaga h2 {
        margin-bottom: .5rem;
    }

    .first-vaga h2 {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .first-vaga h2 b {
        font-weight: 700;
    }

    .first-vaga {
        background-color: #0050c3;
        border-radius: 16px 0 0 16px !important;
    }

.last-vaga {
    background-color: #0091ea;
    border-radius: 0 16px 16px 0 !important;
}

a.btn.btn-outline-light {
    color: #0050c3;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 16px;
    background-color: #fff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
}

    a.btn.btn-outline-light:hover {
        color: #007bff;
    }

    a.btn.btn-outline-light .fa {
        font-size: 1rem;
    }

/* Adicional: responsivo (empilha em telas pequenas) */
@media (max-width: 768px) {
    .content-wrapper-vaga {
        flex-direction: column;
    }

    .first-vaga,
    .last-vaga {
        width: 100%;
    }

    .first-vaga {
        border-radius: 16px 16px 0 0 !important;
    }

    .last-vaga {
        border-radius: 0 0 16px 16px !important;
    }
}

.bg-grey {
    background: linear-gradient(180deg, rgba(0, 80, 195, 0.10) 0%, rgba(0, 80, 195, 0.30) 100%)
}

.accordion .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.accordion .card-header {
    background: #f8f9fa;
    padding: 0;
    text-decoration: none;
}

.accordion .btn {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .btn-link {
    text-decoration: none !important;
}

    .accordion .btn-link:hover,
    .accordion .btn-link:focus,
    .accordion .btn-link:active {
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.accordion .btn:hover {
    text-decoration: none;
    background: #e9ecef;
}

.accordion .arrow {
    transition: transform 0.3s ease;
}

.accordion .btn[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.accordion .collapse {
    transition: all 0.3s ease;
}

.valores h2 {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 600;
}

.aempresa p {
    color: var(--primary);
}

.bg-card-valores {
    text-align: left;
    border-radius: 8px;
    padding: 25px;
    background-color: var(--secondary);
    box-shadow: 0px 30px 40px rgba(191, 162, 120, 0.1);
    border-radius: 16px;
    z-index: 1 !important;
    height: 100%;
    /*box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
}

    .bg-card-valores h3 {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .bg-card-valores hr {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .bg-card-valores p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.8rem;
        font-weight: 400;
        margin-bottom: 0;
    }

.card-valores {
    overflow: hidden;
    position: relative; /* necessário para o ::before funcionar corretamente */
}

    .card-valores::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: #DFD0BB;
        clip-path: circle(18.4% at 100% 0);
        transition: clip-path 0.5s ease;
    }

    .card-valores .card-valores-content {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .card-valores .card-cta svg {
        padding-left: 0.25rem;
    }

        .card-valores .card-cta svg path {
            fill: hsl(0, 0%, 90%);
        }

    .card-valores:hover::before {
        clip-path: circle(150% at 100% 0%);
    }


.equipe {
    padding: 45px 0 30px 0;
    background: linear-gradient(180deg, rgba(0, 80, 195, 0.10) 0%, rgba(0, 80, 195, 0.30) 100%);
}

    .equipe h2 {
        color: var(--primary);
        margin-bottom: .5rem;
    }

.membro-equipe {
    margin-bottom: 60px;
}

.membro-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    padding: 30px;
}

    .membro-card.membro-invertido {
        flex-direction: column-reverse;
    }

.membro-img img {
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    object-fit: cover;
}

.membro-img {
    align-self: center;
}

.membro-texto h3 {
    color: #0050c3;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.membro-texto p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsivo para desktop */
@media (min-width: 992px) {
    .membro-card {
        flex-direction: row;
        align-items: flex-start;
    }

        .membro-card.membro-invertido {
            flex-direction: row-reverse;
        }

    .membro-img {
        flex: 1;
    }

    .membro-texto {
        flex: 2;
        padding: 0 30px;
    }
}


/*Selos*/
/*.next-action {
    display: flex;
    gap: 1rem;
    overflow: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    max-width: 1110px;
    margin: 0 auto;
}*/

.next-action-card {
    display: flex !important;
    align-items: flex-start !important;
    /*min-width: 370px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    box-shadow: 0 0 44px #0000001a;*/
    border-radius: 16px;
    box-shadow: 0 0 15px #0000001a;
}

.tag-curso {
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline;
    background-color: var(--secondary);
}

.tag {
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline;
    background-color: var(--primary);
}

.tag-acesso {
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline;
    background-color: forestgreen;
}

.selos {
    background-color: var(--light);
    border-radius: 16px;
    padding: 20px;
    display: block;
    width: 100%;
}

    .selos h4 {
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #333333;
        line-height: 1.4em;
        transition: .2s;
        text-align: left;
        margin-top: 1rem;
    }

    .selos p {
        font-family: "Source Sans 3", sans-serif !important;
        font-optical-sizing: auto;
        color: #666666;
        font-size: .9rem;
        font-weight: 300;
        font-style: normal;
        line-height: 1.5em;
    }

    .selos a.link-read {
        display: inline-flex;
        font-size: .9rem;
        font-weight: 400;
        line-height: 140%;
        color: var(--primary);
        text-transform: uppercase;
        text-decoration: underline;
    }

        .selos a.link-read:hover {
            color: var(--secondary);
            text-decoration: none;
        }

    /*.selos button {
        color: var(--secondary);
        cursor: pointer;
        border: none;
        background: none;
        padding: 0;
        width: 100%;
        text-align: left;
    }

        .selos button:hover {
            text-decoration: underline;
        }*/

    .selos .media-body {
        font-size: .95rem;
        line-height: 1.25rem;
    }
/*Fim Selos*/


.list {
    padding-right: 15px;
    padding-left: 15px;
}

.list-item {
    background-color: var(--light);
    border-radius: 16px;
    padding: 20px;
    display: block;
    width: 100%;
}

ol.breadcrumb li a {
    font-family: "Source Sans 3", sans-serif;
    font-size: .75rem;
}

.bg-breadcrumb {
    color: var(--white);
    background-color: var(--blue);
}

.bg-grey .bg-breadcrumb {
    color: var(--primary);
    background-color: transparent !important;
}

    .bg-grey .bg-breadcrumb h1 {
        color: var(--primary);
    }

.bg-grey .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary);
}

.bg-grey .breadcrumb-item a {
    color: var(--primary);
}

.bg-grey .breadcrumb-item.active {
    color: var(--primary);
}

.bg-breadcrumb h1 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb {
    padding: .75rem 0;
    background: transparent;
}

li.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--white);
}

.breadcrumb-item.active {
    color: var(--white);
    font-size: .75rem;
    font-family: "Source Sans 3", sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
}

.testimonial-box {
    border-radius: 16px;
    max-width: 530px;
    margin: 45px auto;
    padding: 30px 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff;
}

.testimonial-autor,
.testimonial-autor a {
    color: #242424;
    font-size: .9rem;
    font-weight: 500;
    margin-top: 15px;
}

.testimonial-empresa {
    color: #999999;
    font-size: .85rem;
    font-weight: 400;
}

.quote {
    margin-left: -80px;
    width: 60px;
}


/* Depoimentos */

.bg-testimonial {
    background-image: linear-gradient(120deg, rgb(248, 249, 250) 0%, rgb(254, 254, 254) 70%);
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials .card {
        background: #ffffff;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
        margin: 0 20px 40px 100px;
        padding: 0 10px;
        border-radius: 16px;
        border: 0;
        min-height: 220px;
    }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

    /* important for sizing */

    .gtco-testimonials .card .media {
        padding: 20px 0 20px 20px !important
    }

    p i,
    .gtco-testimonials .card .media-body p {
        color: #000;
        font-family: 'Lora', serif !important;
        font-size: 1.1rem !important;
        font-weight: 400;
        font-style: italic !important;
        line-height: 1.5em;
        padding-bottom: 0;
    }

p i {
    color: #222;
}

.fa-star {
    color: #FEC42D;
    font-size: .9rem;
}

.coluna-imagem img {
    position: relative;
    z-index: 1;
}

/* Fim Depoimentos */


.valor {
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    padding-top: 0px;
}

    .valor del {
        font-size: 15px;
    }

.valor-produto {
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}

    .valor-produto del {
        font-size: 21px;
    }

/*carrinho*/
.cart-border {
    border: solid 1px #0050c3;
}

.cart-bg {
    background-color: #0050c3;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    margin-top: 0px;
}

.cart-padding {
    padding: 20px 15px;
}

.btn-number {
    height: 35px;
    width: 30px;
    text-align: center;
}

.number-spinner {
    max-width: 110px;
    margin-bottom: 5px;
}

.qtd {
    width: 100%;
    height: 35px;
}

hr.hr {
    margin: 0px;
}

.border-frete {
    border: solid 1px #ddd;
    padding: 15px;
}

.atenction {
    margin-top: 25px;
    padding: 15px;
    background-color: #ebebeb;
}

.bg-gray .table td {
    border-color: #ebebeb;
}

.btn-comprar {
    padding: 15px 40px;
}
/*fim carrinho*/

dl, ol, ul {
    padding-left: 20px;
}

a.whatsicon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

div.saibamais {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    color: #000;
    border: solid 1px #000;
    background-color: #fff;
}

a.saibamais {
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: 2px;
    color: #000;
    border: solid 1px #000;
    background-color: #fff;
}

    a.saibamais:hover {
        font-size: 12px;
        text-decoration: none;
        padding: 10px 15px;
        color: #fff;
        border: solid 1px #000;
        background-color: #000;
    }

a.mais {
    color: #fff;
    font-size: 1rem;
    line-height: 2.4em;
    font-weight: 600;
    text-align: center;
    border: solid 2px var(--secondary);
    border-radius: 25px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--secondary);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
}

    a.mais:hover {
        color: #fff;
        border: solid 2px #0050c3;
        text-decoration: none;
        background-color: #0050c3;
        transition: all 0.3s ease;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.search {
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
}

.btn-search {
    background-color: transparent !important;
    position: absolute;
    top: 75px;
    right: 20px;
    font-size: 18px;
    color: #1b6db0;
}

.data {
    color: var(--secondary);
    font-size: .8rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px 10px;
    opacity: 0.8;
    display: none;
}

.box-fotos {
    margin-top: -50px;
}



/*.bg-title {
    background-color: #0050c3;
    color: #fff;
}

.padding-title {
    padding-top: 60px;
    padding-bottom: 15px;
}

.panel-heading {
    padding: 0px 0px !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .panel-default > .panel-heading:hover {
        color: #fff;
        background-color: #00aeef;
        border-color: #ddd;
    }

h4.panel-title a {
    display: block;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
}

    h4.panel-title a:hover {
        display: block;
        padding: 15px 15px;
        text-decoration: none;
        color: #fff;
        background-color: #00aeef;
    }

    h4.panel-title a:active {
        text-decoration: none;
    }*/

.home h1 {
    font-size: 36px;
    font-weight: 700;
    color: #00aeef;
    margin-top: 60px;
}

.home p {
    font-size: 16px;
}

.grupo h4 {
    font-weight: 600;
    color: #153457;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: solid 1px #153457;
    margin-top: 0px;
}

.canais {
    padding: 60px 0 20px 0;
    background-color: #0050c3;
    border-top: solid 1px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

    .canais a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }

        .canais a:hover {
            color: #ebebeb;
            text-decoration: none;
        }

    .canais img {
        margin-bottom: 10px;
    }

    .canais .btn {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        border-radius: 25px;
        padding: 10px 25px;
        margin: 40px 10px;
        background-color: #ff8400;
    }

        .canais .btn:hover {
            color: #0050c3;
        }

.fornecedor {
    margin-top: 50px;
}

    .fornecedor h3 {
        font-size: 1.2rem;
    }

ul.lista {
    margin-bottom: 30px;
}

    ul.lista li {
        border-bottom: solid 1px #ebebeb;
        line-height: 1.5em;
    }

        ul.lista li a {
            display: block;
            font-size: 15px;
            padding: 10px 10px;
            color: #153457;
            display: block;
        }

            ul.lista li a:hover {
                text-decoration: none;
                background-color: #ebebeb;
            }

        ul.lista li.active a {
            text-decoration: none;
            background-color: #ebebeb;
        }

        ul.lista li a:hover {
            text-decoration: none;
            background-color: #ebebeb;
        }

.produto {
    transition: box-shadow .3s;
    padding: 10px;
    border: solid 1px #fff;
    min-height: 350px;
}

    .produto:hover {
        border: solid 1px #ebebeb;
    }

    .produto a:hover {
        text-decoration: none;
    }

    .produto a img {
        border-bottom: solid 2px #999;
        margin-bottom: 10px;
    }

.altura-produto {
    min-height: 60px;
}

.altura-catalogo {
    min-height: 80px;
}

.produto a {
    color: #666;
    font-weight: 500;
}

.produtos {
    background-color: #f1f1f1;
    min-height: 470px;
}

    .produtos h3 {
        margin-top: 60px;
    }

.bg-produtos {
    background-color: #f1f1f1;
    background-image: url(/site/img/produtostj.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 470px;
    margin-top: 60px;
}

.bg-manutencao {
    background-color: #f1f1f1;
    background-image: url(/site/img/bg_manutencao.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 580px;
    margin-top: 60px;
}

.manutencao {
    background-color: #f1f1f1;
    min-height: 580px;
}

    .manutencao h3 {
        margin-top: 60px;
    }

a.btn-saiba {
    font-size: 14px;
    padding: 12px 30px;
    margin-top: 15px;
    color: #231f20;
    border: solid 1px #231f20;
    border-radius: 0;
}

    a.btn-saiba:hover {
        color: #fff;
        border: solid 1px #231f20;
        background-color: #231f20;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

ul.list-social {
    padding-left: 85px;
    margin-top: 15px;
}

    ul.list-social li a {
        display: inline-block;
        padding-right: 0px !important;
        padding-left: 0px;
    }

.fa-inverse {
    color: #363636 !important;
}

.fa-stack-1x {
    color: #363636 !important;
    background-color: #d8d9d8;
    border-radius: 50%;
}

    .fa-stack-1x:hover {
        color: #fff !important;
        background-color: #00417b;
        border-radius: 50%;
    }

.displaynone {
    display: none;
}

ul.list-header {
    text-align: center;
}

    ul.list-header li a {
        color: #fff;
        font-size: 11px;
    }

.tel-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

    .tel-header span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

a.atendimento-header {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    padding: 3px 5px;
    background-color: #57bb63;
    border: solid 1px #fff;
    border-radius: 5px;
}

    a.atendimento-header:hover {
        color: #fff;
        text-decoration: none;
        background-color: #00aeef;
    }

p {
    line-height: 1.6em;
    font-size: 16px;
}

ol {
    padding-left: 25px;
}

    ol li, ul li {
        line-height: 2em;
        font-size: 16px;
    }





.navbar {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10) !important;
}

.navbar-nav {
    padding-top: .5rem !important;
}

.navbar-home a.navbar-brand {
    background-image: url(/Assets/v1/img/logo-hummanos.png);
    background-repeat: no-repeat;
    width: 145px;
    height: 100px;
}

.navbar-home ul.navbar-nav li.nav-item a.nav-link {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    text-transform: none !important;
}

/*a.navbar-brand {
	background-image: url(/Assets/v1/img/logo.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 124px;
	margin: 10px 0px 0px 10px;
}*/

a.navbar-brand {
    background-image: url(/Assets/v1/img/logo-hummanos.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 78px;
}

ul li a.login {
    color: #0050c3;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: underline;
}

ul li a:hover.login {
    color: #777777;
    text-decoration: none;
}

ul.navbar-nav li a.facaparte {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 5px 20px !important;
    background-color: #0050c3;
}

ul.navbar-nav li a:hover.facaparte {
    text-decoration: none;
    background-color: #0050c3;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #0050c3;
    font-size: .9rem;
    font-weight: 500;
}

.fixed-me {
    height: 120px;
    background-color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 0px 11px 0px !important;
}

    .fixed-me ul.entrar li a.facaparte {
        font-size: 15px !important;
    }

    .fixed-me ul.menu {
        margin-top: -25px !important;
    }

    .fixed-me ul li a {
        font-size: 15px !important;
    }

        .fixed-me ul li a:hover, .fixed-me ul li a:active {
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            transition: all .1s;
        }

    .fixed-me .navbar-brand {
        background-image: url(/Assets/v1/img/logohover.png);
        background-repeat: no-repeat;
        width: 140px;
        height: 96px;
        margin: 10px 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

.combos {
    background-color: #ebebeb;
    margin-top: 40px;
    padding: 5px 15px 25px 15px;
}

    .combos h3 {
        margin-top: 25px !important;
    }

    .combos .btn, .destaques .btn {
        border: solid 2px #00417b;
        color: #00417b;
        background-color: #ebebeb;
        font-weight: 600;
        padding: 10px 15px;
        margin-top: 20px;
    }

        .combos .btn:hover, .destaques .btn:hover {
            border: solid 2px #00417b;
            color: #fff;
            background-color: #00417b;
            font-weight: 600;
            padding: 10px 15px;
            margin-top: 20px;
        }

.form-group-lg .form-control {
    height: 60px;
}
/*
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	height: 60px;
	background-color: #ff8400;
	border:solid 1px #ff8400;
	font-weight:500;
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {;
	background-color: #fa9d39;
	border:solid 1px #fa9d39;
}*/
.destaques {
    background-color: #ebebeb;
    margin-bottom: 30px;
    padding: 70px 0px 40px 0px;
}

    .destaques a {
        font-size: 18px;
        color: #333333;
        text-decoration: none;
    }

        .destaques a:hover {
            color: #0050c3;
        }

    .destaques img {
        padding-bottom: 10px;
    }

.seta-left {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    left: -30px;
    color: #bfbfbf;
    margin-top: 10px;
}

.seta-right {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    right: -30px;
    left: auto;
    color: #bfbfbf;
    margin-top: 10px;
}

.variable {
    margin: 30px 30px 60px 30px;
}

    .variable img {
        height: 40px;
        width: auto;
        margin: 15px 30px;
    }

.noticias h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 30px;
}

.noticias img {
    border: solid 1px #f4f4f4;
}

.noticias a h4 {
    color: #fc8301;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
}

.noticias a p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.noticias a:hover p, .noticias a:hover {
    color: #999;
    text-decoration: none;
}

.noticias a.more {
    color: #ff8400;
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 30px;
}

    .noticias a.more:hover {
        text-decoration: none;
    }

.news {
    min-height: 420px;
}

    .news a {
        color: #333;
    }

ul.list-interno {
    margin-top: -10px !important;
    padding-top: 0px !important;
}

    ul.list-interno li:first-child {
        margin-left: 5px;
    }

    ul.list-interno li a {
        font-size: 85%;
        text-decoration: underline;
    }

    ul.list-interno li:first-child:after {
        content: '';
        padding-left: 10px;
    }

.padding-top {
    margin-top: 50px;
}

.padding-bottom {
    margin-bottom: 50px;
}

.padding-footer {
    margin-top: -125px;
    margin-bottom: 20px;
}

.retire {
    color: #fff;
    background-color: #00aeef;
    padding: 30px 60px;
    min-height: 250px;
}

a.btn-retire {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: solid 1px #fff;
}

    a.btn-retire:hover {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 20px;
        border: solid 1px #fff;
        background-color: #03baff;
    }

.newsletter {
    color: #fff;
    background-color: #666666;
    padding: 10px 0px 30px 0px;
}

    .newsletter .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .newsletter .form-group > .form-control {
        width: 100%;
    }

    .newsletter input {
        font-size: 15px;
        height: 60px;
        width: 100%;
    }

    .newsletter .btn-cadastrar {
        color: #fff;
        height: 60px !important;
        background-color: #ff8400;
    }

        .newsletter .btn-cadastrar:hover {
            color: #fff;
            background-color: #fa9d39;
        }

.tagcanal {
    position: absolute;
    right: 15px;
    top: 200px;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.0em;
    background-color: #ff8404;
    opacity: 0.8;
    z-index: 10;
}

.card-header h2 button {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
}

.aempresa .accordion > .card {
    border-radius: 16px;
    border: none !important;
}

    .aempresa .accordion > .card > .card-header {
        border: none !important;
    }

.aempresa .card-body {
    background: transparent;
}

    .aempresa .card-body p {
        color: var(--primary);
    }

.aempresa img {
    border-radius: 30px 60px 20px 20px;
}

@media(max-width:767px) {
    .gtco-testimonials .card {
        margin: 0 20px 40px 40px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        padding-top: 0 !important;
    }

    a.navbar-brand {
        margin: 8px 15px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-top: 15px;
        border-color: #0050c3 !important;
        margin-right: 0px;
    }

    .navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
        background-color: #0050c3;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }

    .navbar-light .navbar-toggler {
        border-color: #292c95;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #777777 !important;
    }

    a.whatsicon {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 20px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        font-size: 21px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }

    a:hover.whatsicon {
        color: #fff;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
    }

    .navbar-collapse {
        background-color: #fff !important;
    }

    ul.navbar-nav li {
        display: block;
        border-bottom: dotted 1px #777777;
    }

        ul.navbar-nav li:last-child {
            border-bottom: none;
        }

        ul.navbar-nav li a {
            color: #0050c3 !important;
            padding: 15px 10px !important;
        }

            ul.navbar-nav li a:hover {
                color: #777777 !important;
            }



        ul.navbar-nav li.active a {
            color: #777777 !important;
            font-weight: 600;
        }

        ul.navbar-nav li a.destaque {
            background-color: #0050c3;
        }

    .fixed-me .navbar-brand {
        background-image: url(/Assets/v1/img/logohover.png);
        background-repeat: no-repeat;
        width: 140px;
        height: 96px;
        margin: 10px 0 10px 15px;
    }

    .fixed-me {
        height: 120px;
        background-color: #fff !important;
    }

        .fixed-me ul.menu {
            margin-top: 0px !important;
            padding-top: 0.5rem !important;
        }

        .fixed-me ul {
            background-color: #fff;
            margin-top: 0px;
        }

            .fixed-me ul li a {
                padding: 15px 10px !important;
                margin: 0px !important;
                display: block;
                border-bottom: solid 1px #ebebeb !important;
            }

                .fixed-me ul li a:hover {
                    background-color: #0050c3;
                    color: #fff !important;
                }

                .fixed-me ul li a:active {
                    background-color: #fafafa;
                    color: #1e1e1e;
                    font-weight: 400;
                }

    .search {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn-search {
        top: 13px !important;
    }

    .tagcanal {
        position: absolute;
        right: 15px;
        top: 120px;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        line-height: 1.0em;
        background-color: #ff8404;
        opacity: 0.8;
        z-index: 10;
    }

    .padding-top {
        margin-top: 30px;
    }

    .padding-bottom {
        margin-bottom: 30px;
    }

    .home h1 {
        margin-top: 40px !important;
    }

    .bg-manutencao {
        background: none !important;
    }

    .manutencao {
        background-color: #f1f1f1;
        padding-top: 30px;
        padding-bottom: 50px;
    }

        .manutencao h3 {
            margin-top: 30px !important;
        }

    .variable img {
        height: 25px;
        width: auto;
        margin: 15px 10px;
    }

    .destaques {
        background-color: #ebebeb;
        margin-bottom: 30px;
        padding: 40px 0px 20px 0px;
    }

    .fale {
        background-color: #555555;
        padding: 30px 15px;
        margin-top: 30px;
        color: #fff;
        font-size: 24px !important;
        line-height: 2em;
    }

        .fale img {
            display: none;
        }

    .retire {
        color: #fff;
        background-color: #00aeef;
        padding: 15px 15px;
        min-height: 200px;
    }

    .newsletter {
        color: #fff;
        background-color: #666666;
        padding: 15px 0px;
        min-height: 190px;
    }

    .categoria {
        margin: 0px 0 0px 0;
    }

    .bg-m-panel {
        background-color: #f4f4f4;
        padding: 10px 0px;
        height: 55px;
        margin: 0 15px 0 15px;
    }

        .bg-m-panel .col-xs-4, .bg-m-panel .col-xs-5, .bg-m-panel .col-xs-6, .bg-m-panel .col-xs-2 {
            padding-left: 10px;
            padding-right: 10px;
        }

    .panel-lista .panel-body {
        padding: 0px;
    }

    ul.filtro-box li {
        border-bottom: 1px solid #ccc;
    }

        ul.filtro-box li a {
            color: #444;
            display: block;
            font-size: 18px;
            line-height: 1.5em;
            font-weight: 700;
            padding: 10px 10px;
        }

            ul.filtro-box li a:hover {
                color: #1b6db0;
                background-color: #ebebeb;
                text-decoration: none;
            }

            ul.filtro-box li a.active {
                color: #1b6db0;
                background-color: #ebebeb;
                text-decoration: none;
            }

        ul.filtro-box li:last-child {
            border-bottom: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        padding-top: 0 !important;
    }

    a.navbar-brand {
        margin: 8px 15px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-top: 15px;
        border-color: #0050c3 !important;
        margin-right: 0px;
    }

    .navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
        background-color: #0050c3;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }

    .navbar-light .navbar-toggler {
        border-color: #292c95;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #777777 !important;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
    }

    .navbar-collapse {
        background-color: #fff !important;
    }

    ul.navbar-nav li {
        display: block;
        border-bottom: dotted 1px #777777;
    }

        ul.navbar-nav li:last-child {
            border-bottom: none;
        }

        ul.navbar-nav li a {
            color: #0050c3 !important;
            padding: 15px 10px !important;
        }

            ul.navbar-nav li a:hover {
                color: #777777 !important;
            }

        ul.navbar-nav li.active a {
            color: #777777 !important;
            font-weight: 600;
        }

        ul.navbar-nav li a.destaque {
            background-color: #0050c3;
        }

    .bg-2color .col1 {
        padding: 20px;
    }

    .bg-2color .col2 {
        padding: 20px;
    }

    .destaques {
        background-color: #ebebeb;
        margin-bottom: 30px;
        padding: 30px 0;
    }

    footer .top {
        padding-top: 80px;
    }
}








.cbp-spmenu {
    background: #fff;
    position: fixed;
    z-index: 3000 !important;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 0px 5px 0px !important;
}

    .cbp-spmenu h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }

    .cbp-spmenu a {
        display: block;
        color: #fff;
        font-size: 1.1em;
        font-weight: 300;
    }

        .cbp-spmenu a:hover {
            background: #258ecd;
        }

        .cbp-spmenu a:active {
            background: #afdefa;
            color: #47a3da;
        }
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #258ecd;
        padding: 1em;
    }

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -245px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}



/* LISTAS */

.lista .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.lista a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
    max-height: 295px;
}

.lista a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.lista a h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #242424;
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
    margin-top: 15px;
}

.lista a p {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #666666;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
}

.lista {
    margin-bottom: 60px;
}


    .lista a:hover {
        text-decoration: none;
    }

    .lista .link-read {
        display: inline-flex;
        font-size: .9rem;
        font-weight: 400;
        line-height: 140%;
        color: var(--primary);
        text-transform: uppercase;
        border-bottom: 1px solid var(--primary);
    }

        .lista .link-read:hover {
            color: var(--secondary);
            border-bottom: none;
        }

/* FIM LISTAS */



/* SLIDER */

.slider-home .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.slider-home a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
}

.slider-home a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.slider-home a h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
    margin-top: 1rem;
}

.slider-home a p {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #666666;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
}

.slider-home a:hover {
    text-decoration: none;
}

.slider {
    background: linear-gradient(180deg, rgba(0, 80, 195, 0.05) 0%, rgba(0, 80, 195, 0.05) 100%);
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

    .slider .img {
        display: block;
        overflow: hidden;
        border-radius: .3rem;
    }

    .slider a img {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        margin: 0;
        max-height: 295px;
    }

    .slider a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }

.slider-desc a p {
    padding: 15px 0px 75px 0px;
}

.slider-desc-in {
    padding: 15px 0px 15px 0px !important;
}

.slider h3 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.slider a h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
}

a .slider-desc p {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #666666;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
}

.slider a:hover {
    text-decoration: none;
}

.slider-desc .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .slider-desc .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }

.link-read .fa {
    margin-top: 4px;
    margin-right: 4px;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.responsive:hover .slick-prev:before, .responsive:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--primary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FIM SLIDER */

/* BLOG */

.multiple-items button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.multiple-items button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.multiple-items:hover .slick-prev:before, .multiple-items:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--secondary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog h1 {
    color: #0050c3;
}

.subtitle {
    color: #0050c3;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.blog .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.blog a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
    max-height: 295px;
}

.blog a .img-destaque img {
    max-height: 600px !important;
}

.blog a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    border-radius: .3rem;
}

.blog-destaque {
    padding: 20px 15px 15px 15px;
    color: #ffffff;
    background-color: #0050c3;
    margin-top: -5px;
    border-radius: 0 0 16px 16px;
}

    .blog-destaque:hover {
        color: #ffffff;
        background-color: var(--secondary);
        border-bottom: none;
        transition: all 0.3s ease;
    }

    .blog-destaque h3 {
        font-family: "Source Sans 3", sans-serif !important;
        font-optical-sizing: auto;
        font-size: 1.2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.3em;
        color: #ffffff;
    }

    .blog-destaque .link-read {
        display: inline-flex;
        font-size: .9rem;
        font-weight: 400;
        line-height: 140%;
        color: #fff !important;
        text-transform: uppercase;
        border-bottom: none !important;
        transition: all 0.3s ease;
    }

.blog-desc {
    padding: 15px 0px 75px 0px;
}

.blog-desc-in {
    padding: 15px 0px 15px 0px !important;
}

.blog-desc h3 {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4em;
}

.blog a:hover {
    text-decoration: none;
}

.blog a img-destaque img {
    border-radius: 0 0 .3rem .3rem !important;
}

.blog .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .blog .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }




.slider-home .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .slider-home .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }







.badge {
    font-weight: 500;
}

.badge-cat {
    color: var(--secondary);
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: solid 1px var(--secondary);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .badge-cat:hover {
        color: var(--secondary);
        text-decoration: none;
        border: solid 1px var(--secondary);
    }

.share h6 {
    font-size: .85rem;
    font-weight: 600;
    color: var(--secondary);
}

.share ul {
    padding-left: 0px !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .share ul li {
        list-style: none;
        display: inline-block;
    }

        .share ul li a {
            padding: 5px 15px;
            border-right: solid 1px #ebebeb;
            color: var(--secondary);
        }

            .share ul li a:hover {
                color: var(--lighter);
            }

            .share ul li a .fa {
                font-size: 1rem;
            }



/*h2.blog-post-title {
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.8rem;
}*/

.blog-post {
    font-family: "Source Sans 3", sans-serif !important;
}

    .blog-post p, .blog-post span {
        font-size: 1rem !important;
        line-height: 1.6rem;
        font-weight: 400;
        font-style: normal;
    }

        .blog-post p b {
            font-weight: 600;
        }

    .blog-post h3 {
        font-size: 1.3rem;
    }

.blog-main ul li {
    font-size: 1rem !important;
    line-height: 2rem;
    font-weight: 400;
    font-style: normal;
}


.blog a .cat span {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: #837D65;
}

    .blog a .cat span + span {
        margin-left: 10px;
    }

.blog-sidebar {
    margin-top: 40px;
}

    .blog-sidebar h6 {
        font-weight: 600;
        padding-left: 10px;
    }

    .blog-sidebar ol.list-blog {
        margin-bottom: 0px;
    }

        .blog-sidebar ol.list-blog li {
            font-size: 1.1rem;
            font-weight: 500;
            border-bottom: dotted 1px #837D65;
        }

            .blog-sidebar ol.list-blog li:last-child {
                border-bottom: 0;
            }

            .blog-sidebar ol.list-blog li a {
                color: #0e76e0;
                display: block;
                padding: 15px 10px;
            }

                .blog-sidebar ol.list-blog li a:hover {
                    color: #837D65;
                    text-decoration: none;
                }

a.btn-all {
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
    border: solid 1px #666666;
    padding: 10px 20px;
    transition: .3s;
}

.btn-all:hover {
    color: #837D65;
    border: solid 1px #837D65;
}

.blog a:hover {
    text-decoration: none;
}

/* BLOG */


/* CLIENTES */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px 40px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 45px;
}

    .logo-container img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
/* CLIENTES */



/* EQUIPE */
.container-equipe {
    display: flex;
    align-items: center; /* Centraliza o texto em relação à imagem */
    gap: 20px; /* Espaço entre as colunas */
    max-width: 900px;
    margin: auto;
}

.coluna-imagem {
    flex: 40%;
}

.coluna-texto {
    flex: 60%;
}

.coluna-imagem img {
    width: 100%;
    height: auto;
    display: block;
}
/* EQUIPE */


/* FACILITADOR */

.bg-facilitador {
    background-color: var(--secondary);
}

.facilitador {
    color: #fff;
}

/* FOOTER */
footer ul.social li.list-inline-item:not(:last-child) {
    margin-right: 0.8rem !important;
}

footer ul.social li a .fa-stack-1x {
    color: #0050c3 !important;
    background-color: #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

footer ul.social li a:hover .fa-stack-1x {
    color: var(--secondary) !important;
    background-color: #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

footer ul.social li .fa {
    color: #0050c3 !important;
    font-size: 24px;
    padding-top: 4px;
}

footer {
    padding-top: 80px;
    background-color: #0050c3;
    font-size: .9rem;
    font-weight: 500;
}

    footer img {
        padding-bottom: 10px;
    }

    footer h5 {
        font-size: .9rem;
        font-weight: 700;
        line-height: 1.5em;
    }

    footer h4 {
        font-size: 1.5rem;
        font-weight: 700;
    }

        footer h4 span {
            font-size: 1rem;
            font-weight: 700;
        }

.footer-contact {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

    .footer-contact .fa {
        font-size: 1.6rem;
        margin-top: 4px;
    }

    .footer-contact .fa-envelope-o {
        font-size: .9rem;
        margin-top: 4px;
    }

    .footer-contact div {
        text-align: left;
    }

footer ul li {
    line-height: 2em;
    font-size: .95rem !important;
    font-weight: 500;
}

    footer ul li a:hover {
        color: #ffffff;
    }

footer ul.list-adress {
    list-style: none;
    padding-left: 0;
}

    footer ul.list-adress li {
        font-size: .9rem !important;
        font-weight: 500;
        line-height: 1.8em !important;
    }

footer a:hover {
    color: #ffffff;
}

footer ul.footer-menu {
    padding-left: 0;
}

    footer ul.footer-menu li {
        list-style: none;
        line-height: 2em;
    }

footer ul.footer-canal li {
    list-style: none;
    line-height: 2em;
    text-transform: uppercase;
}

    footer ul.footer-canal li:first-child a {
        font-weight: 600;
    }

    footer ul.footer-canal li:first-child:before {
        content: '';
    }

    footer ul.footer-canal li::before {
        content: '- ';
    }

footer ul.footer-contato li:last-child {
    margin-top: 20px;
}

ul.espaco li {
    line-height: 2.5em;
}

footer, footer a {
    color: #fff;
}

.copyright {
    padding: 20px 0 20px 0;
    font-size: .75rem;
    text-align: center;
}

.floating-share {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    padding: 5px 5px 5px 50px;
}

    .floating-share h6 {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
        color: #444;
    }

    .floating-share ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .floating-share li {
        margin: 10px 0;
    }

    .floating-share a {
        display: flex;
        background-color: var(--primary);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 21px;
        transition: background 0.3s;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

        .floating-share a:hover {
            text-decoration: none;
            background-color: var(--secondary);
        }


@media (max-width: 767px) {

    .floating-share {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 999;
        padding: 5px 5px 5px 15px;
    }

    footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-contact {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    ul.list-social {
        padding-left: 0px;
        text-align: center;
    }

    .copyright {
        padding: 20px 0 0px 0;
        font-size: .65rem;
    }
}




/* Accordion Mobile Styles */
.mobile-accordion-container {
    margin-bottom: 20px;
}

.fancy-collapse-panel .panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .fancy-collapse-panel .panel:last-child {
        border-bottom: none;
    }

.fancy-collapse-panel .panel-heading {
    background-color: transparent;
    padding: 0;
}

    .fancy-collapse-panel .panel-heading a {
        font-size: 1.1rem;
        font-weight: 600;
        padding: 18px 20px;
        display: flex;
        align-items: center;
        width: 100%;
        color: #ffffff;
        position: relative;
        text-decoration: none;
        transition: all 0.2s ease;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        margin-bottom: 8px;
    }

        .fancy-collapse-panel .panel-heading a:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .fancy-collapse-panel .panel-heading a:after {
            font-family: "FontAwesome";
            content: "\f078";
            position: absolute;
            right: 20px;
            font-size: 14px;
            font-weight: 900;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease;
        }

        .fancy-collapse-panel .panel-heading a.collapsed:after {
            content: "\f054";
        }

.panel-body {
    padding: 15px 20px 10px 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    margin-top: -8px;
    margin-bottom: 8px;
}

    .panel-body ul.list-unstyled {
        margin: 0;
        padding: 0;
    }

        .panel-body ul.list-unstyled li {
            margin-bottom: 12px;
            transition: transform 0.2s ease;
        }

            .panel-body ul.list-unstyled li:hover {
                transform: translateX(5px);
            }

            .panel-body ul.list-unstyled li a {
                color: #ffffff;
                display: flex;
                align-items: center;
                text-decoration: none;
                font-size: 0.95rem;
                opacity: 0.9;
                transition: all 0.2s ease;
            }

                .panel-body ul.list-unstyled li a:hover {
                    color: #ffffff;
                    opacity: 1;
                    text-decoration: none;
                }

                .panel-body ul.list-unstyled li a i {
                    margin-right: 10px;
                    font-size: 0.8rem;
                    color: rgba(255, 255, 255, 0.7);
                }

.whatsapp-box {
    background-color: rgba(37, 211, 102, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

    .whatsapp-box h5 a {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 0;
    }

        .whatsapp-box h5 a i {
            color: #25d366;
            margin-right: 8px;
            font-size: 1.4rem;
        }

/*.btn-whatsapp {
    background-color: #25d366;
    color: white !important;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s ease;
}

    .btn-whatsapp:hover {
        background-color: #128C7E;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }*/

.opening-hours {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
}

    .opening-hours li {
        color: #fff !important;
        text-align: center;
    }

.email-contact {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    margin: 10px 0 15px 0;
}

    .email-contact:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #ffffff;
        text-decoration: none;
    }

    .email-contact i {
        margin-right: 8px;
        font-size: 1.1rem;
    }

/* Animation for accordion */
.panel-collapse {
    transition: all 0.3s ease;
}
