/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#logo_home img {
	width: 180px;
	height: auto;
	max-width: 100%;
}

footer img[src*="logo-footer"] {
	width: 150px;
	height: auto;
}

#missão,
#valores,
#quem-somos {
	scroll-margin-top: 115px;
}

@media (max-width: 1200px) {
	#logo_home img {
		width: 160px;
	}

	.navbar-header {
		position: static;
	}

	.navbar-header-wp {
		position: relative;
		min-height: 88px;
	}

	.cmn-toggle-switch {
		top: 50%;
		right: 10px;
		width: 48px;
		height: 48px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cmn-toggle-switch span {
		top: 50%;
		left: 9px;
		right: 9px;
		margin-top: -1px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cmn-toggle-switch span::before {
		top: -10px;
	}

	.cmn-toggle-switch span::after {
		top: 10px;
		bottom: auto;
	}

	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		top: 0;
		bottom: auto;
	}
}

h3.slide_typo {
	white-space: normal;
	max-width: 80%;
	text-align: center;
	line-height: 1.15;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.home-slider {
	position: relative;
	height: 600px;
	overflow: hidden;
	background: #f8f8f8;
}

.home-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease, transform 5s ease-out;
	transform: scale(1.03);
}

.home-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transform: scale(1);
}

.home-slide__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 70px;
	text-align: center;
	box-sizing: border-box;
}

.home-slide__content h3 {
	display: inline-block;
	width: auto;
	max-width: calc(100vw - 240px);
	margin: 0 0 46px;
	padding: 18px 30px;
	color: #fff;
	background: #2d2d2d;
	box-shadow: 15px 0 0 #2d2d2d, -15px 0 0 #2d2d2d;
	font-family: Addington CF, Georgia, serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.9s ease 0.35s, transform 0.9s ease 0.35s;
}

.home-slide__content .button_intro_2 {
	min-width: 180px;
	padding: 14px 28px;
	font-size: 13px;
	opacity: 0;
	transform: translateY(20px) scale(0.96);
	transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.95s, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.95s;
}

.home-slide.is-active .home-slide__content h3 {
	opacity: 1;
	transform: translateY(0);
}

.home-slide.is-active .home-slide__content .button_intro_2 {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.home-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 56px;
	height: 80px;
	margin-top: -40px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font-family: Georgia, serif;
	font-size: 86px;
	font-weight: 300;
	line-height: 72px;
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease;
}

.home-slider__nav:hover,
.home-slider__nav:focus {
	color: #fff;
	outline: none;
}

.home-slider__nav--prev {
	left: 38px;
}

.home-slider__nav--next {
	right: 38px;
}

.angola-hero {
	position: relative;
	height: 600px;
	overflow: hidden;
	background: #f8f8f8;
}

.angola-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.angola-hero h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(980px, 80%);
	margin: 0;
	padding: 18px 30px;
	color: #fff;
	background: #2d2d2d;
	font-family: Addington CF, Georgia, serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

@media (max-width: 991px) {
	h3.slide_typo {
		max-width: 82%;
		font-size: 38px !important;
		padding: 12px 22px !important;
	}

	.home-slide__content {
		padding: 0 56px;
	}

	.home-slide__content h3 {
		max-width: calc(100vw - 150px);
		font-size: 38px;
		padding: 14px 24px;
		margin-bottom: 36px;
	}

	.angola-hero {
		height: 430px;
		margin-top: 55px;
	}

	.angola-hero h3 {
		width: 82%;
		font-size: 38px;
		padding: 14px 24px;
	}
}

@media (max-width: 767px) {
	h3.slide_typo {
		max-width: 86%;
		font-size: 28px !important;
		padding: 10px 18px !important;
	}

	.home-slider {
		height: 360px;
	}

	.home-slide__content {
		padding: 0 42px;
	}

	.home-slide__content h3 {
		max-width: calc(100vw - 100px);
		font-size: 28px;
		padding: 12px 18px;
		margin-bottom: 28px;
	}

	.home-slide__content .button_intro_2 {
		min-width: 130px;
		padding: 10px 18px;
		font-size: 11px;
	}

	.home-slider__nav {
		width: 36px;
		height: 58px;
		margin-top: -29px;
		font-size: 58px;
		line-height: 54px;
	}

	.home-slider__nav--prev {
		left: 10px;
	}

	.home-slider__nav--next {
		right: 10px;
	}

	.angola-hero {
		height: 360px;
	}

	.angola-hero h3 {
		width: 86%;
		font-size: 28px;
		padding: 12px 18px;
	}
}

@media (max-width: 480px) {
	h3.slide_typo {
		max-width: 88%;
		font-size: 22px !important;
		padding: 8px 14px !important;
	}

	.home-slider {
		height: 300px;
	}

	.home-slide__content {
		padding: 0 34px;
	}

	.home-slide__content h3 {
		max-width: calc(100vw - 76px);
		font-size: 22px;
		padding: 10px 14px;
		margin-bottom: 22px;
	}

	.angola-hero {
		height: 300px;
	}

	.angola-hero h3 {
		width: 88%;
		font-size: 22px;
		padding: 10px 14px;
	}
}

.cookie-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 10000;
	display: none;
	color: #2d2a24;
	font-family: "Segoe UI", Arial, sans-serif;
}

.cookie-consent__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(204, 153, 51, 0.32);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.cookie-consent__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.cookie-consent__button {
	min-width: 112px;
	padding: 10px 18px;
	border: 1px solid #cc9933;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cookie-consent__button--secondary {
	background: #fff;
	color: #5f4a20;
}

.cookie-consent__button--primary {
	background: #cc9933;
	color: #fff;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus {
	border-color: #a87820;
	outline: none;
}

.cookie-consent__button--secondary:hover,
.cookie-consent__button--secondary:focus {
	background: #fbf7ee;
	color: #3f321a;
}

.cookie-consent__button--primary:hover,
.cookie-consent__button--primary:focus {
	background: #a87820;
}

@media (max-width: 700px) {
	.cookie-consent {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.cookie-consent__content {
		display: block;
		padding: 16px;
	}

	.cookie-consent__text {
		font-size: 13px;
	}

	.cookie-consent__actions {
		margin-top: 14px;
	}

	.cookie-consent__button {
		flex: 1 1 0;
		min-width: 0;
		padding: 10px 12px;
	}
}
