﻿#map {
    width: 100%;
    min-height: 320px;
}

.left {
    width: 120px;
    width: 30%;
    text-overflow: ellipsis;
    color: #383131;
    overflow: hidden;
    font-size: calc(12px + 0.2vw) !important;
    font-weight: 600;
    line-height: 1.8em;
    height: 1.6em;
    padding-left: 10px;
    color: #656262
}

.right {
    width: 70%;
    text-overflow: ellipsis;
    color: #383131;
    overflow: hidden;
    font-size: calc(12px + 0.2vw) !important;
    line-height: 1.8em;
    height: 1.6em;
    font-weight: 400;
    color: #192444;
}

.other {
    text-overflow: unset;
    height: auto;
}

.remark {
    color: #656262;
    font-size: calc(8px + 0.2vw) !important;
}

.htd {
    font-size: calc(10px + 0.2vw) !important;
    font-weight: 300;
}

.trd {
    font-size: calc(10px + 0.2vw) !important;
    font-weight: 200;
}

.regtitle {
    font-size: calc(14px + 0.2vw) !important;
    font-weight: 300;
    color: #656262;
}

.regtext {
    font-size: calc(10px + 0.2vw) !important;
    font-weight: 300;
    color: #656262;
    text-justify: inter-ideograph;
}

.notice td {
    color: #656262;
    font-size: calc(8px + 0.2vw) !important;
    padding: 8px;
    text-justify: inter-ideograph;
}

.container360 {
    position: relative;
    color: #ffffff;
    font-size: calc(24px + 1.5vw) !important;
    font-weight: 600;
}

    .container360 .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: aliceblue;
    }

.transp {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-dialog {
    max-width: 950px;
}

.whatsapp {
    width: 120px;
}

.thumb-contenido {
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 0px;
    padding-left: 0px;
}

.img-fluid {
    border-radius: 50%;
    width: 82.5px;
}

.contacticon {
    height: 40px;
    padding: 0px 1px 2px 1px;
}

.mobile {
    padding: 10px 15px 0px 0px;
}

.name {
    padding-left: 5px;
    font-size: calc(14px + 0.2vw) !important;
    font-weight: 500;
    color: #656262;
    text-justify: inter-ideograph;
}

.license {
    padding-left: 5px;
    font-size: calc(10px + 0.2vw) !important;
    font-weight: 300;
    color: #656262;
    text-justify: inter-ideograph;
    margin-bottom: 5px;
}

.dis p {
    color: #656262;
    font-size: calc(8px + 0.2vw) !important;
    padding: 8px;
    vertical-align: text-top;
    text-justify: inter-ideograph;
}


.nof {
    color: #202652;
    font-size: calc(10px + 0.2vw) !important;
    padding: 50%;
    vertical-align: middle;
    text-justify: inter-ideograph;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.row1 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
    }


@media (min-width: 390px) {
    .section-title {
        display: grid;
        grid-template-rows:repeat(1fr,2);
        align-items: center;
        gap: 1rem;
    }

    .mortgate {     
        padding: 8px;
        background-color: #F0EFEF;
    }

    .Umortgage-img {
    max-width:100%;
    }

    .desc {
    margin:0px;
    color:#a4915b;
    }

    .go-umortgate {
    display:flex;
    align-items:center;
    justify-content:space-between;
    }
}

@media (min-width: 992px) {

    .section-title {
        display: flex;
        align-items: center;
        justify-content:start;
        gap: 2rem;
    }

    .mortgate {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 2fr;
        gap: 8px;
        padding: 8px;
        background-color: #F0EFEF;
    }

    .Umortgage-img {
        max-width: 100%;
    }

    .desc {
        margin: 0px;
        color: #a4915b;
    }

    .go-umortgate {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content:space-around;
    }

}


.section-title a {
    text-decoration: none;
}

.cheque {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid #bbac84;
    border-radius: 8px;
    background-color: #bbac84;
    transition: all 0.3s;
    justify-content: center;
}

    .cheque span {
        font-size: 16px;
    }

    .cheque:hover, .cheque:active {
        background-color: #a4915b;
        border: 1px solid #fff;
        outline: medium;
    }

.desc {
    text-align: center;
    font-size: 14px;
    margin-bottom:0;
}

.btn-umortgate:link, .btn-umortgate:visited {
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #0858af;
    border-radius: 24px;
    background-color: #0858af;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-umortgate:hover, .btn-umortgate:active {
    border: 1px solid #fff;
    background-color: #0e66c0;
    outline: thin;
}


.doc-tabs a {
cursor:pointer;
}

.section-doc {
    background-color: #ffffff;
    padding:5px;
    display:flex;
}

.not-found {
    display: grid;
    grid-template-columns:1fr;
    max-height: 100px;
    width:100%;
    background: #f8d7da;
    align-items: center;
    justify-content: center;
}

.not-found-text {
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

    .not-found-text .icon {
    height:25px;
    width:25px;
    margin-right:8px;
    }

@media (min-width: 390px) {
    .doc-tabs {
        font-size: 14px;
    }
}

@media (min-width: 844px) {
    .doc-tabs {
        font-size: 1rem;
    }
}