@import url("https://use.typekit.net/jsx2ale.css");

* {
	margin: 0;
	padding: 0;
}

html, body {

}

/* Fontes

font-family: "kyrial-display-pro", sans-serif;
font-weight: 300;
font-style: normal;

*/

.captura {
	width: 100%;
	height: auto;
	background-image: url(../_img/bg.png);
	background-size: auto;
	background-position: center center;
}

.parte1 {
	padding: 100px 0px;
}

.captura img.chamada {
	width: 100%;
	padding: 20px;
}

.captura img.foto {
	width: 120%;
	margin: 50px 0px;
	padding:20px;
}

.captura h2 {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
}

.captura p {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	padding: 50px 80px;
}

.captura a {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #b16697;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
}

.captura a:hover {
	color: #333;
	text-decoration: none;
}

.captura form {
	margin-top: -50px;
}

.mc-field-group input {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 70%;
	height: 40px;
	margin: 5px;
	background-color: #fff4fa;
	border: solid 1px #b16697;
	border-radius: 5px;
}

.mc-field-group input[placeholder] {
	color: #333;
	padding-left: 10px;
}

.optionalParent input {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 50%;
	height: 40px;
	margin: 5px;
	background-color: #b16697;
	border: solid 1px #b16697;
	border-radius: 5px;
	color: #fff;
}

.optionalParent input:hover {
	background-color: #fff4fa;
	border: solid 1px #b16697;
	color: #b16697;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.captura img.chamada {
		width: 90%;
		padding: 20px;
	}

	.captura img.foto {
		width: 100%;
		margin: 50px 0px;
		padding:20px;
	}
}

@media (max-width: 768px) {
	.captura {
		background-position: top center;
	}

	.captura img.foto {
		width: 100%;
		margin: -50px 0px 0px;
		padding:20px;
	}
}

/* Footer */

section#todos-direitos {
	height: auto;
	width: 100%;
	background-color: #b16697;
}

section#todos-direitos p {
	font-family: "kyrial-display-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	font-size: 1rem;
	margin-top: 12px;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 768px) {
	section#todos-direitos {
	width: 100%;
	height: auto;
	}

	section#todos-direitos p {
	margin-left: 30px;
	margin-right: 30px;
	}
	
}
