@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
html{
    overflow-y: scroll;
    overflow-x: hidden;
}
.min-h-100{
    min-height: 100%;
}
a{
    text-decoration: none !important;
}
img{
    max-width: 100%;
    height: auto !important;
}
*, .border{
    border-color: #ddd !important;
}
button:focus{
    outline: transparent !important;
    box-shadow: none !important;
}
section, .container-fluid{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
.disabled{
    pointer-events: none !important;
}
.of-hidden{
    overflow: hidden;
}
.of-scroll{
    overflow-y: scroll;
}
.index-1000{
    z-index: 1000 !important;
}
.index-1030{
    z-index: 1030 !important;
}
.index-1050{
    z-index: 1050 !important;
}
.fixed{
    position: fixed;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.top{
    top: 0;
}
.top-17{
    top: -17px;
}
.right{
    right: 0;
}
.bot{
    bottom: 0;
}
.left{
    left: 0;
}
.mnw-320p{
    min-width: 320px;
}
.h-49{
    height: 49px;
}
.h-60{
    height: 60px;
}
.h-64{
    height: 64px;
}
.h-70{
    height: 70px;
}
.bg-1{
    background-color: #eee;
}
.bg-2{
    background-color: #D72007;
}
.bg-3{
    background-color: #222;
}
.bg-4{
    background-color: #f3f3f3;
}
.bg-5{
    background-color: #aaa;
}
.bg-6{
    background-color: #3BA453;
}
.bg-7{
    background-color: #4adf83;
}
.weight-mid{
    font-weight: 500;
}
.weight-black{
    font-weight: 900;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16, .btn.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-25{
    font-size: 25px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}
.font-60{
    font-size: 60px;
}
.color-main, .color-main:hover{
    color: #222 !important;
}
.color-clear{
    color: #ccc;
}
.color-1{
    color: #888;
}
.color-2{
    color: #D72007 !important;
}
.color-3{
    color: #666;
}
.color-4{
    color: #AE9551;
}
.color-5{
    color: #3BA453 !important;
}
.color-6{
    color: #ddd;
}
.color-7{
    color: #4adf83;
}
.border-1{
    border-color: #D72007 !important;
}
.border-2{
    border-color: #3BA453 !important;
}
.border-3{
    border-color: #f3f3f3 !important;
}
.bw-2{
    border-width: 2px !important;
}
.dashed{
    border-style: dashed !important;
}
.btn{
    font-size: 15px !important;
    transition: all .6s;
}
.btn:hover{
    opacity: .8;
    transition: all .6s;
}
a.text-white:hover{
    color: #fff !important;
}
a.delete-file {
    display: none !important;
}
.wrap-btn-file:hover a.delete-file {
    display: block !important;
}
.side-menu-wrapper{
    width: 305px;
    overflow-y: auto;
    z-index: 2;
    transition: 0.5s;
}
.menu-overlay{
    width: 0;
    background-color: rgba(22,22,22,.7);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1;
}
.dropdown-toggle::after{
    display: none;
}
.bootstrap-select .dropdown-toggle::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.custom-switch .custom-control-label::before{
    width: 37px;
    height: 22px;
    border-radius: 15px;
    cursor: pointer;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #6BBB89;
    border: 1px solid #6BBB89;
}
.custom-switch .custom-control-label::after{
    width: 20px;
    height: 20px;
    content: 'x';
    color: #fff;
    text-align: center;
    font-size: 12px;
    top: calc(.25rem + 1px);
    left: calc(-2.25rem + 1px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    width: 19px;
    height: 19px;
    content: '✔';
    text-align: center;
    font-size: 12px;
    color: #6BBB89;
    border: 1px solid #6BBB89;
    box-shadow: 1px 1px 3px #0000004D;
    transform: translateX(1rem);
}

.form-control, .form-control:focus, .custom-select, .custom-select:focus{
    font-size: 17px;
    border-bottom: 1px solid #ddd !important;
}
.form-group {
  position: relative;
  /*margin-bottom: 1.5rem;*/
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 10px 0 0;
  transition: all 500ms;
}
.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -80%, 0);
  color: #999;
}

.radio-circle{
    width: 38px;
    height: 38px;
    line-height: 26px;
    cursor: pointer;
}
.btn-group-toggle label.active, .form-doc a.active{
    background-color: #D72007 !important;
    color: #fff !important;
}
.ls-dot li::before{
    content: '•';
    font-size: 11px;
    color: #444;
    margin-right: .5rem;
}
.owl-lp .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: monospace;
    font-size: 180px;
    line-height: 0px;
    color: #fff;
    margin-top: -16px;
}
.owl-lp .owl-nav button, .owl-lp .owl-nav button:focus{
    position: absolute;
    opacity: .5;
    outline-color: transparent;
}
.owl-lp .owl-nav .owl-prev{
    left: -410px;
}
.owl-lp .owl-nav .owl-next{
    right: -410px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #D72007;
}
.rotate .icon{
    -moz-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.rotate.alter .icon{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
/*.wrap-icon{
    width: 70px;
    height: 70px;
    line-height: 86px;
}*/
.wrap-icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding-left: 10px;
}
.wrap-icon-class {    
    width: 64px;
    text-align: center;
    padding: 5px;
}
.l-icon{
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
}
.home-busca .bootstrap-select > .dropdown-toggle{
    border: 0 !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item{
    background-color: #fff;
    color: #666;
}
.gm-style-iw.gm-style-iw-c{
    padding: 15px !important;
}
.gm-style-iw-d{
    overflow: auto !important;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    overflow-x: initial;
}
.custom-scroll{
    overflow-y: auto;
    scrollbar-color: black white;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media(max-width: 1639px){
    .container.banner-home{
        max-width: 855px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1530px){

    header .rounded {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    header .col-auto, header .col-5 {
        padding: 0 !important;
        margin: 0 !important;
    }
    header .col-5 a img {
        max-width: 140px !important;
    }    
    header .col-auto a.menu-open {        
        padding-left: 15px !important;
        padding-right: 0 !important;
    }

}
@media(max-width: 1336px){
    .xs-80{
        width: 80% !important;
    }
}
@media(max-width: 991px){
    header.absolute{
        position: static !important;
    }
    .font-60{
        font-size: 45px !important;
    }
    .wrap-map.vh-100{
        height: 420px !important;
    }
    body{
        overflow-x: hidden;
    }
}
@media(max-width: 767px){
    .imovel-item img{
        width: 100%;
    }
    .owl-lp .owl-nav .owl-prev{
        left: -310px;
    }
    .owl-lp .owl-nav .owl-next{
        right: -310px;
    }
}
@media(max-width: 575px){
    .owl-lp .owl-nav .owl-prev{
        left: -210px;
    }
    .owl-lp .owl-nav .owl-next{
        right: -210px;
    }
    .nav.nav-pills{
        font-size: 13px;
    }
    .font-60{
        font-size: 35px !important;
    }
    .font-30{
        font-size: 20px !important;
    }
    .w-xs-100{
        width: 100% !important;
    }
    #wrap-busca img, #wrap-lancamento img{
        max-width: initial !important;
        height: 450px !important;
    }
    .busca-endereco .form-control{
        margin-right: 1px !important;
    }
    .h-xs-64p{
        height: 64px !important;
        border-radius: 0 !important;
        margin-left: 1px;
    }
}
@media(max-width: 480px){
    #menu-docs .btn{
        font-size: 14px !important;
    }
}

.maps-label {
    width: auto; 
    height: 24px;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 5px;
    background: #222;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}