
main {
    background-color: #FFFFFF;
    margin: 0 15%;
    font-family: sans-serif;
    font-size: 25px;
}

h1 {
    text-align: center;
    font-family: serif;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 5px solid rgba(53,64,194,1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.academytitle {
    margin-bottom: 80px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
}

.academytext {
    text-align: justify;
    margin-top: 500px;
    background-color: #FFFFFF;
    margin: 0 15%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin-bottom: 80px;
}

.linkshift {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-top: 50px;
    align-self: center;
}

.linkregras {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-top: 50px;
    align-self: center;
}

.futuristic-btn {
    align-items: center;
    background: linear-gradient(145deg, rgba(53,64,194,1) 0%, rgba(70,82,214,1) 100%);
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(53,64,194,0.3);
    position:relative;
    overflow: hidden;
    text-decoration: none;
}

.futuristic-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(53,64,194,0.4);
}

.futuristic-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 12px rgba(53,64,194,0.2);
}

.futuristic-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    transition: all 0.5s;
}

.futuristic-btn:hover::after {
    left: 100%;
}

.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contactos {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-self: left;
    
}

.logo_reclamacao{
    align-self: right;
}