.v19_795  {
    width: 100%;
    height: 50px;
    opacity: 1;
    overflow: hidden;
    background: #757373;
    border-radius: 19px;
    vertical-align: baseline;
    padding-top: 12px;
    margin-top: 150px;
    margin-bottom: 45px;
    border: 1px solid #ffcc00;
    text-align: center;
}

.estilo_p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contenedor_botones {
    display:flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
}

  #main-content {
    padding: 20px;
    border: 1px solid #000000;
    max-width: 1125px;
    margin: 0 auto;
    background: #000000 !important;
    border-radius: 20px;
    }



@media (max-width: 768px) {
    .contenedor_botones {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .boton-registrar {
        width: 100% !important;
    }
    
    #main-content{
        padding:0px !important;
        background:none !important;
         border-radius: none;
        border: none;
        
    }
    
    h1.v19_783 {
        margin: 0 auto;
        text-align: center;
        color: var(--theme-primary-color);
        font-size: 30px  !important;
        font-family: var(--theme-font-family);
        font-weight: bolder;
    }
}

.boton_seleccionar_tipo_usuario {
    background-color: #D9D9D94D;
    border-width: 2px;
    border-color: transparent;
    padding: 5px 75px 5px 75px;
    border-radius: 11px;
}

.label-full {
    display: block;
    width: 100%;
}

.label-full label {
    display: block;
    width: 100%;
    white-space: normal;
    line-height: 1.3;
}

#campos-artista {
    display: none;
    margin-top: 30px;
}

#campos-artista.visible {
    display: block;
}

label.declaracion-error {
    color: #dc3545;
    font-weight: 600;
    transition: color 0.2s ease;
}

@keyframes shakeX {
  0% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  50% { transform: translateX(6px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

label.shake {
  display: inline-block;
  animation: shakeX 0.6s ease;
}

/* Estilos para selector de alcance de registro */
.alcance-registro {
    background-color: rgba(255, 204, 0, 0.1);
    border: 1px solid #FFCC00;
    border-radius: 11px;
    padding: 20px;
    margin-bottom: 30px;
}

.alcance-registro h5 {
    color: #FFCC00;
    margin-bottom: 15px;
    font-weight: 600;
}

.alcance-registro .form-check {
    margin-bottom: 12px;
    padding-left: 30px;
}

.alcance-registro .form-check-input {
    margin-left: -30px;
}

.alcance-registro .form-check-label {
    cursor: pointer;
}

.alcance-registro .dominio-actual {
    font-weight: 600;
    color: #FFCC00;
}

.alcance-registro small {
    display: block;
    margin-top: 5px;
    opacity: 0.8;
}

#campos-artista.visible {
    display: block;
    max-width: 989px;
}



  
    
    .oculto {
        display: none !important;
    }

    .password-field-wrapper {
        position: relative;
    }

    .btn-toggle-password {
        position: absolute;
        right: 10px;
        top: 38px;
        background: none;
        border: none;
        color: #888;
        cursor: pointer;
        padding: 5px;
        font-size: 14px;
    }

    .btn-toggle-password:hover {
        color: #ffcc00;
    }
    
   #registro-form {
        display: inline-block;
        margin: 0 auto;
        max-width: 1024px;
        padding: 0px 30px;
    }
    
    #registro-form  .col-lg-6{ 
        text-align: left;
    }
    .login_row .col-lg-8
    {    margin: 0 auto;
        text-align: center;
    }
    
    .enlacesblancos a {
        color: #fff !important;
    }
    .links a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 0.9rem;
}

#div_info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    border: 1px solid #444;
    background: #1a1a1a;
    padding: 3px;    
    
}

#texto-declaracion {
    text-align: justify;
}

a#leer-declaracion {
    margin-right: 17px;
}

.btn-google-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    padding: 10px 10px;
    border: 1px solid white;
    border-radius: 50px;
    color: #db4437;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease;
}

@media (max-width:768px) {
     #registro-form {
        display: inline-block;
        margin: 0 auto;
        max-width: 1024px;
        padding: 0px 10px;
    }
    
}