/* ENLACES DEL NAVBAR */
.donate-btn-header .btn{
    display:inline-block;         
    margin-left:1rem;              
    padding:.5rem 1rem;           
    color:#fff;
    border:none;
    border-radius:.25rem;
    transition:background-color .25s ease, transform .25s ease;
    text-decoration:none;          
}

.demo-btn{
    background:#6a6a6a;           
}

.free-btn{
    background:#ee7933;           
    font-weight:bold;          
}

/* Hover general */
.donate-btn-header .btn:hover{
    transform:scale(1.05);       
    text-decoration:none;
}

.demo-btn:hover{
    background:#575757;          
}

.free-btn:hover{
    background:#d86f2e;           
}



/* ENLACES DEL FORMULARIO DEL HEADER */
.ajustes-btn-uno{
    display:block;         
    width:90%;
    font-size:18px;
    color:#fff;
    background:#6a6a6a;        
    border:none;
    border-radius:.25rem;
    padding:.75rem 1rem;
    text-align:center;
    transition:background-color .25s ease, transform .25s ease;
    text-decoration:none;
    margin:0 auto 1rem;         
}

.ajustes-btn-psico{
    background:#ee7933;
    font-weight:bold;
}

.ajustes-btn-uno:hover{
    transform:scale(1.05);
    text-decoration:none;
}

.ajustes-btn-uno:hover.ajustes-btn-psico{   /* Prueba gratis */
    background:#d86f2e;
}

.ajustes-btn-uno:hover:not(.ajustes-btn-psico){ /* Precios */
    background:#575757;
}

/* ENLACE DEL FOOTER (AL LADO DEL VIDEO) */
.btn-demo__footer{
    background-color: #ee7933;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 0;
    display:block;         
    width:90%;
    font-size:18px;
    color:#fff;
    border:none;
    border-radius:.25rem;
    text-align:center;
    transition:background-color .25s ease, transform .25s ease;
    text-decoration:none;
    margin:0 auto 1rem;   
}

.btn-demo__footer:hover{
    background-color:#d86f2e; 
    color: #fff;
    transform:scale(1.05);    
    text-decoration:none;     
}
