
html, body {
    height: 100%;
    font-family: 'Arquitecta', sans-serif;

}
.home-apps-container{
    display: grid;grid-gap: 1.5em;grid-template-columns: 1fr 1fr 1fr 1fr;
}

.clients-img{
    width:50%;
}
.home-app{
    color:#999999;
    opacity:0.9;
}

.home-app:hover{
    opacity:1;
    color:#000000;
}

.home-app-title{
    margin-top:5px;
    width:200px;
    text-transform: uppercase;
    font-weight: 200;
    font-size:10pt;
    letter-spacing: 0.15em;

}
.home-app-img{
    border-radius: 10%;
    width:200px;
    height:auto;

}
.clientes{
     display: grid;grid-gap: 1.5em;grid-template-columns: 1fr 1fr
 }
.read-more-btn{
    display: inline;
}

.sticky-bg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position:fixed;
    width:100%;
    background-color: black;
    height: 100vh;
    top:0;
    left:0;
    z-index: -1;

}


.details-txt{
    font-weight: 200;
    font-size:12pt;
    letter-spacing: 0.15em;
    margin-bottom:20pt;
    color:#999999;
    text-align: left !important;
}



.sticky-title{
    font-family: Arquitecta-Heavy;
    margin:0 auto; color:#FFFFFF;font-size:6em;text-transform: uppercase;line-height: 1em
}

.static-bg{

    background: rgb(148,46,100);
    background: linear-gradient(15deg, rgba(148,46,100,1) 0%, rgba(87,37,108,1) 60%, rgba(87,37,108,1) 100%);
    font-size: 1.1em;
    color:#FFFFFF !important;

    padding-bottom:1em;
    padding-left: 100px;
    padding-right: 100px;
}

.static-img{
    background-size: cover;background-position: center center;height:250px;margin-top:50px;margin-left:-100px;margin-right:-100px;
}
.static-bg-equipa{

    background: rgb(87,37,108);
    font-size: 1.1em;
    color:#FFFFFF !important;
    padding-top:1em;
    padding-bottom:1em;
    padding-left: 2em;
    padding-right: 2em;
}

.content-padding-side{
    padding-left:5em;
    padding-right:5em;
}
.content-padding-top{
    padding-top:2em;
}

.content-padding-bottom{
    padding-bottom:2em;
}

.content-bg-darkpurple{
    background-color: #562871;
}
.content-bg-white{
    background-color: white
}
.grecaptcha-badge {
    display:none !important;
}

.MenuMobileContainer{
    font-family: 'Arquitecta', sans-serif;
    position: fixed;
    top:0;
    right:0;
    background-color:#000000;
    z-index: 11000;
    height:100vh;
    overflow: scroll;
    display:none;
    font-size:1.1em;
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.75);

}
.FormContact-row{
    margin-top:1em;
}
#MenuMobileClose{
    color: #FFFFFF;
    float: right;
    cursor: pointer;
}
.MenuMobileParent{
    font-family: Gare; font-size:2em; text-transform: none; color:#df4b6c;
    padding-top:0.5em;
}


.MenuMobileParent a{
    color:#FFFFFF;
}
#nav-icon-mobile{
    font-size:2em;

}
.noBg{
    background-image: none !important;
    background-color: transparent !important;
}


.MenuMobileChild {
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.MenuMobileChild a{
    color:#FFFFFF !important;
}

.MenuMobileChild a:hover{
    color:#FFFFFF;
}


.FullOverlay {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index: 10999;
    display:none;
}

.sub-content{
    margin: 2em 4em 2em 4em;

}

.sub-content-notop{
    margin-top: 0!important;
}

.sub-content-nobottom{
    margin-bottom: 0!important;
}

*:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #008aaf !important;
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC;
}

.form-control-home { /* Chrome, Firefox, Opera, Safari 10.1+ */
   border-color: #FFFFFF !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    border-radius: 50px;
}

.form-control-home::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #df4b6c;
    opacity: 1; /* Firefox */
}

.form-control-home:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #df4b6c;
}

.form-control-home::-ms-input-placeholder { /* Microsoft Edge */
    color: #df4b6c;
}

button {
    cursor: pointer !important;
}

.btn-lisbonlabs {
    font-family: 'Commissioner', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size:0.8em;
    background-color: #005a7b;
    color: #FFFFFF;

}


.btn-lisbonlabs-close {
    background-color: #6c757c !important;


}

.btn-lisbonlabs:hover {
    background-color: #008aaf;
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
}

a:hover{
    color: #CCCCCC;
    text-decoration: none;
}

.footer{
    font-family: 'Commissioner', sans-serif;font-weight:200;padding:2.5vw 6vw 2.5vw 6vw;border-top: solid 1px #CCCCCC;
    background-color: #fafafa;
    display: grid;grid-gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr ;
}
.footer-address{
    text-align: right;
}

.footer-opt{
    font-size:0.8em;
    letter-spacing: 0.15em;
    margin-bottom:1em;
    margin-top:1em;
}

.footer a{
    color:#666666;
    text-decoration: none;
}
.footer a:hover{
    color:#000000
}

.footer-opt-social{
    display: inline-block;
    font-size:1.3em;
    letter-spacing: 0.15em;
    margin-left:0.5em;
    margin-right:0.5em;
    margin-bottom:0.5em;
}

.suggested-searchs{
    display: inline-block;
    font-size:0.8em;
    letter-spacing: 0.15em;
}
.details-container{

}



.details-title{
    text-transform: uppercase;
    font-weight: 200;
    font-size:14pt;
    letter-spacing: 0.15em;
    margin-bottom:20pt;
    color:#999999;
}
.details-subtitle{
    font-family: 'Commissioner', sans-serif;
    font-weight: 200;
    font-size:1em;
    letter-spacing: 0.15em;
    margin-bottom:20px;
    color:#000000;
}

.listing-container{
    font-family: 'Commissioner', sans-serif;
    font-size:0.8em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.listing-price{
    font-family: 'Arquitecta', sans-serif;
    font-size:1.8em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color:#df3359;
    text-transform: uppercase !important;
}
.listing-old-price{
    font-family: 'Arquitecta', sans-serif;
    margin-left:1em;
    display: inline-block;
    vertical-align: 0.2em;
    text-decoration: line-through;
    font-size:0.7em;
}


.listing-old-percentage{
    font-family: 'Arquitecta', sans-serif;
    margin-left:0.8em;
    display: inline-block;
    vertical-align: 0.2em;
    font-size:0.7em;
}

.listing-title{
    margin-bottom: 0.8em;
    color:#000000;
}

.listing-location{
    color:#BEBEBE;
    font-weight: 200;
    text-transform: uppercase;
}


.listing-detail-container{
    font-family: 'Commissioner', sans-serif;
    font-size:1em;
    margin-right:30px;
    color:#666666;
}

.listing-detail-title{
    margin-bottom: 0.6em;
    text-transform: uppercase;
    font-size:1.8em;
    letter-spacing: 0.15em;
}

.listing-detail-location{
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size:1em;
    letter-spacing: 0.15em;
    color:#CCCCCC
}

.listing-detail-price-sq{
    color:#CCCCCC;
    margin-bottom: 2em;
    margin-top: 0.5em;
}


.listing-detail-price{
    text-transform: uppercase;
    font-size:2em;
    color: #df4b6c;
    text-transform: none !important;
}

.listing-detail-text{
    letter-spacing: 0.15em;
    line-height: 2em;
    font-weight: 200;
}


.rectangle{

    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    overflow:hidden;
    cursor:pointer;
   /* -webkit-transition: all 0.3s ease-in-out;*/
}

.rectangle div.rectangle-img {

    width:100%;
    padding-bottom: 70%;
    position: relative;
    background-size:cover;
    background-position:center center;
  /*  -webkit-transition: all 0.3s ease-in-out;*/
}

.rectangle-hover {
    -webkit-transform: scale(1.3);
}

.rectangle div.listing-container {
    text-align:left;
    padding:20px
}

.rectangle:hover{
   /* -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);*/
    background-color: #57256c;
}

.testimonial{

    border:solid 1px #CCCCCC;padding:3em;text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1em;
    background-color: #fafafa;
}


.testimonial-rating{
    position:absolute;
    top:0.5em;
    right:0;
    font-size:0.8em;
    bottom:2.1em;
    color: #df4b6c;
}

.testimonial-text{
    position:relative;
    color:#FFFFFF;
    border-top:1px solid #cacaca;
    padding-top:1.5em;
}

.read-more{
    display: none;
}
.vignette {
    position: relative;
}
.vignette:after {
    -moz-box-shadow: inset 0 0 10em #666;
    -webkit-box-shadow: inset 0 0 10em #666;
    box-shadow: inset 0 0 10em #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
}

.testimonial-signature{

    font-family: Commissioner;
    text-transform: none;
    color:#FFFFFF;

}

.testimonial-agent{
    font-size: 1.2em;margin-bottom:3em;
}

.testimonial-agent-name{
    font-family: Gare;
    font-size:1.3em;
    margin-top: 1em;
}

.testimonial-agent-phone{

}

.testimonial-agent-email{

}

.testimonial-agent-img img{
    border-radius: 50%;width:200px;height:200px;object-fit: cover;
}


.testimonial-agent-img-small img{
    border-radius: 50%;width:100px;height:100px;object-fit: cover;border:2px solid #FFFFFF;
}

/*agents*/


.agent-name{
    font-family: Gare;text-transform: none;
    color:#df4b6c;
}

.agent-phone{
    color:#FFFFFF;
    letter-spacing: 0.1em;
}

.agent-email{
    /*color:#562873;*/
    color:#FFFFFF;
    opacity: 0.8;
    font-size:1em;
}

.agent-name{
    font-size:3em;
}


.topo .agent-name{
    font-size:3em;
}

.topo .agent-phone{
    display:inline-block;
    font-size:1.5em;
    background: rgb(224,53,89);
    background: linear-gradient(90deg, rgba(224,53,89,1) 0%, rgba(87,37,108,1) 100%);
    padding-left:1em;
    padding-right:1em;
}

.topo .agent-email{
    font-size:2em;
    opacity: 1;
    letter-spacing: 0;
    /*color:#562873;*/
    margin-top:0.4em;
}

.agent-topo{
    height:110px;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background-color:#000;
    z-index:100;
    display:none;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.agent-topo .agent-name{
    font-size:1.5em;
}

.agent-topo .agent-phone{
    font-size:1em;
}

.agent-topo .agent-email{
    font-size:1em;
    /*color:#562873;*/
    margin-top:0.4em;
}

.agent-topo .agent-img{
    float:left;
    margin-right:10px;width:130px;height:110px;background-size: cover;background-position:center center;
}

.agent-topo .agent-img > img{
   height: 100%;
}


.agent-schedule{
    margin-top:1em;
}

.agent-sobre{
    font-family: 'Commissioner', sans-serif;
    font-weight: 200;
    color:#666666;
    letter-spacing: 0.15em;
    font-size: 1em;

}


.tabela{
    display: table;
    table-layout: fixed;
}


.tabela-row{
    display: table-row;
}

.tabela-cell{
    display: table-cell;
}


.home-search-width{
    width:50vw;
    max-width: 800px;
}
.sinta-logo{
    width: 30vw;
    min-width:300px;
}

.sinta-container{
    margin-top: 1em;
    margin-bottom:8em;
}

.logo{
    width: 10em;
}

.topo{
    position:relative;width:100%;height: 80vh;
}


.topo-search{
    height: 320px !important;
    min-height:320px;
}

.topo-detail{

    height: 80vh !important;

}

.topo-links-container{
    float:right;font-family: 'Commissioner', sans-serif;font-weight:200;font-size:0.85em;color:#FFFFFF;
}

.topo-links-container-mobile{
    display:none;
}
.topo-link{
    display: inline;
}

.topo-sep{
    display: inline;
    margin-left:2em;
    margin-right:2em;
}

.home-search-container{
    color:#FFFFFF;font-family: 'Commissioner', sans-serif;display:inline-block;
}
.down-arrow{
    color:#FFFFFF;font-size: 2.5em;opacity:0.3;position: fixed;bottom:0;right:0;padding:0.5em;
}

.home-search-opts ul {
    padding-left: 12px;
    list-style: none;
    display: table;
    text-align: left;
    font-size: 0.8em;
}

.home-search-opts li {
    display: table-cell;
    position: relative;
    padding-right: 20px;
}

.home-search-opts a {
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    position: relative;
    text-shadow: 0px 1px #000000;
}

.home-search-opts a.home-search-opt-selected:after {
    width: 100%;
    left: 0;
    content: "";
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 2px;
    position: absolute;
    background: #fff;
}


.home-search-opts a.home-search-opt-not-selected:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.home-search-opts a.home-search-opt-not-selected:hover:after {
    width: 100%;
    left: 0;
}

.listing-detail-features {
    margin-bottom:2em;
}


.listing-detail-features div{
    display: inline;
}

.listing-detail-features div.feature-sep{
    margin-left:1em;
    margin-right:1em;
    color:#CCCCCC
}

.certificacao{
    position:absolute;bottom:0;left:0;
}
.certificacao img{
    width:100px;
}


.DesktopOnly{
    display:block;
}


.MobileOnly{
    display:none;
}
.MobileOnlyInline{
    display:none;
}

.text-bg{
    background-color: #df4b6c;
    color:#FFFFFF;
    padding:0.2em;
}

.text-signature {
    font-family: Arquitecta;
    font-size:4em; text-transform: uppercase;
    line-height: 1em;
    color:#df4b6c;
}

.static-text{

    font-family: 'Commissioner', sans-serif;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size:0.9em;
    color: #000000;
    text-align: center;
    margin-bottom:4em;
    margin-top:4em;
}

.static-grid{
display: grid;grid-gap: 1.5em;grid-template-columns: minmax(350px, 1fr) 4fr ;
}

.static-grid2{
    display: grid;grid-gap: 1.5em;grid-template-columns: 4fr minmax(350px, 1fr);
}

.equipa-text{

    font-family: 'Commissioner', sans-serif;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size:0.9em;
    color: #666666;
    text-align: center;
    margin-bottom:4em;
    margin-top:4em;
}

.equipa-grid{
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}


.detalhe-grid{
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: 4fr 1fr;

}


.testimonial-agent-grid{
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: 100px 1fr;

}


.form-grid{
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: 2fr minmax(250px, 1fr);

}



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
}
.dropdown .dropbtn {cursor:pointer}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {

    padding-top: 1em;
    display: none;
    min-width: 160px;
    position: absolute;
    right:0;
    z-index: 120;
}

.dropdown-content-opts {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 120;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: #df4b6c;}

.SearchFormGrid{
    width:100%;display:grid;grid-gap: 1.5em;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    color:#FFFFFF;
}
@media all and (max-width:960px) {



    .home-app-title{
        width:100%;

    }
    .home-apps-container{
        display: grid;grid-gap: 1.5em;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

    }

    .home-app-img{
        width:100%;

    }

    .clients-img{
        width:90%;
    }


    .testimonial-agent-grid{
        display: grid;
        grid-gap: 0em;
        grid-template-columns: 1fr;
        text-align:center;

    }
    .text-signature {
        font-family: Arquitecta;
        font-size:2em; text-transform: uppercase;
        line-height: 1em;
        color:#df4b6c;
    }

    .static-bg{

        padding-left: 50px;
        padding-right: 50px;
    }

    .static-img{
        margin-left:-50px;margin-right:-50px;
    }

    span.read-more{
        display: inline;
    }
    .read-more-btn{
        display: none;
    }
    .clientes{
        grid-template-columns: 1fr
    }

    .sticky-title{
        font-size:4em
    }

    .topo .agent-name{
        font-size:2em;
    }

    .sub-content{
        margin: 2em 2em 2em 2em;
    }


    .content-padding-side{
        padding-left:2em;
        padding-right:2em;
    }

    .footer{
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }
    .footer-address{
        text-align: center !important;

    }
    .form-grid{
        display:block;

    }

    .SearchFormGrid{
        padding: 1em;
    }

    .topo-search{
        height: 550px !important;
    }

    .static-grid-mobile{
        grid-template-columns: 1fr !important;
    }

    .detalhe-grid{
        display: block;

    }

    .detalhe-agente{

        border-top:solid 1px #CCCCCC;
        padding-top:2em;
        margin-top:2em;
    }

    .DesktopOnly{
        display:none !important;
    }


    .MobileOnly{
        display:block;
    }
    .MobileOnlyInline{
        display:inline-block;
    }

    .tabela-cell{
        display: block;
        margin-bottom:25px;
    }



    .sinta-logo{
        width: 30vw;
        min-width:300px;
    }

    .sinta-container{
        margin-top: 1em;
        margin-bottom:8em;
    }

    .logo{
        width: 10em;
    }



    .topo-detalhe{
        height: 60vh !important;
    }

    .home-search-container{
        width:100%;
    }

    .home-search-opts ul {
        font-size: 0.5em;
    }


    .btn-homebook {
        font-size:0.8em;
    }

    .topo-links-container{
        display:none
    }

    .topo-links-container-mobile{
        /*display:block !important;*/
    }

}

@media all and (min-width:1600px) {
    .content{
        max-width: 1500px;
        margin: auto;
    }
}