a {
  text-decoration: none;
  color: unset;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1.75rem;
}

.auth-container {
  width: 30%;
  max-width: 400px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sign-container {
  width: 60%;
  max-width: 600px;
}

#modal-borrar {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
}

#modal-background {
  width: 100%;
  height: calc(100vh);
  background-color: rgba(0, 0, 0, 0.411);
  position: absolute;
  z-index: 2;
  top: 0;
}

@media (max-width: 800px) {
  .auth-container {
    width: 100%;
  }
}

.ql-container {
  height: 200px;
}

.text-mute {
  color: rgb(87, 87, 87);
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.transform-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.flash-msg {
  position: absolute;
  animation: dissappear;
  animation-duration: 8s;
  animation-iteration-count: 1;
  opacity: 0;
}

@keyframes dissappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.alert {
  position: absolute;
  z-index: 5;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

/* SKELETON ENDS */

:root {
  /* --black-color: #252226; */
  --black-color: black;
  /* --green-color: #beff1d; */
  --green-color: #ff0000;
  /* --green-color: #beff1d; */
}

#main {
  /* background-color: var(--black-color); */
  /* background: rgb(249, 255, 0);
  background: linear-gradient(
    162deg,
    rgba(249, 255, 0, 1) 0%,
    rgba(255, 0, 0, 1) 26%,
    rgba(245, 255, 0, 1) 100%
  ); */
  /* background-image: url(../fondo.jpg); */
  /* background-repeat: no-repeat; */
}

@font-face {
  font-family: "Ballet";
  src: url(../fonts/Ballet-Regular-VariableFont_opsz.ttf) format("truetype");
}

@font-face {
  font-family: "Archivo-Black";
  src: url(../fonts/ArchivoBlack-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url(../fonts/Archivo-VariableFont_wdth.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Michroma";
  src: url(../fonts/Michroma-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Syncopate";
  src: url(../fonts/Syncopate-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Syncopate-Bold";
  src: url(../fonts/Syncopate-Bold.ttf) format("truetype");
  font-display: swap;
}

.container-content {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  padding-bottom: 10vh;
}

.container-menu {
  width: 28%;
  position: fixed;
  z-index: 5;
}

.container-hero-1 {
  width: 67%;
  position: absolute;
  height: 100vh;
}

.container-hero-1 img {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
}

.container-hero-2 {
  width: 33%;
  position: absolute;
  height: 100vh;
  right: 0;
}

.container-hero-2 img {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
}

/* #image-hero img:nth-child(1n) {
  width: 67%;
} */
/* #image-hero img:nth-child(2n) {
  width: 33%;
  right: 0;
} */

.container-hero-1-top {
  width: 67%;
  position: absolute;
  height: 100vh;
}
.container-hero-2-top {
  width: 33%;
  position: absolute;
  height: 100vh;
  right: 0;
}

.container-hero-1-top img,
.container-hero-2-top img {
  opacity: 0;
  z-index: 2;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  width: 100%;
  position: relative;
  height: 100%;
  object-position: 50% 0%;
}

.tiny-load {
  width: 5px !important;
  height: 5px !important;
}

.medium-load {
  width: 15px !important;
  height: 15px !important;
}

.preloader-images {
  position: absolute;
}

.titulo-hero {
  /* font-family: "Archivo"; */
  /* display: none; */
  font-family: "Syncopate-Bold";
  width: fit-content;
  /* font-size: 13em; */
  font-size: 8.2vw;
  position: absolute;
  margin: 0;
  font-weight: bold;
  line-height: normal;
  /* mix-blend-mode: difference; */
  color: white;
  position: fixed;
  /* color: var(--black-color); */
  z-index: 5;
}

#javier {
  bottom: 48px;
  left: 10px;
  /* right: 40%; */
}

#estrobo {
  /* color: var(--green-color); */
  color: white;
  display: none;
  /* z-index: 5; */
  position: absolute;
  /* animation: estrobo; */
  /* animation-duration: 0.65s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; */
  width: 67%;
  background-color: var(--green-color);
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  font-family: "Syncopate";
}

#estrobo h1 {
  font-size: 2.8em;
}

@keyframes estrobo {
  0% {
    z-index: 5;
    /* color: rgba(255, 0, 0, 0); */
    /* visibility: hidden; */
  }
  50% {
    z-index: -1;
    /* color: rgb(0, 0, 0); */
    /* visibility: visible; */
  }
  100% {
    z-index: 5;
    /* color: rgba(255, 0, 0, 0); */
    /* visibility: hidden; */
  }
}

#barrera {
  bottom: 20px;
  /* right: 10%; */
  left: 0;
}

#menu-ul {
  position: fixed;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}

.boton {
  font-family: "Archivo";
  background-color: var(--green-color);
  padding: 10px 20px;
  border-radius: 25px;
  width: fit-content;
  color: var(--black-color);
  font-weight: bold;
  cursor: pointer;
  border-width: 0;
  font-size: 0.8em;
}

.titulo-pagina {
  font-family: "Syncopate-Bold";
  font-size: 3em;
}

.boton-anim {
  transition: all 0.2s;
  transform: rotate(0deg);
}

.boton-anim:hover {
  transition: all 0.2s;
  transform: rotate(-10deg);
}

.fotos-container {
  font-family: "Archivo";
  /* width: 75%; */
}

.fotos-container h2 {
  font-family: "Archivo-Black";
  font-size: 8em;
}

.foto-text-container {
  width: 25%;
}

.foto-img-container {
  width: 75%;
}

.tags {
  font-family: "Archivo";
  background-color: rgb(0, 255, 0);
  padding: 5px 20px;
  border-radius: 25px;
  width: fit-content;
  color: var(--black-color);
  font-weight: bold;
  font-size: 1em;
  transition: all 0.2s;
  margin: 0;
  transform: rotate(0deg);
}

.post-image {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  min-width: 100%;
  height: 100%;
  max-height: 600px;
  object-position: 50% 0%;
  width: 100%;
}

.post-titulo {
  font-family: "Archivo";
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
}

.proyecto-video {
  width: 100%;
  height: 700px;
}

.search-btn {
  background-color: var(--green-color);
  border-width: 0;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px;
  padding: 0 10px 0 15px;
}

.search-field {
  border-width: 2px;
  border-color: var(--green-color);
  border-radius: 0 50px 50px 0;
  border-style: solid;
}

.proyecto-full {
  font-family: "Archivo";
  font-weight: normal;
  max-width: 1280px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}

.proyecto-titulo {
  /* font-family: "Archivo-Black"; */
  font-family: "Syncopate-Bold";
  font-size: 4em;
}

.proyecto-imagen {
  width: 100%;
  object-fit: cover;
  /* max-height: 600px; */
  height: 100%;
  min-width: 100%;
  cursor: zoom-in;
  object-position: 50% 0%;
}

.proyecto-folder img {
  /* max-height: 650px; */
  max-width: 100%;
  cursor: zoom-in;
}

#taghover {
  font-family: "Archivo";
  font-weight: bold;
  position: absolute;
  background-color: var(--green-color);
  padding: 10px 20px;
  border-radius: 25px;
  color: var(--black-color);
  /* transition: 0.1s ease-out; */
  /* transition: all 0.01s; */
}

#image-modal {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background-color: #000000f0;
  max-width: 100vw;
}

#image-modal img {
  max-width: 100%;
  padding: 5px;
  max-height: 100vh;
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  cursor: zoom-out;
}

.contact-form {
  width: 33%;
  position: absolute;
  right: 0;
  /* top: 200px; */
  height: 100vh;
  /* transform: translate(0%, 0); */
  background-color: #fff;
  /* mix-blend-mode: lighten; */
  /* max-width: 700px; */
}

.left-image {
  width: 67%;
  position: absolute;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 0%;
}

@media (max-width: 800px) {
  .container-content {
    padding-bottom: 20vh;
    /* min-height: 110vh; */
  }

  .titulo-hero {
    font-size: 8.2vw;
    z-index: 6;
  }

  #barrera {
    bottom: 107px;
  }

  #estrobo h1 {
    font-size: 2em;
    padding: 5px;
  }
  #menu-ul {
    flex-direction: column;
    right: 50%;
    transform: translate(50%, 0);
  }

  #javier {
    bottom: 105px;
  }

  #menu-ul .boton {
    font-size: 0.6em;
    padding: 8px 17px;
  }

  #estrobo {
    width: 100%;
  }

  .container-hero-1 {
    width: 100%;
  }

  .container-hero-1-top {
    width: 100%;
  }

  .container-hero-2 {
    display: none !important;
  }

  .container-hero-2-top {
    display: none !important;
  }

  .fotos-container {
    width: 100%;
  }

  .fotos-container h2 {
    font-size: 5em;
    word-wrap: break-word;
  }

  .foto-text-container {
    width: 100%;
  }

  .foto-img-container {
    width: 100%;
  }

  .fotos-content {
    flex-direction: column-reverse;
  }

  .contact-form {
    width: calc(100% - 40px);
    top: 0;
    margin-top: 20px;
  }

  .contact-form h1 {
    font-size: 2em;
  }

  .proyecto-titulo {
    font-size: 2em;
    word-wrap: break-word;
  }

  .left-image {
    display: none;
  }

  .contact-form {
    width: 100%;
    height: fit-content;
    padding-bottom: 200px !important;
  }
}
