:root
{
    --verde: #40E49C;
}

*
{
    margin: 0px;
    padding: 0px;
}

.logo img
{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    max-width: 440px;

}

.titulo
{
    position: relative;
    width: 80%;
    height: 28px;
    left: 10%;
    
    

    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 3vh;
    line-height: 3vh;
    text-align: center;
    

    color: #000000;
}

.informacoes
{
    position: relative;
    width: 75%;
    left: 12.5%;
    margin-top: 3vh;
    margin-bottom: 3vh;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 3vh;
    line-height: 5vh;
    text-align: center;

    color: #000000;
}

.link
{
    position: relative;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding-top: 3vh;
    padding-bottom: 3vh;

    background-color: var(--verde);

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 3vh;
    line-height: 3vh;
    text-align: center;

    border-style:solid;

    transition: all 0.3s;

    

    color: #ffff;
}

.link:hover
{
    background-color: #ffff;
    color: var(--verde);
}

.link-a
{
	display: block;
	position: relative;
	width: 90%;
    left: 5%;
}

.icone
{
    display: inline;
    width: 42px;
    height: 42px;
    margin-right: 1vh;
    margin-left: 1vh;
}

.todos-icones
{
    display: block;
    position: relative;
    margin: auto;

}

a
{
    text-decoration: none;
}
