.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}
  
.dm-serif-display-regular-italic {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
}
.delius-swash-caps-regular {
    font-family: "Delius Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  
*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #272727;
}
img{
    max-width: 100%;
}
a{
    color: #272727;
    text-decoration: none;
}
a:hover{
    color: #4287ee;
}
.btn{
    border-radius: 15px;
    background: #4287ee;
    color: #fff !important;
    font-weight: 600;
    transition: all .2s;
}
.btn:hover{
    background: #0c3b81;
    color: #fff !important;
}

#topbar{
    background: #ffffffb0;
    padding: 15px;
    font-size: 11px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#topbar a{
    font-size: 14px;
    color: #272727;
    font-weight: 500;
}
#topbar a:hover{
    color: #eb7e08;
}

#video{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#video video{
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1000; 
    overflow: hidden;
}
#video .header{
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
}
@media(max-width:768px){
    #video .header{
        width: 90%;
    }
    #video{
        height: 55vh;
    }
    #video video{
        height: 55vh;
    }
}
#video .header h1{
    font-family: "Montserrat", cursive;
    font-weight: 600;
    margin-bottom: 15px;
}
#video .header p{
    font-family: "Montserrat", cursive;
    font-weight: 500;
    margin-bottom: 0px;
    margin-bottom: 15px;
    font-size: 22px;
}
#video .header a{
    font-size: 13px;
}
@media(max-width:768px){
    #topbar .botoes{
        justify-content: center;
        gap: 8px;
        flex-direction: row;
        display: flex;
    }
    #topbar a {
        width: auto;
        margin: 0 auto;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex !important;
    }
}
#propriedades{
    background: url(bg-home.webp) center #d2cfa2;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding: 100px 0;
}
#propriedades .header h1{
    font-family: "Montserrat", cursive;
    font-weight: 600;
    margin-bottom: 15px;
}
#propriedades .header p{
    font-family: "Montserrat", cursive;
    font-weight: 400;
    margin-bottom: 45px;
}
#propriedades .propriedade{
    background: transparent;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
#propriedades .propriedade img{
    border-radius: 20px;
    margin-bottom: 15px;
}
#propriedades .propriedade h2{
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
    margin-left: 15px;
}
#propriedades .propriedade p{
    margin-left: 15px;
    margin-bottom: 15px;
}
#propriedades .propriedade a{
    margin-left: 12px;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 500;
    transition: all .2s;
    font-size: 16px;
}
#propriedades .owl-depoimentos .item{
    padding: 15px;
}
#propriedades .owl-depoimentos .item div{
    text-align: justify;
    background: #FFF;
    padding: 20px;
    border-radius: 25px;
    position: relative;
}
#propriedades .owl-depoimentos .item div b{
    font-weight: 600;
}
#propriedades .owl-depoimentos .item div img{
    width: 28px;
}
#propriedades .owl-depoimentos .item div b{
    display: flex;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    gap: 5px;
    flex-direction: row;
    align-items: center;
}
#propriedades .owl-depoimentos .item div .nota{
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0;
    background: transparent;
}
#propriedades .owl-depoimentos .item div .nota img{
    width: 15px;
}
#propriedades ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ec-style {
    display: inline-block;
    position: fixed;
    letter-spacing: 0.1px;
    z-index: 13;
}

.ec-right-bottom {
    bottom: 15px;
    right: 15px;
    float: right;
}

.ec-left-bottom {
    bottom: 15px;
    left: 15px;
    float: left;
}

.ec-style .ec-button,.ec-style .ec-button2 {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
}

.ec-style .ec-panel,.ec-style .ec-panel2 {
    display: none;
    margin-bottom: 5px;
    width: 165px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 48%);
    box-shadow: 0 0 5px rgb(0 0 0 / 48%);
    background-color: #fff;
}

.ec-style .ec-panel .ec-body,.ec-style .ec-panel2 .ec-body {
    min-width: 250px;
    white-space: nowrap;
    list-style: none;
    overflow-y: auto;
}

.ec-panel .ec-body ul,.ec-panel2 .ec-body ul {
    margin: 0;
    padding: 0;
}

.ec-style .ec-body li {
    display: block;
    padding: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    list-style-type: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ec-style .ec-list .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ec-style .ec-list .ec-img-cont {
    position: relative;
}

.ec-style .ec-list svg {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    border-radius: 50%;
}

.ec-style .ec-list .ec-status-icon {
    position: absolute;
    bottom: 5px;
    right: 1px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #a0a0a0;
}

.ec-style .ec-list .ec-user-info {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 15px;
}

.ec-style .ec-list .ec-user-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #555;
}

.ec-style .ec-list .ec-user-info p {
    margin-bottom: 0;
    color: #888;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
}
footer{
    background: url(bg-home.webp) center #d2cfa2;
    background-size: cover;
    background-attachment: fixed;
    padding: 45px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #272727;
    border-top: 1.5px solid #4f4e3633;
}
footer h1{
    font-size: 22px;
    color: #272727;
    margin-bottom: 20px;
}
@media(max-width:768px){
    footer{
        padding-top: 10px;
    }
    footer h1{
        margin-top: 35px;
    }
}
footer p,footer ul li a, footer a{
    font-size: 16px;
    color: #272727;
    margin: 0;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    margin-bottom: 10px;
}