* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;

}

html,
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #dcd6ca;
}
p {
  font-family: "StardosStencil-Regular";;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #444444;
}


.bold {
  font-family: "StardosStencil-Bold";
}

.collapse {
  transition: height 1 ease;
}

.acronym {
  font-variant: small-caps;
}

.landingHome {
  position: relative;
  margin: auto;
}
.title {
  position: absolute;
  top:0%;
  left: 5.5%;
  width: 44%;
}
.imgHome{
  width: 100%;
}
.colors{
  height: 10px;
  background-image: url("/work/models/memorica/recursos/exposiciones/carlosChavez/img/colors.svg");
  background-repeat: repeat-x;
  background-size: cover;
}

.container-glasses{
  width: 4.5rem;
  padding-top: 2rem;
}
.footerImg{
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1.7rem;
  text-align: center;
}
h4{
    font-family: "StardosStencil-Bold";
    font-size: 3rem;
    padding-bottom: 2rem;
}
.btnCollapse-More{
  width: 160px;
  margin-top: 3rem;
  align-self: flex-end;
  border: none;
  background-color: transparent;
}
.img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Imagen base */
.img-normal {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

/* Imagen hover superpuesta */
.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, filter 2s;
  z-index: 2;
  transform: scale(1); 

}

/* Al hacer hover: desvanecimiento + zoom */
.img-wrapper:hover .img-hover {
  opacity: 1;
  transform: scale(1.05); /* zoom suave */
 filter: sepia(1) hue-rotate(360deg) saturate(50%) ;

}

.img-wrapper:hover .img-normal {
  transform: scale(1.05); /* zoom también en la normal para evitar parpadeo */
}
 footer button{
  border: none;
  background-color: transparent;
  margin: 5rem 0 ;
 }
 footer button img{
  width: 180px;
  padding-bottom: 1rem;
 }

h5{
   font-family: "StardosStencil-Bold";
   font-size: 3rem;
   color: #0a8f92;;
}
.modal-con-borde-multicolor {
  position: relative;
  padding: 2rem;
  background-color: #e7dbce; /* Color de fondo como en la imagen */
  z-index: 1;
}

.modal-con-borde-multicolor::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  background: 
    linear-gradient(to right, 
      purple 0 23.33px, 
      orange 23.33px 46.66px, 
      teal 46.66px 70px),
    linear-gradient(to bottom, 
      purple 0 23.33px, 
      orange 23.33px 46.66px, 
      teal 46.66px 70px);
  background-repeat: repeat-x, repeat-y;
  background-size: 70px 8px, 8px 70px;
  background-position: top left, top left;
}

.modal-con-borde-multicolor::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  background:
    linear-gradient(to left, 
      purple 0 23.33px, 
      orange 23.33px 46.66px, 
      teal 46.66px 70px),
    linear-gradient(to top, 
      purple 0 23.33px, 
      orange 23.33px 46.66px, 
      teal 46.66px 70px);
  background-repeat: repeat-x, repeat-y;
  background-size: 70px 8px, 8px 70px;
  background-position: bottom right, bottom right;
}

.modal-con-borde-multicolor .modal-header{
  border: none;
  justify-content: flex-start;
}
.modal-con-borde-multicolor .modal-header .btn-close{
  margin: 0;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-size: cover;
}
h6{
 font-family: "Anton-Regular";
    font-size: 3rem;
    text-align: end;
}
.credits{
  text-align: end;
  padding: 5vh 0 0 0
}
.accordionMobile{
  display: none;
}
.blockColor{
height: 60px;
width: 20px;
}


.orange{
  background-color: #efa442;
}
.purple{
  background-color: #623a7c;
}
.green{
  background-color: #0a8f92;
}
@media only screen and (max-width: 768px) {
  .colors{
  height: 8px;
}
  .title {
 top:10%;
  left: calc(25% - 80% / 2);
  width: 80%;
  }
  .acordionDesktop{
    display: none;
  }
  .btnMobile{
    width: 95%;
    padding: 3rem;
    
    background-image: url("/work/models/memorica/recursos/exposiciones/carlosChavez/img/textura.svg");
    border: none;
   font-family: "StardosStencil-Bold";
   color: #ffffe6;
  }
.btnMobile:nth-of-type(2){
  width: 80%;
}
.btnMobile:nth-of-type(3){
  width: 87%;
}
.btnMobile:nth-of-type(5){
  width: 80%;
}
.btnMobile:nth-of-type(6){
  width: 87%;
}
  .s1, .s4{
background-color: #efa442;
  }
  .s2, .s5{
    background-color: #623a7c;
  }
  .s3, .s6{
    background-color: #0a8f92;
  }
  .accordionMobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btnMobile h2{
    font-size: 3rem;
  }
}
