@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
  --font-primary: 'Montserrat', sans-serif;

  --color-primary: #11BA5D;
  --color-secondary: #00479E;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-primary);
}


#hero {
  background-image: url(../img/contato/contato-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-title {
  color: #DDD;
  padding-top: 40vh;
}

.hero-title h1 {
  font-weight: 700;
  font-size: 64px;
}

.icone-fone {
  width: 100px;
  height: 100px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8%;
  top: -5%;
}

.icone-fone img{
  width: 70px;
}

.bg-contato{
  background-image: url(../img/contato/img-body.png);
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: center;
}

.texto-contato {
  padding: 0px 100px;
  margin-top: 340px;
}

.texto-1 {
  font-size: 35px;
  font-weight: 700;
  color: #FFF;
  font-family: var(--font-primary);
}

.texto-2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  font-family: var(--font-primary);
}

.img-logo {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-contato {
  width: 365px;
  height: auto;
}

.circulo-contato  {
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(112.5px);
  background: radial-gradient(circle, #11ba5d 30%, rgba(255, 255, 255, 0.111) 100%);
}

#form label {
  padding-top: 20px;
  font-size: 15px;
  color: #5F687A;
  font-weight: 700;
}

#form input::placeholder, #form textarea::placeholder {
  font-weight: 300;
  color: #aeacac;
}

.btn-form-contato {
  background-color: var(--color-secondary);
  width: 100%;
  border: none;
  text-decoration: none;
  font-size: 20px;
  color: var(--color-primary);
  font-family: var(--font-primary);
  border-radius: 7px;
  font-weight: 700;
  padding: 10px 0;
}

@media only screen and (max-width: 480px){
  #hero {
    background-image: url(../img/contato/contato-hero.png);
    background-size: cover;
  }

  .hero-title {
    color: #DDD;
    padding-top: 80px;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .icone-fone {
    width: 80px;
    height: 80px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: -5%;
  }

  .bg-contato{
    background-image: url(../img/contato/img-body.png);
    background-size: 335px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .texto-contato {
    padding: 10px 60px;
    margin-top: 340px;
  }
  
  .texto-1 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    font-family: var(--font-primary);
  }
  
  .texto-2 {
    font-size: 11px;
    font-weight: 400;
    color: #FFF;
    font-family: var(--font-primary);
  }

  .img-logo {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-logo img {
    width: 30px;
  }

  .icone-fone img{
    width: 60px;
  }

  .circulo-contato  {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(112.5px);
    background: radial-gradient(circle, #11ba5d 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  .form-contato {
    padding: 10px 0px;
  }

  #form label {
    padding-top: 20px;
    font-size: 13px;
    color: #5F687A;
    font-weight: 700;
  }

  #form::placeholder {
    font-weight: 300;
  }

  .btn-form-contato {
    background-color: var(--color-secondary);
    width: 80%;
    border: none;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-primary);
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  #hero {
    background-image: url(../img/contato/contato-hero.png);
    background-size: cover;
  }

  .hero-title {
    color: #DDD;
    padding-top: 15vh;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 44px;
  }

  .bg-contato{
    background-image: url(../img/contato/img-body.png);
    background-size: 354px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .texto-contato {
    padding: 10px 186px;
    margin-top: 320px;
  }

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

  .img-logo {
    width: 70px;
    height: 70px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-logo img {
    width: 50px;
  }

  .icone-fone {
    width: 130px;
    height: 130px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    top: -5%;
  }

  .icone-fone img{
    width: 90px;
  }

  .circulo-contato  {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(112.5px);
    background: radial-gradient(circle, #11ba5d 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  .form-contato {
    margin-right: 40px;
  }

  #form label {
    padding-top: 20px;
    font-size: 15px;
    color: #5F687A;
    font-weight: 700;
  }

  #form::placeholder {
    font-weight: 300;
  }

  .btn-form-contato {
    background-color: var(--color-secondary);
    width: 80%;
    border: none;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-primary);
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

  #hero {
    background-image: url(../img/contato/contato-hero.png);
    background-size: cover;
  }

  .hero-title {
    color: #DDD;
    padding-top: 29vh;
  }
  
  .hero-title h1 {
    font-weight: 700;
    font-size: 44px;
  }

  .bg-contato{
    background-image: url(../img/contato/img-body.png);
    background-size: 354px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .texto-contato {
    padding: 10px 25px;
    margin-top: 290px;
  }

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

  .icone-fone {
    width: 100px;
    height: 100px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    top: -5%;
  }

  .icone-fone img{
    width: 75px;
  }

  .circulo-contato  {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    filter: blur(112.5px);
    background: radial-gradient(circle, #11ba5d 30%, rgba(255, 255, 255, 0.111) 100%);
  }

  .form-contato {
    margin-right: 40px;
  }

  #form label {
    padding-top: 20px;
    font-size: 15px;
    color: #5F687A;
    font-weight: 700;
  }

  #form::placeholder {
    font-weight: 300;
  }

  .btn-form-contato {
    background-color: var(--color-secondary);
    width: 80%;
    border: none;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-primary);
    font-family: var(--font-primary);
    border-radius: 7px;
    font-weight: 700;
  }

}