/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/
.imagem-top {
  padding: 210px 0px;
  background: url(/img/contato/img-top.png) center no-repeat;
  background-size: contain;
}
.imagem-top h1 {
  font-family: lato;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 49px;
  color: #fff;
  padding-left: 10em;
}

.mapa {
  position: relative;
  top: -140px;
}

#meio-flutuante {
  font-family: lato;
}
#meio-flutuante .imagem-flutuante {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 45rem;
  height: 100%;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  filter: drop-shadow(-1px 0px 14px #979797);
}
#meio-flutuante .bloco {
  position: relative;
  top: -15rem;
  margin-bottom: -120px;
}

#fale-conosco h1 {
  font-family: lato;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 49px;
  color: #fff;
  position: absolute;
  bottom: 0px;
}
#fale-conosco h1 b {
  color: #5e358c;
  font-family: lato;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
}

#fale-conosco p {
  font-family: lato;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

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

#fale-conosco .esquerda {
  background: url(/img/contato/img1.png) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}

#fale-conosco .direita {
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(0px 10px 14px #979797);
}
#fale-conosco .direita h6 {
  padding: 10px 0px 30px 30px;
  font-family: lato;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 34px;
}

#fale-conosco .social-icons {
  font-size: 30px;
}

#fale-conosco .info-icons {
  font-size: 30px;
  color: #fff;
}

.btn-form {
  background-color: #e51b24;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 18px;
  transition: all 0.9s;
}

.btn-form:hover {
  background-color: #8d0006;
  box-shadow: 0px 5px 10px 0px #f0f0f0;
  transition: all 0.9s;
}

.btn-form b {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 21px;
  position: relative;
  top: -10px;
}

.btn-form .flecha {
  padding: 5px;
  border-radius: 30px;
  font-size: 1.5em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.411);
}

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

#fale-conosco .form-style {
  padding: 0px 30px 0px 30px;
  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: 20px 10px 30px 20px;
  display: block;
  width: 100%;
  border: 2px solid #c4c4c4;
  border-radius: 10px;
  color: #000;
  background: #fff;
  font-weight: 400;
  letter-spacing: 4px;
  transition: all 0.9s;
}

#fale-conosco textarea:hover {
  border: 2px solid #e51b24;
  border-radius: 10px;
  transition: all 0.9s;
}

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

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

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

#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: 2px solid #c4c4c4;
  border-radius: 10px;
  color: #000;
  background: #fff;
  font-weight: 400;
  letter-spacing: 4px;
  transition: all 0.9s;
}

#fale-conosco input:hover {
  border-radius: 10px;
  border: 2px solid #e51b24;
  transition: all 0.9s;
}

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: 1399.98px) {
  h1,
.h1 {
    font-size: 2rem;
  }

  .mapa {
    top: -150px;
  }

  .imagem-top {
    padding: 200px 0px;
  }

  #fale-conosco .direita h6 {
    font-size: 30px;
  }
}
@media (max-width: 1200.98px) {
  .mapa {
    top: -160px;
  }

  #fale-conosco {
    padding-top: 0px;
    margin-bottom: -100px;
  }
}
@media (max-width: 991.98px) {
  .imagem-top {
    padding: 200px 0px;
    position: relative;
    top: -60px;
  }

  .mapa {
    top: -220px;
  }

  #meio-flutuante .bloco {
    position: relative;
    top: -18rem;
  }

  #meio-flutuante .imagem-flutuante {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 25rem;
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(-1px 0px 14px #979797);
  }

  #fale-conosco .form-style {
    padding: 10px 30px 30px 30px;
    position: relative;
    top: -15px;
    border-radius: 0px;
  }

  #fale-conosco .direita h6 {
    padding: 10px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .imagem-top {
    background-image: none;
    background-color: #e51b24;
    padding: 220px 0px;
  }
  .imagem-top h1 {
    padding: 0px;
  }
}
@media (max-width: 380.98px) {
  h1,
.h1 {
    font-size: 20px;
  }
}
@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;
  }
}
