/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6/ago/2018, 16:02:41
    Author     : Carlos Braga
*/

footer.footer_container {
    background: #1C3997;
    position: relative;
    margin: 50px 0 0;
}
.footer_wrapper {
    position: relative;
    overflow: hidden;
}
img.footer_watermark {
    position: absolute;
    top: 75%;
    left: 100%;
    width: 100%;
    opacity: .05;
    transform: translate(-50%,-50%);
}
.footer_body_container {
    position: relative;
}
.footer_body_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 0;
}
.footer_column_wrapper a img {
    width: 230px;
    max-width: 100%;
}

.footer_column_wrapper h5 {
    font-size: 14px;
    color: #fff;
}

.footer_dummy_button {
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 12px;
    margin: 12px 0;
}
.footer_column_container {
    padding: 0 12px;
}
.footer_details_item {
    color: #fff;
    font-size: 12px;
    margin: 0 0 12px;
}
.footer_details_item a {
    color: #fff;
    text-decoration: none;
}
.footer_details_item span {
    font-size: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 0;
}
.footer_social_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_social_button a.md-button.md-ink-ripple {
    min-width: auto;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}









.footer_bottombar_container {
    position: relative;
    background: #1C3998;
}
.footer_bottom_bar_column p {
    color: #fff;
    font-size: 10px;
    margin: 8px 6px;
}
.footer_bottom_bar_column p a {
    color: #fff;
    padding: 0 3px;
}
.footer_bottom_bar_column p img {
    height: 10px;
}