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

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

.form-purchase {
    width: 70%;
    margin: auto;
    padding: 60px 0;
}

.form-purchase p {
    font-weight: 400;
    font-size: 10px;
    color: #545454;
    width: 45%;
    position: relative;
    margin-bottom: 30px;
    /* top: 10px; */
    bottom: 34px;
    left: 359px;
}

.is-invalid {
    border: 1.41393px solid #ff0000 !important;
    color: #ff0000 !important;
}

label.errorMessage {
    color: red !important;
    font-weight: bold !important;
}

.form-purchase h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: black;
    margin-bottom: 25px;
}

.form-purchase h2 {
    margin-bottom: 19px;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: black;
}

.container-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper input {
    width: 100%;
    padding-right: 80px;
}

.input-wrapper span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: black;
}

.container-two-inputs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 3%;
}

.container-input label {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
    text-align: left;
    margin-bottom: 10px;
    color: black;
}

.container-input input,
.container-input-message #message {
    background: #f9f9f9;
    border: 1px solid transparent;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    color: black;
    height: 59px;
    box-sizing: border-box;
    border-radius: 8px;
}

.container-input-message #message {
    height: 185px;
}

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

.container-input-message {
    width: 100%;
}

.container-button {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    flex-direction: column;
}

strong {
    /* font-size: 20px; */
    font-weight: 700;
    /* color: #e0004d; */
}

h2{
    font-size: 20px;
    font-weight: 700;
    color: #e0004d;
}


#continue {
    width: fit-content;
    margin-top: 44px;
    align-self: center;
    cursor: pointer;
    background: white;
    font-weight: 500;
}
#continue:hover {
        color: white;
        background: #e0004d;
        border: 1px solid white;
    }



#valeObsequioTitle p:not(.bluetext) {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    /* width: 70%; */
}

div#valeObsequioTitle {
    display: flex;
    width: 50%;
    margin: auto;
    margin-top: 50px;
    flex-direction: column;
    /* align-items: center; */
}

.basesDeValeObsequio {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

h1.bluetext {
    color: #00B0B9;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.69px;
    text-align: center;
    text-transform: uppercase
}

p.subtitle.bluetext {
    color: #00B0B9;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    margin: 36px auto 10px 0;
    text-align: left
}

span.terms {
    font-weight: 400;
    font-size: 14px
}

.background-portada p {
    position: absolute;
    top: 206px;
    width: 490px;
    font-size: 56px;
    font-weight: 500;
    color: white;
    left: calc(50% - (490px / 2));
    margin: 0px auto;
}

#basesDelVale {
    color: black;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.81px;
    text-align: left;
    text-decoration: underline
}

textarea {
    height: 150px;
    resize: none;
}

.mobile {
    display: none;
}

.desktopElement {
    display: block;
}


@media screen and (max-width: 768px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .background-portada {
        height: 40vh;
    }

    /* strong {
        font-size: 20px;
        line-height: 20px;
    } */

    #valeObsequioTitle {
        margin-top: 20px !important;
    }

    .form-purchase h1,
    .form-purchase h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .container-input label {
        font-size: 13px;
    }

    .background-portada img {
        object-fit: cover;
        height: 100%;
    }

    p.bluetext {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
    }

    span.terms {
        font-size: 12px
    }

    p.subtitle.bluetext {
        width: 100%;
        margin: 10px auto 0px;
    }

    .background-portada p {
        font-size: 30px;
        text-align: center;
    }

    #valeObsequioTitle {
        width: 92% !important;
        flex-direction: column;
    }

    .form-purchase {
        width: 92%;
        padding-top: 20px;
    }

    #valeObsequioTitle p:not(.bluetext) {
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        width: 100%;
    }

    .input-wrapper span {
        font-size: 12px
    }

    .container-input {
        width: 100%;
    }

    .form-purchase p {
        left: 76%;
    }

    .container-two-inputs {
        flex-direction: column;
        margin-bottom: 0;
    }

    .container-input:first-child {
        margin-bottom: 0;
    }

    .container-input {
        margin-bottom: 25px !important;
    }

    .container-button {
        flex-direction: column;
    }

    #basesDelVale {
        width: fit-content;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 12px;
    }

    #continue {
        font-size: 13px;
        margin-top: 34px;
    }

    .container-button {
        margin: 30px 0 0;
    }
}