@font-face {
    font-family: 'DMSans';
    src: url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Regular.woff2') format('woff2'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Regular.woff') format('woff'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Bold.woff2') format('woff2'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Bold.woff') format('woff'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Black.woff2') format('woff2'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Black.woff') format('woff'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewAmsterdam';
    src: url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/NewAmsterdam-Regular.woff2') format('woff2'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/NewAmsterdam-Regular.woff') format('woff'),
        url('https://vivaapto.b6web.com.br/wp-content/uploads/2025/06/NewAmsterdam-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lenis Smooth Scrolling */
html.lenis,
html.lenis body {
    height: auto;
}

html {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Button v2 */
.s61-btn {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}

.s61-btn span {
    font-family: "DMSans", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 14px 30px 14px 30px;
    transition: background .3s ease, color .3s ease;
    border-radius: 50px;
    transition: 0.2s;
}

.s61-btn span:hover {
    color: #A4BCC2;
    background-color: #475E66;
}

.s61-btn.orange span {
    color: #fff;
    background-color: #FF822E;
    border: 1px solid #FF822E;
}

.s61-btn.orange span:hover {
    color: #FF822E;
    background-color: transparent;
}

.s61-btn.green span {
    color: #fff;
    background-color: #1CDE8C;
    border: 1px solid #1CDE8C;
}

.s61-btn.green span:hover {
    color: #1CDE8C;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    § .s61-btn span {
        font-size: 12px;
        line-height: 15px;
    }
}

/* Image */

.s61-img {
    display: block;
}

.s61-img img {
    display: block;
}

/* Text orange */

.text-with-box strong {
    font-weight: 300;
    background-color: #FF822E;
    padding: 7px 16px 3px 16px;
    border-radius: 15px
}

@media only screen and (max-width: 1240px) {
    .text-with-box .b6web-text-content {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .text-with-box .b6web-text-content {
        font-size: 40px;
    }
}

/* bg beige */

.bg-beige .e-con-inner {
    position: relative !important;
}

.bg-beige .e-con-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6vw;
    width: 100%;
    height: 100%;
    background: #F6DBCA;
    background: -webkit-linear-gradient(90deg, rgba(246, 219, 202, 1) 90%, rgba(0, 0, 0, 0) 0%);
    background: -moz-linear-gradient(90deg, rgba(246, 219, 202, 1) 90%, rgba(0, 0, 0, 0) 0%);
    background: linear-gradient(90deg, rgba(246, 219, 202, 1) 90%, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6DBCA", endColorstr="#000000", GradientType=1);
    transition: left .3s ease;
}

@media only screen and (max-width: 1500px) {
    .bg-beige .e-con-inner::before {
        left: -14%;
    }
}

@media only screen and (max-width: 1280px) {
    .bg-beige .text {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bg-beige .text {
        font-size: 40px !important;
        line-height: 37px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .bg-beige .e-con-inner {
        background-color: #F6DBCA;
    }

    .bg-beige .e-con-inner::before {
        display: none;
    }
}

/* box play */

.box-play {
    position: relative;
}

.box-play>.content {
    position: absolute;
    bottom: 0;
    right: 4%;
}

.box-play>.content>.play {
    position: absolute;
    bottom: -42px;
}

@media only screen and (max-width: 1024px) {
    .box-play>.content {
        right: 16%;
    }

    .box-play>.content>.play {
        bottom: -26px;
    }
}

@media only screen and (max-width: 767px) {
    .box-play>.content {
        right: 16%;
    }

    .box-play>.content>.play {
        right: -20px;
        bottom: -25px;
    }
}

/* Play Popup */
.s61-play-iframe-popup {}

.s61-play-iframe-popup .button {
    cursor: pointer;
}


.s61-play-iframe-popup .button svg {
    transition: scale 0.3s ease;
}

.s61-play-iframe-popup .button:hover svg {
    scale: 1.1;
}

.s61-play-iframe-popup .iframe-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.s61-play-iframe-popup .iframe-popup .container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    height: 65%;
}

.s61-play-iframe-popup .iframe-popup .container .close {
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: scale 0.3s ease;
}

.s61-play-iframe-popup .iframe-popup .container .close:hover {
    scale: 1.1;
}

.s61-play-iframe-popup .iframe-popup .container iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .s61-play-iframe-popup .iframe-popup .container {
        height: 40%;
    }
}

/* bg green */

.bg-green {
    position: relative !important;
}

.bg-green::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -6vw;
    width: 100%;
    height: calc(100% + 140px);
    background: #17464C;
    background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    background: linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17464C", endColorstr="#000000", GradientType=1);
    transition: left .3s ease;
}

.bg-green .text {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1500px) {
    .bg-green::before {
        left: -14%;
    }
}

@media only screen and (max-width: 1280px) {
    .bg-green .text {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .bg-green .text {
        left: 8%;
    }

    .bg-green::before {
        top: -57px;
        width: 100%;
        height: calc(100% + 114px);
        background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 65%, rgba(0, 0, 0, 0) 0%);
        background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 65%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(90deg, rgba(23, 70, 76, 1) 65%, rgba(0, 0, 0, 0) 0%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17464C", endColorstr="#000000", GradientType=1);
    }
}

@media only screen and (max-width: 767px) {
    .bg-green .text {
        font-size: 40px !important;
        line-height: 37px !important;
    }
}

/* Widget Inline SVG */
.s61-inline-svg,
.s61-inline-svg a {
    display: flex;
    outline: none;
    justify-content: center;
}

/* Header */
header {
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

.s61-header {
    position: relative;
}

.s61-header>.container {
    /* padding: 37px 8% 37px 8%; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s61-header>.container .logo {
    max-width: 161px;
}

.s61-header>.container .logo img {
    display: block;
    width: 100%;
}

.s61-header>.container>.menu {
    display: flex;
    gap: 24px;
    font-family: "DMSans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.s61-header>.container>.menu>.itens {
    display: inherit;
    gap: inherit;
    align-items: center;
}

.s61-header>.container>.menu>.itens>a.item {
    color: #17464C;
    text-decoration: none;
    transition: color .3s ease;
}

.s61-header>.container>.menu>.itens>a.item:hover {
    color: #FF822E;
}

.s61-header>.container>.menu>.itens>a.button.item {
    color: #fff;
    background: #FF822E;
    border: 1px solid #FF822E;
    padding: 15px 30px;
    border-radius: 25px;
    transition: background .3s ease, color .3s ease;
}

.s61-header>.container>.menu>.itens>a.button.item:hover {
    background-color: #fff;
    color: #FF822E;
}

.s61-header>.container>.menu .toggle {
    display: none;
}

.s61-header .menu-mobile {
    /* display: none; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #17464C;
    transition: right .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    right: -100%;
}

.s61-header .menu-mobile.open {
    right: 0%;
}

.s61-header .menu-mobile>.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #17464C;
    height: 100%;
    padding: 21px;
    box-sizing: border-box;
}

.s61-header .menu-mobile>.container .logo-close {
    display: inherit;
    justify-content: space-between;
    align-items: center;
}

.s61-header .menu-mobile>.container .logo-close .logo {
    max-width: 161px;
}

.s61-header .menu-mobile>.container .logo-close .logo img {
    display: block;
    width: 100%;
}

.s61-header .menu-mobile>.container .logo-close .close {
    width: 44px;
    height: 44px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.s61-header .menu-mobile>.container>.menu {
    font-family: "NewAmsterdam", sans-serif;
}

.s61-header .menu-mobile>.container>.menu>.itens {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s61-header .menu-mobile>.container>.menu>.itens>a.item {
    font-size: 40px;
    text-decoration: none;
    color: #fff;
}

.s61-header .menu-mobile>.container>.menu>.itens>a.button.item {
    margin-top: 70px;
    font-family: "DMSans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: fit-content;
    background: #FF822E;
    border: 1px solid #FF822E;
    padding: 15px 30px;
    border-radius: 25px;
    transition: background .3s ease, color .3s ease;
}

.s61-header .menu-mobile>.container .footer {
    font-family: "DMSans", sans-serif;
    display: flex;
    gap: 5px;
    flex-direction: column;
    color: #fff;
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    .s61-header>.container>.menu>.itens {
        display: none;
    }

    .s61-header>.container>.menu .toggle {
        width: 44px;
        height: 44px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #17464C;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .s61-header>.container .logo {
        max-width: 114px;
    }
}

/* Banner pages */
.s61-slide-banner {
    font-family: 'NewAmsterdam', sans-serif;
}

.s61-slide-banner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -2vw;
    width: 100%;
    height: 100%;
    background: #17464C;
    background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    background: linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6DBCA", endColorstr="#000000", GradientType=1);
    transition: left .3s ease;
}

.s61-slide-banner .container {
    position: relative;
    padding: 130px 0 70px 7%;
    overflow: hidden;
}

.s61-slide-banner .container .navigation {
    position: absolute;
    bottom: 0;
    left: 39%;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.s61-slide-banner .container .navigation .button-prev,
.s61-slide-banner .container .navigation .button-next {
    font-family: 'DMSans', sans-serif;
    font-size: 22px;
    color: #fff;
    background-color: #FF822E;
    border: 1px solid #FF822E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-banner .container .pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: calc(3% - 6.5px);
    bottom: 50%;
    transform: translateY(50%);
}

.s61-slide-banner .container .pagination::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: calc(100% + 30px);
    width: 1px;
    height: 500px;
    background-color: #fff;
}

.s61-slide-banner .container .pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 13px;
    height: 13px;
}

.s61-slide-banner .container .pagination.swiper-pagination-lock {
    display: none !important;
}

.s61-slide-banner .container .pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.s61-slide-banner .container .row {
    position: relative;
    display: flex;
}

.s61-slide-banner .container .row .swiper {
    z-index: 0;
    width: 100%;
    margin-left: 5%;
    border-radius: 30px;
}

.s61-slide-banner .container .row .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 369px;
    object-fit: cover;
}

.s61-slide-banner .container .row .content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    max-width: 678px;
    display: flex;
    flex-direction: column;
    font-size: 75px;
    line-height: 70px;
    color: #fff;
}

.s61-slide-banner .container .row .content .title {
    width: fit-content;
    background-color: #FF822E;
    border-radius: 15px;
    padding: 7px 20px;
    box-sizing: border-box;
}

.s61-slide-banner .container .row .content .subtitle {
    margin: 5px 20px 0px 20px;
}

@media only screen and (max-width: 1500px) {
    .s61-slide-banner::before {
        left: -14%;
        background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
        background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(90deg, rgba(23, 70, 76, 1) 40%, rgba(0, 0, 0, 0) 0%);
    }

    .s61-slide-banner .container .navigation {
        left: 27%;
    }
}

@media only screen and (max-width: 1279px) {
    .s61-slide-banner .container .row .content {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .s61-slide-banner .container .row .content {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .s61-slide-banner::before {
        left: 0;
        background: -webkit-linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
        background: -moz-linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(90deg, rgba(23, 70, 76, 1) 50%, rgba(0, 0, 0, 0) 0%);
    }

    .s61-slide-banner .container {
        padding: 89px 0 57px 0;
    }

    .s61-slide-banner .container .navigation{
        left: auto;
        right: 2%;
    }

    .s61-slide-banner .container .navigation .button-prev,
    .s61-slide-banner .container .navigation .button-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .s61-slide-banner .container .pagination {
        flex-direction: row;
        left: calc(16% - 6.5px);
        bottom: calc(30px - 3.5px);
        transform: unset;
    }

    .s61-slide-banner .container .pagination::after {
        left: unset;
        right: calc(100% + 16px);
        top: 45%;
        width: 500px;
        height: 1px;
        background-color: #fff;
    }

    .s61-slide-banner .container .pagination .swiper-pagination-bullet {
        background-color: #fff;
        width: 7px;
        height: 7px;
    }

    .s61-slide-banner .container .row .swiper {
        margin-left: 0%;
        border-radius: 0;
    }

    .s61-slide-banner .container .row .swiper .swiper-wrapper .swiper-slide img {
        min-height: 250px;
    }

    .s61-slide-banner .container .row .content {
        width: 90%;
        font-size: 40px;
        line-height: 38px;
        padding: 0 4%;
        box-sizing: border-box;
    }
}

/* Footer */

.btn-social .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px !important;
    height: 45px !important;
    border: 1px solid #fff;
    border-radius: 25px;
    cursor: pointer;
}

.btn-social .elementor-widget-container svg {
    fill: #fff;
    transition: fill .3s ease;
}

.btn-social .elementor-widget-container:hover {
    background-color: #fff;
}

.btn-social .elementor-widget-container:hover svg {
    fill: #17464C;
}

@media only screen and (max-width: 1180px) {
    .elementor-57 .elementor-element.elementor-element-db441cf.e-con {
        --order: 2;
    }

    .elementor-57 .elementor-element.elementor-element-f146676.e-con {
        --order: 1;
    }

    .elementor-57 .elementor-element.elementor-element-9c91803.e-con {
        --order: 3;
    }

    .elementor-57 .elementor-element.elementor-element-cabc36e {
        --justify-content: center;
    }

    .elementor-57 .elementor-element.elementor-element-1188c7f {
        --flex-direction: column;
        --gap: 30px 0px;
        --row-gap: 30px;
    }

    .elementor-57 .elementor-element.elementor-element-b4f75d8 .b6web-text-content {
        text-align: center;
    }

    .elementor-57 .elementor-element.elementor-element-4b094c3 {
        display: none;
    }
}

/* Card Empreendimento */
.s61-listing-emp {
    font-family: "DMSans", sans-serif;
}

.s61-listing-emp .container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.s61-listing-emp .container>.item {
    position: relative;
    flex: 0 0 calc(33.333% - 34px);
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}

.s61-listing-emp .container>.item .bg {
    position: relative;
    height: 100%;
}

.s61-listing-emp .container>.item .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.s61-listing-emp .container>.item .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 751px;
    object-fit: cover;
}

.s61-listing-emp .container>.item .status {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #FF822E;
    border-radius: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    transition: opacity .3s ease 0.8s;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.s61-listing-emp .container>.item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
}

.s61-listing-emp .container>.item .content .title {
    font-size: 36px;
    letter-spacing: -0.9px;
    line-height: 40px;
    font-weight: 900;
}

.s61-listing-emp .container>.item .content .dorms-meters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    font-size: 18px;
    letter-spacing: -0.47px;
    font-weight: 900;
    margin-top: 20px;
}


.s61-listing-emp .container>.item .content .dorms-meters .item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.s61-listing-emp .container>.item .content .dorms-meters .item+.item::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.s61-listing-emp .container>.item .content .dorms-meters .item .icon {}

.s61-listing-emp .container>.item .content .dorms-meters .item .icon svg {}

.s61-listing-emp .container>.item .content .dorms-meters .item span {}


.s61-listing-emp .container>.item .content .itens {
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 700;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 0.8s ease, margin-top 0.8s ease 0.4s;
}

.s61-listing-emp .container>.item .content .itens .item {
    display: flex;
    gap: 12px;
}

.s61-listing-emp .container>.item .content .itens .item .icon {}

.s61-listing-emp .container>.item .content .itens .item .icon svg {}

.s61-listing-emp .container>.item .content .itens .item span {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 20px;
}

.s61-listing-emp .container>.item .content .cta {
    margin-top: 30px;
}

.s61-listing-emp .container>.item .content .cta button {
    font-family: inherit;
    display: inline-block;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}

.s61-listing-emp .container>.item:hover .content .cta button {
    background-color: #FF822E;
    border-color: #FF822E;
}

.s61-listing-emp .container>.item:hover .content .itens {
    transition: max-height 1s ease, opacity 0.8s ease, margin-top 0.1s ease;
    margin-top: 30px;
    opacity: 1;
    max-height: 500px;
}

.s61-listing-emp .container>.item:hover .status {
    transition: opacity .3s ease;
    opacity: 0;
}

@media only screen and (max-width: 1139px) {
    .s61-listing-emp .container {
        gap: 50px;
    }

    .s61-listing-emp .container>.item {
        flex: 0 0 calc(50% - 25px);
    }
}

@media only screen and (max-width: 767px) {
    .s61-listing-emp .container {
        gap: 30px;
    }

    .s61-listing-emp .container>.item {
        flex: 0 0 100%;
    }

    .s61-listing-emp .container>.item .content {
        padding: 25px;
    }

    .s61-listing-emp .container>.item .content .title {
        font-size: 30px;
        letter-spacing: -0.75px;
        line-height: 33px;
    }

    .s61-listing-emp .container>.item .content .dorms-meters {
        font-size: 15px;
        letter-spacing: -0.38px;
        margin-top: 20px;
    }

    .s61-listing-emp .container>.item .content .itens {
        display: none;
    }

    .s61-listing-emp .container>.item .content .cta {
        margin-top: 20px;
    }

    .s61-listing-emp .container>.item .content .cta button {
        padding: 15px 23px;
        font-size: 12px;
    }

    .s61-listing-emp .container>.item:hover .content .cta button {
        background-color: unset;
        border-color: unset;
    }

    .s61-listing-emp .container>.item:hover .status {
        opacity: 1;
    }
}

.s61-form {
    font-family: "DMSans", sans-serif;
}

.s61-form .container {
    width: 100%;
}

.s61-form .success-message {
    margin-top: 30px;
    color: #17464C;
    font-family: "DMSans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.4px;
}

.s61-form .container form {
    width: 100%;
    display: block;
}

.s61-form .container .input {
    width: 100%;
    margin-bottom: 20px;
}

.s61-form .container .input .select {
    position: relative;
}

.s61-form .container .input .select::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAABHNCSVQICAgIfAhkiAAAAR5JREFUKFOtkk1OwkAUx98bKCydheK2nkC4QU2EEO2i3gBO4BXwBnMDuIEkWkPApL2BeANdWhd2K8U+35tkSPmIKyeZpPPmN+/j/y9CZel+32/+1MffRf0mT6e5u0L3oYNIN7wi4fMZ7/tsEQ/3oFbvegqAPlE5QMAUEE02fxwJaDMxMAGCaFV4vpQ56V61FaqXksrh5+JpghyQl4aAAg4sXQmJMzhmsIOn3TAlm/qBy22vVi8cIYHeNL4LVM//CMlkRGSqTW81T6hRmuPxb1e1dSefzd4ccHwZBjUFichQ1emcdbpwOiGoBInuPp5jYyFrSWOd8rhf4pu1B+E1m8eDjeIObHrFkgCPGHhnS9p73knA2gHKcLbo4F/wl5i/NLt7N1DxKK8AAAAASUVORK5CYII=");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.s61-form .container .input label {
    display: block;
    margin: 0px 0 5px 5px;
    font-size: 16px;
    font-weight: 700;
    color: #17464C;
}

.s61-form .container .input:has(input[required]) label::after,
.s61-form .container .input:has(select[required]) label::after {
    content: "*";
    color: #FF822E;
    font-size: 12px;
    margin-left: -3px;
}

.s61-form .container .input input {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 40px 13px 20px;
    background-color: #fff;
    border: 1px solid #475E66;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
    outline: none;
}

.s61-form .container .input input::placeholder {
    color: #B0B0B0;
}

.s61-form .container .row+.row {
    margin-top: 20px;
}

.s61-form .container .row {
    display: flex;
    gap: 21px;
    width: 100%;
}

.s61-form .container .row .input {
    flex: 1;
    margin-bottom: 0;
}

.s61-form .container .row .input input,
.s61-form .container .input select {
    width: 100%;
    box-sizing: border-box;
}

.s61-form .container .input select {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    appearance: none;
    padding: 13px 40px 13px 20px;
    background-color: #fff;
    border: 1px solid #475E66;
    border-radius: 25px;
    color: #b0b0b0;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.s61-form .container .input select:valid {
    color: #000;
}

.s61-form .container .input select option {
    color: #000;
}

.s61-form .container .input select option[disabled] {
    color: #b0b0b0;
}

.s61-form .container span {
    display: block;
    font-size: 12px;
    color: #17464C;
    margin-top: 25px;
}

.s61-form .container .accept {
    margin: 10px 0;
}

.s61-form .container .accept label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #17464C;
    cursor: pointer;
}

.s61-form .container .accept label input {
    margin: 0;
    flex-shrink: 0;
}

.s61-form .container .submit {
    margin-top: 20px;
}

.s61-form .container .submit button {
    font-family: "DMSans", sans-serif;
    background-color: #FF822E;
    border: 1px solid #FF822E;
    color: white;
    padding: 14px 30px 13px 30px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.s61-form .container .submit button:hover {
    background-color: #fff;
    color: #FF822E
}

.s61-form .container .submit .loader {
    width: 16px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFF;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    transition: all .3s ease;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.s61-form .container .submit:hover .loader {
    background-color: #FF822E;
}


.s61-form input[type="checkbox"],
.s61-form input[type="radio"] {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.s61-form input[type="checkbox"]:before,
.s61-form input[type="radio"]:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    z-index: 1;
    width: 7px;
    height: 4px;
    border: 1px solid #707070;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.s61-form input[type="checkbox"]:checked:before,
.s61-form input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.s61-form input[type="checkbox"]:after,
.s61-form input[type="radio"]:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {
    .s61-form .container .input label {
        font-size: 13px;
    }

    .s61-form .container .input input {
        font-size: 13px;
    }

    .s61-form .container .input select {
        font-size: 13px;
    }

    .s61-form .container .accept label {
        font-size: 13px;
    }

    .s61-form .container .row {
        flex-direction: column;
        gap: 15px;
    }

    .s61-form .container .row+.row {
        margin-top: 15px;
    }

    .s61-form .container .submit button {
        padding: 14px 22px;
        font-size: 12px;
    }
}

.s61-fixed-contact {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999999;
}

.s61-fixed-contact .container {
    display: flex;
    flex-direction: column;
}

.s61-fixed-contact .container .button {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.s61-fixed-contact .container .button:nth-child(1) {
    background: #1CDE8C;
    border-radius: 30px 0px 0px 0px;
}

.s61-fixed-contact .container .button:nth-child(2),
.s61-fixed-contact .container .button:nth-child(3) {
    background: #FF822E;
}

.s61-fixed-contact .container .button:nth-child(3) {
    border-radius: 0px 0px 0px 30px;
    position: relative;
}

.s61-fixed-contact .container .button:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background-color: #fff;
}

.s61-fixed-contact .container .button svg {
    transition: scale .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.s61-fixed-contact .container .button:hover svg {
    scale: 1.2;
}

@media only screen and (max-width: 767px) {
    .s61-fixed-contact {
        top: unset;
        bottom: 24px;
    }
}

.s61-popup-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999;
}

.s61-popup-contact>.container {
    position: relative;
    width: 100%;
    background: #fff;
    max-width: 480px;
    max-height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 10px;
    margin: 50px 20px;
}

.s61-popup-contact>.container .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 10000;
}

.s61-popup-contact>.container .close svg {
    stroke: #FF822E;
    ;
}

.s61-popup-contact>.container .content .title {
    color: #17464C;
    font-family: "DMSans", Sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.9px;
}

.s61-popup-contact>.container .content .sub-title {
    margin-top: 5px;
    color: #17464C;
    font-family: "DMSans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.4px;
}

.s61-popup-contact>.container .content .s61-form {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .s61-popup-contact>.container {
        padding: 25px;
        margin: 20px 20px;
        max-height: calc(100vh - 25px);
    }

    .s61-popup-contact>.container .content .title {
        font-size: 30px;
        letter-spacing: -0.75px;
        line-height: 33px;
    }

    .s61-popup-contact>.container .content .sub-title {
        font-size: 13px;
        letter-spacing: -0.33px;
        line-height: 21px;
        margin-top: 15px;
    }
}

#gotop{
    cursor: pointer;
}