.wq-01-sobre {
	position: relative;
	padding: 50px 0 80px;
	overflow: hidden;
	background: #f0f0f0;
}

.wq-01-sobre .col-xl-5:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	z-index: 0;
	top: -50px;
	width: 250%;
	height: 240%;
	background-color: var(--color-orange);
	clip-path: polygon(100% 0%, 100% 0%, 0% 100%, 0% 0%);
}
.wq-01-sobre .col-xl-5::before {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	z-index: 0;
	top: -50px;
	width: 250%;
	height: 240%;
	background-color: var(--color-black);
	clip-path: polygon(100% 0%, 100% 0%, 0% 100%, 0% 0%);
}

.wq-01-sobre .col-xl-5 figure {
	box-shadow: 0px 35px 80px -45px rgba(0, 0, 0, .75);
	position: relative;
	z-index: 2;
}

.wq-01-sobre .wq-conteudo {
	padding-left: 60px;
}

.wq-01-sobre .wq-conteudo p {
	margin-bottom: 18px;
	color: #19232b;
}

.wq-01-sobre .wq-wrapper {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 35px;
	row-gap: 35px;
}

.wq-01-item {
	justify-content: space-between;
	align-items: center;
	display: flex;
	padding: 35px 25px;
	background-color: #ebebeb;
}

.wq-01-item img {
	width: 64px;
	display: block;
}

.wq-01-item div {
	width: calc(100% - 84px);
	margin-left: 20px
}

.wq-01-item h3 {
	font-weight: 700;
	font-size: 32px;
	color: #d01532;
	letter-spacing: .05em;
}

.wq-01-item p {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.wq-01-sobre .wq-accordion {
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.wq-01-sobre .wq-accordion_btn {
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 12px 20px;
}

.wq-01-sobre .wq-accordion_btn h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
}

.wq-01-sobre .wq-accordion_content {
	padding: 15px 20px;
}

.wq-01-sobre figure img {
	display: block;
	width: 100%;
	height: auto;
}

.wq-04-quem-somos {
	overflow-x: hidden;
	padding: 70px 0 50px;
	position: relative;
	background-color: #ffff;
}

.wq-04-quem-somos .wq-titulo_1 {
	margin: 0 auto;
	text-align: center;
}

.wq-04-quem-somos .wq-titulo_1 h2:after {
	margin-left: auto;
	margin-right: auto;
}

.wq-04-quem-somos .row {
	flex-wrap: wrap;
}

.wq-04-quem-somos .wq-capacidade_box {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.wq-04-quem-somos .wq-capacidade_box figure {
	display: block;
	width: 64px;
	margin: 0 auto;
}

.wq-04-quem-somos .wq-capacidade_box figure img {
	display: block;
	width: 100%;
}

.wq-04-quem-somos .wq-capacidade_box div h3 {
	font-weight: 400;
	font-size: 22px;
	margin: 10px 0 20px;
	color: #19232b;
}

.wq-04-quem-somos .wq-capacidade_box div p {
	font-size: 16px;
	color: #19232b;
}

.wq-accordion_btn-01 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #d01532;
	text-transform: uppercase;
	font-weight: 600;
}

.wq-accordion_content-01 p {
	text-align: left;
}

.wq-04-quem-somos .row {
	margin-top: 80px;
}

.wq-estrutura {
	padding: 90px 0;
}

.wq-carousel_estrutura figure img {
	display: block;
	width: 100%;
	height: 250px;
}

.wq-carousel_estrutura .owl-dots {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

.wq-carousel_estrutura .owl-dot {
	display: flex;
	background-color: #4a4a4a;
	width: 15px;
	height: 7px;
	border-radius: 10px;
	margin: 0 5px;
	transition: all .35s ease;
}

.wq-carousel_estrutura .owl-dot.active {
	background-color: #d01532;
	width: 25px;
}

.wq-07 {
	display: none;
}

.wq-carousel-estrutura {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
	margin-top: 40px;
}

.wq-carousel-estrutura figure img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .7;
	transition: all .2s linear;
}

.wq-carousel-estrutura figure:hover img {
	opacity: 1;
}