input:focus {
  outline: 0 none;
}
.mobileIconSocial{
  margin-top: 15px;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

button {
  outline: 0 none !important;
  text-decoration: none !important;
}

title {
  color: #3379b0 !important;
}

.preContatos {
  text-align: center;
  z-index: 1;
  overflow: hidden;
  padding: 0px;
  background-image: linear-gradient(-200deg, #00d2ff 0%, #3a7bd5 100%);
  /* padding: 80px 0px 0px 0px; */
}

.contatos {
  width: 91.362%;
  display: inline-block;
  max-width: 1072px;
  margin-bottom: 80px;
}

.preRodaPe {
  text-align: center;
  z-index: 1;
  overflow: hidden;
  padding: 0px;
}

#contatosForm {
  max-width: 400px;
  display: inline-block;
}

.localizacao {
  max-width: 400px;
  text-align: left;
}

.campo {
  font-family: Lato-Regular;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.875rem;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  padding: 14px 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.campo+.campo {
  margin-top: 16px;
}

-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.titleContatos {
  font-family: Lato-Black;
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin: 0px 0px 40px 0px;
  width: 400px;
  display: inline-block;
  text-align: left;
}

.btnEnviaContato {
  font-family: Lato-Bold;
  font-weight: 700;
  width: 100%;
  background: #7ed321;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  margin-top: 18px;
  padding: 10px 0px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
}

.rod {
  background: #3a7bd5;
}

.preRodaPe {
  background: rgba(0, 0, 0, 0.16);
  padding: 39px 120px 52px 120px;
}

@-webkit-keyframes fadein {
  from {
    bottom: -30px;
    opacity: 0;
  }

  to {
    bottom: -10px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: -30px;
    opacity: 0;
  }

  to {
    bottom: -10px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: -10px;
    opacity: 1;
  }

  to {
    bottom: -30px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: -10px;
    opacity: 1;
  }

  to {
    bottom: -30px;
    opacity: 0;
  }
}

.loc {
  padding: 0px;
}

.contLocaliz {
  float: left;
  width: 100%;
  /* margin-bottom: 27px; */
}

.contLocaliz.local {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.iconLocaliz {
  float: left;
  width: 24px;
  height: 24px;
  border: none;
  /* margin-right: 32px; */
  margin-left: -6px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon1 {
  background-image: url("../img/location_on.svg");
}

.icon2 {
  background-image: url("../img/whatsapp.svg");
}

.icon3 {
  background-image: url("../img/email.svg");
}

.textLoc {
  font-family: Lato-Regular;
  font-weight: 400;
  float: left;
  width: 83%;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
}

.direitos {
  float: left;
  width: 100%;
  text-align: left;
  color: #FFF;
  font-family: Lato-Regular;
  font-weight: 400;
  margin-top: 5px;
}

.iconRedes {
  float: right;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}

.iconRedes+.iconRedes {
  margin-right: 16px;
}

.soc1 {
  background-image: url("../img/Instagram.svg");
}

.soc2 {
  background-image: url("../img/Facebook.svg");
}

.soc3 {
  background: white;
  border-radius: 50%;
  background-image: url(../img/Twitter.svg);
}

#twitter_id i {
  color: #4074bd;
  margin-top: 7px;
}

.preFormContato {
  text-align: left;
}

.error-mensagem {
  text-align: left;
  color: rgb(255 101 101);
  font-weight: 700;
  font-size: 16px;
}

.preDireitos1 {
  display: none;
}

@media screen and (min-width: 768px) {
  .preLocaliz1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .preLocaliz {
    display: none;
  }

  .localizacao {
    margin-top: 72px;
  }

  .iconRedes {
    float: right;
    display: inline-block;
  }

  .preSoci {
    margin-top: 16px;
    text-align: right;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: 300px;
      opacity: 0;
    }

    to {
      bottom: 327px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      bottom: 300px;
      opacity: 0;
    }

    to {
      bottom: 327px;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeout {
    from {
      bottom: 327px;
      opacity: 1;
    }

    to {
      bottom: 300px;
      opacity: 0;
    }
  }

  @keyframes fadeout {
    from {
      bottom: 327px;
      opacity: 1;
    }

    to {
      bottom: 300px;
      opacity: 0;
    }
  }
}

/* @media screen and (min-width: 575px) and (max-width: 768px) {
  #twitter_id i {
    margin-right: 5px;
  }

  .preFormContato {
    text-align: center;
  }

  .localizacao {
    display: inline-block;
  }

  .titleContatos {
    text-align: center;
  }

  .preSoci {
    margin-top: 0px;
  }
} */

@media screen and (max-width: 768px) {
  #twitter_id i {
    margin-right: 0px;
  }

  .preRodaPe {
    padding: 16px 20px;
  }

  .preContatos {
    /* padding: 40px 17px 0px 17px; */
    background-image: linear-gradient(-135deg, #00d2ff 0%, #3a7bd5 100%);
  }

  .localizacao {
    margin-top: 48px;
    display: inline-block;
  }

  .titleContatos {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }

  .contTextoDepoi {
    text-align: left;
  }

  .preFormContato {
    text-align: center;
  }

  .preDireitos {
    display: none;
  }

  .preDireitos1 {
    display: block;
  }

  .preSoci {
    text-align: center;
    display: inline-block;
    margin-top: 0px;
  }

  .direitos {
    text-align: center;
    margin-top: 16px;
  }

  .mobileIconSocial {
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  .textLoc {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {

  .preSoci {
    margin-top: 16px;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: 320px;
      opacity: 0;
    }

    to {
      bottom: 345px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      bottom: 320px;
      opacity: 0;
    }

    to {
      bottom: 345px;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeout {
    from {
      bottom: 345px;
      opacity: 1;
    }

    to {
      bottom: 320px;
      opacity: 0;
    }
  }

  @keyframes fadeout {
    from {
      bottom: 345px;
      opacity: 1;
    }

    to {
      bottom: 320px;
      opacity: 0;
    }
  }

  .titleContatos {
    max-width: 278px;
  }
}

/*# sourceMappingURL=contatos.css.map */