@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');
*{
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
}

body{
    background-color: #043665;
}

.logotipo{
    max-width: 200px;
}

label{
    font-weight: 700;
}

h2 small{
    font-size: 16px;
}

ul li {
    list-style: none;
}