/*
Theme Name: Alentejo Circular
Author: 
Author URI:
Description:
Version: 1

Text Domain: alentejo_circular

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Layout
    2.1Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize

--------------------------------------------------------------*/

body {
    margin: 0!important;
    background-color: #F2F2F0 !important;
    font-family: 'Open Sans', sans-serif !important;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

header {
    padding-top: 20px;
    vertical-align: middle;
    height: 100px;
    /*overflow: hidden;*/
    background: #F2F2F0;
    position: fixed;
    width: 100% !important;
    z-index: 100;
    /*-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
}

header.sticky {
    height: 70px;
    font-size: 12px;
    box-shadow: 1px 1px 5px rgba(84, 64, 30, 0.2);
}

a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a img:hover {
    opacity: .9;
}

.stickys {
    position: fixed !important;
    z-index: 99 !important;
    top: 100px !important;
    height: 50px !important;
    box-shadow: 1px 1px 5px rgba(84, 169, 211, 0.29);
}

.dim {
    line-height: 24px !important;
    font-size: 16px !important;
}


/*
a img{
    	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}*/


/*
p{
    font-family: 'Open Sans';
    font-size: 12px;
}*/

*:focus {
    outline: none;
}

#objectivos ul {
    margin-top: 0px;
}

#page_content h4 {
    color: rgb(177, 184, 54);
    font-size: 18px;
    text-transform: uppercase;
}



ol li:last-child {
    border-bottom:none;
  }
  
ol{
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
   margin: 0;
    margin-left: 0em;
    padding: 0;
     
    counter-reset: li-counter;
    margin-bottom: 30px;
    
}
ol li{
    border-bottom:1px solid #E1E6EB;
    padding:10px 0 12px 0;
    margin-left: 50px;
    transition: all 250ms ease;
    padding-left: 10px;
}

ol li:hover{
    background-color: rgba(177, 184, 54, 0.1);
}

ol li:before {
    font-family: 'Open Sans';
   
   

 
    content: counter(li-counter);
    counter-increment: li-counter;
    
}
/*
ol { 
  line-height: 1.6;
  list-style-type: none;
  counter-reset: section;
  margin-left: 3rem;
}
ol li {
    counter-increment: section;
    margin-top: 2rem;
}
ol li:before {
    content: counters(section,"");
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    float: left;
    width: 3.5rem;
    height: 3rem;
    text-align: center;
    padding-top: .25rem;
    font-weight: 700;
    margin-left: -5rem;
    margin-right: 1rem;
    background: rgba(0,0,0,0.025);
}
*/

/*--------------------------------------------------------------
2.1 Header
Header Layout
--------------------------------------------------------------*/

#brand {
    overflow: hidden;
}

#brand img {
    width: auto;
    max-width: 100%;
    max-height: 65px;
    min-height: 30px;
    transition: 250ms ease-in-out;
}

#brand a img:hover {
    opacity: 1
}

.navigation-top {
    width: 100%;
    height: 100px;
    transition: 250ms ease-in-out;
}

.navigation-top ul {
    display: -webkit-box !important;
    float: right;
    right: 0;
    transition: 250ms ease-in-out;
}

.navigation-top ul li {
    list-style: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    position: relative;

}

.navigation-top ul li a {
    color: rgb(84, 64, 30);
    padding-bottom: 5px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.navigation-top ul li a:active {
    color: rgb(84, 169, 211);
    padding-bottom: 5px;
    border-bottom: solid 3px rgb(84, 169, 211);
}


.navigation-top ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 3px rgb(84, 169, 211);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.navigation-top ul li a:hover:after {
    /*  transform-origin:  0% 50%; */
    transform: scaleX(1);
}

.navigation-top ul li a:hover {
    color: rgb(84, 169, 211);
    text-decoration: none;
}

.navigation-top ul li.current-menu-item a {
    color: rgb(84, 169, 211)
}

.navigation-top ul li.current-menu-item a:after {
    transform: scaleX(1);
}

.navigation-top ul li .sub-menu {
    display: none !important;
    transition: 0.3 ease;
    background-color: rgba(84, 64, 30, 0.21);
    z-index: 100;
    min-width: 220px;
    left: 0px;
    background-color: white;
    /* display: block;*/
    padding: 0px;
    position: absolute;
    margin-top: 8px;
    left: 0px;
    z-index: 99999;
    box-shadow: 1px 1px 5px rgba(84, 64, 30, 0.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.navigation-top ul li .sub-menu li {
    display: inline;
    padding: 15px !important;
    border-bottom: solid 1px rgb(84, 64, 30);
    display: inline-block;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.navigation-top ul li .sub-menu li:nth-child(3) {
    border-bottom: none;
}

.navigation-top ul li .sub-menu li a::after {
    border-bottom: none !important;
    content: none !important;
}

.navigation-top ul li .sub-menu li a {
    border-bottom: none;
    color: rgb(84, 64, 30);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.navigation-top ul li:hover > .sub-menu {
    display: inline-block !important;
}

.navigation-top ul li .sub-menu li:hover {
    /*   border-bottom: none !important;*/
    background-color: #F2F2F0;
    color: rgb(84, 169, 211);
}

.navigation-top ul li .sub-menu li:hover > a {
    color: rgb(84, 169, 211);
}

.navigation-top ul li .sub-menu li a:hover {
    border-bottom: none !important;
}

#selected_page p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 400;
    color: rgb(84, 64, 30);
}

#selected_page p a {
    color: #ffffff;
    transition: all 1s ease;
}

.site-content {
    background-color: #ffffff;
    min-height: 55vh;
    height: auto;
}

#selected_page #parent_page {
    color: rgb(84, 64, 30) !important;
    text-decoration: none;
}

#mobile_navigation {
    display: none;
}

.navigation-top {
    display: block;
}

.toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
}

.toggle .icon_bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: rgb(84, 64, 30);
    margin-bottom: 6px;
}

#mobile_navigation .menu {
    margin-top: 27px;
    position: fixed;
    background: white;
    width: 100%;
    left: 0;
    z-index: 6;
    display: none;
    box-shadow: 1px 1px 5px rgba(84, 64, 30, 0.2);
}

#mobile_navigation .menu ul {
    list-style: none;
    padding-left: 0;
    /*  padding-bottom: 20px;*/
}

.mb_active {
    background: rgb(84, 64, 30);
    color: white;
}

#mobile_navigation .menu ul li {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: solid 1px rgba(84, 64, 30, 0.24);
    transition: all 0.2 ease-in;
}

#mobile_navigation .menu ul li a {
    padding-left: 20px;
    text-decoration: none;
    color: rgb(177, 184, 54);
}

#mobile_navigation .menu ul li:hover {
    background: rgb(84, 64, 30);
    color: white;
}

#mobile_navigation .menu ul li:hover > .menu ul li a {
    color: white;
}


/*--------------------------------------------------------------
2.2 slider
--------------------------------------------------------------*/

.slider {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    vertical-align: middle;
}

.slider .caption h1 {
    font-family: 'Open Sans', 'sans-serif';
    font-size: 25px;
    font-weight: 700;
    color: rgb(84, 64, 30);
    line-height: 1.6;
}


/*--------------------------------------------------------------
2.3 buttons
--------------------------------------------------------------*/

.btn_geral {
    padding: 10px 15px 10px 15px;
    background: rgb(84, 64, 30);
    color: #ffffff;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-variant: small-caps;
    transition: all 250ms ease-in-out;
}

.btn_geral:hover {
    color: #ffffff;
    background: rgb(84, 169, 211);
}

.btn_geral:visited {
    color: white;
}

.btn_geral:visited {
    color: white;
}

.button_1 {
    /* background: transparent;*/
    color: rgb(84, 169, 211) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 15px 10px 15px !important;
    border: solid 1px rgb(84, 169, 211) !important;
    font-variant: small-caps !important;
    letter-spacing: 1px !important;
    background: linear-gradient(to left, rgb(84, 169, 211) 50%, transparent 50%) !important;
    background-size: 200% 100% !important;
    background-position: left bottom !important;
    margin-left: 10px !important;
    transition: all 0.5s ease !important;
}

.button_1:hover {
    /*  background: rgb(84,169,211);*/
    color: #ffffff !important;
    background-position: right bottom !important;
}


/*--------------------------------------------------------------
2.4 footer
--------------------------------------------------------------*/

footer {
    transition: all 0.3 ease-in;
}

.footer_info {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000000;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.footer_info p {
    font-size: 12px;
}

.footer_info #social_links {
    color: #ffffff;
}

.footer_info #social_links ul {
    list-style: none;
    left: 0px !important;
    margin-left: -40px !important;
    float: left;
    margin-top: 0px;
}

.footer_info #social_links ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    transition: 250ms ease-in;
	padding-top: 5px;
}

.footer_info #social_links ul li:hover {
    background: rgb(84, 169, 211);
    color: white;
    cursor: pointer;
}

.footer_info #social_links ul li a {
    color: #000000;
    padding-top: 8px;
}

.footer_info #social_links ul li a i {
    padding-top: 8px;
}

#info_1 {
    margin-top: 10px;
    margin-left: 0;
}

#info_images {
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

#info_images img {
    width: auto;
    height: 100%;
}

.site-footer #parceiros {
    background-color: rgb(177, 184, 54);
    padding-bottom: 10px;
    padding-bottom: 10px;
}

#parceiros ul {
    list-style: none;
    text-align: center;
}

#parceiros ul li {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
   /* margin-bottom: 25px;*/
}

#parceiros ul li img {
    width: auto;
    height: 100%;
}

#parceiros p {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.subcrever_news {
    padding-bottom: 30px;
    padding-top: 30px;
}

.subcrever_news input {
    background: white;
    border: solid 1px #dddddd;
    padding: 5px;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
}

#subcrever_home h2 {
    color: rgb(84, 169, 211);
    margin-bottom: 10px;
}

.subcrever_news p {
    font-size: 16px;
}

.subcrever_news input:focus {
    border: solid 1px rgb(84, 169, 211);
    color: rgb(84, 169, 211);
}

#subcrever_outras {
    background-color: rgb(177, 184, 54);
}

#subcrever_outras h2,
#subcrever_outras p {
    color: #ffffff;
}


/*--------------------------------------------------------------
2.5 Geral
--------------------------------------------------------------*/

#selected_page {
    background-color: rgb(84, 169, 211);
    width: 100%;
    min-height: 65px;
    position: relative;
    top: 100px;
    /* -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    margin-bottom: 100px;
}

.main {
    margin-bottom: 40px;
}

.main p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

#main_title {
    padding-bottom: -10px;
    border-bottom: solid 1px rgb(84, 64, 30);
    margin-bottom: 30px;
    padding-left: 0px;
}

#main_title h1 {
    margin-bottom: 5px;
}

#page_content h1 {
    color: rgb(84, 64, 30);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 600;
}

#page_content {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: black;
}

#page_content {
    padding-bottom: 50px;
    padding-top: 30px;
}

#page_content p {
    margin-top: 0px;
}

#page_content #image {
    overflow: hidden;
}

#page_content #image img {
    width: 100%;
    height: auto;
}

#page_content #image ul li {
    list-style: none;
}

#page_content #image ul li::before {
    content: none !important;
    ;
}

#page_content #image ul {
    padding-left: 0px;
}

#page_content h4 {
    text-transform: none;
}

#actions_title {
font-size: 24px;
line-height: 1.5;
/*text-align: center;*/
margin-top: 40px;
margin-bottom: 25px;
color: rgb(84, 64, 30);
/*background: #b1b836;*/
padding: 30px;
/*border: solid 1px rgb(84, 64, 30);*/

}


.color{background: #b1b8361a;}
.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide){ 
margin-top: 50px !important;
}
/*--------------------------------------------------------------
2.6 Contactos
--------------------------------------------------------------*/

#contact_main h3,
#contact_main label{
    font-size: 16px;
    font-weight: 700;
    color: rgb(177, 184, 54);
}

#contact_main button {
    font-size: 16px;
    margin-left: 0px !important;
}

#contact_main form {}

#contact_main input,
#contact_main textarea {
    background: transparent;
    border: solid 1px #dddddd;
    padding: 5px;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 20px;
    transition: all 0.2s ease;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
}

#contact_main input:focus,
#contact_main textarea:focus {
    border: solid 1px rgb(84, 169, 211);
    color: rgb(84, 169, 211);
}



/*--------------------------------------------------------------
2.7 Sobre 
--------------------------------------------------------------*/

#objectivos ul li,
#page_content ul li
{
    list-style-type: none;
    margin-bottom: 10px;
}

#objectivos ul li::before,
#page_content ul li::before {
    margin-left: -30px;
    content: "■ ";
    font-size: 25px;
    margin-right: 8px;
    color: rgb(177, 184, 54);
}

ol li::before {
font-size: 22px;
 
    color: rgb(177, 184, 54);
    font-weight: 600;
  
    height: 100px;
    position: absolute;
  
    margin-left: -50px;
}

}

#menu_lateral #options {
    margin-left: 0px;
    padding-left: 0px;
}

#menu_lateral #options li::before {
    content: none;
    margin-left: 0px;
    margin-right: 0px;
}

#menu_lateral #options li {
    text-align: center;
    border: solid 1px rgb(84, 169, 211);
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: rgb(84, 169, 211);
    transition: 250ms ease-in-out;
    margin-right: 20px;
}

#menu_lateral #options li:hover {
    background: rgb(84, 169, 211);
    color: white;
}

#menu_lateral #options .select {
    background: rgb(84, 169, 211);
    color: white;
}

#sobre_nos #image {
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 15px;
}

#action {
    padding-bottom: 15px;
    padding-top: 15px;
 /* border-bottom: solid 1px rgba(84, 64, 30, 0.16);*/
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s ease;
     border: solid 1px transparent;
}

#action:hover{
   /* background-color: rgba(177, 184, 54, 0.14);*/
    border: solid 1px rgb(177, 184, 54);
}

.bg{
    background: rgba(177, 184, 54, 0.14);
}
#action h4 {
    margin-top: 0px;
    font-weight: 400;
}

#action h4 a {
    color: rgb(84, 64, 30);
    font-weight: 600;
}

#action p {
    margin-top: 30px;
}


h5{
    color: rgb(177, 184, 54);
}

strong{
    font-weight: 500 !important;
    color: rgb(177, 184, 54);
}
/*--------------------------------------------------------------
2.8 Consórcios 
--------------------------------------------------------------*/

.list_consorcios {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px;
}

.list_consorcios li::before {
    content: none !important;
}

.list_consorcios #consorcio_image {
    height: 250px;
    overflow: hidden;
    padding: 20px;
 /*   border: solid 1px rgb(177, 184, 54);*/
}

.list_consorcios #consorcio_image img {
    width: 100%;
    height: auto;
}

.list_consorcios .entry-content p {
    font-size: 16px !important;

}

.list_consorcios h2 {
    color: rgb(84, 64, 30);
    font-weight: 400;
}

#consorcio{
    padding: 0px 20px 20px 20px;
    border: solid 1px transparent;
    transition: 0.5 all ease-in;
}

#post_image{
    overflow: hidden;
}

#post_image img{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

#noticia_imagem{
  /*  margin-top: 30px;
margin-bottom: 30px;
*/
}

#consorcio:hover{
   /* opacity: 0.5;*/
    cursor: pointer;
    border: solid 1px rgb(177, 184, 54);
    background: rgba(177, 184, 54, 0.1);
}

.list_consorcios h3 {
    font-weight: 400;
    font-size: 16px;
    color: rgb(177, 184, 54);
    margin-top: -20px;
}

.list_consorcios h3 a {
    color: rgb(177, 184, 54);
    
}

.list_consorcios #saber_mais,
.list_noticias #saber_mais,
.list_eventos #saber_mais,
.home_content #saber_mais {
    font-size: 14px;
    float: right;
    color: rgb(84, 64, 30);
    font-weight: 600;
}

.home_content #saber_mais {
    font-size: 16px !important;
}

.list_consorcios #saber_mais:after,
.list_noticias #saber_mais:after,
.list_eventos #saber_mais:after,
.home_content #saber_mais:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgb(177, 184, 54);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.list_consorcios #saber_mais:hover:after,
.list_noticias #saber_mais:hover:after,
.list_eventos #saber_mais:hover:after,
.home_content #saber_mais:hover:after {
    transform: scaleX(1);
}

.list_consorcios #saber_mais:hover,
.list_noticias #saber_mais:hover,
.list_eventos #saber_mais:hover,
.home_content #saber_mais:hover {
    color: rgb(177, 184, 54);
}


/*--------------------------------------------------------------
2.9 Notícias e Eventos 
--------------------------------------------------------------*/

.list_noticias,
.list_eventos {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px;
}

.list_noticias #noticia:before,
.list_eventos #evento:before {
    content: none;
}

.list_eventos #evento {
    transition: 0.5 all ease-in;
}
.list_eventos #evento::after
content:".";
display:block;
clear:both;

}
.list_eventos #evento:hover {
    background: rgba(177, 184, 54, 0.53);
}

.list_noticias #noticia #noticia_imagem {
    /*height: 400px;*/
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 30px;
margin-top: 30px;

    
}

.list_noticias #noticia #noticia_imagem:hover{
    opacity: 0.5;
}

.list_noticias #noticia #noticia_imagem img {
    width: 70%;
    height: auto;
    margin-left: 15%;
}

.list_noticias #noticia {
    /* padding: 0px;*/
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
    /* padding-top: 20px;*/
}

.list_noticias #noticia h2,
.post_page h2 {
    color: rgb(177, 184, 54);
    /* text-transform: uppercase;*/
    line-height: 1.5 !important;
    font-weight: 400;
}


/*
.post_page h2{
  border-bottom: solid 1px rgb(177, 184, 54);
    padding-bottom: 3px;  
}*/

.post_page #title_new {
    margin-left: 0;
}

.button_link {
    float: right;
    right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button_link a {
    background: transparent;
    color: rgb(84, 64, 30);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border: solid 1px rgb(84, 64, 30);
    font-variant: small-caps;
    letter-spacing: 1px;
    background: linear-gradient(to left, rgb(84, 64, 30) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.button_link a:hover {
    /*  background: rgb(84,169,211);*/
    color: #ffffff;
    background-position: right bottom;
}

#title_new {
    margin-top: 20px;
    margin-bottom: 20px;
}

#title_new h2 {
    margin: 0;
}

#title_new #secondary_info {
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: black;

}

#title_new i {
    margin-right: 5px;
    font-size: 18px;
}

#secondary_info {
    margin-left: 0;
    padding-left: 0px;
    color: rgb(84, 64, 30);
    font-weight: 400;
    text-transform: uppercase;
}

#secondary_info a {
    text-decoration: none;
    color: rgb(84, 64, 30);
}

#secondary_info #date {
    /*   color: rgb(177, 184, 54);
    */
    font-weight: 600;
    text-transform: uppercase;
}

.list_eventos {
    padding: 0px !important;
}

.list_eventos #side_noticias {
    padding-left: 0px;
    padding: 0px;
    margin: 0;
    padding-top: 10px;
     padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    border-bottom: solid 1px #dddddd;
    transition: all 200ms ease;
}

.list_eventos #side_noticias:hover{
    background: rgba(84, 64, 30, 0.15);
}

.list_eventos #side_noticias .info a {
    color: rgb(177, 184, 54);
    font-size: 14px;
}

.list_eventos #side_noticias:hover {
    /* background: rgba(177, 184, 54, 0.22);*/
}

.list_eventos #side_noticias .info p {
    font-size: 12px;
}

.list_eventos #side_noticias::before {
    content: none;
}

.list_eventos #side_noticias .info {
    margin-left: 0px;
    padding: 0;
   /* padding-bottom: 20px;*/
}

.list_eventos #side_noticias #image1 {
    overflow: hidden !important;
    /*   height: 50px;
    width: 80px;*/
}

.list_eventos #side_noticias #image1 img {
    width: 100%;
    height: auto;
}

.list_eventos #evento {
   /* min-height: 130px;*/
    height: auto;
    overflow: hidden;
    border: solid 1px rgb(177, 184, 54);
    padding-left: 0px;
    padding: 0px;
    margin: 0;
    margin-bottom: 30px;
}

.list_eventos #evento #evento_data {
    background-color: rgb(177, 184, 54);
    height: 100%;
    margin: 0;
    padding: 0;
}

.list_eventos #evento #evento_data #day {
    margin-top: -10px !important;
}

.list_eventos #evento{
    background: rgb(177, 184, 54);
}

.list_eventos #evento #evento_info{
    background: white;
    padding-bottom: 5px;
    min-height: 120px;
}

.list_eventos #evento #evento_info h2 {
    font-size: 14px;
    /*text-transform: uppercase;*/
    line-height: 1.5;
    font-weight: 400;
    color: rgb(177, 184, 54);
}

.list_eventos #evento #evento_info p {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(84, 64, 30);
    font-weight: 500;
}

.list_eventos #evento #evento_info p i {
    font-size: 16px !important;
    text-align: center;
    width: 20px;
}

.list_eventos #saber_mais {
    float: right;
    right: 0;
    margin-top: -10px;
}

.list_eventos #evento #evento_data {
    text-align: center;
    padding: 15px;
  /*  padding-top: 20px;*/

}

.list_eventos #evento #evento_data p {
    color: white;
    font-size: 20px;
    margin: -5px;
    font-family: 'Open Sans', sans-serif !important;
}

.list_eventos #evento #evento_data #day {
    font-size: 24px;
    font-weight: 700;
}


/*--------------------------------------------------------------
2.10 Home 
--------------------------------------------------------------*/

.home_content {
    margin-top: 50px;
    padding-left: 50px;
}

.home_content h3 {
    color: rgb(84, 169, 211);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home_content #home_events #event #image {
   /* width: 100%;*/
    height: 200px;
    overflow: hidden;
}

.home_content #home_events #event #image img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.home_content #home_events ul li {
    list-style: none;
    margin: 0;
    transition: all 250ms ease;
}

.home_content #home_events ul li:hover{
    background: rgba(177, 184, 54, 0.15)
}

.home_content #home_events ul {
    padding: 0;
}

.home_content #home_events #event #info {
    text-align: center;
}

.home_content #home_events #event #info p {
    font-size: 14px;
    color: rgb(84, 64, 30);
    font-weight: 600;
    text-align: center;
}

.home_content #home_events #event #info h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(177, 184, 54);
}

.home_content p {
    font-size: 18px;
    line-height: 1.7;
    color: black;
    margin-top: 0;
}

.home_content {
    padding-bottom: 50px;
}

.home_content #sobre_image {
    height: 250px;
    overflow: hidden;
}

.home_content #sobre_image img {
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
2.11 Links 
--------------------------------------------------------------*/

.list_links {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.list_links #link:before {
    content: none;
    transition: all 0.3 ease-in;
}

.list_links #link {
    padding-bottom: 20px;
    background: transparent;
    transition: all 250ms ease-in-out;
    /* border: solid 1px transparent;*/
    border-bottom: solid 1px rgb(84, 169, 211);
    margin-bottom: 0;
}

.list_links #link:hover {
    background: rgba(86, 66, 28, 0.06);
    /* border:none;*/
    border-color: rgb(84, 169, 211);
}

.list_links #link a p {
    color: black;
}

.list_links #link a:hover > p {
    color: black;
}

.list_links #link h2 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(84, 64, 30);
    margin-bottom: 0;
}

.list_links #link h3 {
    font-size: 16px;
    color: rgb(177, 184, 54);
    font-weight: 200;
    margin-top: 0;
}

.list_links #link a {
    color: rgb(84, 64, 30);
    text-decoration: none;
    transition: all 0.2 ease;
}

.list_links #link a:hover {
    color: rgb(84, 169, 211);
}


/*--------------------------------------------------------------
2.12 Repositório de Publicações 
--------------------------------------------------------------*/

.filter_menu {
    list-style: none;
    display: inline-flex;
    /* border-bottom: solid 1px #e5e5e5;*/
    margin-left: 0px;
    padding-left: 0;
}

.list_publicacoes {
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
}

.filter_menu li::before,
.list_publicacoes li::before {
    content: none !important;
}

#publicacao {
    float: left;
    height: 450px;
}

.filter_menu li {
    background: transparent;
    color: rgb(84, 64, 30);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border: solid 1px rgb(84, 64, 30);
    font-variant: small-caps;
    letter-spacing: 1px;
    background: linear-gradient(to left, rgb(84, 64, 30) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    margin-left: 10px;
    transition: all 0.5s ease;
    margin-left: 0px;
    margin-right: 10px;
}

.filter_menu li:hover {
    cursor: pointer;
    color: white;
    background: rgb(84, 64, 30);
    border: solid 1px rgb(84, 64, 30);
    */
    /* background-position: right bottom;*/
}

.filter_menu .selected {
    color: white;
    background: rgb(84, 64, 30);
    /* border-bottom: solid 3px rgb(84, 169, 211);
        margin-bottom: 0;*/
}

.filter_menu li a {
    color: rgb(84, 64, 30);
}

.filter_menu li:hover > a {
    color: white;
    text-decoration: none;
}

.filter_menu .selected > a {
    color: white;
    text-decoration: none;
}

.list_publicacoes #publicacao .image {
    height: 200px;
    overflow: hidden;
}

.list_publicacoes #publicacao .image img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.list_publicacoes #publicacao h3 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(84, 64, 30);
    margin-bottom: 0;
}

.list_publicacoes #publicacao p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: black;
}

.list_publicacoes #publicacao h4 {
    font-size: 16px;
    color: rgb(177, 184, 54);
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 5px;
	display: none;
}

.list_publicacoes #ver_mais {
    color: rgb(84, 64, 30);
    font-weight: 600;
}


/*--------------------------------------------------------------
2.13 Post Page
--------------------------------------------------------------*/

.post_page #single_image {
    overflow: hidden;
    height: auto;
    /*max-height: 500px;*/
    margin-top: 30px;
margin-bottom: 30px;
padding-right: 20px;
padding-left: 20px;
    transition: all 200ms ease;

}

.post_page #single_image:hover{
    opacity: 0.7;
    
}

.post_page #single_image img {
	width: 70%;
    height: auto;
    margin-left: 15%;
}

.post_page #content {
    margin-top: 30px;
    border-bottom: solid 1px #D2D2D2;
    padding-bottom: 30px;
}

.post_page #info_adicional {
    margin-top: -10px;
    margin-bottom: 20px;
}

blockquote {
border-left: solid 4px rgb(177, 184, 54);
padding-left: 20px;
margin-left: 0px;
font-style: regular;
padding: 10px 10px 5px 20px;
background: rgba(177, 184, 54, 0.1);

}

.post_page p a {
    color: rgb(177, 184, 54);
    text-decoration: none;
}

.post_page p a:visited {
    color: rgb(177, 184, 54);
    text-decoration: none;
}

.download_btn {
    background: transparent;
    color: rgb(177, 184, 54) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border: solid 1px rgb(177, 184, 54);
    font-variant: small-caps;
    letter-spacing: 1px;
    background: linear-gradient(to left, rgb(177, 184, 54) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.5s ease;
    margin-top: 30px;
}

.download_btn:hover {
    color: #ffffff !important;
    background-position: right bottom;
}

.title_new h2::after {
    border-bottom: solid 1px rgb(177, 184, 54);
}

#author{
    margin-top: 30px;
    margin-bottom:30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #EEEEEE;
              font-size: 14px;
    line-height: 1.7;


    
}
#author .avatar{
    width: 60% !important;
    height: auto !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    max-height: 100px !important;
    margin-left: 20% !important;
    margin-top: 0px !important;
}

#author p{
  
    color: rgba(0, 0, 0, 0.76);
    
}

#author a{
    color: rgb(84, 64, 30);
    font-weight: 600;
}


/*--------------------------------------------------------------
2.14
--------------------------------------------------------------*/


/*
#scrollTop_btn {
   
}*/

.scrollToTop {
    color: rgb(84, 169, 211);
    text-decoration: none;
    width: 40px;
    height: 35px;
    text-align: center;
    vertical-align: center;
    border: solid 1px rgb(84, 169, 211);
    position: fixed;
    bottom: 30px;
    float: right;
    right: 15px;
    z-index: 100;
    background-color: transparent;
    transition: all 0.2 ease-in;
}
.scrollToTop i{color: rgb(84, 169, 211);}
.scrollToTop:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgb(84, 169, 211);
}

.scrollToTop:hover > i{
    color: white;
}

.scrollToTop:active {
    text-decoration: none;
}

.scrollToTop:visited {
    color: #ffffff;
    text-decoration: none;
}


/*--------------------------------------------------------------
5 Media Queries 
--------------------------------------------------------------*/

@media (min-width:1024px) {
    .slider {
      /*  height: 600px !important;*/
        height: 75vh !important;
    	max-height: 700px;
        overflow: hidden !important;
    }
}

@media (min-width:1280px) {
    .slider .caption h1 {
        font-size: 35px;
    }
}

@media (max-width:1280px) {
    .navigation-top ul li {
        font-size: 10px;
        padding: 5px;
    }
}

@media (max-width:1024px) {
    .slider {
        height: 500px !important;
        overflow: hidden !important;
    }
    .home_content p {
        font-size: 16px;
        line-height: 1.7;
    }
    .rslides img{
        height: 500px !important;
        width: auto !important;
	min-width: 100%;
    }

header{
height: 80px;
}

#brand img{
	max-height: 50px;
}
}

@media (max-width:760px) {
    .slider {
  
        height: 400px !important;
left: 0 !important;
width: 100vw;
margin-left: -15px;

    }
    .rslides img{
        height: 400px !important;
        width: auto !important;
    }
    #mobile_navigation {
        display: block;
    }
    .navigation-top {
        display: none;
    }
    header {
        padding-top: 15px;
        vertical-align: middle;
        height: 70px;
        overflow: hidden;
    }
    .button_1 {
        margin-left: 0 !important;
        margin-top: 10px;
        padding-left: 0px;
    }
    #contact_main button {
        width: 100%;
    }
    #brand img {
        max-height: 50px;
    }
    .footer_info #social_links ul li {
        margin-bottom: 10px;
    }
    .slider {
        height: 400px !important;
    }
    .home_content {
        margin-top: 25px;
    }
    .home_content #home_events #event #image {
        height: 300px;
        height: auto;
margin-bottom: 20px;

    }
    .home_content #home_events ul li {
        margin-bottom: 30px;
    }
    .home_content #home_events #event #info h2{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .home_content #sobre_image {
       height: auto;
margin-bottom: 20px;

    }
    #parceiros ul li {
        height: 40px;
    }
    #info_images {
        height: 30px;
    }
    #objectivos ul li,
    #page_content ul li {
        margin-bottom: 10px;
    }
    #page_content #image ul li {
        margin-bottom: 30px;
    }
    .list_publicacoes #publicacao .image {
        height: 300px;
    }
    #publicacao {
        margin-bottom: 50px !important;
    }
    .site-content {
        padding: 15px;
    }
    
    .sub-menu{
        display: none;
        margin-top: 20px;
    }
    .sub-menu li{
        padding-left: 15px;
    }

	#link_image img{
		margin-top:0 !important;
		padding: 20px;
	}
}

@media (max-width:580px) {
    header.sticky {
        top: 0;
    }
}

@media (max-width:480px) {
#init_text{
	display:none;
}
    .slider {
        height: 350px !important;
        overflow: hidden !important;
    }
    .slider .caption {
        top: 0px;
    }
    .slider .caption h1 {
     font-size: 22px !important;
	line-height: 1.6  !important;
	margin-bottom: 30px  !important;

    }
    .slider {
        max-height: 200px !important;
        margin-top: 50px;
width: 100vw;
margin-left: -15px;

    }
    .home_content {
        margin-top: 10px;
    }
    h3 {
        font-size: 14px;
    }
    .home_content h3 {
        text-align: center;
    }
    .home_content #home_events #event #info {
        margin-top: -15px;
    }
    .home_content #home_events #event #info p {
        margin-top: -11px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .home_content p {
        font-size: 14px;
        line-height: 1.7;
    }
    .home_content #saber_mais {
        font-size: 14px !important;
    }
    #parceiros ul li img {
      width: auto;
height: 100%;

    }
    #parceiros ul {
        padding-left: 0px;
        text-align: center;
    }
    #parceiros ul li {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 16px;
    }
    .subcrever_news p {
        font-size: 14px;
        ;
    }
    #info_1 {
        margin-left: 20px;
        margin-top: 30px;
    }
    #info_images img {
        width: 100%;
        height: auto;
    }
    #selected_page {
        height: 60px;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
    }
    #selected_page p {
        font-size: 14px;
        line-height: 35px;
    }
    #page_content {
        padding-top: 10px;
        font-size: 14px;
    }
    #page_content h1 {
        font-size: 22px;
    }
    #main_title {
        margin-bottom: 10px;
    }
    .list_consorcios #consorcio_image {
        width: 90vw;
        height: auto;
    }
    .list_consorcios #consorcio_image img {
        width: 100%;
        height: auto;
    }
    #objectivos ul li,
    #page_content ul li,
    #page_content ol li,
    .post_page ol li{
        margin-bottom: 10px;
    }
    .list_consorcios #saber_mais,
    .list_noticias #saber_mais,
    .list_eventos #saber_mais,
    .home_content #saber_mais {
        float: left;
    }
    .list_noticias #noticia #noticia_imagem {
        height: auto;
    }
    #title_new {
        margin-bottom: 10px;
    }
    .filter_option {
        width: 100%;
        margin-bottom: -20px;
    }
    .filter_menu {
        display: block;
        overflow: hidden;
    }
    .filter_menu li {
        width: 100%;
        font-size: 12px !important;
        text-align: center;
    }
    #publicacao {
        height: auto;
        /*    border-bottom: solid 1px rgb(84, 64, 30);*/
        margin-bottom: 20px;
    }
    iframe {
        height: 250px !important;
    }
    h1 {
        font-size: 22px;
    }
    
    h4{
        font-size: 14px !important;
    }
    
    p{
        font-size:14px !important;
    }
    
    ul li::before{
        font-size:16px;
        margin-left: -40px;
    }
    
    #image{
        height: auto !important;
        margin-bottom: 30px;
        width: 100vw;
margin-left: -30px;

    }
}

#menu-item-487:hover{
	cursor:pointer;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.wpforms-confirmation-container-full{
    color: #54a9d3 !important;
    background: transparent !important; 
    border: 1px solid #54a9d3 !important;
    padding: 15px 15px;
}


.stc{
    margin-top: 0px;
}

#page_content .social_icons ul li:before{
	content: none !important;
    margin-right: 0px !important;
}

#page_content .social_icons ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    transition: 250ms ease-in;
    padding-top: 5px;
        padding-top: 2px;
    color: rgb(177, 184, 54);
    border:solid 1px rgb(177, 184, 54);
}

#page_content .social_icons ul li:hover{
    background: rgb(177, 184, 54);
    color: white;
}

#link_image{
    overflow: hidden !important;
}

#link_image img{
    width: 100% !important;
    height: auto !important;
	margin-top:10%;
}


.bg{
background: rgb(86, 66, 28);
padding: 10px;
text-align: center;
width: 100%;

}

#hide{
   display: none;
 
  transition: 250ms ease-in;
}


#action1{
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: rgba(86, 66, 28, 0.06);
    padding: 20px;
    display: flex;
    min-height: 300px;
    height: auto;
    display: block;
 transition: 250ms ease-in;
      border:solid 1px transparent;
}

.num{
    width: 50px;
height: 50px;
border-radius: 50%;
/*border: solid 3px rgb(177, 184, 54);*/
    background:  rgb(177, 184, 54);
text-align: center;
line-height: 43px;
text-align: center;
position: relative;
    left: 40%;
     transition: 250ms ease-in;

}

.num a{
    color: #ffffff;
font-size: 22px;
text-align: center;
font-weight: 700;
     transition: 250ms ease-in;

}

#more_{
    color:rgb(84, 64, 30);
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
     transition: 250ms ease-in;
}


#more_:hover{
    color:rgb(177, 184, 54); 
}


* {
  box-sizing: border-box !important;
}
*:before, *:after {
  box-sizing: border-box !important;
}

.row1 {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}

.item {
  display: inline-block;
  padding: 0.25rem;
  width: 100%;
     transition: 250ms ease-in;
}

#action1:hover{
    
    border:solid 1px rgb(177, 184, 54);
}

.well {
  position: relative;
  display: block;
}

.action_active{
     border:solid 1px rgb(177, 184, 54);
}

.post_page img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}