/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

:root {
    font-family: 'Poppins', sans-serif;
}
button, html, input, select, textarea {
    outline: none;
    
}


body {
    background: #fff;
}


.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}


.header_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}
div#siteMaincontainer {
    padding: 202px 0 0;
}


.header_topbar_container {
    background: #1C3998;
    color: #fff;
}
.topbar_section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 6px 0;
}
.topbar_section h5, .topbar_section p {
    padding: 0 0 0 12px;
    font-size: 10px;
}
.topbar_section p a {
    color: #fff;
    text-decoration: none;
}
.topbar_section p span {
    padding: 0 6px;
}

a.header_body_top_logo {
    color: #1C3998;
    text-decoration: none;
}
img.header_body_top_logo_img {
    height: 85px;
}
h1.header_body_top_logo_title {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    text-decoration: none;
}
h1.header_body_top_logo_title span {
    font-size: 18px;
    font-weight: 300;
}
.header_body_top_social a.md-button.md-ink-ripple {
    min-width: auto;
    font-size: 24px;
    color: #1C3998;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.header_body_top_social a.mf_login_button.md-button.md-ink-ripple {
    width: auto;
    height: auto;
    font-size: 12px;
    border-radius: 0;
}
.header_body_top {
    border-bottom: 2px solid #1C3998;
    margin: 12px 0 0;
}


ul.header_body_nav_menu_wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}
li.header_body_nav_menu_item {
    position: relative;
    padding: 6px 12px;
}
li.header_body_nav_menu_item a {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #1C3998;
    text-decoration: none;
}
li.header_body_nav_menu_item a p:nth-child(2) {
    padding: 0 6px;
}

ul.header_body_nav_menu_submenu {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 0;
    list-style: none;
}
ul.header_body_nav_menu_submenu li a {
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    padding: 6px 12px;
    text-decoration: none;
}
ul.header_body_nav_menu_submenu {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    transform: scaleY(0);
    transition: .15s all linear;
    transform-origin: top left;
    background: #fff;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 10px;
}
li.header_body_nav_menu_item:hover ul.header_body_nav_menu_submenu {
    transform: scaleY(1);
}
ul.header_body_nav_menu_submenu li {
    background: rgb(76 165 255 / 10%);
    /*padding: 6px 12px;*/
}
ul.header_body_nav_menu_submenu li:hover {
    background: rgb(76 165 255 / 20%);
}

.header_body_search_wrapper label {
    border: 1px solid #C2C2C2;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px 6px 12px;
}
.header_body_search_wrapper label input {
    border: 0;
    padding: 0;
    font-size: 14px;
}
.header_body_search_wrapper label span {
    color: #4CA5FF;
    padding: 0 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_body_nav_container {
    margin: 12px 0 12px;
}





/* CONSTANTS */
.transparentbutton.md-button.md-ink-ripple {
    color: #1C3998;
    border: 1px solid #1C3998;
    margin: 0 6px;
    font-size: 12px;
    text-transform: unset;
    min-width: auto;
    min-height: auto;
    line-height: unset;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}
.transparentbutton.noborder.md-button.md-ink-ripple {
    border-color: transparent;
}

h3.section_title {
    color: #1C3998;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.section_title span.section_title_icon {
    color: #4CA5FF;
    font-size: 32px;
}
h3.section_title span.section_title_text {
    margin: 0 6px;
}

h4.section_subtitle {
    color: #1C3998;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h4.section_subtitle span.section_title_icon {
    color: #4CA5FF;
    font-size: 16px;
}
h4.section_subtitle span.section_title_text {
    margin: 0 6px;
}
slick {
    width: 100%;
    height: 100%;
}

ul.items_list_slide {
    list-style: none;
    padding: 0;
    font-size: 12px;
}
li.items_list_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.items_list_item_badge {
    background: #4ca5ff;
    color: #fff;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 10px;
}

.maxiseci_button.md-button.md-ink-ripple {
    background: #1C3998;
    border-radius: 10px;
    text-transform: unset;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    min-height: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}



.content_pages_sidebar_wrapper > ul > li {
    display: none;
}
.content_pages_sidebar_wrapper > ul > li.active {
    display: block;
}
.content_pages_sidebar_wrapper {
    background: rgb(76 165 255 / 10%);
    padding: 12px 24px;
    border-radius: 10px;
}
.content_pages_sidebar_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.content_pages_sidebar_list h3 {
    font-size: 16px;
    color: #1C3998;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.content_pages_sidebar_list h3 span {
    font-size: 32px;
    color: #4CA5FF;
    margin: 0 6px 0 0;
}
ul.content_pages_sidebar_list_items li {
    display: flex;
}
ul.content_pages_sidebar_list_items li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 700;
    color: #50514F;
    line-height: normal;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: .15s all linear;
    width: 100%;
    min-height: 40px;
}
ul.content_pages_sidebar_list_items li a.activePage {
    background: #1C3998;
    color: #fff;
}
ul.content_pages_sidebar_list_items li a:hover {
    background: rgb(2 66 202 / 20%);
}
ul.content_pages_sidebar_list_items li a.activePage:hover {
    background: #1C3998;
}









ul.thumb_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
li.thumb_list_item {
    padding: 0 12px;
    margin: 0 0 46px;
}
img.thumb_list_item_img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.thumb_list_item_placeholder {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(28, 57, 152, 0.08), rgba(28, 57, 152, 0.18));
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.thumb_list_item_placeholder img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    opacity: 0.9;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.15));
}
p.thumb_list_item_date {
    color: #C2C2C2;
    font-size: 12px;
}
h3.thumb_list_item_title {
    color: #50514F;
    font-size: 16px;
    height: 50px;
}
p.thumb_list_item_desc {
    font-size: 14px;
    color: #50514F;
    height: 42px;
}
.thumb_list_item_button.md-button.md-ink-ripple {
    background: #1C3998;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: unset;
    border-radius: 10px;
    line-height: 32px;
    min-width: auto;
    min-height: auto;
    padding: 0 12px;
    margin: 6px 0;
}