*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Flama Regular.woff') format('woff');
}
@font-face {
  font-family: 'Flama Black';
  font-weight: bold;
  src: url('../fonts/FlamaBlack Regular.otf') format('otf');
}

body{
  background-color: #bc360f;
  width: 100%;
  background-image: url("../images/marca-dagua.svg");
  background-repeat: repeat;
  background-position:20px;
  height: 100vh;
}
.home{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .header{
  width: 100%;
  background-color: #EFEFEF;

}
.home .header .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 27vh;

}
.home .header .info img{
  width: 20px; 
}
.home .header .info h1{
  text-align: center;
  max-width: 455px;
  font-family: "Flama", sans-serif;
  font-weight: 100;
  color: #bc360f;
  padding: 5px 0;
  border-bottom: 3px solid #bc360f;
}
.home .header .info h1 span{
  font-family: "Flama Black", sans-serif;
  font-weight: bold;
}
.home .body{
  padding-top: 5%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .body .logo{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .body .logo h2{
  font-family: "Flama", sans-serif;
  font-weight: 100;
  margin: 7% 0 13%;
  letter-spacing: 8px;
  color: #FFF;
}
.home .body .contact span{
  font-family: "Flama", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1px;
}
.home .body .contact .fone{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.home .body .contact .fone h3 a{
  font-family: "Flama", sans-serif;
  font-weight: 100;
  color: #FFF;
  text-decoration: none;
}