body {
    font-size: 16px;
}

h1 {
    color: #121415;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.5;
    margin-bottom: 0.3em;
}

h2 {
    margin-bottom: 0.5em;
}

.column_2_3 .column_2_3 {
    width: 450px;
}

.post_details li.category, .slider_navigation .slider_control a:hover, a.slider_control:hover, .slider_posts_list .slider_posts_list_bar, .read_more .arrow, .tabs_navigation li a:hover, .tabs_navigation li a.selected, .tabs_navigation li.ui-tabs-active a, .post .comments_number:hover, .footer .post .comments_number:hover, .more.active, .more:hover, .slider_posts_list_container a.slider_control, .pagination li a:hover, .pagination li.selected a, .taxonomies a:hover, .value_container .value_bar, .accordion .ui-accordion-header.ui-state-active, .accordion .ui-accordion-header:hover .ui-accordion-header-icon, .dropcap .dropcap_label.active, .icon.fullscreen:hover, .gallery_popup .slider_navigation .slider_control a:hover, .mobile-menu-switch .line, .mobile-menu li.selected a, .mobile-menu li.selected ul li.selected a, .mobile-menu li.selected ul li.selected ul li.selected a {
    background-color: #154075;
}

.box_header,
.more.active,
.more:hover,
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a,
.more.highlight,
.more.active:hover,
.taxonomies a:hover,
.review_summary .number,
.accordion .ui-accordion-header.ui-state-active,
.mobile-menu-switch {
    border-color: #154075;
}

.post_details li.category,
.slider_navigation .slider_control a:hover,
a.slider_control:hover,
.slider_posts_list .slider_posts_list_bar,
.read_more .arrow,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.active,
.more:hover,
.slider_posts_list_container a.slider_control,
.pagination li a:hover,
.pagination li.selected a,
.taxonomies a:hover,
.value_container .value_bar,
.accordion .ui-accordion-header.ui-state-active,
.accordion .ui-accordion-header:hover .ui-accordion-header-icon,
.dropcap .dropcap_label.active,
.icon.fullscreen:hover,
.gallery_popup .slider_navigation .slider_control a:hover,
.mobile-menu-switch .line,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    background-color: #154075;
}

.box_header,
.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a,
.post.single .post_details a,
.more.highlight,
.more.active:hover,
.review_summary .number,
.about_subtitle,
.announcement .expose,
p a {
    color: #154075;;
}

.tabs_navigation li.ui-tabs-active span,
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
    border-color: #154075 transparent;
}

.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a,
.post.single .post_details a,
.more.highlight,
.more.active:hover,
.review_summary .number,
.about_subtitle,
.announcement .expose,
p a {
    color: #428AE2;
}

.sf-menu li:hover, .sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover a, .sf-menu li.selected a,
.sf-menu li.submenu:hover a {
    background-color: #e9e9e9;
    border-top-color: #154075;
    border-bottom-color: #e9e9e9;
}

#alert {
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    padding: 20px 40px;
    z-index: 1000000001;
    display: none;
    border: 2px solid black;
    border-radius: 5px;
}

/* 
    se for usar o slider do tema, deletar a regra abaixo.
*/
.slider {
    width: 100% !important;
}

.slider li.slide {
    margin-right: 0 !important;
    float: none;
    background: #fff;
    height: auto !important;
}

.slider li.slide .post_details {
    display: block
}

.slider li.slide .slider_content_box h2 {
    font-size: 1.2em;
}

.slider li.slide .slider_content_box p {
    padding: 0 0 10px !important;
}

.slider li.slide,
.slick-list,
.slick-track {
    height: 100% !important;
}

.slick-list {
    width: 100%;
}

#gallery-members .slider-for {
    height: 50vh;
}

#alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;;
}

#alert.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#alert p {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    padding: 0;
}

/* BOOTSTRAP BUTTONS */

.right-floated {
    float: right;
}

.btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn img {
    padding-right: 10px;
    padding-left: 2px;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    background-color: #154075;
    border-color: #154075;
}

.btn-primary:hover {
    background-color: #2E7CCB;
    border-color: #2E7CCB;
}

.btn-restrict {
    padding-right: 23px;
    margin-top: 20px;
    color: #154075;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #dededc;
}

/* JUMBOTRON */
.jumbotron {
    font-family: 'Roboto', sans-serif;
    padding: 60px 0;
}

.jumbotron * {
    color: white;
}

.jumbotron p {
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
}

.jumbotron-green {
    background: url('static/portal/images/icc/jumbotron-green.jpg') top no-repeat;
}

/* BREADCRUMB */
ul.bread_crumb {
    float: none;
    margin-bottom: 1em;
}

.bread_crumb li, .bread_crumb li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.bread_crumb li:first-child,
.bread_crumb li a:first-child {
    color: #005cb9;
    text-decoration: none;
}

/* GLOBAL */
.box_header {
    font-family: 'Arial', 'Arimo', sans-serif;
}

.footer .box_header {
    background: #1c1e1f;
    border: 1px #1c1e1f;
}

.box_social_networks img,
.footer a img {
    transition: opacity .2s;
    -ms-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
}

.box_social_networks img:hover,
.footer a img:hover {
    opacity: .5;
}

hr {
    border-color: #dededc;
    border-style: solid;
    border-width: 1px;
    border-top: none;
}

/* TOP BAR */
.header_top_bar_container {
    background-color: #154075;
}

.search {
    border-left: 3px solid #00468d;
    border-right: 3px solid #00468d;
}

.search .search_input {
    background: #154075;
    border-right: 3px solid #00468d;
}

.search .search_submit:hover {
    background-position: 0 -46px;
    background-color: none;
}

.language {
    border-right: 3px solid #00468d;
    margin-right: 15px;
    width: 86px;
    float: right;
    right: 0;
    display: block;
    height: 46px;
    background-repeat: none;
    background-position: 0 0;
    outline: none;
    border-right: 3px solid #00468d;

}

.li-language {
    padding-top: 16px;
    display: inline-block;;
}

.li-language a {
    color: #B8CEE3;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 19px;
    font-family: 'Arial', 'Arimo', sans-serif;
    height: 30px;
    padding-right: 10px;
}

.li-language a:hover {
    color: #2386ea;
    text-decoration: none;
}

.li-language-active {
    color: #2386ea !important;
    text-decoration: none;
}

/* HEADER ICONS */
.linkedin {
    background-image: url("../images/icons/social/icc/linkedin-icc.png");
}

.facebook {
    background-image: url("../images/icons/social/icc/facebook-icc.png");
}

.twitter {
    background-image: url("../images/icons/social/icc/twitter-icc.png");
}

/* HEADER */
.logo {
    float: left;
    padding: 10px 0;
}

/* MENU */
.submenu {
    max-width: 140px;
}

.sf-menu {
    display: table
}

.sf-menu li {
    height: 72px;
    display: table-cell;
}

.sf-menu li.submenu a {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.menuText {
    margin-top: 10px;
    line-height: 1.2em;
}

.sf-menu li:hover, .sf-menu li.selected,
.sf-menu li.submenu:hover {
    background-color: #E9E9E9;
    border-top-color: #005CB9;
    border-bottom-color: #E9E9E9;
}

.sf-menu li ul {
    margin-top: 32px;
}

.menu_container .sf-menu li:hover ul a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a {
    color: black;
    background-color: #DEDEDE;
}

.menu_container_mobile {
    display: none;
}

.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.selected ul li a,
.menu_container .sf-menu li.submenu ul li a,
.menu_container .sf-menu li.submenu:hover ul li a,
.menu_container .sf-menu li:hover ul li a {
    color: black;
    font-size: 13px;
}

.menu_container .sf-menu li ul li a:hover, .menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover, .menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover, .menu_container .sf-menu li.submenu:hover ul li ul li.selected a, .menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover > a {
    background-color: #005CB9;
    color: white;
    font-size: 13px;
}

.sf-menu li a, .sf-menu li a:visited {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #25282A;
    padding: 22px 0px 15px 8px;
    border: medium none;
    text-align: center;
}

.sf-menu li.no-wrap {
    max-width: none;
}

/* FOOTER */
.footer_container {
    background: #131415;
}

.social-footer ul {
    display: inline-flex;
    margin-top: 30px;
}

.social-footer ul li {
    padding-right: 8px;
}

/* SLIDER */
#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1300px;
    height: 500px;
    overflow: hidden;
    visibility: hidden;
}

.box_sliderTotal {
    position: absolute;
    bottom: 0;
    height: 280px;
    width: 100%;
    background-image: url('../img/bg-slider.png');
}

.box_slider {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.box_slider p, .box_slider h2 {
    color: white;
    font-family: 'Arial', 'Arimo', sans-serif;
}

.slider li.slide {
    float: left;
    position: relative;
    width: 1915px;
    height: 550px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.slider li.slide img {
    width: 100%;
}

.slider-nav,
.slider-nav-internal {
    padding: 25px 0 0;
}

.slider-for,
.slider-for-internal {
    margin: 25px 0 auto;
}

.slider-for, .slider-for-internal img {
    max-height: 100%;
    margin: 0 auto;
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}

.slider-for-internal a.prev-for,
.slider-for-internal a.next-for {
    bottom: 50%;
    background-color: rgba(21, 64, 117, 0.80);
    width: 45px;
    height: 45px;
    background-position: 0 0;
    border: 0px;
    position: absolute;
    z-index: 1;
    margin-bottom: -23px;
    cursor: pointer;
}

.slick-track {
    margin: 0 auto;
}

.slick-next,
.slick-arrow {

}

.column_2_2 {
    width: calc(96% / 2);
    float:left;
}

.box_content{
    float:left;
}

.boxImg{
    width:100%;
}

.boxImg:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease-in-out 0s;
}

.box_noticias{
    width:100%;
    margin-top: 30px;
    float:left;
}

.box_noticias .box_header a{
    color: #154075;
}

.box_noticias .box_header a:hover{
    text-decoration: underline
}

.box_noticias_info {
    position: relative;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center it */
  }
  
.box_noticias_info .box_noticias_content {
    position: absolute; /* Position the background text */
    bottom: 3px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(21, 64, 117); /* Fallback color */
    background: rgba(28, 45, 65, 0.7); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
}

.box_noticias_info .box_noticias_text{
    padding: 20px 20px 6px 20px; /* Some padding */
}

.box_noticias_info .box_noticias_content h1{
    font-size: 28px;
    color: #fff;
    line-height: 34px;
}

.box_noticias_info .box_noticias_content p{
    font-size: 16px;
    color: #fff;
    width:80%;
}

.box_noticias_info .box_noticias_link{
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.float-right{
    float:right;
}

@media screen and (max-width: 1390px) {
    .slider li.slide {
        float: left;
        position: relative;
        width: 1400px;
        height: 550px;
        background-position: top center;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .slider li.slide img {
        width: 100%;
    }
}

.sliderTo {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 245px;

}

/* --- slider content --- */
.sliderBaseAlign {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;

}

.slider_content_box {
    padding: 18px 0 20px;
    position: relative;
    top: 10px;
    left: 0;
    width: 370px;

}

/* ARROWS SLIDER */
.arrowNavigatorMask {
    position: relative;
    height: 100px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    top: 285px;
}

.arrowNavigatorBox {
    position: relative;
    width: 100px;
    height: 40px;
    float: right;
    margin-right: -50px;
}

.img-responsive {
    width: 100%;
}

.caroufredsel_wrapper_slider {
    margin-top: 0 !important;
}

/* BUTTONS ICC */
.quick-links_list {
    margin: 3px 0;
    min-height: 38px;
}

.btn_icc {
    border: 0;
    border-radius: 3px;
    background: #154075;
    color: white !important;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 2.071;
}

.btn_icc:hover {
    background: -webkit-linear-gradient(97deg, #2771bb 37%, #3b92ea 63%);
    background: -moz-linear-gradient(97deg, #2771bb 37%, #3b92ea 63%);
    background: -o-linear-gradient(97deg, #2771bb 37%, #3b92ea 63%);
    background: -ms-linear-gradient(97deg, #2771bb 37%, #3b92ea 63%);
    background: linear-gradient(-7deg, #2771bb 37%, #3b92ea 63%);
}

.btn_icc * {
    vertical-align: middle;
}

.btn_icc_big {
    font-size: 1em;
    line-height: 2em;
}

.btn_icc_block {
    width: 100%;
}

.btn_icc div {
    display: table-cell;
}

.btn_icc span {
    display: block;
    line-height: 1.5;
    text-align: left;
}

.btn_icc > .icon {
    background: none;
    position: static;
    height: auto;
    padding-right: 10px;
}

.btn_icc > .text {
    text-align: left;
}

.btn_icc_login > .arrow {
    padding-left: 50px;
}

.btn_icc_login span:first-child {
    font-size: 14px;
}

.btn_icc_login span:last-child {
    font-size: 18px;
}

.btn_icc_download {
    font-size: 18px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form_pre-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.btn_icc_filter, .btn_icc_filter:hover {
    background: #154075 url('../images/icc/icon-filter.png') 5% 50% no-repeat;
}

.btn_icc_filter {
    font-size: 0.875em !important;
    font-weight: 700 !important;
    line-height: 1.714;
    padding: 0.5em 0 !important;
}

.btn_icc_full {
    text-align: center;
    width: 100%;
}

/*Calendar*/
.first-event-info {
    height: 80px;
    width: 100%;
    background-color: #154075;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -2px;
}

.infos_firsr_calendarBox ul li {
    font-family: 'Arial', 'Arimo', sans-serif;
    color: white;

}

.rest-of-events {
    margin-top: 2px;
    background-color: #E3EEFA;
    width: 100%;
    background: #e3eefa;
}

.rest-of-events a {
    display: inline-block;
    height: 100%;
    position: relative;
}

.event_base {
    position: relative;
}

.event-title {
    display: inline-block;
    max-width: 75%;
}

.event-title p {
    display: inline-block;
    padding: 0px;
    margin: 10px 0 10px 10px;
    font-size: 14px;
}

.event-date {
    display: table;
    height: 65px;
    width: 56px;
    background-color: #C0D8F3;
    text-align: center;
}

.rest-of-events a .event-date {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rest-of-events a .event-title {
    margin-left: 65px;
}

.event-day, .event-month {
    color: #154075;
    text-align: center;
    width: 100%;
}

.event-date-container {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.event-day {
    display: inline-block;
    font-weight: bold;
    height: 14px;
    font-size: 18px;
}

.event-month {
    font-size: 14px;

}

.first-event-title {
    font-family: Arial;
    line-height: 2.5em;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 50px;
    background-image: url(../images/bg-calendar-Title-small.png);
    margin-top: -50px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.first_event-imageblock {
    display: block;
    position: relative;
}

.first_event-imageblock .first-event-title {
    box-sizing: border-box;
    position: absolute;
    margin: 0;
    padding: 10px;
    bottom: 0;
    height: auto;
    line-height: normal;
}

.box_titleCalendar h3 {
    color: white;
    font-weight: bold;
    padding-top: 12px;
}

.dl-horizontal dt {
    float: left;

    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-event-info dt img {
    padding: 0 24px 0 20px;
}

.event_place {
    margin-left: -4px;
}

dt {
    font-weight: 700;
    float: left;

}

dd, dt {
    line-height: 1.42857143;
    float: left;
    margin-top: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 14px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* Componente seja Mais */

.moreMember {
    height: 323px;
    background-image: url(../images/icc/bg-sejaummembro.png);
}

.moreMember_content {
    position: relative;
    background-repeat: no-repeat;
    width: 655px;
    height: 323px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.moreMember_content img {
    position: absolute;
    left: 0;

}

.moreMember_content h2 {
    color: white;
    font-family: 'Arial', 'Arimo', sans-serif;
    font-weight: bold;
    padding-top: 70px;
}

.moreMember_content p {
    color: white;
    font-family: 'Arial', 'Arimo', sans-serif;
    width: 350px;
    margin: 0 auto 15px;
}

.btn-moreMember {
    padding: 10px 30px 10px 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.label-side-memberform {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
}

/*Componente Featured Publications */

li.date {
    margin-left: 0px;
    border: none;
    display: inline-block;
}

.carousel_latestposts-container ul li h5,
.carousel_publications-container ul li h5 {
    line-height: 22px;
    font-size: 16px;
    margin-top: 15px;
}

.carousel_publications-container .post_details.simple .date {
    font: 400 14px / 22px Arial;
    color: #000000;
    margin: 5px 0;
}

/*Componentes latest Blog Posts */
.post_details li {
    display: block;
}

.blog_post_list .post_details li {
    display: inline-block;
}

.blog_post_list .post_details .date {
    margin-left: -4px;
}

.blog_post_list .post_details {
    margin-top: 0;
}

.blog_post_list .read_more {
    margin-top: 0;
}

.autorPost {
    font-family: 'Arial', 'Arimo', sans-serif;
    font-size: 14px !important;
    color: #25282A;
    margin-bottom: 8px;
    margin-top: -7px;
}

/* Modal */

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    /*   max-height: 500px; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal textarea {
    padding: 15px 44px;
}

.modal label {
    padding-bottom: 10px;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    background-color: #e3e7ec;
    height: 82px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: Arial;
    color: #154075;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    line-height: 84px;
    text-align: left;
}

.modal-body {
    background-color: #ffffff;
    padding: 30px 40px;
}

.modal-body .general-label_modal {
    font-family: Arial;
    color: #154075;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 1em;
}

.modal-body span {
    display: block;
}

.modal-body input {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}

.modal-body label {
    display: block;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.input_error_warning {
    border: 1px solid red !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 120px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal fieldset {
    margin-bottom: 1em;
}

.modal .column_1_2 {
    max-width: 50%;
    margin-left: 0;
    box-sizing: border-box;
}

.modal .row .column_1_2:first-child {
    padding-right: 1em;
}

.modal .row .column_1_2:last-child {
    padding-left: 1em;
}

.modal .row .column_1_2:only-child {
    padding-right: 1em;
    padding-left: 0;
}

/* End Modal */

/* Component gallery Home */
.first-event {
    width: 360px;
    max-width: 100%;
    height: auto;
}

.first-event a {
    text-decoration: none;
}

.first-event:hover .first-event-title,
.first-event:hover img {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

.galleryImg {
    margin-top: 11px;
    max-width: 100%;
}

.galleryImg:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

.gallery-home ul:after {
    content: '';
    display: table;
    clear: both;
}

.gallery-home ul li {
    display: inline-block;
    float: left;
}

.gallery-home ul li img {
    width: 110px;
}

.gallery-home ul li img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

/* Botões Veja Mais */
.btn_plus {
    font-family: Arial;
    color: rgba(0, 92, 185, 0.7);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    line-height: 20px;
    text-align: right;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
}

.btn_close {
    border: 0;
    outline: 0 none;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 40px;
    margin-top: 22px;
    background-color: transparent;
    background-image: url('../images/icc/btn-close.png');
}

.btn_close:hover {
    cursor: pointer;
}

/* sidebar */
.sidebar img {
    max-size: 100px;
}

.blog.small .post > a > img, .blog.small .post > a > .icon {
    display: block;
    max-width: 100px;
}

/* Page List Event */
.list_event_icons {
    background-color: #154075;
    width: 60px;
    height: 39px;
    margin-bottom: 2px;

}

/* Page Partners */
.partners_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

.list_event_icons img {
    display: block;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
}

/* Page staff*/
.staff_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

.staff_base p {
    font: 700 15px / 24px Arial;
    text-align: left
}

.staff_base br {
    margin-bottom: 5px;
}

.staff_base strong {
    color: #3e3e3e;
}

/* Page Detail Post */
.description_post {
    font-family: Arial;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.box_post_detail_infos {
    border-top: 1px solid #E9E9E9
}

.box_post_detail_infos li {
    display: inline-block;
    padding-right: 22px;
    padding-top: 12px;

}

.box_post_detail_infos li span {
    font-family: Arial;
    color: #878786;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-left: 4px;
}

.box_post_detail_infos li img {
    position: relative;
    padding-top: 2px;
    padding-left: 2px;
}

.blog_post_list .post_details li.autorPost {
    display: block;
    margin: 0px 0 20px;
    color: #3e3e3e;
    font: 700 16px / 24px Arial;
}

.box_author {

}

.box_author img {
    float: left;
    width: 100px;
    height: 100px;
}

.box_author ul {
    float: left;
    padding-left: 20px;
    padding-top: 30px;
}

.box_author_infos {
    font-family: Arial;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.box_author_name {
    font-family: Arial;
    color: #121415;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.box_author_postagens {
    font-family: Arial;
    color: #121415;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.event_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

.author .content h2,
.author .content p {
    color: #3e3e3e;
}

.author .content h2 {
    font: 700 20px / 26px Arial;
}

.author .content p {
    font: 400 14px / 24px Arial;
}

/* Page Newspaper Post */
.newspaperpost_detail_images {
    width: 210px;
    height: 120px
}

.description_new {
    font-family: Arial;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.text_superior_council strong,
.publication_intro-holder strong,
.description_new strong {
    color: #464D53;
}

.event_base a img {
    width: 100%;
    height: 224px;
}

.post_details {
    display: inline-block;
    margin: 0 0 0.8em;
}

.publication_base .post_content,
.event_base .post_content,
.news_base .post_content {
    display: inline-block;
    margin-top: 5px
}

.news_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

/* Box networks */
.box_social_networks {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    height: 70px;
}

.box_social_networks ul {
    padding-top: 12px;
}

.box_social_networks ul li {
    display: inline-block;
    float: right;
    padding: 0 2px 0 2px;
}

.box_social_networks span {
    float: left;
    font-family: Arial;
    color: #121415;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-top: 24px;
}

/* affiliates */
.representatives {
    margin-top: 1.5em;
}

.letters {
    border: none;
    border-radius: 4px;
    background-color: #ecf4fd;
    display: table;
    padding: 1em 0.6em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.letters a {
    color: #005cb9;
    display: table-cell;
    font-size: 1.25em;
    font-weight: 700;
    width: 1%;
}

.letters a:hover {
    color: #00a886;
    text-decoration: none;
}

.box_event_datail_head {
    background-color: #005cb9;
    height: 45px;
}

.box_event_datail_head img {
    padding: 14px 0px 0px 16px;
}

.box_event_datail_head span {
    position: relative;
    top: -2px;
    left: 8px;
}

.box_event_datail_body {
    color: #7C7C7C;
    border: 1px solid #E9E9E9;
    border-top: none;
    padding-top: 1em;
}

.box_event_datail_body p {
    padding-left: 15px;
    padding-right: 15px;
}

.description_event {
    font-family: Arial;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.description_event strong {
    color: #3e3e3e;
}

/***********/
/* GALLERY */
/***********/

/* Carousel */

#gallery-internal,
.gallery-carousel {
    padding: 0 0 25px 0;
}

.gallery-carousel {
    background-color: #131415;
}

.carousel--container {
    position: relative;
}

.carousel--wrapper {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
}

.carousel--image,
.carousel--main-image {
    height: 650px;
}

.carousel--main-image,
.corousel-itens {
    padding: 20px 0;
}

.carousel--image-container {
    text-align: center;
}

.carousel--inner-image {
    position: relative;
    display: inline-block;
}

.carousel--image {
    height: 650px;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel--controls {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}

.carousel--btn {
    height: 50px;
    width: 50px;
    background-color: #154075;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
}

.carousel--btn:hover {
    cursor: pointer;
    background-color: rgba(66, 73, 79, 1);
}

.carousel--btn::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    margin: 2.5px;
}

.carousel--btn-left {
    float: left;
}

.carousel--btn-right {
    float: right;
}

.carousel--btn-left::before {
    background-image: url('/static/portal/images/icons/navigation/navigation_arrow_left.png');
}

.carousel--btn-right::before {
    background-image: url('/static/portal/images/icons/navigation/navigation_arrow_right.png');
}

.corousel-itens {
    border-top: 1px solid #232425;
    text-align: center;
}

.carousel--inner-itens {
    white-space: nowrap;
    display: inline-flex;
}

.carousel--item {
    width: 131px;
    height: 70px;
    position: relative;
    cursor: pointer;

}

.carousel--item:hover::before {
    content: inherit !important;
}

.carousel--item:not(.active)::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: background .1s;
    transition: background .1s;
}

.carousel--item:last-child {
    margin-right: 0;
}

.carousel--item:first-child {
    margin-left: 0;
}

.slick-slide img {
    max-width: 100%;
}

/* End Carousel */

/* Seja um Membro */

#gallery-members .gallery-carousel {
    background-color: white;
}

#gallery-members .corousel-itens {
    text-align: center;
    height: inherit;
    border: none;
}

#gallery-members .carousel--item {
    margin: 0 2px;
}

#gallery-members .carousel--item img {
    height: 100%;
}

#gallery-members .carousel--main-image, .corousel-itens {
    padding: 3px 0;
}

.description_member {
    font-family: Arial, sans-serif;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.title_Advantages {
    font-family: Arial, sans-serif;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.box_icon_member {
    text-align: center;
}

.box_icon_member p {
    width: 256px;
    margin: 0 auto;
    text-align: justify;
    font-family: Arial;
    color: #121415;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.box_icon_member img {
    padding-top: 30px;
    display: inline-block;
}

.member-benefits_box {
    display: flex;
    flex-wrap: wrap;
}

.member-benefits_item {
    flex: 1;
    margin: 5px;
    padding: 0 10px;
    border: solid #dededc 2px;
}

/* Page list Gallery */
.gallery-list ul {
    height: 164px;
}

.gallery-list ul:after {
    content: '';
    display: table;
    clear: both;
}

.gallery-list ul li {
    display: inline-block;
    float: left;
}

.gallery-list ul li img {
    width: 110px;
}

.gallery-list ul li img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

/* Geral page style */

.page--gallery .gallery-home .box_header {
    display: none;
}

.gallery-title {
    margin-bottom: 20px;
    font: 700 40px Arial;
}

.gallery-description {
    margin-bottom: 100px;
    font: 400 16px / 24px Arial;
    max-width: 700px;
}

/* Featured navigation buttons */

.prev,
.next {
    background-color: rgba(21, 64, 117, 0.80);
    width: 45px;
    height: 45px;
    background-position: 0 0;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 100px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.prev,
.prev-for,
.prev-nav {
    background-image: url("../images/icons/navigation/navigation_arrow_left.png");
    left: 0;
}

.next,
.next-for,
.next-nav {
    background-image: url("../images/icons/navigation/navigation_arrow_right.png");
    right: 0;
}

.prev-nav,
.next-nav {
    bottom: 13px;
    background-color: rgba(21, 64, 117, 0.80);
    width: 45px;
    height: 45px;
    background-position: 0 0;
    border: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.prev-for:hover,
.next-for:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.prev-nav:hover,
.next-nav:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Other Pics */

.other-gallery {
    border-bottom: 2px solid #005cb9;
}

.other-gallery--title {
    margin: 35px 0 10px;
    font: 700 28px / 32px Arial;
}

.other-gallery--description {
    font: 400 14px Arial;
    margin-bottom: 30px;
}

.my-post--sidebar a,
.page--operation a,
.page--publication-list a,
.page--gallery a {
    text-decoration: none;
    color: inherit !important;
}

/******************/
/* OPERATION AREA */
/******************/

.page--operation {
    margin-bottom: 150px;
}

.area--item {
    border: 1px solid #e9e9e9;
    border-bottom-color: #c9c9c9;
    display: block;
    margin: 25px 12.5px 0;
}

.area--wrapper {
    background: -webkit-radial-gradient(center, ellipse closest-side, #ffffff 0%, #eff4f9 100%);
    background: -moz-radial-gradient(center, ellipse closest-side, #ffffff 0%, #eff4f9 100%);
    background: -o-radial-gradient(center, ellipse closest-side, #ffffff 0%, #eff4f9 100%);
    background: -ms-radial-gradient(center, ellipse closest-side, #ffffff 0%, #eff4f9 100%);
    background: radial-gradient(center, ellipse closest-side, #ffffff 0%, #eff4f9 100%);
    display: block;
    height: 175px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}

.area--wrapper img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.area--text {
    padding: 20px 0 20px 25px !important;
    height: 45px;
}

.column:first-child .area--item {
    margin-left: 0
}

.column:last-child .area--item {
    margin-right: 0
}

.operations_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

/* End Operation */

/***********************/
/* PUBLICATION DETAILS */
/***********************/

.publication--image {
    min-height: 220px;
    max-height: 300px;
    width: auto;
}

.publication--button-text {
    vertical-align: 10px;
    font: 700 16px / 24px Arial;
    padding: 0 46px 0 9.5px;
}

.publication--button {
    margin-top: 0;
    margin-bottom: 30px;
}

.publication-list--sidebar {
    position: relative;
    top: -48px; /* gambis */
}

.publication-list--sidebar .box_header {
    clear: both;
    margin-top: 30px;
}

.description_publication {
    font-family: Arial;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

/* End Publication */

/*Publication List */
.price_regular, .price_member {
    font-family: Arial;
    color: #154075;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    text-align: left;
}

.price_member {
    font-weight: bold;
}

.border_bottom {
    border-bottom: solid 2px #154075;
}

.publication_base img:hover {
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out 0s;
}

/************/
/* MY POSTS */
/************/

.my-posts--list-item {
    background-color: #edeff0;
    min-height: 120px;
    display: block;
    margin: 0 auto 30px;
    padding: 30px;
    position: relative;
}

.my-post--title {
    font: 700 21px / 28px Arial;
    margin-bottom: 10px;
}

.my-posts--list-item span {
    font: 400 15px / 24px Arial;
}

.my-posts--list-item > h4,
.my-posts--list-item > span {
    display: block;
    color: #121415;
}

.my-post--controlls {
    margin-top: 20px;
}

.my-post--list-button {
    margin-right: 30px;
    font: 700 14px / 28px Arial;
    color: #154075;
    text-decoration: none !important;
}

.my-post--sidebar {
    position: relative;
    top: -90px;
}

.my-post--button {
    margin-right: 30px;
    font: 700 16px / 28px Arial;
    padding: 20px 10px;
}

.my-post--button img {
    height: 25px;
    width: 25px;
}

.my-post--button * {
    vertical-align: middle;
}

.my-post--button-text {
    padding-right: 90px;
    font: 700 14.5px / 24px Arial;
}

/* End My Posts */

/***************/
/* CREATE POST */
/***************/

.create-post--block {
    margin: 15px auto;
    position: relative
}

.create-post--full-width,
.create-post--label {
    display: block
}

.create-post--full-width {
    width: calc(100% - 40px);
    border: 1px solid #dededc;
    resize: vertical;
}

textarea.create-post--full-width {
    min-height: 300px
}

.create-post--full-width::placeholder {
    color: #3e3e3e
}

.create-post--full-width:-moz-placeholder {
    color: #3e3e3e
}

.create-post--full-width::-moz-placeholder {
    color: #3e3e3e
}

.create-post--full-width::-webkit-input-placeholder {
    color: #3e3e3e
}

.create-post--full-width:-ms-input-placeholder {
    color: #3e3e3e
}

.create-post--select {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f0f0f0;
    font: 400 14px / 21px Arial;
    color: #3e3e3e;
    position: relative;
    width: 100%;
}

.create-post--block-select::after {
    content: "▼";
    display: block;
    color: #154075;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 8px;
    line-height: 8px;
}

.create-post--label {
    font: 700 16px / 24px Arial;
}

.create-post--file-button {
    float: left;
    margin-bottom: 60px;
    margin-top: 0;
}

.create-post--file--text {
    margin-left: 20px;
    vertical-align: 5px;
    margin-top: 30px;
    display: inline-block;
    color: #154075;
    font: 700 14.5px / 24px Arial;
}

.create-post--file,
.page--create-post #id_cover_image {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.create-post--file-button span {
    padding: 0 50px 0 30px;
}

.create-post--main-button {
    width: 100%;
    display: block;
    border: 0;
    background: -webkit-linear-gradient(97deg, #2771bb 42%, #3b92ea 58%);
    background: -moz-linear-gradient(97deg, #2771bb 42%, #3b92ea 58%);
    background: -o-linear-gradient(97deg, #2771bb 42%, #3b92ea 58%);
    background: -ms-linear-gradient(97deg, #2771bb 42%, #3b92ea 58%);
    background: linear-gradient(-7deg, #2771bb 42%, #3b92ea 58%);
    text-align: center;
    color: white;
    padding: 14px 0;
    font: 700 16px Arial;
    margin-top: 70px;
    margin-bottom: 50px;
    cursor: pointer;
}

.create-post--main-button:hover {
    opacity: .9;
}

.create-post--sidebar {
    margin-top: 25px;
}

.create-post--info-container {
    margin-top: 37px;
}

.create-post--info-container span {
    color: #121415;
    display: block;
    margin-left: 125px;
    position: relative;
    top: 60px;
}

.create-post--writer-name {
    font: 700 16px / 1.4em Arial;
}

.create-post--hidden > *:not(button) {
    visibility: hidden;
    font-size: 0;
    height: 0;
    margin: 0;
    width: 0;
    padding: 0;
}

.create-post--writer-info {
    font: 700 14px / 1.1em Arial;
}

.create-post--info-container img {
    float: left;
}

/* End Create Post */

.column_blue {
    background: blue;
    border-radius: 6px;
    background-color: #cbdef3;
    padding: 2em;
    overflow: hidden;
}

.column_blue input {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.column_blue input[type="text"], .column_blue input[type="password"] {
    box-sizing: border-box;
    width: 100%;
}

.column_blue label {
    font-family: Arial;
    color: #121415;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

/* sidebar filter */
.form_filter li {
    margin-bottom: 0.8em;
}

/* sidebar calendar */
#calendar_widget {
    color: black;
    text-align: center;
    width: 100% !important;
    height: 380px !important;
    margin: 0 auto;
    overflow: hidden;
}

#cellsTableViewcalendar_widget {
    height: 250px !important;
}

#cellTableViewcalendar_widget {
    height: 250px !important;
}

.jqx-calendar-month {
    width: 100% !important;
}

.jqx-calendar-cell,
.jqx-calendar-column-cell {
    height: 25px;
    text-align: center;
}

.jqx-calendar-column-header td {
    color: #154075;
    font-weight: 600;
}

.jqx-calendar-month-container > div {
    height: 90px !important;
    color: #154075;
    font: 600 16px Arial;
}

.jqx-calendar-month-container > div .jqx-calendar-title-content {
    text-align: center;
    width: inherit !important;
}

.jqx-calendar-title-navigation {
    height: 17px;
    width: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin: 0 18px;
}

.publication_base .post_content h2 {
    font-size: 27px;
    line-height: 28px;
}

.calendar .btn-prev {
    background-image: url(../images/icons/navigation/arrow_left.png)
}

.calendar .btn-next {
    background-image: url(../images/icons/navigation/arrow_right.png)
}

.jqx-calendar-cell {
    color: #61676b
}

.jqx-calendar-cell-othermonth {
    color: #a7acaf
}

.jqx-fill-state-pressed,
.jqx-calendar-cell-specialDate {
    color: white;
    position: relative;
    background: #154075 !important;
    border-radius: 100%;
    margin: 10px;
}

.jqx-fill-state-hover,
.jqx-calendar-cell-today-bootstrap {
    background: #edeff0;
    border-radius: 100%;
}

.jqx-calendar-cell-specialDate:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    background: #154075;
    margin: auto;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}

/* error list */
.errorlist {
    margin-top: 1em;
}

.errorlist li {
    color: black;
}

.carousel_publications-container {
    height: 500px;
}

.carousel_latestposts-container {
    height: 351px;
}

/* NOVO FAQ  18/02/2016 */

.partners_base {
    font-size: 14px;
    color: #3E3E3E;
}

.page_text_holder {
    color: #3E3E3E;
    font-size: 14px;
}

.page_text_holder a {
    color: #428AE2 !important;
}

.page_text_holder h2, .page_text_holder h3 {
    font-size: 14px;
}

.page_text_holder ul,
.page_text_holder ol {
    padding-left: 30px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.page_text_holder ul {
    list-style: inherit;
}

.page_text_holder ol {
    list-style: decimal;
}

.faq_h3title {
    margin-top: 70px;
    font-size: 20px;
    font-weight: bold;
}

.question_holder {
    border-top: 1px solid #154075;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
}

.question_icon {
    display: inline-block;
    vertical-align: middle;
}

.question_blue-bg {
    background-color: #edeff0;
    margin-bottom: 10px;
}

.question_blue-bg .faq_question-style {
    color: #005cb9;
}

.faq_question-style {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
}

.faq_answer-style {
    display: none;
    font-size: 14px;
}

.arrow-down-blue-icon {
    position: absolute;
    right: 15px;
    top: 23px;
}

.operation_areas_strong strong {
    color: #464D53;
}

.page_text_holder strong {
    color: #464D53;
}

.publication_intro-holder ul {
    list-style: disc;
    padding: 10px 0 10px 15px;
}

.publication_intro-holder ul li {
    color: #000;
    margin-bottom: 5px;
}

/* AJUSTES HEADERS */

.superior_council-member_name {
    color: #3e3e3e;
    font: 700 19px / 26px Arial;
}

.area--text h2 {
    font: 700 19px Arial;
    color: #154075;
}

.box_icon_member h3 {
    width: 256px;
    margin: 0 auto;
    text-align: justify;
    font-family: Arial, sans-serif;
    color: #121415;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

h2.box_header {
    font-size: 18px;
}

/* AJUSTE - MEMBER MODAL */
.checkbox_fields label {
    font-size: 14px;
}

.slider_background-image {
    background-position: center center;
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1080px) {
    .slider li.slide .slider_background-image {
        background-size: cover
    }

    .slider li.slide p.clearfix {
        display: block
    }

    .slider li.slide .slider_content_box {
        position: static;
        max-width: 100vw;
        box-sizing: padding-box;
    }

    .box_noticias_info .box_noticias_content p{
        width: 100%;
        font-size:14px;
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .carousel--image {
        height: 500px;
    }

    .gallery-carousel {
        height: 700px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {

    .search .search_submit {
        display: block;
    }

    .bread_crumb li {
        float: none;
        display: inline-block;
    }

    .logo a img {
        max-width: 100%;
    }

    .right-floated {
        width: 100%;
        text-align: left;
        float: left;
    }

    .right-floated .btn {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
    }

    .right-floated .btn-restrict {
        width: 48%;
        max-width: 154px;
    }

    .menu_container_mobile {
        display: block;
        margin: 15px 0;
    }

    .menu_container {
        display: none;
    }

    .menu_container_mobile .mobile-menu-switch {
        margin-bottom: 10px;
    }

    .menu_container_mobile > nav {
        display: none;
    }

    .menu_container_mobile .sf-menu_mobile {
        display: inline-block;
        width: 100% !important;
    }

    .menu_container_mobile .sf-menu_mobile li {
        min-width: 100%;
        display: inline-block;
        float: none;
        position: relative;
        background-color: #e9e9e9;
        height: auto;
    }

    .menu_container_mobile .sf-menu_mobile li a {
        display: block;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        color: #25282A;
        padding: 22px 10px 15px 10px;
        border: medium none;
    }

    .menu_container_mobile .sf-menu_mobile li.submenu_mobile > a {
        background-image: url("../images/icons/navigation/menu_arrow.png");
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 95% 26px;
    }

    .menu_container_mobile .sf-menu_mobile .submenu_mobile ul {
        position: relative;
        top: 0;
        min-width: 100%;
        margin-top: 0;
        display: none;
    }

    .menu_container_mobile .sf-menu_mobile .submenu_mobile ul li {
        margin-top: 0;
        padding-left: 20px;
        background-color: #DEDEDE;
        max-width: 100%;
        box-sizing: border-box;
    }

    .moreMember_content {
        width: 100%;
    }

    .moreMember_content p {
        width: 100%;
    }

    .moreMember_content img {
        max-width: 9%;
        left: 10px;
    }

    .gallery-home a {
        max-width: 100%;
    }

    .gallery-home a img {
        width: 100%;
    }

    .gallery-home ul {
        max-width: 100%
    }

    .gallery-home ul li {
        width: 50%;
    }

    .gallery-home ul li a img {
        width: 99%;
    }

    .first-event {
        width: 100%;
    }

    .btn_plus {
        margin: 0;
        font-size: 11px;
    }

    .staff_base {
        width: 100% !important;
    }

    .letters a {
        width: auto;
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .column_2_3 .column_2_3 {
        width: auto;
    }

    .pagination li {
        margin-bottom: 3px;
        margin-left: 0;
        margin-right: 5px;
    }

    .column img {
        max-width: 100%;
    }

    .faq_question-style {
        max-width: 81%;
    }

    .arrow-down-blue-icon {
        right: 10px;
    }

    .event_base {
        margin-bottom: 15px;
    }

    .modal textarea {
        box-sizing: border-box;
        width: 100%;
    }

    .modal .modal-title {
        line-height: normal;
        position: relative;
        top: 18px;
        max-width: 60%;
    }

    .modal fieldset, .modal .checkbox_fields {
        max-width: 100% !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .modal .label-side-memberform {
        max-width: 80%;
        display: inline-block;
        vertical-align: middle;
    }

    .jumbotron {
        padding: 0;
    }

    .jumbotron p {
        line-height: normal;
    }

    .affiliates_fix .column {
        width: 100%;
        display: block;
    }

    #alert {
        height: auto;
        box-sizing: border-box;
        width: 90%;
    }

    #alert p {
        line-height: normal;
    }

    .events_detail-container .column_1_3 {
        width: 100%;
    }

    .events_detail-container .column_1_3 .box_event_datail {
        width: 100%;
    }

    .caroufredsel_wrapper .slide {
        width: 320px !important;
    }

    .caroufredsel_wrapper .slide .sliderTo {
        width: 320px;
    }

    .caroufredsel_wrapper .slide .sliderTo .sliderBaseAlign {
        position: absolute;
        bottom: 0;
    }

    .caroufredsel_wrapper .sliderBaseAlign .post_details, .caroufredsel_wrapper .sliderBaseAlign .slider_navigation {
        display: block;
    }

    .caroufredsel_wrapper .slider_content_box {
        left: 0;
        bottom: 0;
        width: 320px;
        box-sizing: border-box;
        min-height: 189px;
        padding: 18px 20px;
    }

    .caroufredsel_wrapper .slider_content_box p {
        display: block;
    }

    .caroufredsel_wrapper .slider_content_box h2 {
        max-width: 73%;
    }

    .caroufredsel_wrapper .slider_background-image {
        background-size: auto 100%;
    }

    div.calendar {
        margin: 0 auto;
        margin-top: 20px;
        max-width: 300px;
    }

    div.calendar td {
        height: 36px;
        line-height: 36px;
        width: 36px;
    }

    .carousel--image {
        height: 300px;
    }

    .gallery-carousel {
        height: 500px;
    }

    .slick-slide img {
        width: 100%;
        height: 100%;
    }
    
}

@media screen and (max-width: 480px) {
    .slider li.slide .sliderTo {
        height: auto;
    }

    .slider li.slide .sliderTo p,
    .slider li.slide .sliderTo .post_details {
        display: none
    }
    .column_2_2 {
        width: 100%;
        float:left;
    }

    .mobile_margin{
        margin-top: 30px;
    }
    
    .float-right{
        float:right;
    }

    .box_noticias_info .box_noticias_content h1{
        font-size:18px;
        line-height: 24px;
    }

    .box_noticias_info .box_noticias_content p{
        width: 100%;
        font-size:14px;
    }

    .box_noticias_info .box_noticias_link{
        display:none;
    }
    
}