a:hover.icon_bar {
  color: #CDB6A4 !important;
}

/* Icon bar -------------------------------------------------------------------------- */
a.icon_bar {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 0 2px 2px 0;
  border-width: 1px;
  border-style: solid;
  position: relative;
  background-color: #fff;
  /*background-image: url(../images/stripes/stripes_3_b.png);*/
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
}

a.icon_bar span {
  display: block;
}

a.icon_bar, a.icon_bar span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
}

a.icon_bar_small, a.icon_bar_small span {
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
}

a.icon_bar span.t {
  position: relative;
}

a.icon_bar span.b {
  position: absolute;
  top: 100%;
}

a.icon_bar span {
  transition: transform 0.3s;
}

a.icon_bar span.b {
  transform: translate3d(0, 0, 0);
}

a:hover.icon_bar span {
  transform: translateY(-100%);
}

.wpb_wrapper a.icon_bar {
  margin-bottom: 2px;
}

/* Social */
a.icon_bar_facebook span.b {
  background: #3a589b;
  color: #fff;
}

a.icon_bar_twitter span.b {
  background-color: #0F1419;
  color: #fff;
}

a.icon_bar_twitter span.b:hover img {
  filter: invert(1);
}

a.icon_bar_youtube span.b {
  background: #ff3334;
  color: #fff;
}

a.icon_bar_linkedin span.b {
  background: #007bb6;
  color: #fff;
}

a.icon_bar_instagram span.b {
  background: #e13967;
  color: #fff;
}

.social-icons-menu a {
  color: #000000;
}

.hunt-section-home {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #314d3e;
  background-repeat: no-repeat;
  background-position: center top;
}

.video-section-home {
  padding-bottom: 240px;
  background-color: #314d3e;
  background-repeat: no-repeat;
  background-position: center top;
}

.breadcrumb-wrapper {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.breadcrumb-wrapper .text .heading {
  position: relative;
}
.breadcrumb-wrapper .text .heading h1 {
  font-size: 4rem;
  color: #FFFFFF;
}
.breadcrumb-wrapper .text nav {
  display: flex;
  justify-content: center;
}
.breadcrumb-wrapper .text nav ol {
  background-color: transparent;
}
.breadcrumb-wrapper .text nav li {
  color: #008755;
}
.breadcrumb-wrapper .text nav a {
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.breadcrumb-wrapper .text nav a:hover {
  color: #008755;
  text-decoration: none;
}

.blog-page {
  margin-top: 5rem;
}
.blog-page h2 {
  color: #008755;
  font-size: 4rem;
}
.blog-page .card h2 {
  line-height: 30px;
  font-size: 2rem;
  color: #008755;
}
.blog-page .card p {
  color: #000000;
}
.blog-page .card-normal {
  height: 550px;
  padding-bottom: 1rem;
}
.blog-page .card-normal a {
  text-decoration: none;
}
.blog-page .card-normal .card-img-top {
  max-height: 250.98px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 600px) {
  .blog-page h2 {
    font-size: 2.5rem;
  }
  .blog-page .card h2 {
    font-size: 2rem;
  }
}
.pagination .page-item.active span {
  background: #008755;
  border-color: #008755;
}
.pagination .page-item .page-link {
  transition: all 0.3s ease-in-out;
}
.pagination .page-item .page-link:hover {
  background-color: #008755;
  border-color: #008755;
  color: #FFFFFF;
}

.small-zoom {
  transition: transform 0.5s ease-in-out;
}
.small-zoom:hover {
  transform: scale(1.02);
}

.zoom-normal {
  transition: transform 0.5s ease-in-out;
}
.zoom-normal:hover {
  transform: scale(1.05);
}

.breadcrumb-wrapper-blog {
  position: relative;
  background-color: #d1d1d1;
  padding: 60px 0;
}
.breadcrumb-wrapper-blog .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb-wrapper-blog .text .heading {
  position: relative;
}
.breadcrumb-wrapper-blog .text .heading h1 {
  font-size: 3.5rem;
  color: #FFFFFF;
}
.breadcrumb-wrapper-blog .text nav ol {
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-wrapper-blog .text nav ol li {
  color: #008755;
}
.breadcrumb-wrapper-blog .text nav ol a {
  color: #000000;
  transition: all 0.5s ease-in-out;
}
.breadcrumb-wrapper-blog .text nav ol a:hover {
  color: #008755;
}

.pages-text {
  color: #000000;
}
.pages-text img {
  max-width: 100%;
  height: unset !important;
}
.pages-text a {
  color: #183028;
  transition: all 0.3s ease-in-out;
}
.pages-text a:hover {
  color: #070e0c;
}
.pages-text ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}
.pages-text ul li {
  list-style-type: disc;
}
.pages-text ol {
  list-style: decimal inside;
  margin-bottom: 1rem;
}
.pages-text ol li {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .pages-text iframe, .pages-text img {
    display: block;
    float: none !important;
    margin: auto !important;
    max-width: 100%;
  }
}
.files-pages {
  padding: 3rem 0;
}
.files-pages .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.files-pages .container a {
  padding: 1rem;
  background-color: #008755 !important;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.files-pages .container a:hover {
  background-color: #005435 !important;
}

.galeria div:hover img {
  transform: scale(1.1);
}
.galeria div .zoom-gallery {
  overflow: hidden;
  width: 100%;
}
.galeria div .zoom-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
}

label.error {
  color: #c10000;
}

button.close {
  background-color: transparent !important;
}

.header-spacer {
  height: 100px;
}

a:hover.icon_bar {
  color: #CDB6A4 !important;
}

/* Icon bar -------------------------------------------------------------------------- */
a.icon_bar {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 0 2px 2px 0;
  border-width: 1px;
  border-style: solid;
  position: relative;
  background-color: #fff;
  /*background-image: url(../images/stripes/stripes_3_b.png);*/
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
}

a.icon_bar span {
  display: block;
}

a.icon_bar, a.icon_bar span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
}

a.icon_bar_small, a.icon_bar_small span {
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
}

a.icon_bar span.t {
  position: relative;
}

a.icon_bar span.b {
  position: absolute;
  top: 100%;
}

a.icon_bar span {
  transition: transform 0.3s;
}

a.icon_bar span.b {
  transform: translate3d(0, 0, 0);
}

a:hover.icon_bar span {
  transform: translateY(-100%);
}

.wpb_wrapper a.icon_bar {
  margin-bottom: 2px;
}

/* Social */
a.icon_bar_facebook span.b {
  background: #3a589b;
  color: #fff;
}

a.icon_bar_twitter span.b {
  background-color: #0F1419;
  color: #fff;
}

a.icon_bar_twitter span.b:hover img {
  filter: invert(1);
}

a.icon_bar_youtube span.b {
  background: #ff3334;
  color: #fff;
}

a.icon_bar_linkedin span.b {
  background: #007bb6;
  color: #fff;
}

a.icon_bar_instagram span.b {
  background: #e13967;
  color: #fff;
}

.social-icons-menu a {
  color: #000000;
}

.progress_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.progress_icons .progress_icon img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 1px;
}

.style-simple .progress_icons .progress_icon.themebg {
  border-color: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
