@font-face {
  font-family: 'Monument';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/MonumentExtended-Ultrabold.otf');
}

/* *** ESTILOS PARA SCROLLTRIGGER  */
main {
  margin-top: -40px;
  /* padding-bottom: 100px; */
}
main section {
  position: relative;
  width: 100%;
  height: calc(100vh - 51px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.8s;
}


main section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

main section #text {
  position: relative;
  font-size: 5vw;
  font-family: "Monument", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  opacity: 1;
}
main .sec {
  position: relative;
  height: auto;
}

 /* ***DESCRIPCION FOTOGRAFÍA*** */

 .transition {
  opacity: 0;
  transition: all .3s ease;
}
.transition.show{
  opacity: 1;
}

.descContent{
  display: flex;
  width:80%;
  margin: auto;
  padding:100px 40px 100px;
}

.descContent h4{
  font-family: 'Monument';
  font-size: x-large;
  letter-spacing: 2px;
}

.imgDesc{
  display: flex;
  width: 40%;
}
.imgDesc img{
  max-width: 50%;
  max-height: auto;
  margin: auto;
}
.esimS{
  display:none;
}

.context{
  width: 60%;
  margin: auto;
  >h4{
    width: 100%;
    margin: auto;
  }
  >p{
    font-weight: 400;
    font-size:medium;
    width: 100%;
    margin: auto;
  }
}

/* ***ESTILOS PARA MENU FOTOGRAFIAS  */
.menufotos{
  display: flex;
  margin-bottom:  70px;
  justify-content: space-evenly;
  padding: 40px 0;
}

.menufotos h6{
  color: #fff;
  letter-spacing: 3px;
  font-family: "Monument", sans-serif;
  font-size: 18px;
  margin: auto;
}

.menufotos button.inactivo,
.menufotos button{
  padding: 30px 0px;
  width: 20%;
  background: #000;
  background-size:cover;
  background-position:center;
  display: flex;
  border: none;
  border-radius: 4px;
}



#btn-uno.activo{
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/images/fotografia/gastronomicas/postre1.jpg");
  background-size:cover;
  background-position:center;
}
#btn-dos.activo{
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/images/fotografia/producto/lentes2.jpg");
  background-size:cover;
  background-position:center;
}
#btn-tres.activo{
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/images/fotografia/servicios/barber.jpg");
  background-size:cover;
  background-position:center;
}
#btn-cuatro.activo{
  background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/images/fotografia/otros/retrato-violin.jpg");
  background-size:cover;
  background-position:center;
}

.menufotos button.activo,
.menufotos button:hover{
  transition: .2s;
  background: #ddd;
    >h6{
      color: #fff;
    }
}



/* *** Transición para cambio entre secciones*** */
.transition {
  opacity: 0;
  transition: all .3s ease;
}
.transition.show{
  opacity: 1;
}



/* *** ESTILOS PARA SECCIONES FOTOS *** */
/* *** ESTILOS PARA SECCIONES FOTOS *** */

.photo-section{
  display: flex;
  width: 100%;
}

.description-foto{
  width: 50%;
  padding: 50px 65px 15px 65px;
  /* max-height:100vh; */
  display: flex;
  flex-direction: column;
  overflow: auto;
  >h4{
    font-family: "Monument", sans-serif;
    font-size:x-large;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  >p{
    width: 90%;
    font-size:medium;
    font-weight: 400;
  }
  
}

.producto{
  display: none;
}
.servicios{
  display: none;
}
.otros{
  display: none;
}

.image-gallery {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.image-gallery img {
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}



/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */
/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */

@media (prefers-color-scheme: dark){

  .modo-oscuro .menufotos button.inactivo,
  .modo-oscuro .menufotos button{  
    border: solid black 1px;
  }
  
  .modo-oscuro .menufotos button.activo,
  .modo-oscuro .menufotos button:hover{
    background-color: #000;
    border: solid whitesmoke 1px; 
    >h6{
      color: #fff;
    }
  }
  
}

.modo-oscuro .menufotos button.inactivo,
.modo-oscuro .menufotos button{  
  border: solid black 1px;
}

.modo-oscuro .menufotos button.activo,
.modo-oscuro .menufotos button:hover{
  background-color: #000;
  border: solid whitesmoke 1px; 
  >h6{
    color: #fff;
  }
}


/* *** MEDIA QUERYS MEDIA QUERYS MEDIA QUERYS */
/* *** MEDIA QUERYS MEDIA QUERYS MEDIA QUERYS */

/* *** 1300 1300 1300 1300 1300 ***  */
@media (max-width:1300px){
  main section {
    height: 80vh;
  }

  .descContent{
    display: flex;
    flex-direction: column;
    width:80%;
    margin: 80px auto;
  }

  .imgDesc{
    width: 40%;
    margin-bottom: 40px;
    display: none;
  }


  .context{
    width: 100%;
    margin: auto;
    >{

    }
  }

  /* MINI MENU FOTOS *** */
  .menufotos button.inactivo,
  .menufotos button.activo,
  .menufotos button{
    padding: 25px 0px;
  }
  .menufotos h6{
    letter-spacing: 2px;
    font-size: 15px;
  }
}


/* *** 992 992 992 992 992 992  992 ***  */
@media (max-width:992px) {
  .descContent{
    width:90%;
    margin: 50px auto;
  }
  .context{
  width: 100%;
  margin: auto;
  >h4{
    width: 100%;
    margin: auto;
  }
  >p{
    width: 100%;
    margin: auto;
  }
  }
    /* MINI MENU FOTOS *** */
    .menufotos{
      flex-wrap:wrap;
      width: 95%;
      margin: auto ;
      margin-bottom: 100px;
      padding: 30px 0;
  
    }
    .menufotos button.inactivo,
    .menufotos button.activo,
    .menufotos button{
      flex-basis: 45%;
      margin: 5px auto;
    }

    .menufotos h6{
      letter-spacing: 2px;
      font-size: 13px;
    }
    /* DESPUES DE MENU FOTOS */
    .photo-section{
      margin-top: 80px;
      flex-direction: column;
      width: 100%;
      padding: 0px;
    }
    .description-foto{
      width: 85%;
      padding: 15px;
      margin: auto;
      margin-bottom: 100px;
      max-height: none;
      height: auto;
      >h4{
        width: 100%;
      }

      >p{
        width: 100%;
        margin: auto;
        /* font-size: 22px; */
      }
    }
    .image-gallery{
      width: 100%;
      margin: auto;
      >img{
        width: 90%;
        cursor: auto;
      }
    }
    .modal{
      display: none;
    }
  }




/* *** 768 768 768 768 768 768 ***  */
@media (max-width:768px){
  main section:before {
    height: 100px;
  }

  .esimL{
    display: none;
  }
  .esimS{
    display:inline-block;
    mix-blend-mode: darken;
  }
  main section {
    height: 60vh;
  }
  .descContent{
    width:100%;
    padding: 0;
  }
  .imgDesc{
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
  .context{
    width: 90%;
  }

  
  .description-foto{
    width: 90%;
    padding: 0px;
    margin: auto;
    height: auto;
    >h4{
      width: 100%;
    }

    >p{
      width: 100%;
      margin: auto;
      /* font-size: 18px; */
    }
  }

  .image-gallery{
    width: 100%;
    margin: auto;
  }

  .menufotos{
    padding:20px 0;
    margin-bottom: 30px;
  }
}



/* *** 576 576 576 576 576 576 ***  */
@media (max-width:576px) {
  .descContent{
    width:95%;
  }
  .context{ 
    >h4{
      margin-bottom: 10px;
    }
}
  .menufotos{
    flex-direction: column;
    margin-top: 0;
  }
  .photo-section{
    margin-top: 50px;
  }
  .menufotos button.inactivo,
  .menufotos button.activo,
  .menufotos button{
    width: 90%;
    margin: 4px auto;
    padding: 10px 0px;
  }

  .description-foto{
    width: 85%;
    margin: auto;
    margin-bottom: 90px;
    max-height: none;
  }
  .blink2{
    display: none;
  }


}




/* *** 372 372 372 372 372 372 ***  */
@media (max-width:372px) {
}