﻿/* FOOTER */
.container__footer {
    display: flex;
    justify-content: center;
    background-color: #102c42;
    /*height: 35px;*/
    color: #112d43;
    /*position: fixed;*/
    /*left: 0;
    top: 0;*/
    margin: 0;
    /*border: 0px solid red;*/
    /*z-index: 10;*/
   /* position: fixed;*/
    /*bottom: 0;*/
    width: 100%;
    /*z-index: 0;*/
}

    .container__footer > .wrapper__footer {
        width: 95%;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
        /*border: 1px solid blue;*/
    }

        .container__footer > .wrapper__footer > .content__footer {
            display: flex;
            flex-direction: column;
            /*border: 1px solid green;*/
            margin: 1rem;
            width: 100%;
        }

            .container__footer > .wrapper__footer > .content__footer.section__size {
                width: 100%;
            }

            .container__footer > .wrapper__footer > .content__footer.content__position {
                position: relative;
            }

.content__footer > .footer__layout {
    display: flex;
    flex-direction: column;
}

    .content__footer > .footer__layout > .footer__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        /*height: 200px;*/
        align-items: flex-start;
    }

        .content__footer > .footer__layout > .footer__grid > .footer__company {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            width: 200px;
        }

        .content__footer > .footer__layout > .footer__grid > .footer__contact {
            display: flex;
            flex-direction: column;
            display: flex;
            justify-content: center;
            text-align: center;
            width: 200px;
        }

        .content__footer > .footer__layout > .footer__grid > .footer__social {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            width: 200px;
        }

.footer__header {
    color: #FFF;
    font-weight: 600;
    /*margin: 5px 13px;*/
}

    .footer__header > .footer__header--style {
        font-size: 1.8rem;
    }

.footer__content > .footer__content--style--s {
    font-size: 1.2rem;
}

.footer__content {
    text-align: left;
    margin: 5px 10px;
    color: #FFF;
    font-weight: 400;
}
    .footer__content > .container__contact {
        display: flex;
        flex-direction: column;
        margin-bottom: 7px;
    }
        .footer__content > .container__contact > .contact__info > a:link {
            color: #FFF;
            text-decoration: none;
            font-size: 1.2rem;
        }
        .footer__content > .container__contact > .contact__info > a:visited {
            color: #FFF;
        }
        .footer__content > .container__contact > .contact__info > a:hover {
            color: #2a73ae;
        }
        .footer__content > .container__contact > .wrapper__contact {
            display: flex;
            flex-direction: row;
        }
            .footer__content > .container__contact > .wrapper__contact > .contact__icon {
                margin-right: 10px;
            }

        .footer__content > .container__contact > .contact__info {
            margin-left: 27px;
            font-size: 1.3rem;
        }
        .footer__content > .container__contact > .contact__size {
            width: 80px;
        }

        .footer__content > .wrapper__social {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .footer__content > .wrapper__social > .footer__content--style {
            color: #FFF;
            margin: 5px 6px;
        }

    .footer__content > .footer__content--style > a:link {
        color: #FFF;
        text-decoration: none;
    }

    .footer__content > .footer__content--style > a:visited {
        color: #fff;
    }

    .footer__content > .footer__content--style > a:hover {
        color: #2a73ae;
    }

.wrapper__social > .footer__content--style > a:link {
    color: #FFF;
    text-decoration: none;
}

.wrapper__social > .footer__content--style > a:visited {
    color: #fff;
}

.wrapper__social > .footer__content--style > a:hover {
    color: #2a73ae;
}

.footer__legal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    width: 100%;
}
/* END FOOTER */
