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

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

@font-face {
  font-family: "ZeekrText-Thin";
  src: url("../fonts/ZeekrText-Thin.otf");
}

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

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

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

body {
  font-family: "ZeekrText-Regular";
  font-weight: 400;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  transition: 1s ease all;
  text-decoration: none;
}

nav a.nav-link {
  font-family: "ZeekrText-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  margin-left: 50px;
}

.banner-zeekr001,
.banner-inicio,
.banner-zeekrx {
  background-image: url("../images/inicio/banner-zeekr001.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.banner-inicio {
  background-image: url("../images/inicio/banner-inicio.jpg");
}

/* .banner-zeekr001::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent, #000);
  pointer-events: none;
} */

.banner-zeekr001 h1,
.banner-inicio h1 {
  font-family: "ZeekrHeadline-Regular";
  font-weight: 400;
  color: #ffffff;
  font-size: 45px;
}

.banner-zeekr001 h6 {
  font-family: "ZeekrHeadline-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
}

.banner-inicio h6 {
  font-family: "ZeekrText-Medium";
  font-weight: 500;
  color: #FFFFFF;
  font-size: 22px;
}

.banner-inicio .mt-15 {
  margin-top: 2%;
}

.banner-zeekr001 .mt-15 {
  margin-top: 2%;
}
.btn-banner-inicio,
.btn-banner-info {
  color: #FFF;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
  width: 135px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-banner-info:hover,
.btn-banner-inicio:hover {
  backdrop-filter: blur(8px);
}

.btn-banner-info {
  width: 168px;
}

.banner-zeekr001 .detalle {
  position: absolute;
  bottom: 10px;
  left: 5%;
}

.banner-zeekr001 .detalle h5 {
  font-family: "ZeekrText-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
}

.banner-zeekr001 .detalle p {
  font-family: "ZeekrText-Regular";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
}

a.btn-agenda-test-drive {
  width: 178px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #fbfbfb;
  background: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-family: "ZeekrText-Regular";
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-agenda-test-drive:hover {
  background: #e9eaea;
  backdrop-filter: blur(8px);
}

.informacion-principal {
  background: #f7f7f7;
  min-height: 238px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.informacion-principal h2,
.informacion-secundaria h2 {
  color: #000000;
  font-size: 44px;
  font-family: "ZeekrHeadline-Medium";
  font-weight: 500;
}

.informacion-principal h2 span {
  color: #ed8733;
  font-size: 44px;
  font-family: "ZeekrHeadline-Medium";
  font-weight: 500;
}

.informacion-principal2,
.informacion-principal3 {
  background-image: url("../images/inicio/banner-zeekr001.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 621px;
  padding-top: 10px;
  position: relative;
}

.informacion-principal2 h1,
.informacion-principal3 h1 {
  font-family: "ZeekrHeadline-Medium";
  font-weight: 500;
  color: #FFFFFF;
  font-size: 38px;
}

.informacion-principal2 h2,
.informacion-principal3 h2 {
  color: #ffffff;
  font-size: 23px;
  font-family: "ZeekrHeadline-Medium";
  font-weight: 500;
}

.informacion-principal2 h6,
.informacion-principal3 h6 {
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 20px;
  font-weight: 500;
}

.informacion-principal3 {
  background-image: url("../images/inicio/banner-zeekrx.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.diseno-innovador,
.tecnologia,
.transicion,
.comprar,
.urbano {
  background-image: url("../images/zeekr001/diseno-innovador.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 630px;
  position: relative;
}

.diseno-innovador::after,
.tecnologia::after,
.comprar::after,
.urbano::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, transparent, #000);
  pointer-events: none;
  z-index: 1;
}

.tecnologia {
  background-image: url("../images/zeekr001/tecnologia.jpg");
}

.transicion {
  background-image: url("../images/zeekr001/transicion.jpg");
}

.comprar {
  background-image: url("../images/zeekr001/comprar.jpg");
}

.diseno-innovador .info,
.tecnologia .info,
.transicion .info,
.comprar .info,
.urbano .info {
  position: absolute;
  width: 70%;
  left: 10%;
  bottom: 40px;
  z-index: 2;
}

.comprar .info {
  width: 60%;
}

.tecnologia .info {
  left: 15%;
}

.diseno-innovador h6,
.tecnologia h6,
.transicion h6,
.comprar h6,
.urbano h6 {
  color: #ffffff;
  font-family: "ZeekrText-Bold";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.diseno-innovador p,
.tecnologia p,
.transicion p,
.comprar p,
.urbano p {
  color: #fff;
  font-family: "ZeekrText-Medium";
  font-size: 16px;
  font-weight: 500;
}

.noticia-item a {
  color: #24292B;
  font-family: "ZeekrText-Medium";
  font-size: 19px;
  font-weight: 500;
}

.noticia-item:hover p {
  text-decoration: underline;
}

.noticia-item figure {
  width: 376px;
  height: 247px;
  overflow: hidden;
  margin: 0;
}

.noticia-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease all;
}

.noticia-item:hover figure img {
  transform: scale(1.1);
  transition: 1s ease all;
}

.noticia-item span {
  color: #24292B;
  font-family: "ZeekrText-Thin";
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.noticia-item p {
  color: #24292B;
  font-family: "ZeekrText-Medium";
  font-size: 19px;
  font-weight: 500;
}

/* footer */
.footer-contacto {
  min-height: 300px;
  background: #e4e0db;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.contacto-titulo {
  color: #24292b;
  font-family: "ZeekrHeadline-Regular";
  font-size: 44px;
  font-weight: 400;
  margin: 0;
}

.btn-mas-informacion {
  color: #24292b;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #24292b;
  width: 168px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.formulario-contacto {
  max-width: 700px;
}

.formulario-contacto p {
  color: #000;
  font-family: "ZeekrText-Thin";
  font-size: 14px;
  font-weight: 300;
}

.formulario-contacto input {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #909090;
  background: #FFF;
  color: #909090;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
}

.formulario-contacto .btn-enviar {
  width: 211px;
  height: 62px;
  border-radius: 4px;
  background: #BDBFBF;
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 18px;
  font-weight: 500;
}

.formulario-contacto .btn-enviar:hover {}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  height: 60px;
  appearance: none;
  padding-right: 40px;
  background-image: url("../images/varios/flecha-abajo.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  border: 1px solid #909090;
  border-radius: 4px;
  padding: 8px 16px;
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
}

.btn-atras {
  color: #24292B;
  text-align: center;
  font-family: "ZeekrText-Thin";
  font-size: 30px;
  font-weight: 300;
}

.btn-atras img {
  margin-top: -5px;
}


.footer2 {
  min-height: 301px;
  display: flex;
  background: #D7D0C8;
  align-items: center;
}

.footer2 li {
  list-style: none;
  margin-bottom: 10px;
}

.footer2 li a {
  color: #24292B;
  text-align: center;
  font-family: "ZeekrHeadline-Regular";
  font-size: 23px;
  font-weight: 400;
  list-style: none !important;
  margin-bottom: 10px;
  display: block;
  text-align: start;
}

.footer2 p {
  color: #000;
  font-family: "ZeekrText-Thin";
  font-size: 14px;
  font-weight: 300;
}

.footer2 .border-bottom-black {
  border-bottom: 2px solid #5A5A5A;
}

#tabs-container {
  transition: all 0.3s ease-in-out;
}

.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  border: none;
}

.color-button.active {
  border: 2px solid black;
}

#car-image {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.nav-tabs {
  border: none;
}

.nav-tabs li.li-inicio {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.nav-tabs .nav-link.active {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #24292B;
}

.nav-tabs .nav-link {
  color: #919495;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}

.tab-content {
  background: #F7F7F7;
}

.tab-content h6 {
  color: #ED8733;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
}

.tab-content h4,
.contenedor-carroceria h4 {
  color: #000;
  font-family: "ZeekrHeadline-Medium";
  font-size: 44px;
  font-weight: 500;
}

.contenedor-carroceria h4 {
  color: #ffffff;
}

.tab-content p {
  color: #000;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
}

.color-selector {
  font-family: "ZeekrText-Regular";
  font-weight: 400;
  font-size: 20px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.color-buttons {
  display: flex;
  gap: 10px;
}

.color-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
}

.color-button:hover {
  transform: scale(1.2);
}

.color-button[style*="white"] {
  border: 1px solid #DCDCDC;
}

.img-caracteristica {
  width: 100%;
  object-fit: cover;
}

.tarjeta-caracteristica {
  background: #121215;
  display: flex;
  padding: 50px 80px;
  height: 100%;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.tarjeta-caracteristica h6 {
  color: #FFF;
  font-family: "ZeekrText-Bold";
  font-size: 24px;
  font-weight: 700;
}

.tarjeta-caracteristica p {
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 16px;
  font-weight: 500;
}

.contenedor-carroceria {
  background: #121215;
}

#carouselExterior .carousel-item img,
#carouselInterior .carousel-item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.slider-text-container {
  padding: 50px 0;
}

.slider-title {
  color: #FFFFFF;
  font-family: "ZeekrText-Bold";
  font-size: 24px;
  font-weight: 700;
}

.slider-description {
  color: #FFFFFF;
  font-family: "ZeekrText-Medium";
  font-size: 20px;
  font-weight: 500;
}

.slider-counter {
  color: #FFFFFF;
  font-family: "ZeekrText-Medium";
  font-size: 27px;
  font-weight: 500;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url("../images/zeekr001/flecha-derecha.svg");
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
}

.carousel-control-prev-icon {
  background-image: url("../images/zeekr001/flecha-izquierda.svg");
  width: 50px;
  height: 50px;
  left: 0;
  position: absolute;
}

.linea {
  width: 100%;
  height: 5px;
  display: flex;
}

.linea .blanco {
  flex: 1;
  background-color: white;
}

.linea .gris {
  flex: 1;
  background-color: #909090;
}

/* Comparacion */
.contenido-comparacion {
  background: #121215;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contenido-comparacion h6 {
  color: #ED8733;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
}

.contenido-comparacion h2 {
  color: #FFFFFF;
  font-family: "ZeekrHeadline-Medium";
  font-size: 44px;
  font-weight: 500;
}

.contenido-comparacion h4 {
  color: #FFF;
  font-family: "ZeekrHeadline-Medium";
  font-size: 29px;
  font-weight: 500;
}

.contenido-comparacion h5 {
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 20px;
  font-weight: 500;
}

.contenido-comparacion p {
  color: #919495;
  font-family: "ZeekrText-Medium";
  font-size: 14px;
  font-weight: 500;
}

.contenido-comparacion .btn-ficha-tecnica {
  width: 178px;
  height: 59px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #000000;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dimension-detalle .linea-blanco {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

.dimension-detalle .circle-icon {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ED8733;
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 23px;
  font-weight: 500;
  border-radius: 50%;
  flex-shrink: 0;
}

.dimension-detalle p,
.dimension-detalle span {
  color: #FFF;
  font-family: "ZeekrText-Medium";
  font-size: 20px;
  font-weight: 500;
}

.contenedor-inteligente {
  background-color: #FFFFFF;
}

.contenedor-inteligente .slider-counter,
.contenedor-inteligente .slider-title,
.contenedor-inteligente .slider-description {
  color: #000000;
}

.inteligente-item {
  background: #F1EFEB;
  max-width: 500px;
}

.inteligente-item .info {
  padding: 30px 30px 0 30px;
  min-height: 200px;
}

.info-prestacion {
  padding: 30px;
  min-height: auto;
}

.inteligente-item h6 {
  color: #000;
  font-family: "ZeekrText-Medium";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inteligente-item p {
  color: #5A5A5A;
  font-size: 14px;
  font-family: "ZeekrText-Regular";
  font-weight: 400;
}

/* Slider de Prestaciones-Motores */
.slider-container-motores {
  margin: 30px auto;
}

.slider-container-motores .slider-text {
  background-color: #FFFFFF;
  height: 475px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.slider-container-motores .slider-text h2 {
  color: #000;
  font-family: "ZeekrHeadline-Medium";
  font-size: 32px;
  font-weight: 500;
}

.slider-container-motores .slider-text p {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
}

.slider-container-motores .slider-text .btn {
  margin-top: 15px;
  color: #ED8733;
  font-family: "ZeekrText-Medium";
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding-left: 0;
}

.slider-container-motores .video-preview {
  position: relative;
  cursor: pointer;
  max-width: 600px;
  height: 475px;
  padding-left: 0;
}

.slider-container-motores .video-preview img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-container-motores .video-preview::before {
  content: '';
  background-image: url("../images/zeekr001/play.svg");
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.slider-container-motores .slider-controls {
  margin-top: 80px;
}

.slider-container-motores .slider-controls span#slider-counter {
  color: #909090;
  font-family: "ZeekrText-Medium";
  font-size: 27px;
  font-weight: 500;
}

.slider-container-motores .carousel-control-prev-icon {
  background-image: url("../images/zeekr001/ant.svg");
  width: 33px;
  height: 33px;
  position: relative;
}

.slider-container-motores .carousel-control-next-icon {
  background-image: url("../images/zeekr001/sig.svg");
  width: 33px;
  height: 33px;
  position: relative;
}

.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.modal-body video {
  max-width: 100%;
  height: auto;
}

.btn-close,
.btn-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1051;
  cursor: pointer;
}

/* PERFORMANCE */
.contendor-performance h5 {
  color: #FFF;
  font-family: "ZeekrText-Bold";
  font-size: 24px;
  font-weight: 700;
}

.contendor-performance .border-orange {
  border-color: #ED8733 !important;
}

.contendor-performance ul li {
  color: #ED8733;
  font-family: "ZeekrText-Medium";
  font-size: 38px;
  font-weight: 500;
}

/* CAROUSEL BATERIA Y MOTOR */
#carouselBateria .carousel .carousel-inner {
  height: 550px;
}

#carouselBateria .carousel .carousel-inner .carousel-item {
  height: 550px;
}

#carouselBateria .slide-content {
  height: 550px;
  width: 100%;
  padding: 20px;
}

#carouselBateria .slide-image {
  height: 386px;
  object-fit: cover;
}

#carouselBateria .carousel-control-prev,
#carouselBateria .carousel-control-next {
  display: none;
}

#carouselBateria .carousel-control-prev-icon {
  background-image: url("../images/zeekr001/flecha-izquierda-gris.svg");
  width: 60px;
  height: 60px;
  left: auto;
}

#carouselBateria .carousel-control-next-icon {
  background-image: url("../images/zeekr001/flecha-derecha-gris.svg");
  width: 60px;
  height: 60px;
  right: auto;
}

#carouselBateria #slideBateria:hover .carousel-control-next,
#carouselBateria #slideMotor:hover .carousel-control-prev {
  display: block;
}

#carouselBateria .carousel-indicators {
  position: relative;
}

#carouselBateria .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

#carouselBateria .carousel-indicators .active {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 12px;
  height: 12px;
}

#carouselBateria h4 {
  color: #000;
  font-family: "ZeekrText-Regular";
  font-size: 24px;
  font-weight: 400;
}

#carouselBateria p {
  color: #919495;
  font-family: "ZeekrText-Bold";
  font-size: 24px;
  font-weight: 700;
}

/* Sticky menu styles */
.sticky-menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#menu ul {
  width: 100%;
  padding-left: 5%;
  position: relative;
}

#menu ul li.li-inicio {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

#menu .nav-pills .nav-link,
#menu .nav-pills .show>.nav-link {
  color: #919495;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}

#menu .nav-pills .nav-link.active {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #24292B;
  background-color: transparent;
}

/* ZEEKR 001 */
.banner-zeekrx {
  background-image: url("../images/inicio/banner-zeekrx.jpg");
}

.urbano {
  background-image: url("../images/zeekrx/urbano.jpg");
}

.tecnologiax {
  background-image: url("../images/zeekrx/tecnologia.jpg");
}

.transicionx {
  background-image: url("../images/zeekrx/transicion.jpg");
}

.comprarx {
  background-image: url("../images/zeekrx/comprarx.jpg");
}

.btn-mas-informacion2 {
  border: 1px solid #5A5A5A;
  color: #5A5A5A;
  font-size: 14px;
}

.btn-mas-informacion2:hover {
  border: 1px solid #5A5A5A;
  color: #5A5A5A;
}

.inteligente-item2 .info {
  min-height: 280px;
}

#modalContacto .modal-body {
  padding: 15px;
  background-color: transparent;
}

/* NOSOTROS */
.banner-nosotros {
  background-image: url("../images/nosotros/banner-nosotros.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.banner-nosotros h1 {
  color: #FFF;
  font-family: "ZeekrHeadline-Regular";
  font-size: 55px;
  font-weight: 400;
}

.info-principal-nosotros {
  display: flex;
  align-items: center;
  height: calc(100vh - 60px);
}

.zeekr-letras {
  background: #F1EFEB;
  min-height: 527px;
}

.linea-negra {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 50px;
}

.letra-item h6 {
  color: #24292B;
  font-family: "ZeekrText-Medium";
  font-size: 39px;
  font-weight: 500;
}

.letra-item p {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.holding {
  background: #F1EFEB;
  padding-top: 50px;
  padding-bottom: 50px;
}

.holding h2 {
  color: #24292B;
  font-family: "ZeekrHeadline-Medium";
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}

.holding p {
  color: #383838;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
}

.btn-conocer-mas,
.btn-conocer-mas:hover {
  color: #383838;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border-bottom: #383838;
  border-bottom: 1px solid #383838;
  border-radius: 0;
}

.nosotros-manufactura {
  background: #121215;
}

.nosotros-manufactura .slider-container-motores {
  margin: 0 auto;
}

.nosotros-manufactura .slider-container-motores .slider-text {
  background-color: #121215;
  padding-top: 0;
  height: 583px;
}

.nosotros-manufactura .slider-container-motores .slider-text h2 {
  color: #FFFFFF;
  font-size: 44px;
  margin-bottom: 30px;
}

.nosotros-manufactura .slider-container-motores .slider-text p {
  color: #FFFFFF;
  font-family: "ZeekrText-Bold";
  font-size: 17px;
  font-weight: 700;
}

.nosotros-manufactura .slider-container-motores .video-preview {
  height: 583px;
  max-width: 100%;
}

.nosotros-manufactura .slider-container-motores .slider-controls.mt-250px {
  margin-top: 250px;
}

.nosotros-manufactura .slider-container-motores .slider-controls span#slider-counter {
  color: #FFF;
  font-family: "ZeekrText-Regular";
  font-size: 13px;
  font-weight: 400;
}

.nosotros-manufactura .slider-container-motores .carousel-control-prev-icon {
  background-image: url(../images/nosotros/flecha-izquierda.svg);
  width: 40px;
  height: 40px;
}

.nosotros-manufactura .slider-container-motores .carousel-control-next-icon {
  background-image: url(../images/nosotros/flecha-derecha.svg);
  width: 40px;
  height: 40px;
}

.contenedor-nuestros-valores h1 {
  color: #000;
  font-family: "ZeekrHeadline-Medium";
  font-size: 44px;
  font-weight: 500;
}

.contenedor-nuestros-valores h5 {
  color: #000;
  font-family: "ZeekrText-Medium";
  font-size: 20px;
  font-weight: 500;
}

#customCarouselValores .carousel-item img.img-auto {
  width: 100% !important;
  height: 550px !important;
  object-fit: cover !important
}

#customCarouselValores .carousel-item:last-child .img-auto {
  width: 100% !important;
  height: 550px !important;
  object-fit: cover;
}

#customCarouselValores .carousel-control-next-icon {
  background-image: url(../images/zeekr001/flecha-derecha-gris.svg) !important;
  right: 15px;
}

#customCarouselValores .carousel-control-prev-icon {
  background-image: url(../images/zeekr001/flecha-izquierda-gris.svg) !important;
  left: 15px;
}

#customCarouselValores .carousel-control-next,
#customCarouselValores .carousel-control-prev {
  opacity: 1;
}

#customCarouselValores .text-section {
  text-align: start;
  padding-left: 0;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}


#customCarouselValores .text-section h2 {
  margin: 10px 0;
  color: #000;
  font-family: "ZeekrText-Medium";
  font-size: 24px;
  font-weight: 500;
}

#customCarouselValores .text-section p {
  color: #000;
  font-family: "ZeekrText-Regular";
  font-size: 16px;
  font-weight: 400;
}

#customCarouselValores .slide-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

#customCarouselValores .progress-bar-custom {
  height: 5px;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#customCarouselValores .progress-bar-custom .progress {
  height: 100%;
  background-color: #ED8733;
  transition: width 0.6s ease, margin-left 0.6s ease;
}

#customCarouselValores .carousel-item:last-child {
  width: 100% !important;
  margin-left: 0;
}

/* TEST DRIVE */
.test-drive-header nav a.nav-link {
  color: #121215;
}

.test-drive-header h1 {
  color: #24292B;
  font-family: "ZeekrHeadline-Medium";
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.test-drive-modelo h2 {
  color: #24292B;
  font-family: "ZeekrHeadline-Medium";
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}

.test-drive-modelo .btn,
.test-drive-modelo .btn-outline-primary {
  display: block;
  margin-bottom: 10px;
  width: 370px;
  height: 62px;
  border-radius: 5px;
  border: 1px solid #919495 !important;
  background: #FFF !important;
  color: #121215 !important;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
}

.test-drive-modelo .active {
  border-radius: 5px;
  border: 2px solid #000 !important;
  background: #FFF !important;
  color: #121215 !important;
  font-family: "ZeekrText-Regular";
  font-size: 18px;
  font-weight: 400;
}

.test-drive-modelo .image-container img {
  max-width: 100%;
  height: 391px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.test-drive-modelo .formulario-contacto {
  max-width: 100%;
}

.test-drive-modelo .formulario-contacto .form-check-input {
  width: 27px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #909090;
  background: #FFF;
}

.test-drive-modelo .formulario-contacto .form-check-input:checked {
  background-color: #909090;
  border-color: #24292B;
}

.test-drive-modelo .formulario-contacto .form-check-label {
  color: #24292B;
  font-family: "ZeekrText-Regular";
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.test-drive-modelo .formulario-contacto .btn-enviar {
  width: 325px;
  height: 62px;
  border-radius: 4px;
  background: #BDBFBF !important;
  color: #FFF !important;
  font-family: "ZeekrText-Medium";
  font-size: 18px;
  font-weight: 500;
}

.contenedor-politica .nav-pills {
  width: 30%;
  max-width: 300px;
  margin-right: 20px;
}

.contenedor-politica .tab-content {
  width: 70%;
  background: #FFFFFF;
}

.contenedor-politica .d-flex {
  align-items: flex-start;
}

.contenedor-politica .tab-pane {
  min-height: 400px;
}

.contenedor-politica .nav-link {
  text-align: left;
}

.contenedor-politica .tab-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contenedor-politica .nav-pills .nav-link {
  color: #121212;
  font-size: 18px;
}

.contenedor-politica .nav-pills .nav-link.active,
.contenedor-politica .nav-pills .show>.nav-link {
  background-color: #f5f5f5;
  color: #ed8733;
}

.contenedor-politica .tab-content p {
  color: #121212;
}

.contenedor-politica .tab-content p strong {
  font-weight: 400 !important;
  color: #000000;
  font-size: 17px;
}

.contenedor-politica .table-responsive {
  border: 1px solid #24292b;
}

.contenedor-politica .table-responsive h5 {
  background: #d7d0c8;
  border-bottom: 1px solid #24292B;
  padding: 15px;
}

.contenedor-politica .table-responsive p {
  padding-left: 15px;
  padding-right: 15px;
}

.contenedor-politica table.table {
  padding: 15px;
  width: 96%;
  margin: 0 auto;
}

.contenedor-politica .table-bordered {
  border: 1px solid #24292B;
}

.politica-privacidad {
  color: #000000;
  text-decoration: underline;
}

.contenedor-ultimas-noticias .noticia-item figure {
  width: 544px;
  height: 415px;
}

.noticia-interna .noticia-item span {
  font-family: "ZeekrText-Medium";
  font-size: 19px;
  font-weight: 500;
}

.noticia-interna .noticia-item img {
  object-fit: contain;
  height: 610px;
  display: block;
  margin: 30px auto;
}

.noticia-interna .noticia-item p {
  text-decoration: none;
  margin-bottom: 20px;
}
.noticia-interna .noticia-item p strong{
  font-family: "ZeekrText-Bold";
  font-weight: 700;
}