@keyframes colorFade {
  0% { fill: var(--from-color); }
  100% { fill: var(--to-color); }
}

:root{
  --picosa: #700271;
  --picosa-dark: #240342;
  --amarillo: #febd00;
}

html { scroll-behavior: smooth; }

.text-picosa { color: var(--picosa) !important; }
.text-picosa2 { color: var(--picosa-dark); }
.texto-amarillo { color: var(--amarillo); }

.navbar-toggler { border-color: rgba(255,255,255,0.7) !important; }
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.barra-fondo{
  background-image: url('../img/BarraFondo.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 148px;
  position: relative;
}

.logo-picosa{
  position: absolute;
  top: 40px;
  left: 40vw;
  z-index: 9999;
}

.logo-mobile{
  height: 70px;
  width: auto;
}

.nav-item-live a{
  padding: 8px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.nav-item-live a:hover{
  background-color: var(--picosa);
  color: #fff !important;
  border-color: #fff;
}

.btn-picosa{
  color: var(--picosa);
  border: 2px solid var(--picosa);
  background: transparent;
  transition: 0.3s ease-in-out;
  padding: 12px 30px;
  border-radius: 10px;
}
.btn-picosa:hover{
  color: #fff;
  border-color: #fff;
  background: linear-gradient(90deg, rgba(76, 1, 83, 1) 0%, rgba(69, 1, 77, 0.85) 38%, rgba(112, 2, 113, 0.75) 76%, rgba(66, 18, 74, 1) 100%);
}

.card,
.card img{
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.card-body{ text-align: center; }

#playBtnGroupDesktop:hover #playCircleDesktop { fill: var(--amarillo); }
#playBtnGroupDesktop:active #playCircleDesktop { fill: #ffcc33; }

.espacio{
  width: 100%;
  min-height: 30vh;
  margin-top: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}

.hero{
  display: flex;
  gap: 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-text{
  padding-top: 40px;
  padding-left: 40px;
  flex: 1;
}
.hero-text h1{
  margin: 0.2rem 0;
  margin-left: 20px;
}

.hero-disc{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.disco-svg{
  width: 750px;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}
.disco-mobile{ display: none; }

.header-frente{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url('../img/HeaderFrente.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
  pointer-events: none;
}

.mobile-menu{
  min-height: 100vh;
  background-image: url('../img/TopFondo.png');
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 200% auto;
}

.top-picosa{
  min-height: 100vh;
  background-image: url('../img/TopFondo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-top: 20rem;
  padding-bottom: 20rem;
  padding-left: 3rem;
}

.top-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: flex-start;
}

.top-item{
  display: flex;
  align-items: center;
  border-radius: 0 999px 999px 0;
  margin-bottom: 3rem;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
  overflow: hidden;
}

.top-item--w-95{ width: 95%; }
.top-item--w-90{ width: 80%; }
.top-item--w-85{ width: 65%; }
.top-item--w-75{ width: 55%; }
.top-item--w-65{ width: 45%; }
.top-item--w-60{ width: 60%; }

.top-item--1{
  background-color: #ffb800;
  box-shadow: 0 0 0 3px #6b118a;
  margin-top: 9rem;
}
.top-item--default{
  background: #4a0a7f;
  box-shadow: 0 0 0 3px #6b118a;
}

.top-item__left{
  position: relative;
  display: flex;
  align-items: center;
}

.top-item__rank{
  font-size: 5rem;
  font-weight: 800;
  color: #fffceb;
  line-height: 1;
  margin-right: 0.5rem;
}

.top-item__photo-wrap{
  width: clamp(180px, 22vw, 341px);
  height: clamp(180px, 22vw, 341px);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 184, 0, 0.9);
}

.top-item__photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-item__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  margin-left: 1.5rem;
}

.top-item--1 .top-item__info{ max-width: 80vw; }

.top-item__title{
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.top-item__song{
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  font-weight: 500;
  color: #ffb800;
  margin: 0;
}

.top-item__actions{
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.top-btn{
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
}

.top-btn--heart{
  background: transparent;
  color: #ffb800;
  border: 2px solid #ffb800;
}

.top-btn--go{
  background: transparent;
  color: #4caf50;
  border: 2px solid #4caf50;
}

.footer-curvas2{
  position: relative;
  width: 98vw;
  height: 400px;
  background-image: url('../img/Footer/FooterFondo.png');
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-6vh);
}

.texto-footer{
  position: absolute;
  padding-top: 10vh;
  color: #fff;
}

.texto-footer h1{
  font-size: 4vw;
  margin-bottom: 20px;
  margin-left: 2vw;
}

.whatsapp-line{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 5vw;
}

.whatsapp-icon{ width: 40px; height: 40px; }

.social-media-line{
  margin-top: 60px;
  display: flex;
  margin-left: 5vw;
  gap: 25px;
}

.icons{ width: 40px; height: 40px; }

.texto-footers{
  width: 100%;
  padding: 40px 5vw;
  background: #000000cc;
  margin-top: -40px;
}

.footer-info{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col{
  flex: 1;
  min-width: 280px;
}

.footer-col h5{
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
}

@font-face{
  font-family: 'Gadugi Bold';
  src: url('../img/Tipografia/Gadugi/gadugi-bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: 'Gadugi normal';
  src: url('../img/Tipografia/Gadugi/gadugi-normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

h1, h2{ font-family: 'Gadugi Bold'; }

.gadugi-secciones{
  font-family: 'Gadugi Bold';
  font-size: 70px;
}
.gadugi-subencabezado-scciones{
  font-family: 'Gadugi normal';
  font-size: 35px;
}

#carouselLocutoresDesktop .carousel-item{ min-height: 80vh; }
#carouselLocutoresDesktop .card{
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#carouselLocutoresDesktop img{
  height: 80vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px){
  .disco-desktop{ display: none; }
  .disco-mobile{ display: block; }

  .espacio{
    align-items: flex-start;
    margin-top: 0;
    min-height: 10vh;
  }

  .hero{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .hero-disc{
    width: 100%;
    margin-top: 1.5rem;
  }

  .disco-svg{
    width: 80vw;
    max-width: 100vw;
    flex-shrink: 0;
    overflow: visible;
  }

  .hero-text{
    padding-top: 10px;
    padding-left: 10px;
  }

  .hero-text h1{
    margin-left: 5px;
  }

  .header-frente{
    width: 100vw;
    height: 45vh;
    transform: translateY(0);
    background-repeat: no-repeat;
  }

  .top-picosa{
    padding: 0.5rem;
    transform: translateY(-50px);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
  }

  .top-item{
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .top-item__left{
    width: 100%;
    justify-content: flex-start;
  }

  .top-item__rank{ font-size: 3.2rem; }

  .top-item__photo-wrap{
    width: clamp(160px, 55vw, 260px);
    height: clamp(160px, 55vw, 260px);
    margin-left: 0.5rem;
  }

  .top-item__info{
    margin-left: 0;
    margin-top: 0.75rem;
    max-width: 100%;
  }

  .footer-curvas2{
    width: 100vw;
    background-size: contain;
    background-position: bottom center;
    transform: translateY(-40px);
  }

  .texto-footer{
    top: 18%;
    left: 6%;
    z-index: 2;
    padding-top: 25vh;
  }

  .texto-footer h1{
    font-size: 6vw;
    margin-bottom: 10px;
  }

  .whatsapp-line{
    gap: 8px;
    margin-bottom: 16px;
  }

  .whatsapp-icon,
  .icons{
    width: 30px;
    height: 30px;
  }

  .social-media-line{
    margin-top: 0;
    gap: 12px;
  }

  #carouselLocutoresMobile img{
    height: 70vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
}
