/* Estilos básicos para o corpo da página */
body {
    margin: 0;
    padding:0;
    font-family: 'Roboto', sans-serif; /* Aplica a fonte Roboto */
    background-color: #7EB4FE;
}

button{
    border: none;
    width: 100%;
    height: 100%;
    background-color: azure;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif; /* Aplica a fonte Roboto */
    font-size: 1rem;
}

img{
    width: 100%;
    height: 100%;
}

a{
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif; /* Aplica a fonte Roboto */

}

.header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerCentro{
    width: 90%;
    height: 40px;
}

.headerLogo{
    width: 120px;
    height: 100%;
}

.headerLogo img{
    object-fit: contain;
    object-position: center;
}

.faixa{
    width: 100%;
    height: 45px;
    margin-top: 20px;
}

.faixa img{
    object-fit: cover;
    object-position: center;
}

.medalha-escrita{
    width: 100%;
    height: 405px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medalha-escritaCentro{
    width: 90%;
    height: 100%;
}

.medalha-escritaCentro img{
    object-fit: contain;
}

.btnAction{
    width: 100%;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.btnActionItem{
    width: 200px;
    height: 50px;
}

.btnActionItem button{
    border-radius: 30px;
    color: white;
    background-color: #98C0F7;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.textInfo{
    width: 100%;
    height: auto;
    text-align: center;
    color:white;
    margin-top: 10px;
    font-size: 1rem;
}

.textLogin{
     width: 100%;
    height: auto;
    text-align: center;
    color:white;
    margin-top:10px;
    font-size: 0.8rem;
}
