{
    box-sizing: border-box !important;
}

html{
    overflow: hidden;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Questrial", sans-serif;
}

.container-fluid{
    padding:0 !important;
}

.animacion{
    z-index: 1;
    overflow: clip !important;
}

.animacion img{
    animation: zoom-in-zoom-out 15s ease infinite;
    box-sizing: border-box !important;
    object-fit: cover !important;
    position: center center !important;
    overflow: clip;
    height: 100vh;
    
}


.lamina{
z-index: 2;
background: #420a7785;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(13.5px);
-webkit-backdrop-filter: blur(13.5px);
border: 1px solid rgba(97, 97, 97, 0.3);
flex-direction: column;
gap: 20px;
}

@keyframes zoom-in-zoom-out{
    0%{
        transform: scale(1.2, 1.2);
    }
    50%{
        transform: scale(1.5,1.5);
    }
    100%{
        transform: scale(1.2,1.2);
    }
}

.cnt_caratula{
    width: 150px;
    height: 140px;
	justify-content: center;
    overflow: clip;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 50px 25px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 0px 50px 25px rgba(0,0,0,1) !important;
    

    
}

#caratula.fade-out {
    opacity: 0; /* Establece la opacidad a 0 para desvanecer la imagen */
  }

.cnt_player{


}

.btn_player{
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 36pt;
    color: #ffffff;
    transition: 0.5s;
	
}

.btn_player:hover{
    opacity: 0.5;
}

.cnt_tema{
    padding-top: 15;
    font-size: 14pt;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.redes ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding: 0;

}

.redes ul li a{
   color: #ffffff !important;
   text-decoration:  none;
   transition: 0.5s;
}

.redes ul li a:hover{
    opacity: 0.5;
}

.redes ul li a i{
    width:  30px;
    height: 30px;
    border: 2px solid #ffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cnt_logo{
    top: 15px;
    left: 15px;
    
    
    
    gap: 10px;
    width:100%;
    
    
}
.cnt_logo img{
    border-radius: 50%;

}

.cnt_logo span{
    font-size: 16pt
}

.btn_floating{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    bottom: 15px;
    right: 15px;
    z-index: 100;

}

.btn_floating ul{
    list-style: none;
    padding: 0;
}

.btn_floating ul li:nth-child(2) a i{
    background-color: #b40488;
}

.btn_floating ul li:nth-child(1) a i{
    
    background-color: #22f806;
    color: #ffffff;
}
}

.btn_floating ul li a{
    text-decoration: none;
    color:#ffffff;
    font-size: 14pt;
}

.btn_floating ul li a i{
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 963px) {
    .cnt_logo{
        justify-content: center;
        left: 0;
    }
    
}

.btn btn-primary btn-block test{
    text-decoration: none;
    color:#ffffff;
    font-size: 14pt;
}

.form-check-label-custom {
    color: #ff0000; /* Cambia este valor al color que desees */
}

/* Estilo para el footer */
.footer {
    position: fixed; /* Posición fija en la ventana del navegador */
    bottom: 100px !important; /* Se fija en la parte inferior */
    width: 100%; /* Ancho completo */
    color: white; /* Color del texto */
    text-align: center; /* Texto centrado */
    padding: 10px 0; /* Espacio de relleno */
}

.lottie{
    position: fixed; /* Posición fija en la ventana del navegador */
    bottom: 100px !important; /* Se fija en la parte inferior */
    width: 100%; /* Ancho completo */
    color: white; /* Color del texto */
    text-align: center; /* Texto centrado */
    padding: 10px 0; /* Espacio de relleno */

}

.centrado {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.centrado div {
    margin-bottom: 20px; /* Ajusta el espacio entre los divs */
    color: white; /* Cambia el color del texto a blanco */
    font-family: "Questrial", sans-serif;
    font-size: 14pt;

}

       .footer-text {
            position: fixed;
            bottom: 10px; /* Ajusta la distancia desde el borde inferior */
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            opacity: 0.7; /* Hace el texto más transparente */
            font-size: 14px; /* Ajusta el tamaño del texto si es necesario */
        }



