/* default */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    position: relative;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-family: "din-2014", sans-serif;
}

.section-wrapper {
    max-width: 1199px;
    margin: 0 auto;
    width: 100%;
}

.section-content {
    padding: 0 15px
}

.section-content-row {
    display: flex;
    justify-content: space-between;
}

.secoes.secao-numeros .section-content-row {
    flex-wrap: wrap;
    max-width: 1111px;
    margin: 0 auto;
}

.d-flex {
    margin: 20px;
    position: relative;
}

.link-underline {
    text-decoration: underline
}

.section-footer--alignRight {
    display: block;
    text-align: right;
}

@media(max-width: 1200px) {

    .section-wrapper,
    .secao-questionario .section-wrapper {
        max-width: 930px;
    }

    .menuprincipal .section-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    .secao-texto--carrossel .section-wrapper {
        max-width: 800px;
    }

    .secoes.secao-numeros .section-content-row {
        justify-content: space-evenly;
    }
}

@media(max-width: 992px) {

    .section-wrapper,
    .secao-questionario .section-wrapper {
        max-width: 720px;
    }

    .d-flex {
        flex-wrap: wrap
    }
}

@media(max-width: 790px) {

    .section-wrapper,
    .secao-questionario .section-wrapper {
        max-width: 575px;
    }
}

@media(max-width: 575px) {

    .section-wrapper,
    .secao-questionario .section-wrapper {
        max-width: 100%;
    }

    .section-content {
        padding: 0 30px;
    }
}

/* end default */

/* secoes */
.secoes.secao-numeros {
    background: #0D5377;
    position: relative;
    padding: 35px 0;
}

.secoes.secao-numeros::before {
    content: '';
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #03B8A4;
    z-index: 1;
}

@media (max-width: 768px) {
    .secoes.secao-numeros::before {
        display: none;
    }
}

.secoes.secao-texto--carrossel {
    background: #EAEDF0;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.secoes.secao-texto--carrossel::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #03B8A4;
    z-index: 1;
}

@media (max-width: 768px) {
    .secoes.secao-texto--carrossel::before {
        display: none;
    }
}

/* end secoes */
/* setas slick */
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.seta_esquerda,
.seta_direita {
    position: absolute;
    left: -80px;
    top: 0;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 100%;
    display: flex !important;
    align-items: center;
    opacity: .5;
}

.seta_esquerda img,
.seta_direita img {
    width: 100%;
}

.arrow-invisible .seta_esquerda,
.arrow-invisible .seta_direita {
    display: none !important;
}

.seta_direita {
    right: -80px;
    left: auto;
}

.seta__center {
    height: 100%;
    top: 0;
    display: flex !important;
    align-items: center;
}

.conteudo-secao-slick--logos .seta_esquerda,
.conteudo-secao-slick--logos .seta_direita {
    top: 40px;
}

.secoes.secao-texto--carrossel .slick-dots {
    display: none !Important
}

.secoes.banner-meio .slick-dots {
    bottom: 40px;
    /* top: 350px; */
    z-index: 5;
    height: 12px;
}

.secoes.banner-meio .slick-dots li {
    margin: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.secoes.banner-meio .slick-dots li button {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.secoes.banner-meio .slick-dots li button:nth-child(1) {
    display: none
}

.secoes.banner-meio .slick-dots li button:before {
    display: none
}

.secoes.banner-meio .slick-dots li.slick-active button {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

@media(max-width: 992px) {
    .secoes.secao-texto--carrossel {
        padding-bottom: 70px;
    }

    .secoes.secao-texto--carrossel .seta_esquerda,
    .secoes.secao-texto--carrossel .seta_direita {
        bottom: -40px;
        height: 40px;
        width: 20px;
        top: auto;
        left: auto;
        right: 60%;
    }

    .secoes.secao-texto--carrossel .seta_direita {
        right: auto;
        left: 60%;
    }

    .seta_esquerda img,
    .seta_direita img {
        width: auto;
        height: 100%;
    }

    .secoes.banner-meio .slick-dots {
    bottom: 20px;
}
}

@media(max-width: 575px) {
    .seta_esquerda {
        left: -30px;
    }

    .seta_direita {
        right: -30px;
    }
}

/* end seta slick */

/* menu principal */
.menuprincipal {
    position: relative;
}

.menuprincipal .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0;
}

.hamburger.my-icon-button {
    display: none
}

.link-logo {
    display: block;
    width: 265px;
    height: 40px;
}

.link-logo img {
    width: 100%;
}

.navbar-nav {
    list-style-type: none;
    display: flex;
    padding: 0 15px;
    margin: 0;
    align-items: center;
}

.nav-item {
    border-right: 1px solid #5A5A5A;
    padding: 0 15px;
    text-align: center;
}

.nav-item:first-child,
.nav-item:last-child {
    border-right: none;
}

.nav-link {
    text-decoration: none;
    color: #5A5A5A;
    font-size: 19px;
    text-align: center;
}

.nav-link.link-externo {
    display: flex;
    align-items: center;
    background: #8AE8DE;
    padding: 0 10px;
    border-radius: 15px;
    box-shadow: 0px 1px 1px #00000036;
    transition: .3s ease all
}

.nav-link.link-externo:after {
    content: '';
    background-image: url(../img/ic-external-link--dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 10px;
}

.nav-link.link-externo:hover {
    background: #6ec9c0;
    box-shadow: 0
}

@media(max-width: 790px) {
    .link-logo {
        width: 200px;
        height: auto;
        margin-left: 15px;
    }

    .hamburger.my-icon-button {
        display: block;
        right: 15px;
        position: relative;
    }

    .menuprincipal .hamburger-inner,
    .menuprincipal .hamburger-inner::before,
    .menuprincipal .hamburger-inner::after,
    .menuprincipal .hamburger.is-active .hamburger-inner,
    .menuprincipal .hamburger.is-active .hamburger-inner::before,
    .menuprincipal .hamburger.is-active .hamburger-inner::after {
        background-color: #5A5A5A;
    }

    #navbarMenu {
        position: absolute;
        width: 100%;
        height: auto;
        top: 90px;
        background: #fff;
        z-index: 99;
        padding: 0px 0px 10px 0;
        display: none;
    }

    .navbar-nav {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .nav-item {
        /* width: 100%; */
        border: none;
        margin-bottom: 15px;
    }

    .nav-link {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-link:not(.link-externo):before {
        content: '';
        width: 40px;
        height: 2px;
        display: block;
        background: #5A5A5A;
        margin: 0 auto;
        bottom: -5px;
        position: absolute;
    }

    .nav-link.link-externo {
        margin-top: 10px;
    }
}

/* end menu principal */

/* banner principal */
.secoes.banner-principal {
    width: 100%;
    height: 460px;
    position: relative;
    margin-bottom: 40px;
}

.banner-principal__imagem {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-imagem__bg {
    width: 100%;
    height: 100%;
    display: block;
    background-position: top center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.banner-imagem__bg--mobile {
    display: none;
}

.section-wrapper--banner-principal {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    max-width: 100%;
    z-index: 2;
}

.content-busca-servico {
    width: 100%;
}

.busca-servico-row {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.form-busca-servico {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 15px;
}

.input-busca-servico {
    width: 100%;
    border: 1px solid #ACABAB;
    height: 100%;
    background: #fff;
    padding: 0 65px 0 15px;
}

.input-busca-servico:focus-visible {
    outline: 0;
}

.btn-busca-servico {
    position: absolute;
    height: 100%;
    width: 50px;
    right: 0;
    border: 0;
    background: #fff;
    box-shadow: 0px 0px 10px -5px #000;
    cursor: pointer;
    background-image: url(../img/ic-busca.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: .3s ease all;
}

.btn-busca-servico:hover {
    background-color: #e7e4e4;
}

.footer-text--white {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    place-content: center;
    opacity: 0.1;
}

.footer-text--white a {
    color: #fff;
}

@media(max-width: 992px) {
    .banner-imagem__bg--desktop {
        display: none;
    }

    .banner-imagem__bg--mobile {
        display: block;
        background-size: cover;
    }
}

/* end principal */

/* textos */
.secao-servico-content {
    display: inline-block;
    width: 351px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
    margin: 10px;
    padding: 0;
}

@media(max-width: 768px) {
    .secao-servico-content {
        width: 238px;
    }
}

.tag-line__lbl {
    color: #707070;
    font-size: 18px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}

.secao-rodape .tag-line__lbl.contato {
    color: #E7ECEF;
    text-transform: uppercase;
    justify-content: start;
}

.tag-line__lbl:before,
.tag-line__lbl:after {
    content: '';
    width: 8px;
    height: 8px;
    position: relative;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.lbl-bullets:before,
.lbl-bullets:after {
    background-image: url(../img/ic-bullet.svg);
}

.lbl-servicos:before,
.lbl-servicos:after {
    background-image: url(../img/ic-triangulo.svg);
}

.secao-rodape .tag-line__lbl.contato:before,
.secao-rodape .tag-line__lbl.contato:after {
    background-image: url(../img/ic-quadrado.svg);
}

.section-content--questionario .tag-line__lbl {
    display: none;
}

.header-secao__titulo {
    margin-top: 0;
    margin-bottom: 25px;
    color: #017788;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    width: 50%;
}

.header-secao__titulo--white {
    color: #fff;
    text-transform: lowercase;
    position: relative;
    z-index: 3;
    padding-left: 25px;
    width: 25%;
    background: #0D5377;
}

.secao-texto--paginaConteudo .header-secao__titulo {
    margin: 20px 0 5px 0;
    font-size: 38px;
    font-weight: 700;
    color: #D7A552;
    line-height: 44px;
    text-align: left;
}

.header-secao__titulo--rodape {
    color: #08B0A0;
    font-size: 38px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 25px;
    background: #004A70;
    padding-left: 15px;
    z-index: 2;
    position: relative;
}

.header-secao__titulo--form {
    color: #A3CEF1;
    font-size: 38px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 0;
}

.section-content--questionario .header-secao__titulo--form {
    color: #D7A552;
}

.header-secao__titulo.lbl-servicos {
    color: #017788;
    margin-bottom: 12px;
    font-size: 24px;
    width: 100%;
    line-height: 1;
    margin-top: 24px;
}

.header-secao__bodyField--rodape {
    color: #E7ECEF;
    font-size: 19px;
}

.header-secao__bodyField--rodape a {
    color: #E7ECEF;
}

.conteudo-secao--text {
    max-width: 590px;
    width: 100%;
    color: #707070;
    font-size: 17px;
    line-height: 22px;
    font-family: inherit;
    font-weight: 400;
    right: 15px;
    position: relative;
}

.conteudo-secao--text2 {
    max-width: 590px;
    width: 100%;
    color: #017788;
    font-size: 17px;
    line-height: 22px;
    font-family: inherit;
    font-weight: 400;
}

.link-footer-sec {
    width: 32%;
    height: 50px;
    background: #D7A552;
    border-radius: 32px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
}

.link-footer-sec:hover {
    background: #DB944A;
}

@media (max-width: 768px) {
    .link-footer-sec {
        width: 65%;
    }
}

.link-footer-sec2 {
    width: 38%;
    height: 35px;
    border-radius: 32px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #01606E;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
    border: 2px solid #01606E;
}

.link-footer-sec2:hover {
    background: #01606E;
    color: #fff;
}

.arrow-icon {
    margin-left: 2px;
    width: 23px;
    transition: filter 0.3s ease;
}

.link-footer-sec2:hover .arrow-icon {
    filter: brightness(0) invert(1);
}


.link-footer-sec3 {
    width: 20%;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #01606E !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-decoration: none;
    margin-top: 25px;
    background: white;
    gap: 11px;
}

.link-footer-sec3:hover {
    background: #08B0A0;
    color: #fff !important;
}

.arrow-icon1 {
    width: 30px;
    position: relative;
    transition: filter 0.3s ease;
}

.link-footer-sec3:hover .arrow-icon1 {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .link-footer-sec2 {
        width: 65%;
    }
}

.conteudo-secao-imagem {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.conteudo-secao-imagem2 {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.conteudo-secao-imagem__bg {
    width: 100%;
    height: 100%;
    width: 500px;
    height: auto;
    bottom: 12%;
    right: 0;
    position: absolute;
}

.conteudo-secao-imagem__bg--carrossel {
    max-height: 100%;
    max-width: 100%;
    bottom: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header-secao__telefone {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.header-secao__telefone:before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/ic-telefone.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-secao__telefone span {
    font-size: 24px;
    margin-right: 5px;
}

.header-secao__endereco {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    display: flex;
    align-items: center;
}

.header-secao__endereco:before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/ic-local.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-secao__carta {
    color: #004A70 !important;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
    border: solid 2px white;
    border-radius: 30px;
    padding: 15px;
    background: white;
}

.header-secao__carta:before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 40px;
    margin-right: 15px;
    background-image: url(../img/ic-local.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-contato-endereco a {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    text-decoration: none;
    transition: .3s ease all;
}

.info-contato-endereco a:hover {
    /* text-decoration: underline; */
    text-shadow: 0 0 2px #fff;
}

.header-secao__midias-sociais {
    display: flex;
    margin-top: 25px;
}

.icone-midia {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px;
}

.icone-midia--facebook {
    background-image: url(../img/ic-facebook.svg);
}

.icone-midia--twitter {
    background-image: url(../img/ic-twitter.svg);
}

.icone-midia--youtube {
    background-image: url(../img/ic-youtube.svg);
}

.icone-midia--instagram {
    background-image: url(../img/ic-instagram.svg);
}

.info-contato-txt {
    width: 360px;
}

.info-contato-endereco {
    display: flex;
    gap: 0;
}

#item1 {}

#item2 {
    margin-right: 20px;
    margin-left: 18%;
    margin-bottom: 0;
}

#item3 {
    margin-right: 15%;
    margin-bottom: -10px;
}

#item4 {}

@media (max-width: 768px) {
    .info-contato-endereco {
        display: flex;
        flex-direction: column; /* Coloca os itens em coluna */
        align-items: center; /* Centraliza os itens horizontalmente */
        gap: 20px; /* EspaÃ§o entre os itens */
    }

    .info-contato-endereco a,
    .info-contato-endereco p,
    .header-secao__midias-sociais {
        width: 80%; /* Controla a largura dos itens para ficar proporcional */
        text-align: center; /* Centraliza o texto */
    }

    .header-secao__midias-sociais {
        display: flex;
        justify-content: center; /* Centraliza os Ã­cones de mÃ­dias sociais */
        gap: 15px; /* EspaÃ§amento entre os Ã­cones */
    }

    .header-secao__midias-sociais a {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.secoes.secao-rodape::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 5.4%;
    background-color: #03B8A4;
    z-index: 1;
}

@media(max-width: 768px) {
    .secoes.secao-rodape::before {
        display: none;
    }
}

@media(max-width: 1200px) {

    .conteudo-secao-imagem {
        display: flex;
    }

    .conteudo-secao-imagem2 {
        display: flex;
    }

    .conteudo-secao-imagem__bg {
        width: 100%;
        height: auto;
    }

    .secao-texto--carrossel .conteudo-secao--text {
        margin-right: 15px;
    }

    .secao-texto--carrossel .conteudo-secao--text2 {
        margin-right: 15px;
    }

    .secao-texto--carrossel .conteudo-secao-imagem {
        position: relative;
    }
}

@media(max-width: 992px) {
    .header-secao__titulo {
        margin-bottom: 20px;
    }

    .conteudo-secao-col {
        width: 100%;
        max-width: 100%;
    }

    .conteudo-secao-imagem {
        position: relative;
        height: 300px;
        justify-content: center;
        display: none;
    }

    .conteudo-secao-imagem2 {
        position: relative;
        height: 300px;
        justify-content: center;
        display: none;
    }

    .conteudo-secao-imagem__bg {
        height: 300px;
        width: auto;
        max-width: 100%;
        position: relative;
    }

}

@media(max-width: 790px) {
    .header-secao__titulo {
        text-align: left;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 5px;
        width: 95% !important;
    }

    .section-content--rodape {
        flex-wrap: wrap;
    }

    .secao-texto--carrossel .conteudo-secao--text {
        margin-right: 0;
        width: 100%;
    }

    .secao-texto--carrossel .conteudo-secao--text2 {
        margin-right: 0;
        width: 100%;
    }

    .info-contato-txt,
    .info-contato-endereco {
        width: 100%;
    }
}

/* end textos */

/* numeros */
.card-info {
    margin: 15px 15px;
    max-width: 250px;
    width: 100%;
}

.circulo-porcentagem {
    display: flex;
    font-size: 48px;
    color: #FCBA61;
    font-weight: 800;
}

.content-porcentagem p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
}

.content-porcentagem .cta-numero {
    font-weight: 800;
    line-height: 22px;
    font-size: 24px;
    color: #08B0A0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    text-transform: uppercase;
}

@media(max-width: 1200px) {
    .card-info {
        padding: 0 15px;
        min-width: 180px;
    }
}

@media(max-width: 992px) {
    .secoes.secao-numeros .section-content-row {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

/* end numeros */

/* banner meio */
.secoes.banner-meio {
    padding: 0;
    margin-bottom: 64px;
}

.banner-meio__content {
    height: 350px;
}

.banner-meio__bg {
    position: relative;
    width: 100%;
    height: 350px;
}

.banner-meio__bg span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-meio__bg--desktop {
    display: block;
}

.banner-meio__bg--mobile {
    display: none;
}

.banner-meio__link {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media(max-width: 790px) {
    .banner-meio__bg--desktop {
        display: none;
    }

    .banner-meio__bg--mobile {
        display: block;
    }
}

/* end banner meio */

/* feed */
.secoes.secao-feed {
    padding: 0px 0 30px 0;
    background-image: url(../img/bg-feedBlog.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}

.secoes.secao-feed .section-header__row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
}

.logo-blogSsi {
    width: 360px;
    margin-right: 50px;
}

.logo-blogSsi img {
    max-width: 100%;
}

.cta-blogSsi {
    width: 350px;
    padding: 10px 0;
}

.cta-blogSsi p {
    margin: 0;
    color: #707070;
    font-size: 30px;
    line-height: 32px;
}

.feed-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
}

.feed-card-content {
    width: 250px;
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #fff;
    transition: .3s ease all;
}

.feed-card-content:hover {
    transform: scale(1.01);
}

.feed-card-content a {
    display: block;
    text-decoration: none;
    color: #464646;
    transition: .3s ease all;
}

.feed-card__picture {
    width: 100%;
    height: 160px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feed-flag {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #707070;
    text-transform: uppercase;
}

.servicosemsst {
    background: #A3C7C0;
}

.saude {
    background: #6dcee1
}

.recursoshumanos {
    background: #9098BF
}

.nrs {
    background: #CFA478
}

.feed-card__content-info {
    padding: 0 10px;
}

.faixa-separador {
    display: block;
    width: 70px;
    height: 8px;
    margin-top: 15px;
}

.feed-card__titulo p {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    height: 50px;
    overflow: hidden;
}

.feed-card__gravata p {
    margin: 0;
    font-size: 16px;
    max-height: 42px;
    overflow: hidden;
}

.feed-card__data p {
    margin: 10px 0 0 0;
    font-weight: 300;
}

.feed-ver-mais {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.feed-ver-mais a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00CCB8;
    border-radius: 60px;
    width: 160px;
    height: 47px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease all;
    border: none;
}

.feed-ver-mais a:hover {
    background: #6EC9C0;
}

.feed-ver-mais a:after {
    content: '';
    background-image: url(../img/ic-external-link--dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 10px;
}

@media(max-width: 1200px) {
    .feed-list {
        padding: 0;
    }

    .feed-card-content {
        width: 220px;
    }
}

@media(max-width: 992px) {
    .feed-list {
        justify-content: space-around;
    }

    .feed-card-content {
        width: 45%;
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .secoes.secao-feed .section-header__row {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .logo-blogSsi {
        max-width: 300px;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .cta-blogSsi {
        width: 100%;
    }

    .cta-blogSsi p {
        font-size: 20px;
        line-height: 20px;
    }

    .feed-card-content {
        width: 100%;
    }
}

/* end feed */

/* formulario */
.secoes.secao-rodape {
    background: #004A70;
    padding: 70px 0;
}

.section-content--rodape .header-secao {
    width: 360px;
}

.conteudo-secao--formulario {
    position: relative;
    max-width: 100%;
}

.section-content--questionario {
    flex-wrap: wrap;
}

.formulario-campos {
    max-width: 100%;
    padding: 40px 0 40px 0;
    position: relative;
    margin-bottom: 100px;
}

.list-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-inputs>div {
    width: 100%;
    margin-bottom: 10px;
}

.campo-text.nome,
.campo-email.e-mail {
    width: 100%;
}

.campo-text.telefone,
.campo-text.cnpj {
    width: 34%;
}

.campo-text.empresa,
.campo-text.cidade {
    width: 64%;
}

.list-inputs .campo-area {
    width: 100%;
}

.campo-text.pagina,
.campo-text.url,
.campo-text.segmento {
    display: none;
}

.list-inputs input {
    width: -webkit-fill-available;
    height: 40px;
    border-radius: 0;
    border: 1px solid #707070;
    padding: 0 15px;
    font-family: "din-2014", sans-serif;
}

.list-inputs textarea {
    width: -webkit-fill-available;
    border-radius: 0;
    padding: 0;
    height: 100px;
    padding: 10px 15px;
    font-family: "din-2014", sans-serif;
}

#recaptcha_form {
    padding: 15px 0;
}

.secao-questionario .textLGPD {
    width: 100%;
    pointer-events: none;
}

.gestaoErro {
    border: solid 1px #db1725 !important;
    box-shadow: 0 0 10px #ff000082 !important;
}

.campoErro {
    color: #ff7c85;
    margin-top: 5px;
    display: block;
}

.checkLGPD {
    text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    color: #707070;
}

.checkLGPD .txt-termos {
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
}

.checkLGPD .txt-termos span {
    text-decoration: underline;
}

.checkLGPD {
    display: flex;
    padding: 0;
}

#checkLGPD {
    margin: 0 5px 0 0;
}

.txt-termos span {
    color: #707070;
    cursor: pointer;
}

.textLGPD {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    transition: all ease .4s;
}

.textLGPD>p {
    position: absolute;
    bottom: 0;
    right: -100%;
    opacity: 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: rgba(60, 73, 90, .95);
    max-width: 100%;
    height: auto;
    padding: 50px 30px 30px;
    z-index: 2;
    transition: all ease .4s;
}

.textLGPD.termoAberto {
    pointer-events: auto !important;
}

.textLGPD.termoAberto p {
    opacity: 1;
    right: 0
}

.textLGPD>p a {
    color: #fff;
    text-decoration: underline;
}

.fechar-termo {
    display: block;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#msgLgpd {
    max-width: 100%;
    margin: 0 auto;
}

.indica-obrigatorio {
    text-align: left;
    margin: 0;
}

.indica-obrigatorio span {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.content-btn-form {
    text-align: right;
    margin-top: 20px;
}

.content-btn-form button {
    background: #A3CEF1;
    border: 1px solid #A3CEF1;
    border-radius: 40px 0 40px 40px;
    height: 40px;
    width: 120px;
    color: #004A70;
    font-size: 21px;
    transition: .3s ease all;
    cursor: pointer;
    font-family: "din-2014", sans-serif;
}

.content-btn-form button:hover {
    background: #10babd;
    border-color: #10babd;
}

.msg-success-form div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.msg-success-form p {
    color: #163476;
    font-size: 22px;
    font-weight: 600;
}

.msg-success-form {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / 76%);
    padding: 0;
    display: none;
}

@media(max-width: 790px) {
    #recaptcha_form {
        padding: 0;
    }

    .fechar-termo {
        top: 10px;
    }

    .textLGPD>p {
        padding: 40px 15px 15px;
    }

    .checkLGPD {
        padding: 15px 0;
    }
}

@media(max-width: 575px) {
    .formulario-campos {
        padding-top: 30px;
        width: 100%;
    }

    .list-inputs .campo-text,
    .list-inputs .campo-email {
        width: 100%;
    }
}

/* end formulario */


/* Barra Integradora - */
/* ******************************************** */
.barra-integradora {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #004a70;
    position: relative;
    z-index: 50;
}

.barra-integradora-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    position: relative;
    width: auto;
    height: auto;
    font-family: 'SourceSansPro';
}

.barra-integradora-left {
    justify-content: flex-start;
    margin-left: 0;
}

.barra-integradora-right {
    justify-content: flex-end;
    margin-top: 5px;
    margin-right: 0;
}

.barra-integradora-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.barra-integradora-item {
    position: relative;
    color: #87CDFB;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Source-Sans pro', sans-serif;
}

.barra-integradora-item:hover {
    color: #F6FBFF;
    text-decoration: none;
}

.barra-integradora-item.active {
    color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
    margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
    margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
    margin-right: 16px;
    text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
    margin-right: 0;
}

.barra-integradora-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #87CDFB;
}

.barra-integradora-left .barra-integradora-item::after {
    right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
    display: none;
}

.barra-integradora-right .barra-integradora-item::after {
    left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
    display: none;
}

.transparent-header .barra-integradora {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item {
    color: rgba(255, 255, 255, .75);
}

.transparent-header .barra-integradora-item::after {
    background-color: rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item:hover {
    color: rgba(255, 255, 255, 1);
}

.transparent-header .barra-integradora-item.active {
    color: rgba(255, 255, 255, 1);
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
    .barra-integradora {
        height: 30px;
        position: relative;
        z-index: 100;
    }

    .barra-integradora-wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .barra-integradora-left {
        margin-left: 15px;
    }

    .barra-integradora-right {
        margin-top: 0;
        margin-right: 15px;
    }

    .barra-integradora-right .barra-integradora-item {
        text-transform: none;
    }

    .barra-integradora-item {
        font-size: 12px;
        font-weight: 400;
    }

    .barra-integradora-item::after {
        top: 0;
        width: 1px;
        height: 15px;
    }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
    .barra-integradora-wrapper {
        width: 1100px;
    }
}

/* Barra Integradora - Fim
/* ******************************************** */



/* rodape */
.footer {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #004a70;
}

.footer-info {
    font-family: 'Source-Sans pro', sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    padding-top: 10px;
    width: fit-content;
}

#direitos {
    background-color: #004a70;
    padding: 10px 0;
}

#direitos>.container {
    margin: 0 auto;
    max-width: 1199px;
}

#direitos .row {
    display: flex;
    align-content: center;
}

.alinhaMedia {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.alinhaEsquerda {
    text-align: right;
    margin: 0 !important;
    display: none;
    align-items: center;
    justify-content: center;
}

#direitos .alinhaMedia img {
    width: 128px;
    max-width: 190px;
}

.iconeSocial {
    color: #ffffff;
    margin-left: 15px;
}

.fa-20px {
    font-size: 20px !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.footer-info:hover {
    color: white;
}

@media(max-width: 1200px) {
    #direitos>.container {
        max-width: 930px
    }
}

@media(max-width: 992px) {
    #direitos>.container {
        max-width: 720px;
    }
}

@media(max-width: 575px) {
    #direitos>.container {
        max-width: 300px;
    }

    #direitos .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    #direitos .alinhaMedia img {
        width: auto;
    }

    footer .alinhaMedia {
        padding: 0px 15px 10px 15px;
        text-align: center;
    }
}

/* end rodape */

.secoes.secao-servicos {
    padding: 60px 0;
}

.content-tipo-servicos {
    max-width: 400px;
    min-width: 400px;
}

.nav-servicos {
    border: 1px solid #B5B5B5;
    border-radius: 0 40px 0 40px;
    position: relative;
}

.nav-servicos__ul {
    padding: 30px 30px 30px 10px;
    margin: 0;
}

.nav-servicos__li {
    list-style-type: none;
    padding: 20px 10px 20px 30px;
    position: relative;
    cursor: pointer;
}

.nav-servicos__li p {
    margin: 0;
    color: #8A8A8A;
    font-size: 22px;
    font-weight: 300;
}

.excluir-filtro {
    position: absolute;
    top: 20px;
    right: -25px;
    border-radius: 14px;
    color: #d7a552;
    border: 1px solid #d7a552;
    display: none;
    font-size: 14px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    z-index: 5;
}

.nav-servicos__li.active {
    background: #D7A552;
    border-radius: 40px 0 40px 40px;
    padding: 20px 10px 20px 30px;
}

.nav-servicos__li.active .excluir-filtro {
    display: flex;
}

.nav-servicos__li.active p {
    color: #fff;
}

.nav-servicos__li.active p:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 14px;
    top: 30px;
    left: 8px;
}

.list-servicos {
    width: 730px;
    position: relative;
}

.itens-filtrados>span {
    display: none;
    position: absolute;
    top: -50px;
    left: 0;
    border: 1px solid #d7a552;
    padding: 5px 10px;
    border-radius: 5px;
    min-height: 20px;
    color: #D7A552;
    cursor: pointer;
    transition: .3s ease all;
}

.texto-filtrado.show {
    display: flex;
    margin: 0 15px 30px 0;
}

.segmento-filtrado {
    display: none;
}

.itens-filtrados span span {
    border: 1px solid #F7A552;
    font-size: 14px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    border-radius: 14px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 0;
    z-index: 1;
}

.item-servico {
    position: relative;
    margin-bottom: 50px
}

.item-servico__link {
    text-decoration: none;
}

.tags-servico {
    display: none
}

.item-servico__path {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.item-servico__pathname {
    list-style-type: none;
    color: #707070;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.item-servico__pathname:before,
.item-servico__pathname:last-child::after {
    content: '';
    display: block;
    width: 12px;
    min-width: 12px;
    height: 100%;
    margin: 0 10px 0 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-image: url(../img/ic-triangulo-path.svg);
}

.item-servico__pathname:last-child::after {
    margin-left: 10px
}

.texto-servico__titulo {
    color: #D7A552;
    font-size: 28px;
    margin: 0 0 0px 0;
}

.texto-servico__descricao {
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.texto-servico__headerDescription,
.texto-servico__bodyField {
    display: none
}


.btn-solicita-orcamento {
    position: fixed;
    right: 0;
    top: 40%;
    border: 1px solid #D7A552;
    background: #fff;
    border-radius: 60px 0 0 60px;
    border-right: none;
    width: 200px;
    height: 60px;
    color: #D7A552;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0 30px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s ease all;
    z-index: 3;
}

.btn-solicita-orcamento:hover {
    background: #D7A552;
    color: #fff;
}

.header-servico__titulo {
    margin: 20px 0 5px 0;
    font-size: 38px;
    font-weight: 700;
    color: #D7A552;
    line-height: 44px;
}

.header-servico__gravata {
    margin: 0 0 30px 0;
    color: #707070;
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
}

.secao-texto--paginaConteudo .header-servico__gravata {
    margin-bottom: 30px;
}

.texto-secao {
    margin-bottom: 60px;
}

.texto-secao__bodyField {
    font-size: 19px;
    line-height: 30px;
    color: #707070;
}

.texto-secao__bodyField-imagem {
    float: left;
    padding: 0 15px 15px 0;
    max-width: 330px;
}

.texto-secao__bodyField-imagem img {
    width: 100%;
}

.btn-filtrar-segmento-mobile,
.btn-fechar-opcoes-filtro-segmento-mobile {
    display: none
}

@media(min-width: 1199px) {

    .secao-texto--aberto .section-wrapper,
    .secao-questionario .section-wrapper {
        max-width: 1000px;
    }
}

@media(max-width: 1199px) {
    .content-tipo-servicos {
        max-width: 300px;
        min-width: auto;
    }

    .list-servicos {
        width: 630px;
        padding-left: 30px;
    }
}

@media(max-width: 992px) {
    .texto-servico__titulo {
        font-size: 32px;
        margin: 0 0 5px 0;
        line-height: 32px;
    }

    .texto-servico__descricao {
        position: relative;
        max-height: 110px;
        overflow: hidden;
    }

    .texto-servico__descricao:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: linear-gradient(0deg, #fff, transparent);
    }
}

@media(max-width:790px) {
    .secoes.secao-servicos {
        padding: 0px 0 60px 0;
    }

    .secoes.secao-servicos .section-content-row {
        flex-wrap: wrap;
    }

    .nav-servicos__ul {
        transform: translate(-100%, 0);
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        flex-direction: column;
        position: relative;
        background: #fffffffc;
        width: 100%;
        height: auto;
        z-index: 2;
        border-radius: 0 0 15px 15px;
        top: 100%;
        border-top: 1px solid #B5B5B5;
        margin-top: 4px;
        transition: .3s ease all;
    }

    .nav-servicos__li {
        border-radius: 40px 0 40px 40px;
        border: 1px solid #D7A552;
        margin: 10px 35px 10px 35px;
        padding: 10px 20px 10px 30px;
    }

    .nav-servicos__li.active {
        background: #D7A552;
        border-radius: 40px 0 40px 40px;
        padding: 10px 20px 10px 30px;
    }

    .excluir-filtro {
        top: 10px;
    }

    .nav-servicos__li.active p:before {
        top: 20px;
    }

    .nav-servicos {
        border: none;
        width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
        border-radius: 0 0 15px 15px;
        top: 0px;
        padding-top: 48px;
    }

    .btn-filtrar-segmento-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 280px;
        width: 230px;
        font-size: 20px;
        line-height: 20px;
        font-family: 'DIN-2014', sans-serif;
        color: #8A8A8A;
        background: transparent;
        border: 1px solid #8A8A8A;
        padding: 10px 15px;
        border-radius: 10px;
        transition: .3s ease all;
        cursor: pointer;
        position: relative;
        height: 48px;
        transition: .3s ease all;
        z-index: 2;
    }

    .btn-filtrar-segmento-mobile:after {
        content: '';
        display: block;
        margin-left: 10px;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../img/ic-filtro.svg);
        transition: .3s ease all;
    }

    .btn-filtrar-segmento-mobile.show::after {
        background-image: url(../img/ic-filtro--white.svg);
    }

    .btn-filtrar-segmento-mobile.show {
        background: #f1bf6b;
        color: #fff;
    }

    .btn-filtrar-segmento-mobile.active {
        background: #f1bf6b57;
    }

    .btn-filtrar-segmento-mobile.show:before {
        content: ''
    }

    .nav-servicos__ul.show {
        transform: translate(0, 0);
    }

    .content-tipo-servicos {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        height: 48px;
        display: flex;
    }

    .itens-filtrados>span {
        position: relative;
        top: 0;
        width: fit-content;
    }

    .segmento-filtrado.show {
        display: flex;
        margin: 0 15px 30px 0;
    }

    .list-servicos {
        padding-left: 0px;
    }

    .item-servico {
        margin-bottom: 30px
    }

    .itens-filtrados {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .texto-secao__bodyField-imagem {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .header-servico__titulo {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .header-servico__gravata {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .btn-fechar-opcoes-filtro-segmento-mobile {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        border: 1px solid #f1bf6b;
        outline: none;
        background: transparent;
        position: absolute;
        left: 250px;
        color: #f1bf6b;
        top: -40px;
        z-index: 2;
        align-items: center;
        justify-content: center;
        display: flex;
        font-family: 'din-2014', sans-serif;
    }
}