header {
    background-color: black;
    padding: 20px 10px;
    height: 100px;
    width: 100%;
}

header .image-header img {
    margin-left: 10px;
    height: 100%;
}

header a {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 10px;
    text-transform: capitalize;
}

header a:hover {
    color: var(--color-red);
}

.head-image {
    margin-top: 100px;
    width: 100%;
}

.slick-slide img {
    width: 100%;
}

@media (max-width: 720px) {
    header .image-header img {
        margin-left: 0;
        height: 50px;
        width: auto;
    }
}

/* Menu responsive */
.topnav {
    overflow: hidden;
    background-color: black;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.contact-footer {
    background-color: #000;
    padding: 20px 0;
}

.contact-footer-container ul {
    margin-right: 70%;
}

.image-footer img {
    height: 100%;
    align-self: center;
}

.image-footer-2 img {
    height: 100%;
    align-self: center;
}

.image-footer-2 {
    height: 50px;
}

.contact-footer-container ul li {
    margin-top: 20%;
}

.contact-footer-container ul li a, .contact-footer-container p {
    color: white;
}

.bottom-footer {
    background-color: black;
    padding: 10px;
}

.bottom-footer img {
    margin-left: 10px;
}

.bottom-footer p {
    color: white;
    font-size: 0.8rem;
}

@media (max-width: 720px) {
    .contact-footer-container, .image-footer, .list-image {
        flex-direction: column;
    }

    .contact-footer-container .list-redes {
        padding: 10px;
    }

    .list-image, .list-redes {
        width: 100%;
        padding-top: 10px;
    }

    .contact-footer-container ul {
        margin-right: 10%;
    }
}

@media (max-width: 500px) {
    img[src="static/img/Footer/Logo_Alleanza_Cattolica.png"] {
        margin: 0 !important;
        padding: 10px;
        width: 100%;
    }
}


@media screen and (max-width: 600px) {
    header {
        padding: 0;
    }

    #nav-head {
        display: block !important;
    }

    .image-header {
        width: 100%;
    }

    .topnav {
        width: 100%;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
