
body{
    margin: 0;
    /* padding: 50px; */
    overflow: hidden;
}
.thankUPage-container{
    max-width: 1400px;
    height: 96vh;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    .thankUPage-header{
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .thankUPage-logo{

        }

    .thankUPage-body-container{
        margin-top: 35px;
        margin-bottom: 35px;
        width: 100%;
        /* height: 200px; */
        /* max-height: 475px; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .thankUPage-message{
            width: 50%;
            max-width: 700px;
            height: 50vh;
            display: flex;
            flex-flow: wrap;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }
            .thankUPage-messages{
                width: 100%;
                height: 90%;
                display: flex;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                font-family: 'BwHelderEB';
            }

                .top-message{
                    color: #000;
                    font-size: 30px;
                    line-height: 35px;
                }
                .middle-message{
                    color: #e9a800;
                    font-size: 45px;
                    font-weight: 600;
                    line-height: 50px;
                }
                .bottom-message{
                    /* margin-top: auto; */
                    color: #000;
                    font-size: 20px;
                }

            .link-home{

            }

        .thankUPage-image-container{
            width: 50%;
            max-width: 700px;
            height: 50vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .thankUPage-image{
                width: 100%;
                height: 100%;
                background-image: url('../images/joya/final_Images/banner-principal-2.jpg');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: left;
                border-radius: 70px 0 0 70px;
            }
    
    footer{
        width: 100%;
        height: 4vh;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (max-width: 600px){
    .thankUPage-logo {
        padding-top: 50px;
    }
    .thankUPage-container{
        justify-content: space-between;
    }
    .thankUPage-body-container{
        flex-flow: column;
        width: 95%;
        height: 75vh;
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0;
    }
        .thankUPage-message{
            width: 100%;
            height: 80%;
        }
        .thankUPage-messages{
            justify-content: space-between;
        }
        .thankUPage-messages > *{
            margin: 0 !important;
        }
        .thankUPage-image-container{
            width: 100%;
            height: 30vh;
        }
        .thankUPage-image{
            border-radius: 70px 70px 0 0;
        }
        
}

@media (min-width: 1400px){
    .thankUPage-image{
        border-radius: 70px 70px 70px 70px;
    }
}
