.body-container.home-page{
    height: auto;
    padding-top: 80px;
}

.row {
    align-items: center;
}

.body-container.home-page .container-image-home-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.body-container.home-page .container-image-home-page img{
    max-width: 80%;
    max-height: 80%;
}

.body-container.home-page .container-title-home-page{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* height: 500px; */
    flex-direction: column;
    padding: 10px 0px;
}

.body-container.home-page .container-title-home-page span:nth-child(1) {
    font-style: normal;
    font-weight: 500;
    max-width: 650px;
    color: #D68F5F;
    font-family: Pacifico;
    line-height: 95px;
}

.body-container.home-page .container-title-home-page span {
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 70px;
    max-width: 650px;
    color: #D68F5F;
}

.body-container.home-page .container-title-home-page span:nth-child(4), .body-container.home-page .container-title-home-page span:nth-child(5) {
    color: #AD5F38;
}


.container-title-home-page-block{
    align-items: center;
}

.carousel-indicators{
    bottom: -15px;
}

.carousel-indicators li {
    background-color: #AD5F38;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
}
