/* @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
    --vermelho: #213843;
    --azul: #213843;
    --button: var(--azul);
    --cta: #eef0eb;
    --cta-white: var(--azul);
    --azul-claro: #007dc3;
    --cinza: #404041;
}

@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 54, 104, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

html,
body {
    scroll-behavior: smooth;
    font-family: "Rubik", sans-serif;
}

p {
    font-size: 1.1rem;
}

a:hover {
    text-decoration: none;
}

.name-input {
    display: none;
    visibility: hidden;
}

#cronometro,
#chamada,
#depoimentos,
#sobre-jbs,
#servicos {
    padding: 40px 0;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
    }
}

button:focus {
    outline: none;
}

a.btn-cta,
button.btn-cta {
    border: none;
    background-color: var(--cta);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    font-size: 1.3rem;
    transition: all 0.3s;
    border-radius: 50px;
    border: 4px solid #fff;
}

a.btn-cta:hover,
button.btn-cta:hover {
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* ENVIANDO FORM */
#enviando-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    display: none;
}

#enviando-form.active {
    display: block;
}

#enviando-form .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#enviando-form .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

#enviando-form .circle:nth-child(2) {
    left: 45%;
    background-color: var(--primary);
    animation-delay: 0.2s;
}

#enviando-form .circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: 0.3s;
    background-color: var(--dark);
}

#enviando-form .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: 0.7;
    }

    100% {
        transform: scaleX(0.2);
        opacity: 0.4;
    }
}

#enviando-form .shadow:nth-child(4) {
    left: 45%;
    animation-delay: 0.2s;
}

#enviando-form .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: 0.3s;
}

#enviando-form .wrapper span {
    position: absolute;
    top: 75px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 400px;
    left: -50%;
    text-align: center;
}

@media (max-width: 576px) {
    #enviando-form .wrapper span {
        width: 280px;
        left: -20%;
    }
}

.container {
    max-width: 1240px;
}

/* HEADER */

header {
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(33, 56, 67);
    z-index: 99;
}

nav a:hover,
nav a {
    color: #fff;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 1.3rem;
}

nav .nav-item {
    margin: 0 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 300;
}

@media (max-width: 768px) {
    nav a {
        font-size: 1rem;
    }
}

nav i {
    color: #fff;
}

nav img {
    width: 150px;
}

header .area-conteudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header .cta a {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    margin-top: 400px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    header {
        background-position: right top;
    }
}

header .textos {
    color: #fff;
}

header h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
}

header p {
    font-size: 1.2rem;
}

/* PROCURA */

#procura .conteudo {
    position: relative;
    text-align: center;
}

#procura h2,
#procura h2 a {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--azul);
    font-weight: bold;
}

#procura .textos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#procura .textos div {
    background-color: #fff;
    padding: 20px;
}

#procura .imagem {
    text-align: right;
}

@media (max-width: 992px) {
    #procura h2 br {
        display: none;
    }

    #procura .imagem {
        text-align: left;
    }
}

@media (max-width: 768px) {
    #procura {
        height: unset;
    }

    #procura .conteudo {
        position: initial;
    }

    #procura .imagem,
    #procura .textos,
    #procura {
        text-align: center;
    }

    #procura .textos {
        justify-content: center;
    }
}

/* LUGAR PERFEITO */
#lugar-perfeito {
    padding: 0;
}

#lugar-perfeito h2 {
    color: var(--azul);
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#lugar-perfeito ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#lugar-perfeito ul li {
    width: 200px;
    text-align: center;
}

#lugar-perfeito .card-raizes img {
    width: 100px;
    margin-bottom: 10px;
}

#lugar-perfeito .card-raizes.vermelho p {
    color: var(--vermelho);
    margin-bottom: 0;
}

#lugar-perfeito .card-raizes.azul p {
    color: var(--azul);
    margin-bottom: 0;
}

#lugar-perfeito .card-raizes p {
    font-weight: bold;
    font-size: 1.2rem;
}

@media (max-width: 1200px) {
    #lugar-perfeito ul {
        padding: 0 100px;
    }

    #lugar-perfeito ul li {
        width: 200px;
    }

    #lugar-perfeito .card-raizes img {
        width: 80px;
    }
}

@media (max-width: 992px) {
    #lugar-perfeito ul {
        flex-wrap: wrap;
    }

    #lugar-perfeito ul li {
        width: 45%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    #lugar-perfeito ul {
        padding: 0 30px;
    }

    #lugar-perfeito ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* GALERIA */
#galeria {
    padding: 0;
    height: 100%;
}

#galeria .conteudo {
    position: relative;
    background-color: #fff;
}

#galeria .owl-dots,
#galeria .owl-nav {
    display: none;
}

#galeria .area-card-galeria {
    margin-left: auto;
    margin-bottom: 40px;
    overflow-x: hidden;
    padding: 0 10px;
}

#galeria .card-galeria {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin: 0;
}

#galeria .card-galeria img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#galeria .card-galeria .content {
    padding: 20px;
    height: 195px;
    background-color: #fff;
}

#galeria .card-galeria .content small {
    font-weight: bold;
}

#galeria .card-galeria .content .ul-infos-extras {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 20px 0;
}

@media (max-width: 992px) {
    #galeria .card-galeria .content .ul-infos-extras {
        flex-wrap: wrap;
    }

    #galeria .card-galeria .content {
        height: unset;
    }
}

#galeria .card-galeria .content h3,
#galeria .card-galeria .content i {
    color: var(--azul);
}

#galeria .card-galeria .content h3 {
    font-size: 1.1rem;
    color: #93844e;
}

#galeria .card-galeria .tamanho {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#galeria .card-galeria .tamanho span {
    font-weight: bold;
    font-size: 1.2rem;
}

@keyframes pulse-gold {
    0% {
        box-shadow: 0 0 0 0 rgba(180, 133, 55, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

#galeria .card-galeria .preco a {
    width: 100%;
    display: inline-block;
    background: linear-gradient(90deg,
            rgba(147, 132, 78, 1) 0%,
            rgba(33, 56, 67, 1) 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: left;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.6rem;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

#galeria .card-galeria .preco a:hover {
    background-position: right;
}

#galeria .card-galeria .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 576px) {
    #galeria .card-galeria img {
        height: 150px;
    }

    #galeria .card-galeria .content {
        height: unset;
        padding: 10px;
    }

    #galeria .card-galeria .content small {
        font-size: 0.65rem;
    }

    #galeria .card-galeria .content h3 {
        font-size: 1rem;
    }

    #galeria .card-galeria .preco a {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    #galeria {
        height: unset;
    }
}

/* FUNDO */
#fundo-conteudo {
    padding: 0;
}

/* DEPOIMENTOS */
#depoimentos {
    padding: 40px 0;
}

#depoimentos h2 {
    font-size: 2rem;
    color: #93844e;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

#depoimentos .new-card-depoimento {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#depoimentos .new-card-depoimento .texto {
    position: relative;
}

#depoimentos .new-card-depoimento img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 80px;
}

#depoimentos .cta a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    background: linear-gradient(90deg,
            rgba(147, 132, 78, 1) 0%,
            rgba(33, 56, 67, 1) 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: left;
}

#depoimentos .cta a:hover {
    background-position: right;
}

#depoimentos h2 {
    font-weight: bold;
}

#depoimentos p {
    font-size: 1rem;
    color: #000;
}

#depoimentos .texto-principal {
    text-align: justify;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

@media (max-width: 992px) {
    #depoimentos .texto-principal {
        padding: 0 100px;
    }

    #depoimentos .card-depoimento .texto p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    #depoimentos {
        margin-top: 40px;
    }

    #depoimentos h2 {
        font-size: 1.6rem;
    }

    #depoimentos .texto-principal {
        padding: 0 30px;
    }

    #depoimentos p {
        font-size: 1.5rem;
    }

    #depoimentos .card-depoimento .texto {
        width: 100%;
    }

    #depoimentos .card-depoimento.azul {
        flex-wrap: wrap;
    }

    #depoimentos .card-depoimento.vermelho {
        flex-wrap: wrap-reverse;
    }

    #depoimentos .card-depoimento .texto p {
        font-size: 1.5rem;
    }
}

#depoimentos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#depoimentos ul li {
    width: 30%;
    margin: 5px;
}

#depoimentos ul li .card-miss {
    text-align: center;
}

#depoimentos ul li .card-miss i {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
}

#depoimentos ul li .card-miss .content h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
    color: #93844e;
}

@media (max-width: 768px) {
    #depoimentos ul {
        flex-wrap: wrap;
    }

    #depoimentos ul li {
        width: 100%;
    }
}

/* INFOS */
#infos {
    padding-bottom: 40px;
}

#infos .area-card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#infos .area-card-info .card-info {
    background-color: var(--azul-claro);
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    min-height: 165px;
}

#infos .area-card-info .card-info:nth-child(2) {
    margin: 0 20px;
}

#infos .area-card-info .card-info h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

#infos .area-card-info .card-info p {
    font-weight: bold;
    font-size: 1.3rem;
}

@media (max-width: 1118px) {
    #infos .area-card-info .card-info h2 {
        text-transform: uppercase;
    }

    #infos .area-card-info .card-info p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    #infos .area-card-info .card-info h2 {
        text-transform: uppercase;
    }

    #infos .area-card-info .card-info p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #infos .area-card-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    #infos .area-card-info .card-info {
        width: 80%;
        margin-bottom: 10px;
    }

    #infos .area-card-info .card-info:nth-child(1) {
        text-align: center;
    }

    #infos .area-card-info .card-info:nth-child(3) {
        text-align: center;
    }

    #infos .area-card-info .card-info:nth-child(2) {
        margin-bottom: 10px;
    }
}

/* CONTATO */
#contato {
    color: #000;
    padding-bottom: 40px;
}

#contato a {
    display: block;
    color: #93844e;
    font-size: 2rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 50px 0;
    position: relative;
}

#contato a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #93844e;
    position: absolute;
    left: 0;
    bottom: 0;
}

#contato .textos {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
}

#contato img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

#contato h3 {
    font-size: 3rem;
    position: relative;
    padding-bottom: 10px;
    color: #93844e;
}

#contato h3::after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: var(--vermelho);
    position: absolute;
    left: 0;
    bottom: 0;
}

#contato p {
    font-size: 1.2rem;
}

#contato .cta {
    display: block;
    width: 100%;
}

#contato .cta a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
    background-color: #93844e;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@media (max-width: 1200px) {
    #contato .container {
        padding: 0 100px;
    }
}

@media (max-width: 992px) {
    #contato {
        text-align: center;
    }

    #contato h3 {
        text-align: center;
    }

    #contato h3 br {
        display: none;
    }

    #contato h3::after {
        width: 100%;
    }

    #contato p {
        text-align: center;
    }

    #contato img {
        margin-bottom: 20px;
    }

    #contato .cta {
        text-align: left;
    }
}

@media (max-width: 768px) {
    #contato .container {
        padding: 0 30px;
    }

    #contato .cta {
        width: 95%;
    }

    #contato .textos {
        height: unset;
    }
}

/* IMOVEL DOS SONHOS */
#imovel-sonhos {
    padding: 40px 0;
}

#imovel-sonhos .textos {
    text-align: justify;
}

@media (max-width: 576px) {
    #imovel-sonhos {
        height: unset;
    }

    #imovel-sonhos .conteudo {
        top: 0;
    }
}

#imovel-sonhos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#imovel-sonhos h2 {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #93844e;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
}

#imovel-sonhos p {
    font-size: 1rem;
}

#imovel-sonhos .cta {
    margin: 0;
    width: 100%;
}

#imovel-sonhos .cta a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 50px;
    display: inline-block;
    margin: 0;
    padding: 10px;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    width: 100%;
    text-align: center;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;

    background: linear-gradient(90deg,
            rgba(147, 132, 78, 1) 0%,
            rgba(33, 56, 67, 1) 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: left;
}

#imovel-sonhos .cta a:hover {
    background-position: right;
}

@media (max-width: 1145px) {
    #imovel-sonhos .cta a {
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #imovel-sonhos .cta a {
        font-size: 1.2rem;
    }
}

@media (max-width: 1200px) {
    #imovel-sonhos .container {
        padding: 0 100px;
    }
}

@media (max-width: 992px) {
    #imovel-sonhos .container {
        padding: 0 80px;
    }
}

@media (max-width: 768px) {
    #imovel-sonhos .container {
        padding: 0 30px;
    }
}

/* MELHORES */
#melhores .area-card-melhores .card-melhores {
    display: flex;
    align-items: center;
    width: 100%;
}

#melhores .area-card-melhores .card-melhores.vermelho {
    justify-content: flex-start;
}

#melhores .area-card-melhores .card-melhores.azul {
    justify-content: flex-end;
}

#melhores .area-card-melhores .card-melhores.vermelho img {
    margin-right: 20px;
}

#melhores .area-card-melhores .card-melhores.azul img {
    margin-left: 20px;
}

#melhores .area-card-melhores .card-melhores.azul img:nth-child(2) {
    margin: 0;
}

#melhores .area-card-melhores .card-melhores.azul h2 {
    text-align: right;
    color: var(--azul);
}

#melhores .area-card-melhores .card-melhores .image img {
    width: 300px;
}

#melhores .area-card-melhores .card-melhores.vermelho h2 {
    color: var(--vermelho);
}

#melhores .area-card-melhores .card-melhores h2 {
    font-size: 2rem;
    width: 60%;
}

@media (max-width: 1200px) {
    #melhores {
        margin-top: 50px;
    }

    #melhores .area-card-melhores .card-melhores .image img {
        width: 300px;
    }

    #melhores .area-card-melhores .card-melhores h2 {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #melhores .area-card-melhores .card-melhores .image img {
        width: 100px;
    }

    #melhores .area-card-melhores .card-melhores h2 {
        font-size: 1.5rem;
        width: 60%;
    }
}

/* WHATSAPP */
#modalWhatsapp {
    color: #000;
}

#modalWhatsapp button.cta {
    color: #000;
    background-color: #25d366;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px 40px;
    transition: all 0.5s;
    border: none;
    outline: none;
    width: 100%;
    transition: all 0.3s;
    font-weight: bold;
    text-transform: uppercase;
}

#modalWhatsapp button.cta:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    z-index: 90;
    right: 40px;
    bottom: 20px;

    position: fixed;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-phone {
    0% {
        box-shadow: 0 0 0 0 rgba(97, 103, 122, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-contato-phone {
    position: fixed;
    right: 40px;
    bottom: 100px;

    color: #fff;
    background-color: #61677a;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all 0.5s;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transition: all 0.3s;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    animation-name: pulse-phone;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

.btn-contato-phone:hover {
    color: #fff;
}

@media (max-width: 576px) {
    .btn-whatsapp-pulse {
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        font-size: 2.5rem;
        padding: 0;
    }

    .btn-contato-phone {
        right: 20px;
        bottom: 90px;
        width: 55px;
        height: 55px;
    }
}

/* RODAPÉ */
footer {
    padding: 30px 0;
    background-color: var(--azul);
    color: #fff;
}

footer iframe {
    width: 100%;
    height: 200px;
}

footer a,
footer p,
footer ul li {
    font-weight: bold;
    font-size: 1rem;
}

footer .infos li {
    font-weight: 400;
}

footer a.loja {
    font-weight: bold;
    color: #f57328;
}

footer img {
    width: 150px;
    margin-bottom: 20px;
}

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

footer ul li a,
footer ul li a:hover {
    color: #fff;
    font-weight: bold;
}

footer hr {
    border-color: #fff;
}

footer .desenvo a {
    color: #f57328;
    font-weight: bold;
    font-weight: bold;
}

.modal-body iframe {
    width: 100%;
    height: 400px;
}

header form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

header form button {
    background-color: var(--azul);
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
}

#local iframe {
    width: 100%;
    height: 400px;
    display: block;
}

#depo .card-depo {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

#depo .card-depo i {
    color: #ffde00;
    filter: drop-shadow(1px 0px 0px #f57328);
}

#fundo-conteudo .bg1 {
    background-color: #e4e7ec;
}

/* CONTATO */
#contato-form {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(/assets/images/contato.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    color: #fff;
}

#contato-form img {
    width: 200px;
    display: inline-block;
}

@media (max-width: 768px) {
    #contato-form img {
        margin-bottom: 20px;
    }
}

#contato-form .cta a {
    display: inline-block;
    background-color: var(--azul);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 1.5rem;
}

#contato-form form {
    max-width: 600px;
    margin: 0 auto;
}

#contato-form form button {
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.3rem;
    width: 100%;
    background: linear-gradient(90deg,
            rgba(147, 132, 78, 1) 0%,
            rgba(33, 56, 67, 1) 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: left;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}

#contato-form form button:hover {
    background-position: right;
}

#modalVerFotos video,
#modalVerFotos img {
    max-height: 350px;
    object-fit: contain;
}

#desc-area {
    padding-top: 30px;
}

#desc-area h4 {
    background-color: #93844e;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.carousel-control-next span,
.carousel-control-prev span {
    background-color: #000;
    padding: 10px;
}

#galeria .cta a {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 1.5rem;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

/* BTN WHATSAPP PIC */
.btn-whatsapp-pic {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.btn-whatsapp-pic img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pic i.fa-whatsapp {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pic .content {
    position: absolute;
    top: -80px;
    right: 0;
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pic .content h3 {
    font-size: 1rem;
    font-weight: 400;
}

.btn-whatsapp-pic button {
    background-color: #f7f7f7;
    position: absolute;
    top: -20px;
    right: -15px;
    border: none;
    font-size: 1.3rem;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .btn-whatsapp-pic .content {
        display: none;
    }
}

.btn-copy-imovel-to-share {
    border: 1px solid var(--azul);
    color: var(--azul);
    border-radius: 5px;
    background-color: transparent;
    transition: all .3s;
    margin-left: 10px;
}

.btn-copy-imovel-to-share:hover {
    background-color: var(--azul);
    color: #fff;
    border: none;
}

.btn-copy-imovel-to-share:hover>i {
    color: #fff !important;
}

/* PAGINA IMOVEL */
.area-card-imovel {
    padding: 40px 0;
}
.area-card-imovel h1{
    font-size: 1.6rem;
}
.area-card-imovel button {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: none;
    text-align: center;
    animation-name: pulse-gold;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    background: linear-gradient(90deg,
            rgba(147, 132, 78, 1) 0%,
            rgba(33, 56, 67, 1) 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: left;
}