.landings_thankyoupage{
    background: #211f54;    
    color: white;
    text-align: center;
    padding: 5rem 0 0 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recuadro_landings_thankyoupage{
    position: relative;
    background-color: white;
    width: 50vw;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 5rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    max-width: 50rem;
    color: black;
    max-width: 90%;
    font-size: 1.2rem;
    line-height: 2rem;
    min-width: 21rem;
}

.recuadro_landings_thankyoupage .boton_volver a{
    display:block;
    color: white;
    padding: 0.7rem 1.6rem;
    font-weight: 500;
    text-decoration: none;
}

.recuadro_landings_thankyoupage .boton_volver{
    background-color: #7a73fd;
    border-radius: 2rem;
    position: relative;
    width: 8rem;
    text-align: center;
    margin-top: 1rem;
}
