@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/helvetica-neue-thin.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/helvetica-neue.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/helvetica-neue-medium.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/helvetica-neue-bold.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/helvetica-neue-bold.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/helvetica-neue-bold.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/helvetica-neue-bold.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/helvetica-neue.ttf);
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
    font-size: 16px;
    letter-spacing: 1px;
    color: #015423;;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1420px
    }
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

h2 {
    text-transform: uppercase;
    color: #015423;
    font-weight: 400;
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 20px;
}

a {
    color: inherit;
}

h2 span {
    font-weight: 600;
}

.titulo h2 {
    font-weight: 600;
    position: relative;
    padding-bottom: 28px;
}

.titulo h2:after {
    content: "";
    background-color: #00a650;
    width: 100px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.topo {
    padding: 15px 0 20px;
}

.btn:hover, .btn:focus {
    color: #fff;
}

.btn-simular {
    background-color: #00a650;
    color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    width: 100%;
    margin-top: 40px;
}

.item-topo {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #015423;
    border-right: 2px solid #ccc;
    height: 70px;
}

.item-topo h4 {
    color: #00a650;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.item-topo img {
    width: 16px;
    margin-right: 4px;
    margin-top: -3px;
}

.item-topo p {
    letter-spacing: normal;
    line-height: normal;
    font-size: 13px;
}

.menu {
    background-color: #015423;
    text-align: center;
    padding: 0;
}

.navbar {
    justify-content: flex-end;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    /*padding: 20px 56.9px;*/
    /*padding: 20px 69.8px;*/
    padding: 20px 101.8px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: #00a650;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #00a650;
    color: #fff;
}

.menu-active {
    background-color: #00a650;
    color: #fff;
}

.logo {
    width: 190px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.hasSticky + .content {
    padding-top: 62px;
}

footer {
    background-color: #015423;
    color: #fff;
    padding: 50px 0 0;
}

footer h2 {
    font-size: 28px;
    margin-top: 26px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: none;
}

footer h2:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background-color: #00a650;
    margin: 34px 0;
}

footer .logo-footer p:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00a650;
    margin: 15px 0;
}

footer .contato-footer {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 18px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

footer ul li img {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
    margin-right: 18px;
    margin-top: 5px;
}

footer p {
    margin-bottom: 30px;
}

footer .redes-sociais img {
    margin-right: 8px;
    width: 40px;
}

footer .btn-whatsapp {
    background-color: #009400;
    color: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    width: 240px;
    max-width: 100%;
    margin-top: 85px;
    text-align: left;
}

footer .btn-whatsapp i {
    font-size: 36px;
    margin-right: 20px;
    float: left;
}

footer .btn-whatsapp span {
    display: block;
    margin-top: 6px;
    float: left;
    /* width: 7px; */
    letter-spacing: 1px;
}

footer .pos-footer {
    background-color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 60px;
    padding: 16px 0;
    width: 100%;
    display: flex;
}

footer .pos-footer .d-flex {
    justify-content: space-between;
    align-items: center;
}

.banner, .banner img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}

.banner .item {
    position: relative;
}

.banner .banner-texto {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner .texto {
    color: #fff;
    border-left: 2px solid #00a650;
    padding: 14px 22px 10px;
}

.banner .texto h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
}

.banner .texto h2 {
    text-transform: uppercase;
    font-size: 66px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: .5rem;
}

.banner .texto h3 {
    text-transform: uppercase;
    color: #00a650;
    font-size: 21px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 20px;
}

.banner .texto p {
    margin: 30px 0;
    font-size: 17px;
}

.banner .texto .link h4 {
    font-size: 14px;
    color: #00a650;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    float: left;
    border-bottom: 2px solid #00a650;
}

.banner .texto i {
    font-size: 24px;
    color: #00a650;
    float: left;
    padding-top: 7px;
    margin-left: 10px;
}

.banner .texto .link {
    display: inline-block;
}

.slick-next,
.slick-prev {
    border: 1px solid white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: .75;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-next {
    right: 25px;
    z-index: 10;
    font-size: 20px;
    padding-left: 2px;
}

.slick-prev {
    left: 25px;
    z-index: 10;
    font-size: 20px;
    padding-right: 2px;
}

.slick-prev:before, .slick-next:before {
    font-family: "Times New Roman", Times, serif;
    display: inline-block;
    -webkit-transform: scale(1, 2); /* Safari and Chrome */
    -moz-transform: scale(1, 2); /* Firefox */
    -ms-transform: scale(1, 2); /* IE 9 */
    -o-transform: scale(1, 2); /* Opera */
    transform: scale(1, 2); /* W3C */
    opacity: 1;
}

.slick-next:before {
    content: '>';
    font-weight: 300;
}

.slick-prev:before {
    content: '<';
}

.titulo h2 {
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

.titulo h2:after {
    content: "";
    background-color: #00a650;
    width: 100px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.titulo h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 30px;
}

.nossa-historia {
    padding: 100px 0 80px;
}

.nossa-historia h2 {
    margin-top: 0;
    padding-top: 0;
}

.nossa-historia p {
    margin: 0;
}

.btn-default {
    text-align: center;
    background-color: #015423;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px;
    border-radius: 10px;
    padding: 16px 0;
    min-width: 240px;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #3b7a4f;
}

.nossa-historia .btn-simular {
    text-align: center;
    background-color: #00a650;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px;
    border-radius: 10px;
    padding: 16px 0;
    min-width: 240px;
    width: auto;
}

.nossa-historia .btn {
    margin-top: 36px;
}

.nossos-servicos {
    padding: 80px 0;
    background-color: #F0F0F0;
}

.nossos-servicos a {
    text-decoration: none;
}

.nossos-servicos .servicos-carousel .items {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 90px;
}

.nossos-servicos .servico {
    background-color: #013516;
    text-align: center;
    color: #fff;
    margin: 8px;
}

.nossos-servicos .servico {
    height: 270px;
    padding: 50px 10px 0;
}

.nossos-servicos .servico img {
    margin-left: auto;
    margin-right: auto;
    height: 38px;
}

.nossos-servicos .servico h3 {
    color: #00a650;
    font-size: 17px;
    text-transform: uppercase;
    margin: 35px 0 25px;
}

.nossos-servicos .servico p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 22px;
}

.nossos-servicos .servicos-carousel {
    margin-top: 100px;
}

.nossos-servicos .slick-prev,
.nossos-servicos .slick-next {
    position: absolute;
    bottom: 0;
    transform: none;
    top: unset;
    border: 1px solid #013516;
}

.nossos-servicos .slick-prev {
    left: 46.3%;
}

.nossos-servicos .slick-next {
    right: 46.3%;
}

.nossos-servicos .slick-prev:before, .nossos-servicos .slick-next:before {
    color: #013516;
}

.ultimas-noticias {
    padding: 80px 0;
}

.noticia-destaque,
.noticia {
    margin-bottom: 30px;
}

.noticia-destaque .imagem {
    margin-bottom: 20px;
}

.noticia-destaque .data,
.noticia .data {
    margin: 18px 0 28px;
}

.noticia-destaque h3 {
    text-transform: uppercase;
    font-size: 32px;
}

.noticia-destaque .saiba-mais {
    color: #00a650;
    margin-top: 90px;
    font-weight: 600;
    border-bottom: 1px solid #00a650;
    display: inline-block;
    line-height: 16px;
}

.noticia {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.noticia-destaque a:hover,
.noticia a:hover {
    color: inherit;
    text-decoration: none;
}

.noticia-destaque .imagem,
.noticia .imagem {
    width: 100%;
    position: relative;
}

.noticia-destaque .overlay,
.noticia .overlay {
    background-color: rgba(1, 53, 23, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
}

.noticia-destaque .overlay img {
    height: 60px;
    width: 60px;
    opacity: 0.7;
}

.noticia .overlay img {
    height: 40px;
    width: 40px;
    opacity: 0.7;
}

.noticia-destaque:hover .imagem .overlay,
.noticia:hover .imagem .overlay {
    opacity: 1;
}

.noticia h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.simule {
    background-image: url("../images/imagem_simulador.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.simule h2 {
    color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 50px;
    margin-top: 12px;
}

.simule h4 {
    font-weight: 400;
    margin-top: 30px;
}

.simule ul {
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.simule ul li {
    margin: 2px 0 30px;
    display: flex;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 1px;
}

.simule ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #00a650;
    font-size: 26px;
    margin-right: 26px;
    padding-top: 0;
    /* margin-top: 9px; */
    display: block;
    float: left;
    -webkit-transform: scale(1.7, 1); /* Safari and Chrome */
    -moz-transform: scale(1.7, 1); /* Firefox */
    -ms-transform: scale(1.7, 1); /* IE 9 */
    -o-transform: scale(1.7, 1); /* Opera */
    transform: scale(1.7, 1); /* W3C */
}

.simule .btn-contato {
    background-color: #00a650;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px 0;
    width: 235px;
    text-transform: uppercase;
    margin-top: 40px;
}

.simule-agora {
    background-color: #015423;
    padding: 40px 60px 50px;
    border-radius: 15px;
}

.simule-agora h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.simule-agora label {
    margin-top: 32px;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
}

.simule-agora select {
    border-radius: 12px;
    padding: 10px 30px;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.simule-agora .simular-por input[type=radio] {
    display: none;
    margin: 10px;
}

.simule-agora .simular-por input[type=radio] + label {
    display: inline-block;
    margin: -2px;
    border-radius: 10px;
    padding: 10px 12px;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
    color: #015423;
    cursor: pointer;
}

#valor {
    cursor: pointer;
}

.simule-agora .simular-por input[type=radio]:checked + label {
    background-image: none;
    background-color: #00a650;
    color: #fff;
}

.simule-agora .btn-simular-agora {
    background-color: #fff;
    color: #015423;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px 0;
    width: 235px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.simule-agora .btn-simular-agora:hover,
.simule-agora .btn-simular-agora:focus {
    background-color: #e5e5e5;
}

.simule-agora #valor {
    width: 100%;
}

.simule-agora .valores-min-max {
    font-size: 13px;
    margin: 15px 0 30px;
    display: inline-block;
    width: 100%;
}

.duvidas-inicial {
    padding: 120px 0 90px;
}

.titulo.text-left h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.duvidas-inicial .titulo h4 {
    font-size: 16px;
}

.duvidas .duvida .btn-duvida {
    border: 1px solid #015423;
    width: 100%;
    padding: 30px 20px;
    text-align: left;
    font-weight: 600;
    color: #015423;
    font-size: 19px;
    margin-bottom: 8px;
    border-radius: 0;
    background-color: #f9f9f9;
    position: relative;
}

.duvidas .btn-duvida:after {
    content: "-";
    position: absolute;
    top: 16px;
    right: 25px;
    font-weight: 300;
    font-size: 35px;
    -webkit-transform: scale(2, 1); /* Safari and Chrome */
    -moz-transform: scale(2, 1); /* Firefox */
    -ms-transform: scale(2, 1); /* IE 9 */
    -o-transform: scale(2, 1); /* Opera */
    transform: scale(2, 1); /* W3C */
}

.duvidas .btn-duvida.collapsed:after {
    top: 17px;
    right: 22px;
    font-family: inherit;
    content: "+";
    font-size: 32px;
    -webkit-transform: none; /* Safari and Chrome */
    -moz-transform: none; /* Firefox */
    -ms-transform: none; /* IE 9 */
    -o-transform: none; /* Opera */
    transform: none; /* W3C */
}

.duvidas .duvida .card-body {
    padding: 25px 0 0;
    background-color: transparent;
    border: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.duvidas .duvida .btn-duvida.collapsed {
    border: 1px solid #ccc;
    background-color: #fff;
}

.entre-em-contato {
    background-color: #015423;
    padding: 60px;
    color: #fff;
}

.entre-em-contato h2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
}

.entre-em-contato input {
    height: 54px;
    border-radius: 12px;
    margin-bottom: 5px;
}

.entre-em-contato .form-group {
    margin-bottom: 25px;
}

.entre-em-contato textarea {
    border-radius: 12px;
    margin-bottom: 5px;
    padding-top: 15px;
}

.entre-em-contato .btn-enviar {
    background-color: #00a650;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 0;
    width: 235px;
    text-transform: uppercase;
    margin-top: 5px;
}

.mapa iframe {
    height: 500px;
    width: 100%;
    vertical-align: middle;
}

.servico {
    padding: 100px 0 80px;
}

.servico h2 {
    margin-top: 0;
    padding-top: 0;
}

.servico p {
    margin: 0;
}

.servico .btn-simular {
    text-align: center;
    background-color: #00a650;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px;
    border-radius: 10px;
    padding: 16px 0;
    min-width: 240px;
    width: auto;
}

.servico .btn {
    margin-top: 36px;
}

.banner-interna {
    position: relative;
}

.banner-interna img {
    width: 100%;
    max-height: 300px;
    min-height: 180px;
    object-fit: cover;
    object-position: center;
}

.banner-interna .banner-texto {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-interna h1 {
    color: #00a650;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-interna h1 span {
    display: block;
    color: #fff;
    font-size: 66px;
    font-weight: 600;
    margin-top: 8px;
    letter-spacing: 2.5px;
}

label.error {
    font-size: 12px;
    margin: 0;
}

.btn-simular:hover, .btn-simular:focus,
.btn-contato:hover, .btn-contato:focus,
.btn-enviar:hover, .btn-enviar:focus {
    color: #fff;
    background-color: #53b885;
}

.noticias {
    padding: 100px 0 80px;
}

.noticias .pesquisa .input-group {
    border: 1px solid #BCBCBC;
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
}

.noticias .pesquisa input {
    border: none;
    box-shadow: none;
    width: 100%;
    height: 34px;
    font-size: 13px;
    color: #BCBCBC;
}

.noticias .pesquisa input:focus {
    outline: none;
}

.noticias .pesquisa .btn-pesquisar {
    color: #BCBCBC;
    position: absolute;
    right: 8px;
    font-size: 18px;
    top: 2px;
}

.noticias .pesquisa input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BCBCBC;
    opacity: 1; /* Firefox */
}

.noticias .pesquisa input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BCBCBC;
}

.noticias .pesquisa input::-ms-input-placeholder { /* Microsoft Edge */
    color: #BCBCBC;
}

.noticias .categorias h2 {
    font-size: 28px;
    text-transform: none;
    margin: 0 0 15px;
}

.noticias .categorias ul {
    padding: 0;
    list-style: none;
}

.noticias .categorias ul li {
    margin: 12px 0;
}

.noticias .categorias ul li a {
    color: #BCBCBC;
}

.blog-noticia {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

.blog-noticia .noticia-img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.blog-noticia h3 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title {
    margin: 26px 0 12px;
}

.blog-post .data {
    margin-bottom: 14px;
}

.blog-noticia p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-noticia .redes-sociais {
    color: #BCBCBC;
    display: inline-block;
    margin-left: 5px;
    padding-top: 7px;
}

.blog-noticia .redes-sociais i:hover {
    color: #015423;
}

.blog-noticia .redes-sociais i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-noticia .btn-saiba-mais {
    float: right;
    background-color: #015423;
    color: #fff;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 15px;
    margin-bottom: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-noticia .btn-saiba-mais:hover,
.blog-noticia .btn-saiba-mais:focus {
    background-color: #eeeeee;
    color: #015423;
}

.blog-noticia a:hover,
.blog-noticia a:focus {
    text-decoration: none;
}

.blog-noticia a h3 {
    text-decoration: none;
    color: #839098;
}

.blog-noticia .data {
    font-size: 13px;
    color: #94a2aa;
    margin: -3px 0 7px;
    padding-left: 2px;
}

.noticias .noticia h3 {
    font-size: 22px;
}

.noticias .noticia .data {
    margin: 10px 0 20px;
}

.pagination {
    display: block;
    margin: 15px 0 0;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
    text-align: center;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul > li {
    display: inline-block;
    margin: 2px 4px;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}

.pagination ul > li > a {
    font-size: 24px;
    color: #015423;
    font-weight: 400;
    display: inline-block;
    padding: 6px 3px;
    border-bottom: 2px solid transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

    color: #015423;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    font-weight: 600;
    text-decoration: none;
    color: #015423;
    border-bottom-color: #015423;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {

        background-color: #9a905d;
    }

    input[type='range']::-webkit-slider-runnable-track {

        color: #13bba4;
    }

    input[type='range']::-webkit-slider-thumb {
        background: #434343;
    }

}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}

input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

.cartas-contempladas h2 {
    font-size: 30px;

}

.cartas-contempladas .titulo h2:after {
    content: none;
}

.cartas-contempladas-tabela {
    background-color: #00A650;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

.cartas-contempladas-tabela .row {
    padding: 20px 0;
}

.cartas-contempladas-tabela .row div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

.cartas-contempladas-tabela .light {
    background-color: #00cf5f;
}

.navbar .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}

.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
    background-color: #00A650;
}

#00A650

@media (min-width: 992px) {

    .navbar-nav {
        display: block;
        width: 100%;
        text-align: right;
    }

    .navbar-dark .navbar-nav .nav-item {
        display: inline-block;
    }

}

@media (max-width: 1600px) {

    .item-topo {
        margin-right: -13px;
    }

    .nossos-servicos .slick-prev {
        left: 45.8%;
    }

    .nossos-servicos .slick-next {
        right: 45.8%;
    }

    .navbar-dark .navbar-nav .nav-link {
        /*padding: 20px 36.9px;*/
        /*padding: 20px 45.9px;*/
        padding: 20px 73.9px;
    }

    .item-topo p {
        font-size: 12px;
    }

    .entre-em-contato {
        padding: 60px 30px;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .banner .texto h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .banner .texto h3 {
        font-size: 19px;
        line-height: 44px;
    }

    .banner .texto h4 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {

    .nossos-servicos .slick-prev {
        left: 44.8%;
    }

    .nossos-servicos .slick-next {
        right: 44.8%;
    }

    .navbar-dark .navbar-nav .nav-link {
        /*padding: 20px 24px;*/
        /*padding: 20px 31px;*/
        padding: 20px 56px;
    }

}

@media (max-width: 992px) {
    .nossos-servicos .slick-prev {
        left: 42%;
    }

    .nossos-servicos .slick-next {
        right: 42%;
    }

    .menu {
        padding: 4px 0;
    }

    .banner .texto h2 {
        font-size: 38px;
        text-align: left;

    }

    .banner .texto h4 {
        font-size: 18px;
    }

    .banner .texto h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .banner .texto p {
        margin: 20px 0;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }

    .titulo h4 {
        text-align: center;
    }

    .servicos-carousel {
        margin-top: 50px;
    }

    .noticia-destaque .saiba-mais {
        margin-top: 20px;
    }

    .noticia-destaque h3 {
        font-size: 24px;
    }

    .noticia-destaque .data {
        margin: 10px 0 20px;
    }

    .noticia .data {
        margin: 5px 0 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .noticia h3 {
        font-size: 20px;
    }

    .simule h4 {
        text-align: center;
    }

    .simule {
        padding: 70px 0;
    }

    .simule h2 {
        margin-bottom: 40px;
    }

    .simule-agora h2 {
        margin-bottom: 0;
    }

    .simule .btn-contato {
        margin-top: 10px;
    }

    .duvidas-inicial {
        padding: 70px 0;
    }

    .titulo.text-left h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    footer .logo-footer p:before {
        content: none;
    }

    footer .logo-footer p {
        margin-top: 20px;
    }

    footer h2 {
        margin-top: 12px;
    }

    footer h2:after {
        content: "";
        margin: 15px auto 30px
    }

    .navbar-collapse {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .nossos-servicos .slick-prev {
        left: 40%;
    }

    .nossos-servicos .slick-next {
        right: 40%;
    }

    .simule-agora,
    .entre-em-contato {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner .texto h2 {
        font-size: 28px;
        text-align: left;
        line-height: 42px;
        margin: 15px 0;
    }

    .banner-interna h1 {
        font-size: 17px;
    }

    .banner-interna h1 span {
        font-size: 42px;
    }

    footer .pos-footer .d-flex {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    footer .pos-footer .d-flex img {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .nossos-servicos .slick-prev {
        left: 37%;
    }

    .nossos-servicos .slick-next {
        right: 37%;
    }
}


.whatsapp {
    background-color: #23D366;
    color: #fff;
    font-size: 38px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    max-width: 70px;
    max-height: 70px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    z-index: 9999999;
    webkit-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
}

.whatsapp-fechar {
    padding-top: 2px;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-aberto {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 12px;
    bottom: 90px;
    height: 250px;
    max-height: calc(100vh - 130px);
    width: 300px;
    overflow: scroll;
    border-radius: 10px;
    background-color: #F7F7F7;
    z-index: 9999998;
    webkit-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.whatsapp-aberto .whats-header {
    background-color: #095E54;
    color: #fff;
    padding: 20px;
}

.whatsapp-aberto .whats-departamentos {
    margin-top: -65px;
}

.whatsapp-aberto .whats-departamentos .whats-departamento {
    margin: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px
}

.whatsapp-aberto .whats-departamento .btn-whats {
    border-radius: 20px;
    background-color: #23D366;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.whatsapp-aberto .whats-departamento .btn-whats svg {
    font-size: 22px;
    margin-right: 5px;
    margin-top: 10px;
}

.whatsapp-aberto .whats-departamento .btn-whats span {
    display: inline-block;
    vertical-align: top;
    padding-top: 11px;
}

.whatsapp-aberto .whats-header h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 0;
}

.whatsapp-aberto .whats-header p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}

.whatsapp-aberto .whats-departamento h4 {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 2px 0;
}

.whatsapp-aberto .whats-departamento p {
    font-size: 14px;
}
.whatsapp-aberto .whats-departamento a {
    color: #fff;
}

@media (max-width: 768px) {
    .whatsapp {
        right: 20px;
        bottom: 8px;
    }
    .whatsapp-aberto {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        max-width: 100vh;
        top: 0;
        left: 0;
        border-radius: 0;
    }
}