#inicio {
  padding-top: 150px;
}

#inicio h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "lato";
  color: #fff;
}

#inicio .img-top {
  background: url(/img/img-top.png) no-repeat;
  padding: 60px 0px 60px 260px;
}

/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/
#fale-conosco h3 {
  font-family: "montserrat";
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

#fale-conosco p {
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

#fale-conosco a {
  text-decoration: none;
}

#fale-conosco .linkedin1 {
  font-family: "lato";
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

#fale-conosco .lado-esquerdo {
  background-color: #E7E7E7;
  padding: 200px 30px 220px 90px;
}

#formulario .social-icons {
  font-size: 30px;
  color: #000;
}

.btn-form {
  background-color: #FFC400;
  color: #3F3F3F !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  padding: 7px 80px;
  font-size: 18px;
}

.btn-form:hover {
  box-shadow: 0px 8px 28px 0px #b0b0b0;
  transition-duration: 0.3s;
}

.map-if {
  margin-bottom: -7px;
}

#contato h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4em;
}

#formulario .hr-contato {
  width: 350px;
  position: relative;
  color: #000;
}

#formulario h2 {
  font-weight: 900;
  font-size: 3em;
}

#formulario .info-icons {
  font-size: 2.3em;
  padding: 7px;
  color: #FFC400;
  position: relative;
  right: 12px;
  top: 2px;
}

#formulario .ajuste {
  top: 6px;
}

#formulario a {
  color: #000;
  font-family: "lato";
}

#formulario b {
  color: #000;
  font-family: "lato";
  font-weight: 800;
}

#fale-conosco .form-style {
  height: 700px;
  background-color: #fff;
  padding: 40px;
  filter: drop-shadow(0px 10px 14px #979797);
  position: relative;
  top: -15px;
  border-radius: 0px;
}

.g-recaptcha div:first-child {
  margin: 0 auto;
  display: block;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

#fale-conosco textarea {
  font-size: 18px;
  padding: 10px 10px 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid #75757500;
  border-radius: 0px;
  color: #cbcbcb;
  background: #F0F0F0;
  font-weight: 400;
  letter-spacing: 4px;
}

#fale-conosco textarea:hover {
  border: 2px solid #ff7b00;
}

#fale-conosco .form-estilo::-moz-placeholder {
  color: #cbcbcb;
}

#fale-conosco .form-estilo:-ms-input-placeholder {
  color: #cbcbcb;
}

#fale-conosco .form-estilo::placeholder {
  color: #cbcbcb;
}

#fale-conosco textarea:focus {
  outline: 0;
}

label {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
}

textarea:focus ~ label,
textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #b1b1b1;
}

textarea:focus ~ .bar2:after,
textarea:focus ~ .bar2:before {
  width: 50%;
}

#fale-conosco input {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 10px 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid #75757500;
  border-radius: 0px;
  color: #000;
  background: #F0F0F0;
  font-weight: 400;
  letter-spacing: 4px;
}

#fale-conosco input:hover {
  border: 2px solid #ff7b00;
}

input:focus {
  outline: 0;
}

input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #b1b1b1;
}

input:focus ~ .bar:after,
input:focus ~ .bar:before {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}

@media (max-width: 991.98px) {
  #fale-conosco .lado-esquerdo {
    background-color: #E7E7E7;
    padding: 60px;
    margin-top: 240px;
  }
}
@media (max-width: 767.98px) {
  #inicio .img-top {
    background: url(/img/img-top.png) right no-repeat;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 575px) {
  .card1 {
    margin-right: 0px;
  }

  .bar {
    border-radius: 15px;
    top: 1px;
    width: 98%;
  }

  input {
    border-radius: 5px;
  }

  .bar2 {
    border-radius: 15px;
    top: 1px;
    width: 98%;
  }

  textarea {
    border-radius: 5px;
  }
}
