﻿/*FOOTER*/
footer {
    background: #307471;
    color: white;
    width: 100%;
}

.footer-all {
    width: 100%;
    max-width: 1200px;
    padding: 30px;
    margin: auto;
}

.footer-1 {
    display: flex;
    justify-content: space-around;
}

.colum1 {
    max-width: 400px;
    margin: 20px 30px;
}

    .colum1 h1 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .colum1 .link-info {
        margin-top: 20px;
        color: white;
    }

        .colum1 .link-info a:hover {
            color: white;
        }

    .colum1 a {
        font-size: 14px;
        text-decoration: none;
        color: white;
    }

.colum2 {
    max-width: 400px;
    margin: 20px 30px;
}

    .colum2 h1 {
        font-size: 22px;
        text-align: center;
    }

    .colum2 .row {
        margin-top: 20px;
    }

        .colum2 .row img {
            width: 40px;
        }

.colum3 {
    max-width: 400px;
    margin: 20px 30px;
}

    .colum3 h1 {
        font-size: 22px;
        text-align: center;
    }

.row2 {
    margin-top: 20px;
    align-content: center;
}

    .row2 img {
        margin-left: 100px;
        width: 200px;
    }


.colum3 .row2 a {
    text-decoration: none;
    color: white;
}

.footer-2 {
    max-width: 100%;
    margin: auto;
    background-color: #090d21;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

@media screen and (max-width: 1100px) {
    /*FOOTER RESPONSIVE*/
    .footer-1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-2 {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 15px;
    }

    .copyright {
        flex-wrap: wrap;
        justify-content: center;
    }

    .information {
        flex-wrap: wrap;
        justify-content: center;
    }

    .colum3 h1 {
        font-size: 17px;
        text-align: center;
    }

    .row2 {
        margin-top: 20px;
        align-content: center;
    }

        .row2 img {
            margin-left: 25%;
            width: 50%;
        }

        .row2 p {
            font-size: 17px;
            text-align: center;
        }
}
