.alertMessageAceptar:not(:last-child) {
    margin-bottom: 20px;
}

.background-portada img {
    width: 100%;
}

.form-purchase {
    width: 60%;
    margin: auto;
    padding: 0px 0px 100px;
    margin-left: 30%;
    margin-top: 50px;
}

.form-purchase p {
    font-weight: 400;
    font-size: 17px;
    color: #545454;
    width: 45%;
    line-height: 20px;
    margin-bottom: 30px;
}

.background-portada p {
    width: 100%;
    background-color: var(--button-color);
    height: auto;
    color: white;
    display: block;
    position: relative;
    font-size: 47px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
    margin-top: 0px;
    text-align: center;
    padding-top: 80px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
    line-height: 89.5%;
    text-align: center;
}

.form-purchase h1 {
    font-weight: 500;
    font-size: 27px;
    line-height: 112%;
    color: #4e4e4e;
    margin-bottom: 30px;
}

.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: 16px;
    line-height: 18px;
    color: #545454;
    margin-bottom: 10px;
}

.container-input input,
.container-input-message #message {
    background: #f9f9f9;
    border: 1px solid transparent;
    width: calc(100% - 40px);
    padding: 10px 20px;
    border-radius: 0px;
    color: black;
}

.container-input-message #message {
    border-radius: 0px !important;
}

.container-input input::placeholder,
.container-input-message textarea::placeholder {
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 50%);
}

.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: var(--button-color);
    /* border-radius: 50px; */
    border: 1px solid var(--button-color);
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    padding: 10px 30px;
}

#continue:hover {
    background: transparent;
    color: var(--button-color);
}

.straight-color {
    width: 25%;
    background: var(--button-color);
    height: 100%;
    position: absolute;
    left: 0;
    top: 150px;
}

@media screen and (max-width: 450px) {
    .background-portada p {
        padding-bottom: 40px;
        padding-top: 40px;
        font-size: 33px;
        line-height: 43px;
    }
    .form-purchase {
        width: 80%;
        padding: 0px 0px 50px;
        margin: auto;
    }
    .form-purchase p {
        width: 100%;
    }
    .form-purchase h1 {
        font-size: 22px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }
    .container-input {
        width: 100%;
        margin-bottom: 30px;
    }
    .form-purchase h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }
    .container-two-inputs {
        flex-direction: column;
        margin-bottom: 0;
    }
    .container-button {
        margin: 20px 0 0;
    }
    .straight-color {
        display: none;
    }
}