@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400');
.logo {
    width: 100%;
    background-color: #413f40;
    text-align: center;
    position: fixed;
    z-index: 1;
}

.logo p {
    text-align: center;
    color: white;
    padding-top: 10px;
}

@media (max-width: 600px) {
    .logotipo {
        display: none;
    }
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #1bb396;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1bb396;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1bb396;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #1bb396;
}

.formulario {
    background-color: #323232;
}

#mc_embed_signup input.button {
    background-color: #1bb396;
}

#mc_embed_signup #mc_embed_signup_scroll h2 {
    font-size: 3em;
}

#mc_embed_signup #mc_embed_signup_scroll label {
    font-size: 1.4em;
}

#mc_embed_signup_scroll {
    color: #1bb396;
}