:root {
    --primary-font: 'Work Sans', sans-serif;
}

.btn-mint {
    background-color: #21BF8D;
    color: #FFFFFF;
}

.btn-mint:hover {
    background-color: #000000;
    color: #21BF8D;
}

.font-primary {
    font-family: var(--primary-font);
}

.font-primary-500 {
    font-family: var(--primary-font);
    font-weight: 500;
}

.font-size-11 {
    font-size: .74rem;
}

.font-size-12 {
    font-size: .77rem;
}

.font-weight-600 {
    font-weight: 600;
}

.font-primary-600 {
    font-family: var(--primary-font);
    font-weight: 600;
}

.img-caroseul {
    max-height: 28rem;
    padding: 1rem;
    border-radius: 30px !important;
    object-fit: cover;
    user-select: none;
}

.owl-item {
    max-width: calc((100% / 12) * 4);
}

.owl-item img {
    width: 100% !important;
    aspect-ratio: 16/9;
}

.details-imovel {
    width: calc(calc(1230px / 12) * 4);
    max-width: calc(calc(1230px / 12) * 4);
    position: fixed;
    top: 8rem;
    right: calc(calc(100% - 1230px) / 2);
    z-index: 2;
}

.bg-details-imovel {
    width: 100%;
    background-color: #ffffff8c;
    padding: 2rem;
    border-radius: 13px;
    backdrop-filter: blur(10px);
}

.details-icon-subtext {
    font-size: 12px;
    font-weight: 400;
    padding-left: 28px;
}

.bg-details {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: .75rem;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    opacity: 1;
}

.text-property-type {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 16px ;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.text-property-title {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 24px ;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.text-property-cod {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 15px ;
    font-weight: 400;
    letter-spacing: 0px;
    color: #A3A3A3;
    opacity: 1;
}

.text-property-subtitle {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 18px ;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 2rem;
}

.text-property-description {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
}

.input-field {
    height: 50px;
    border-radius: 15px;
    padding: 1.2rem 1.5rem;
    font-family: var(--primary-font);
    font-size: 14px;
}

.btn-field {
    font-family: 'termina';
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 15px;
    padding: 1rem;
}

.secure-data {
    color: #08a674;
    font-family: var(--primary-font);
    font-size: 14px;
}

.privacy-info {
    font-family: var(--primary-font);
    font-size: 14px;
    color: black;
}

.privacy-info a {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600;
    color: black;
}
iframe {
    width: 100%;
    max-height: 450px;
}

@media only screen and (max-width: 1280px) {
    .details-imovel {
        right: 0%;
    }

    .btn-doc {
        font-size: 10px;
        padding: .75rem 1.5rem;
        margin: auto;
    }

    iframe {
        width: 100%;
        max-height: 250px;
        margin-top: 1rem;
    }

    .text-property-title {
        font-size: 26px;
        line-height: 1;
    }
}

.scroll-details-mobile::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 480px) {
    .m-img {
        padding-top: .1rem !important;
    }
    
    .owl-carousel.owl-drag .owl-item  {
        padding: 0 .7rem !important;
    }
    
    #mob .side-buttons-favorite {
        position: relative;
        margin: 0;
        left: -15px;
        width: 50px;
        height: 50px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }
    
    #mob .side-buttons-whatsapp {
        position: relative;
        margin: 0;
        left: -15px;
        width: 50px;
        height: 50px;
        top: 0 !important;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
    }

    #mob .dropdown-whatsapp {
        width: 250px;        
        top: -15px;
        left: 45px;
        background-color: transparent !important;
        color: transparent !important;
        border: transparent !important;
        text-align: center;
        align-content: center;
        position: absolute;
        margin-right: 0px;
        user-select: none;
        font-family: 'Work Sans', sans-serif !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    
    #mob .btn-send-2::after {
        border-width: 0px;
    }
}