body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

.banner__wrapper-content {
  display: flex;
  flex-direction: column;
  width: 87vw;
  max-width: 1920px;
  /* width: 940px; */
  height: 100%;
  margin: 0 auto;
  /* padding: 0 64px; */
}

.banner__box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-height: 280px;
  margin: 130px 0 0 0;
  border-radius: 4px;
}

.banner__box-content h1 {
  line-height: 1.7;
}

.banner__box-content h1 span {
  padding: 4px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: clamp(20px, 5vw, 24px);
  text-align: left;
  color: #fd7000;
  background-color: #FFF;
}

.banner__box-content h1 strong {
  display: block;
  margin: 4px 0 0 0;
  padding: 2px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 5vw, 24px);
  text-align: left;
  text-transform: uppercase;
  color: #fd7000;
  background-color: #FFF;
}

.banner__box-content .banner__price-info {
  margin: 12px 0 0 0;
}

.banner__box-content .banner__price-info h2 span {
  padding: 2px 6px;
  line-height: 1.5;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 16px);
  text-align: center;
  color: #ffffff;
  background-color: #fd7000;
  text-transform: uppercase;
}

.banner__price-info-image {
  width: 100%;
  height: 100px;
  max-width: 300px;
  margin: -12px 0 0 0;
}

.banner__price-info-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 6px 2px;
  margin: 16px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 16px);
  text-transform: uppercase;
  color: #FFF;
  border-radius: 19px;
  background-image: linear-gradient(-11deg, #ec9038 0%, #e85838 97%, #e85838 100%);
  transition: all .4s;
  text-transform: uppercase;
}

.alert-section {
  max-width: 650px;
  margin: 164px auto 0 auto;
  background-color: #E8E8E8;
  border-radius: 36px;
  border: 2px solid #042c45;
}

.alert-header {
  position: relative;
  border-radius: 36px 36px 0 0;
  border-bottom: 2px solid #042c45;
}

.alert-header::after {
  content: url('../assets/alert-icon.png');
  position: absolute;
  bottom: calc(100% - 16px);
  right: 50%;
  transform: translateX(50%);
}

#advice {
  width: 100%;
  font-size: clamp(14px, 5vw, 16px);
  color: #FFF;  
  background-image: linear-gradient(38deg, #ec9038 0%, #ec9038 7%, #e85838 79%, #e85838 100%);
}

#advice p {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.splide {
  visibility: visible !important;
}

#marketing {
  padding: 24px 0;
  background-color: #141414;
}

#marketing p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

#car-model-form {
  height: 95vh;
  max-height: 600px;
  min-height: 490px;
  background: url("../assets/banner-form.png");
  background-size: cover;
  aspect-ratio: 1388/534;
}

#testimonials-slider {
  max-width: 700px;
  margin: 42px auto;
}

#testimonials-slider .splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 2.5px solid #000;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.--alert-input-active {
  display: block;
}

.input-message-alert {
  display: none;
}

.sent-message, .sent-message-car-info {
  display: none;
}

.--sent-message-active {
  display: block;
}

/* Float Form */

.main__float-form {
  position: fixed;
  bottom: 10px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
  pointer-events: none;
}

.float-form {
  max-width: 250px;
  margin-right: 30px;
  background-color: #ebe5de;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: all;
}

.--form-inactive {
  opacity: 0;
  transform: translateY(80px);
  visibility: hidden;
  transition: all .4s;
}

.--form-active {
  opacity: 1;
  transform: translateY(-10px);
  visibility: visible;
  transition: all .4s;
}

.float-form__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  background-color: #053a33;
}

.float-form__header__perfil {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__perfil__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: #fd7000;
}

.header__perfil__text h2 {
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.header__perfil__text p {
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.float-form__header__button-close {
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: all;
}

.float-form__wrapper-fields {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #e8e2db;
}

.float-form__wrapper-fields legend {
  float: left;
  max-width: 196px;
  padding: 9px;
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 7px;
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}

.float-form__wrapper-fields__alert {
  float: right;
  width: 196px;
  max-height: 0px;
  padding: 0px;
  margin-top: 0px;
  font-size: 12px;
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  background: rgb(232, 255, 231);
  border-radius: 7px;
  transition: all .4s;
  transform: translateX(-200%);
  overflow: hidden;
}

.--alert-active {
  max-height: 80px;
  margin-top: 12px;
  padding: 9px;
  transform: translateX(0px);
}

.--alert-active span {
  font-size: 16px;
}

.float-form__wrapper-fields__wrapper-input {
  float: right;
}

.float-form__wrapper-fields__wrapper-input label {
  display: block;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden;
}

.float-form__wrapper-fields__wrapper-input input {
  float: right;
  width: 196px;
  padding: 9px;
  margin-top: 12px;
  font-size: 12px;
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  background: rgb(232, 255, 231);
  border-radius: 7px;
}

.float-form__button-submit {
  position: relative;
  width: 100%;
  margin-top: 12px;
  padding: 9px;
  background-color: rgb(5, 58, 51);
  border-radius: 7px;
  font-size: clamp(12px, 5vw, 14px);
  font-family: 'Sora', sans-serif;
  font-weight: normal;
  color: #fff;
}

/* Float form - WhatsApp Button */

.whatsapp-button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  transition: all .4s;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  pointer-events: all;
  z-index: 6;
}

.whatsapp-button img {
  pointer-events: none;
}

@media(max-width: 1024px) {
  #logo {
    margin: 0;
  }

  #logo img {
    width: 90px;
  }

  #banner {
    background-size: cover;
    height: 110vh;
    min-height: 420px;
    aspect-ratio: 3/1;
    background-position: right;
  }

  .banner__box-content {
    align-items: center;
    margin: 84px 0 0 0;
  }

  .banner__box-content h1 {
    text-align: center;
  }

  .banner__price-info-image {
    margin: 16px 0 ;
  }

  .banner__cta {
    position: initial;
    bottom: -24px;
    transition: all .4s;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
  }

  /* #advice {
    margin: 82px 0 64px 0;
  } */

  .alert-header {
    position: relative;
    padding: 10px 16px !important;
  }

  .alert-header h1 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .alert-header::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -19px;
    left: -6px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url('../assets/alert-icon.png');
  }

  .alert-header::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: -6px;
    left: initial;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url('../assets/alert-icon.png');
  }

  .alert-span {
    background-color: transparent !important;
    color: #000 !important;
  }
}

@media(max-width: 768px) {

  .banner__box-content::after {
    content: "";
    position: absolute;
    top: initial;
    transform: initial;
    bottom: -6px;
    left: clamp(-15vw, 100vw, -8em);
    width: 40vw;
    min-width: 120px;
    max-width: 190px;
    height: 40vw;
    min-height: 120px;
  }

  .banner__wrapper-content {
    padding: 0;
  }

  .discount-message {
    max-width: 156px;
    margin-top: 6px;
    line-height: 1.2 !important;
  }

  #brands-slider ul {
    display: flex !important;
    gap: 0;
  }

  #brands-slider ul li img {
    height: 70px;
  }

  .brand-slider__wrapper-icon {
    height: 7rem !important;
  }

  #marketing p {
    font-weight: 700;
    font-size: 16px;
    padding: 0 16px;
  }

  #address p {
    text-align: left;
    margin: 6px 0;
  }

  #address h2 {
    text-align: center;
    margin: 6px 0;
  }

}

@media(max-width: 320px) {
  .banner__box-content::after {
    display: none;
  }

  .banner__box-content {
    align-items: center;
  }

  .banner__box-content h1 {
    max-width: 100%;
    text-align: center;
  }
}