/*
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 : 25/jul/2018, 18:09:44
    Author     : Carlos Braga
*/



button.junta_header_menu_trigger_button.md-button.md-ink-ripple {
    min-width: auto;
    width: 36px;
    border-radius: 50%;
    font-size: 22px;
}


.junta_header_wrapper {
    position: relative;
}
.junta_header_dummy_backdrop {
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    width: 0;
    height: 0;
}
.junta_header_dummy_backdrop.opened {
    width: 100%;
    height: 100%;
}
.junta_header_action_line_menu_content_container {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 52px;
    z-index: 1;
    background: #fff;
    border-radius: 0px 0px 1000px 500px;
    transition: .35s all ease-out;
}
.junta_header_action_line_menu_content_container.opened {
    width: 100%;
    height: 470px;
    border-radius: 0;
    transition: .35s all ease-in;
}
.junta_header_action_line_menu_content_links_wrapper {
    width: 1056px;
}
.junta_header_action_line_menu_toggler_wrapper, .junta_header_action_search_wrapper {
    width: 100%;
}
.junta_header_action_line_menu_content_wrapper {
    padding: 12px;
}
img.junta_header_action_line_menu_content_logo_image {
    margin: 35px;
    height: 130px;
}
.junta_header_action_line_menu_content_link_title {
    font-size: 12px;
    font-weight: 700;
    margin: 50px 0 26px;
}
a.junta_header_action_line_menu_content_link_text {
    font-size: 12px;
}
img.junta_header_action_line_menu_content_link_image {
    width: 85px;
}

.junta_header_action_line_menu_content_slogan_wrapper {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 6px;
    width: 1256px;
}
img.menu_background_image {
    position: absolute;
    left: 760px;
    top: 170px;
    width: 350px;
}











.topbar_icon_button.md-button.md-ink-ripple {
    min-width: auto;
    width: 20px;
    font-size: 20px;
    min-height: 20px;
    padding: 0;
    background: transparent;
}
button.topbar_icon_button.alternate.md-button.md-ink-ripple {
    width: 38px;
}
.junta_header_top_bar_wrapper a.topbar_link {
    color: #fff;
    text-decoration: none;
    margin: 0 12px 0 0;
    font-size: 14px;
}
.junta_header_top_bar_wrapper a.topbar_link svg {
    color: #fff !important;
    margin: 0 6px 0 0;
}
.junta_header_top_bar_wrapper a.topbar_link {
    color: #fff;
    text-decoration: none;
    margin: 0 18px 0 0;
    font-size: 14px;
}

.junta_header_action_line_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
}
button.junta_header_action_warning_button.md-button.md-ink-ripple {
    min-width: auto;
    width: 36px;
    border-radius: 50%;
    font-size: 14px;
}
.junta_header_action_search_input_wrapper {
    padding: 6px 6px;
    position: relative;
    border-radius: 20px;
}
.junta_header_action_search_input_wrapper input {
    background: transparent;
    border: 0;
    padding: 0 24px;
    text-align: center;
    width: 225px;
    outline: none;
    line-height: 24px;
    font-size: 14px;
}
.junta_header_action_search_input_wrapper input::placeholder {
    font-size: 14px;
    color: #b0bec5;
}
.junta_header_action_search_input_wrapper svg {
    position: absolute;
    right: 12px;
}









.header_banner_img {
    position: relative;
}
.header_banner_img_description {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 50px;
    width: 650px;
}
.header_banner_img_title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    padding: 6px 0;
}
.header_banner_img_subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}









@media screen and (max-width: 960px) {
    .header_banner_img_description {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 50px 50px;
        width: 550px;
    }

}
@media screen and (max-width: 600px) {
    a.topbar_link {
        margin: 0 6px;
        font-size: 18px;
        padding: 6px 6px;
    }
    .junta_header_top_bar_wrapper a.topbar_link svg {
        margin: 0;
    }
    .junta_header_top_bar_wrapper a.topbar_link div {
        display: none;
    }
    .header_banner_img img {
        height: 100vw;
        object-position: center;
        object-fit: cover;
        width: 100%;
    }
    .header_banner_img_description {
        width: 55%;
        background-image: url(/templates/minhafreguesia/frontend/img/layout/header_img_brush_mobile.svg) !important;
        padding: 90px 50px 50px;
    }
    .header_banner_img_title {
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        padding: 6px 0;
    }
    .header_banner_img_subtitle {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

}