/**
* Template Name: The best version
* Updated: ABR 14 2025 with Bootstrap v5.3.3
* Author: pintonegro
 
*/

/*--------------------------------------------------------------
# EXTRA - galeria de fotos
--------------------------------------------------------------*/

/* slider gallery EXTRA */ 


.sliding-gallery {
  .gallery-container {
      ul {
          width: 100vw;
          height: 34rem;
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-content: stretch;
          overflow: hidden;
          position: relative;
          transform: skew(0.01deg);
          li {
              width: 100%;
              height: 34rem;
              display: flex;
              justify-content: center;
              overflow: hidden;
              transition: 0.3s ease;
              box-shadow: inset 9px 0px 5px -6px rgba(0,0,0,0.32);
              img {
                // object-fit: cover;
                width: initial;*/
                transform: scale(1.4);
                max-height: 34rem;
              }
              &:hover {
                  width: 1200vw;
              }
          }
      }
  }
}

.gallery-container ul li {
  position: relative;}
label.foto {
    color: transparent;
    background-color: #ea2d9e50;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    padding: 13px;
    height: 100%;}
 
li:hover label.foto {
    font-size: 1rem;
    height: calc(1.5em + 26px);
    transition-duration: 0.75s;
    color: white; 
    text-align: right;
    white-space: nowrap; }



