.topo-do-site{
    min-height: 100vh;
    width: 100%;
    background-image: url("../../../imgs/background/background-home.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    background-position-x: 0%;
}

section.topo-do-site .flex{
    height: 100vh;
    align-items: center;
    gap: 20px;
}

section.topo-do-site .flex::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, #000 100%);
}

.efeito-txt-topo,
.efeito-card-plano,
.efeito-container-servicos,
.efeito-container-feed,
.efeito-card-esquerda,
.efeito-card-meio,
.efeito-card-direita{
    visibility: hidden;
}

.topo-do-site .txt-topo-site{
    display: flex;
    flex-direction: column;
    justify-content: center;

    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0px 6%;
    /*animation: opacidade-moviment 1s ease-out alternate;*/
}

.topo-do-site .txt-topo-site h1{
    margin-top: -1%;
    text-align: start;
    color: #ffb384;
    font-size: 5em;
    font-family: Espiritu Cond;
}

.topo-do-site .txt-topo-site h1 span{
    color: #fff;
}

.btn-agendar a{
    text-decoration: none;
}