body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

* {
    font-family: 'Ebrima', sans-serif;
    font-weight: 400;
    outline: none;
}

.limpar {
    clear: both;
}

A:link,
A:visited,
A:active,
A:hover {
    text-decoration: none;
}

::selection,
::-moz-selection {
    color: #FFF;
    background-color: #FFFFFF;
}

.cor1-bg {
    background-color: #007B5F;
}

.btn-padrao-xs {
    font-family: "Ebrima";
    font-size: 16px;
    background-color: #007B5F;
    color: #FFFFFF;
    padding: 2px 6px;
    transition: all 0.5s ease;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-padrao-xs:hover,
.btn-padrao-xs:focus {
    background-color: #00604A;
    color: #FFFFFF;
    border: 1px solid #00604A;
    border-color: 2px solid #00604A;
    transition: all 0.1s ease;
}

.btn-padrao {
    font-family: "Ebrima";
    font-size: 14px;
    background-color: #007B5F;
    color: #FFFFFF;
    padding: 7px 15px;
    transition: all 0.1s ease;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-padrao:hover,
.btn-padrao:focus {
    background-color: #00604A;
    color: #FFFFFF;
    border: 1px solid #00604A;
    border-color: 2px solid #00604A;
    transition: all 0.1s ease;
}

.btn-padrao-externo {
    font-family: "Ebrima";
    font-size: 20px;
    background-color: #007B5F;
    color: #FFFFFF;
    padding: 7px 15px;
    transition: all 0.1s ease;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-padrao-externo:hover,
.btn-padrao-externo:focus {
    background-color: #00604A;
    color: #FFFFFF;
    border: 1px solid #00604A;
    border-color: 2px solid #00604A;
    transition: all 0.1s ease;
    transform: scale(1.5);
}

.btn-padrao-sm {
    font-family: "Ebrima";
    font-size: 13px;
    background-color: #007B5F;
    color: #FFFFFF;
    padding: 5px 10px;
    transition: all 0.1s ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-padrao-sm:hover,
.btn-padrao-sm:focus {
    background-color: #00604A;
    color: #FFFFFF;
    border: 1px solid #00604A;
    border-color: 2px solid #00604A;
    transition: all 0.1s ease;
}

.form-padrao {
    border-radius: 0px;
    line-height: 40px;
    height: 40px;
}

.sub-titulo {
    margin-bottom: 40px;
}

.foto {
    width: 100%;
    transition: all 0.5s ease;
    cursor: pointer;
    background-size: cover !important;
    padding-top: 100% !important;
}

.btn-calendario {
    background-color: transparent;
    border: none;
}

.btn-calendario:focus {
    background-color: transparent;
    border: none;
}

.owl-carousel-banner-topo {
    z-index: 9998 !important;
}

.bloco-descricao-banner {
    position: absolute;
    top: calc(50% - 110px);
    width: 100%;
}

@media (min-width: 769px) and (max-width: 992px) {
    .bloco-descricao-banner {
        top: calc(50% - 70px);
    }
}

@media (max-width: 769px) {
    .bloco-descricao-banner {
        top: calc(50% - 70px);
    }
}

.bloco-descricao-banner .descicao-banner {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
}

@media (min-width: 993px) and (max-width: 1190px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 769px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 16px;
        line-height: 20px;
    }
}

.bloco-descricao-banner .descicao2-banner {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}

@media (min-width: 993px) and (max-width: 1190px) {
    .bloco-descricao-banner .descicao2-banner {
        font-size: 23px;
        line-height: 25px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .bloco-descricao-banner .descicao2-banner {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 769px) {
    .bloco-descricao-banner .descicao2-banner {
        font-size: 14px;
        line-height: 16px;
    }
}

.bloco-descricao-banner .btn-padrao {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 769px) {
    .bloco-descricao-banner .btn-padrao {
        padding: 5px 10px;
    }
}

.bgparallax .titulo {
    font-family: "Ebrima";
    text-transform: uppercase;
    font-size: 33px;
    line-height: 30px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.section-secundarias {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 450px;
}

.section-secundarias .imagem {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
}

.section-secundarias .miniaturas {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
}

.section-secundarias .titulo {
    font-size: 33px;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

.section-secundarias .conteudo {
    padding-bottom: 15px;
    color: #303030;
}

.section-secundarias .conteudo h3 {
    margin-top: 0px;
}

.panel-blog {
    border-color: #007B5F !important;
    color: #FFFFFF;
}

.panel-blog .panel-heading {
    background-color: #007B5F !important;
    border-color: #007B5F !important;
    color: #FFFFFF;
}

.blog h2 {
    margin-top: 0px !important;
    color: #007B5F;
}

.estrutura-galerias2 {
    background-size: cover;
    background-position: center center;
    padding-top: 60%;
    cursor: pointer;
}

.estrutura-galerias {
    background-size: cover;
    background-position: center center;
    padding-top: 60%;
    cursor: pointer;
    transition: all 0.3s;
}

.estrutura-galerias:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s;
}

.owl-departamentos .item {
    padding: 35px 15px 15px 15px !important;
}

.col-departamentos {
    position: relative;
    top: -90px;
    z-index: 3;
}

.passador-esquerda {
    top: calc(50% - 10px);
    margin-right: 0px !important;
    left: 0px;
    cursor: pointer;
    max-height: 20px;
    position: absolute;
}

.passador-direita {
    top: calc(50% - 10px);
    cursor: pointer;
    margin-left: 0px !important;
    right: 0px;
    max-height: 20px;
    position: absolute;
}

.section-agenda-leiloes {
    padding: 50px 0px;
}

.section-agenda-leiloes .titulo {
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section-agenda-leiloes .titulo {
        font-size: 37px;
    }
}

.section-agenda-leiloes .card {
    margin-bottom: 30px;
    padding: 15px !important;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.1s ease-out;
    position: relative;
}

.section-agenda-leiloes .card .pre-leilao {
    position: absolute;
    top: 0px;
    right: 10px;
    max-height: 100px;
}

.animal-destaque {
    position: absolute;
    top: 0px;
    right: 10px;
    max-height: 100px;
}

.section-agenda-leiloes .card .imagem {
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 60% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-agenda-leiloes .card .imagem {
        padding-top: 75% !important;
    }
}

.section-agenda-leiloes .card .titulo {
    padding: 15px 0px 0px 0px !important;
    line-height: 15px;
    font-size: 13px;
    text-align: left;
    color: #9C810B;
    margin-bottom: 15px;
}

.section-agenda-leiloes .card .data {
    margin-top: 7px;
    padding: 15px !important;
    background-color: #007B5F;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-agenda-leiloes .card .data .dia {
    font-size: 41px;
    line-height: 25px;
    font-family: 'Monkhang';
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.section-agenda-leiloes .card .data .mes {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-agenda-leiloes .card .tarja {
    padding: 5px 15px !important;
    background-color: #9C810B;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.section-agenda-leiloes .card .dia-horario {
    text-align: center;
    font-size: 13px;
    padding: 5px !important;
    background-color: #007B5F;
    color: #FFFFFF;
}

.section-agenda-leiloes .card .tarja-numero {
    font-size: 13px;
    padding: 5px !important;
    background-color: #EFEFEF;
    color: #007B5F;
}

.section-agenda-leiloes .card .numero {
    font-size: 16px;
    font-weight: bold;
    color: #007B5F;
    padding-top: 3px;
}

.section-agenda-leiloes .card:hover {
    background-color: #007B5F;
}

.section-agenda-leiloes .card:hover .titulo {
    color: #FFFFFF;
}

.section-agenda-leiloes .card:hover .data {
    background-color: #FFFFFF;
}

.section-agenda-leiloes .card:hover .data .dia {
    color: #007B5F;
}

.section-agenda-leiloes .card:hover .data .mes {
    color: #007B5F;
}

.section-agenda-leiloes .card:hover .dia-horario {
    background-color: #00604A;
}

.section-agenda-leiloes .card:hover .tarja-numero {
    background-color: #00604A;
    color: #FFFFFF;
}

.section-agenda-leiloes .card:hover .numero {
    color: #FFFFFF;
}

.pl2 {
    padding-left: 2px !important;
}

.pr2 {
    padding-right: 2px !important;
}

.section-noticias {
    padding: 50px 0px;
}

.section-noticias .titulo {
    font-family: "Ebrima";
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

.section-noticias .titulo-secundario {
    font-family: "Ebrima";
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

.section-noticias .card {
    margin-bottom: 15px;
    transition: all 0.3s;
}

.section-noticias .card:hover .imagem {
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.3s;
}

.section-noticias .card .imagem {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
    margin-bottom: 15px;
}

.section-noticias .card .titulo {
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Ebrima';
    font-size: 19px;
    color: #007B5F;
}

.section-noticias .card .resumo {
    font-size: 16px;
    color: #707070;
}

.section-noticias .list {
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.3s;
}

.section-noticias .list:hover .imagem {
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .section-noticias .list {
        border-bottom: 1px solid #D4D4D4;
    }
}

.section-noticias .list .col-md-3 {
    padding-right: 5px !important;
}

.section-noticias .list .col-md-9 {
    padding-right: 5px !important;
}

@media (max-width: 991px) {
    .section-noticias .list {
        margin-bottom: 15px;
    }
}

.section-noticias .list .imagem {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
}

@media (max-width: 992px) {
    .section-noticias .list .imagem {
        margin-bottom: 15px;
    }
}

.section-noticias .list .titulo {
    margin-bottom: 0px;
    font-family: 'Ebrima';
    text-align: left;
    font-size: 16px;
    color: #007B5F;
}

.section-noticias .list .resumo {
    font-size: 14px;
    color: #707070;
}

.section-secundarias-noticia {
    padding: 50px 0px;
}

.section-secundarias-noticia .titulo {
    font-family: "Ebrima";
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

.section-secundarias-noticia .sub-titulo {
    font-family: "Ebrima";
    font-size: 23px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
}

.section-secundarias-noticia .imagem {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.section-secundarias-noticia .imagemevent {
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.section-secundarias-noticia .imagemevent img {
    max-height: 700px;
}

@media (max-width: 1199px) {
    .section-secundarias-noticia .imagemevent img {
        width: 700px;
    }
}

@media (max-width: 991px) {
    .section-secundarias-noticia .imagemevent img {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .section-secundarias-noticia .imagemevent img {
        width: 600px;
    }
}

@media (max-width: 625px) {
    .section-secundarias-noticia .imagemevent img {
        width: 500px;
    }
}

@media (max-width: 520px) {
    .section-secundarias-noticia .imagemevent img {
        width: 400px;
    }
}

@media (max-width: 375px) {
    .section-secundarias-noticia .imagemevent img {
        width: 350px;
    }
}

.section-secundarias-noticia .legenda-foto {
    background-color: #f1f1f1;
    font-size: 12px;
    text-align: center !important;
    margin-bottom: 15px;
}

.section-secundarias-noticia .resumo {
    margin-bottom: 15px;
    font-size: 13px;
    color: #707070;
    text-align: center;
}

.section-secundarias-noticia .conteudo {
    text-align: justify;
}

.section-secundarias-noticia .fonte {
    font-size: 13px;
    color: #707070;
}

.section-secundarias-noticia .list {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 992px) {
    .section-secundarias-noticia .list {
        border-bottom: 1px solid #D4D4D4;
    }
}

.section-secundarias-noticia .list .col-md-3 {
    padding-right: 5px !important;
}

.section-secundarias-noticia .list .col-md-9 {
    padding-right: 5px !important;
}

@media (max-width: 991px) {
    .section-secundarias-noticia .list {
        margin-bottom: 15px;
    }
}

.section-secundarias-noticia .list .imagem {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
}

@media (max-width: 992px) {
    .section-secundarias-noticia .list .imagem {
        margin-bottom: 15px;
    }
}

.section-secundarias-noticia .list .titulo {
    margin-bottom: 0px;
    font-family: 'Ebrima';
    text-align: left;
    font-size: 16px;
    color: #007B5F;
}

.section-secundarias-noticia .list .resumo {
    font-size: 14px;
    color: #707070;
}

.section-parceiros {
    padding: 50px 0px;
}

.section-parceiros .titulo {
    font-family: "Ebrima";
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section-parceiros .titulo {
        font-size: 37px;
    }
}

.section-parceiros .card-parceiro {
    border: 1px solid #f1f1f1;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.section-parceiros .card-parceiro img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section-parceiros .card-parceiro img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-destaques {
    padding-bottom: 50px;
}

.section-destaques .titulo {
    color: #9C810B;
    font-weight: bold;
    text-align: center;
    font-size: 131px;
    line-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-destaques .titulo {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .section-destaques .titulo {
        font-size: 55px;
    }
}

.section-destaques .titulo small {
    color: #303030;
    font-family: 'Ebrima';
    font-size: 43px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-destaques .titulo small {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-destaques .titulo small {
        font-size: 25px;
    }
}

.section-destaques .resumo {
    color: #D4D4D4;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.card-produto {
    border: 1px solid rgba(70, 70, 70, 0.16);
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

@media (max-width: 767px) {
    .card-produto {
        padding: 7px;
    }
}

.card-produto:hover,
.card-produto:focus {
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.1s ease-out;
}

.card-produto:hover .botoes .btn-carrinho,
.card-produto:focus .botoes .btn-carrinho {
    transition: all 0.2s ease-out;
    display: inline-block !important;
}

.card-produto a .imagem {
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
    margin-bottom: 15px;
}

.card-produto a .titulo {
    width: 100%;
    font-size: 15px !important;
    line-height: 14px !important;
    font-weight: normal;
    color: #D4D4D4;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .card-produto a .titulo {
        font-size: 13px !important;
        line-height: 12px !important;
    }
}

.card-produto .botoes {
    text-align: center;
    margin-bottom: 15px;
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

@media (max-width: 767px) {
    .card-produto .botoes {
        align-items: center !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin-bottom: 5px;
    }
}

.card-produto .botoes .btn-carrinho {
    transition: all 0.1s ease-out;
    display: none;
    background-color: #EFEFEF;
    color: #FFFFFF;
    padding: 4px 9px;
    margin: 2px;
}

@media (max-width: 767px) {
    .card-produto .botoes .btn-carrinho {
        display: inline-block !important;
        padding: 5px 9px;
    }
}

.card-produto .botoes .btn-carrinho img {
    width: 15px;
    height: auto;
    padding-bottom: 4px;
}

.card-produto .botoes .btn-carrinho:hover,
.card-produto .botoes .btn-carrinho:focus {
    background-color: #007B5F;
    transition: all 0.2s ease-out;
}

.card-produto .botoes .btn-detalhe {
    font-family: "Ebrima";
    font-size: 14px;
    background-color: #9C810B;
    color: #FFFFFF;
    padding: 6px 15px;
    transition: all 0.2s ease-out;
    margin: 2px;
}

.card-produto .botoes .btn-detalhe:hover,
.card-produto .botoes .btn-detalhe:focus {
    background-color: #007B5F;
    transition: all 0.2s ease-out;
}

.mapa-iterativo-titulo {
    background-color: #007B5F;
    padding: 15px;
}

.mapa-iterativo-titulo .titulo {
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
}

.convenios {
    color: #FFFFFF;
    padding: 15px;
}

.convenios .titulo {
    color: #007B5F;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

.convenios .owl-convenios .item {
    width: 180px;
    height: 180px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.convenios .owl-convenios img {
    max-width: 130px;
    max-height: 130px;
}

.alinhamento {
    text-align: right;
}

@media (max-width: 994px) {
    .alinhamento {
        text-align: left;
    }
}

.contato-home {
    margin-bottom: 30px;
}

.section-rodape {
    background-color: #FFFFFF;
    border-top: 1px solid #EFEFEF;
    padding: 25px 0px;
}

.section-rodape img {
    height: 59px;
}

@media (max-width: 767px) {
    .section-rodape img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

.section-rodape .font-copy {
    padding: 20px 0px;
    color: #707070;
    font-size: 13px;
}

.section-rodape .font-copy a {
    color: #707070;
    text-align: right;
}

.section-rodape .font-copy a:hover,
.section-rodape .font-copy a:focus {
    color: #007B5F;
}

.section-contato {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../imgs/fundo-contato.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section-contato * {
        text-align: center !important;
    }
}

.section-contato .titulo {
    font-family: "Ebrima";
    font-size: 33px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .section-contato .titulo {
        padding-top: 15px;
    }
}

.section-contato .dados-contato h3 {
    margin-top: 0px !important;
    font-size: 33px;
    font-weight: bold;
}

.section-contato .dados-contato .bloco-social {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .section-contato .dados-contato .col-cotacoes {
        padding-right: 0px;
    }
}

.section-contato .dados-contato .col-cotacoes .btn-outras-info {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 9px;
    background-color: #FFFFFF;
    border-radius: 0px !important;
}

@media (max-width: 992px) {
    .section-contato .dados-contato .col-cotacoes .btn-outras-info {
        margin-top: 7px;
        margin-bottom: 15px;
    }
}

.section-contato .dados-contato .col-cotacoes .btn-outras-info table tr td {
    color: #007B5F;
}

.section-contato a {
    color: #FFFFFF !important;
}

.section-contato a:hover {
    color: #FFFFFF !important;
}

.section-contato .mapa-esquerda {
    width: 50%;
    float: left;
}

.section-contato .mapa-esquerda iframe {
    height: 367px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-contato .mapa-esquerda iframe {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .section-contato .mapa-esquerda iframe {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .section-contato .mapa-esquerda {
        width: 100%;
    }
}

.section-contato * {
    color: #FFFFFF;
}

.section-contato .card-contato {
    margin-top: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    position: absolute;
    left: calc(50% - 220px);
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-contato .card-contato {
        left: calc(50% - 200px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-contato .card-contato {
        left: calc(50% - 50px);
    }
}

@media (max-width: 768px) {
    .section-contato .card-contato {
        left: calc(0% - 0px);
        padding: 15px;
        margin: 250px 15px 15px 15px;
    }
}

.section-contato .card-contato .form-padrao {
    background: rgba(240, 245, 245, 0.75);
    color: #707070;
    border: 0px !important;
}

.section-contato .card-contato .btn-padrao {
    margin-bottom: 0px;
}

.section-cadastre-se {
    background: url(../imgs/cadastre-se.jpg);
    overflow: hidden;
    position: relative;
    padding: 30px 0px;
}

.section-cadastre-se img {
    margin-bottom: 15px;
}

.section-cadastre-se .btn-padrao {
    font-family: 'Ebrima';
    font-size: 17px;
    font-weight: bold;
    background-color: #D85E00;
    margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-cadastre-se .btn-padrao {
        margin-top: 65px;
    }
}

@media (max-width: 767px) {
    .section-cadastre-se .btn-padrao {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .section-cadastre-se .centro-xs {
        text-align: center !important;
    }
}

.btn-whats-flutuante {
    position: fixed;
    bottom: 50px;
    right: 240px;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    z-index: 2;
}

.btn-whats-flutuante a {
    background: #00BFA5;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.btn-whats-flutuante a:hover,
.btn-whats-flutuante a:focus {
    background: #007B5F;
    color: #FFFFFF;
}

.btn-whats-flutuante:hover,
.btn-whats-flutuante:focus {
    transform: translateY(2px);
    transition: all 0.5s ease;
}

.card-animal {
    min-height: 475px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .card-animal {
        min-height: 475px;
    }
}

.card-animal .imagem-animal {
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top: 75% !important;
}

.card-animal .classe {
    padding: 5px 15px 5px 15px;
    color: #303030;
}

.card-animal .lote {
    padding: 5px 15px 5px 15px;
    color: #303030;
}

.card-animal .oferta {
    padding: 5px 15px 5px 15px;
    color: #303030;
}

.card-animal .condicao {
    padding: 5px 15px 5px 15px;
    color: #303030;
}

.card-animal .acoes {
    background-color: #EFEFEF;
    padding: 5px 15px 5px 15px;
}


@media (min-width: 767px) {
    .card-animal .acoes {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 15px;
        margin-top: 0;
    }
}

.card-animal .acoes .btn-padrao {
    margin-top: 0px;
    margin-bottom: 5px;
}

.link-busca {
    color: #303030;
}

.link-busca:hover {
    color: #007B5F;
}

.titulo-restrito {
    font-family: "Ebrima";
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.menu-esquerdo .list-group-item.disabled {
    font-family: "Ebrima";
    background: #007B5F;
    color: white;
}

.panel-restrito .panel-heading {
    font-family: "Ebrima";
    background: #007B5F;
    color: white;
}

.section-produto {
    padding-top: 15px;
    padding-bottom: 30px;
}

.section-produto h6 {
    color: #D4D4D4;
    font-size: 15px;
    line-height: 14px;
    padding-bottom: 15px;
}

.section-produto h6 a {
    color: #D4D4D4;
    font-size: 15px;
    line-height: 14px;
    padding-bottom: 15px;
}

.section-produto h3 {
    font-family: "Ebrima";
    font-size: 32px;
    line-height: 30px;
    color: #007B5F;
}

.section-produto .ref {
    font-family: 'GalanoGrotesque';
    font-size: 16px;
    line-height: 14px;
    color: #007B5F;
    margin-bottom: 30px;
}

.section-produto .conteudo {
    font-family: 'GalanoGrotesque';
    font-weight: 500;
    font-size: 17px !important;
    line-height: 16px !important;
    color: #000000 !important;
}

.section-produto .img-master {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.section-produto .owl-produto-prev i {
    padding-top: 40px;
    color: #707070;
}

.section-produto .owl-produto-next i {
    padding-top: 40px;
    color: #707070;
}

.section-produto .produto-carroucel {
    margin: 3px;
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 75%;
}

.redes-sociais {
    padding-top: 25px;
    padding-bottom: 25px;
}

.redes-sociais a {
    color: #2c2c2c;
    margin-right: 20px;
    transition: all 0.5s ease-out;
    cursor: pointer;
    line-height: 16px;
    font-size: 13px;
}

.redes-sociais .facebook {
    color: #4267b2 !important;
}

.redes-sociais .twiter {
    color: #1da1f2 !important;
}

.redes-sociais .whatsapp {
    color: #53bf5b !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    font-family: "Ebrima";
    color: #FFFFFF;
    cursor: default;
    background-color: #007B5F;
    border-color: #007B5F;
    transition: all 0.5s ease-out;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.pagination>li>a,
.pagination>li>span {
    font-family: "Ebrima";
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #007B5F;
    text-decoration: none;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease-out;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 0px !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #FFFFFF;
    background-color: #007B5F;
    border-color: #007B5F;
    transition: all 0.5s ease-out;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    font-family: "Ebrima";
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #007B5F;
}

.owl-carousel-banner-topo {
    position: relative;
    z-index: 1 !important;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: calc( 50% - 60px);
}

@media (max-width: 767px) {
    .owl-theme .owl-controls {
        left: calc( 50% - 30px);
    }
}

.owl-theme .owl-controls .owl-page span {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px !important;
    filter: alpha(opacity=50) !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-page span {
        display: none !important;
    }
}

.owl-theme .owl-controls .owl-page.active span {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px !important;
    filter: alpha(opacity=50) !important;
    opacity: 1 !important;
    border: 1px solid #FFFFFF;
    background: #FFFFFF !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-page.active span {
        display: none !important;
    }
}

.owl-carousel-animais-lotes .owl-controls {
    position: absolute;
    width: 100%;
    left: 0px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .owl-carousel-animais-lotes .owl-controls {
        bottom: -100px !important;
    }
}

@media (max-width: 767px) {
    .owl-carousel-animais-lotes .owl-controls {
        bottom: -150px !important;
    }
}

.owl-carousel-animais-lotes .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 300px;
    left: 0px;
    background-color: #000;
    transition: all 0.5s ease;
}

.owl-carousel-animais-lotes .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 300px;
    right: 0px;
    background-color: #000;
    transition: all 0.5s ease;
}

.owl-carousel-banner-leilao-online {
    position: relative;
}

.owl-carousel-banner-leilao-online .owl-controls {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.owl-carousel-banner-leilao-online .owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    pointer-events: all;
}

.owl-carousel-banner-leilao-online .owl-controls .owl-buttons {
    pointer-events: none;
}

.owl-carousel-banner-leilao-online .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px 15px;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: all;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-banner-leilao-online .owl-controls .owl-buttons .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.owl-carousel-banner-leilao-online .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px 15px;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: all;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-banner-leilao-online .owl-controls .owl-buttons .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.aviso-text {
    font-size: 42px;
}

.aviso-obs {
    font-size: 20px;
}

.none {
    display: none;
}

@media (max-width: 1199px) {
    .aviso-text {
        font-size: 35px
    }
    .aviso-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 600px;
    }
}

@media (max-width: 991px) {
    .aviso-text {
        font-size: 34.21px;
    }
    .aviso-container {
        height: 731px;
    }
}

@media (max-width: 767px) {
    .aviso-text {
        font-size: 30px;
    }
    .aviso-container {
        height: 430px;
    }
}

@media (max-width: 644px) {
    .aviso-text {
        font-size: 25px;
    }
}

@media (max-width: 388px) {
    .aviso-container {
        height: 450px;
    }
}

@media (max-width: 378px) {
    .aviso-container {
        height: 460px;
    }
}

@media (max-width: 362px) {
    .aviso-container {
        height: 500px;
    }
}