*{
    margin: 0px;
}

body{
    background-color: #fbfbfb;
}

/***********************************HEROE HEADER ******************************************/

#heroe-banner{
    border-radius: 3.5rem 3.5rem 0 0;
    position: relative;
    overflow: hidden; 
    height: 100vh;
    width: 100%;
    top: 5rem;
    z-index:0;
}

#banner-image{
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#heroe-banner #title-heroe{
    position: absolute;
    color: #fbfbfb;
    font-size: 4rem;
    z-index: 2;
    top: 42.5vh;
    left: 2vw;
}

/***********************************HEROE FOOTER ******************************************/

#heroe-footer{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fbfbfb;
    border-radius: 3rem 3rem 0px 0px;
    width: 100%;
    height: max-content;
    top: -3rem;
    z-index:5;
}

#heroe-footer #title-heroe{
    margin-top: 5%;
    margin-left: 5%;
    color: #1e1e1e;
    font-size: 3rem;
    font-weight: 600;
}

#heroe-footer #contact-heroe{
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    margin-top: 1%;
    margin-left: 5%;
}

#heroe-footer #contact-heroe img {
   width: 1rem;
   height: 9rem;
}

#heroe-footer #contact-heroe p {
    margin-top: 20px;
    color: #1e1e1e;
}

#heroe-footer #contact-heroe #conecta-contact {
    margin-left: 2rem;
}

#conecta-arrow{
    position:absolute;
    max-height: 40vh;
    max-width: 100%;
    height: auto;
    width: 20vw;
    left: 78vw;
    top: 55%;
}