html, body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", 'Myriad Pro', 'Roboto', 'Verdana', sans-serif;
    font-size: 16px;
}

#main {
    padding-top: 55px;
}

.bg-primary {
    background-color: #304967 !important;
}

.bg-warning {
    background-color: #bca653 !important;
}
/* header */


#page-content.home{
    padding-top: 5px;
    background: url(../img/bg_content.jpg) repeat-x center top;
}

#page-content {
    min-height: calc(100vh - 111px);
}

#top {
    background-color: #184768;
}
#top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #184768;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.1s ease-in-out;
    padding: 0px 0 !important;
}

#top .navbar {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

#menu-header {
    color: #f6f6f5;
}
#menu-header .text-muted {
    color: #ddd !important;
}
#menu-header .navbar-toggler span {
    background-color: #f6f6f5 !important;
}
#menu-header .nav-link {
    color: #f6f6f5;
    transition: all 0.4s ease-in-out;
}

#menu-header .nav-link:hover {
    color: #acd8e9;
}

.btn-primary {
    background-color: #304967;
    border-color: #304967;
    color: #fff;
}

.text-primary {
    color: #304967 !important;
}

.rounded {
    border-radius: 10px !important;
}

/* slick */ 
#banner-principal-container {
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: 0;
    transition: all 0.1s ease-in-out;
    max-width: 1920px;
    margin: 0 auto;
}
#banner-principal-container img {
    border-bottom: 5px solid #fff;
}
#main-banner-shadow {
    background: url('../img/slider-main-shadow.png') no-repeat center bottom;
    height: 58px;
    width: 100%;
    margin-top: -3px;
    margin-bottom: -30px;
}

#banner-principal-container .slick-dots {
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
#banner-principal-container .slick-dots li {
    width: auto !important;
    display: inline-block;
    height: 0px;
    margin: 0px 4px;
}
#banner-principal-container .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #accffd;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 0 none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
    padding: 0;
}
#banner-principal-container .slick-dots .slick-active button {
    opacity: 1;
}
#banner-principal-container .slick-next.slick-arrow::before {
    font-size: 50px;
    color: #9BDA5D !important;
    opacity: 1;
}
#banner-principal.slick-dotted.slick-slider {margin-bottom: 0 !important;}
#banner-principal .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
#banner-principal {
    width: 100%;
    height: 100%;
}
.navbar-toggler {
    color: #fff;
    border: 0 none;
    background: transparent;
    font-size: 30px;
    padding: 0 5px;
    margin: 0;
    transition: all 0.1s ease-in-out;
    border: 1px solid #fff !important;
}

/* .navbar-toggler span {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"><path stroke="white" stroke-width="2" stroke-linecap="round" d="M4 7h22M4 15h22M4 23h22"/></svg>') no-repeat center center !important;
} */

/* slick-prev */
#banner-principal .slick-prev, #banner-principal .slick-next {
    position: absolute;
    top: 40%;
    /* left: 0; */
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    background-color: transparent !important;
    border: 0 none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#banner-principal .slick-prev {
    left: 10px !important;
}
#banner-principal .slick-next {
    right: 10px !important;
}

/**/

#disponiveis .nav.nav-tabs .nav-item button{
    padding: 5px 50px;
    color: #3d5c92;
    font-weight: bold;
}

#disponiveis .nav.nav-tabs .nav-item .nav-link.active {
    background: transparent;
    color: #000;
    transition: all 0.1s ease-in-out;
    position: relative;
}
#disponiveis .nav.nav-tabs .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: #9cc1e8;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

/* //disponiveis */
/* simulacao */
.card-blue {
    background: #184768;
    color: #fff;
    border-radius: 10px;
}
/* // simulacao */

#social-icons a {
    background: #d5eafe;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5392fb;
    margin: 0 5px;
}

#social-icons-nav a {
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #184768;
    margin: 0 4px;
}


#footer {
    background: url('../img/bg-footer.jpg') no-repeat center center;
    background-size: cover;
}


/* imovel */

#nav-imovel{
    background: url(../img/bg_content.jpg) repeat-x center top;
}

#imovel-presentation {
    background-size: cover;
    background-position: center center;
}

#imovel-presentation .container{
    min-height: 450px;
}

#imovel-presentation .container h2{
    font-size: 60px;
    text-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

#nav-imovel ul li a {
    color: #304967 !important;
}

/* slick-prev */
/* .imoveis-slick .slick-prev, .imoveis-slick .slick-next, .imoveis-slick-dots .slick-prev, .imoveis-slick-dots .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #304967;
    font-size: 40px;
    background-color: transparent !important;
    border: 0 none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
} */


.imoveis-slick .slick-prev, .imoveis-slick .slick-next, .imoveis-slick-dots .slick-prev, .imoveis-slick-dots .slick-next{
    position: absolute;
    top: 50%;
    /* left: 0; */
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    background-color: transparent !important;
    border: 0 none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.imoveis-slick .slick-prev {
    left: -20px !important;
}

.imoveis-slick .slick-next {
    right: -20px !important;
}

.imoveis-slick-dots .slick-prev {
    left: 0 !important;
}
.imoveis-slick-dots .slick-next {
    right: 0 !important;
}

.imoveis-slick-dots .slick-dots {position:relative;
    text-align: center;}
.imoveis-slick-dots .slick-dots li {
    width: auto !important;
    display: inline-block;
    height: 10px;
    margin: 30px 15px;
}
.imoveis-slick-dots .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #accffd;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 0 none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;

    transition: all 0.25s ease-in-out;
}
.imoveis-slick-dots .slick-dots .slick-active button {background: #2e4765;}
.imoveis-slick-dots .slick-next.slick-arrow::before {
    font-size: 50px;
    color: #9BDA5D !important;
    opacity: 1;
}

.section-title {
    position: relative;
    text-align: center;
}

.section-title h3 {
    font-size: 30px;
    color: #282828 !important;
    font-weight: 900 !important;
    display: inline-block;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 20px;
    letter-spacing: 0.5em;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d0d0d0;   
}


#stats .centered-stats{
    position: relative;
    padding: 0 40px;

}

.stats-item__icon {
    color: #184768;
}

.stats-item__icon i {
    margin-right: 10px;
    /* display: none; */
}
.stats-item__identificacao {
    color: #2b2b2b !important;
}


/* #stats .centered-stats::before, #stats .centered-stats::after { */
#stats {
    position: relative;
}

#stats .stats-item {
    position: relative;
}
#stats .stats-item {
    padding-left: 2cqmin;
    padding-right: 2cqmin;
}
#stats .stats-item::before {
    content: '';
    position: absolute;

    top: 0;
    left: 0;

    width: 1px;
    height: 80px;
    border-left: 1px solid #d0d0d0;
    background: #fff;
    z-index: 0;

    transform: rotate(10deg);
}

#stats .stats-item:first-child::before {
    display: none;
}
#stats .stats-item:first-child::before {
    display: none;
}

#stats .centered-stats::after {
    right: 0;
    left: auto;
}

#stats p{
    color: #5a7a9d;
}

#imovel-ficha .container{
    background: url(../img/bg_ficha.jpg) no-repeat center 28px;
    background-size: cover;
}

#imovel-evolucao .progress {
    border: 1px solid #304967;
    padding: 5px;
    min-height: 25px;
}

#imovel-evolucao .progress-bar {
    background: #304967;
    min-height: 8px;
    border-radius: 4px;
}

#interessado h6 span{
    background: #415975;
    color: #fff;
}

.imoveis-slick-dots__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

.imoveis-slick-dots .card {
    border: none;
    margin: 0 3px;
}

.imoveis-slick-dots svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: none;
    filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.8));
    pointer-events: none;
    opacity: 0.9;
}
.imoveis-slick-dots button:hover svg {
    opacity: 1;
}
.imoveis-slick .slick-slide {
    padding: 0 9px;
}
/* mobile version */
@media (max-width: 768px) {
    
    .devby {
        text-align: center !important;
        margin-right: 0 !important;
    }
    #nav-imovel {
        display: none;
    }
    #main {
        padding-top: 52px;
    }
    .imoveis-slick .slick-slide {
        padding: 0 0px;
    }

    .imoveis-slick .slick-prev {
        left: -12px !important;
    }
    
    .imoveis-slick .slick-next {
        right: -12px !important;
    }

    .imoveis-slick-dots .slick-prev {
        left: -10px !important;
    }
    .imoveis-slick-dots .slick-next {
        right: -10px !important;
    }

    #stats {
        display: flex !important;
        flex-wrap: wrap;
        gap: 0 !important;
    }

    #stats .stats-item {
        flex: 50%;
        width: 100%;
    }

    #stats .stats-item::before  {
        display: none !important;
    }

    .container-icons {
        display: block;
        justify-items: auto;
    }

     .container-icons > .text-center {
        display: block;
        width: 100%;
     }
}

/* tablet version */
@media (max-width: 992px) {

    #nav-imovel {
        display: none;
    }
    #footer-nav {
        width: 100%; 
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #footer-nav ul {
        padding: 0 !important;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    #address {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #address ul li{
        display: flex;
        padding: 0 !important;
        margin: 0;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    #disponiveis .nav.nav-tabs .nav-item button {
        padding: 5px 20px;
    }
    #social-icons {
        margin: 0 0 30px 0 ;
    }



    #imovel-presentation h2 {
        font-size: 40px !important;
    }
}



/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}

.link-hover {
    text-decoration: none;
    color: #212529;
}

.link-hover:hover {
    text-decoration: underline;
    color: #2f4967;
}

#footer-nav a:hover {
    color: #2f4967 !important;
}

#imovel-planta button.active {
    background-color: #1c4968;
    color: #fff !important;
    font-weight: bold;
}

#iframe-localizacao-container iframe {
    height: 640px !important;
    width: 100% !important;
}

.imovel .card-title a {
    text-decoration: none;
    color: #212529;
    font-weight: normal !important;
}

.imoveis-slick .slick-track {
    margin-left: 0;
}

.imovel .card .icon {
    margin-right: 5px;
    /*color: #ddd;*/
}

.card-imovel-excerpt  {
    color: #aaa;
    font-size: 16px;
}

.category-label {
    border-top-left-radius: 0 !important;
}
/* .tab-content>.active {
    display: none;
}
.tab-content>.active.show {
    display: block;
} */

.container-icons {
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
#imovel-areas .icon {
    margin-right: 16px;
    color: #1a4768;
    font-size: 29px;
}
#imovel-areas .card {
    background-color: #f2faff;
}

.container-title {
    background: url('../img/bg-header.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-title h1 {
    color: #184768 !important;
}

.entry-content {
    padding-bottom: 80px !important;
}

.heading7 {
    box-sizing: border-box;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 40px;
    background: rgba(0, 127, 95, 0.1);
    padding: 10px 14px;
    display: inline-block;
    transition-property: opacity,transform;
    transition-timing-function: ease;
    transition-duration: .8s;
    opacity: 1;
    transform: translateZ(0);
}

#imovel-presentation {
    position: relative;
}

.imovel-banner-degrade {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.imovel-banner-title {
    text-shadow: 2px 2px #000;
}
.slick-slide {
    height: auto;
}
.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.imovel-details .border-end:last-child {
    border-right: none !important;
}

.solicite__numero {
    position: absolute;
    top: 73px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #184768;
    text-indent: -10px;
}

.devby {
    font-size: 10px;
    color: #aaa;
    margin-top: 10px;
    text-align: right;
    margin-right: 48px;
}

.devby a {
    text-decoration: none;
    color: #444;
}