/* style.css */
body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

*, a{
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: none; /* Inicialmente escondido */
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    transition: 0.4s ease all;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

li.nav-item {
    margin-right: 20px;
}
li.nav-item:first-child:before, li.nav-item:last-child:before {
    display: none;
}
li.nav-item:before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #000;
    position: absolute;
    top: 42px;
    border-radius: 100%;
    margin-left: -15px;
}

/* NAVBAR */
.navbar{
    height: 100px !important;
    background-color: #FFF;
    width: 100%;
    z-index: 999999;
}

.navbar-nav{
    margin-left: 30px;
}

img.img-logo {
    max-height: 80px;
    height: auto;
    display: block;
    max-width: 160px;
}


.btn-cliente {
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.4s ease all;
    border: none;
}

.btn-cliente i{
    margin-right: 10px;
}

a.nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: 0.4s ease all;
}

/* FOOTER */

footer{
    min-height: 445px;
    background-color: #181818;
    color: #FFF;
    width: 100%;
    margin-top: 40px;
}

.sub-title-footer {
    font-size: 14px;
    font-weight: 600;
}

hr.mini-bar-footer {
    width: 200px;
    position: relative;
    top: 1px;
    height: 2px;
    background-color: #FFF;
}

.social-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    padding: 20px 0px;
}

.social-links a{
    color: #FFF;
}

.sobre {
    text-align: justify;
    font-size: 12px;
}

img.logo-footer {
    width: 120px;
}

.imobase {
    text-align: center;
    font-size: 10px;
}
.imobase p{
    margin-top: 15px;
    text-transform: uppercase;
}

.imobase a{
    color: orange;
}

ul.link-list {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
}
ul.link-list a{
    color: #FFF;
    margin-left: 15px;
}

li.address-item {
    display: flex;
    align-items: center;
}

li.address-item i  {
    margin-right: 21px;
}

address.footer-address {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
/* BARRA FIXA */
#fixed-bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999999;
}

.gray-bar{
    height: 60px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: end;
}

.color-bar{
    height: 60px;
    display: flex;
}

.call-now {
    float: left;
    display: flex;
    height: 60px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s ease all;
}
.call-now:hover{
    color: orange;
    text-decoration: none;
}
.call-info {
    display: flex;
    flex-direction: column;
    line-height: 4px;
    margin-left: 10px;
    padding: 10px 0px 0px;
}

.icon-div i{
    font-size: 40px;
}
.ml-30{
    margin-left: 30px !important;
}

.small-text{
    font-size: 14px;
    text-transform: uppercase;
}

.main-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF;
    font-weight: 400;
}

.main-title-black{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.big-icon-footer{
    width: 40px;
    filter: brightness(0) invert(1) !important;
}

img.icon-social {
    width: 20px;
}

.image-white{
    filter: brightness(0) invert(1) !important;
}

/* FORMS */
.input-field{
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    border-radius: 5px;
    color: #000;
}

.sub-title {
    font-size: 16px;
    font-weight: 400;
}

hr.mini-bar {
    width: 200px;
    position: relative;
    top: 1px;
    height: 2px;
    background-color: #a6a6a6;
    margin: 5px;
}

.carrossel-item {
    margin-top: 15px;
    margin-left: 6px;
}

.slick-prev{
    position: absolute;
    top: 0;
    z-index: 9999;
    border: none;
    height: 198px;
    width: 40px;
    background-color: #ffffff36;
    font-size: 25px;
    color: #FFF;
}

.slick-next {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 9999;
    border: none;
    height: 198px;
    width: 40px;
    background-color: #ffffff36;
    font-size: 25px;
    color: #FFF;
}

.img-carrossel{
    width: 98%;
    object-fit: cover;
    height: 100%;
}

.anchor-image{
    text-align: center;
}

.div-tags {
    position: relative;
    bottom: 180px;
    display: flex;
    justify-content: space-around;
}

.tag{
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.black{
    background-color: #000;
    color: #FFF;
}

.property-title h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0px !important;
    padding: 5px 0px;
    text-transform: uppercase;
}

address {
    margin: 0px !important;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

.property-infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.extra-infos {
    display: flex;
    align-items: center;
    text-align: center;
}

.btn-whatsapp {
    font-size: 12px;
    text-transform: uppercase;
    color: #008000;
    text-align: center;
    width: 30%;
    border: 1px solid #008000;
    padding: 5px;
    border-radius: 5px;
    transition: 0.4s ease all;
}
.btn-whatsapp:hover{
    background-color: #008000;
    color: #FFF;
    cursor: pointer;
}

a.extra-info {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: justify;
    padding: 10px;
}

a.extra-info span {
    width: 100% !important;
    display: block;
}

.input-text {
    border: 1px solid #c2c2c2;
    height: 30px;
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.select-input {
    padding: 0px !important;
    height: 40px !important;
}

.adjust-image{
    height: 206px;
}

.msg-error {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    background-color: #ff5050;
    padding: 4px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.msg-sucesso {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    background-color: #00954d;
    padding: 4px;
    border-radius: 5px;
    margin-bottom: 12px;
}

li.breadcrumb-item {
    text-transform: uppercase;
    font-size: 12px;
}

button#sidebarToggle {
    position: absolute;
    right: 10px;
    border: none;


}

.selectize-dropdown-content{
    background-color: #FFF !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  .whatsapp-float img {
    width: 40px;
    height: 40px;
  }

/* Mostrar sidebar e botão somente em telas pequenas */
@media screen and (max-width: 991px) {
    .sidebar {
        display: block; /* Mostrar o menu lateral */
    }

    .sidebar.open {
        width: 250px;
    }

    #sidebarToggle {
        display: block; /* Mostrar o botão */
    }

    .navbar-toggler {
        display: none; /* Esconder o botão padrão do Bootstrap */
    }
}

/* Ocultar o botão de abrir a sidebar em telas grandes */
@media screen and (min-width: 992px) {
    #sidebarToggle {
        display: none;
    }
}


@media (max-width: 575.98px) {
    #fixed-bottom {
        display: none;
    }
  }