/* CONFIGURAÇÃO GERAL DAS PÁGINAS */

*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

ul{
    list-style: none;
}

a{
    opacity: 0.85;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover{
    opacity: 1;
}

button{
    outline: none;
    cursor: pointer;
}

select{
    opacity: 0.85;
    cursor: pointer;

}

select:hover{
    opacity: 1;
}


#whatsapp{
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #1ed760;
    z-index: 999;
}

#whatsapp i{
    font-size: 40px;
    color: white;
}
