.descricao-imovel {
    line-height: 2.75rem;
}

.sub-menu.listagem-tipo1 li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 0 0 0.8rem 0;
    padding: 0;
    position: relative;
    z-index: 0
}

.sub-menu.listagem-tipo1 li svg {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0.6rem;
}

.sub-menu.listagem-tipo1 li a {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.sub-menu.listagem-tipo1 li strong {
    color: var(--cor-geral-site);
    margin-right: 0.75rem;
    border-radius: 1.5rem;
    background-color: #e9e9e9;
    font-weight: 500;
    padding: 0.5rem 1rem;
    display: inline-flex;
}

.texto1 {
    font-size: 2.25rem;
    color: #333333;
}

.texto1 i {
    margin-right: 0.75rem;
}

.texto2 {
    color: #034239;
}

.texto2 span, .texto3 strong, .texto4 strong, .texto5 strong {
    font-weight: 700;
}

.texto2 strong, .texto3 span, .texto4 span, .texto5 span {
    font-weight: 900;
    font-size: 3rem;
    line-height: normal;
}

.texto2 strong {
    display: inline-block;
    margin-top: 0.25rem;
}

.texto3 span, .texto4 span, .texto5 span {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.25rem;
    display: inline-block;
    margin-top: 1rem;
}

.texto3 {
}

.texto4 {
}

.texto3 strong, .texto4 strong, .texto5 strong {
    font-weight: normal;
    color: #999999;
}

.texto2 span, .texto3 strong, .texto4 strong, .texto5 strong {
    text-transform: uppercase;
    font-size: 1.6rem;
}

.texto2 span {
    font-size: 1.7rem;
}

.texto5 {
}

.texto5 .texto5-img {
    width: auto;
    height: 3.5rem;
    margin-top: 0.45rem;
}

.texto6 strong, .texto7 strong {
    color: #034239;
    margin-right: 0.75rem;
}

/* ----- */
.menu-sub {
    position: absolute;
    z-index: 1;
    bottom: 18%;
    left: 1.5rem;
    right: 1.5rem;
}

.menu-sub a {
    background-color: #ae9960;
    border: solid 3px #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.9rem;
    width: 5rem;
    height: 5rem;
    margin: 0.5rem 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-sub a:hover, .menu-sub a:active, .menu-sub a.active {
    background-color: #034239;
    text-decoration: none;
}

.menu-sub a i {
    color: #ffffff;
}

.menu-sub .row {
    margin: 0 -0.75rem;
}

.menu-sub .row [class*="col"] {
    padding: 0 0.75rem;
}

@media (min-width: 992px) {
.menu-sub-fixed .menu-sub {
    position: fixed;
    top: 8.2rem;
    bottom: auto;
}
.menu-sub-fixed .menu-sub .row {
    /* position: fixed; */
    flex-direction: column;
    z-index: 13;
    margin: 0 -0.75rem 0 -6rem;
}
}
@media (max-width: 992px) {
.menu-sub-fixed .menu-sub {
    margin-bottom: 25px;
    position: fixed;
    z-index: 10;
    top: auto;
    bottom: 35px;
    left: 0;
    right: 0;
}
}

.card-contact {
    background-color: #c6d5d0;
    margin-bottom: 0;
    padding: 1.5rem;
    border-bottom: solid 3px #034239;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.card-contact .card-img {
    width: 10rem;
    margin-right: 1.5rem;
    margin-bottom: auto;
    box-shadow: 0px 3px 10px rgba(3, 66, 57, 0.25);
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.card-contact .card-img img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-contact .card-text {
}

.card-contact .card-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #034239;
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.card-contact .card-subtitle {
    color: #000000;
    font-size: 1.6rem;
    line-height: normal;
    margin: 0;
    margin-bottom: 1rem;
}

.card-contact .card-link-icon .tel {
    background-color: #ae9960;
    color: #ffffff;
    border: solid 3px #ffffff;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 3.45rem;
    text-align: center;
    vertical-align: middle;
    width: 4rem;
    height: 4rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
    display: inline-block;
    border-radius: 50%;
}

.card-contact .card-link-icon .whatsapp {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    padding: 0.75rem 1.15rem;
    display: flex;
    border-radius: 4px;
    border-top-left-radius: 0px;
    align-items: center;
    position: relative;
    z-index: 0;
}

.card-contact .card-link-icon a, .card-contact .card-link-icon a:hover {
    text-decoration: none;
}

.card-contact .card-link-icon .whatsapp:before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #ffffff;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -8px;
}

.card-contact .card-link-icon .whatsapp i {
    color: #1bd741;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.card-contact .card-link-icon .whatsapp span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    margin: 0 1rem;
}

.card-contact .card-link-icon .whatsapp:hover {
    background-color: #57cdbd;
}

.card-contact .card-link-icon .whatsapp:hover:before {
    border-right-color: #57cdbd;
}

.card-contact .card-link-icon .whatsapp:hover i, .card-contact .card-link-icon .whatsapp:hover span {
    color: #ffffff;
}

/* ------ */
.imovel_seccao {
    margin-bottom: 3.5rem;
}

/* ------ */
.landingpage-imovel .card-form {
    background-color: var(--cor-geral-site);
    padding: 1.5rem;
    border: 0;
    border-radius: 2rem;
}

.landingpage-imovel .card-caixa.card-formulario {
    background-color: #ffffff;
    padding: 0;
    border: 0;
    border-radius: 0.5rem;
}

.landingpage-imovel .card-caixa.card-formulario .formulario, .landingpage-imovel .card-caixa.card-formulario .formulario .form-control-checkbox span, .landingpage-imovel .card-caixa.card-formulario .formulario .form-control-checkbox a {
}

.landingpage-imovel .card-caixa.card-formulario .formulario {
    width: 100%;
    padding: 2.5rem;
    border: 0;
}

.landingpage-imovel .card-caixa.card-formulario .formulario .form-control:not(.form-control-checkbox), .landingpage-imovel .card-caixa.card-formulario .formulario .form-control-checkbox span:before {
    border: 0;
    border-radius: 1.5rem;
    background-color: #e9e9e9;
    font-weight: 500;
}

.landingpage-imovel .card-destaque {
    color: var(--cor-geral-site);
    font-size: 2.35rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 4rem 0;
    padding: 0;
}

@media (min-width: 993px) {
.landingpage-imovel .sticky_top_slideshow.sticky_normal {
    margin-top: 0;
    position: fixed;
    top: 11rem;
    z-index: 10;
}

.cabecalho-fixed .landingpage-imovel .sticky_normal {
    top: 8rem;
}

.landingpage-imovel .sticky_normal.is_stuck {
    margin-top: 8rem;
}
}

@media (max-width: 992px) {
.landingpage-imovel .sticky_normal.is_stuck {
    position: unset !important;
}    
}


.landingpage-imovel .sticky_normal, .landingpage-imovel .sticky_normal.is_stuck {
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.card-cta {
    background-color: #ffffff;
    margin-bottom: 3rem;
    padding: 2.5rem;
    border: 0;
    box-shadow: 0px 3px 10px rgba(3, 66, 57, 0.25);
}

.card-cta-fixed .card-cta {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    padding: 1rem 2.5rem;
}

@media (min-width: 992px) {
.menu-sub-fixed .menu-sub .row {
    -webkit-animation-name: menusubfixed_animation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    animation-name: menusubfixed_animation;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;    
}
}
@-webkit-keyframes menusubfixed_animation {
    0% {
        opacity: 0;
        margin-top: -6rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes menusubfixed_animation {
    0% {
        opacity: 0;
        margin-top: -6rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}


@media (max-width: 992px) {
.menu-sub-fixed .menu-sub a {
    -webkit-animation-name: menusubfixed_mobile_animation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    animation-name: menusubfixed_mobile_animation;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}
}
@-webkit-keyframes menusubfixed_mobile_animation {
    0% {
            transform: scaleX(0) scaleY(0);
    opacity: 0;
    }

    100% {
            transform: scaleX(1) scaleY(1);
    opacity: 1;
    }
}

@keyframes menusubfixed_mobile_animation {
    0% {
            transform: scaleX(0) scaleY(0);
    opacity: 0;
    }

    100% {
            transform: scaleX(1) scaleY(1);
    opacity: 1;
    }
}

@media (min-width: 992px) {
   .card-cta, .landingpage-imovel .card-caixa.card-formulario .formulario .btn.btn-cancelar {
       display: none;
   }
}

@media (max-width: 992px) {
.card-form {
}

.formulario_imovel_open .pagina-conteudo {
    z-index: 15;
    position: relative;
}    
.formulario_imovel_open .landingpage-imovel .sticky_normal {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.formulario_imovel_open .card-cta, .formulario_imovel_open.card-cta-fixed .card-cta {
    display: none;
}
.formulario_imovel_open .card-form {
        display: block;
}
.formulario_imovel_open .landingpage-imovel .card-caixa.card-formulario {
    box-shadow: none;
}
}

.landingpage-imovel .card-caixa.card-formulario .btn span {
    font-size: 1.8rem;
}