body {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url(../img/robot_.png);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
}

.logo {
    max-width: 220px;
    margin-top: 70px;
}

/* h1 {
    margin: 0;
    padding: 0;
    font-size: 44px;
    margin-top: 24px;
}

h3 {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
} */

iframe {
    margin-top: 40px;
}

/* MailChimp */
#mc_embed_signup {
    max-width: 600px;
    /* border: 1px solid red; */
    margin: 0 auto;   
}

#mc_embed_signup h3, h1, h2 {
    text-align: center;
    margin: 0 !important;
    padding: 0;
    font-weight: 300 !important;
}

#mc_embed_signup h1 {
    font-size: 42px;
}

#mc_embed_signup h2 {
    font-size: 24px;
    /* margin-top: 12px !important; */
}

#mc_embed_signup h3 {
    opacity: 0.6;
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 150%;
}

#mc_embed_signup input {
    font-size: 18px;
    padding: 10px 6px !important;
    font-weight: 200 !important;
    /* max-width: 90% !important; */
}

#mce-EMAIL {
    max-width: 97% !important;
}

#mc_embed_signup input::placeholder {
    color: #67819F;
    font-weight: 300 !important;
}

#mc_embed_signup .optionalParent input {
    background: #0066FF;
    font-size: 18px;
    height: 40px;
    font-weight: 300 !important;
    width: 100% !important;
    margin-top: 12px;
    padding: 0 !important;
}

.doble-colum {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    margin-top: 30px;
}