﻿@import url("https://fonts.googleapis.com/css2?family=Imperial+Script&family=League+Script&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Meow+Script&family=Mrs+Saint+Delafield&family=Ms+Madi&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Pinyon+Script&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");

h1 {
  font-family: "Imperial Script", cursive !important;
  font-weight: 350;
  font-style: normal;
  font-size: 3.5rem;
 
}

h2,
h3,
h4,
h5,
h6,
.titulo-script {
  font-family: "Playfair Display SC", cursive !important;
  font-weight: 400;
  font-style: normal;
 
}

*,
body,
p,
span,
button,
input {
  font-family: "Mulish", sans-serif !important;
   
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.mulish-uniquifier {
  font-family: "Mulish", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ms-madi-regular {
  font-family: "Ms Madi", cursive !important;
  font-weight: 400;
  font-style: normal;
}
.meow-script-regular {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
}



body {
  background-color: #627096 !important;
  touch-action: pan-x pan-y;
}

.text-blue {
  color: #627096 !important;
}
.contenedor-global-500 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.contenedor-fondo {
  background: url("img/bg.jpg") center / cover no-repeat;
  width: 100%;
  min-height: 850px;
  height: 850px;
  padding: 5rem 3rem;
}

.espejo-horizontal {
    transform: scaleX(-1);
}
 
.tarjeta-blanca {
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ===================================================  */

.tarjeta-blanca:not(.contenedor-fondo .tarjeta-blanca) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.contenedor-banner img {
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}

.tarjeta-azul {
  background-color: #435073;
  color: #ffffff;
  border-radius: 12px;
  margin: 1rem;
}

.marco-lazo {
  border: 2px dashed #3a607b;
  border-radius: 8px;
}

/* ===================================================
   FORMULARIO
   =================================================== */

.form-control-custom {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-control-custom:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  box-shadow: none;
  border-color: #fff;
}

/* ===================================================
   VESTIMENTA
   =================================================== */

.seccion-vestimenta {
  background: transparent !important;  
  padding: 20px 0;
}
 
.img-vestimenta {
  max-width: 190px;
  height: auto;
}
 
.circulo-color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
  transition: transform 0.2s ease;
}
 
.circulo-color:hover {
  transform: scale(1.15);
}
 
.circulo-prohibido {
  position: relative;
  overflow: hidden;
}


.circulo-prohibido::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 140%;
  height: 3px;
  background-color: #dc3545;
  transform: translateY(-50%) rotate(-45deg);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* ===================================================
   BUZÓN
   =================================================== */
   
.seccion-buzon {
  background: transparent !important;
  padding: 20px 0;
}

.icono-buzon {
  font-size: 2.8rem;
  color: #d1d8de;
  display: inline-block;
  transition: transform 0.3s ease;
}

.icono-buzon:hover {
  transform: scale(1.1);
}

/* ===================================================
   MUSICA
   =================================================== */

.contenedor-disco {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.disco-vinilo {
  width: 100%;
  height: 100%;
  max-width: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  max-width: 250px;
  object-fit: cover;
  animation: girarDisco 5s linear infinite;
  animation-play-state: paused; 
}

.disco-reproduciendo {
  animation-play-state: running !important;
}


@keyframes girarDisco {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn-principal-musica {
  background-color: #303b6e; 
  color: white;
  border-radius: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
}

.btn-principal-musica:hover {
  background-color: #2c3870;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(31, 58, 82, 0.3);
}

.btn-musica-flotante {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #303b6e; 
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999; 
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.btn-musica-flotante:hover {
  transform: scale(1.1);
  background-color: #2c5270;
}

.musica-sonando {
  animation: pulso 2s infinite;
}

@keyframes pulso {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 58, 82, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(31, 58, 82, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 58, 82, 0);
  }
}

/* ===================================================
   GALERIA
   =================================================== */

   
  .imagen-sin-borde {
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      background: transparent !important;
      max-width: 100%;
      height: auto;
      border-radius: 0; 
  }

@keyframes aparecerDesvanecido {
  0% {
    opacity: 0;
    transform: translateY(40px) var(--transform-x, translateX(0));
  }

  100% {
    opacity: 1;
    transform: translateY(0) var(--transform-x, translateX(0));
  }
}


.bloque-galeria-2x1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  overflow: hidden; 
}


.img-2x1 {
  width: 70%; 
  max-width: 100%; 
  height: auto; 
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bloque-galeria-2x1 .img-2x1:nth-child(1) {
  z-index: 1;
  --transform-x: translateX(-35px);
  transform: var(--transform-x);
}

.bloque-galeria-2x1 .img-2x1:nth-child(2) {
  z-index: 2;
  margin-top: -30px;
  --transform-x: translateX(35px);
  transform: var(--transform-x);
}

.bloque-galeria-2x1 .img-2x1:nth-child(3) {
  z-index: 3;
  margin-top: -30px;
  --transform-x: translateX(-35px);
  transform: var(--transform-x);
}

.bloque-galeria-2x1 .img-2x1:nth-child(4) {
  z-index: 4;
  margin-top: -30px;
  --transform-x: translateX(35px);
  transform: var(--transform-x);
}

.bloque-galeria-2x1.animar .img-2x1 {
  animation: aparecerDesvanecido 0.8s ease-out forwards;
}

.bloque-galeria-2x1.animar .img-2x1:nth-child(1) {
  animation-delay: 0.1s;
}

.bloque-galeria-2x1.animar .img-2x1:nth-child(2) {
  animation-delay: 0.35s;
}

.bloque-galeria-2x1.animar .img-2x1:nth-child(3) {
  animation-delay: 0.6s;
}

.bloque-galeria-2x1.animar .img-2x1:nth-child(4) {
  animation-delay: 0.85s;
}

.img-2x1:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
}
