.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #df0209;
}

.section-bg-7 {
    background-color: #df0209;
}

/* Estilos para a lista */
.ltn__menu-widget ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Estilos para cada item da lista */
.ltn__menu-widget li {
    padding: 5px;
    box-sizing: border-box;
    /* Garante que o padding não afetará a largura total */
}

/* Para evitar que os checkboxes sejam esticados */
.ltn__menu-widget input[type="checkbox"] {
    align-self: center;
}

body {
    overflow-x: hidden;
}

.img-icon-details {
    margin-right: 12px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 49px;
    text-align: center;
}

.ltn__img-slide-item-4>a,
.ltn__img-slide-item-3>a,
.ltn__img-slide-item-2>a {
    max-height: 500px;
    min-width: 200px
}

.col-lg-12.slick-slide.slick-cloned.slick-active {
    max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned.slick {
    max-width: 600px;
}

.col-lg-12 .slick-slide .slick-active {
    max-width: 600px;
}

.col-lg-12.slick-slide.slick-active {
    max-width: 600px;
}

.col-lg-12.slick-slide {
    max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned {
    max-width: 600px;
}

.ltn__img-slide-item-4>a,
.ltn__img-slide-item-3>a,
.ltn__img-slide-item-2>a {
    max-height: 280px;
}

.custom-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.custom-col img {
    max-width: 100%;
    max-height: 20px;
    margin-top: 0px;
}

.custom-col p {
    padding-top: 25px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .custom-col {
        display: none;
    }
}

.img-ajustes {
    height: auto;
    min-height: 300px;
}

.flexslider .flex-direction-nav a {
    width: 40px;
    /* Largura desejada para as setas */
    height: 40px;
    /* Altura desejada para as setas */
    line-height: 40px;
    /* Centralizar o ícone verticalmente */
    background-color: #fff;
    /* Cor de fundo das setas */
    color: #fff;
    /* Cor do ícone das setas */
    font-size: 24px;
    /* Tamanho do ícone das setas */
    text-align: center;
    /* Centralizar o ícone horizontalmente */
    text-decoration: none;
    opacity: 0.8;
    /* Opacidade padrão */
}

/* Estilização das setas do FlexSlider quando hover */
.flexslider .flex-direction-nav a:hover {
    opacity: 1;
    /* Opacidade quando o mouse está sobre as setas */
}

.flex-direction-nav a:before {
    color: #000 !important;
}

a.flex-prev,
a.flex-next {
    border-radius: 10rem !important;
    padding: 4px !important;
    width: 3rem !important;
    height: 3rem !important;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 10 !important;
}

.flex-direction-nav a.flex-next {
    background-image: url(img/icons/seta-para-direita.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    background-position-x: center;
    background-position-y: center;
    opacity: 10 !important;
}

.flex-direction-nav a.flex-prev {
    background-image: url(img/icons/seta-para-esquerda.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    background-position-x: center;
    background-position-y: center;
    opacity: 10 !important;
}


.flex-direction-nav a.flex-next:hover {
    background-color: var(--cor-site-1);
    background-image: url(../../img/icons/seta-para-direita-branco.png);
}

.flex-direction-nav a.flex-prev:hover {
    background-color: var(--cor-site-1);
    background-image: url(../../img/icons/seta-para-esquerda-branco.png);
}

li.resp {
    max-height: 300px;
    margin-right: 0.2rem !important;
}

.centraliza-imagem {
    display: flex;
    /* align-content: center; */
    justify-content: center;
}

.edit-button {
    padding: 14px 10px 14px 10px;
    font-size: 14px;
    font-weight: 600;
    min-width: 140px;
}

.edit-button:hover {
    background-color: #000 !important;
    color: white !important;
}

.edit-button:hover i {
    color: white !important;
}

.img-ajustes-modal {
    height: 50px;
    width: 50px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

@media screen and (max-width: 768px) {
    .floatDiv {
        position: static !important;
        max-width: 315px;
        margin-top: 15px;
    }

    .modal {
        top: -80px;
    }

    .modal {
        z-index: 1060;
        display: none;
        width: 100%;
        height: 117vh;
    }
}

 /* AJUSTANDO ESTILO DE BOTÕES DE CONTATO, TANTO DO RESPONSIVO QUANTO DO DESKTOP */
 .fixed-contact {
    display: none;
}

textarea {
    resize: none;
}

.contact-whats {
    background-color: #25D366;
    border-radius: 5px;
}

.contact {
    background-color: #ff0d37;
    border-radius: 5px;
}

.button-edit {
    background-color: white !important;
    border: 1px solid black;
    color: black !important;
}

.button-edit.active {
    background-color: white !important;
    border: 1px solid red !important;
    color: red !important;
}
.property-detail-feature-list ul li {
    display: inline-block;
    min-width: 170px;
    margin-right: 19px;
    margin-bottom: 0px;
}

@media screen and (max-width: 740px) {
    .fixed-contact {
        display: block;
        position: fixed;
        bottom: -30px;
        width: 100%;
        background-color: white !important;
        height: 110px;
        z-index: 1;
        border-radius: 15px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
        display: flex;
        padding-top: 15px;
        justify-content: center;
        z-index: 10;
    }
    .property-detail-feature-list ul li {
        display: inline-block;
        min-width: 170px;
        margin-right: 0px !important;
        margin-bottom: 0px;
    }
    .fixed-contact div a,
    .fixed-contact div button {
        border-radius: 10px;
        border: none;
    }
}

.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
}
h6.card-text {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .ltn__banner-item {
      aspect-ratio: 1.5 / 1;
  }
  .ltn__menu-widget ul {
    display: grid
;
    grid-template-columns: repeat(2, auto);
    list-style: none;
    padding: 0;
    margin: 0;
}
  }
  

  @media (max-width: 767px) {
    input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
        border: 2px solid var(--ltn__color-1);
        border-color: var(--ltn__color-1);
        height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 15px;
        font-size: 16px;
        color: var(--ltn__color-2);
        width: 50% !important;
        border-radius: 0;
        padding-right: 0;
        border-radius: 20px;
        margin-bottom: 15px !important;
    }
}