.landing_page {
	width: 100%;
	display: block;
}

.landing_page .texto_imagem_lateral {
	width: 100%;
	display: block;
	padding: 50px 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../imagens/background-1.webp');
}

.landing_page .texto_imagem_lateral .conteudo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.landing_page .texto_imagem_lateral .conteudo .logo {
	width: 100%;
	text-align: center;
	display: block;
}

.landing_page .texto_imagem_lateral .conteudo .logo img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.landing_page .texto_imagem_lateral .conteudo .texto,
.landing_page .texto_imagem_lateral .conteudo .img {
	width: 100%;
	display: block;
}

.landing_page .texto_imagem_lateral .conteudo .img {
	margin-bottom: -50px;
}

.landing_page .texto_imagem_lateral .conteudo .img img {
	width: auto;
	max-width: 100%;
	display: block;
}

.landing_page .texto_imagem_lateral .conteudo .texto {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 30px;
}

.landing_page .texto_imagem_lateral .conteudo .texto h1 {
	width: 100%;
	display: block;
	font-size: 35px;
	color: var(--color-white);
	font-family: var(--font-family-bold);
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.landing_page .texto_imagem_lateral .conteudo .texto h1 b {
	display: block;
	font-size: 40px;
	color: var(--color-destaque);
	font-family: var(--font-family-black);
	text-shadow: -2px 2px 2px var(--color-white);
	word-wrap: break-word;
}

.landing_page .texto_imagem_lateral .conteudo .texto p {
	margin: 30px 0;
	line-height: 1.5;
	text-align: center;
	color: var(--color-white);
	font-size: 20px;
}

.landing_page .texto_imagem_lateral .conteudo .texto p small {
	font-size: 80%;
	font-style: italic;
}

.landing_page .texto_imagem_lateral .conteudo .texto .btn {
	background-color: var(--color-destaque);
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-family-bold);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 20px;
	height: 60px;
	width: 100%;
	max-width: 100%;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	transition: var(--transition-time);
}

.landing_page .texto_imagem_lateral .conteudo .texto .btn:hover {
	transform: scale(1.1);
}

.landing_page .texto_imagem_lateral.center {
	padding-bottom: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../imagens/background-3.webp');
}

.landing_page .texto_imagem_lateral.center .conteudo .texto {
	justify-content: center;
	align-items: center;
}

.landing_page .texto_imagem_lateral.center .conteudo .img {
	margin-bottom: 0px;
}

.landing_page .texto_imagem_lateral.center .conteudo .texto h1 {
	font-size: ;
}

.landing_page .texto_imagem_lateral.center .conteudo .texto h2 {
	width: 100%;
	display: block;
	font-size: 45px;
	color: var(--color-white);
	line-height: 1;
	text-align: center;
	font-family: var(--font-family-bold);
	margin-bottom: 30px;
}

.landing_page .texto_imagem_lateral.center .conteudo .texto h2 b {
	display: block;
	font-size: 50px;
	color: var(--color-destaque);
	font-family: var(--font-family-bold);
	text-align: center;
}

.landing_page .texto_imagem_lateral.center .conteudo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.landing_page .faixa_destaque {
	width: 100%;
	display: block;
	background-color: var(--color-white);
	padding: 75px 0 40px;
}

.landing_page .faixa_destaque .conteudo h2 {
	width: 100%;
	display: block;
	text-align: center;
	color: #022854;
	line-height: 1.3;
	margin-bottom: 30px;
	font-size: 40px;
	font-family: var(--font-family-bold);
	max-width: 990px;
	margin: 0 auto;
}

.landing_page .faixa_destaque .conteudo h2 b {
	color: var(--color-destaque);
	font-family: var(--font-family-black);
}

.landing_page .faixa_destaque .conteudo h3 {
	width: 100%;
	display: block;
	font-size: 35px;
	text-align: center;
	color: var(--color-destaque);
	font-family: var(--font-family-black);
}

.landing_page .call_to_action {
	width: 100%;
	display: block;
	padding: 70px 0 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../imagens/background-2.webp');
}

.landing_page .call_to_action .conteudo {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.landing_page .call_to_action .conteudo .imgs{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.landing_page .call_to_action .conteudo .imgs img {
	width: 100%;
	display:block;
}

.landing_page .call_to_action .conteudo h2 {
	font-size: 40px;
	color: var(--color-white);
	font-style: italic;
	font-family: var(--font-family-bold);
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1;
	margin: 30px 0 50px;
}

.landing_page .call_to_action .conteudo .btn {
	background-color: var(--color-destaque);
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-family-bold);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 20px;
	height: 60px;
	width: 100%;
	text-align: center;
	max-width: 100%;
	font-size: 22px;
	cursor: pointer;
	transition: var(--transition-time);
}

.landing_page .call_to_action .conteudo .btn:hover {
	transform: scale(1.1);
}

.landing_page .beneficios {
	width: 100%;
	display: block;
	padding: 45px 0 50px;
	background-color: var(--color-white);
}

.landing_page .beneficios .conteudo h2 {
	width: 100%;
	display: block;
	text-align: center;
	color: #022854;
	line-height: 1.3;
	font-size: 40px;
	font-family: var(--font-family-bold);
	max-width: 990px;
	margin: 0 auto 40px;
}

.landing_page .beneficios .conteudo h3 {
	width: 100%;
	display: block;
	text-align: center;
	color: #022854;
	line-height: 1.2;
	font-size: 33px;
	font-family: var(--font-family-bold);
}

.landing_page .beneficios .conteudo p {
	text-align: center;
	margin-bottom: 30px;
}

.landing_page .beneficios .conteudo .itens {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
}

.landing_page .beneficios .conteudo .btn {
	background-color: var(--color-destaque);
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-family-bold);
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 20px;
	height: 60px;
	width: 100%;
	text-align: center;
	max-width: 100%;
	font-size: 22px;
	line-height: 1.2;
	transition: var(--transition-time);
	margin: 0 auto 20px;
	cursor: pointer;
}

.landing_page .beneficios .conteudo .btn:hover {
	transform: scale(1.1);
}

@media only screen and (min-width: 768px) {

	.landing_page .texto_imagem_lateral .conteudo .texto,
	.landing_page .texto_imagem_lateral .conteudo .img {
		width: 50%;
		display: block;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto h1 {
		font-size: 39px;
		text-align: left;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto h1 b {
		font-size: 41px;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto p {
		text-align: left;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto .btn {
		margin: 50px 0 60px 0;
		padding: 20px 80px;
		width: max-content;
	}

	.landing_page .call_to_action .conteudo .btn {
		padding: 20px 110px;
		width: max-content;
	}

	.landing_page .beneficios .conteudo .btn {
		padding: 20px 110px;
		width: max-content;
	}
	.landing_page .call_to_action .conteudo .imgs img {
	    width: calc(33.333% - 20px);
	}
}

@media only screen and (min-width: 1024px) {
	.landing_page .beneficios .conteudo .itens .item {
		width: 31%;
		margin: 0 1% 70px;
	}

	.landing_page .texto_imagem_lateral.center .conteudo .texto h2,
	.landing_page .texto_imagem_lateral.center .conteudo .texto h2 b {
		text-align: left;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto h1 {
		font-size: 60px;
	}

	.landing_page .texto_imagem_lateral .conteudo .texto h1 b {
		font-size: 65px;
	}
}