/*
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_container {
    position: relative;
}
img.footer_content_bkg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.footer_title_container {
    margin: 0 0 26px;
}
.footer_content_container {
    position: relative;
}
img.footer_title_img {
    width: 150px;
}
.footer_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 12px 0 0;
}
.footer_title_social_button.md-button.md-ink-ripple {
    min-width: auto;
    width: 20px;
    font-size: 20px;
    min-height: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    margin: 0 8px;
    line-height: 20px;
}
.footer_details_container {
    margin: 0 0 150px;
}
.footer_details_item {
    margin: 0 30px 24px 0;
    text-decoration: none;
}
.footer_details_item_icon {
    width: 20px;
    text-align: center;
    margin: 0 6px 0 0;
}
.footer_details_item_text_line {
    font-size: 14px;
}


.footer_details_item.warning {
    width: 350px;
}
.footer_details_item.warning .footer_details_item_text {
    padding: 8px 12px;
    border-radius: 12px;
}
.footer_details_item.warning .footer_details_item_text_line:first-child {
    margin: 0 0 12px;
}







.footer_copyright_wrapper {
    text-align: center;
}
.footer_copyright_wrapper a.footer_copyright {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 12px 0;
    display: block;
    font-weight: 700;
    position: relative;
}






@media screen and (max-width: 960px) {

}
@media screen and (max-width: 600px) {
.footer_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_title_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_title {
    width: 100%;
    margin: 0;
    text-align: center;
}
button.footer_title_social_button.md-button.md-ink-ripple {
    font-size: 26px;
    width: 26px;
    height: 26px;
}
.footer_details_container {
    flex-direction: column;
}

}