/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h1 {
  font-family: "Space Mono", monospace;
  color: white;
  border-radius: 1rem;
  font-weight: 800;
  text-align: center;
}

h1:hover {
  background-color: white;
  color: black;
}

.page-menu-item.current > a {
  background-color: white;
  color: black;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  #form-contacto,
  .boton-contacto-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #form-contacto-celu,
  .boton-contacto-celu {
    display: none;
  }
}

#form-contacto-celu {
  display: none;
  position: fixed;
  top: 0;
  background-color: #141414;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#form-contacto-celu-cerrar {
  position: absolute;
  right: 1vw;
  color: #fff;
  font-weight: 800;
  z-index: 55;
}

.redes-sociales a {
  color: #fff;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.redes-sociales a:hover {
  color: #ec008b;
}

.top-image,
.bottom-image {
  position: relative;

  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) scale(1);
  filter: blur(0);
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
}

.top-image {
  z-index: 1;
  top: -2em !important;
  animation: zoomIn 1s ease-out;
}

.bottom-image {
  position: absolute;
  top: 12em !important;
  z-index: 0;
  filter: blur(1px);
  transform: scale(0.95) translateZ(-50px);
  -webkit-filter: blur(1px);
}

.top-image:hover,
.bottom-image:hover {
  z-index: 2;
  transform: translateY(-10px) scale(1.03) translateZ(50px);
  filter: blur(0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@keyframes zoomIn {
  from {
    filter: blur(5px);
    transform: translateY(30px) translateZ(-100px);
  }
  to {
    filter: blur(0);
    transform: translateY(0) translateZ(0);
  }
}

.owl-item .oc-item {
  color: #777777;
  text-shadow: #000000 -0.05em 0.1em 0.4em;
  transition: color 0.5s ease, text-shadow 0.5s ease, transform 0.5s ease;
  -webkit-transition: color 0.5s ease, text-shadow 0.5s ease,
    transform 0.5s ease;
  -moz-transition: color 0.5s ease, text-shadow 0.5s ease, transform 0.5s ease;
  -ms-transition: color 0.5s ease, text-shadow 0.5s ease, transform 0.5s ease;
  -o-transition: color 0.5s ease, text-shadow 0.5s ease, transform 0.5s ease;
}
.owl-item .oc-item:hover {
  text-shadow: #ff71c4 -0.05em 0.1em 0.4em;
  color: #ffffff;
  transform: translateY(-0.75em);
  -webkit-transform: translateY(-0.75em);
  -moz-transform: translateY(-0.75em);
  -ms-transform: translateY(-0.75em);
  -o-transform: translateY(-0.75em);
}

/* Media Query para móviles */
@media (max-width: 991px) {
  .displayPc {
    display: none;
  }
  .idioma-celu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }

  .idioma-celu .menu-link {
    padding: 10px 15px;
    font-size: 16px;
  }
  .displayCelu {
    display: flex;
  }
}

/* Reglas CSS para pantallas más grandes */
@media (min-width: 992px) {
  .displayCelu {
    display: none;
  }
  .displayPc {
    display: flex;
  }
}

.header-wrap-clone {
  display: none;
}
