#contato-abertura {
    width: 100%;
    min-height: 105svh;
    position: fixed;
    top: 0px;
    z-index: 1;
    place-content: center;
    overflow: hidden;
    background: #555562;
}

#contato-video-bg {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

#contato-abertura-texto1 {
    font-size: 22vw;
    margin: 0;
    line-height: 1.05em;
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

#contato-abertura-detalhe1 {
    position: absolute;
    width: 45vw;
    right: 0;
    bottom: 5vw;
}

#contato-abertura-texto2 {
    text-align: center;
    font-size: 2vw;
    margin: 0;
    line-height: 1.15em;
    width: 65vw;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    /* padding-left: 6vw; */
}


#fale-conosco {
    width: 100%;
    background: #000000;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 24vh 0px 32vh 0px;
    margin-bottom: -8vh;
    margin-top: 105svh;
}

#fale-conosco-texto1 {
    text-align: center;
    font-size: 11vw;
    margin: 0;
    line-height: 1.05em;
    position: relative;
}

#fale-conosco-texto2 {
    text-align: center;
    font-size: 11.77vw;
    margin: 0;
    line-height: 1.05em;
    position: relative;
}

#fale-conosco-texto3 {
    text-align: center;
    font-size: 17vw;
    margin: 0;
    line-height: 1.05em;
    position: relative;
}

#fale-conosco-texto4 {
    text-align: center;
    font-size: 10.77vw;
    margin: 0;
    line-height: 1.05em;
    position: relative;
}

#fale-conosco-texto5 {
    text-align: center;
    font-size: 2vw;
    margin: 0;
    line-height: 1.15em;
    width: 72vw;
    text-transform: uppercase;
    margin: 0vw auto 0px auto;
}


#fale-conosco-detalhe1 {
    position: absolute;
    width: 6vw;
    left: -7vw;
    top: -1vw;
}

#fale-conosco-detalhe2 {
    position: absolute;
    width: 5vw;
    right: -4vw;
    top: -2vw;
}

#fale-conosco-detalhe3 {
    position: absolute;
    width: 8vw;
    right: -5vw;
    bottom: -4vw;
}

#fale-conosco-detalhe4 {
    position: absolute;
    width: 12vw;
    left: -2vw;
    bottom: -9vw;
}

.rede-sociais-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 84px;
    padding: 60px;
}

.rede-sociais-container img {
    width: 64px;
}

#contato-rodape360 {
    width: 100%;
    min-height: 100svh;
    background: #ff6700;
    z-index: 8;
    position: sticky;
    top: 0px;;
}

