section.gallery-macca section.paging-gallery {
  width: 100%; }
  section.gallery-macca section.paging-gallery ul#pagination-gallery li a {
    padding: 10px 15px;
    color: #333; }
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.page.active a {
    background: #0a5105;
    color: #fff; }
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.prev.disabled a,
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.next.disabled a,
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.last.disabled a {
    color: #333; }
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.prev a,
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.next a,
  section.gallery-macca section.paging-gallery ul#pagination-gallery li.last a {
    color: #0a5105; }
  section.gallery-macca section.paging-gallery ul#pagination-gallery i.fas.fa-angle-double-left,
  section.gallery-macca section.paging-gallery ul#pagination-gallery i.fas.fa-angle-double-right,
  section.gallery-macca section.paging-gallery ul#pagination-gallery i.fas.fa-chevron-left,
  section.gallery-macca section.paging-gallery ul#pagination-gallery i.fas.fa-chevron-right {
    font-size: 10px !important; }
section.gallery-macca .banner-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }
  section.gallery-macca .banner-gallery .images {
    width: 100%; }
    section.gallery-macca .banner-gallery .images img.rps-banner {
      height: 350px;
      display: block;
      width: 100%; }
    section.gallery-macca .banner-gallery .images img.rps-banner3 {
      display: none; }
  section.gallery-macca .banner-gallery .portal {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    visibility: visible;
    animation-name: fadeInUp; }
    section.gallery-macca .banner-gallery .portal p.title-gallery {
      color: #fff;
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 0;
      font-family: "macca-font-title" !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-transform: uppercase;
      max-width: 75%;
      padding: 0 5%;
      margin: auto; }
    section.gallery-macca .banner-gallery .portal span.link-gallery {
      color: #fff; }
    section.gallery-macca .banner-gallery .portal a.link-gallery {
      font-size: 15px;
      color: #fff;
      text-decoration-line: none;
      transition: ease all 0.5s; }
      section.gallery-macca .banner-gallery .portal a.link-gallery:hover {
        color: gold;
        transition: ease all 0.5s; }

section.gallery-macca .gallery-details .gallery {
  display: flex;
  justify-content: center;
  align-items: center; }
  section.gallery-macca .gallery-details .gallery a.relative_youtube {
    position: absolute;
    background-color: red;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff; }
    section.gallery-macca .gallery-details .gallery a.relative_youtube i {
      font-size: 16px; }

@media only screen and (max-width: 768px) {
  section.banner-gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    section.banner-gallery .images {
      width: 100%; }
      section.banner-gallery .images img.rps-banner {
        display: none !important; }
      section.banner-gallery .images img.rps-banner3 {
        display: block !important;
        height: 300px !important; }
    section.banner-gallery .portal {
      position: absolute;
      margin: auto;
      display: block;
      text-align: center;
      width: 100%;
      visibility: visible;
      animation-name: fadeInUp; }
      section.banner-gallery .portal p.title-gallery {
        font-size: 20px !important;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "macca-font-title" !important;
        max-width: 75%;
        padding: 0 5%;
        margin: auto; }
      section.banner-gallery .portal a.link-gallery {
        font-size: 15px;
        color: #fff;
        text-decoration-line: none;
        transition: ease all 0.5s; }
        section.banner-gallery .portal a.link-gallery:hover {
          color: gold;
          transition: ease all 0.5s; }
      section.banner-gallery .portal span.link-gallery {
        color: #fff; }

  section.gallery-macca .banner .portal p.title-events {
    font-size: 20px !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "macca-font-title" !important;
    padding: 0 5%;
    margin: auto;
    margin-top: 50px;
    max-width: 100%; } }

/*# sourceMappingURL=gallery-details.css.map */
