.buttonRegister{
    margin-top: 0.5vh;
    background: #008BDE;
    width: 40%;
    border-radius: 25pt;
    font-weight: 500;
    color: white;
    font-size: 16px;
    opacity: 0.6;
    height: 40px;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.15) 5.0px 5.0px 2.2px;
    justify-self: center;
    transition: all 0.4s ease;
}

#registerForm{
    width: 75%;
}

#registerForm .form-body{
    margin-left: 20px;
    margin-right: 20px;
}

.buttonRegister:hover{
    opacity: 1;
    box-shadow: none;
    transition: all 0.4s ease;
}

#imageSection{
    display: flex;
}

.title{
    font-size: 20px;
    font-weight: 900;
    font-family: 'Georama';
}

.note{
    font-family: 'Georama';
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 12px;
}

.noteSubscription{
    background-color: #FFF5EE;
    text-align: justify;
    text-justify: inter-word;
}

.noteSubscription label{
    text-align: justify;
    text-justify: inter-word;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.link-term-of-use{
    text-decoration: none;
    color: black;
    opacity: 0.4;
}

.link-term-of-use:hover{
    text-decoration: none;
    color: black;
    opacity: 0.7;
}

@media only screen and (max-width: 770px) { /*Arriba de estos pixeles ya no funciona*/
    #imageSection{
        display: none;
    }

    .buttonRegister{
        width: 60%;
    }
}

@media only screen and (max-width: 500px) { /*Arriba de estos pixeles ya no funciona*/
    #registerForm{
        width: 90%;
    }
}
