
.oculto{
  display: none;
}

.video-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 51px);
  overflow: hidden;
  margin-top: -40px;
  /* margin-bottom: 100px; */
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container video:not([preload]) + img {
  display: none;
}


video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titulo {
  font-size: 5vw;
  font-family: 'Monument';
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(0, -50%);
  animation: slide-in .75s forwards;
  z-index: 5;
  
}
@keyframes slide-in {
  0% {
    left: -100%;
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


/* ***ESTILOS PARA MENU DISEÑO  */
.menudiseno{
  display: flex;
  /* margin-bottom:  70px; */
  justify-content: space-evenly;
  padding-top: 100px;
  padding-bottom: 70px;
  
}

.menudiseno h6{
  color: #fff;
  letter-spacing: 3px;
  font-family: "Monument", sans-serif;
  font-size: 18px;
  margin: auto;
}

.menudiseno button.inactivo,
.menudiseno 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/diseno/UXUI/boton.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/DISENOGRAFICO.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/diseno/editorial/boton.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/diseno/rrss/rrss1.jpg");
  background-size:cover;
  background-position:center;
}

.menudiseno button.activo,
.menudiseno button:hover{
  transition: .2s;
  background: #ddd;
  >h6{
    color: #fff;
  }
}




/* *** ESTILOS PARA SECCIONES FOTOS *** */
/* *** ESTILOS PARA SECCIONES FOTOS *** */


.design-section{
  display: flex;
  width: 100%;
}

.description-diseno{
  width: 50%;
  padding: 50px 65px 15px 65px;
  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:large;
    font-weight: 400;
  }
  >ul{
    margin-top: 10px;
  }
  >ul li{
    font-size: medium;
    margin-bottom: 5px;
  }
}




.figmats, #miSvg{
  color: #fff;
  background-color: #202020;
    text-decoration: none;
    width: fit-content;
    padding: 2px 8px 4px;
    border-radius: 4px;    
  }  
  .figmats:hover, #miSvg:hover{
    color: #FCDC00
  }


  
  .seccion2{
    display: none;
  }
  .seccion3{
    display: none;
}
.seccion4{
  display: none;
}

.image-gallery {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  padding-top: 70px;
}

.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 .menudiseno button.inactivo, 
  .modo-oscuro .menudiseno button{
    border: solid black 1px;
  }
  .modo-oscuro .menudiseno button.activo,
  .modo-oscuro .menudiseno button:hover{
    background-color: #000;
    border: solid white 1px;  
    >h6{
      color: #fff;
    }
  }
  .modo-oscuro .description-diseno{
    >h4{
      color: #FFF;
    }
    >p{
      color: whitesmoke;
    }
    
    >ul li{
      color: whitesmoke;
    }
  }
  
  .modo-oscuro .figmats, #miSvg{
    background-color: #000;
    border: solid 1px white;
  }  
  
  .modo-oscuro .figmats:hover, #miSvg:hover{
    background-color: #fff;
    color: #101010;
    box-shadow:
    inset 0 0 .5em #Fff,
    0 0 .5em #Fff;
  }
  
}
.modo-oscuro .menudiseno button.inactivo, 
.modo-oscuro .menudiseno button{
  border: solid black 1px;
}
.modo-oscuro .menudiseno button.activo,
.modo-oscuro .menudiseno button:hover{
  background-color: #000;
  border: solid white 1px;  
  >h6{
    color: #fff;
  }
}
.modo-oscuro .description-diseno{
  >h4{
    color: #FFF;
  }
  >p{
    color: whitesmoke;
  }
  
  >ul li{
    color: whitesmoke;
  }
}

.modo-oscuro .figmats, #miSvg{
  background-color: #000;
  border: solid 1px white;
}  

.modo-oscuro .figmats:hover, #miSvg:hover{
  background-color: #fff;
  color: #101010;
  box-shadow:
  inset 0 0 .5em #Fff,
  0 0 .5em #Fff;
}


/* *** MEDIA QUERYS MEDIA QUERYS MEDIA QUERYS */
/* *** MEDIA QUERYS MEDIA QUERYS MEDIA QUERYS */

/* *** 1300 1300 1300 1300 1300 ***  */
@media (max-width:1300px){

  /* MINI MENU FOTOS *** */
  .menudiseno button.inactivo,
  .menudiseno button.activo,
  .menudiseno button{
    padding: 25px 0px;
  }
  .menudiseno h6{
    letter-spacing: 2px;
    font-size: 15px;
  }
}


/* *** 992 992 992 992 992 992  992 ***  */
@media (max-width:992px) {

    /* MINI MENU FOTOS *** */
    .menudiseno{
      flex-wrap:wrap;
      width: 95%;
      margin: auto ;
      /* margin-bottom: 100px; */
  
    }
    .menudiseno button.inactivo,
    .menudiseno button.activo,
    .menudiseno button{
      flex-basis: 45%;
      margin: 5px auto;
    }


    .menudiseno h6{
      letter-spacing: 2px;
      font-size: 13px;
    }
    /* DESPUES DE MENU FOTOS */
    .design-section{
      /* margin-top: 80px; */
      flex-direction: column;
      width: 100%;
      padding: 0px;
    }
    .description-diseno{
      width: 85%;
      padding: 15px;
      max-height: none;
      margin: auto;
      >h4{
        width: 100%;
      }

      >p{
        width: 100%;
        margin: auto;
      }
    }
    .image-gallery{
      width: 100%;
      margin:50px auto;
      >img{
        width: 90%;
        cursor: auto;
      }
    }
    .modal{
      display: none;
    }
  }




/* *** 768 768 768 768 768 768 ***  */
@media (max-width:768px) {

  .video-container {
    position: relative;
    height: 60vh;
    /* margin-bottom: 70px; */
  }
  


  .description-diseno {
    width: 90%;
    padding: 0px;
    margin: auto;

    >h4 {
      width: 100%;
    }

    >p {
      width: 100%;
      margin: auto;
    }
  }

  .image-gallery {
    width: 100%;
    margin: 50px auto;
  }



}



/* *** 576 576 576 576 576 576 ***  */
@media (max-width:576px) {

  .menudiseno{
    flex-direction: column;
    margin: 0;

  }
  .menudiseno button.inactivo,
  .menudiseno button.activo,
  .menudiseno button{
    width: 90%;
    margin: 4px auto;
    padding: 10px 0px;
    /* border: solid black 1px; */
  }



  .description-diseno{
    width: 85%;
    margin: auto;
    height: auto;
  }
}




/* *** 372 372 372 372 372 372 ***  */
@media (max-width:372px) {
}