body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.title-history h1 {
  font-weight: 100;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  color: beige;
  background-color: #4b1414;
}

.text-history {
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
  background-color: beige;
}

.text-history .history {
  font-size: 20px;
  font-weight: 100;
  margin-top: 40px;
  text-align: center;
}

.text-history .image-history .image {
  width: 500px;
  height: 320px;
  margin: 10px;
}

/* Work */
.work-container {
  display: flex;
  justify-content: center;
}
.work-content {
  display: flex;
  width: 60%;
  padding: 2% 0;
}
.work-item {
  display: flex;
  margin-bottom: 10%;
  align-items: center;
  line-height: 25px;
  text-align: justify;
}
.work-item:hover {
  color: #4b1414;
}
.work-item-content {
  padding-left: 8%;
  padding-right: 10%;
  padding-top: -10px;
}

.work-item h3 {
  font-weight: 500;
  text-decoration: underline;
}

.work-item-image {
  width: 125px;
  height: 115px;
  border-radius: 75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease-in;
}

.estilo-item:hover {
  width: 135px;
  height: 125px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.image-top-paginas {
  height: 450px;
  background-image: url(images/foto20.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -350px;
}

.texto {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: beige;
  text-align: center;
  top: 400px;
  width: 435px;
  line-height: 50px;
  height: 50px;
  font-size: 50px;
}

.contato_container {
  display: flex;
  margin-top: 50px;
  justify-content:space-evenly;
}

.texto_h1 {
  background-color: beige;
  color: #4b1414;
  text-align: center;
  
}

.texto_h3 {
  color: #4b1414;
  margin-bottom: 5px;
  
}

.texto_p {
  font-size: 20px;
  background-color: beige;
  
}

.fale_conosco a {
  text-decoration: none;
  color: black;s
}

.icon_1 {
  color: #4b1414;
  padding: -5px;
  vertical-align: middle;
}

.map-responsive{
  overflow: hidden;
  padding-bottom:25%;
  position:relative;
  height:0;

}

.map-responsive iframe{
  left: 300px;
  right: 100px;
  top:0;
  width:70%;
  position: absolute;
}

.text-history-2{
  margin: 30px 0px 30px 0px;
  padding: 20px 30px 20px 30px;
  background-color: beige ;
  text-align: center;
}

.text_sobre_nos{
  margin: 30px 20px 30px 20px;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.container-history{
  display: flex;
}

.history-2{
  text-align: center;
  padding: 20px;
  text-align: center;
  margin: 0 80px 0 80px;
}

.work-item-title{
  color: #4b1414;
}

.container-materiais-coluna{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; 
}

.content-materiais-item {
  font-size: 18px;
  text-align: center;
  color: #4b1414;
}

.image-materiais{
  width: 300px;
  height: 300px;
  margin: 15px 15px 15px 15px;
  position:relative;
}

.titulo-materiais{
  margin-top: -15px;
  font-weight: 400;
  font-size: 25px;
}

.container-historia-material{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.content-historia-material{
  margin: 0 50px 0 50px;
}

.titulo-materiais-2{
  margin-top: -15px;
  font-weight: 400;
  font-size: 25px;
  font-weight: 400;
  color: #4b1414;
}

.text-materiais{
  line-height: 25px;
  text-align: justify;
}

.container-guia-de-aplicacao{
  text-align: center;
  color: #4b1414;
}

.container-acessorios-coluna{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; 
}

.content-acessorios-item {
  font-size: 10px;
  text-align: center;
  color: #4b1414;
}

.image-acessorios{
  width: 305px;
  height: 200px;
  margin: 15px 15px 15px 15px;
  position:relative;
}

.titulo-acessorios{
  margin-top: -15px;
  font-weight: 400;
  font-size: 18px;
}

.input-style {
  width: 100%;
}

