main{
    margin-top: 70px;
    position: relative;
}
.intro{
padding-top: 10rem;

}

.collapseRooms{
    width: 100%;
    color: #d0cbbf;
    font-size: 3rem;
    height: 150px;
    border: none;
    background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/landing/btnFooter.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 5rem;
    background-color: #d0cbbf;
    text-align: left;
 
    /* text-transform: uppercase; */
    }
    .collapseRooms .container p{
        color: #d0cbbf;
    font-size: 3rem;
    text-align: left;
    font-family: "Roboto-Bold";
   
    }
    .switchS1{
        display: flex;
    }
    .image-container {
        position: relative;
        display: inline-block;
cursor: pointer;
      }
      .retro-image {
        display: block;
        width: 100%;
        height: 100%;
        transition: filter 0.3s, transform 0.3s;
        z-index: 1;
        cursor: pointer;
      }
      .image-container svg {
        display: block;
      }
      .imgExpo:hover .retro-image {
        filter: grayscale(0.8) sepia(0.5) contrast(1.5) brightness(1.2);
        transform: scale(1.02);
        animation: flicker 0.3s infinite;
        cursor: pointer;
      }
      
      @keyframes flicker {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.95; }
      }
      
      .crosshair {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 85%;
        height: 92%;
        transform: translate(-50%, -50%);
        /* display: none; */
        pointer-events: none;
        transition: opacity 0.5s;
        display: block;
        opacity: 0;
      }
      
      .imgExpo:hover .crosshair {
        opacity: 1;
      }
      /* .imgExpo{
        cursor: pointer;
      } */
      .imgExpo:hover .anchorImg svg path{
        fill: #0e1103
      }
      .imgExpo:hover .footerImg{
        color: #0e1103;
      } 
 h3{
    font-size: 3.5rem;
    line-height: 3.8rem;
 }
 .pl-80-custom {
  padding-left: 80px;
}
    @media only screen and (max-width: 768px) {
       .intro{
        padding-top: 3rem;
       }
        .collapseRooms{
          margin-top: 1.8rem;
          height: 120px;
          background-size: cover;
          background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/landing/bgBtnFooterMobile.svg");
          font-size: 2rem;
        }
        .switchS1{
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .collapseRooms .container p{
        font-size: 2rem;
        text-align: center;
        }
        h3{
            font-size: 2rem;
            line-height: 2.4rem;
         }
      }