body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
	background: #e5e5e5;
}

/*Header ajuste*/
.box-logo {
	display: flex;
	margin-left: 30px;
}

/*Header logo*/
.box-logo-img {
	position: relative;
	margin-top: 15px;
	margin-left: 30px;
	width: 75px;
	height: 50px;
}

/*Header buttons container*/
.box-logo-btn {
	margin-top: 5px;
	margin-left: 20px;
	display: flex;
	flex-direction: row;
}

/*Header button default*/
.btn-logo {
	background: #282828;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-right: 0px !important;
}

.btn-logo:hover {
	color: #fff;
	background: #2d3546;
	transition: all 1.5s;
}

/*Header button white*/
.btn-logo-white {
	background: #fff;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: #424e66;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.btn-logo-white:hover {
	background: #b7bac2;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: black;
	margin-left: 0 !important;
}

.box-01-conteudo-principal h1 {
	font-size: 72px;
	margin-top: 5%;
	color: #19202e;
	font-weight: bold;
}
.box-01-conteudo-principal {
	margin-left: 5rem;
	margin-top: 2rem;
}
.box-01-conteudo-principal h1 span {
	line-height: 1;
	letter-spacing: -1.8px;
}
.box-01-texto {
	width: 495px;
}

.box-01-texto p {
	color: #19202e;
	font-size: 18px;
	margin-top: 6%;
	letter-spacing: -0.4px;
}
.box-01-texto a {
	width: 280px;
	height: 48px;
	font-weight: 600;
	font-size: 16px;
	background: #ffcc00;
	border-radius: 6px;
	color: #0f0d0c;
	margin-top: 3%;
	font-weight: 600;
	line-height: 33px;
}
.box-01-texto a:hover {
	color: #0f0d0c;
	background: #ffcc00;
	transition: all 1.5s;
}

.box-01-imgs {
	background: #282828;
	/* Shadow / 200 */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 0px 12px;
	width: 100%;
	height: 759px;
}

#textura-img-topo {
	position: absolute;
	top: 350px;
	left: -170px;
	z-index: -1;
}

.box-01-imgs div img:last-child {
	transform: translate(-216px, 47px);
}

.box-01-imgs a {
	background: #ffffff;
	border: 1px solid #282828;
	border-radius: 6px;
	color: #282828;
	font-weight: 600;
	font-size: 16px;
	height: 48px;
	line-height: 33px;
}

.box-01-btn {
	display: flex;
	justify-content: flex-end;
	padding: 2rem 6rem 0 0;
}

.mt {
	margin-top: 10%;
}

.box-02-span span {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: -0.8px;
	line-height: 48px;
}

.box-02-paragrafo p {
	font-size: 16px;
	letter-spacing: -0.2px;
	color: #424e66;
}

/*Texto ao lado dos check icons*/
.box-02-list-check h5 {
	color: #282828;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.5px;
}
.box-02-list-check p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.2px;
	color: #424e66;
	margin-top: 1rem;
}

.box-02-list-check ul li img {
	width: 30px;
	height: 30px;
}
.box-02-list-check ul li {
	height: 250px;
}

.box-03-menu {
	height: 735px;
	background: #282828;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.08);
	border-radius: 0px 10px 10px 0px;
	position: relative;
	background-image: url('../img/textura-02.png');
	background-repeat: no-repeat;
	background-position-y: 570px;
}
#retangulo {
	position: absolute;
	right: -28px;
	top: 180px;
	z-index: 2;
}
#v-pills-tab {
	position: absolute;
	right: 115px;
	top: 90px;
}
.nav span {
	color: #616161;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}
.nav-link {
	height: 60px;
	border-radius: 0 !important;
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: -0.5px;
	color: #616161;
	border-bottom: solid #616161 1px;
}
.nav-link.active {
	background: #282828 !important;
	border-bottom: 2px solid #ffffff;
}
.nav-link:hover {
	color: #fff;
	border-bottom: 2px solid #ffffff;
}

#v-pills-tabContent {
	height: max-content;
	width: auto;
	background: #ffffff;
	border: 4px solid #fff;
	border-radius: 12px 0px 0px 12px;
	transform: translate(9px, -114px);
	border-right: 0;
}
.tab-pane h5 {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #19202e;
}
.tab-pane {
	margin: 8%;
}
.undertitle-box-03 {
}

.content-img {
	margin-top: 4%;
	border-radius: 6px;
}
.tab-pane img {
	width: -webkit-fill-available;
}
.box-03-texto h6 {
	font-size: 20px;
	line-height: 32px;
	color: #282828;
}

.media-body2 {
	font-weight: 400;
	font-size: 32px;
	letter-spacing: -0.8px;
	color: #19202e;
}

.box-04 .media-body h5 {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	/* identical to box height, or 117% */
	letter-spacing: -0.8px;
	/* Dark gray / 400 */
	color: #19202e;
	margin-left: -15px;
}

.box-04 .media-body h6 {
	font-family: Inter;
	font-style: normal;
	margin-left: -15px !important;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	/* identical to box height, or 133% */
	letter-spacing: -0.5px;
	color: #959595;
	margin-bottom: -5px;
}

.box-escola {
	width: fit-content;
	height: fit-content;
	border-radius: 12px;
	box-shadow: 19px 18px 0px #282828;
	position: relative;
}

.escola-img {
	width: 1105px;
}

.box-escola-col {
	margin-top: -5px;
	margin-left: 45px;
	display: grid;
	justify-items: center;
}

.arrow-up {
	width: fit-content;
	cursor: pointer;
}

.arrow-down {
	width: fit-content;
	cursor: pointer;
}

.box-escola-imgs {
	cursor: pointer;
	width: 115px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.box-escola-imgs:hover {
	opacity: 0.5;
	width: 110px;
	height: 110px;
	border-width: 4px;
	border-radius: 8px;
	border-style: solid;
	border-color: #2e9963;
}


.box-escola-imgs img {
	border-radius: 5px;
	object-fit: cover;
	object-position: 50% 0;
	width: 102px;
	height: 102px;
}

#textura-img-escola {
	position: absolute;
	bottom: -41px;
	right: -35px;
	z-index: -1;
}

.btn-estrutura {
	margin-top: 35px;
}

.btn-estrutura-left {
	width: 40px;
}

.btn-estrutura-right {
	width: 40px;
	margin-left: -4px;
}

.box-04-texto {
	display: flex;

	margin-top: 7%;
}
.box-04-texto h4 {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #424e66;
}
.box-04-texto p,
.box-04-texto span,
.box-04-texto strong {
	font-size: 16px;
	color: #424e66;
}
.box-04-texto p {
	padding-right: 4rem;
}
.btn-box-04 {
	width: 285px;
	height: 40px;
	background: #ffcc00;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-top: 3%;
}

.box-05 {
	background-image: url('../img/img-box-05.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-position-x: 180px;
	background-color: #ffcc00;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.box-05 h2 {
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
}
.box-05 span {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: -0.8px;
	color: #19202e;
}
.btn-box-05 {
	width: 199px;
	height: 48px;
	background: #fff;
	border-radius: 6px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	margin-top: 5%;
	line-height: 32px;
}
.box-05 > div {
	margin-left: 55%;
	margin-top: 2%;
}

.box-06-img > div {
	width: 627px;
	height: 840px;
	background: #282828;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.08);
	border-radius: 10px;

	position: relative;
}

#textura-box-06 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#img-06 {
	position: absolute;
	left: 314px;
	top: 100px;
}
.box-06-span {
	font-weight: bold;
	font-size: 48px;
	color: #19202e;
	line-height: 56px;
	letter-spacing: -0.8px;
}
.box-06-texto p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.4px;
	color: #424e66;
	width: 494px;
}

.box-06-texto ul li img {
	width: 30px;
	height: 30px;
}
.box-06-texto ul li p {
	font-weight: 600;
	font-size: 20px;
	color: #424e66;
}
.span-atividades span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #424e66;
}

.btn-box-06 {
	height: 48px;
	background: #ffcc00;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 5%;
	line-height: 32px;
}

.box-07-img {
	width: 627px;
	height: 840px;
	background: #282828;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	float: right;
	background-image: url('../img/textura-02.png');
	background-repeat: no-repeat;
	background-position: 236px 90px;
}
.box-07-texto p {
	width: 444px;
}
.box-07-texto h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
}
#img-box-07 {
	border-radius: 13px;
	transform: translate(-198px, 134px);
}

.box-08-img {
	background-image: url('../img/img-box-08.png');
	background-repeat: no-repeat;
	width: 1196px;
	height: 340px;
	border: 4px solid #282828;
	border-radius: 12px;
}
.box-08-img img {
	position: absolute;
	right: 20px;
	bottom: 207px;
}
.box-08-texto {
	margin: 4% 46%;
	width: max-content;
}
.box-08-texto span {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #19202e;
	letter-spacing: -0.8px;
}
.btn-box-08 {
	width: 199px;
	height: 48px;
	background: #ffcc00;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 5%;
	line-height: 32px;
}

/* box footer*/
.container-footer {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	padding-left: 20px;
	background: #282828;
	height: auto;
}

.footer-head {
	margin-left: 10px;
	width: 100%;
}

.footer-logo {
	width: 70px;
	height: 70px;
	margin-top: 10px;
}

.box-logo-footer-btn {
	display: flex;
	width: auto;
	margin-left: 10px;
	flex-direction: row;
	align-items: center;
}

.btn-footer {
	background: #282828;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	height: 30px;
}

.btn-footer:hover {
	color: #000000;
	background: #fff;
	transition: all 1.5s;
}

.footer h5 {
	padding-top: 10px;
	padding-left: 12px;
	font-size: 16px;
	line-height: 28px;
	/* identical to box height, or 160% */
	letter-spacing: -0.4px;
	color: #c8c8c8;
}

.footer-icons-box {
	padding-top: 2px;
	padding-left: 26px;
}

.footer li span {
	font-weight: 500;
	font-size: 12px;

	color: #959595;
}

.footer a {
	font-size: 14px;
	line-height: 22px;
	padding-left: 38px;
	display: flex;
	align-items: center;
	letter-spacing: -0.4px;
	text-decoration-line: underline;
	color: #ffffff;
}

.footer-icon {
	width: 30px;
	height: 30px;
	margin: 2px;
}

.unidade-card {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	height: 200px;

	border-left: 1px solid #1d1d1d;
}

.media-footer {
	margin-left: 6px;
	line-height: 22px;
	/* identical to box height, or 171% */
	letter-spacing: -0.2px;
}

.box-redes-sociais a {
	background: #424e66;
	border-radius: 3.5px;
	padding: 0.3rem;
	margin: 0 0.3rem;
}

.aling-box {
	margin-top: 13%;
}

.box-end {
	background: #0f0d0c;
	height: 50px;
	color: #959595;
}
.box-end a {
	color: #959595;
	letter-spacing: -0.4px;
	text-decoration-line: underline;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
}

.copyright {
	margin-right: 130px;
}

.politicas {
	margin-left: 130px;
}

.adjustr {
	padding: 0;
}

/*Resolução mais alta - 1920*/
@media screen and (max-width: 1920px) {
	.box-02-list-check ul li {
		height: 290px;
	}
	.box-01-imgs div img:last-child {
		transform: translate(-139px, 47px);
	}
	#img-06 {
		left: 170px;
	}
	#img-box-07 {
		transform: translate(-110px, 142px);
	}
	.box-07-img {
		background-position: 326px 90px;
	}
	.box-07-player {
		left: 470px;
		top: 400px;
	}

	.loading {
		width: 80px;
		height: 80px;
	}

	.copyright {
		margin-right: 300px;
	}
	.politicas {
		margin-right: 300px;
	}
	.footer {
		padding-left: 100px;
	}
}
/*Resolução - 1520*/
@media screen and (max-width: 1520px) {
	.box-07-player {
		left: 280px;
		top: 400px;
	}

	.loading {
		width: 80px;
		height: 80px;
	}

	.copyright {
		margin-right: 70px;
	}
	.politicas {
		margin-left: 40px;
	}
	.footer {
		padding-left: 80px;
	}
}

@media screen and (min-width: 992px)
{
	.col-lg-12 {
    
    flex: 0 0 100%;
    max-width: 98.8%;
	}
}

/*Resolucao 1450*/
@media screen and (max-width: 1450px) {
	.box-02-list-check ul li {
		height: 250px;
	}
	.box-01-imgs div img:last-child {
		transform: translate(-139px, 47px);
	}
	#img-06 {
		left: 110px;
	}
	#img-box-07 {
		transform: translate(-50px, 142px);
	}
	.box-07-img {
		background-position: 326px 90px;
	}

	.content-img {
		width: 800px !important;
	}

	.copyright {
		margin-right: 70px;
	}
	.politicas {
		margin-left: 40px;
	}
	.footer {
		padding-left: 80px;
	}
}

/*Resolucao 1280*/
@media screen and (max-width: 1280px) {
	.box-02-list-check ul li {
		height: 290px;
	}
	.box-01-imgs div img:last-child {
		transform: translate(-139px, 47px);
	}
	#img-06 {
		left: 110px;
	}
	#img-box-07 {
		transform: translate(-110px, 142px);
	}
	.box-07-img {
		background-position: 360px 100px;
	}

	.content-img {
		width: 700px !important;
	}

	.box-07-img img {
		position: absolute;
		top: auto;
		left: 60px;
	}

	.copyright {
		margin-right: 50px;
	}
	.politicas {
		margin-left: 10px;
	}

	.footer {
		padding-left: 10px;
	}
}

/*Resolução mais baixa 1040*/
@media screen and (max-width: 1040px) {
	.adjustr {
		width: 1040px;
	}

	.img-fluid {
		position: absolute;
		top: auto;
		left: -100px;
	}

	.wrap {
		flex-wrap: wrap;
	}
	.box-02-list-check ul li {
		height: 500px;
		width: 250px;
		margin: 0 !important;
	}

	.box-01-imgs div img:last-child {
		transform: translate(-17px, 47px);
	}
	.box-05 {
		background-position-x: 0;
	}
	#img-06 {
		width: 500px;
		left: 10px;
	}
	.box-06-img {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.box-06-img > div,
	.box-07-img {
		width: 500px;
	}

	.box-07-img img {
		width: 450px;
	}

	#img-box-07 {
		transform: translate(-60px, 202px);
	}

	#v-pills-tab {
		right: 34px;
	}

	.copyright {
		margin-right: 90px;
	}
	.politicas {
		margin-left: 10px;
		margin-right: 0px;
	}

	.footer {
		padding-left: 10px;
	}

	.content-img {
		width: 550px !important;
	}

	.escola-img {
		width: 750px;
	}
}

/*Resolução mais baixa 1024*/
@media screen and (max-width: 1024px) {
	.adjustr {
		width: 1200px;
	}

	.img-fluid {
		position: absolute;
		top: auto;
		left: -100px;
	}

	.wrap {
		flex-wrap: wrap;
	}
	.box-02-list-check ul li {
		height: min-content;
		margin: 0 !important;
	}

	.box-01-imgs div img:last-child {
		transform: translate(-17px, 47px);
	}
	.box-05 {
		background-position-x: 0;
	}
	#img-06 {
		left: 14px;
	}
	.box-06-img > div,
	.box-07-img {
		width: 500px;
	}
	#img-box-07 {
		transform: translate(33px, 202px);
	}
	#v-pills-tab {
		right: 34px;
	}

	.loading {
		width: 80px;
		height: 80px;
	}

	.copyright {
		margin-right: 90px;
	}
	.politicas {
		margin-left: 10px;
	}

	.footer {
		padding-left: 10px;
	}
}
