* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: aliceblue;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

body {
  background-color: black;
}
nav {
  background-color: rgb(0, 0, 0);
  display: grid;
  grid-template-columns: repeat(1, 30% 68%);
  align-items: center;
}

#imgLogo {
  width: 100%;
  transition: width 0.5s ease;
}

#imgLogo:hover {
  width: 95%;
}

#logoCont {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 22vh;
  width: 70%;
  margin: 0 0 0 2em;
}

#titulosNav {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5em;
  padding: 0 0em 0 0;
}

.tituloNav {
  text-decoration: none;
  font-size: clamp(0.5em, 1.8vw, 1.6em);
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  transition-duration: 0.2s linear;
  text-align: center;
}

.tituloNav:hover {
  color: white;
  border-bottom: 4px solid white;
  transition: all 0.2s ease;
}

nav li:first-child {
  margin-right: auto;
}

#llamanos {
  border: solid;
  padding: 0.4em;
  transition: background-color 0.2s linear, color 0.2s linear;
}

#llamanos:hover {
  background-color: white;
  color: black;
}

li {
  list-style: none;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 999;
  background-color: rgb(0, 0, 0, 1);
  /* backdrop-filter: blur(10px); */
  box-shadow: -10px 0 10px rgb(255, 255, 255);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  gap: 2em;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: auto;
  justify-content: center;
  list-style: none;
  text-decoration: none;
}

.menuButton {
  display: none;
}

#proyectosTituloCont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  object-fit: cover;
}

#proyectoTituloImagen {
  width: 60%;
}

.proyectoCont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5em 0 0 0;
  gap: 3em;
  height: 100%;
}

.logoProyectoCont {
  display: flex;
  justify-content: center;
  width: 100%;
}

.logoImg {
  width: 30%;
  object-fit: cover;
}

.chrunchyrollImg {
  width: 40%;
}

.durangoLogo {
  width: 50%;
}

#batmanLogoImg {
  width: 40%;
}

.leyendasImg {
  width: 40%;
}

.netflixLogo {
  width: 40%;
}

.dumbledore {
  width: 50%;
}

.champios {
  width: 20%;
}

.logoDeas {
  width: 30%;
}

.contenedorGaleria {
  columns: 3;
  padding: 1em 0 0 0;
  column-gap: 0.5em;
}

.contendorImagen {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.imagenGaleria {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: revelar linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
  transition: 200ms;
}

.imagenGaleria:hover {
  border: white solid 10px;
  cursor: pointer;
}

.popUpImage {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  text-align: center;
  display: none;
}

.popUpImage span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 100px;
  color: #fff;
  cursor: pointer;
}

.popUpImage img {
  margin-top: 5%;
  max-width: 70%;
  max-height: 80%;
  border: solid 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@keyframes revelar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
#OtrosProyectos {
  margin: 3em 0 0 0;
  padding: 0.5em 0 0 0;
}
h1 {
  text-align: center;
  font-size: 5em;
  font-style: italic;
}

h3 {
  font-size: 8em;
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 7px;
}

h4 {
  font-size: 6em;
  text-align: center;
  font-style: italic;
  opacity: 0.5;
}
h5 {
  font-size: 3em;
  text-align: center;
  padding: 1.5em 0 0em 0;
}

p {
  font-size: 2.5em;
  text-align: center;
  font-style: italic;
  padding: 2em 1em 2em 1em;
}

h2 {
  font-style: italic;
  font-size: 8em;
}

#llamanosCont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3em 0 0 0;
  gap: 3em;
}

#llamanosPng {
  object-fit: cover;
  width: 50%;
}

#cdmxCont {
  width: 20%;
}

#enviaTitulo {
  font-style: italic;
  font-size: 4em;
}

#mailTelefonoCONT {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5em;
}
.correo,
.WhatsApplink,
.telefono {
  text-align: center;
  font-size: 3em;
  font-style: italic;
  color: rgb(255, 255, 255, 0.8);
  transition: color 0.3s ease, background-color 0.3s ease;
  border: solid white;
  padding: 0.5em;
}

.linkContacto,
.linkWa {
  text-decoration: none;
}

.correo:hover,
.telefono:hover {
  color: rgb(0, 0, 0);
  background-color: white;
}

.WhatsApplink:hover {
  color: rgba(56, 212, 35, 0.8);
}

footer {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#arriba {
  display: flex;
  align-self: end;
  justify-self: end;
  width: 5%;
  margin: 0 0.3em 0 0.2em;
}
#arriba a {
  display: flex;
  justify-content: center;
  width: auto;
}
#arriba img {
  width: 100%;
}

#iconosRedesCont {
  width: 10%;
  display: flex;
  padding: 0 0 0 0.2em;
}

#formularioCont {
  display: flex;
  justify-content: center;
  width: 80%;
}

#cdmxCont {
  width: 100%;
}

form {
  width: 80%;
}

input,
textarea {
  font-size: 2em;
  width: 100%;
  background-color: black;
  padding: 0.5em;
  font-style: italic;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-bottom 0.3s linear;
  resize: none;
}

input:focus,
textarea:focus {
  border-bottom: white solid 1px;
}

#contButton {
  padding: 2em;
  width: 100%;
  display: flex;
  justify-content: end;
}

button {
  display: flex;
  justify-content: center;
  padding: 0.5em;
  display: flex;
  color: white;
  border: 2px solid rgb(255, 255, 255);
  font-size: 2em;
  background-color: black;
  width: 30%;
  cursor: not-allowed;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
}

button:hover {
  background-color: white;
  color: black;
}
@media (max-width: 1560px) {
  h1 {
    font-size: 4.5em;
  }
  h3 {
    font-size: 7em;
  }
  p {
    font-size: 2.5em;
  }
  #mailTelefonoCONT {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding: 0 2em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 3.5em;
  }
  #logoCont {
    padding: 0 0 0 0em;
  }
  nav {
    padding: 0 3em 0 0;
  }

  #titulosNav {
    gap: 1em;
  }
}

@media (max-width: 1280px) {
  p {
    font-size: 2em;
  }
  h1 {
    font-size: 4em;
  }
  h3 {
    font-size: 6em;
  }
}

@media (max-width: 992px) {
  button {
    width: 100%;
  }

  h5 {
    font-size: 2.5em;
  }
  #iconosRedesCont {
    width: 15%;
  }
  #enviaTitulo {
    font-size: 3.5em;
  }
  #arriba {
    width: 8%;
  }
  #contButton {
    justify-content: center;
  }
  .contenedorGaleria {
    columns: 2;
  }
  p {
    font-size: 1.5em;
  }
  h1 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 5.5em;
  }
  h4 {
    font-size: 5em;
  }
  .chrunchyrollImg {
    width: 45%;
  }
  #mailTelefonoCONT {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #formularioCont {
    width: 90%;
  }
}

@media (max-width: 882px) {
  h2 {
    font-size: 7em;
  }
  h5 {
    font-size: 2em;
  }
  h4 {
    font-size: 5em;
  }
  h1 {
    font-size: 3em;
  }
  h3 {
    font-size: 5em;
  }
  #arriba {
    width: 10%;
  }
  #iconosRedesCont {
    width: 20%;
  }
}

@media (max-width: 763px) {
  h2 {
    font-size: 6.5em;
  }
  #iconosRedesCont {
    width: 20%;
  }
  #enviaTitulo {
    font-size: 3em;
  }
  #arriba {
    width: 10%;
  }
  h4 {
    font-size: 4.5em;
  }
  h5 {
    font-size: 1.8em;
  }
  h1 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 4.5em;
  }
  p {
    font-size: 1.3em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 3;
  }

  .chrunchyrollImg {
    width: 80%;
  }

  .durangoLogo {
    width: 80%;
  }

  #batmanLogoImg {
    width: 90%;
  }

  .leyendasImg {
    width: 90%;
  }

  .netflixLogo {
    width: 80%;
  }

  .dumbledore {
    width: 80%;
  }

  .champios {
    width: 60%;
  }

  #tajin {
    width: 80%;
  }
  .hideOnMobile {
    display: none;
  }

  .menuButton {
    display: block;
  }

  .sidebar {
    width: 100%;
  }

  #logoCont {
    width: 100%;
    margin: 0 1em 0 0;
    padding: 0;
  }

  nav {
    padding: 0em;
    height: 20vh;
  }
}

@media (max-width: 669px) {
  h2 {
    font-size: 5.5em;
  }
  #enviaTitulo {
    font-size: 2.5em;
  }
  h4 {
    font-size: 4em;
  }
  h5 {
    font-size: 1.5em;
  }
  h1 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 4em;
  }
  p {
    font-size: 1.1em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 3em;
  }
  .proyectoCont {
    padding: 2em 0;
  }
}

@media (max-width: 567px) {
  h2 {
    font-size: 5em;
  }
  #enviaTitulo {
    font-size: 2em;
  }
  h4 {
    font-size: 4em;
  }
  h5 {
    font-size: 1.4em;
  }
  h1 {
    font-size: 2.3em;
  }
  h3 {
    font-size: 3.5em;
  }
  p {
    font-size: 1em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 2.5em;
  }
  .proyectoCont {
    padding: 2em 0;
  }
  #arriba {
    width: 15%;
  }
  #iconosRedesCont {
    width: 30%;
  }
}

@media (max-width: 481px) {
  h2 {
    font-size: 4.5em;
  }
  #enviaTitulo {
    font-size: 2.2em;
  }
  #formularioCont {
    width: 100%;
  }
  h4 {
    font-size: 4em;
  }
  h5 {
    font-size: 1.2em;
  }
  h1 {
    font-size: 2em;
  }
  h3 {
    font-size: 3em;
  }
  p {
    font-size: 1em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 2.5em;
  }
  .proyectoCont {
    padding: 2em 0;
  }
  #arriba {
    width: 15%;
  }

  #iconosRedesCont {
    width: 30%;
  }
  .contenedorGaleria {
    columns: 1;
  }
}

@media (max-width: 453px) {
  h2 {
    font-size: 4em;
  }
  .popUpImage span img {
    display: none;
  }
  #enviaTitulo {
    font-size: 2.2em;
  }
  h4 {
    font-size: 4em;
  }
  h1 {
    font-size: 2em;
  }
  h3 {
    font-size: 3em;
  }
  p {
    font-size: 1em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 2em;
  }
  .proyectoCont {
    padding: 2em 0;
  }
  #arriba {
    width: 15%;
  }
  #iconosRedesCont {
    width: 30%;
  }
}

@media (max-width: 400px) {
  #arriba {
    width: 20%;
  }
  #iconosRedesCont {
    width: 40%;
  }
  #enviaTitulo {
    font-size: 2.2em;
  }
  p {
    font-size: 1.5em;
  }
  h1 {
    font-size: 2.5em;
  }
  h5 {
    font-size: 1.2em;
  }
  h2 {
    font-size: 3.5em;
  }
  .correo,
  .WhatsApplink,
  .telefono {
    font-size: 1.9em;
  }

  footer {
    padding: 0 0.4em 0.1em 0.5em;
  }
}
