.wrapPage {
	color: #777777;
	line-height: 1.2;
}
.bannerImg {
	h2.titular {
		font-family: "Roboto", sans-serif;
		background-color: #9D9E23;
		padding: 2rem 3rem;
		margin: 0;
		font-weight: 700;
		font-size: 23px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		border-bottom: none;
		span {
			color: #000000;
			text-transform: none;
		}
	}
}

img.mauto {
	margin: 0 auto;
}
h3 {
	color: #000000;
	font-family: "Oswald", sans-serif;
	margin: 0 0 1.5rem 0;
	padding-bottom: 1.3rem;
	text-transform: uppercase;
	border-bottom: 6px solid #000000;
}

.rowBtns {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}
.btnGris {
	background-color: #675F5C;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 50px;
	text-transform: none;
	font-weight: 700;
	padding: 16px 30px;
	transition: all 0.3s;
	&:hover {
		background-color: #9e9e22;
		color: #FFFFFF;

	}
}

.sectionDark {
	background-color: #F7F7F7;
	padding: 6rem 4rem 6rem;
	margin-inline: 0rem;
	p {
		margin-bottom: 2rem;
		&.remarkTxt {
			font-family: "Oswald", sans-serif;
			font-size: 22px;
			color: #9D9E23;
			font-weight: 500;
		}
	}
}
