body{
    background-image: url(../img/galeriaBG.png);
}

.fijo{
    position: static;
}

.titleGaleria{
    margin-top: 2%;
    text-align: center;
    font-size: 2em;
    color: white;
    font-family: "SourceBold";
}

.contGaleria{
    display: flex;
    width: 45em;
    margin: auto;
    height:15em;
    justify-content: center;
}

.itemGaleria{
    width: 33.33%;
    height: 100%;
    background-color: aliceblue;
    margin: 0% 0.2%;
    position: relative;
    cursor: pointer;
}

.itemGaleria img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.7);
    transition: 0.3s;
}

.itemGaleria:hover img{
    filter: grayscale(0);
    
}

.pButton{
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: auto;
    transform: translate(-50%,0%);
}

.itemGaleria:hover .button-36 {
    box-shadow: #f9b000 0 1px 30px;
    transition-duration: .1s;
  }

  .contViewerGal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.82);
    z-index: 999;
    
    align-items: center;
  }

  #GALSEC{
    display: none;
  }

  #GALPRIM{
    display: none;
  }

  #GALQUINC{
    display: none;
  }

  .viewerGal{
    width: 60%;
    height: 80%;
    margin: auto;
    background-color: transparent;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    width: 100%;
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 2%;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    margin: 0% 2%;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .SwiperPrim .swiper-slide img{
    object-fit: cover;
  }

  .SwiperQuinc .swiper-slide img{
    object-fit: cover;
  }

  .mySwiper .swiper-slide img{
    object-fit: cover;
  }



  .SwiperPrim2 {
    height: 80%;
    width: 100%;
  }

  .SwiperPrim {
    width: 100%;
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 2%;
  }


  .SwiperPrim .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    margin: 0% 2%;
  }

  .SwiperPrim .swiper-slide-thumb-active {
    opacity: 1;
  }

  


  .SwiperQuinc2 {
    height: 80%;
    width: 100%;
  }

  .SwiperQuinc {
    width: 100%;
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 2%;
  }


  .SwiperQuinc .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    margin: 0% 2%;
  }

  .SwiperQuinc .swiper-slide-thumb-active {
    opacity: 1;
  }


  button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 3rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    background: #ffffff;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.6rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(225deg);
   }

   button.learn-more:hover .circle{
    background: #ffffffd2;
   }
   
   .cross{
    top: 2%;
    right: 2%;
    position: absolute;
    height: 35px;
    width: 35px;
    cursor: pointer;

   }

   .cross img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   }

   @media (max-width: 1300px) {

    .contGaleria {
      display: flex;
      width: 40em;
      margin: auto;
      height: 13.33em;
      justify-content: center;}

      .viewerGal {
        width: 80%;
        height: 80%;
        margin: auto;
        background-color: transparent;
    }  
  }

  @media (max-width: 1100px) {

    .contGaleria {
      display: flex;
      width: 35em;
      margin: auto;
      height: 11.66em;
      justify-content: center;
    }
    .pButton{
      font-size: 0.6em;
    }
    .titleGaleria {
      
      font-size: 1.8em;
      
  }
  
  
  }

  @media (max-width: 1000px) {

    .contGaleria {
      display: flex;
      width: 30em;
      margin: auto;
      height: 10em;
      justify-content: center;
    }
    .pButton{
      font-size: 0.5em;
      padding: 1rem 2rem;
    }

    .viewerGal {
      width: 90%;
      height: 80%;
      margin: auto;
      background-color: transparent;
  }  


  }

  @media (max-width: 900px) {

    
    .pButton{
      font-size: 0.5em;
      padding: 1rem 2rem;
    }


  }

  @media (max-width: 800px) {

    
    .contGaleria {
      display: flex;
      width: 10em;
      margin: auto;
      height: 33em;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

    .itemGaleria{
      width: 100%;
      height: 30%;
      margin: 1% 0%;
    }

    .titleGaleria {
      
      font-size: 1.6em;
      
  }


  }