body {
    margin: 0;
    height: 100%;
}

.mds-wrapper {
    background-image: url(/images/bg.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.mds-content {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    width: 100%;
}

.mds-content-text {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/bg-02.jpg);
    flex-direction: column;
    background-position: center;
    border-radius: 2rem;
    padding: 2rem;
}

.mds-content-text-up {
    max-width: 350px;
}

.mds-content-text-btm {
    max-width: 250px;
}

.mds-contacto {
    margin: 2rem 0 0 0;
}

.mds-contacto a {
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.mds-contacto a svg {
    margin: 0 0 0 1rem;
}

.mds-contacto a:hover {
    background: black;
    color: white;
}