#home{
    display: flex;
    min-height: calc(100vh - 150px);    
    margin: 0%;
}

#utilitario{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    font-weight: 500;
    font-size: 14px;
    color: #ffcc00e7;
}

#cta{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 5%;
    margin-left: -30%;
}

#cta .title{
    font-size: 4rem;
    color: #000000;
    display: flex;
    margin-top: -40px;
    white-space: nowrap;
    
}

span{
    color: #ffcc00e7;
    flex: 1;
}

.description{
    font-size: 18px;
    margin-top: -2%;
}

#cta_buttons {
    display: flex;
    gap: 24px;
    margin-top: 6px;
}

#cta_buttons a{
    text-decoration: none;
    color: #000000;
}

#phone_button{
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #ffffff;
    padding: 4px 14px;
    font-weight: 600;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-top: -3%;
}
#phone_button button{
    box-shadow: none;
}


.top{
    margin-top: 3%;
}

.top1{
    margin-top: 70px;
    font-weight: 400;
    font-size: 20px;
    margin-left: 4%;
}

.top h1{
    color: #000000;
    font-size: 34px;
}   

.fiorino{
    display: flex;  
    justify-content: center;
    align-items: center;
    height: 900px;
    width: auto;
    margin-left: -2%;
    margin-top: -280px;
    filter: brightness(90%);
    overflow: hidden;
}

#texto-do-mapa{
    top: -20%;
}


