:root {
    --color-primary: #000;
    --color-fondo: #000; 
    --color-texto: #fff; 
    --color-grey: #D9D9D9;
    --color-texto-hover: #aaa; 
    --color-borde-botones: #fff; 
}
@font-face {
    font-family: 'Muli';
    src: url('/assets/fonts/Muli-Regular.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('/assets/fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-secondary{
    font-family: 'PlayfairDisplay-Italic', sans-serif;
}
.font-primary {
    font-family: 'Muli', sans-serif;
}
.font-primary-bold {
    font-family: 'OpenSans', sans-serif;
    font-weight: bold;
}
.text-panel {
    line-height: 1.3
}
.text-panel  strong {
    font-size: 150%;
}
.fs-7{
    font-size: 85%;
    font-weight: 400;
    opacity: 0.6;
}
.w-15{
    width: 15%;
    opacity: 0.7;
}
.bg-grey {
    background-color: var(--color-grey);
}
.color-grey {
    color: var(--color-grey);
}

.color-w {
    color: white;
}
.bg-copy{
    background-color: #1B1B1B;
}
/* Estilo personalizado para el menú */
.navbar-custom {
    background-color: var(--color-fondo); 
}
.navbar-custom .navbar-brand img {
    max-height: 40px;
}
.navbar-custom .nav-link {
    color: var(--color-texto);
    font-size: 80%;
}
.navbar-custom .nav-link:hover {
    color: var(--color-texto-hover); 
}
.navbar-custom .navbar-toggler {
    border-color: var(--color-borde-botones); 
}
.dropdown-menu {
    background-color: black;
    transition: opacity 0.5s ease; 
    opacity: 0; 
    font-size: 80%;
}
.dropdown-menu.show {
    opacity: 1;
}
.background-section {
    background-image: url('/assets/img/2024/banner-secundario.jpg');
    background-size: cover; 
    background-position: center; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
}
.background-section-bg {
    background-image: url('/assets/img/2024/banda-negra fondo.png');
    background-size: cover; 
    background-position: center; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
}
.background-section-bf {
    background-image: url('/assets/img/2024/Footer.png');
    background-size: cover; 
    background-position: center; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
}
.background-section-b {
    
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
}
.background-section-none {
    position: relative;
    height: 90vh; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; 
}
#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.background-section2 {
    background-color: black; 
    background-position: center; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
}
.background-section h2 {
    font-size: 3rem; 
    margin-bottom: 20px; 
}
.img-art{
    width: 100%;
}
.img-art-m {
    width: 60%;
}
.img-perfil-art{
    margin-top: -190px;
    height: calc(100% - 32px); /* Reduce la altura de la imagen en 10px */
    overflow: hidden; /* Oculta el contenido que se desborda */
    clip-path: inset(0 0 32px 0);
}
.art-bio {
    margin-left: 22px;
    font-size: 95%;
}
.pos-btn{
    top: -50px;
    right: -50px;
}
.msj-e{
    color: #016747; 
    font-size: 1.2em; 
    border: 2px solid #016747; 
    border-radius: 5px; 
    padding: 10px; 
    margin-bottom: 10px;
}
.msj-f{
    color: #CE1126; 
    font-size: 1.2em; 
    border: 2px solid #CE1126; 
    border-radius: 5px; 
    padding: 10px; 
    margin-bottom: 10px;
}
.boton-voto {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease; 
}
.boton-voto:hover {
    background-color: #333; 
}
.boton-voto-l {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease; 
}
.boton-voto-l:hover {
    background-color: #333; 
}
.boton-blanco {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: 1px solid #000; 
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
.boton-blanco:hover {
    background-color: var(--color-grey);
    
}
.card-nenes{
    background-color: white;
    border-radius: 20px;
    opacity: 0.95;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.img-nenes{
    width: auto;
    height: 20rem;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}
.img-bandas {
    width: 100%;
    object-fit: cover;
    height: 15rem;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    border-radius: 10px; 
}
.no-decotarion{
    text-decoration: none;
}
.zoom-1 {
  transition: all 0.7s ease; 
}
.zoom-1:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.zoom-0 {
  transition: all 0.7s ease; 
}
.zoom-0:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeLeftToRight {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@keyframes fadeTopToBottom {
  from {
    opacity: 0;
   
  }
  to {
    opacity: 1;
  
  }
}

.fade-top-to-bottom {
  animation: fadeTopToBottom 2s ease;
}
.fade-left-to-right {
  animation: fadeLeftToRight 1s ease;
}
.kid-text{
  font: bold 32px/28px 'Love Ya Like A Sister', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;  
}
.kid-button {
  position: relative;
  font: bold 36px/30px 'Love Ya Like A Sister', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fcfcef;
  text-shadow: 0 -2px 1px rgba(0, 50, 100, 0.4);
  text-decoration: none;
  z-index: 1;
  margin: 20px;
  display: inline-block;
  padding: 22px 54px 15px 20px;
  text-transform: uppercase;
  animation: pulse 2s ease-in-out infinite; /* Aplica la animación 'pulse' durante 1.5 segundos, repetición infinita */
}
.kid-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(182,62,69);
  background: linear-gradient(90deg, rgba(182,62,69,1) 0%, rgba(188,64,184,1) 50%, rgba(255,211,42,1) 100%);
  border: 5px solid #ffd32a;
  box-shadow: -5px -5px 1px rgba(0, 50, 100, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: perspective(26em) rotateY(25deg) rotateX(-18deg);
  -moz-transform:    perspective(34em) rotateY(25deg) rotateX(-12deg);
  -ms-transform:     perspective(34em) rotateY(25deg) rotateX(-12deg);
  -o-transform:      perspective(34em) rotateY(25deg) rotateX(-12deg);
  transform:         perspective(34em) rotateY(25deg) rotateX(-12deg);
  width: 100%;
  transition: opacity 0.5s ease;
}
.kid-button:hover:after {
  opacity: 0.9;
  background: rgb(182,62,69);
  background: linear-gradient(106deg, rgba(182,62,69,1) 0%, rgba(188,64,184,1) 25%, rgba(255,211,42,1) 89%);
}
.logo-pulse {
    animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.h-10{
    height: 8rem;
}
.h-3{
    height: 3rem;
}
.h-15{
    height: 12rem;
}
.artist-result {
    margin-top: -11%;
    margin-left: auto; 
    max-width: 9rem;
    min-width: 5rem; 
    background-color: black;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    height: 1.4rem;
    font-size: 70%;
}
.banda-result {
    max-width: 9rem;
    min-width: 5rem; 
    background-color: black;
    color: white;
    padding: 2px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    height: 1.4rem;
    font-size: 70%;
    z-index: 9999;
}

/*slider*/
.slider-container1 {
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  .slider1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .slide1 {
    min-width: 100%;
    box-sizing: border-box;
  }
  .prev1, .next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    color: white;
    background-color: var(--color-primary);
    border: none;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    user-select: none;
    vertical-align: middle;
    opacity: 0.9;
  }
  .prev1:hover, .next1:hover {
   color: white;
   background-color: var(--color-primary);
   opacity: 0.7;
  }
  .prev1 { left: 3px; }
  .next1 { right: 3px; }

@media (max-width: 768px) {
  .img-perfil-art {
    margin-top: 0px;
    height: calc(100% - 20px);
    overflow: hidden; 
  }
    .background-section-none {
        position: relative;
        height: 90vh; 
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    #bg-video {
        position: absolute;
        top: 50%;
        left: 20%;
        width: 100%;
        height: 100%; 
        object-fit: cover;
        overflow: visible;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .boton-voto-l {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #000; 
        border: 1px solid #000;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.3s ease; 
    }  
    .artist-result {
        margin-top: -11%;
        margin-left: auto; 
        max-width: 9rem;
        min-width: 5rem; 
        background-color: black;
        color: white;
        padding: 4px 5px;
        border-radius: 2px;
        text-align: center;
        height: 2rem;
        font-size: 100%;
    }
    .img-art-m {
        width: 100%;
    }
}