.desktop {
	display: block;
}

.mobile {
	display: none;
}

.active .title  {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.title {
	font-weight: 500;
	text-align: center;
	transform: translate3d(0, 10px, 0);
	transition: all 1s ease-out;
	opacity: 0;
}

.title.start {
	text-align: left;
}


.container {
	max-width: 1100px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding: 0px 30px;
	margin: 0 auto;
	box-sizing: border-box;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner .banner-overlay {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.banner .banner-overlay img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.banner-image {
	width: 100%;
	margin-bottom: 41px;
	max-height: 860px;
}

.banner picture img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.poder-electrico {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 600px;
	width: 60%;
	height: max-content;
}

.poder-electrico img {
	width: 100%;
	height: auto;
}

/* home section */

.nammi-rotative {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 600px;
	min-height: 200px;
	max-height: 300px;
	margin: 80px auto;
	margin-bottom: 0px;
	z-index: -1;
}

.nammi-rotative .bg-decoration {
    width: 100%;
    width: 80%;
    padding-bottom: 80px;
}

.perspective {
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.perspective.active {
	opacity: 1;
}

.contact-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 26px;
	margin-bottom: 30px;
}

.gallery-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	min-height: 400px;
}

.gallery-container .gallery-item {
	flex: 1 1 260px;
	max-width: 260px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
}

.gallery-item .news-card {
	width: 260px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	min-height: 320px;
}

.nammi-news .title {
	text-align: center;
	font-weight: 500;
}

.news-card {
	width: 260px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-imgs-container {
	position: relative;
	flex-shrink: 0;
}

.news-card .news-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	flex: 1;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	min-height: 104px;
	background-color: #FEFEFE;
}

.news-card .news-content .news-title {
	font-weight: 600;
	color: #55565E;
	text-wrap: pretty;
}

.news-card .news-content .news-date {
	font-size: 0.875rem;
	font-weight: 400;
	color: #55565E;
	font-style: normal;
}

a.news-title:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.news-card .news-date-btn-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.news-card .news-deco {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-card .news-button {
	border: none;
	background: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.news-card .news-button:hover {
	transform: scale(1.1);
}

.news-card .news-button.active {
	transform: rotate(180deg);
}

/* swiper home section */

.slider.mobile {
	margin-top: 40px;
	overflow: hidden;
	min-height: 400px;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	display: flex;
	align-items: start;
	flex-direction: row;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
	min-height: 400px;
}

.swiper-pagination {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}

.swiper-pagination-bullet {
	background: url('../../images/preventa/slides/no_active_dot.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
	transition: 0.3s ease all;
}

.swiper-pagination-bullet-active {
	background: url('../../images/preventa/slides/active_dot.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}


/* end swiper home section */

.about-dongfeng .container {
	flex-direction: row;
	flex-wrap: wrap;
}

.about-dongfeng-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 50%;
}

.about-dongfeng-aside {
	width: 50%;
}

.about-dongfeng .title-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.about-dongfeng .title-container .title {
	font-weight: 500;
}

.active .dongfeng.desktop {
	display: block;
	transform: translate3d(0, 0, 0) !important;
	opacity: 1 !important;
}

.about-dongfeng .title-container .dongfeng.desktop {
	transform: translate3d(0, 10px, 0);
	transition: all 1s ease-out;
	opacity: 0;
}

.about-dongfeng .title-container .dongfeng {
	max-width: 175px;
}





.about-dongfeng-container .content-container p {
    color: #8C8E97;
    font-style: normal;
    font-weight: 500;
    text-wrap: balance;
    margin: 27px auto;
    font-size: 1.125rem;
	padding: 0 20px;
    padding-left: 0px;
}

.about-dongfeng-aside img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	max-width: 500px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nammi-map .title {
	margin-bottom: 25px;
}

section.nammi-map {
    margin-top: 0px;
}

.nammi-map .map-container {
	height: 500px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nammi-map .map-container #map {
	height: 100%;
}

.faqs-section .faqs-container .faq-item {
	margin-bottom: 20px;
	min-height: 50px;
}

.faqs-section .faqs-container .faq-item-title {
	padding-bottom: 12px;
	border-bottom: 2px solid #7BA8CC;
	padding-left: 10px;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.faqs-section .faqs-container .faq-item-title::after {
	content: url('../../images/icons/faqs_dropdown_arrow.svg');
	transition: all 0.3s ease;
	margin-right: 5px;
}

.faq-item-details[open] .faq-item-title::after {
	transform: rotate(180deg);
}

.faqs-section .subtitle {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.faqs-section .faqs-container .faq-item-title p {
	color: #55565E;
	font-weight: 300;
	text-wrap: wrap;
}

.faqs-section .faqs-container .faq-item-description {
	color: #8C8E97;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	padding: 12px 10px;
	transition: all 0.3s ease;
	text-wrap: pretty;
}

.contact-home-section {
	margin: 40px 0px;
}

.contact-home-section .title {
	margin-bottom: 10px;
}

.contact-home-section .mail-icon {
	width: 20px;
	height: 20px;
}

.contact-home-section .contact-item {
	margin-bottom: 5px;
	color: #4C657F;
}

.contact-home-section .contact-item:last-child {
	margin-bottom: 0;
}

.faqs-section .faqs-container .faq-item:last-child {
	margin-bottom: 0;
}

.faqs-section .container {
	flex-direction: row;
	display: flex;
	align-items: stretch;
	height: auto;
}

.faqs-separator {
    width: 2px;
    background-color: #7BA8CC;
    margin: 0 15px;
    display: block;
}


.faqs-section .faqs-container {
	flex: 1;
}

/* end home section */

/* models section */

.banner.models-banner .banner-overlay {
	bottom: 0px;
}

.banner-video {
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 800px;
}

.banner.models-banner .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.banner.models-banner .buttons .secondary-btn {
	color: #fff;
	border-radius: 32.889px;
	border: 2.056px solid #FFF;
	background: rgba(75, 75, 75, 0.22);
	backdrop-filter: blur(3.0833334922790527px);
	transition: all 0.3s ease;
	box-shadow: none;
}

.banner.models-banner .buttons .secondary-btn:hover {
	background-color: #fff;
	color: #55565E;
}

.characteristics-section .container {
	flex-direction: row;
}

.characteristics {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: center;
	gap: 100px;
	margin: 0px auto;
	flex-wrap: nowrap;
	gap: 1px;
	padding: 20px;
}

.characteristics .separator {
	height: 100%;
	width: 2px;
	background-color: #7BA8CC;
}

.characteristics .characteristic {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	max-width: 200px;
	height: 100%;
	width: 90%;
}

.characteristics .characteristic.middle {
	max-width: 250px;
	min-width: 130px;
}

.characteristics .characteristic svg {
	width: 70px;
	height: 70px;
}

.characteristics .characteristic p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #4F616E;
	text-align: center;
	font-weight: 500;
}

.characteristics .characteristic p span {
	font-weight: 800;
	font-size: 1.25rem;
}

.highlights-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 50px auto;
}

.highlight {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.highlight .image-container {
	position: relative;
}

.highlight .image-container .news-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.highlight .image {
    width: 100%;
    height: 232px;
    max-height: 232px;
    object-fit: cover;
}

.highlight .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 16px;
    background: #FDFDFE;
    min-height: 50px;
}

.highlight .description p {
	font-size: 1rem;
	font-weight: 500;
	color: #55565E;
	text-wrap: balance;
}

.table-pricing {
	display: block;
    width: 100%;
	max-width: 520px;
    border-collapse: collapse;
	margin: 0 auto;
	background: linear-gradient(to bottom, white 85%, #E5E7EA 100%);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 10px;
}

.table-pricing th, .table-pricing td {
    padding: 8px;
    text-align: center;
}

.table-pricing th:nth-child(2),
.table-pricing td:nth-child(2) {
    border-left: 1px solid #C1C7CE;
    border-right: 1px solid #C1C7CE;
}
.table-pricing th {
	font-weight: 500;
    color: #4C657F;
	vertical-align: middle;
}

.table-pricing th.model b {
	position: relative;
}

.table-pricing th.model b::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
	left: 50%;
	transform: translateX(-50%);
    height: 2px;
    background-color: #FAB900;
}

.table-pricing td {
    color: #55565E;
	font-weight: 400;
	vertical-align: middle;
}

.table-pricing .price-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #4C657F;
	font-family: 'Franie';
	gap: 5px;
}

.table-pricing .price-container .price-currency {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.table-pricing .price-container .price-currency span {
	font-size: 10px;
}

.table-pricing .price-container .price-value {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 600;
}

.pricing-table h2 {
	margin-bottom: 80px;
}

.pricing-table .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 40px auto;
}

.color-selector-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.color-selector-item {
	display: none;
	margin: 0 10px;
	position: relative;
	transition: all 0.3s ease;
}

.color-selector-item.active-color {
    display: block;
	animation: fadeIn 0.3s ease;
}

.color-selector-item svg {
	width: 90%;
	height: 90%;
	transition: all 0.3s ease;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}

.color-selector-item img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
	max-height: 200px;
}

.color-buttons {

	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.color-buttons .color-selector {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid #C1C7CE;
}

.color-buttons .color-selector.active-color::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #8C8E97;
}


/* end models section */

/* contact section */

.contact-title {
	color: #4C657F;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	font-size: 1.5rem;
}

.form-contacto-section {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.form-contacto-section form {
	max-width: 500px;
	width: 100%;
	margin: 58px auto 0;
}

.form-contacto .input-field {
	position: relative;
	margin: 2.5rem 0;
	min-width: 60px;
	min-height: 60px;
	transition: all 0.8s ease-out;
	transform: translate3d(0, 10px, 0);
	opacity: 0;
}

.active .form-contacto .input-field {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.active .form-contacto .input-field:nth-child(1) {
	transition-delay: 0.1s;
}

.active .form-contacto .input-field:nth-child(2) {
	transition-delay: 0.15s;
}

.active .form-contacto .input-field:nth-child(3) {
	transition-delay: 0.2s;
}

.active .form-contacto .input-field:nth-child(4) {
	transition-delay: 0.25s;
}

.active .form-contacto .input-field:nth-child(5) {
	transition-delay: 0.3s;
}

.active .form-contacto .input-field:nth-child(6) {
	transition-delay: 0.35s;
}

.active .form-contacto .input-field:nth-child(7) {
	transition-delay: 0.4s;
}

.form-contacto .input-field input,
.form-contacto .input-field select,
.form-contacto .input-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: unset;
	font-size: 1.125rem;
	padding: 0.5rem 0px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #7BA8CC;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	font-style: normal;
	font-weight: 400;
	color: #4C657F;
	max-width: 500px;
}

.form-contacto .input-field textarea::placeholder {
	color: #4C657F;
}

.form-contacto .input-field select {
	color: #4C657F;
	background: url('../../images/icons/Chevron-down.svg') no-repeat 95% center;
}

.form-contacto .input-field select .required {
	color: #BA1A1A !important;
}

.form-contacto .input-field input.error,
.form-contacto .input-field select.error {
	border-bottom: 1px solid #d32f2f;
}

.form-contacto .input-field label {
	color: #4C657F;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.125rem;
	cursor: text;
	transition: 0.2s ease all;
	transform: translate3d(0, 0, 0);
}

.form-contacto .input-field label span.required {
	color: #BA1A1A !important;
}

.form-contacto .input-field input:focus+label,
.form-contacto .input-field input:valid+label,
.form-contacto .input-field input.not-empty+label {
	top: -1rem;
	font-size: 0.8rem;
}

.form-contacto .input-field .helper-text p {
	font-size: 0.8rem;
	color: #d32f2f;
	font-family: 'Quicksand';
	font-weight: 600;
	margin-top: 5px;
}

.form-contacto .btn-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.form-contacto .btn-container .send-btn {
	color: #fff;
	border: none;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	border-radius: 10em;
	border: 1px solid rgba(0, 76, 107, 0.80);
	background: #216487;
	box-shadow: 0px 6px 26px 0px #C1C7CE;
	font-size: 1.125rem;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	transition: all 0.3s ease;
}

.form-contacto .btn-container .send-btn:hover {
	background-color: #F5C969;
	border-color: #FAB900;
}

.form-contacto .ripple {
	position: relative;
	overflow: hidden;
}

.form-contacto .ripple-effect {
	position: absolute;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	width: 100px;
	height: 100px;
	transform: scale(0);
	animation: ripple-animation 1.5s linear forwards;
}

.send-btn.loading span {
	display: none;
}

.send-btn.loading .lds-ellipsis {
	display: inline-block;
}

.lds-ellipsis,
.lds-ellipsis i {
	box-sizing: border-box;
}

.lds-ellipsis {
	display: none;
	position: relative;
	width: 60px;
	height: 20px;
}

.lds-ellipsis i {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis i:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis i:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis i:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis i:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0) translate(-50%, -50%);
	}

	100% {
		transform: scale(1) translate(-50%, -50%);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1) translate(-50%, -50%);
	}

	100% {
		transform: scale(0) translate(-50%, -50%);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0) translate(-50%, -50%);
	}

	100% {
		transform: translate(24px, 0) translate(-50%, -50%);
	}
}

.inputs-error-dialog-container {
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.inputs-error-dialog {
	border-radius: 11.573px;
	border: 0.723px solid #C1C7CE;
	background: #FFF;
	box-shadow: 0px 2px 14px 0px #C1C7CE;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	height: 150px;
	padding: 5px 40px;
	margin: 20px 0px;
	gap: 20px;
}

.inputs-error-dialog svg {
	height: 80px;
	width: 80px;
}

.inputs-error-dialog .separator.red {
	height: calc(100% - 30px);
	width: 4px;
	background-color: #EB5D61;
}

.inputs-error-dialog p {
	color: #EB5D61;
	font-style: normal;
	font-weight: 600;
}

/* alerts */

.errors-container .form-errors {
	color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 32px;
	border: 2px #FFF;
	background: #EB5D61;
	max-width: 600px;
	width: 90%;
	padding: 26px 40px;
	transition: 0.3s ease all;
}

.errors-container .form-errors svg {
	max-width: 80px;
	width: 90%;
	color: #FFF;
}

.errors-container .form-errors p {
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
	font-weight: 500;
	text-wrap: balance;
}

.errors-container .form-errors p b {
	font-size: 1.5rem;
}

.errors-container .form-success {
	color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 32px;
	border: 2px solid #FFF;
	background: #02B799;
	max-width: 600px;
	width: 90%;
	padding: 26px 40px;
	transition: 0.3s ease all;
}

.errors-container .form-success svg {
	max-width: 80px;
	width: 90%;
	color: #FFF;
}

.errors-container .form-success p {
	font-size: 1rem;
	font-weight: 500;
	color: #FFF;
	font-weight: 500;
	text-wrap: balance;
}

.errors-container .form-success p b {
	font-size: 1.5rem;
}

/* end alerts */

/* popups */
.popups-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.popups-container .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 300px;
	border-radius: 24px;
	border: 2px solid #FFF;
	background: #FFF;
	box-shadow: 0px 2px 25px 0px #8C8E97;
	overflow: hidden;
	transition: all .3s ease;
	display: none;
}

.popups-container .popup .popup-header {
	display: flex;
	padding: 10px;
	border-radius: 24px 24px 0px 0px;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}

.popups-container .popup .close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.popups-container .popup.error .popup-header {
	background: url('../../images/preventa/error_bg_popup.png');
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.popups-container .popup.success .popup-header {
	background: url('../../images/preventa/success_bg_popup.png');
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.popups-container .popup .popup-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.popups-container .popup .popup-body .popup-title {
	font-weight: 700;
	margin-bottom: 15px;
}

.popups-container .popup .popup-body .popup-description {
	font-size: .875rem;
	font-weight: 500;
	color: #8C8E97;
}

.popups-container .popup .popup-body .success-btn {
	margin-top: 20px;
	font-size: 1rem;
	color: #FFF;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1.5px solid #BFEFE7;
	background: #02B799;
	box-shadow: 0px 3px 14px 0px #C1C7CE;
	max-width: 150px;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}

.popups-container .popup .popup-body .success-btn:hover {
	border: 1.5px solid #BFEFE7;
	background: transparent;
	color: #02B799;
}

.popups-container .popup .popup-body .error-btn {
	margin-top: 20px;
	font-size: 1rem;
	color: #FFF;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1.5px solid rgba(235, 93, 97, 0.28);
	background: linear-gradient(180deg, #F9A5A7 0%, #EB5D61 100%);
	box-shadow: 0px 3px 14px 0px #C1C7CE;
	transition: all .3s ease;
}

.popups-container .popup .popup-body .error-btn:hover {
	border: 1.5px solid rgba(235, 93, 97, 0.28);
	background: transparent;
	color: #EB5D61;
}

/* end popups */

.hours-section .hours-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4C657F;
}

.hours-section .hours-content .hours-title {
	position: relative;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.5rem;
}

.hours-section .hours-content .hours-description {
	font-size: 1rem;
	font-weight: 500;
}

.hours-section .hours-content .hours-title::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -33px;
	width: 25px;
	height: 25px;
	background: url('../../images/icons/calendar.svg') no-repeat center center;
	background-size: cover;
}

.nammi-car {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.bottom-car-section {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	z-index: 2;
}

.bottom-car-section .bottom-car-container {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	transition: all 0.8s ease-out;
	transform: translate3d(5%, 0, 0);
	opacity: 0;
}

.bottom-car-section .bottom-car-container img {
	height: auto !important;
}

.bottom-car-section.active .bottom-car-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* contact section end */


@media (max-width: 768px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.container {
		padding: 0px 50px;
	}

	.banner picture img {
		max-height: 500px;
	}

	.poder-electrico {
		top: unset;
		bottom: 130px;
		width: 60%;
	}

	.models-banner .poder-electrico {
		top: 70px;
		bottom: unset;
	}

	/* home section */

	.nammi-rotative {
		max-width: 400px;
	}

	.about-dongfeng .title-container .dongfeng.desktop {
		display: none !important;
	}


	.about-dongfeng-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


	.faqs-section .container {
		flex-direction: column;
	}

	.faqs-container:last-child {
		margin-top: 0px;
	}

	.faqs-section .faqs-container .faq-item-description p {
		font-size: 1rem;
	}

	.faqs-section .faqs-container .faq-item:last-child {
		margin-bottom: 20px;
	}

	.faqs-separator {
		display: none;
	}

	.about-dongfeng-container .content-container p {
		font-size: 1rem;
		text-align: center;
	}

	.about-dongfeng .container {
		flex-direction: column;
	}

	.about-dongfeng-container,
	.about-dongfeng-aside {
		width: 100%;

	}

	.about-dongfeng-aside img {
		margin: 0 auto;
	}

	/* end home section */

	/* models section */

	.banner.models-banner .buttons {
		bottom: 100px;
	}

	.characteristics {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		padding: 12px;
	}

	.characteristics .characteristic p {
		font-size: 1rem;
	}

	.characteristics .characteristic svg {
		width: 50px;
		height: 50px;
	}

	.highlight {
		width: 100%;
		flex: unset;
		max-width: 324px;
		margin: 0 auto;
	}

	.highlight .image {
		max-height: 200px;
	}

	/* end models section */

	/* contact section */

	.form-contacto-section form {
		margin-top: 58px;
	}

	.hours-section .hours-content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.hours-section .hours-content .hours-title {
		font-size: 1.25rem;
	}

	.hours-section .hours-content .hours-description {
		font-size: .875rem;
	}



	/* contact section end */


}


@media (max-width: 600px) {
	.container {
		padding: 0px 20px;
	}

	.poder-electrico {
		bottom: 100px;
		width: 80%;
	}

	/* home section */

	.about-dongfeng-container .content-container p {
		font-size: .875rem;
	}

	.nammi-map .map-container {
		height: 400px;
	}


	.faqs-section .faqs-container .faq-item-title p {
		max-width: 230px;
	}

	.faqs-section .faqs-container .faq-item-description p {
		font-size: .875rem;
	}

	/* end home section */

	/* models section */

	.banner.models-banner .banner-overlay {
		bottom: 0px;
	}

	.banner.models-banner .banner-video {
		min-height: 500px;
	}

	.banner.models-banner .poder-electrico {
		top: 100px;
		width: 100%;
	}

	.banner.models-banner .buttons {
		bottom: 100px;
	}

	.characteristics {
		gap: 1px;
		flex-wrap: nowrap;
		margin: 0 0;
		padding: 20px 10px;
		width: 100%;
		justify-content: center;
	}

	.characteristics .characteristic svg {
		width: 40px;
		height: 40px;
	}

	.characteristics .characteristic svg.autonomia {
		width: 50px;
		height: 40px;
	}

	.characteristics .characteristic svg.garantia {
		width: 36px;
		height: 40px;
	}

	.characteristics .characteristic p {
		font-size: .75rem;
		text-wrap: balance;
		padding: 0px 10px;
	}

	.characteristics .characteristic p span {
		font-size: 1rem;
	}

	.table-pricing {
		padding: 5px;
		font-size: .875rem;
	}

	.table-pricing th, .table-pricing td {
		padding: 10px;
	}

	.table-pricing td {
		font-size: .8125rem;
	}

	.table-pricing .price-container .price-value {
		font-size: .875rem;
	}

	/* end models section */

	/* contact section */

	.hours-section .hours-content {
		margin-left: 30px;
		justify-content: start;
		align-items: flex-start;
	}

	.hours-section .hours-content .hours-title {
		font-size: 1.25rem;
	}

	.hours-section .hours-content .hours-description {
		font-size: .875rem;
	}

	.banner .banner-overlay {
		bottom: 30px;
	}

	/* contact section end */
}

@media (min-width: 1024px) {
	.banner.models-banner .buttons {
		bottom: 140px;
	}
}

@media (min-width: 1025px) {
	.banner.models-banner .buttons {
		bottom: 200px;
	}
}

@media (min-width: 1920px) {
	.banner {
		margin: 0 auto;
		overflow: hidden;
	}

	.banner-image {
		max-height: 1500px;
	}

	.banner.models-banner .buttons {
		bottom: 300px;
	}

	.banner-video {
		max-height: unset;
	}
}
