@font-face { 
	font-family:'light'; 
	src: url('../assets/matter-light.otf'); 
}

body,
body * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	box-sizing: border-box;
}

body {
	background-color: #00a365;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 45px 25px;
}

img {
	height: 120px;
	width: auto;
	margin: auto;
	display: block;
}

h1 {
	font-family: 'light';
	text-align: center;
	color: white;
	font-weight: initial;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 24px;
}

p {
	font-family: 'light';
	width: 90%;
	max-width: 680px;
	font-size: 16px;
	color: white;
	text-align: center;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 675px) {
	.brand-container {
		text-align: center;
    	width: 100%;
	}

	img {
		height: auto;
		width: 85%;
		max-width: 425px;
	}

	h1 {
		font-size: 28px;
	}
}

/* Formulario */
.form-container,
.form-container * {
	box-sizing: border-box;
}

#mc_embed_signup#mc_embed_signup {
    width: 95%;
    max-width: 580px;
    margin: 0px auto;
    padding: 0px 15px !important;
    background-color: #04A364;
    color: white;
    font-family: 'light';
    font-size: 16px;
    text-align: center;
}

.mc-field-group {
	display: block;
}

.flex {
	display: block;
}

.flex label {
	width: 100%;
	margin-top: 10px;
}

.flex input {
	width: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 5px 0px;
}

.brandingLogo img {
	height: 19px;
	margin: 5px auto 0px auto;
}

input[type=submit] {
	font-family: 'light';
    font-size: 16px;
    padding: 6px 25px;
    border-radius: 6px;
    margin-top: 15px;
}

#mc_embed_signup .helper_text {
	display: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin-bottom: 0px !important;
}

#mc_embed_signup .mc-field-group label {
    display: flex !important;
    align-items: flex-end !important;
    margin-top: 0px !important;
}

.mc-field-group {
	padding-bottom: 0px !important;
}

#mc_embed_signup div#mce-responses {
	background: white;
	margin: 0px auto;
	width: 100%;
	width: 96%;
	padding-bottom: 3%;
	top: 0px;
	margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 10px;
}

#mc_embed_signup #mce-error-response,
#mc_embed_signup #mce-success-response {
    padding: 9px 0px 0px 0px;
    font-family: 'light';
    font-size: 16px;
}