.carousel-item img {
    width: 80%;
    object-fit: cover;
    height: 400px!important;
}
#owl-carousel .item img{
    height: 400px!important;
    max-height: 400px!important;
    min-height: 400px!important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.text-azul{
    color: #fb5100!important;
}

.carac-item{
    text-align: center;
}

.owl-nav button {
    background-color: #273c3f;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 50%;
}
.form-box {
    border: 1px solid #ccc;
    padding: 20px;
}
.div-agende {
    border: 1px dashed #ccc;
    padding: 20px;
}
.lista-comodidades{
    padding: 0px!important;
    margin: 0px!important;
}
.lista-comodidades li{
    list-style: none;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    /* Ajuste conforme necessário */
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active span {
    background: #fb5100;
}

.card{
    padding: 0px!important;
}

.card img{
    min-height: 260px!important;
    height: 260px!important;
    max-height: 260px!important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card img {
    min-height: 200px !important;
    height: 200px !important;
    max-height: 200px !important;
  }
  #owl-carousel .item img{
    min-height: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
  }
}

.card-text{
    font-size: 1rem;
    flex-grow: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .btn-primary, 
form button{
    background-color: #fb5100!important;
    border: none!important;
}

@media (max-width: 992px) {
    #owl-carousel .item img{
        height: 370px!important;
        max-height: 370px!important;
        min-height: 370px!important;
    }
}

.links-policy{
    color: #fb5100!important;
}