
main{
    display: flex;
    align-items: center;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}


.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    transition: opacity 0.5s ease;
}

.carousel-item img {
    width: 100%;
    display: block;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}


.ull{
    background-color: #b6b6b6;
    position: relative;
    width: 30%;
    max-width: 800px;
    overflow: hidden;
    padding-left: 0%;
    margin-bottom: 0%;
    height:auto;
    padding-bottom: 1%;
    padding-top: 1%;
    margin: 0%;
}

.lli{
    line-height: 200%;
    font-weight: 600;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    list-style: none;
}

.botao-mais-informacoes{
    background-color: #daa520;
    border-radius: 10px;
    border: solid black 1px;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;

}

.botao-localizacao{
    background-color:black;
    border-radius: 10px;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decoracao-texto{
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}

.container-botoes-imovel-solo{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.titulo-imovel{
    display: flex;
    align-items: center;
    font-weight: 900;
    margin-bottom: 10px;
}

.valor{
    display: flex;
    align-items: center;
    margin-top: 5%;
    font-weight: 700;
}

.carrosel-e-descricao{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.topicos-e-descricao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.descricao-imovel{
    width: 100%;
    background-color: transparent;
    text-align:initial;
}

.margin-do-texto{
    margin-left: 2%;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.botao-preco{
    background-color: #daa520;
    color: #ffffff;
    border-radius: 10px;
    border: solid 1px black;
    width: 100%;

}

.titulo-imovel-descricao{
    margin-top: 1.5%;
    font-weight: 900;
    list-style: none;
    margin-bottom: 20px;
}

.deu-ruim{
    display: flex;
    flex-direction: row;
    background-color: #b6b6b6;
    padding: 1% 0% 1% 1%;
    gap: 5%;
    width: 70%;
}

.imov-invisiveis{
    display: none;
}

.mapa-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-left: 43%;
}

.botaoFicha{
    color: #ffffff;
    background-color: #daa520;
    width: 50%;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 100%;
    font-weight: 700;
    border: solid 1px black;
    display: none;
}


@media screen and (max-width: 800px){
    
    main{
        flex-direction: column;
    }

    .deu-ruim{
        width: 100%;
    }
    .mapa-info{
        margin-left: 0;
        width: 95%;
    }

    .mapa-google{
        width: 100%;
    }

    .ull{
        background-color: #b6b6b6;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 800px;
        overflow: hidden;
        border-radius: 10px;
        padding-left: 0%;
        margin-top: 1%;
        padding-top: 2%;
    }

    .lli{
        margin-left: 1%;
        line-height: 200%;
        margin-left: 4%;
        list-style: none;
        width: 95%;
        margin: 0%;
    }

    .titulo-imovel{
        margin-bottom: 0%;
    }

    .botao-mais-informacoes{
        width: 90%;
    }
    .botao-localizacao{
        width: 90%;
    }

    .topicos-e-descricao{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .descricao-imovel{
        width: 95%;

    }
    
    .deu-ruim{
        flex-direction: column;
    }

    .valor{
        margin-left: 2%;
    }

    .botaoFicha{
        width: 90%;
    }
}

