.header {
	display: flex;
	justify-content: center;
}

.header:before {
	left: -15px;
	background-position: left;
	background: url(../img/bg-hd-before.png) no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: -38px;
	top: 67px;
	width: 40%;
}

@media screen and (max-width: 1600px) {
	.header::before {
		left: -170px;
		top: -45px;
	}
}

.header::after {
	background: url(../img/bg-hd-after.png);
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	background-repeat: no-repeat;
	/* background-position-x: -308px; */
	background-position-y: -148px;
	z-index: -9;
	background-position-x: 0px;
}

@media screen and (max-width: 2400px) {
	.header::after {
		background-position-y: -48px;
	}
}

@media screen and (max-width: 1600px) {
	.header::after {
		background-position-x: 0;
		background-position-y: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.header:before {
		display: none;
	}
	.header:after {
		background: url(../img/bg-hd-after.png);
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		background-repeat: no-repeat;
		background-position-x: -402px;
		background-position-y: -180px;
		z-index: -9;
	}
}

.header__container {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 500px) {
	.header__container {
		width: 100%;
	}
}

.header__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 700px;
	padding-top: 235px;
}

@media screen and (max-width: 800px) {
	.header__top {
		width: 90%;
		padding-top: 150px;
	}
}

.header__message {
	width: 100%;
	background: #fe7913a6;
	border-radius: 20px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header__message .title {
	color: white;
	padding-top: 20px;
}

.header__message .text {
	padding: 0 100px 0 100px;
}

@media screen and (max-width: 800px) {
	.header__message .text {
		padding: 0 50px 0 50px;
	}
}

@media screen and (max-width: 600px) {
	.header__message .text {
		padding: 0 20px 0 20px;
	}
}

.header__search {
	display: flex;
	width: 100%;
	margin-top: 30px;
	box-shadow: 10px 10px 20px rgba(77, 77, 77, 0.4);
	border-radius: 30px;
	overflow: hidden;
}

.header__input {
	background: white;
	padding: 20px 40px 20px 40px;
	font-size: 15pt;
	width: 100%;
	border-radius: 30px 0 0 30px;
	color: rgb(134, 134, 134);
	border: none;
}

.header__submit {
	background: white;
	padding: 20px 40px 20px 40px;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	border: none;
	font-size: 13pt;
}

.header__submit:hover {
	background: rgb(231, 231, 231);
}

.hd-box {
	width: 100%;
	position: relative;
	margin-top: 140px;
}

@media screen and (max-width: 1600px) {
	.hd-box {
		margin-top: 70px;
	}
}

@media screen and (max-width: 800px) {
	.hd-box {
		margin-top: 120px;
	}
}

@media screen and (max-width: 200px) {
	.hd-box {
		margin-top: 40px;
	}
}

.title {
	width: 100%;
	/* background: rgba(252, 130, 41, 0.7); */
	color: black;
	text-align: center;
}

.container-card {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;

	display: flex;
	justify-content: space-evenly;
	margin-top: 50px;
}

/* .card:hover {
	border: 3px solid #a2b7cb !important;
	margin-bottom: 5px;
} */

.card {
	width: 200px !important;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid #a2b7cb;
	background: white;
	border-radius: 50% 50% 0 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.card:hover {
	border: 3px solid #a2b7cb;
}

.card-title {
	padding-top: 10px;
	color: black;
	text-align: center;
}

.card-active .card-title {
	padding-top: 10px;
	color: white;
}

.arrow-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 770px) {
	.arrow-container {
		justify-content: space-around;
	}
}

.arrow {
	position: relative;
}

.header-arrow-container {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

@media screen and (max-width: 1430px) {
	.header-arrow-container {
		display: none;
	}
}

.header-arrow-container .hd-arrow {
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width: 1000px) {
	/* .card {
		display: none;
	} */
	.card-active {
		display: flex;
	}
}

.container-slider {
	display: flex;
	/* justify-content: center; */
}
