.custom-fullscreen-section {
    position: relative;
    width: 100%;
    height: 91vh;
    background: url('../img/background.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

/* Estilo para a imagem no topo */
.custom-fullscreen-section .top-image {
    width: 100%;
    text-align: center;
}

.custom-fullscreen-section .top-image img {
    max-width: 100%;
    height: auto;
}

/* Estilo para o conteúdo centralizado */
.custom-fullscreen-section .center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.custom-fullscreen-section .center-content h1, 
.custom-fullscreen-section .center-content h2 {
    margin: 10px 0;
}

/* Estilo para o botão na parte inferior */
.custom-fullscreen-section .bottom-button {
    text-align: center;
    margin-bottom: 20px;
}

.btn-transparency{
    border-radius: 60px;
    color: #fff;
    border: 0px solid rgb(29, 103, 205);
    background: rgba(229, 235, 250, 0.34);
    min-width: 200px;
}

.btn-transparency:hover{
    background: rgba(150, 154, 167, 0.34);
}
