@font-face {
	src: url('../fonts/AriataDisplay-Medium.otf');
	font-family: 'AriataDisplay Medium';
}

@font-face {
	src: url('../fonts/AriataDisplay-Regular.otf');
	font-family: 'AriataDisplay Regular';
}

@font-face {
	src: url('../fonts/AriataDisplay-Black.otf');
	font-family: 'AriataDisplay Black';
}

@font-face {
	src: url('../fonts/AriataDisplay-Bold.otf');
	font-family: 'AriataDisplay Bold';
}

@font-face {
	src: url('../fonts/Magesta.ttf');
	font-family: 'Magesta';
}

@font-face {
	src: url('../fonts/Raleway-ExtraBold.ttf');
	font-family: 'Raleway ExtraBold';
}

.formContainer h2 {
	font-family: 'AriataDisplay Regular';
	font-size: 26px;
	line-height: 1.12;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.form-group label {
	font-family: 'AriataDisplay Medium';
	font-size: 16px;
	color: white;
	line-height: 28px;
	margin-bottom: 0;
}

.form-group .form-control {
	border: 0;
	border-radius: 0;
	font-family: 'AriataDisplay Regular';
	color: #27522e;
}

.check-radio label {
	font-family: 'AriataDisplay Regular';
	font-size: 12px;
	color: white;
	line-height: 14px;
	margin-bottom: 0;
}

.newsletterButtonWrapper {
	position: fixed;
	width: 70px;
	height: 70px;
	background: white;
	z-index: 9999;
	border-radius: 100%;
	left: 20px;
	transform: translateY(-50%);
	top: 50%;
	border: solid 2px #27522e;
	display: flex;
	align-items: center;
	justify-content: center;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

p {
	font-family: "AriataDisplay Regular";
	font-size: 14px;
	line-height: 22px;
}

p strong,
p b {
	font-family: 'AriataDisplay Bold';
}

.btn.btn-primary {
	padding: 17px 30px;
	background: #27522e;
	color: white;
	font-family: 'AriataDisplay Bold';
	font-size: 14px;
	line-height: 14px;
	border: none;
	border-radius: 25.5px;
	border: solid 2px #27522e;
	transition: ease-in-out 0.2s;
}

.btn.btn-primary:hover {
	background: white;
	color: #27522e;
	transition: ease-in-out 0.2s;
}

body,
html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}

header {
	background-color: #27522e;
	color: white;
}

ul#menu-menu-principal li a {
	font-family: 'AriataDisplay Medium';
	font-size: 16px;
	color: white;
}

.btn.btn-third {
	padding: 17px 30px;
	background: #dcae56;
	color: white;
	font-family: 'Magesta';
	font-size: 14px;
	line-height: 14px;
	border: none;
	border-radius: 25.5px;
	text-transform: uppercase;
}

.menu-item-has-children {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.menu-item-has-children > a {
	position: relative;
}

.menu-item-has-children:hover > a {
	text-decoration: underline;
}

.menu-item-has-children:hover > a::after {
	/* transform: rotate(-180deg); */
	transform: translateY(20px) rotate(-180deg);
	transform-origin: center;
	transition: ease-in-out 0.5s;
}

#menu-menu-principal .menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
}

.menu-item-has-children > a::after {
	content: url('../svg/chevron-down-white.svg');
	width: auto;
	position: absolute;
	height: 13px;
	top: -3px;
	right: -20px;
	transition: ease-in-out 0.5s;
}

#menu-mobile-principal .sub-menu.open {
	display: block;
	transition: ease-in-out 0.5s;
}

#menu-mobile-principal .sub-menu {
	display: none;
	margin-top: 30px;
	list-style-type: none;
	padding: 0;
}

#menu-mobile-principal.first-level li:first-of-type {
	padding: 0;
}

#menu-mobile-principal .sub-menu li {
	line-height: 30px;
}

#menu-mobile-principal .sub-menu li a {
	font-family: 'AriataDisplay Medium';
	font-size: 16px;
	color: white;
}

#menu-menu-principal ul.sub-menu {
	position: absolute;
	z-index: 10000;
	background: white;
	padding-left: 0;
	list-style: none;
	padding: 20px 20px 20px 50px;
	/* display: block; */
	width: 25%;
	top: 100%;
}

ul.sub-menu li {
	margin: 5px 0;
	position: relative;
}

ul.sub-menu > li::before {
	position: absolute;
	content: '';
	left: -18px;
	top: 13px;
	width: 10px;
	height: 1px;
	background: #27522e;
}

ul#menu-menu-principal li > ul.sub-menu li a {
	color: #27522e;
	font-family: 'AriataDisplay Medium';
}

main {
	position: relative;
}

main.home::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40vh;
	background-color: #27522e;
}

.footerLink,
.footerLink a {
	font-family: 'AriataDisplay Medium';
	font-size: 11px;
	color: #27522e;
}

.titleSection {
	background: #27522e;
	padding: 55px 0 49px;
}

.titleSection h1 {
	font-family: "AriataDisplay Bold";
	font-size: 70px;
	color: white;
}

.titleSection p {
	color: white;
	margin-top: 20px;
	margin-bottom: 0;
}

.tabContent {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 40px;
	margin-bottom: 25px;
}

.tabContent div {
	margin-right: 15%;
}

.tabContent a {
	color: white !important;
	font-family: 'AriataDisplay Bold';
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
}

.tabContent a.active {
	text-decoration: underline;
}

.tabContent a:hover {
	text-decoration: underline;
}

.pageContent h2 {
	font-family: 'AriataDisplay Black';
	font-size: 40px;
	line-height: 32px;
	color: #27522e;
	margin-bottom: 30px;
}
.pageContent p {
	color: #27522e;
}

footer:not(.footerHome) {
	border-top: solid 1px #979797;
}

input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.check-radio {
	margin-top: 25px;
}

.check-radio label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.check-radio label::before {
	content: '';
	width: 19px;
	position: absolute;
	height: 19px;
	left: 0;
	background: white;
	border: solid 1px #27522e;
}

.check-radio label::after {
	opacity: 0;
}

.op1::after {
	opacity: 1 !important;
}

.check-radio input:checked + label::after {
	opacity: 1;
}

.check-radio label::after {
	content: url('check.svg');
	width: 10px;
	position: absolute;
	height: 10px;
	left: -1px;
	top: -1px;
	transform: scale(0.02);
}

button.owl-dot:focus {
	outline: none;
}

.owl-dots {
	display: flex;
	padding: 19px 0 0;
	justify-content: center;
	align-items: center;
}

.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.owl-carousel button.owl-dot span {
	width: 7px;
	height: 7px;
	background: #a8a8a8;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active span {
	background: #27522e;
}

@media screen and (max-width: 994px) {
	.newsletterButtonWrapper {
		display: none;
	}

	main.home::before {
		height: 30vh;
	}

	.tabContent {
		justify-content: space-between;
	}

	.tabContent div {
		margin-right: 5px;
	}

	.tabContent a {
		text-align: center;
		display: flex;
	}
}

@media screen and (max-width: 576px) {
	.titleSection h1 {
		font-size: calc(40px + 15 * ((100vw - 320px) / 680));
	}

	footer svg {
		width: 100%;
	}
}

header {
	position: fixed;
	z-index: 30;
}
