/*----------------------------------------------------------
CSS Reset - Normalize.css
----------------------------------------------------------*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, main, .sub-barra-top, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*----------------------------------------------------------
Configurações Gerais <<<<<==================================
----------------------------------------------------------*/

/*ajustando as divs com padding*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

/*fim do clearfix*/
input, textarea {
    outline: none;
}

img, picture, video, embed {
    max-width: 100%;
}

p {
    color: #333;
    font-family: robotoregular, sans-serif;
    margin: 10px 0;
    font-size: 16px;
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    font-family: robotoitalic, sans-serif;
    text-transform: uppercase;
}

.title-interna {
    padding: 10px;
    border-bottom: 7px solid rgb(225, 208, 116);
    margin-bottom: 35px;
    line-height: 30px;
}

a {
    text-decoration: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

hr {
    clear: both;
    border: solid 1px #9c9a88;
    margin: 15px 0;
}

/*corpo*/
body {
    color: #3b331d;
    font-family: robotomedium, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.center {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

#topo {
    height: 100px;
    background: #2d2711;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#topo .logo {
    width: 3300px;
    height: 112px;
    position: relative;
    float: right;
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    z-index: 10;
    background-image: url('../pics/bg-logo.png');
}

#topo .logo::after {
    content: url('../pics/curva-logo.png');
    position: absolute;
    right: 0;
    margin-right: -62px;
}

#topo .logo img {
    max-width: 185px;
    float: right;
    margin: 10px 10px 0 0;
}

#topo .barr-top {
    background: #2d2711;
    width: 100%;
    height: 49px;
}

#topo .bt-cad, #topo .bt-simule {
    width: auto;
    float: right;
    color: rgb(186, 178, 136);
    border: 1px solid rgb(186, 178, 136);
    margin: 9px 5px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
}

#topo .bt-cad {
    color: #ecdb81;
    border: 1px solid #ecdb81;
}

#topo .barr-bottom {
    background: #3b3623;
    width: 100%;
    height: 45px;
}

.menu-responsivo {
    text-transform: uppercase;
    font-size: 19px;
    color: #252525;
    float: right;
    display: none;
    position: relative;
    top: -63px;
}

#menu ul li.item-menu-responsivo {
    display: none;

}

#menu ul {
    list-style: none;
    position: relative;
    top: -48px;
    float: right;
}

#menu ul li {
    display: inline;
    color: #e6ddb3;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

#menu ul li a {
    color: #e6ddb3;
}

#menu ul li a:hover {
    color: #c7a257;
}

.linha {
    background: url('../pics/linha-top.png');
    height: 6px;
    margin-top: 6px;
    position: relative;
    z-index: 4;
}

/*animacao*/
section.animacao, section.animacao .item-anima, section.animacao .anima {
    width: 100%;
    height: 440px;
}

section.animacao {
    position: relative;
    margin-top: 98px;
}

section.animacao .anima {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.item-anima {
    cursor: pointer;
}

section.animacao .anima .item-anima {
    background: no-repeat center center/cover;
}

section.animacao .anima .legenda-left {
    position: absolute;
    text-align: left;
    bottom: 100px;
    float: left;
    width: auto;
    padding: 15px 36px;
    background: rgba(152, 143, 120, 0.9);
    border: solid 1px #e5d49d;
    font-family: robotolight, sans-serif;
}

section.animacao .anima .legenda-left ul li {
    color: #231e19;
    margin: 0 0 0 40px;
    list-style: square !important;
    text-align: left;
}

section.animacao .anima .item-anima h3 {

    font-weight: bold;
    color: #e5d49d !important;
    margin: 0;

}

section.animacao .anima .item-anima p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ede9d6 !important;
}

.rslides_tabs {
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin: 0 2px;
}

.rslides_tabs a {
    line-height: 20px;
    padding: 10px 10px;
    height: auto;
    display: inline;
    background: #C8BF92;
    color: #C8BF92 !important;
    border-radius: 16px;
    font-size: 0;
}

.rslides_tabs a:hover {
    border: 0;
    background: #261e0b;
    color: #261e0b !important;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: #261e0b;
    color: #261e0b !important;
    font-weight: bold;
}

/* fim anima */

/*Pesquisar imoveis*/
#buscar {
    height: 119px;
    background: #bab288;
    padding-top: 23px;
    color: #2e2923;
}

#buscar .lupa {
    width: 49px;
    height: 49px;
    float: left;
    background: url('../pics/icons/icon-pesquisar.png');
    margin-right: 10px;
}

#buscar .lupa-text {
    color: #2e2923;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

#buscar .input {
    background: #ede9d6;
    height: 52px;
    width: 100%;
    border: solid 1px #aca68e;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding-left: 16px;
    outline: none;
    font-style: italic;
    font-size: 17px;
}

#buscar .input {
    background: #ede9d6 none repeat scroll 0 0;
    border: 1px solid #aca68e;
    border-radius: 8px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    font-style: italic;
    height: 52px;
    outline: medium none;
    padding-left: 16px;
    width: 100%;
}

#buscar .bt-input {
    background: linear-gradient(#948e7c, #56503e);
    height: 50px;
    width: 100%;
    border: solid 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    text-align: center;
    outline: none;
    font-style: italic;
    font-size: 16px;
}

#buscar .bt-input:hover {
    background: #ede9d6;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}

#buscar .col12 {
    text-align: center;
    margin-top: 20px;
    font-family: robotolight, sans-serif;
}

#buscar a {
    color: #7e441f;
}

.bg-curva-left {
    float: left;
    background: url('../pics/curva-left.png') no-repeat;
    background-position: left;
    background-size: 100% 87%;
}

.bg-curva-right {
    float: right;
    background: url('../pics/curva-right.png') no-repeat;
    background-position: right;
    background-size: 100% 83%;
}

.bg-curva-right, .bg-curva-left {
    margin-top: -6px;
    width: 50%;
    height: 62px;
    z-index: 9;
    position: relative;
}

/*Fim pesquisar imoveis*/

/*Icones*/
.icon {
    margin-right: 5px;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}

.icon-pesquisar:before {
    content: url('../pics/icons/icon-pesquisar.png');
}

.icon-local:before {
    content: url('../pics/icons/icon-local.png');
}

.icon-vivo:before {
    content: url('../pics/icons/icon-vivo.jpg');
}

.icon-oi:before {
    content: url('../pics/icons/icon-oi.jpg');
}

.icon-tim:before {
    content: url('../pics/icons/icon-tim.jpg');
}

.icon-claro:before {
    content: url('../pics/icons/icon-claro.jpg');
}

.icon-whats:before {
    content: url('../pics/icons/icon-whats.png');
}

/*Fim icones*/
.tag-anima {
    background: rgba(179, 162, 84, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    margin-left: -15px;
    margin-top: 35px;
    max-width: 240px;
    padding: 5px 15px 5px 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    transform: skew(-15deg);
    width: 100%;
    z-index: 5;
}

.tag {
    background: rgba(179, 162, 84, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    margin-left: -15px;
    margin-top: 15px;
    max-width: 175px;
    padding: 5px 10px 5px 5px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    transform: skew(-15deg);
    width: 100%;
    z-index: 5;
}

.tag span {
    display: block;
    transform: skew(15deg);
}

/*Grade de produtos*/
#produtos {
    background: #261d0b;
    padding: 30px 0;
}

.grade-interna {
    border-bottom: solid 0 !important;
    border-top: solid 0 !important;
}

.grade-produtos {
    border-bottom: solid 1px #56503e;
    border-top: solid 1px #56503e;
    background: #191507;
    margin: 20px 0 0 0;
    padding: 40px 0;
}

.item-produto-home {
    height: auto;
    margin: 3px 2% 40px !important;
    width: 29.3%;
}

.item-produto {
    height: auto;
    /*margin-top: 3px !important;*/
    /*margin-bottom: 40px !important;*/
    /*margin-right: 31px !important;*/
    width: 45%;
    margin: 40px 1% 40px 1% !important;
}

.item-produto ul li, .item-produto-home ul li {
    color: #231e19;
    margin: 0 0 0 40px;
    list-style: square !important;
    text-align: left;
}

.img-produto {
    height: 300px;
    width: 99%;
    margin: 0 auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: solid 1px #d4c99e;
}

.img-produto-home {
    height: 200px !important;
}

.title-produto {
    text-align: center;
    font-style: italic;
    width: 100%;
    background: linear-gradient(#d6c287, #a59156);
    color: #191507;
    text-transform: uppercase;
    height: 80px;
    margin: -2px auto 0 auto;
    border: solid 1px #908153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-produto {
    height: 230px;
    background: #fff;
    width: 97%;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #D5D7D7;
    position: relative;
}

.situacao {
    text-transform: uppercase;
    float: left;
    font-size: 15px;
    font-style: italic;
    color: #000;
}

.valor {
    color: #753100;
    float: right;
    font-weight: 900;
    font-style: italic;
}

.cont-produto p {
    font-size: 16px;
    text-align: left;
    font-family: robotolight, sans-serif;
    line-height: 21px;
    margin: 0;
}

.cont-produto .bt-detalhes {
    background: #2d2711;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 4px 4px;
    font-size: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.cont-produto .bt-detalhes:hover {
    background: #a59156;
    color: #2d2711;
}

.bt-detalhes a {
    background: #2d2711;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 4px 4px;
    font-size: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.bt-detalhes a:hover {
    background: #a59156;
    color: #2d2711;
}

.title-center {
    color: #d5c17f;
    text-align: center;
}

.bt-vertodos {
    width: 400px;
    background: linear-gradient(#c0b065, #8d7c31);
    text-align: center;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    color: #3f3714;
    border: solid 2px #c0b065;
    font-family: robotomedium_italic, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.bt-vertodos:hover {
    background: #b3a254;
}

/*Fim grade de produtos*/
#interna .sidebar {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}

#interna #tabs {
    background: #f0f0f0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

#interna #tabs ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    background: #e7e7e7;
    padding: 20px 0;
    margin-left: -2px;
}

#interna #tabs ul li.ativo {
    background: #f0f0f0;
}

#interna #tabs ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: block;
}

#interna #tabs .formulario {
    padding: 2%;
}

#interna #tabs .formulario .linha-tabs {
    margin-bottom: 10px;
}

#interna #tabs .formulario label {
    font-size: 14px;
    color: #000;
}

#interna #tabs .formulario .itens .col3 {
    margin-left: 3%;
}

#interna #tabs .formulario .itens label {
    margin-bottom: 5px;
    display: block;
}

#interna #tabs .formulario hr {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #fff;
}

#interna #tabs .formulario .area {
    width: 45%;
}

#interna #tabs .formulario input {
    height: 32px;
    width: 98%;
    padding-left: 2%;
    background: #fff;
    border: 0;
}

#interna #tabs .formulario select {
    font-size: 13px;
    height: 32px;
    width: 98%;
    padding-left: 2%;
    background: #fff url('../pics/seta-select-vermelha.png') no-repeat right center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#interna #tabs .formulario textarea {
    height: 32px;
    width: 98%;
    padding-left: 2%;
    background: #fff;
    border: 0;
}

#interna .botaoBusca {
    width: 100%;
    border: 0;
    background: #2d2711;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 0;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
}

.logos-financeiras {
    text-align: center;
}

.logos-financeiras .item-logo {
    width: 20%;
    display: inline-block;
    margin: 20px 45px;
    transition: 0.1s ease-in;
}

.logos-financeiras .item-logo:hover {
    transform: scale(1.1);
}

.compartilhamento {
    float: right;
    width: 100%;
}

.compartilhamento p {
    float: left;
    margin-right: 10px
}

.facebook-container {
    float: left;
    width: 55%;
}

.twitter-container {
    float: left;
    width: 30%;
}

.enviar-container {
    float: left;
    height: 30px;
    margin: 10px 0;
    width: 45%;
}

.whatsapp-container {
    float: left;
    margin: 10px 0;
    width: 40%;
    display: -webkit-box;
}

.botao-share {
    background-color: #1b4a82;
    border-radius: 8px;
    color: #fff;
    padding: 4px;
    font-size: 12px;
}

.botao-enviar {
    background-color: #00cc00;
    border-radius: 8px;
    color: #fff;
    padding: 6px 4px 4px;
    font-size: 12px;
    display: ruby;
}

.botao-enviar img {
    position: relative;
    top: 2px;
    width: 20px;

}

.botao-whatsapp {
    background-color: #00A200;
    border-radius: 8px;
    color: #fff;
    padding: 6px 4px 4px;
    font-size: 12px;
    width: 15px;
    display: ruby;
}

.botao-whatsapp img {
    position: relative;
    top: 2px;
    width: 15px;
}

.botao-favoritar {
    cursor: pointer;
    float: right;
    padding: 3px;
    margin-bottom: 5px !important;
}

.botao-favoritar span {
    color: #bb0e0d;
    font-size: 18px;
    font-weight: normal;
}

.botao-interessado {
    cursor: pointer;
    float: right;
    padding: 3px;
    margin-top: -15px;
}

.botao-interessado a {
    color: #1461bb;
    font-size: 18px;
    font-weight: normal;
}

.botao-favoritar img, .botao-interessado img {
    position: relative;
    top: 4px
}

#success-message {
    background-color: #75de7c;
    color: #ffffff;
    border-radius: 5px;
    display: none;
    padding: 10px;
    width: auto
}

#error-message {
    background-color: #de5d64;
    color: #ffffff;
    border-radius: 5px;
    display: none;
    padding: 10px;
    width: auto
}

#map-canvas {
    height: 450px;
    width: 100%;
}

.situacao-label label {
    float: left;
    width: 50% !important;
}

ul.situacao-label {
    margin: 0 !important;
}

.situacao-label label li {
    width: 100% !important;
}

.situacao-label label li input[type='radio'] {
    display: none;
}

/*SObre a empresa - home*/
#sobre {
    background: url('../pics/bg-sobre.jpg');
    padding: 20px 0;
}

.box-cont {
    background-color: #eeead8;
    border: solid 4px #eeead8;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);

}

.with {
    background: #fff !important;
}

.box-cont ul {
    margin: 0 0 030px 0;
}

.box-cont ul li {
    color: #333;
    font-family: robotoregular, sans-serif;
    margin: 0 0 0 30px;
    font-size: 16px;
}

#sobre .box-cont {
    background-size: 41% 100%;
    background-image: url('../pics/bg-sobre.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
}

#sobre img {
    margin-top: 40px;
}

/*Fim sobre a empresa - home*/

/*Interna*/
#interna {
    background: url('../pics/bg-sobre.jpg');
    padding: 20px 0;
    margin-top: 104px;
}

.img-cont {
    width: 100%;
    border: 6px solid rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.box-img-cont {
    float: right;
    width: 50%;
    padding: 10px 20px 20px 20px;
}

/*Fim interna*/

/*Form*/
.col6 form {
    margin: 0 0 40px 0;
}

.form-control {
    border: 1px solid #DADADA;
    color: #7C7C7C;
    height: 50px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 20px;
    line-height: 15px;
    box-shadow: inset 0 1px 4px #ECECEC;
    font-family: robotolight_italic, sans-serif;
}

.form-group textarea.form-control {
    height: 170px;
    padding-top: 10px;
}

.bt {
    background: #2D2711;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    cursor: pointer;
    width: auto !important;
    position: relative;
    float: left;
    margin: 10px !important;
}

.form-group .button:hover {
    background: #3B3623;
}

.form-capcha {
    width: 40px;
    color: #333 !important;
    height: auto;
    float: left;
    font-size: 16px;
}

.form-text-capcha {
    border: 1px solid #DADADA;
    height: 50px;
    margin: 0 10px;
    outline: 0 none;
    width: 20%;
    font-size: 25px;
    text-align: center;
    box-shadow: inset 0 1px 4px #ECECEC;
    float: left;
}

/*Fim form*/
/*Fim interna*/

/*galeria interna*/
.demo-gallery > ul {
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.demo-gallery > ul > li {
    transition: 0.2s ease-in;
    width: 32%;
    height: auto;
    margin: 0.2%;
    display: inline-block;
    cursor: pointer;
}

.demo-gallery > ul > li.gallery-primeiro {
    /*max-width: 490px !important;*/
    width: 100%;
    height: auto !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.border {
    padding: 20px;
    border: solid 1px #D2CDAD;
    border-radius: 5px;
}

.iframe-maps {
    background: #fff;
    padding: 7px;
    margin-bottom: 24px;
}

/*Fim galeria interna*/

/*Rodape*/
#rodape {
    padding: 30px 0 0 0;
    background: #252119;
}

#rodape .box-footer {
    background: #eeead8;
    border-radius: 5px;
    padding: 20px 0 0 0;
    height: 180px;
}

#rodape .box-footer h3 {
    text-align: center;
}

#rodape .box-footer ul {
    list-style: none;
    margin: 10px 0;
}

#rodape .box-footer ul i {
    top: 2px;
}

#rodape .box-footer ul li {
    text-align: center;
    color: #4d4937;
    padding: 3px 0;
    font-family: robotomedium_italic, sans-serif;
}

#rodape .box-footer ul li.ativo {
    background: #cac6b3;
}

#rodape .box-footer span {
    font-size: 14px;
}

#rodape .box-footer .endereco-footer {
    background: #3b3622;
    color: #b6ae8b;
    font-family: robotomedium_italic, sans-serif;
    text-align: center;
    padding: 16px 0;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
    border: solid 1px #eeead8;
    border-top: 0;
    height: 78px;
}

#rodape .box-footer i {
    margin: -15px 10px;
    position: relative;
    top: 12px;
}

#rodape .box-footer i.icon-whats {
    margin-right: -33px;
    margin-left: 0;
}

#rodape .linha {
    height: 4px;
}

#rodape .and {
    width: 100%;
    height: 55px;
    background: #1c180f;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b2a986;
}

#rodape .and .col9, #rodape .and .col1 {
    height: 55px;
}

#rodape .and .assinatura a {
    display: inline-block;
}

#rodape .and .assinatura {
    text-align: right;
    float: right;
}

#rodape .and .assinatura img {
    max-width: 80px;
    width: 80px;
    float: right;
}

.align-cont {
    display: flex;
    align-items: center;
}
.btn-toggle
{
    display: none;
}
.flutuar
{
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 55px;
    z-index: 9;
}
/* Fim Rodape*/
@media all and (max-width: 1065px) {
    #buscar .lupa-text {
        font-size: 15px !important;
    }
}

@media all and (max-width: 1156px) {
    .menu-responsivo {
        display: block;
    }

    #menu ul {
        display: none;
        background: #bab288;
        z-index: 3;
        position: relative;
        float: right;
        top: -10px;
        width: 265px;
        right: -27px;
        height: 358px;
    }

    #menu ul::after {
        position: relative;
        z-index: 1000;
        content: url('../pics/curva-menu-responsivo.png');
        top: 5px;
    }

    #menu ul li {
        display: block;
        text-align: center;
        color: #261e0b;
        font-size: 20px;
        margin: 10px 20px;
        font-family: robotolight, sans-serif;
        padding: 10px;
        background: #afa77d;
    }

    #menu ul li:hover {
        color: #4D4532;
    }

    #menu ul li a {
        color: #261e0b;
    }

    #menu ul li a:hover {
        color: #4F4734;
    }
}

@media all and (max-width: 980px) {
    .btn-toggle
    {
        display: block;
    }
    .barr-top .col3 {
        width: 100%;
    }

    .item-produto-home {
        float: left;
        width: 45%;
    }

    .item-produto {
        float: left;
        margin: 40px 1% 40px 3% !important;
    }
    #buscaImoveis
    {
        display: none;
    }

    .center-item-ptodutos {

    }

    .right {
        float: none;
    }

    #rodape .box-footer {
        margin-bottom: 20px;
    }

    .grade-produtos {
        background: none;
    }

    .img-produto {
        background-size: 100% 100% !important;
    }

    .barr-top .center {
        width: 100%;
    }

    #topo .logo {
        width: 100%;
    }

    #topo .logo img {
        float: left;
        margin: 10px 10px 0 45px;
    }

    #topo .logo::after {
        content: none;
    }

    .menu-responsivo {
        top: -130px;
        z-index: 99;
        right: 20px;
    }

    #topo img.bt-cad {
        display: none;
    }

    #buscar {
        height: 300px;
    }

    #buscar .input {
        margin-bottom: 10px;
    }

    #sobre .box-cont {
        background-image: none;
    }

    #sobre img {
        width: 50%;
        margin: 0 auto 48px;
    }

    .icons-topo {
        position: relative;
        top: -79px;
        z-index: 99;
        right: 121px;
    }

    #menu ul {
        top: -54px;
    }

    #rodape .and {
        height: auto;
    }

    #interna {
        background: #eeead8;
    }

    .box-cont {
        box-shadow: none;
    }
    .whatsapp-container { width: 100%}
    .facebook-container {width: 80%}
    .twitter-container {width: 20%}
}

@media all and (max-width: 840px) {
    .icons-topo {
        display: none;
    }

    #menu ul li.item-menu-responsivo {
        display: block;
        font-size: 14px !important;
        font-family: robotoblack_italic, sans-serif;
    }

    #menu ul li {
        margin: 8px 20px;
        padding: 6px
    }

    #menu ul {
        top: -3px;
        height: 392px;
    }

    .menu-responsivo {
        top: -79px;
    }

}

@media all and (max-width: 620px) {
    .item-produto {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    section.animacao .anima .legenda-left {
        position: relative;
        text-align: center;
        bottom: 0;
        width: 82%;
        margin: 0 auto !important;
        top: 147px;
        float: none;
    }

    .col3 {
        width: 100%;
    }

    section.animacao .anima .legenda-left {
        padding: 13px;
        top: 82px;
        font-size: 15px;
        line-height: 19px;
    }
}

@media all and ( max-width: 460px) {
    .box-cont {
        padding: 0;
    }

    .bt-vertodos {
        width: 90%;
    }

    section.animacao, section.animacao .item-anima, section.animacao .anima {
        height: 367px;
    }

    .rslides_tabs {
        margin-bottom: 0;
    }

    #buscar .input {
        font-size: 13px;
    }
}

@media all and (max-width: 375px) {
    #menu ul {
        right: 23px;
        top: -53px;

    }
}

.socialMedia {
    width: 35px !important;
    float: right !important;
    margin-top: 7px !important;
}