
	.section-index {
    background-image: url('./upload/FA2025.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
    padding: 200px 80px;
}

/* Imagem de fundo para telas de celular (largura menor que 768px) */
@media screen and (max-width: 768px) {
    .section-index {
        background-image: url('./upload/FA2025mobile.png'); /* Imagem para celular */
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 20px; /* Ajuste de padding para telas menores */
    }
}


.topIn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 40%;
    width: 17%;
    height: 60px;
    top: 84%;
    color: #fff;
    border: 3px solid rgb(255, 255, 255);
    background: rgb(2, 101, 250);
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.675) 10px 10px 10px;
}

.topIn a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.topIn:hover{
    background-color: #FF6600;
}
.topIn:hover a{
    color: #ffffff;
    font-size: 25px;
}


