.alertMessageAceptar:not(:last-child) {
    margin-bottom: 20px;
}

.background-portada img {
    width: 100%;
}

.form-purchase {
    width: 60%;
    margin: auto;
    padding: 0px 0;
    padding-bottom: 40px;
}

.mobileElement {
    display: none;
}

.form-purchase p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #545454;
    width: 45%;
    margin-bottom: 30px;
}

.form-purchase h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #545454;
    margin-bottom: 30px;
}

label.errorMessage {
    color: red !important;
    font-weight: bold !important;
}

.form-purchase h2 {
    font-weight: 500;
    font-size: 20px;
    color: #4e4e4e;
    margin-bottom: 30px;
    margin-top: 30px;
}

.container-input {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.container-two-inputs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.container-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #545454;
    margin-bottom: 10px;
}

.container-input input,
.container-input-message #message {
    background: #e5e2e282;
    border: 1px solid transparent;
    width: calc(100% - 40px);
    padding: 10px 20px;
    border-radius: 10px;
    color: #545454;
    resize: none;
}

.container-input-message #message {
    border-radius: 10px !important;
}

.container-input input::placeholder,
.container-input-message textarea::placeholder {
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #545454;
}

.container-input-message {
    width: 100%;
}

.container-button {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}

#continue {
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    color: white;
    background: #1b459c;
    border-radius: 50px;
    border: 1px solid #1b459c;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    padding: 10px 30px;
}

#continue:hover {
    background: transparent;
    color: #1b459c;
}

@media screen and (max-width: 450px) {
    .form-purchase {
        width: 90%;
        padding: 30px 0px;
    }
    .container-input {
        margin-bottom: 20px;
        width: 100%;
    }
    .container-two-inputs {
        margin-bottom: 0;
        flex-direction: column;
    }
    .form-purchase p {
        width: 100%;
        font-size: 15px;
    }
    .desktopElement {
        display: none;
    }
    .mobileElement {
        display: block;
    }
    .background-portada img {
        margin-top: -18vw;
    }
    .form-purchase h1 {
    font-size: 20px;
}

.container-input label {
    font-size: 15px;
}
#continue {
    width: 100%;
}

.container-button {
    margin-top: 10px;
}
}