@font-face {
  font-family: "BMWTypeNextLatin";
  src: url("./fonts/BMWTypeNextLatin-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeNextLatin";
  src: url("./fonts/BMWTypeNextLatin-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeNextLatin";
  src: url("./fonts/BMWTypeNextLatin-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeNextLatin";
  src: url("./fonts/BMWTypeNextLatin-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "BMWTypeNextLatin" !important;
}

.main {
  position: relative;
  display: flex;
  background-image: url(../img/bmw-main-bg.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 800px;
  align-items: center;
  justify-content: space-between;
}

.header {
  position: absolute;
  margin: 0 24px;
  border-bottom: 1px solid #f2f4f8;
  width: 100%;
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-between;
  align-items: center;
  padding: 16px 102px;
  top: 0;
  z-index: 5;
}

.header p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin: 0;
}

.header img {
  max-width: 204px;
}

.form {
  max-width: 368px;
  width: 100%;
  height: 800px;
  background: rgba(255, 250, 250, 0.07);
  backdrop-filter: blur(14.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.thanks {
  text-align: center;
}

.form-ctn {
  max-width: 268px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

.form-ctn form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-form input[type="text"],
.main-form input[type="tel"],
.main-form input[type="email"] {
  border-radius: 4px;
  color: white;
  border: 1px solid #fff;
  background: transparent;
  min-height: 48px;
  padding: 0px 20px;
}

.main-form input[type="text"]::placeholder,
.main-form input[type="tel"]::placeholder,
.main-form input[type="email"]::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.525px;
  color: white;
  font-family: "BMWTypeNextLatin" !important;
}

.form-topo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.525px;
}

.form-ctn h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 13px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.1%;
}

.cbox {
  display: flex;
  margin: 12px 0;
  gap: 6px;
  align-items: start;
}

.cbox label {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}

form button {
  border-radius: 4px;
  background: #1c69d4;
  padding: 14px 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  color: white;
  border: none;
  font-family: "BMWTypeNextLatin" !important;
}

.main-txt {
  padding-left: 120px;
  color: white;
}

.main-txt span {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 125.1%;
}

.main-txt h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.1%;
  margin: 0;
}

.main-txt p {
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 125.1%;
  margin: 0;
  max-width: 235px;
}

.precio-ctn {
  margin-top: 1rem;
  max-width: 200px;
  padding-top: 0.5rem;
  border-top: 1px solid white;
}

.precio-ctn span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125.1%;
}

.precio-ctn p {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.1%;
}

.precio-ctn div div {
  font-size: 15.523px;
  font-style: normal;
  font-weight: 300;
  line-height: 125.1%;
}

.precio-ctn div span {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 125.1%;
}

.div-precio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.div-precio div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.sec2 {
  background: #f6f6f6;
  padding: 40px 120px;
  display: flex;
  justify-content: center;
}

.icons-ctn {
  display: flex;
  gap: 40px;
}

.icon-row {
  display: flex;
  gap: 40px;
}

.icon-row div {
  display: flex;
  flex-direction: column;
  min-width: 270px;
  padding: 24px 0px;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125.1%;
  color: #282830;
  text-align: center;
}

.sec3 {
  background: #f6f6f6;
  padding: 0px 120px 60px 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullets-ctn {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bullets {
  max-width: 400px;
}

.car-model {
  max-width: 600px;
}

.design {
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.exterior {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.exterior span {
  text-align: center;
}

.exterior p {
  margin: 0;
  max-width: 920px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #262626;
}

.exterior div {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.exterior div img {
  max-width: 50%;
}

.interior {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.interior span {
  text-align: center;
}

.interior p {
  margin: 0;
  max-width: 900px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #262626;
}

.interior div {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.interior div img {
  max-width: 33%;
}

.banner {
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 120px;
}

.banner div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  max-width: 410px;
}

.banner div span {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.1%;
  color: white;
}

.banner div p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  color: white;
}

.banner div a {
}

.sec-form {
  padding: 80px 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sec-form h4 {
  margin: 0;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.1%;
  color: #262626;
  text-align: center;
}

.prueba {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #c2c2c2 !important;
  background: transparent;
  min-height: 48px;
  padding: 0px 20px;
}

.prueba input[type="text"] {
  border-radius: 4px;
  border: 1px solid #c2c2c2 !important;
  background: transparent;
  min-height: 48px;
  padding: 0px 20px;
}

.prueba input[type="text"]::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.525px;
  color: #858585;
}

.prueba form input[type="text"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="email"]::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.525px;
  color: #858585;
}

.duo-input {
  width: 100%;
  display: flex;
  gap: 12px;
}

.duo-input input {
  width: 50%;
}

.prueba .cbox label {
  color: #858585;
}

.footer {
  padding: 0px 120px 100px 120px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.footer div {
  display: flex;
  gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #262626;
}

.footer img {
  max-width: 57px;
}

.footer p {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #727272;
}

.banner-mob {
  display: none;
}

.banner div a {
  border-radius: 4px;
  background: #1c69d4;
  padding: 14px 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  color: white;
  border: none;
  font-family: "BMWTypeNextLatin" !important;
  text-decoration: none;
  text-align: center;
  max-width: 170px;
}

.bullets-ctn a {
  border-radius: 4px;
  border: 1px solid #262626;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #262626;
  text-decoration: none;
  text-align: center;
  max-width: 170px;
  padding: 14px 40px;
}

@media (max-width: 576px) {
  .main-txt span {
    font-size: 18px;
  }

  .main-txt h1 {
    font-size: 36px;
  }

  .main-txt p {
    font-size: 16px;
  }

  .header {
    padding: 0.5rem 0;
    justify-content: center;
    border-bottom: none;
  }

  .div-precio p {
    font-size: 42px;
  }

  .main {
    flex-direction: column;
    padding-top: 70px;
    align-items: start;
    background-image: url(../img/mainbg-mob.jpg);
    min-height: 1000px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }

  .form {
    background-image: url(../img/formbg-mob.jpg);
    background-size: cover;
    border-radius: 32px 32px 0px 0px;
    background-position: center;
  }

  .main-txt {
    padding-left: 70px;
  }

  .header p {
    display: none;
  }

  .form {
    max-width: none;
    height: auto;
  }

  .form-ctn {
    max-width: none;
    padding: 28px 24px;
  }

  .icon-row {
    flex-direction: column;
  }

  .sec3 {
    flex-direction: column;
  }

  .exterior div {
    flex-direction: column;
  }

  .exterior div img {
    width: 100%;
    max-width: none;
  }

  .interior div img {
    width: 100%;
    max-width: none;
  }

  .interior div {
    flex-direction: column;
  }

  .banner {
    background-image: url(../img/bannerbg-mob.jpg);
  }

  .sec2 {
    padding: 40px 24px;
  }

  .icon-row div {
    min-width: auto;
  }

  .icons-ctn {
    justify-content: center;
  }

  .sec3 {
    padding: 40px 24px 60px 24px;
  }

  .bullets {
    max-width: 340px;
  }

  .car-model {
    max-width: 300px;
  }

  .sec-form {
    padding: 80px 24px;
  }

  .footer {
    padding: 40px 24px 80px 24px;
  }

  .design {
    padding: 40px 24px;
    gap: 60px;
  }

  .banner {
    background-image: none;
    background: #262626;
    flex-direction: column;
    padding-right: 0;
  }

  .banner-mob {
    display: block;
    width: -webkit-fill-available;
  }

  .banner div {
    padding: 40px 24px;
  }

  .bullets-ctn a {
    max-width: none;
  }

  .banner div a {
    max-width: none;
  }

  .duo-input {
    flex-direction: column;
  }

  .duo-input input {
    width: auto;
  }

  .footer div {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 370px) {
  .bullets {
    max-width: 260px;
  }

  .car-model {
    max-width: 260px;
  }
}
