html,body{
  overflow-x: hidden; 
  position: relative;
}
.box_contato h3 {
  color: #222222;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.info_box a {
  color: #222222;
  font-size: 17px;
  font-weight: 500;
}
.info_box a {
  display: block;
}
.box_contato {
  width: 100%;
}
.colunas-contato {
  padding: 40px 0 20px;
}
.info_box {
  font-weight: 400;
  font-size: 17px;
}
.info_box a {
  font-weight: 700;
}
.box_contato.endereco_box a {
  font-weight: 500;
}
a.email-link {
 font-weight: 400;
}
.box_contato.endereco_box::before {
  background-image: url(../images/assets/end.png);
}
.box_contato.loja::before {
  background-image: url(../images/assets/f-contato.png);
}
.box_contato::before {
  content: "";
  width: 90px;
  height: 180px;
  float: left;
  background-position: 0 15px;
  background-repeat: no-repeat;
}
form#Contato ::placeholder {
  color: #666666 !important;
  font-size: 12px;
}
.colInput {
  width: 470px;
  float: left;
  padding-right: 30px;
  position: relative;
  display: block;
}
.colInput input {
  display: block;
}
form#Contato {
  padding-top: 30px;
}
.colInput input {
  display: block;
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid rgb(215, 215, 215);
  width: calc(100% - 41px);
}
.colTextares {
  position: relative;
  float: left;
  display: block;
  width: 57%;
}
.colTextares textarea {
  display: block;
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid rgb(215, 215, 215);
  width: calc(100% - 41px);
  resize: none;
  height: 155px;
}
section.mapa iframe {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 1190px){
  .colTextares{
    width: 47.5%;
  }
  .box_contato::before {
    width: 70px;
    height: 170px;
  }
}

@media screen and (max-width: 815px){
  .flex.colunas-contato {
    display: flex;
  }
  .colInput {
    width: 48%;
  }
}

@media screen and (max-width: 615px){
  .flex.colunas-contato {
    display: block;
  }
  .colunas-contato {
    padding: 0;
    padding-bottom: 30px;
  }
  .box_contato::before{
    height: 93px;
  }
  .box_contato h3 {
    font-size: 15px;
  }
  .info_box,.info_box a{
    font-size: 14px;
  }
  .box_contato {
    margin-bottom: 25px;
  }
  .box_contato::before {
    width: 52px;
    background-size: 33px;
  }
  .colInput {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .colTextares {
    width: 100%;
  }
}








