@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
h1 {
    font-family: 'Roboto', sans-serif;
    color: #0178bd;
    font-weight: 700;
    font-size: 3.44rem;
    text-align: center;
}

section#paves .logo {
    position: absolute;
    width: 40%;
    top: 40%;
    left: 30%;
}

section#paves a {
    text-decoration: none;
}

.btn-primary-fede {
    background-color: #79bb58;
    padding: 10px 0;
    border-radius: 0;
    border: none;
    color: white;
    text-align: center;
    font-size: 1.37rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-primary-fede:hover {
    background-color: #2a5d2d;
    color: white;
}

.btn-primary-dotation {
    background-color: #21356a;
    padding: 10px 0;
    border-radius: 0;
    border: none;
    color: white;
    text-align: center;
    font-size: 1.37rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-primary-dotation:hover {
    background-color: #0379bf;
    color: white;
}

i.bi-info-circle-fill,
i.bi-heart-fill {
    padding-left: 7px;
}


/** Footer **/

footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

footer p span {
    font-size: 0.81rem;
    font-weight: 300;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

footer .bi-facebook,
footer .bi-instagram,
footer .bi-linkedin {
    font-size: 2rem;
    margin: 0 5px;
}


/** Responsive **/

@media screen and (max-width: 992px) {
    .btn-primary-dotation,
    .btn-primary-fede {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    section#paves .dotation {
        margin-top: 1rem;
    }
    .btn-primary-dotation,
    .btn-primary-fede {
        font-size: 1.15rem;
    }
}