.cidadeTel {
    float: left;
    text-decoration: none;
    color: #666;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 3px;
    font-size: 15px
}

.bloco-fixo {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 8000;
    width: 18%;
    height: 100%;
    border-right: 1px solid #eae9e5
}

.bloco-logo {
    position: relative;
    height: 25%;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    text-align: center
}

.logo {
    position: absolute;
    left: 10%;
    top: 15%;
    display: block;
    width: 80%;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.logo:hover {
    opacity: 0.8
}

.bloco-menu {
    position: relative;
    height: 85%;
    padding-right: 10%;
    padding-left: 10%;
    background-color: #fbfbfb
}

.item-menu {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 18px
}

.navbar {
    display: block;
    background-color: transparent
}

.nav-menu {
    float: none
}

.nome-pagina {
    margin-bottom: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #8b8b8b;
    font-size: 16px;
    line-height: 18px
}

.icone-seta {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 5px;
    margin-top: -4px;
    opacity: 0.4;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.simbolo {
    width: 58px;
    margin-right: 5px;
    float: left;
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.texto-copyright {
    margin-bottom: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

.nome-empresa {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 14px
}

.bloco-copyright {
    margin-top: 30px;
    text-decoration: none
}

.corpo {
    position: relative;
    left: 18%;
    width: 83%;
    padding: 50px;
    background-image: none
}

.icone-link {
    width: 16px;
    margin-top: 4px;
    margin-right: 5px;
    float: left
}

.nome-link {
    margin-bottom: 0px;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 16px
}

.link-assistencia {
    margin-right: 4px;
    padding: 6px 7px;
    float: left;
    border: 1px solid #dfdedd;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.link-assistencia:hover {
    background-color: #ececec
}

.bloco-links {
    float: left
}

.bloco-telefones {
    margin-top: 3px;
    float: right
}

.icone-telefone {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 16px
}

.numero-telefone {
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
    font-family: Oswald, sans-serif;
    line-height: 20px
}

.telefone {
    margin-left: 7px;
    float: left
}

.bloco-escritorio {
    position: relative;
    width: 45%;
    height: 100%;
    float: left
}

.bloco-depoimentos {
    position: relative;
    width: 32%;
    height: 100%;
    padding-top: 40px;
    padding-right: 3%;
    padding-left: 3%;
    float: left;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #1f223f, #181a2c);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #1f223f, #181a2c);
    text-align: center
}

.bloco-facebook {
    position: relative;
    width: 23%;
    height: 100%;
    padding-top: 40px;
    float: left;
    background-image: -webkit-linear-gradient(315deg, #4267b2, #15184b);
    background-image: linear-gradient(135deg, #4267b2, #15184b);
    text-align: center
}

.foto-escritorio {
    width: 50%;
    height: 100%;
    float: left;
    background-position: 50% 50%;
    background-size: 125px;
    background-repeat: no-repeat;
    background-size: cover
}

.bloco-info {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    padding-top: 190px;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .5), transparent);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .5), transparent);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center
}

.bloco-info:hover {
    opacity: 0
}

.titulo-home {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline
}

.titulo-home.alinhar-titulo {
    padding-left: 12%;
    text-align: left
}

.titulo-home.estilizar {
    margin-top: 50px;
    color: #707898
}

.link-saiba-mais {
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 14px
}

.links-topo {
    margin-bottom: 50px
}

.dropmenu {
    display: block;
    padding: 0% 0px
}

.dropdown-list.w--open {
    left: 89%;
    top: 0px;
    right: 0px;
    padding-left: 24%;
    background-color: transparent
}

.item-lista {
    display: block;
    padding: 16px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .13);
    background-color: #15184b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #bfbfbf;
    font-size: 13px;
    line-height: 16px
}

.item-lista:hover {
    color: #fff
}

.item-lista.w--current {
    color: #fff
}

.icone-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    opacity: 0.7;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.lightbox-video {
    position: relative;
    margin-top: 53px
}

.sombra-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .5));
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .5));
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.link-mais {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 40px;
    width: 70px;
    margin-left: -35px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration: none
}

.link-mais:hover {
    letter-spacing: 0.3px
}

.icone-facebook {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 69px;
    height: 146px;
    margin-top: -73px;
    margin-left: -34.5px
}

.html-embed {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    text-align: center
}

.linha-1 {
    position: relative;
    height: 400px
}

.alianca {
    display: block;
    margin: 56px auto
}

.bloco-brasileiro {
    position: relative;
    width: 30%;
    height: 100%;
    padding-top: 40px;
    padding-right: 3%;
    padding-left: 3%;
    float: left;
    background-image: -webkit-linear-gradient(45deg, #2a7f55, #85a24f);
    background-image: linear-gradient(45deg, #2a7f55, #85a24f);
    text-align: center
}

.titulo-brasileiro {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-decoration: none
}

.titulo-brasileiro:hover {
    opacity: 0.8;
    color: #f3f300
}

.bloco-publicacao {
    position: relative;
    width: 30%;
    height: 100%;
    padding-top: 40px;
    float: left
}

.bloco-areas {
    position: relative;
    width: 40%;
    height: 100%;
    padding-top: 40px;
    float: left;
    background-color: #26273c
}

.slider {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #26273c
}

.setas {
    display: none
}

.foto-publicacao {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 50px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.titulo-publicacao {
    margin-top: 80px;
    padding-right: 10%;
    padding-left: 12%;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .5)
}

.link-titulo {
    text-decoration: none
}

.sombra-publicacoes {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), transparent 50%, rgba(0, 0, 0, .7));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 50%, rgba(0, 0, 0, .7))
}

.link-publicacoes {
    position: absolute;
    left: 12%;
    bottom: 40px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none
}

.link-publicacoes:hover {
    letter-spacing: 0.3px
}

.paginador-publicacoes {
    right: 10%;
    bottom: 40px;
    width: 50%;
    height: 16px;
    margin-right: 0px;
    padding-top: 0px;
    text-align: right
}

.line1 {
    width: 1px;
    height: 50px;
    margin-left: 10%;
    float: left;
    background-color: #474b63
}

.line2 {
    width: 80%;
    height: 1px;
    float: left;
    background-color: #474b63
}

.line2.alinhar-lina {
    margin-top: 49px
}

.line3 {
    width: 1px;
    height: 50px;
    float: left;
    background-color: #474b63
}

.div-block-5 {
    position: absolute;
    top: 40px;
    display: inline-block;
    width: 100%
}

.div-block-6 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px
}

.slider-2 {
    height: 180px;
    background-color: transparent
}

.seta-slider {
    left: 5%;
    width: 30px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #474b63;
    font-size: 16px
}

.seta-slider:hover {
    color: #fff
}

.seta-slider.alinhar-seta {
    left: auto;
    right: 5%
}

.paginador-atuacao {
    bottom: -20px;
    height: 16px;
    padding-top: 0px
}

.nome-atuacao {
    display: block;
    width: 80%;
    margin: 75px auto 4px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-align: center
}

.link {
    display: block;
    opacity: 0.5;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration: none
}

.link:hover {
    opacity: 1;
    letter-spacing: 0.3px
}

.rodape {
    margin-top: 50px
}

.bloco-rodape {
    margin-right: 4%;
    width: 17%;
    float: left
}

.titulo-rodape {
    font-family: Oswald, sans-serif;
    color: #838286;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: underline
}

.texto-rodape {
    margin-bottom: 0px;
    float: left;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none
}

.link-mapa {
    margin-left: 10px;
    float: left
}

.icone-mapa {
    float: left
}

.texto-mapa {
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 4px;
    float: left;
    font-family: Oswald, sans-serif;
    color: #263977;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

.assinatura {
    margin-top: 40px;
    width: 16%;
    float: right
}

.neex {
    width: 81px;
    height: 18px;
    margin-left: 20px;
    background-image: url('../images/logo-neex.svg');
    background-position: 50% 100%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.neex:hover {
    opacity: 0.8
}

.desenvolvido {
    margin-top: 2px;
    margin-bottom: 0px;
    float: left;
    color: #a5a5a5;
    font-size: 11px;
    line-height: 14px
}

.titulo {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    font-family: Oswald, sans-serif;
    color: #15184b;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase
}

.conteudo {
    padding: 50px 50px 30px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.foto {
    width: 48%;
    height: 350px;
    margin-right: 4%;
    float: left;
    background-color: #525353;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

.foto:hover {
    -webkit-filter: none;
    filter: none
}

.bloco-fotos {
    margin-bottom: 50px
}

.mapa {
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}

.field-label {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.campo {
    height: 50px;
    margin-bottom: 30px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 2px
}

.campo.mensagem {
    height: 150px
}

.coluna-contato {
    width: 48%;
    margin-right: 4%;
    float: left
}

.form-block {
    margin-bottom: 50px
}

.submit-button {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background-color: #18397f
}

.titulo-conteudo {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 26px
}

.link-foto {
    display: block;
    width: 20%;
    float: left;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.link-foto:hover {
    opacity: 0.8
}

.tit-publicacao {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase
}

.saiba-mais {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #bebebe;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase
}

.saiba-mais:hover {
    color: #15184b;
    letter-spacing: 0.3px
}

.link-tit {
    display: block;
    margin-bottom: 30px;
    text-decoration: none
}

.foto-post {
    display: block;
    width: 100%
}

.coluna-chamada {
    width: 80%;
    padding-left: 30px;
    float: left
}

.item-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.paginador {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center
}

.bloco-numeros {
    float: left
}

.bloco-setas {
    float: right
}

.numero-pagina {
    width: 40px;
    height: 30px;
    margin-bottom: 0px;
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Oswald, sans-serif;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none
}

.numero-pagina:hover {
    color: #15184b
}

.col-foto {
    width: 40%;
    float: left
}

.col-conteudo {
    width: 60%;
    padding-left: 30px;
    float: left
}

.titulo-post {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Oswald, sans-serif;
    color: #292929;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase
}

.arrow {
    width: 50px;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px
}

.fotos-publicacoes {
    height: auto;
    clear: none;
    background-color: transparent
}

.slide-nav {
    bottom: 12px;
    height: 10px;
    padding-top: 0px;
    font-size: 10px
}

.legenda-foto {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding: 15px 15px 30px;
    background-color: rgba(0, 0, 0, .37);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.subtitulo {
    margin-top: -30px;
    margin-bottom: 40px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 18px;
    font-style: italic
}

.div-block-16 {
    width: 100%;
    height: 300px;
    background-image: url('../images/foto_nfe.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.autor {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    color: #6b6b6b;
    font-size: 12px
}

.compartilhar {
    margin-top: 25px;
    padding: 20px 20px 0px;
    background-color: #eee
}

.coluna-video {
    width: 33.33%;
    margin-bottom: 20px;
    float: left
}

.coluna-video.ajuste1 {
    padding-right: 15px
}

.coluna-video.ajuste2 {
    padding-left: 15px
}

.coluna-video.ajuste3 {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.box-video {
    position: relative;
    display: block
}

.foto-video {
    height: 210px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.foto-servico {
    display: block;
    width: 100%
}

.foto_divorcio {
    height: 400px;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 1560px) and (min-width: 992px) {
    .icone-link {
        display: none
    }

    .bloco-rodape {
        margin-right: 2%;
        width: 18.5%
    }

    .assinatura {
        width: 18%
    }

    .desenvolvido {
        font-size: 10px;
        line-height: 10px
    }
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
    .assinatura {
        width: 9%
    }

    .neex {
        margin-left: 0
    }

    .desenvolvido {
        display: none
    }
}

@media (max-width: 991px) {
    .bloco-fixo {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 50px;
        border-bottom: 1px solid #eae9e5;
        border-right-style: none;
        background-color: #fff
    }

    .bloco-logo {
        z-index: 10000;
        width: 130px;
        height: auto;
        float: left;
        border-bottom-style: none
    }

    .logo {
        position: static;
        width: 100%
    }

    .bloco-menu {
        position: static;
        height: auto;
        padding-right: 0%;
        padding-left: 0%;
        background-color: transparent
    }

    .item-menu {
        background-color: #e6e6e6
    }

    .nav-menu {
        width: 100%;
        height: auto;
        margin-top: 30px
    }

    .nome-pagina {
        width: 100%;
        padding: 18px;
        float: right;
        color: #5c5c5c;
        text-align: right
    }

    .icone-seta {
        display: none
    }

    .bloco-copyright {
        display: none
    }

    .corpo {
        position: static;
        left: 0%;
        width: 100%;
        float: left
    }

    .icone-link {
        display: none
    }

    .nome-link {
        font-size: 12px
    }

    .link-assistencia {
        margin-right: 10px;
        padding: 3px 10px;
        border-radius: 2px;
        font-size: 12px
    }

    .bloco-links {
        margin-top: 2px
    }

    .bloco-escritorio {
        width: 100%;
        height: 400px
    }

    .bloco-depoimentos {
        width: 100%;
        height: auto;
        padding-bottom: 40px
    }

    .bloco-facebook {
        width: 100%;
        height: auto
    }

    .links-topo {
        margin-bottom: 50px
    }

    .dropdown-list.w--open {
        padding-left: 0px
    }

    .item-lista {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
        line-height: 12px;
        text-align: right
    }

    .icone-play {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }

    .lightbox-video {
        margin-bottom: 53px
    }

    .icone-facebook {
        position: relative;
        top: 0%;
        height: auto;
        margin-top: 40px;
        margin-bottom: 73px
    }

    .html-embed {
        position: relative
    }

    .linha-1 {
        height: auto
    }

    .alianca {
        width: 100px
    }

    .bloco-brasileiro {
        width: 50%;
        height: 400px
    }

    .bloco-publicacao {
        width: 50%;
        height: 400px
    }

    .bloco-areas {
        width: 100%;
        height: 400px
    }

    .seta-slider {
        left: 8%
    }

    .seta-slider.alinhar-seta {
        right: 8%
    }

    .nome-atuacao {
        width: 60%
    }

    .rodape {
        text-align: center
    }

    .bloco-rodape {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        float: none;
        text-align: center
    }

    .texto-rodape {
        display: block;
        float: none
    }

    .link-mapa {
        margin-top: 10px;
        margin-left: 0px;
        float: none
    }

    .assinatura {
        display: inline-block;
        margin-top: 0px;
        float: none;
        width: 100%
    }

    .neex {
        margin-top: 5px;
        margin-left: 0px
    }

    .desenvolvido {
        float: none;
        margin-top: 0px;
        font-size: 11px;
        display: block
    }

    .menu-button {
        margin-top: 7px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px
    }

    .menu-button.w--open {
        background-color: transparent;
        color: #15184b
    }

    .icon {
        position: relative;
        top: 5px;
        display: inline-block;
        font-size: 26px
    }

    .paragraph {
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        font-weight: 700
    }

    .titulo {
        font-size: 24px;
        line-height: 24px
    }

    .col-conteudo {
        padding-left: 20px
    }

    .foto-video {
        height: 110px
    }

    .div-block-17 {
        height: 350px
    }
}

@media (max-width: 767px) {
    .bloco-fixo {
        padding-right: 40px;
        padding-left: 40px
    }

    .nome-pagina {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 16px
    }

    .corpo {
        padding: 40px
    }

    .link-assistencia {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        float: none
    }

    .bloco-links {
        float: none;
        text-align: center
    }

    .bloco-telefones {
        display: inline-block;
        margin-top: 15px;
        float: none
    }

    .bloco-escritorio {
        height: 300px
    }

    .bloco-depoimentos {
        padding-right: 15%;
        padding-left: 15%
    }

    .bloco-info {
        padding-top: 140px
    }

    .titulo-home.alinhar-titulo {
        padding-left: 5%
    }

    .links-topo {
        margin-bottom: 30px;
        text-align: center
    }

    .icone-play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px
    }

    .lightbox-video {
        margin-top: 40px
    }

    .alianca {
        margin-bottom: 45px
    }

    .bloco-brasileiro {
        width: 100%;
        height: auto
    }

    .titulo-brasileiro {
        display: block;
        margin-bottom: 90px
    }

    .bloco-publicacao {
        width: 100%
    }

    .titulo-publicacao {
        padding-right: 5%;
        padding-left: 5%
    }

    .link-publicacoes {
        left: 5%
    }

    .paginador-publicacoes {
        right: 5%
    }

    .titulo {
        margin-bottom: 10px;
        float: none
    }

    .conteudo {
        padding: 40px
    }

    .foto {
        width: 100%;
        height: 250px;
        margin-right: 0%;
        margin-bottom: 40px
    }

    .bloco-fotos {
        margin-bottom: 0px
    }

    .mapa {
        height: 350px;
        margin-bottom: 0px
    }

    .form-block {
        margin-bottom: 40px
    }

    .link-foto {
        width: 100%;
        margin-bottom: 30px
    }

    .tit-publicacao {
        font-size: 18px;
        line-height: 20px
    }

    .link-tit {
        margin-bottom: 20px
    }

    .coluna-chamada {
        width: 100%;
        padding-left: 0px
    }

    .col-foto {
        width: 100%
    }

    .col-conteudo {
        width: 100%;
        padding-left: 0px
    }

    .titulo-post {
        font-size: 26px;
        line-height: 30px
    }

    .fotos-publicacoes {
        margin-bottom: 30px
    }

    .coluna-video {
        width: 100%
    }

    .coluna-video.ajuste1 {
        padding-right: 0px
    }

    .coluna-video.ajuste2 {
        padding-left: 0px
    }

    .coluna-video.ajuste3 {
        padding-right: 0px;
        padding-left: 0px
    }

    .foto-video {
        height: 250px
    }

    .foto-servico {
        margin-bottom: 30px
    }

    .div-block-17 {
        height: 250px
    }
}

@media (max-width: 479px) {
    .numfixo, .numwhats {
        margin: 0 auto !important;
        padding: 0 18px !important;
        font-size: 13px !important
    }

    .bloco-fixo {
        padding: 20px 30px
    }

    .nav-menu {
        margin-top: 20px
    }

    .divms {
        margin-bottom: 30px
    }

    .cidadeTel {
        float: none;
        margin-bottom: 12px
    }

    .corpo {
        padding: 30px
    }

    .link-assistencia {
        display: none;
        margin-right: 2px;
        margin-left: 2px;
        padding-right: 4px;
        padding-left: 4px;
        font-size: 10px
    }

    .bloco-telefones {
        margin-top: 0px
    }

    .numero-telefone {
        margin-top: 2px;
        font-size: 15px
    }

    .bloco-escritorio {
        height: 250px
    }

    .bloco-info {
        padding-top: 110px
    }

    .titulo-home {
        font-size: 14px;
        line-height: 16px
    }

    .titulo-home.alinhar-titulo {
        padding-left: 10%
    }

    .icone-play {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }

    .link-mais {
        font-size: 10px;
        line-height: 12px
    }

    .titulo-brasileiro {
        font-size: 20px
    }

    .bloco-publicacao {
        height: 350px
    }

    .bloco-areas {
        height: 300px;
        padding-top: 30px
    }

    .titulo-publicacao {
        padding-right: 10%;
        padding-left: 10%;
        font-size: 24px;
        line-height: 24px
    }

    .link-publicacoes {
        left: 10%
    }

    .paginador-publicacoes {
        right: 10%
    }

    .slider-2 {
        height: 115px
    }

    .nome-atuacao {
        margin-top: 44px;
        font-size: 14px;
        line-height: 14px
    }

    .link {
        font-size: 10px;
        line-height: 12px
    }

    .titulo {
        margin-bottom: 20px
    }

    .conteudo {
        padding: 30px
    }

    .foto {
        height: 150px;
        margin-bottom: 30px
    }

    .mapa {
        height: 250px
    }

    .field-label {
        font-size: 12px
    }

    .campo {
        margin-bottom: 20px
    }

    .coluna-contato {
        width: 100%;
        margin-right: 0%
    }

    .form-block {
        margin-bottom: 30px
    }

    .link-foto {
        margin-bottom: 20px
    }

    .item-post {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .bloco-numeros {
        float: none
    }

    .bloco-setas {
        margin-top: 16px;
        float: none
    }

    .numero-pagina {
        display: inline-block;
        width: 35px;
        float: none
    }

    .titulo-post {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 26px
    }

    .subtitulo {
        margin-top: -20px;
        margin-bottom: 30px
    }

    .div-block-16 {
        height: 210px
    }

    .foto-video {
        height: 170px
    }

    .div-block-17 {
        height: 150px
    }
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

::-moz-selection {
    color: #FFF;
    background-color: #BFBFBF
}

::selection {
    color: #FFF;
    background-color: #BFBFBF
}

.campo.mensagem {
    resize: none
}

.campo.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.campo-news::-webkit-input-placeholder {
    color: #777
}

.campo-news:-moz-placeholder {
    color: #777
}

.campo-news::-moz-placeholder {
    color: #777
}

.campo-news:-ms-input-placeholder {
    color: #777
}

.container-fluido > .col:first-child {
    padding-left: 0 !important;
    padding-right: 15px !important
}

.container-fluido > .col:last-child {
    padding-right: 0 !important;
    padding-left: 15px !important
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        font: 12pt Georgia, "Times New Roman", Times, serif;
        color: #000
    }

    @page {
        margin: 1.5cm
    }

    .titulo-lista-dicas {
        font: 20pt Georgia, "Times New Roman", Times, serif
    }

    .no-print, nav, footer, video, audio, object, embed, .topo, .compartilhar, .bloco-fixo, .w-embed, .compartilhar, .bloco-orcamento, .bloco-relacionados, .rodape, .col-foto, .topo-interna, .links-topo, .faixa-asia, .bloco-asia, .titulo {
        display: none
    }

    .corpo {
        left: 0;
        width: auto;
        padding: 0;
        background-image: none
    }

    .conteudo {
        padding: 0;
        border: none;
        background-color: transparent
    }

    .col-conteudo {
        padding-left: 0;
        width: 100%
    }

    aside {
        display: block;
        page-break-before: always
    }

    p {
        font-size: 12pt;
        widows: 3;
        orphans: 3
    }

    a, a:visited {
        text-decoration: underline
    }

    a:link:after, a:visited:after {
        content: " (" attr(href) ") "
    }

    p a {
        word-wrap: break-word
    }

    q:after {
        content: " (" attr(cite) ")"
    }

    a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
}

.botao-copiar {
    padding: 0 6px 2px 6px;
    border: none;
    background-color: #243758;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    position: relative;
    line-height: 18px;
    margin-left: 5px
}

.botao-copiar:hover {
    background-color: #18253c
}

.overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.active .overlay {
    visibility: visible;
    opacity: 1
}

.copy-link-wrapper {
    z-index: 200;
    padding: 2em;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 500px;
    min-width: 300px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    clip: rect(1px 1px 1px 1px);
    opacity: 0;
    top: -9999999px;
    left: -9999999px
}

.active .copy-link-wrapper {
    clip: auto;
    opacity: 1;
    top: 50%;
    left: 50%
}

.copy-link-wrapper h2 {
    margin: 0;
    margin-bottom: 1em
}

.copy-link-wrapper p {
    margin-bottom: 1em
}

.copy-link-wrapper input {
    background-color: #f3f3f3;
    color: #454545;
    border: 0;
    font-size: 1em;
    padding: 1em;
    margin: 0;
    width: 100%;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.copy-link-wrapper .error {
    text-align: center;
    color: #E7483B;
    display: block;
    padding: 0.5em
}

.botao_compartilhar {
    padding: 0 12px;
    height: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
    line-height: 28px;
    display: block;
    border-radius: 3px;
    text-align: center;
    float: left
}

.facebook_share {
    background-color: #3b5997
}

.twitter_share {
    background-color: #21a1f1
}

.whatsapp {
    background-color: #5ac947;
    display: none
}

.botao-copiar {
    background-color: #8e183d
}

.imprimir {
    background-color: #888
}

.botao_compartilhar:hover, .facebook_share:hover, .twitter_share:hover, .whatsapp:hover, .botao-copiar:hover, .imprimir {
    opacity: .8
}

@media screen and (max-width: 991px) {
    .whatsapp {
        display: block
    }
}

.botao_compartilhar > p {
    float: right;
    color: #FFF;
    font-size: 11px;
    margin-left: 8px;
    margin-top: 2px
}

.w-nav-overlay {
    height: 697px !important
}

.bloco-copyright:hover > .simbolo {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.bloco-copyright:hover > .texto-copyright, .bloco-copyright:hover > .nome-empresa {
    color: #243758
}

.item-menu:hover > .nome-pagina, .item-menu:hover > .dropmenu > .nome-pagina {
    letter-spacing: 0.3px;
    color: #4e4e4e;
    font-weight: bold
}

.item-menu:hover > .icone-seta, .item-menu:hover > .dropmenu > .icone-seta {
    opacity: 1
}

.lightbox-video:hover > .sombra-video, .lightbox-video:hover > .icone-play {
    opacity: 0
}

.bloco-links > .link-assistencia:last-child {
    margin-right: 0
}

.bloco-telefones > .telefone:first-child {
    margin-left: 0
}

.paginador-publicacoes > .w-slider-dot {
    background-color: transparent;
    background-image: url(../images/icone_paginador.svg);
    border: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-size: 25px;
    height: 11px;
    width: 5px;
    border-radius: 0 !important;
    margin: 0 7px;
    background-repeat: no-repeat
}

.paginador-publicacoes > .w-slider-dot:hover, .paginador-publicacoes > .w-slider-dot.w-active {
    background-position: 100% 0
}

.paginador-atuacao > .w-slider-dot {
    opacity: .4;
    background-color: transparent;
    background-image: url(../images/icone_paginador.svg);
    border: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-size: 25px;
    height: 11px;
    width: 5px;
    border-radius: 0 !important;
    margin: 0 7px;
    background-repeat: no-repeat
}

.paginador-atuacao > .w-slider-dot:hover, .paginador-atuacao > .w-slider-dot.w-active {
    background-position: 100% 0;
    opacity: 1
}

.bloco-fotos > .foto:last-child {
    margin-right: 0
}

.container-form > .coluna-contato:last-child {
    margin-right: 0
}

.lista-chamdas > .item-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.link-tit:hover > h3 {
    color: #BFBFBF
}

.fotos-publicacoes:hover > .arrow {
    opacity: 1
}

.box-video:hover > .icone-play {
    opacity: 0
}

.w-lightbox-backdrop, .w-lightbox-container {
    z-index: 1000000000000000000
}

@media screen and (max-width: 1140px) and (min-width: 992px) {
    .bloco-telefones {
        margin-top: 18px;
        width: 100%
    }

    .numero-telefone {
        font-size: 16px
    }

    .telefone {
        margin-left: 30px
    }
}

@media screen and (max-width: 991px) {
    .bloco-telefones {
        margin-top: 34px;
        width: 100%
    }

    .icone-telefone {
        width: 16px;
        margin-top: 4px
    }

    .telefone {
        display: inline-block;
        float: none
    }
}

@media screen and (min-width: 992px) and (max-width: 1370px) {
    .corpo {
        padding: 25px
    }

    .links-topo {
        margin-bottom: 25px
    }

    .numero-telefone {
        margin-left: 0px;
        font-size: 14px
    }

    .link-assistencia {
        margin-right: 3px;
        padding-left: 4px;
        padding-right: 4px
    }

    .telefone {
        margin-left: 5px
    }

    .titulo-publicacao {
        font-size: 24px;
        line-height: 24px
    }

    .nome-atuacao {
        font-size: 16px;
        line-height: 16px
    }

    .link {
        font-size: 11px
    }

    .alianca {
        width: 70%
    }

    .titulo-brasileiro {
        font-size: 20px;
        line-height: 20px
    }

    .titulo-home {
        font-size: 14px;
        line-height: 16px
    }

    .bloco-rodape {
        width: 17%;
        margin-right: 20px
    }

    .link-mapa {
        margin-left: 0
    }

    .neex {
        margin-left: 10px
    }

    .rodape {
        margin-top: 20px
    }

    .titulo-rodape {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px
    }

    .nome-pagina {
        font-size: 14px
    }

    .simbolo {
        width: 45px
    }

    .texto-copyright {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2px
    }

    .titulo {
        font-size: 24px;
        line-height: 24px;
        margin-top: 2px
    }

    .nome-pagina {
        padding-top: 8%;
        padding-bottom: 8%
    }

    .bloco-logo {
        height: 15%
    }

    .bloco-menu {
        height: 85%
    }

    .logo {
        width: 46%
    }

    .icone-telefone {
        margin-right: 5px;
        width: 14px;
        margin-top: 6px
    }
}

@media screen and (min-width: 992px) and (max-width: 1260px) {
    .container {
        width: 900px
    }
}

@media screen and (max-width: 767px) {
    .container-fluido > .col:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .container-fluido > .col:last-child {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.w-dropdown-list {
    overflow: auto;
    height: 415px
}

.w-dropdown-list::-webkit-scrollbar {
    width: 2px
}

.w-dropdown-list::-webkit-scrollbar-track {
    background-color: #4e4e4e
}

.w-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #FFF
}

.divms {
    float: left
}

.divsp {
    float: left
}

.numwhats {
    color: #fff;
    background-color: #4ccb5a;
    padding: 0px 5px;
    border-radius: 25px;
    font-size: 12px;
    text-decoration: none;
    height: 30px;
    line-height: 30px
}

.numfixo {
    background-color: #3E60A8;
    color: white;
    height: 30px;
    font-size: 13px;
    border-radius: 25px;
    line-height: 30px;
    padding: 0 10px
}

.divms p, .divsp p {
    float: left
}
