﻿.icon-imovel {
    width: 20px;
    height: 20px;
}

/* MODAL ANUNCIAR */

.iframe-anunciar {
    width: 100%;
    border: none;
    display: block;
    height: 700px;
}

#modalAnunciar .modal-dialog {
    max-width: 1200px;
}

#modalAnunciar .modal-content {
    max-height: 90vh;
}

#modalAnunciar .modal-body {
    padding: 0;
    overflow-y: auto;
}

@media (max-width:768px) {

    #modalAnunciar .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }

    #modalAnunciar .modal-content {
        height: 90vh;
        max-height: 90vh;
    }

    #modalAnunciar .modal-body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .iframe-anunciar {
        height: 100%;
        min-height: calc(90vh - 60px);
    }
}

/* CONTATO - MOBILE */

.card-contato {
    height: 100%;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .card-contato div {
        word-break: break-word;
        overflow-wrap: anywhere;
    }

@media (max-width:768px) {

    #contato .col-md-4 {
        margin-bottom: 16px;
    }

    .card-contato {
        min-height: 140px;
        padding: 20px 14px;
    }

        .card-contato i {
            font-size: 30px;
        }

        .card-contato div {
            font-size: 14px;
            max-width: 100%;
            text-align: center;
            line-height: 1.4;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

    /* e-mail */
    .email div:first-of-type {
        font-size: 13px;
    }
}