/* Start custom CSS for html, class: .elementor-element-7f39e10 */body {
	background-color: #f3c5ca;
}

#saudacao {
	font-family: 'Mr De Haviland', cursive!important;;
	font-size: 60px!important;;
	color: #d92261!important;
	line-height: 1!important;
	margin: 0!important;
}

#conteudo {
	background-color: #fff;
	width: 880px;
	padding: 40px 60px 80px!important;
	box-sizing: border-box;
	top: 460px;
	border-radius: 29px;
	position: absolute;
}

#conteudo p {
		font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: rgb(12, 71, 120);
		line-height: 1.4;
		margin-top: 1em; margin-bottom: 1em;
}

#conteudo .destaque {
	color: rgb(217, 34, 97);
	font-weight: bold;
}

#conteudo .italico {
	font-style: italic;
}

a#inline_ionica img {
	width: 80px;
	height: 23px;
	display: inline!important;
	vertical-align: text-bottom;
	margin-top: -5px;
}

.links_conteudo {
	text-decoration: none;
}

.link_pad{
	padding-left: 50px;
}

#rodape {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #692378;
}

#direitos {
						font-weight: 400;
						font-size: 0.7em;
						text-align: center;
						color: #fff;
						padding: 16px!important;
					}

#link_voltar {
	display: block;
	padding-top: 20px!important;
}

#wrapper {
	display: flex;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	justify-content: center;
	background-image: url("https://hml-capasinterativas.ftd.com.br/wp-content/uploads/2022/03/lp-banner-large.webp");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 720px) {
	#wrapper {
	background-image: url("https://hml-capasinterativas.ftd.com.br/wp-content/uploads/2022/03/lp-banner-small.webp");
	}

	#conteudo {
		width: 80%;
		top: 400px;
		padding: 20px 40px 60px!important;
	}

	.links_conteudo:first-of-type, .link_pad {
		padding-left: 0px!important;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 390px) {
	#wrapper {
	background-image: url("https://hml-capasinterativas.ftd.com.br/wp-content/uploads/2022/03/lp-banner-small2.webp");
	}

	#conteudo {
		width: 90%;
		top: 400px;
	}

.links_conteudo:first-of-type, .link_pad {
	padding-left: 0px!important;
	margin: 0 auto;
}

}/* End custom CSS */