hr {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#860634), to(#ff4500));
    background-image: linear-gradient(to right, #860634, #ff4500);
    border-radius: 5px;
}

body {

   
    color: rgba(255,255,255,.88);
    background-color:  #1a0a18;

}

.degradado {
	background-image: -webkit-gradient(linear, left top, right top, from(#860634), to(#ff4500));
    background-image: linear-gradient(to right, #860634, #ff4500);
}

footer a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
    background: linear-gradient(to right, #da1b60, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
     text-decoration: none;
}

footer a{
    color: #8d858c;
}

.pie {
    font-size: 10px;
    margin-top: 21px;
    color: #5f545e;
}

#logo-abajo {
    margin-top: 21px;
    margin-bottom: 16px
}

#email-error,
#name-error,
#message-error {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: red;
}

.alert-danger {
    color: red; 
    background-color: #1a0a18;
    border-color: #1a0a18;
}
#love {
    font-size: 7px;
}

h1, .h1 {
    font-size: 1.9rem;
}

h2, .h2 {
    font-size: 1.7rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

.card {

    border-radius: 0rem;
}

.alert {
    margin-top: .5rem;
    padding: 0px;
    margin-bottom: 0px;
    border: 0px; 
}

.alert-success {
    color: #00ff00;
    background-color: #1a0a18;
    border-color: #1a0a18;
}