html,
body {
    height: 100%;
    line-height: 1.6;
}

body {
    font-family: 'Open Sans', sans-serif;
}

main {
    position: relative;
    z-index: 99;
}

footer {
    position: relative;
    z-index: 99;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.d-flex.base-center {
    align-items: baseline;
    text-align: center;
}

.teal.darken-4 {
    background-color: #013F27 !important;
}

.less-letter-space {
    letter-spacing: -1px;
}

.btn input[type]:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

#inicio {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120px;
}

.titulo-gerenciar {
    letter-spacing: -1px;
    color: #333;
}

.btn-large {
    border-radius: 54px;
}

.btn,
.btn-flat {
    border-radius: 36px;
}

.ajuste-btn-filtro {
    position: relative;
    top: 25px;
    margin: 0 0 20px;
}

.lower {
    text-transform: lowercase;
}

.upper {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize
}

.justify {
    text-align: justify;
}

.no-padding {
    padding: 0 !important;
}

.btn-block {
    width: 100%;
}

    .btn-block span {
        position: relative;
        top: -7px;
        margin: 0 10px;
    }

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.titulo {
    position: relative;
}

.strong {
    font-weight: 600;
}

.titulo-strong {
    font-weight: 700;
}

.titulo-stronger {
    font-weight: 900;
}

a:hover {
    cursor: pointer;
}

section {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
}

    section.banner {
        background: transparent;
    }

td,
th {
    border-radius: 0;
}

.list-inline li {
    display: inline-block;
    float: left;
}

.container-fluid {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.modal {
    height: calc(100% - 60px) !important;
    line-height: 2;
    background-color: #f9f9f9;
    overflow: hidden;
    max-height: 100%;
}

    .modal .modal-header {
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
        width: 100%;
        padding: 24px 0;
        z-index: 999;
        color: #fff;
        position: relative;
    }

    .modal.modal-fixed-footer .modal-content {
        background: #fafafa;
        background-size: cover !important;
    }

    .modal .header-solucoes {
        background: linear-gradient(to right, rgba(0, 77, 64, 0.94), rgba(0, 77, 64, 0.6));
        background-size: cover;
    }

    .modal .modal-header .modal-title {
        margin: 0;
        font-weight: 700;
        margin-left: -3px;
    }

    .modal .modal-content {
        padding: 0;
        z-index: 0;
        color: #fafafa;
    }

    .modal.modal-fixed-footer .modal-footer {
        background: #111;
        color: #fff;
    }

    .modal .modal-footer .btn-flat {
        color: #fafafa;
    }

.modal-content.modal-1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/importacaoexportacao.jpeg') bottom center no-repeat !important;
}

.modal-content.modal-2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/hedge.jpeg') bottom center no-repeat !important;
}

.modal-content.modal-3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/remessasinternacionais.jpeg') bottom center no-repeat !important;
}

.modal-content.modal-4 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/cambioturismo.jpeg') bottom center no-repeat !important;
}

.modal-content.modal-5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/conveniorh.jpeg') bottom center no-repeat !important;
}

.modal-content.modal-6 {
    background: linear-gradient(to bottom, rgba(0, 0, 0,0.8), #111), url('../img/servicos/oea.jpg') bottom center no-repeat !important;
}

.modal .modal-content p,
.modal .modal-content h6,
.modal .modal-content ul {
    margin-top: 0;
}

.modal .modal-content ul {
    -webkit-padding-start: 18px;
    margin-bottom: 30px;
}

    .modal .modal-content ul li {
        list-style-type: square;
    }

.modal .modal-content h6 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.modal table thead {
    color: #fff;
    background-color: #013F27;
}

.section-modal {
    padding: 2rem 0;
    width: 100%;
    display: block;
    margin: 1rem 0;
    position: relative;
}

    .section-modal:first-child {
        margin-top: 0;
    }

    .section-modal .container-fluid .row {
        margin: 0;
    }

        .section-modal .container-fluid .row p {
            margin-bottom: 0;
        }

        .section-modal .container-fluid .row .col {
            padding: 0;
        }

    .section-modal:nth-of-type(odd) {
        background-color: #fff;
    }

.container-icone-section {
    position: relative;
    text-align: center;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .9));
}

    .container-icone-section img {
        height: 170px;
        display: inline-block;
        margin: 20px 0 0;
    }

.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 35px;
}

.modal-busca {
    width: 100%;
    height: 100%;
    top: 0 !important;
    background: rgba(255, 255, 255, .81);
}

    .modal-busca .modal-content {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .modal-busca .modal-close {
        color: #333;
        right: 20px;
        position: absolute;
        top: 20px;
    }

        .modal-busca .modal-close .material-icons {
            font-size: 40px;
        }

    .modal-busca input {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center;
        font-size: 30px !important;
        color: #333;
    }

    .modal-busca a#lnkBuscar {
        position: absolute;
        right: 5%;
        top: 47%;
        color: #333;
    }

        .modal-busca a#lnkBuscar .material-icons {
            font-size: 40px;
            color: #333;
            background: -webkit-linear-gradient(0deg, #013F27, #648eb7);
            background: linear-gradient(0deg, #013F27, #648eb7);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .modal-busca input[type=text]:not(.browser-default):focus:not([readonly]) {
        border-bottom: 1px solid #013F27;
        -webkit-box-shadow: 0 1px 0 0 #013F27;
        box-shadow: 0 1px 0 0 #013F27;
    }

.barra-contato {
    background-color: #013F27;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.overlay-blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

nav {
    background: #fff;
    z-index: 999;
    height: 120px;
    position: fixed !important;
    top: 0 !important;
    transition: 300ms all;
    box-shadow: none;
}

.navbarGap {
    background: transparent;
    height: 90px;
    transition: 300ms all;
    width: 100%;
}

    .navbarGap a.brand-logo img {
        max-height: 90px;
        padding: 15px 0;
        left: 0;
        transition: 300ms all;
    }

    .navbarGap a.button-collapse .material-icons {
        transition: 300ms all;
        color: #ffffff;
        height: 90px;
        line-height: 90px;
    }

    .navbarGap ul li {
        padding: 26px 0 25px;
        transition: 300ms all;
    }

    .navbarGap ul > li > a {
        color: #013F27;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        transition: 300ms all;
        line-height: initial;
        padding: 10px 15px;
        background: transparent;
        border-radius: 40px;
    }

    .navbarGap ul a.dropdown-button {
        padding: 8px 15px 7px;
    }

    .navbarGap ul a:hover {
        transition: 300ms all;
        background: #013F27;
        color: #fff;
    }

nav a.active {
    background: #013F27 !important;
    color: #fff !important;
}

.navbarGap ul a .material-icons {
    line-height: initial;
    height: auto;
    transition: 300ms all;
    color: #fff;
    font-size: 24px;
}

nav.pinned {
    height: 100px;
    transition: 300ms all;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

    nav.pinned .navbarGap {
        height: 70px;
        transition: 300ms all;
    }

        nav.pinned .navbarGap ul li {
            padding: 16px 0 15px;
        }

    nav.pinned > .navbarGap a {
        transition: 300ms all;
        color: #013F27;
    }

        nav.pinned > .navbarGap a:hover,
        nav.pinned > .navbarGap a:hover .material-icons,
        nav.pinned > .navbarGap a.active .material-icons,
        #drpLogin .btn > .material-icons {
            color: #fff;
        }

        nav.pinned > .navbarGap a.brand-logo img {
            max-height: 70px;
            transition: 300ms all;
        }

    nav.pinned > .navbarGap .material-icons {
        line-height: initial;
        height: auto;
        font-size: 24px;
        transition: 300ms all;
        color: #013F27;
    }

    nav.pinned > .navbarGap a.button-collapse .material-icons {
        line-height: 70px;
    }

#drpLogin,
#drpLoginSideNav {
    overflow: hidden;
    color: #333;
    padding: 2.5rem 2rem 2rem;
    width: 360px;
    line-height: 20px;
}

    #drpLogin input[type],
    #drpLoginSideNav input[type] {
        border-bottom: 1px solid #9e9e9e;
    }

        #drpLogin input[type]:focus,
        #drpLoginSideNav input[type]:focus {
            border-bottom: 1px solid #013F27;
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
        }

    #drpLogin .btn,
    #drpLoginSideNav .btn {
        background: #013F27;
    }

        #drpLogin .btn > .material-icons,
        #drpLoginSideNav .btn > .material-icons {
            height: auto;
            line-height: inherit;
        }

    #drpLogin .btn {
        border-radius: 40px;
        color: #fff;
    }

.barra-contato li {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}

    .barra-contato li i,
    .barra-contato li span {
        line-height: 30px;
        float: left;
    }

    .barra-contato li span {
        font-weight: 600;
        font-size: 13px;
        margin: -1px 0 0;
    }

    .barra-contato li i {
        margin-right: 5px;
    }

    .barra-contato li a {
        color: #fff;
    }

ul.list-inline {
    margin: 0
}

    ul.list-inline li {
        display: inline-block;
    }

.side-nav {
    background: #fafafa
}

    .side-nav .user-view {
        height: 150px;
        margin: 0;
    }

        .side-nav .user-view .background {
            background: #eee;
        }

            .side-nav .user-view .background img {
                width: 300px;
                padding: 35px 25px;
            }

    .side-nav li > a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

        .side-nav li > a,
        .side-nav li > a i.material-icons {
            color: #013F27;
            height: 48px !important;
            line-height: 48px !important;
        }

    .side-nav li > a {
        text-transform: uppercase;
    }

#drp-solucoes li > a {
    color: #013F27 !important;
    padding: 0 32px;
}

.side-nav .dropdown-content {
    width: 100%;
}

    .side-nav .dropdown-content li > a {
        padding: 0 15px;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 63, 39, 0.7);
    z-index: 0;
}

section#slider {
    height: 100vh;
    position: relative;
    display: block;
    padding: 0;
}

    section#slider #hero-slider {
        width: 100%;
        position: relative;
        height: 100vh;
        margin: 0;
    }

        section#slider #hero-slider .slider-wrapper {
            height: 100vh;
            overflow: hidden;
            position: relative;
        }

            section#slider #hero-slider .slider-wrapper .info {
                position: absolute;
                top: 50%;
                text-align: center;
                width: 100%;
                color: #fff;
                transform: translate(0, -50%);
            }

                section#slider #hero-slider .slider-wrapper .info h5 {
                    margin: 0;
                    font-weight: 400;
                    font-size: 2.3rem;
                    opacity: 0.9;
                }

                section#slider #hero-slider .slider-wrapper .info h1 {
                    font-size: 56px;
                    line-height: 72px;
                    margin: 1rem auto 2rem;
                    font-weight: 300;
                }

                section#slider #hero-slider .slider-wrapper .info .btn-hollow {
                    color: #fff;
                    border: 1px solid #fff;
                    font-weight: 600;
                    background-color: transparent;
                }

                    section#slider #hero-slider .slider-wrapper .info .btn-hollow:hover {
                        background-color: #fff;
                        color: #013f27;
                        transition: 200ms all;
                    }

            section#slider #hero-slider .slider-wrapper img {
                object-fit: cover;
                object-position: top center;
                height: 100%;
                width: 100%;
            }

            section#slider #hero-slider .slider-wrapper:before {
                content: "";
                background-color: rgba(1, 63, 39, 0.65);
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
            }

        section#slider #hero-slider button:focus {
            outline: none;
            background-color: transparent;
        }

        section#slider #hero-slider .slick-prev:hover svg,
        section#slider #hero-slider .slick-next:hover svg {
            fill: #bbb;
            transition: 200ms all;
        }

        section#slider #hero-slider .title > [data-animation-in] {
            opacity: 0;
        }

.caption .titulo-strong {
    text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.31);
    color: #fff;
}

.text-azul-gap {
    color: #013F27;
}

.bg-azul-gap {
    background: #013F27 !important;
}

a.slider-next,
a.slider-prev {
    height: 54px;
    width: 54px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #C5C093;
    border-radius: 50%;
}

    a.slider-next i.material-icons,
    a.slider-prev i.material-icons {
        color: #013F27;
        font-size: 54px;
        text-align: center;
    }

    a.slider-next i.material-icons {
        margin-left: 1px;
    }

    a.slider-prev i.material-icons {
        margin-left: -1px;
    }

a.slider-next {
    right: 20px;
}

a.slider-prev {
    left: 20px;
}

.banner {
    min-height: 80px;
    overflow: hidden;
}

    .banner canvas {
        display: block;
        vertical-align: bottom;
    }

    .banner .destaque-banner {
        font-size: 1.4rem;
        margin: 0 0 1rem;
        text-transform: lowercase;
        color: #fff;
        position: relative;
    }

    .banner button.btn {
        transform: translate(0, 15px);
        font-weight: 700;
        transition: 300ms all;
    }

    .banner img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
    }

#particles-js {
    position: absolute;
    width: 100%;
    top: -50px;
}

.parallax-container {
    height: auto;
    padding: 3rem 0 calc(3rem + 15px);
}

    .parallax-container .parallax img {
        object-fit: cover;
    }

section#solucoes {
    background: #fff;
    min-height: 500px;
    padding: 3rem 0 4rem;
}

    section#solucoes .row {
        margin-bottom: 0;
    }

    section#solucoes .card .card-image {
        padding: 20px;
        border-bottom: 1px solid #eee;
        height: 150px;
    }

        section#solucoes .card .card-image img {
            max-height: 110px;
            margin: 0 auto;
            max-width: 100%;
            width: auto;
            height: auto;
            padding: 20px;
        }

    section#solucoes .card .card-content {
        padding: 20px 20px 24px;
    }

.titulo-section {
    font-weight: 700;
    color: #013F27;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 1rem 0 4rem;
}

.tabela tbody tr:first-child {
    background: #eee;
    border-bottom: 1px solid #9a9a9a;
}

.conteudo-relacionado {
    position: relative;
}

.det-titulo {
    width: 40px;
    height: 6px;
    position: absolute;
    bottom: -15px;
    border-radius: 4px;
    background: #C5C093;
    left: 50%;
    transform: translateX(-50%);
}

.card-content p {
    font-size: 0.9rem;
    color: #808080 !important;
}

.bloco-servico {
    transition: 300ms all;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0.8rem 0;
    height: 208px;
}

    .bloco-servico a.saiba-mais {
        text-transform: lowercase;
        color: #FFFFFF;
        line-height: 23px;
        font-weight: 500;
        transition: 300ms all;
    }

    .bloco-servico > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
    }

    .bloco-servico .overlay {
        height: 60px;
        bottom: 0;
        top: inherit;
        transition: 300ms all;
        background: rgba(1, 63, 39, 0.7);
        padding: 18px 25px 40px 60px;
    }

    .bloco-servico:hover .overlay {
        transition: 300ms all;
        height: 100%;
        padding-top: 20px !important;
    }

        .bloco-servico:hover .overlay img.icone-titulo {
            top: 27px;
            transition: 300ms all;
        }

        .bloco-servico:hover .overlay h6 {
            margin-bottom: 0;
            transition: 300ms all;
        }

    .bloco-servico .overlay h6 {
        margin: 5px 0 25px;
        font-size: 15px;
        transition: 300ms all;
    }

    .bloco-servico .overlay p {
        font-size: 0.9rem;
        margin: 5px 0 3px;
        font-weight: 300;
        color: #fff;
    }

img.icone-titulo {
    height: 32px;
    width: 32px;
    float: left;
    display: inline;
    position: absolute;
    left: 18px;
    top: 15px;
    transition: 300ms all;
}

section#institucional {
    padding: 3rem 0;
    background-color: #fafafa;
}

.coluna-blocos {
    position: relative;
    width: 100%;
    margin: 0 0 3rem;
}

.bloco-institucional {
    height: 340px;
    border: 5px solid #fafafa;
    background: #000;
    position: relative;
    overflow: hidden;
}

.bloco-superior:after {
    content: "";
    border: 10px solid rgba(255, 255, 255, .21);
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 90%;
}

.bloco-inferior:after {
    content: "";
    border: 10px solid rgba(255, 255, 255, .21);
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 90%;
}

.bloco-institucional.bloco-superior img,
.bloco-institucional.bloco-inferior img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
}

.bloco-institucional.bloco-central {
    position: absolute;
    height: 230px;
    width: 300px;
    background: #013f27;
    right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #fff;
    padding: 1rem 0;
    z-index: 9;
}

.coluna-informacao {
    color: #727272;
}

    .coluna-informacao h5 {
        margin: 0 0 2.5rem;
    }

.bloco-item .material-icons {
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    color: #013F27;
    display: block;
    width: 83px;
    height: 83px;
    line-height: 76px;
    border: 2px solid #013F27;
    border-radius: 50%;
    text-align: center;
}

.bloco-item:hover .material-icons {
    color: #fff;
    background: #013F27;
}

.bloco-item .title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.bloco-item .desc {
    color: #727272;
}

    .bloco-item .desc p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: .9rem;
    }

section#ultimasNoticias {
    padding: 3rem 0;
}

.ultimasNoticias a {
    font-weight: 600;
    color: #4285f4;
    font-size: 1.2rem;
}

.ultimasNoticias p {
    font-weight: 400;
}

.noticia {
    position: relative;
    padding: 20px 15px 18px;
    border: 1px solid #eee;
}

.fonte-noticia {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

a.titulo-post {
    color: #404040;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
}

.slider-previa-noticia {
    position: relative;
    margin: 1.5rem 0 1rem;
}

    .slider-previa-noticia:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #999;
        top: -.75rem;
    }

.data-post {
    position: absolute;
    top: -15px;
    background: #013F27;
    padding: 5px 10px;
    font-size: .9rem;
    color: #fff;
}

    .data-post p {
        margin: 0;
    }

section#parceiros {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 3rem 0;
}

.parceiros {
    text-align: center;
}

    .parceiros a {
        display: block;
        margin: 20px 20px 80px;
    }

    .parceiros img {
        max-height: 80px;
        padding: 0 20px;
        max-width: 100%;
        filter: grayscale(100%) opacity(0.5);
        transition: 200ms ease-in-out;
    }

        .parceiros img:hover {
            filter: grayscale(00%) opacity(1);
            transition: 200ms ease-in-out;
        }

    .parceiros a[aria-describedby="tippy-1"] img,
    .parceiros a[aria-describedby="tippy-2"] img,
    .parceiros a[aria-describedby="tippy-3"] img,
    .parceiros a[aria-describedby="tippy-4"] img,
    .parceiros a[aria-describedby="tippy-5"] img,
    .parceiros a[aria-describedby="tippy-6"] img,
    .parceiros a[aria-describedby="tippy-7"] img {
        filter: grayscale(00%) opacity(1);
        transition: 200ms ease-in-out;
    }

    .parceiros .row {
        margin: 0;
    }

.tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #fafafa;
}

    .tippy-tooltip.light-theme .tippy-backdrop {
        background-color: #fafafa;
    }

    .tippy-tooltip.light-theme .tippy-roundarrow {
        fill: #fafafa;
    }

    .tippy-tooltip.light-theme[data-animatefill] {
        background-color: transparent;
    }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fafafa;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fafafa;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fafafa;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fafafa;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

section#contato {
    background: #fafafa;
    overflow: hidden;
    padding: 0 0 3rem;
}

    section#contato .btn-large {
        background: #013F27;
        font-weight: 600;
    }

        section#contato .btn-large span {
            transform: translateX(-2px);
        }

.bloco-contato {
    position: relative;
    width: 100%;
}

    .bloco-contato > img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
    }

.informacoes-endereco {
    color: #fff;
    position: relative;
    padding: 4rem 0;
    font-weight: 600;
    text-align: center;
}

    .informacoes-endereco .titulo {
        margin-bottom: 0;
    }

    .informacoes-endereco p.light {
        margin: 0 0 36px;
    }

    .informacoes-endereco .material-icons {
        font-size: 32px;
    }

    .informacoes-endereco a {
        color: #fff;
    }

    .informacoes-endereco .d-flex.base-center {
        font-size: 16px;
    }

.bloco-contato .info-bloco .material-icons {
    color: #C5C093;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.bloco-contato .info-bloco li {
    padding-right: 20px;
    line-height: 35px;
    font-weight: 600;
    height: 35px;
}

.bloco-contato .info-bloco span {
    display: block;
    line-height: 1.5;
}

.bloco-contato .info-bloco a {
    color: #fff;
}

.map-container {
    height: 580px;
    position: relative;
    width: 100%;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* label color */

.input-field label {
    color: #707070;
}

/* label focus color */

.input-field input[type]:focus + label,
.materialize-textarea:focus + label {
    color: #013F27 !important;
}

/* label underline focus color */

.input-field input[type]:focus,
.materialize-textarea:focus {
    border-bottom: 1px solid #013F27 !important;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2) !important;
}

/* icon prefix focus color */

.input-field .prefix.active {
    color: #C5C093;
}

.info-blocoContato {
    position: relative;
}

    .info-blocoContato:before {
        content: "";
        position: absolute;
        left: -20.2%;
        top: 20%;
        height: 200px;
        width: 2px;
        background: linear-gradient(to bottom, transparent, rgba(33, 33, 33, .1), transparent);
    }

.qkd-animate i {
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .qkd-animate i::before {
        speak: none;
        display: block;
        -webkit-font-smoothing: subpixel-antialiased !important;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

/*Left To Right*/

.qkd-animate.ltr i:hover::before {
    -webkit-animation: LeftToRight 0.3s forwards;
    -moz-animation: LeftToRight 0.3s forwards;
    animation: LeftToRight 0.3s forwards;
}

.qkd-animate.ltr i:before {
    -webkit-animation: RightToLeft 0.3s forwards;
    -moz-animation: RightToLeft 0.3s forwards;
    animation: RightToLeft 0.3s forwards;
}

@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes LeftToRight {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes LeftToRight {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

/* Right to Left key frame*/

@-webkit-keyframes RightToLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes RightToLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.social {
    position: relative;
    margin: 0 0 20px;
}

    .social li {
        display: inline-block;
        margin: 5px;
    }

        .social li a i {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            border-radius: 50%;
        }

        .social li a i {
            color: #fff;
        }

            .social li a i:hover {
                color: #ffffff;
                background: #013F27;
            }

    .social.dark li a i {
        color: #202020;
    }

        .social.dark li a i:hover {
            color: #fff;
            background: #333;
        }

section#conteudoNoticia {
    padding: 2rem 0 0;
}

    section#conteudoNoticia p {
        font-size: 16px !important;
        color: #505050;
    }

        section#conteudoNoticia p span {
            font-size: 16px !important;
        }

    section#conteudoNoticia h4.titulo-strong {
        color: #333;
    }

.page-footer .back-top {
    top: -50px;
    position: absolute;
    right: 0;
    background: #013F27;
}

    .page-footer .back-top.btn-floating:hover {
        background: #013F27;
    }

    .page-footer .back-top i {
        font-size: 2.6rem;
    }

.page-footer img.logo-footer {
    height: 60px;
    opacity: .3;
    filter: drop-shadow(2px 1px 0px #000) grayscale(100%) brightness(400%);
    margin: 1rem 0;
}

.page-footer p {
    text-align: inherit
}

.page-footer hr {
    border-color: rgba(255, 255, 255, .21);
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.page-footer .footer-copyright {
    background-color: rgba(25, 25, 25, 0.8);
}

.heart {
    color: #d82d2d;
    font-size: 1rem;
    line-height: 1;
    vertical-align: sub;
}

.conteudo-relacionado td {
    padding: 0 10px 0 0;
    margin: 0 0 20px;
    vertical-align: top;
    display: inline-block;
}

@media only screen and (min-width: 993px) and (max-width: 1051px) {
    .bloco-servico {
        height: 334px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 651px) {
    .bloco-servico {
        height: 320px;
    }
}

@media only screen and (max-width: 600px) {
    .bloco-servico {
        min-height: 200px;
    }
}

@media only screen and (min-width: 894px) and (max-width: 1159px) {
    .bloco-contato .info-bloco {
        padding: 3rem 5%;
    }

        .bloco-contato .info-bloco li {
            padding-right: 10px;
        }
}

@media only screen and (max-width: 992px) {
    .info-blocoContato:before {
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    .conteudo-relacionado td {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media only screen and (min-width: 993px) {
    .conteudo-relacionado td {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media (max-width: 560px) {
    section#slider #hero-slider .slider-wrapper .info h1 {
        font-size: 3rem;
        line-height: 3rem;
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 300ms all;
    }

    .slick-next {
        right: 10px;
        transition: 300ms all;
    }

    .slick-prev {
        left: 10px;
        transition: 300ms all;
    }
}

@media (max-width: 768px) {
    .d-flex {
        display: block;
    }

    .bloco-contato > .container-fluid {
        width: 100%;
    }

    .bloco-item {
        margin-bottom: 30px;
        text-align: center;
    }

        .bloco-item .material-icons {
            margin: 0 auto;
        }
}

.paginacao {
    padding-left: 0;
    margin: 20px 0 0 0;
    border-radius: 4px;
}

    .paginacao a {
        color: #013F27 !important;
    }

    .paginacao > td {
        background-color: #ffffff !important;
    }

        .paginacao > td > table {
            margin: 0 auto;
        }

            .paginacao > td > table * td {
                display: inline;
            }

                .paginacao > td > table * td > a,
                .paginacao > td > table * td > span {
                    position: relative;
                    float: left;
                    padding: 6px 12px;
                    margin-left: -1px;
                    line-height: 1.428571429;
                    text-decoration: none;
                    background-color: #ffffff;
                    border: 1px solID #dddddd;
                }

                .paginacao > td > table * td:first-child > a,
                .paginacao > td > table * td:first-child > span {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .paginacao > td > table * td:last-child > a,
                .paginacao > td > table * td:last-child > span {
                    border-top-right-radius: 4px;
                    border-bottom-right-radius: 4px;
                }

                .paginacao > td > table * td > a:hover,
                .paginacao > td > table * td > span:hover,
                .paginacao > td > table * td > a:focus,
                .paginacao > td > table * td > span:focus {
                    background-color: #eeeeee;
                }

    .paginacao > .active > a,
    .paginacao > .active > span,
    .paginacao > .active > a:hover,
    .paginacao > .active > span:hover,
    .paginacao > .active > a:focus,
    .paginacao > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .paginacao > .disabled > span,
    .paginacao > .disabled > span:hover,
    .paginacao > .disabled > span:focus,
    .paginacao > .disabled > a,
    .paginacao > .disabled > a:hover,
    .paginacao > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .paginacao * span {
        background-color: #013F27 !important;
        color: #ffffff !important;
    }

.img-tabela {
    width: 150px;
    max-height: 150px;
}
