@font-face {
  font-family: Kia-Signature;
  font-weight: 400;
  src: url("../fonts/KiaSignatureOTFRegular.otf");
}

@font-face {
  font-family: Kia-Signature;
  font-weight: 600;
  src: url("../fonts/KiaSignatureOTFBold.otf");
}

@font-face {
  font-family: Kia-Signature;
  font-weight: 300;
  src: url("../fonts/KiaSignatureOTFLight.otf");
}

* {
  font-family: Kia-Signature;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

/* Landing 1 */

.kl-header {
  background: url(../img/kl-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 230px;
  position: relative;
}

.kl-header-content {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}

.kl-header-content h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.kl-header-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.01em;
}

.kl-header-content .kia-logo-header {
  margin-bottom: 15px;
  width: 300px;
}

.kl-header-content .arrow-down {
  margin-top: 35px;
  z-index: 999;
}

@media (min-width: 1600px) {
  .arrow-down {
    margin-top: 0 !important;
  }
}

@media (min-width: 750px) {
  .kl-header {
    background: linear-gradient(180deg,
        rgba(5, 20, 31, 0.152) 0%,
        rgba(5, 20, 31, 0.1) 97.92%),
      url(../img/kl-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    background-position: center center;
  }
}

@media (max-width: 750px) {
  .kl-header {
    height: 400px;
    background: linear-gradient(180deg,
        rgba(5, 20, 31, 0.152) 0%,
        rgba(5, 20, 31, 0.1) 97.92%),
      url(../img/k2500-M.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .kl-header-content .header img {
    height: 80px;
  }

  .kl-header-content .arrow-down {
    margin-bottom: 35px;
  }

  .kl-header-content {
    display: none
  }
}

@media (min-width: 1200px) {
  .kl-header-content {
    top: 5%;
  }

  .kl-header-content h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.02em;

    color: #ffffff;
  }

  .kl-header-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    text-align: center;

    color: #ffffff;
  }
}

.bg-azul-kia {
  background-color: #05141f;
  text-align: center;
  padding-bottom: 95px;
}

.bg-azul-kia .bg-azul-kia-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.017em;

  color: rgba(255, 255, 255, 0.85);
  padding: 20px 0;
}

@media (min-width: 750px) {
  .bg-azul-kia .bg-azul-kia-text {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.017em;

    color: rgba(255, 255, 255, 0.85);
    padding: 35px 0;
  }
}

.kl-banner-wrapper {
  margin: 30px;
  padding-bottom: 25px;
  background-image: url("../img/kl-desk.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  min-height: 210px;
}

@media (min-width: 750px) {
  .kl-banner-content {
    position: relative;
  }
}

.kl-banner-wrapper .kl-banner {
  width: 100%;
  height: auto;
}

.kl-banner-content .kl-line-mobile {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 83%;
}

@media (min-width: 390px) {
  .kl-banner-wrapper {
    min-height: 240px;
  }

  .kl-banner-content .kl-line-mobile {
    top: 84%;
  }
}

@media (min-width: 750px) {
  .kl-banner-content .kl-line-mobile {
    display: none;
  }
}

.kl-line-desktop {
  display: none;
  top: 545px;
  right: 170px;
  position: absolute;
  width: 750px;
  height: 150px;
}

@media (min-width: 1500px) {
  .kl-line-desktop {
    width: 1200px;
    top: 600px;
  }
}

@media (max-width: 1250px) {
  .kl-line-desktop {
    top: 450px;
    right: 180px;
    position: absolute;
    width: 800px;
    height: 200px;
  }
}

@media (max-width: 1000px) {
  .kl-line-desktop {
    top: 410px;
    right: 100px;
    position: absolute;
    width: 800px;
    height: 200px;
  }
}

@media (min-width: 750px) {
  .kl-banner-wrapper {
    padding: 0;
    margin: 3.2vw 2.776vw 0 5.5vw;
    height: 92.5%;
    background-image: url(../img/kl-desk.jpg);
  }

  .kl-line-desktop {
    display: inline;
  }
}

.form-box {
  margin: 0 30px;
  padding: 20px 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
}

@media (min-width: 750px) {
  .form-box {
    padding: 1.943vw 2.637vw 1.943vw 2.221vw;
    margin: 3.192vw 5.5vw 0 0 !important;
  }
}

.grupo-input {
  padding-top: 20px;
  align-items: flex-start;
  color: #fff;
}

.grupo-input input {
  width: 100%;
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.grupo-input label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  color: #ffffff;
}

@media (min-width: 750px) {
  .grupo-input {
    padding-top: 2.082vw;
  }
}

.grupo-input input::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
}

.grupo-input input:focus {
  color: #fff;
  outline: none;
  border: none;
  border-bottom: 1px solid #8a8989;
}

input[type="date"]::before {
  content: attr(placeholder);
  position: absolute;
}

input[type="date"] {
  color: #ffffff;
}

input[type="date"]:focus,
input[type="date"]:valid {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "";
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
  padding: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../img/arrow-down-select.png);
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: #05141f;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 2px;
}

select:focus {
  color: #fff;
  outline: none;
  border: none;
  border-bottom: 1px solid #8a8989;
}

.form-check {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-align: left;
  align-items: center;
  display: flex;
  padding-top: 15px;
}

.form-check label {
  padding-left: 10px;
}

.form-check-input {
  background-color: #05141f;
  border: 1px solid #fff;
  flex-shrink: 0;
  width: 1.3em;
  height: 1.3em;
  transition: all 0.3s ease-in-out;
}

.form-check-input:checked {
  border: 1px solid rgb(70, 69, 69);
  background-color: #05141f;
  outline: none;
}

@media (min-width: 750px) {
  .form-check-group {
    padding-top: 2vw;
  }

  .form-check {
    padding-top: 0;
    padding-bottom: 1.2vw;
  }
}

.kl-button {
  background: #fff;
  border-radius: 2px;
  color: #05141f;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.003em;
  border: none;
  outline: none;
  padding: 8.5px 48px;
  transition: 0.2s all ease-in-out;
  border: 1px solid #fff;
}

@media (min-width: 750px) {
  .kl-button {
    width: 100%;
    padding: 13px 0;
  }
}

.button-wrapper {
  margin-top: 35px;
}

@media (min-width: 750px) {
  .button-wrapper {
    margin-top: 0;
  }
}

.kl-button:hover {
  background-color: #05141f;
  color: #fff;
  border: 1px solid #fff;
}

/* Pagina Thank you */

.ty-kia-logo {
  width: 200;
  height: 120px;
}

.ty-main {
  min-height: 100vh;
  background-color: #05141f;
}

.ty-header-wrapper {
  background-image: url(../img/kl-header.jpg);
  background-repeat: no-repeat;
  height: 275px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ty-header-content {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}

.ty-header-text {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 20px 31px;
  margin-top: 40px;
}

.carta-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.carta {
  padding: 0 30px;
}

.carta-line {
  border: 2px solid rgba(255, 255, 255, 0.6);
  transform: rotate(180deg);
  width: 70px;
}

.ty-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  /* or 139% */

  text-align: center;
  letter-spacing: -0.02em;

  color: rgba(255, 255, 255, 0.7);
  padding: 0 45px;
  padding-top: 40px;
}

.ty-line {
  margin-top: 100px;
  width: 100%;
}

/* Landing 2 */
.l2-header-img {
  text-align: center;
  background: url(../img/l2-header.png);
  height: 133vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.l2-header-text {
  color: #fff;
  padding-top: 30px;
}

.l2-header-text h1 {
  font-weight: 600;
  font-size: 47px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;

  color: #ffffff;
}

.l2-header-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;
}

@media (min-width: 750px) {
  .l2-header-img {
    background: url(../img/Desktop/l2-header-d.png);
    height: 38.168vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .l2-header-text {
    padding-top: 15px;
  }
}

@media (min-width: 1000px) {
  .l2-header-img {
    text-align: left;
  }

  .l2-logo {
    padding-left: 5.552vw;
  }

  .l2-header-text h1,
  .l2-header-text p {
    text-align: left;
    padding-left: 5.552vw;
  }

  .l2-header-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;

    color: #ffffff;
  }

  .l2-header-text h1 {
    font-size: 92px;
    line-height: 100px;
    /* identical to box height */

    letter-spacing: -0.02em;

    color: #ffffff;
  }
}

.l2-logo {
  margin: 0 auto;
  padding-top: 22px;
}

.l2-arrow-down {
  bottom: -2%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.l2-conoce-mas {
  background-color: #05141f;
  padding-bottom: 40px;
}

.l2-conoce-mas h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.025em;

  color: rgba(255, 255, 255, 0.7);
  padding-top: 60px;
  padding-bottom: 20px;
}

.l2-conoce-mas video {
  margin: 0 auto;
  display: block;
  width: 320px;
  height: 240px;
}

@media (min-width: 750px) {
  .l2-conoce-mas h1 {
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.025em;

    color: rgba(255, 255, 255, 0.7);
  }

  .l2-conoce-mas video {
    width: 85%;
    height: 523px;
    padding-bottom: 50px;
  }
}

.l2-img-wrapper {
  background-image: url(../img/l2-img.png);
  margin: 20px 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.l2-img-content {
  height: 240px;
}

@media (min-width: 750px) {
  .l2-img-wrapper {
    background-image: url(../img/Desktop/l2-row-d.png);
    margin: 3.2vw 2.776vw 0 5.5vw;
    height: 92.5%;
    background-size: contain;
  }

  .l2-img-content {
    width: 100%;
    height: 100%;
  }
}

.slider-img-wrapper {
  width: 100%;
  height: 285px;
  background-image: url(../img/l2-slider-main.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .slider-img-wrapper {
    background-image: url(../img/Desktop/l2-slider-img-2.png);
    height: 690px;
  }
}

.owl-img-container {
  height: 140px;
}

@media (min-width: 750px) {
  .owl-img-container {
    height: 100%;
  }
}

@media (min-width: 450px) {
  .l2-owl-carousel {
    max-width: 73.5%;
    margin: 0 auto;
    margin-bottom: 4.858vw;
  }
}

.l2-footer {
  padding: 50px 25vw;
  background-color: #05141f;
}

@media (min-width: 750px) {
  .l2-footer {
    padding: 50px 35vw;
  }
}

@media (min-width: 1000px) {
  .l2-footer {
    padding: 50px 40vw;
  }
}

@media (min-width: 1400px) {
  .l2-footer {
    padding: 50px 43.72vw;
  }
}

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

@media (min-width: 750px) {
  .l2-rows {
    margin-bottom: 7.5vw !important;
  }
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: -15%;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 10%;
  right: -7%;
  display: block !important;
  border: 0px solid black;
}

.a-next {
  width: 7vw;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
}

.a-prev {
  width: 7vw;
}

@media (min-width: 1000px) {
  .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    left: -10%;
    display: block !important;
    border: 0px solid black;
  }

  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: -5%;
    display: block !important;
    border: 0px solid black;
  }

  .a-next {
    width: 4.858vw;
  }

  .a-prev {
    width: 4.858vw;
  }
}

.dark-line-wrapper {
  background-image: url(../img/l2-dark-line.svg);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-size: 100%;
}

.dark-line-content {
  height: 80px;
}

@media (min-width: 750px) {
  .dark-line-wrapper {
    display: none;
  }
}

.linea-blanca-1 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

@media (min-width: 1000px) {
  .linea-blanca-1 {
    display: inline;
  }
}

.linea-blanca-2 {
  position: absolute;
  top: 0%;
  right: 0;
  display: none;
}

@media (min-width: 1000px) {
  .linea-blanca-2 {
    display: inline;
  }
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  margin: 0 80px;
}

.video-wrapper iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 500px) {
  .video-wrapper {
    margin: 0 20px;
  }
}