.footer-principal {
    /* padding-top: 100%; */
}
.body {
    /* justify-content: space-around; */
    position: relative;
    /* padding-bottom: 320px; */
    /* height: auto; */
    /* background-color: #D7D7D6; */
}
.container-options {
    width: 100%;
    display: flex;
    height: max-content;
    position: absolute;
    justify-content: space-around;
    transform: translateY(-14%);
}
.container-how-to-play,
.container-results {
    padding: 20px;
    text-align-last: center;
    z-index: 1;
    position: relative;
}
.content-how-to-play {
    background-color: var(--yellow);
    color: var(--blue);
}
.content-results {
    background-color: var(--blue);
    color: #fff;
}
.content-how-to-play,
.content-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    position: relative;
    height: 100%;
    justify-content: space-between;
    max-width: 450px;
    flex: 1;
    border-radius: 20px;
    padding: 20px;
    margin-left: 120px;
}
.content-how-to-play>h2,
.content-results>h2 {
    margin-bottom: 10px;
    font-size: 24px;
}
.content-how-to-play>p:nth-child(2),
.content-results>p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
}
.greater-eighteen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--blue);
    font-weight: 700;
    color: #fff;
    margin: 30px 0 10px 0;
}
.content-results .greater-eighteen {
    background-color: #fff;
    color: #1a3f92;
    font-weight: 700;
}
.content-how-to-play .know-more,
.content-results .know-more {
    border-radius: 20px;
    width: 80px;
    height: 40px;
    background-color: var(--blue);
    color: var(--yellow);
    font-size: 20px;
    transition: all .2s;
    margin-top: 20px;
}
.content-results .know-more {
    background-color: var(--yellow);
    color: var(--blue);
}
.content-how-to-play .know-more:hover,
.content-results .know-more:hover {
    margin-left: 15px;
    font-size: 22px;
}
.container-how-to-play:before,
.container-results:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: transparent;
    position: absolute;
    top: 20px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
.content-how-to-play:before,
.content-results:before {
    content: "";
    background-image: url('../images/leon-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-color: var(--yellow);
    width: 150px;
    top: 0;
    left: -120px;
    float: left;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
}
.content-results:before {
    background-color: var(--blue);
    background-image: url('../images/monkey-back.png');
}

/*=========================*/


/* SWAL */


/*=========================*/

.modal-register {
    border-radius: 20px !important;
    color: #848688;
}
.confirm-register {
    background-color: #56CA98 !important;
    border-radius: 20px !important;
    display: inline-block;
    position: absolute;
    transform: translateY(45%);
    min-width: 60%;
}
.container-register {
    overflow: hidden;
}
.container-register .header-register {
    width: max-content;
    margin: auto;
}
.container-register input {
    /* background-color: var(--yellow);
    margin: 0 5px;
    border-color: white; */
}

/* .form-floating */

.form-floating>.form-control:not(:placeholder-shown) {
    border: 2px solid var(--yellow);
}
.container-register .form-control {
    border-radius: 10px;
}
.container-register .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--yellow);
    outline: 0;
    box-shadow: none;
}
.container-register .form-control.invalid {
    border: 2px solid #dc3545
}
.container-register .register-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
}
.container-register .footer-frase {
    font-size: 16px;
    color: #637582;
    width: max-content;
    text-align: center;
}
.container-register .footer-frase a {
    color: #637582;
    text-decoration: underline;
}
.container-register .register-footer .ambiente-seguro {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.container-register .register-footer .ambiente-seguro>p {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 1000px) {
    .body {
        z-index: 0;
    }
    .container-options {
        /* transform: translateY(-20%); */
    }
}
@media only screen and (max-width: 800px) {
    .container-options {
        flex-direction: column;
        align-items: center;
    }
    .content-how-to-play,
    .content-results {
        max-width: 450px;
    }
    .container-options {
        /* transform: translateY(-10%); */
    }
}

/* @media only screen and (max-width: 500px) {
    .body {
        padding-bottom: 600px;
        z-index: 0;
    }
}

@media only screen and (max-width: 450px) {
    .body {
        padding-bottom: 200%;
        z-index: 0;
    }
} */
