/*GENERALES*/
@font-face {
  font-family: montserrat-variable;
  src: url(../fonts/montserrat-variable.ttf);
}

* {
  box-sizing: border-box;
}

html,
body {
  background-color: #0a0a0a;
  color: white;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: montserrat-variable;
  color: #FFDD33 !important;
  margin-top: 30px;
  font-size: clamp(15px, 5vw, 40px);
  margin-bottom: 0px;
}

h2 {
  font-family: montserrat-variable;
  color: #FFDD33 !important;
  font-weight: 900;
  font-size: 80px;
  font-size: clamp(30px, 5vw, 100px);
}

h3 {
  font-family: montserrat-variable;
  color: #ffffff;
  font-weight: 800;
  font-size: 37px;
  padding-top: 30px;
  text-align: center;
}

h4 {
  font-family: montserrat-variable;
  font-weight: 300;
  font-size: 50px;
  margin-top: 0px;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  background-color: #83CAC7;
  padding-top: 20px;
  padding-bottom: 20px;
}

h5 {
  font-family: montserrat-variable;
  font-weight: 300;
  font-size: 15px;
  margin-top: 12px;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

h5:hover {
  color: #FFDD33;
}

h6 {
  font-family: montserrat-variable;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-top: 12px;
}

p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/*HEADER*/
.active {
  color: #83CAC7 !important;
}

.logo {
  max-height: 70px;
}

nav.navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.navbar-nav .nav-item {
  margin: 0 10px;
  font-size: 17px;
}

.navbar-nav .nav-link:hover {
  color: #83CAC7 !important;
  transition: color 0.3s ease;
}

/* Estilo para el dropdown del menú */
.dropdown-menu {
  background-color: rgb(10, 10, 10);
  border: 1px solid #83CAC7;
  padding: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

.dropdown-menu .dropdown-item {
  color: white;
  padding: 12px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 221, 51, 0.1);
  color: #FFDD33;
}

/*PERFIL*/
.perfil-contenido {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.perfil-texto {
  flex: 1 1 55%;
}

.imagen-tony {
  max-width: 100%;
  height: auto;
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.perfil {
  margin-top: 50px;
}

/*EXPERIENCIA*/
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.animate-up.visible {
  animation: fadeUp 0.6s forwards;
}

.delay-1.visible {
  animation-delay: 0.2s;
}

.delay-2.visible {
  animation-delay: 0.8s;
}

.delay-3.visible {
  animation-delay: 0.5s;
}

.experiencia {
  margin-top: 50px;
}

/*FORMULARIO*/
.seccion-contacto {
  display: flex;
  flex-wrap: wrap;
  background-color: #0a0a0a;
  color: white;
  padding: 4rem;
  gap: 2rem;
  justify-content: center;
}

.contacto-texto,
.contacto-form {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 1.5rem;
  flex: 1 1 300px;
  max-width: 500px;
}

.contacto-texto h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contacto-texto p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.contacto-form h3 {
  margin-bottom: 1rem;
}

.contacto-form input,
.contacto-form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.contacto-form textarea {
  resize: vertical;
  height: 100px;
}

.contacto-form button {
  background-color: #ffdd33;
  color: black;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contacto-form button:hover {
  background-color: #83CAC7;
}

/*Multimedia*/
.multimedia {
  margin-top: 110px;
  text-align: center;
}

/*SOCIAL MEDIA*/
.cut-imagenes {
  margin-top: 35px;
}

.cut-imagenes2 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.reiki-proyecto {
  background-color: #1a1a1a;
}

/*EDITORIAL*/
.editorial-imagenes {
  margin-top: 45px;
  margin-bottom: 45px;
}

/*MAILING*/
.mailing-imagenes {
  margin-top: 45px;
  margin-bottom: 45px;
}

/*PRODUCTOS*/
.producto-imagenes img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;

}

.producto-imagenes {
  margin-left: -5px;
  margin-right: -5px;
}

.producto-imagenes>div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/*PACKAGING*/
.proyecto-etiqueta {
  background-color: #0a0a0a;
  color: white;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.proyecto-etiqueta .fila {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.columna-texto {
  flex: 1 1 60%;
}

.columna-datos {
  flex: 1 1 30%;
}

.proyecto-etiqueta h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}

.proyecto-etiqueta h2 .resaltado {
  color: #ffdd33;
  display: block;
  font-size: 65px;
}

.proyecto-etiqueta p {
  font-size: 16px;
  line-height: 1.6;
  color: #cccccc;
}

.columna-datos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}

.columna-datos li {
  font-size: 16px;
  margin-bottom: 40px;
  color: #cccccc;
}

.columna-datos .resaltado {
  color: #ffdd33;
  font-style: italic;
}

.icono {
  color: white;
  margin-right: 8px;
}

.fondo-blanco {
  background-color: white;
  padding: 15px 0;
  margin-top: -8px;
}

.fondo-blanco img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.etiquetas-imagenes {
  margin-bottom: 50px;
  margin-top: 35px;
}

.ganchos-imagenes {
  margin-bottom: 0px;
  margin-top: 0px;
}

/*VIDEOS*/
.video-embed {
  width: 100%;
  border: none;
  max-width: 100%;
}

/*FOOTERr*/
.footer {
  background-color: #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  flex-wrap: wrap;
  position: relative;
}

.footer a img {
  width: 32px;
  height: 32px;
  transition: filter 0.3s ease;
}

.footer a:hover img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(80%) saturate(461%) hue-rotate(2deg) brightness(108%) contrast(103%);
}

.footer .copyright {
  font-size: 14px;
  color: #000;
  margin-left: 20px;
  margin-top: 12px;
}

/*ANIMACIONES*/

/* --- Animación desde la izquierda --- */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Animación desde abajo  --- */
@keyframes fadeUpPerfil {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Clases base --- */
.animate-left,
.animate-up-perfil {
  opacity: 0;
}

.visible.animate-left {
  animation: fadeLeft 0.8s ease-out forwards;
}

.visible.animate-up-perfil {
  animation: fadeUpPerfil 0.8s ease-out forwards;
}

/* --- Desde la izquierda --- */
@keyframes fadeLeftContacto {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Desde la derecha --- */
@keyframes fadeRightContacto {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Clases base para animación --- */
.animate-left-contacto,
.animate-right-contacto {
  opacity: 0;
}

.visible.animate-left-contacto {
  animation: fadeLeftContacto 0.8s ease-out forwards;
}

.visible.animate-right-contacto {
  animation: fadeRightContacto 0.8s ease-out forwards;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-top {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.6s ease-out;
}

.animate-top.visible {
  animation: fadeDown 0.6s forwards;
}

.delay-1.visible {
  animation-delay: 1s;
}
.delay-2.visible {
  animation-delay: 1.6s;
}
.delay-3.visible {
  animation-delay: 2.2s;
}

/*MEDIA QUERYS*/
@media (max-width: 1397px) {
  h3 {
    font-size: 30px;
  }

  .logo-box {
    height: 126px;
  }
}

@media (max-width: 1199px) {
  h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .logo-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 983px) {
  h1 {
    font-size: 45px;
    text-align: center;
  }

  h2 {
    text-align: center;
    font-size: 90px;
  }

  h3 {
    text-align: center;
    font-size: 50px;
  }

  p {
    text-align: center;
  }

  .logo-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    text-align: center;
    font-size: 65px;
  }

  h3 {
    text-align: center;
    font-size: 48px;
  }

  .logo-box {
    height: 264px;
  }

  .img-fluid {
    margin-bottom: 50px;
  }

  .proyecto-etiqueta .fila {
    flex-direction: column;
  }

  .columna-texto,
  .columna-datos {
    flex: 1 1 100%;
  }

  .proyecto-etiqueta h2 .resaltado {
    font-size: 60px;
  }

  .columna-datos ul {
    margin-top: 0px;
  }
}

@media (max-width: 571px) {
  .logo-box {
    height: auto;
    padding: 10px 0;
  }

  .logo-box img {
    max-height: 100px;
  }

  h2 {
    text-align: center;
    font-size: 40px;
  }

  h3 {
    text-align: center;
    font-size: 30px;
  }

  h4 {
    text-align: center;
    font-size: 30px;
  }
}