.cta-red,
header {
	background-color: var(--vermelho);
    border-color: var(--vermelho)
}

.corpo,
hr {
	margin: 0 1rem
}

.cta-chumbo,
.cta-red,
.rodape,
body {
	text-align: center
}

:root {
	--vermelho: #E11923;
	--chumbo-500: #131614;
	--chumbo-400: #1C201E;
	--chumbo-200: #36403C;
	--chumbo-100: #4B5852
}

body {
	font-family: Roboto, serif !important;
	font-weight: 500;
	color: var(--chumbo-500) !important;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 1rem
}

.conteudo-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.corpo {
	max-width: 1344px
}

h1 {
	font-size: 30px;
	margin: 2rem 0;
	line-height: 38px;
	letter-spacing: -.02em
}

h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 1rem
}

.descricao,
h3 {
	font-size: 14px
}

h3 {
	color: #fff
}

.descricao {
	font-weight: 400;
	color: var(--chumbo-200);
	line-height: 20px;
	margin-bottom: 1.5rem
}

.subtitulo,
.subtitulo-mobile {
	line-height: 26px;
	font-weight: 400;
	color: var(--chumbo-200)
}

.subtitulo {
	font-size: 18px;
	letter-spacing: -.01em
}

.subtitulo-mobile {
	font-size: 14px;
	padding: .5rem 0 1.5rem
}

.cta-chumbo,
.texto-cta-red {
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none
}

.cta-red {
	border-radius: 8px;
	padding: 16px 8px;
	width: 100%;
	max-width: 276px
}

.cta-chumbo:hover,
.principal {
	background-color: #eeeee7
}

.cta-chumbo {
	border-radius: .38rem;
	border: solid 1px var(--chumbo-400);
	max-width: 224px;
	width: 100%;
	padding: 1.25rem 0;
	color: var(--chumbo-400)
}

.texto-cta-red {
	color: #fff
}

.video {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	height: 190px
}

.principal {
	margin-bottom: 2rem;
	border-radius: 6px
}

.principal-baixo {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 1.5rem
}

.conteudos {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center
}

.redes-sociais {
	padding: 2rem 0 1.5rem;
	display: flex;
	gap: 8px;
	justify-content: center
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #dfe2e0;
	background-color: #dfe2e0
}

.redes {
	background-color: var(--chumbo-100);
	border-radius: 64px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.rodape {
	font-weight: 400;
	font-size: 12px;
	line-height: 1rem;
	color: var(--chumbo-100);
	margin: 1.5rem 1rem 2rem
}

@media (min-width:768px) { /* 636 */
	body {
		text-align: left
	}

	header {
		padding: 1.5rem 2rem
	}

	.corpo {
		margin: 0 2rem
	}

	h1 {
		letter-spacing: -.03em
	}

	h2 {
		letter-spacing: -.02em
	}

	.video {
		height: 342px
	}

	.principal-baixo {
		flex-direction: row;
		padding: 1rem;
		justify-content: space-between
	}

	.cta-red {
		max-width: 204px;
		margin-left: 2rem
	}

	.subtitulo-mobile {
		display: none
	}

	.secundario {
		display: flex;
		gap: 2rem
	}

	.conteudos {
		padding: .5rem 1.5rem;
		width: 50%
	}
}

@media (min-width:992px) { /* 1024 */
	.madesa {
		width: 126px;
		height: 1.5rem
	}

	h1 {
		font-size: 40px;
		margin-top: 2rem
	}

	h2 {
		font-size: 32px;
		line-height: 36px
	}

	.descricao {
		font-size: 18px;
		line-height: 26px
	}

	.video {
		border-top-right-radius: .5rem;
		border-top-left-radius: .5rem;
		min-height: 30rem
	}

	.principal-baixo {
		padding: 1.75rem 1.5rem;
		justify-content: space-between
	}

	.secundario {
		display: flex;
		gap: 0
	}

	.conteudos {
		padding: 2rem;
		width: 50%;
		align-items: flex-start
	}
}

@media (min-width:1400px) { /* 1440 */

	.conteudo-header,
	.corpo {
		max-width: 1312px
	}

	header {
		justify-content: center
	}

	.video {
		min-height: 34.625rem;
		height: auto
	}

	.corpo {
		margin: 0 auto
	}

	h1 {
		margin-bottom: 2rem
	}

	.subtitulo {
		font-size: 20px;
		line-height: 28px;
		color: var(--chumbo-200)
	}

	.secundario {
		justify-content: space-between;
		gap: 0
	}

	.descricao {
		/* max-width:400px; */
		letter-spacing: -.01em
	}
}

.form-label {
	color: #1C201E;
	font-size: 14px;
	line-height: 18px;
    font-weight: 700;
}

.form-field {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	gap: 8px;
	border: 1px solid #A4ADA8;
	padding: 0px 16px;
}

#botao-cadastrar:disabled {
    background-color: #66060a;
    border: 1px solid #66060a;
}

a:hover {
    color: unset !important;
}

#planeje {
    background-color: #EEEEE7; 
    padding: 2rem; 
    border-radius: 16px; 
    margin-top: -8px;
}
@media (max-width:768px) {
    #planeje {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}
/*
@media (min-width:991px) {
    #planeje {
        margin-top: -25%;
    }
}
*/



/* Breadcrumb */
.texto-link {
    font-size: 12px !important;
    line-height: 32px !important;
}
a {
    color: unset !important;
    text-transform: none !important;
    text-decoration: none !important;
}
