nav.navbar.bg-menu {
    height: 130px;
}
nav.navbar .item {
    border: 1px solid #ffffff;
    color: #ffffff;
}
nav.navbar .area-restrita {
    color: #ffffff;
}
.carousel {
    position: inherit;
    margin-top: 130px;
}
section.carousel .multiple-items {
    position: relative;
}
section.carousel .multiple-items img {
    border-radius: 0;
    height: 500px;
}
section.carousel .multiple-items a:hover img {
    filter: brightness(0.7);
    transition: all 0.5s ease;
}
section.carousel .multiple-items .slick-prev {
    background-image: url("../img/layout/seta-left.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    left: 19px;
    z-index: 1;
}
section.carousel .multiple-items .slick-next {
    background-image: url("../img/layout/seta-rigth.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    right: 19px;
    z-index: 2;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: transparent;
}
section.carousel .fotos p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 86px;
    border-radius: 17px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    bottom: 330px;
}
section.descricao .sobre p {
    font-size: 0.9em;
    color: #000;
    font-weight: 500;
}
section.descricao .sobre button.icon {
    background-color: #fff;
    border-radius: 17px;
    border: 1px solid #000;
    color: #000;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    height: 37px;
    width: 20%;
}
/* 
section.descricao .card {
  position: absolute;
} */

section.descricao .sobre button.icon:hover {
    background-color: #000;
    color: #fff;
}
section.descricao .sobre-ap {
    font-size: 1rem;
    font-weight: 600;
}
section.descricao .sobre-ap small {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}
section.descricao .sobre-ap h4 {
    font-weight: 700;
}
section.sobre-imovel h4 {
    font-weight: bold;
}
section.sobre-imovel p {
    font-size: 0.8rem;
    text-align: justify;
    font-weight: 600;
}
section.sobre-imovel button.btn {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    width: 60%;
    border-radius: 20px;
    height: 50px;
    font-size: 1.1rem;
}
section.sobre-imovel button.btn:hover {
    background-color: #bd1515;
}
/* CARD */

section.descricao {
    font-family: 'Roboto-Regular', sans-serif;
}
section.descricao .cadastro {
    background-color: #fff22d;
    position: absolute;
    top: 428px;
    width: 333px;
    z-index: 1;
    border-radius: 15px;
}
section.descricao .cadastro svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0px solid;
    padding: 4px;
}
section.descricao .cadastro h6 {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
}
section.descricao .cadastro hr {
    background-color: #000;
    color: #000;
    height: 2px;
    margin: 1rem auto;
    width: 85%;
}
section.descricao .cadastro p {
    padding: -2px 0px 1px;
}
section.descricao .cadastro p, section.descricao .cadastro span {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.2rem;
}
section.descricao .cadastro span {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    padding: 6px 0px 0px 0px;
}
section.descricao .cadastro a {
    border: none;
    color: #000;
    background-color: transparent;
    font-size: 1rem;
}
section.descricao .cadastro small {
    font-size: 0.75rem;
    color: #000;
}
section.descricao .cadastro button.black {
    color: #fff;
    background-color: #000;
    font-weight: bold;
    width: 80%;
    border-radius: 20px;
    height: 50px;
}
section.descricao .cadastro button.black:hover {
    background-color: #2a2525;
}
section.descricao .cadastro button.tranparent, section.descricao .cadastro a.tranparent {
    color: #000;
    background-color: transparent;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    border: 2px solid #000;
    border-radius: 20px;
    height: 50px;
    width: 80%;
}
section.descricao .cadastro button.tranparent:hover {
    color: #fff;
    background-color: #000;
}
section.descricao .cadastro a.agendar {
    color: #fff;
    background-color: #000;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 20px;
    height: 50px;
    line-height: 32px;
    margin: 0 auto 15px;
    width: 80%;
}
section.descricao .cadastro a.agendar:hover {
    background-color: #fff22d;
    border: 2px solid #000;
    color: #000;
}
section.descricao .cadastro .formulario .form-group input, section.descricao .cadastro .formulario .form-group textarea {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 20px;
    height: 45px;
    font-family: 'Roboto-Bold';
    letter-spacing: 1px;
    width: 80%;
}
section.descricao .cadastro .formulario .form-group input::placeholder, section.descricao .cadastro .formulario .form-group textarea::placeholder {
    color: #000;
}
section.descricao .cadastro .formulario button {
    color: #fff;
    background-color: #000;
    font-family: 'Roboto-Bold';
    border: 1px solid #000;
    border-radius: 20px;
    height: 50px;
    letter-spacing: 1px;
    width: 80%;
}
section.descricao .cadastro .formulario button:hover {
    color: #000;
    background-color: transparent;
}
section.descricao .cadastro .formulario .invalid-feedback {
    margin-top: 2px;
    color: #000;
}
section.descricao .icones p {
    font-weight: bold;
    font-size: 0.9rem;
}
section.descricao .card {
    width: 340px;
    border-radius: 0;
    left: -27px;
    border: none;
    margin-top: 420px;
}
section.descricao .card img {
    border: none;
    border-radius: 0;
}
section.descricao .card-body {
    color: #fff;
    background-color: #a9a9a9;
}
section.descricao .card-body p {
    color: #fff;
}
section.descricao .card button {
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}
section.descricao h4 {
    font-size: 1.5rem;
    font-weight: 800;
}
section.descricao .sobre-imovel a.btn {
    background-color: #fff22d;
    border: 1px solid #fff22d;
    border-radius: 20px;
    color: #000;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 1.1rem;
    height: 40px;
    width: 170px;
}
section.descricao a.btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
/* sobre */

section.descricao .icones p {
    font-family: 'Roboto-Regular';
    font-size: 1rem;
    font-weight: 500;
}
section.sobre-imovel h4 {
    font-size: 1.5rem;
}
section.sobre-imovel p {
    font-size: 1rem;
}
section.sobre-imovel strong {
    font-size: 1.5rem;
}
section.imoveis .card-slick .card {
    border-radius: 25px 25px 0px 0px;
    border: 0px solid;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    -moz-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
    margin-bottom: 5px;
    margin-left: 2.5%;
    width: 95% !important;
}
section.sobre-imovel .card .card-body h6 {
    color: #fff;
    font-size: 1.1rem;
}
section.sobre-imovel .card .card-body p {
    color: #fff;
    font-size: 0.7rem;
}
section.descricao .card .card-body a.btn {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 30px;
    line-height: 14px;
    width: 50%;
    font-size: 1rem;
}
section.descricao .card .card-body a.btn:hover {
    background-color: #c90c0f;
}
section.sobre-imovel .card .card-body button.fale-conosco:hover {
    background-color: #f00;
}
/* Cards footer */

section.imoveis h2 {
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
}
/* section.imoveis h1 {
  color: #000;
  font-size: 3em;
  font-weight: 700;
}

section.imoveis .card-slick .slick-prev {
  background-image: url("../img/layout/seta.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
  left: -40px;
}

section.imoveis .card-slick .slick-next {
  background-image: url("../img/layout/seta-direita.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
  right: -40px;
}

section.imoveis .card-slick .card .slick-header {
  width: 100%;
}

section.imoveis .card-slick .card .card-body span.codigo {
  font-size: 15px;
}

section.imoveis .card-slick .card .card-body p {
  color: #000;
  font-size: 0.8em;
}

section.imoveis .card-slick .card .card-body .descricao {
  width: 100%;
}

section.imoveis .card-slick .card-body .descricao span {
  font-size: 13px;
}

section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
  width: 64%;
}

section.imoveis .carousel-indicators button.active {
  background-color: #f00;
  margin-bottom: -10%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

section.imoveis .carousel-indicators button {
  background-color: #a9a9a9;
  font-size: 10px;
  opacity: 1.25;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

section.imoveis .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 0px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.imoveis .card-slick .card .card-body .descricao {
  border: 1px solid #000;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}

section.imoveis .card-slick .card-body .descricao span {
  font-size: 11px;
  font-weight: 600;
}

section.imoveis .card-slick .card-body .descricao span.borda2 {
  border-right: 1px solid #000;
}

section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
  border: none;
  background-color: #c90c0f;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  font-weight: 600;
}

section.imoveis .card-slick .card .card-body button.btn-tenho-interesse:hover {
  background-color: #bd1515;
}

section.imoveis .card-slick .card .card-body p {
  color: #000;
  font-size: 0.8em;
}

section.imoveis .card-slick .card .card-body p.numero {
  font-size: 0.8em;
  font-weight: 800;
}

section.imoveis button.btn-ver-imoveis {
  border-radius: 10px;
  background-color: #c90c0f;
  color: #fff;
  width: 200px;
  font-size: 1em;
  font-weight: 600;
}

section.imoveis button.btn-ver-imoveis:hover {
  background-color: #bd1515;
  color: #fff;
  border: 1px solid #f00;
} */

button.favoritar {
    background-color: transparent;
    border: 0px solid #000000;
}
button.favoritar:hover {
    color: #595555;
}
button.favoritar .marcado, .favoritos.marcado {
    color: #595555;
}
.card button.favoritar:hover {
    color: #c90c0f;
}
.card button.favoritar .marcado, .favoritos.marcado {
    color: #c90c0f;
}
#favoritosModal .modal-content {
    border: 0;
    border-radius: 30px;
    color: #c90c0f;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    top: 50px;
}
.btn-whatsapp-imovel .fa-share-nodes {
    color: #000;
}
.btn-whatsapp-imovel .fa-share-nodes:hover {
    color: #595555;
}
.resp-email-contato {
    margin: 10px auto;
    width: 90%;
}
@media (max-width: 1199.98px) {
    section.carousel .fotos p {}
    section.descricao .cadastro {
        width: 30%;
        left: 65%;
    }
    section.descricao .icones p {
        font-weight: 500;
        font-size: 0.8rem;
    }
    /* section.descricao .cadastro small {
    font-size: 0.6rem;
    color: #fff;
  } */
    section.sobre-imovel button.btn {
        width: 70%;
    }
    section.sobre-imovel .card {
        width: 79%;
        background-color: #a9a9a9;
        left: 22%;
    }
    section.descricao .cadastro {
        width: 310px;
        left: auto;
        top: 429px;
    }
    section.descricao .card {
        width: 300px;
        border-radius: 0;
        left: -20%;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .slick-next {
        display: none!important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none!important;
    }
    section.sobre-imovel .card {
        width: 82%;
        background-color: #a9a9a9;
        left: 22%;
    }
    section.imoveis .card-slick .card .card-body strong {
        font-size: 0.8rem;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 10px;
        font-weight: 600;
    }
    section.imoveis .card-slick .card .card-body p {
        color: #000;
        font-size: 0.8em;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
        font-size: 11px;
    }
}
@media (max-width: 991.98px) {
    section.descricao .cadastro {
        position: static;
        width: 60%;
        margin: 0 auto;
    }
    section.descricao .card .card-body a.btn {
        margin: 0 auto;
    }
    section.descricao .card {
        width: 420px;
        border-radius: 0;
        margin: 0 auto;
        left: 0;
    }
    section.sobre-imovel .card {
        width: 100%;
        background-color: #a9a9a9;
        left: 1%;
    }
    section.sobre-imovel .card .card-body button.fale-conosco {
        width: 60%;
    }
    section.sobre-imovel button.btn {
        width: 90%;
        height: 40px;
    }
    /* section.imoveis .card-slick .slick-prev {
    height: 40px;
    width: 30px;
    left: -19px;
  } */
    /* .icones  svg:not(:host).svg-inline--fa,
 svg:not(:root).svg-inline--fa {
  font-size: 1.5rem;
 } */
    .icones svg:not(:host).svg-inline--fa {
        font-size: 1.5rem;
    }
    /* .descricao svg:not(:host).svg-inline--fa,
  .descricao svg:not(:root).svg-inline--fa {
    font-size: 10px;
  } */
    .svg-inline--fa.fa-heart, .svg-inline--fa.fa-share-nodes {
        font-size: 1rem!important;
    }
    section.imoveis .card-slick .slick-next {
        display: none!important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none!important;
    }
    section.imoveis .card-slick .card .card-body p {
        color: #000;
        font-size: 0.8em;
    }
    section.imoveis .card-slick .card .card-body strong {
        font-size: 0.9rem;
    }
    section.imoveis .card-slick .card .card-body .descricao {
        width: 100%;
    }
    section.imoveis .card-slick .card-body .descricao span {
        font-size: 11px;
        font-weight: 600;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
    }
    section.descricao .sobre-imovel a.btn {
        margin: 0 auto;
    }
    .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
        font-size: 11px;
    }
}
@media (max-width: 767.98px) {
    section.carousel .fotos p {}
    section.descricao .sobre button.icon {
        width: 23%;
    }
    section.descricao .cadastro {
        position: static;
        width: 100%;
    }
    section.descricao .icones p {
        font-size: 1rem;
    }
    section.sobre-imovel h4 {
        font-size: 1.3rem;
    }
    section.sobre-imovel p {
        font-size: 0.9rem;
    }
    section.sobre-imovel button.btn {
        width: 40%;
        height: 39px;
    }
    section.sobre-imovel .card .card-body button.fale-conosco {
        width: 50%;
    }
    section.sobre-imovel .card {
        width: 100%;
        left: 0%;
    }
    section.descricao .card {
        width: 528px;
        border-radius: 0;
        margin: 0 auto;
    }
    section.descricao .cadastro span {
        font-size: 0.9rem;
    }
    section.descricao .card {
        width: 528px;
        border-radius: 0;
        margin: 0 auto;
    }
    section.descricao .card .card-body a.btn {
        margin: 0 auto;
    }
    section.imoveis h2 {
        color: #000;
        font-size: 2;
        font-weight: 700;
    }
    section.sobre-imovel .card .card-body button.fale-conosco {
        width: 50%;
    }
    section.imoveis .card-slick .card .card-body button.btn-tenho-interesse {
        width: 100%;
    }
    section.imoveis .card-slick .slick-next {
        display: none!important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none!important;
    }
    /* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
}
@media (max-width: 575.98px) {
    section.carousel .fotos p {}
    section.descricao .sobre button.icon {
        width: 27%;
    }
    /* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
    section.descricao .cadastro {
        position: static;
        width: 100%;
    }
    section.descricao .icones p {
        font-size: 0.7rem;
    }
    section.descricao .sobre-imovel p {
        font-size: 0.9rem;
    }
    section.descricao .sobre-imovel a.btn {
        height: 37px;
        width: 160px;
        font-size: 1rem;
    }
    section.sobre-imovel h4 {
        font-size: 1.3rem;
    }
    section.sobre-imovel p {
        font-size: 0.9rem;
    }
    section.sobre-imovel button.btn {
        width: 40%;
        height: 39px;
    }
    section.imoveis button.btn-ver-imoveis {
        width: 60%;
    }
    section.sobre-imovel .card {
        width: 100%;
        left: 0%;
    }
    section.descricao .card {
        width: 100%;
        border-radius: 0;
        left: 0;
    }
    section.descricao .card-body p {
        color: #fff;
        font-size: 0.7rem;
    }
    section.descricao .cadastro span {
        font-size: 0.8rem;
    }
    /* section.descricao .cadastro small {
    font-size: 0.6rem;
  } */
    section.imoveis h1 {
        font-size: 1.8rem;
    }
    section.imoveis h2 {
        font-size: 2rem;
        font-weight: 700;
    }
    section.imoveis .card-slick .slick-next {
        display: none!important;
    }
    section.imoveis .card-slick .slick-prev {
        display: none!important;
    }
    section.imoveis .card-slick .card .card-body p {
        color: #000;
        font-size: 0.9em;
    }
    section.descricao .card .card-body a.btn {
        margin: 0 auto;
    }
}