.last-section{
  background-image: url('../../images/sections/telehelp-formulario-inferior-webdoor-02.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 103px 0;
}

.last-section-content span{
  color: white;
  font-size: 2.1rem;
  font-weight: 300;
}

.last-section-content h2{
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;

  letter-spacing: -0.01em;

  color: white;

  margin-bottom: 3%;
}

.last-section-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  gap: 12.5px;


  background: #FFFFFF;
  border-radius: 24px;
  max-width: 500px;
}

.last-section .form-top span{
  font-weight: 700;
  font-size: 1rem;
  line-height: 135%;
  letter-spacing: 0.12em;

  color: var(--accent-color);
}

.last-section .form-top h3{
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 140%;

  color: #27272A;
}

.last-section .form-top p{
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 145%;

  color: #27272A;
}

.last-section-form input,
.last-section-form select{
  padding: 0px 16px 0 50px;
  gap: 12px;

  width: 100%;
  height: 48px;

  border: 1.5px solid #C9CEDD;
  border-radius: 1000px;
}

.last-section select{
  padding: 0 16px;
  color: #474C5C;
  font-size: 16px;
}

select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 100%;
  height: 3em;
  padding: 0 4em 0 1em;
  background: url(../../images/icons/telehelp-select-icon.png)
      no-repeat right 1em center / 1.5em,
    linear-gradient(to left, rgb(255, 255, 255) 3em, #ffffff 3em);
  cursor: pointer;
}

.last-section-form .form-input-group{
  position: relative;
  width: 100%;
}

.form-input-group .Phone{
  padding-left: 6.8rem !important;
}

.last-section-form .form-input-group img{
  position: absolute;
  width: 22px;
  height: auto;
  left: 3.5%;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-top: 0;
}
.form .phone-group > img,
.modal .form .phone-group > img,
.phone-group > img{
  position: absolute !important;
  width: 22px !important;
  height: auto !important;
  left: 3.5% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}

.form .phone-group .brazil-flag,
.modal .form .phone-group .brazil-flag,
.phone-group .brazil-flag{
  position: absolute !important;
  width: 18px !important;
  height: auto !important;
  left: 50px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0.014rem !important;
}

.modal .form .phone-group .phone-group-55,
.form .phone-group .phone-group-55,
.phone-group .phone-group-55{
  position: absolute !important;
  left: 76px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0.02rem !important; 
  color: #7a7a7c !important;
}

.last-section-form .form-button{
  background-color: var(--accent-color);
  color: white;
  font-weight: 700;
  font-size: 15px;

  padding: 0px 16px;

  width: 100%;
  height: 48px;
  border-radius: 1000px;
  border: none;
  transition: all .2s ease-in;
}

.last-section-form .form-button:hover{
  background-color: var(--hover) !important;
}

::placeholder{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;

  color: #474C5C;
}

.last-section-form p{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;

  color: #27272A;
}

.form-top h3 a{
  text-decoration: none !important;
  color: black !important;
}

.form-top h3 a:hover{
  text-decoration: none !important;
  color: black !important;
}

.banner .form,
.form,
.last-section-form{
  gap: 12.5px !important;
}

.last-section-form .bottom-message-form,
.form .bottom-message-form,
.modal .bottom-message-form,
.bottom-message-form{
  font-size: 15px !important;
  margin-bottom: 0 !important;
}


@media (min-width: 1201px) and (max-width: 1550px){
  .last-section-content h2{
    font-size: 30px;
    margin-bottom: 3%;
  }

  .banner .form,
  .form,
  .last-section-form{
    gap: 12.5px !important;
  }
  
  .banner .bottom-message-form,
  .bottom-message-form{
    margin-bottom: 0 !important;
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1400px){
  .banner .form,
  .form,
  .last-section-form{
    gap: 12.5px !important;
  }
  
  .banner .bottom-message-form,
  .bottom-message-form{
    margin-bottom: 0 !important;
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1201px){
  .bottom-form{
    font-size: 0.9rem !important;
  }
  .last-section-content h2{
    font-size: 28px;
  }

  .last-section-form p{
    font-size: 13px !important;
  }
}

@media screen and (max-width: 993px){
  .last-section{
    background-image: linear-gradient(150deg, #1F1F4D 0%, #1F1F4D 100%);
    background-color: #1F1F4D !important;
    padding: 80px 0;
  }
  .last-section-content{
    margin-bottom: 2rem;
    text-align: center;
  }

  .last-section-content h2{
    margin-bottom: 80px;
  }

  .last-section-content span{
    font-size: 3rem !important;
  }

  .last-section-span-col{
    margin: 0 auto;
  }

  .last-section-form{
    width: 100%;
  }

  .form-col{
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 577px){
  .last-section{
    background-position: center top;
  }

  /* */
  .form .phone-group .brazil-flag,
  .modal .form .phone-group .brazil-flag,
  .phone-group .brazil-flag{
    left: 50px !important;
  }

  .form .phone-group .phone-group-55,
  .modal .form .phone-group .phone-group-55,
  .phone-group .phone-group-55{
    left: 75px !important;
    margin-top: 0.01rem;
  }
}

@media screen and (max-width: 490px){
  .last-section-form input{
    padding: 0 16px 0 47.5px !important;
  }

  .form input{
    padding: 0 16px 0 47.5px !important;
  }
}

@media screen and (max-width: 440px){
  /* */
  .form .phone-group .brazil-flag,
  .modal .form .phone-group .brazil-flag,
  .phone-group .brazil-flag{
    left: 47px !important;
  }
  
  .form .phone-group .phone-group-5,
  .modal .form .phone-group .phone-group-55,
  .phone-group .phone-group-55{
    left: 73.5px !important;
  }

  .form .bottom-message-form br,
  .modal .bottom-message-form br,
  .bottom-message-form br{
    display: block !important;
  }

  .last-section-form .bottom-message-form,
  .form .bottom-message-form,
  .modal .bottom-message-form,
  .bottom-message-form{
    font-size: 15px !important;
  }
}

@media screen and (max-width: 414px){
  .last-section-form .bottom-message-form,
  .form .bottom-message-form,
  .modal .bottom-message-form,
  .bottom-message-form{
    font-size: 15px !important;
  }
}