.content-menu_div {
  background-color: #FFF;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.content-menu_div p {
}
.content-menu_div:hover {
  background-color: #a3c83c;
  color: #FFF !important;
}
.content-menu_div:hover p {
  color: #FFF !important;
}

.content-menu_div:hover h3 {
  color: #FFF !important;
}

.content-menu_div .main_btn-white {
  background-color: #a3c83c !important;
  color: white !important;
}
.content-menu_div:hover .main_btn-white {
  background-color: white !important;
  color: #a3c83c !important;
}
.noticiasFilter {
  text-align: center;
}
.noticiasFilter a {
  margin-right: 10px;
  cursor: pointer;
}
.efeito_bottom_to_top_container {
  position: relative;
  width: 100%;
  height: auto;
}
.efeito_bottom_to_top_image {
  display: block;
  width: 100%;
  height: auto;
}
.efeito_bottom_to_top_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10,40,60,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.efeito_bottom_to_top_container:hover .efeito_bottom_to_top_overlay {
  height: 100%;
}
.efeito_bottom_to_top_text {
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center !important;
}
.efeito_bottom_to_top_text p {
  color: #ffffff;
}
.efeito_bottom_to_top_text h1,
.efeito_bottom_to_top_text h2,
.efeito_bottom_to_top_text h3,
.efeito_bottom_to_top_text h4 {
  color: #a3c83c;
}
.related_btn {
  background-color: #b4b4b4;
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  float: right;
}
.related_btn span {
  position: absolute;
  font-size: 18px;
}
.related_btn:hover {
  background-color: #a3c83c;
}
a.nodecoration {
  text-decoration: none;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 16px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
  content: "Abrir Todos";
}
.accordion-option .toggle-accordion.active:before {
  content: "Fechar Todos";
}
.efeito_bottom_to_top_container {
  position: relative;
  width: 100%;
  height: auto;
}
.efeito_bottom_to_top_image {
  display: block;
  width: 100%;
  height: auto;
}
.efeito_bottom_to_top_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10,40,60,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.efeito_bottom_to_top_container:hover .efeito_bottom_to_top_overlay {
  height: 100%;
}
.efeito_bottom_to_top_text {
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center !important;
  text-decoration: none !important;
}
.efeito_bottom_to_top_text p {
  color: #ffffff;
}
.efeito_bottom_to_top_text h1,
.efeito_bottom_to_top_text h2,
.efeito_bottom_to_top_text h3,
.efeito_bottom_to_top_text h4 {
  color: #a3c83c;
}
.contactos-input input,
.contactos-input select,
.contactos-input textarea,
.boxStyle_black {
  border: 1px solid #787878;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 10px;
}
.contactos-input select {
  background-image: url('../../../images/drop-down_arrow.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contactos-input textarea {
  resize: none;
  height: auto;
}
.table_style_1 {
  border-spacing: 10px;
  border-collapse: separate;
}
.table_style_1 th {
  background-color: #a3c83c !important;
  color: #ffffff !important;
  text-align: center;
  border: 0 !important;
}
.table_style_1 > tfoot > tr > td {
  background-color: #a3c83c !important;
  color: #ffffff !important;
  text-align: center;
  border: 0 !important;
}
.table_style_1 > tbody > tr > td:last-child {
  background-color: #ffffff !important;
  color: #787878 !important;
  border: 1px solid #a3c83c !important;
  cursor: pointer;
}
.table_style_1 > tbody > tr > td:last-child:hover {
  background-color: #a3c83c !important;
  color: #ffffff !important;
}
.table_style_1 > tbody > tr > td:hover a {
  color: #ffffff !important;
}
.table_style_1 a {
  text-decoration: none !important;
}
.table_style_1 a:hover {
  color: #ffffff !important;
}
.table_style_1 td,
.table_style_1 th {
  text-align: center;
  border: 0;
  vertical-align: middle !important;
}
.table_style_1 td {
  border: 1px solid #000 !important;
}
.table_style_1 th.no_back {
  background-color: transparent !important;
}
.table_style_1 th:last-child {
  background-color: transparent !important;
}
