@font-face {
	font-family: "Kia-Signature";
	src: url("../fonts/KiaSignatureOTFRegular.eot");
	src:
		url("../fonts/KiaSignatureOTFRegular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/KiaSignatureOTFRegular.woff2") format("woff2"),
		url("../fonts/KiaSignatureOTFRegular.woff") format("woff"),
		url("../fonts/KiaSignatureOTFRegular.otf") format("opentype"),
		url("../fonts/KiaSignatureOTFRegular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Kia-Signature-Bold";
	src: url("../fonts/KiaSignatureOTFBold.eot");
	src:
		url("../fonts/KiaSignatureOTFBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/KiaSignatureOTFBold.woff2") format("woff2"),
		url("../fonts/KiaSignatureOTFBold.woff") format("woff"),
		url("../fonts/KiaSignatureOTFBold.otf") format("opentype"),
		url("../fonts/KiaSignatureOTFBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Kia-Signature-Light";
	src: url("../fonts/KiaSignatureOTFLight.eot");
	src:
		url("../fonts/KiaSignatureOTFLight.eot?#iefix") format("embedded-opentype"),
		url("../fonts/KiaSignatureOTFLight.woff2") format("woff2"),
		url("../fonts/KiaSignatureOTFLight.woff") format("woff"),
		url("../fonts/KiaSignatureOTFLight.otf") format("opentype"),
		url("../fonts/KiaSignatureOTFLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-kia-regular: "Kia-Signature", "Helvetica Neue", Arial, sans-serif;
	--font-kia-bold: "Kia-Signature-Bold", "Helvetica Neue", Arial, sans-serif;
	--font-kia-light: "Kia-Signature-Light", "Helvetica Neue", Arial, sans-serif;
	--kia-color: #05141f;
	--white: #fff;

	--overlay-color: #05141f76;
	--bs-border-color: #05141f;
}

body {
	font-family: var(--font-kia-regular);
	margin: 0 !important;
}
main {
	min-height: calc(100dvh - 240px - 101px);
}

a {
	text-decoration: none;
	text-underline-offset: 0.2rem;
}
a:visited:not(.btn) {
	color: var(--kia-color);
}

b,
strong {
	font-family: var(--font-kia-bold);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

hr {
	background-color: var(--kia-color);
	height: 2px;
	opacity: 1;
}

.btn {
	font-weight: 600;
}
.btn.active,
.btn:active,
.btn:first-child:active {
	border: none;
}

.btn-dark:visited {
	color: var(--white);
}

.btn-dark-outline {
	border: 2px solid var(--kia-color);
	color: var(--kia-color);
}
.btn-dark-outline:visited {
	color: var(--kia-color);
}

.btn-dark-outline:hover {
	background-color: var(--kia-color);
	color: var(--white);
}

.rounded {
	border-radius: 1rem !important;
}

#masthead.site-header {
	--nav-text: #fff;
	--nav-border: transparent;
	--container-border: var(--white);
	--container-bottom: 2px solid var(--white);

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body.category #masthead.site-header,
body.search #masthead.site-header,
body.blog #masthead.site-header,
body.page:not(.home) #masthead.site-header,
body.error404 #masthead.site-header,
body.page-template-page-download #masthead.site-header,
body.header-solid #masthead.site-header,
#masthead.site-header.is-scrolled {
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

	--nav-text: #111;
	--nav-border: rgba(0, 0, 0, 0.12);
	--container-border: var(--kia-color);
	--container-bottom: none;
}

#masthead .container {
	border-bottom: var(--container-bottom);
	border-color: var(--container-border);
	padding-bottom: 1rem;
	transition: border-color 0.3s ease;
}

#site-navigation {
	border-bottom-color: var(--nav-border);
	transition: border-bottom-color 0.3s ease;
}

#site-navigation .logo {
	width: auto;
	max-height: 30px;
}

#site-navigation .navbar-nav > .menu-item > a {
	display: block;
	padding: 0.5rem 1rem;
	color: var(--nav-text);
	font-weight: 600;
	transition: color 0.3s ease;
}

#site-navigation .navbar-nav > .menu-item > a:hover {
	text-decoration: underline;
}

#site-navigation .btn,
#site-navigation .btn:visited {
	color: var(--nav-text);
	min-width: 160px;
	font-weight: 600;
	border-width: 2px;
	border-color: var(--nav-text);
	transition: color 0.3s ease, border-color 0.3s ease;
}

#site-navigation .btn:hover {
	color: var(--kia-color);
	border-color: var(--kia-color);
}

#site-navigation .navbar-toggler {
	border: none;
	color: var(--kia-color);
}
#site-navigation .navbar-toggler:focus {
	box-shadow: none;
}

@media screen and (max-width: 991px) {
	#site-navigation {
		min-height: auto;
	}

	#site-navigation .navbar-collapse {
		padding: 1rem 0;
	}

	#site-navigation .navbar-nav>.menu-item>a {
		padding: 0.6rem 0;
	}

	#site-navigation .btn {
		width: 100%;
		margin-top: 0.75rem;
	}
}

body.admin-bar #masthead.site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #masthead.site-header {
		top: 46px;
	}
}

.kia-footer {
	background: var(--kia-color);
	color: #fff;
	padding: 24px 0 20px;
	font-size: 13px;
}

.kia-footer .custom-logo {
	width: auto;
	max-height: 25px;
}

.kia-footer a {
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
}

.kia-footer .btn-outline-light:hover {
	color: var(--kia-color) !important;
}

.kia-footer__inner {
	display: flex;
	flex-direction: column;
}

.kia-footer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.kia-footer__languages {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.kia-footer__languages span {
	opacity: 0.8;
}

.kia-footer_middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
}

.kia-footer_middle .nav i {
	font-size: 1.2rem;
}

.kia-footer__bottom {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
	font-size: 13px;
}

.kia-footer__bottom p {
	margin: 0;
	font-size: 12px;
}

/* launchSlider */
#launchSlider {
	min-height: 500px;
}

#launchSlider.carousel {
	min-height: 500px;
}

#launchSlider.carousel .carousel-inner {
	min-height: 500px;
}

#launchSlider.carousel .carousel-inner .carousel-item {
	min-height: 500px;
}

#launchSlider.carousel .carousel-inner .carousel-item .slider-hero {
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#launchSlider.carousel .carousel-inner .carousel-item .slider-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--overlay-color);
}

/* launchSlider */

/* mainSlider */
#mainSlider {
	min-height: 80vh;
}

#mainSlider.carousel {
	min-height: 80vh;
}

#mainSlider .carousel-indicators {
	bottom: 2rem;
}

#mainSlider.carousel .carousel-inner {
	min-height: 80vh;
}

#mainSlider.carousel .carousel-inner .carousel-item {
	min-height: 80vh;
}

#mainSlider.carousel .carousel-inner .carousel-item .slider-hero {
	min-height: 80vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#mainSlider.carousel .carousel-inner .carousel-item .slider-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--overlay-color);
}

/* launchSlider */

/* relevant */
#relevant {
	margin-top: -2rem;
	position: relative;
	z-index: 1;
}

#relevant .container {
	background-color: var(--kia-color);
	border-radius: 0.5rem;
	padding: 2rem;
}

#relevant img {
	border-radius: 1rem;
	object-fit: cover;
	width: 100%;
	height: 270px;
	margin-top: -10rem;
}

/* relevant */

/* blog */
body.blog .categories .dropdown-item:active {
	background-color: transparent;
	color: var(--kia-color);
}
body.blog article a {
	color: var(--kia-color);
}
body.blog article .img-full {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
.dropdown-item {
	cursor: pointer;
}
.dropdown-item.active {
	background-color: var(--kia-color);
	color: var(--white);
}
.dropdown-toggle::after {
	border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}
/* blog */

/* pagination */
.navigation.pagination {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.5rem;
	border: 2px solid var(--kia-color);
	border-radius: 0.375rem;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--kia-color);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	line-height: 1;
}
.navigation.pagination .page-numbers:hover {
	background-color: var(--kia-color);
	color: var(--white);
}
.navigation.pagination .page-numbers.current {
	background-color: var(--kia-color);
	color: var(--white);
	pointer-events: none;
}
.navigation.pagination .page-numbers.dots {
	border-color: transparent;
	background: none;
	pointer-events: none;
	font-size: 1rem;
}
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers {
	font-size: 1.25rem;
	padding: 0 0.4rem;
}
/* pagination */


/* category */
body.category .category-header {
	text-align: center;
	margin-bottom: 2rem;
}
body.category .category-img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}

body.category .category-header .page-title {
	font-size: calc(1.5rem + 1.5vw);
	font-weight: 600;
}

body.category a {
	color: var(--kia-color);
}
body.category article {
	margin-bottom: 2rem;
}
body.category .img-full {
	object-fit: cover;
	height: 280px;
	width: 100%;
}
body.category .style-2 img {
	object-fit: cover;
	height: 70px;
	width: 100%;
}

.category-title-section {
	border-bottom: 2px solid var(--kia-color);
	display: inline-block;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-bottom: 0.3rem;
}
.category-list {
	margin-left: 0;
}
.category-list li {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.category-list li a {
	position: relative;
	color: var(--kia-color);
}
.category-list li a:hover {
	color: var(--kia-color);
}
.category-list li a::after {
	content: "";
	width: 2ch;
	height: 2px;
	background-color: var(--kia-color);
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: width 0.5s ease;
}
.category-list li a:hover::after {
	width: 100%;
}
/* category */

/* Single */
.single-hero {
	width: 100%;
}

.single-hero .hero-bg {
	position: relative;
	min-height: 90vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.single-hero .hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.55) 40%,
			rgba(0, 0, 0, 0.25) 100%);
}

.single-hero .container {
	position: relative;
	z-index: 2;
}

.single-hero h1 {
	font-weight: 300;
}

.single-hero .btn-outline-light {
	border-width: 2px;
	color: #fff;
}

.single-hero .btn-outline-light:hover {
	color: var(--kia-color);
}

.content-text p {
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

#contenido img {
	border-radius: 25px;
}

.post-categories-section {
	background: #001925;
}

.category-image {
	height: 260px;
	background-size: cover;
	background-position: center;
}

.category-card h3 {
	font-size: 28px;
}

.category-card:hover .category-image {
	transform: scale(1.03);
	transition: transform 0.4s ease;
}

.extra-content h2,
.extra-content h3 {
	font-weight: 600;
	margin-bottom: 20px;
}

.extra-content p {
	font-size: 18px;
	line-height: 1.7;
	color: #444;
}

.extra-image-wrapper {
	border-radius: 30px;
	overflow: hidden;
}

.extra-image-wrapper img {
	border-radius: 30px;
}

/* Single */

/* search */
body.search .content-img img {
	height: 150px;
	object-fit: cover;
	width: 100%;
}

body.search .results .img-full {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
body.search .results .btn {
	border-radius: 1.2rem;
	width: 10rem;
}
/* search */

@media screen and (max-width: 767px) {

	#relevant img {
		height: 200px;
		margin-top: auto;
		margin-bottom: 1rem;
	}

	.kia-footer {
		min-height: 210px;
		padding: 20px 0;
	}

	.kia-footer__top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 18px;
	}

	.kia-footer__languages {
		justify-content: center;
	}

	.kia-footer__bottom {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	#relevant .border-md-end {
		border-right: 2px solid #fff;
	}
	body.category .style-2 img {
		height: 60px;
	}

	body.search .content-img img {
		height: 230px;
	}
	body.search .results .img-full {
		height: 140px;
	}

	body.blog article .img-full {
		height: 150px;
	}
}
@media screen and (min-width: 1024px) {
	.border-lg-start {
		border-left: 2px solid var(--kia-color) !important;
	}

	body.category .category-img {
		height: 500px;
	}
	body.category .style-2 img {
		height: 80px;
	}

	body.search .content-img img {
		height: 320px;
	}
	body.search .results .img-full {
		height: 160px;
	}

	body.blog article .img-full {
		height: 170px;
	}
}
@media screen and (min-width: 1200px) {
	body.category .category-img {
		height: 700px;
	}
	body.category .style-2 img {
		height: 90px;
	}
	body.search .content-img img {
		height: 400px;
	}
	body.search .results .img-full {
		height: 230px;
	}

	body.blog article .img-full {
		height: 240px;
	}
}