
@font-face {
  font-family: "Futura_PT_Web_Bold";
  src: url("../fonts/Futura_Pt/Futura_PT_Web_Bold.ttf");
}
@font-face {
  font-family: "Futura_PT_Web_Book";
  src: url("../fonts/Futura_Pt/Futura_PT_Web_Book.ttf");
}

body{
  background: #2d2f30;

}
.contenedor{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.tarjeta{
  background:#EEEEEE;
  width: 328px;
  height: 628px;
  
}
.tarjeta img{
  width: 328px;
}
.tarjeta .datos{
  width: 328px;
  margin: 0.2rem 0.18rem;
}
h1, h2{
  font-family: "Futura_PT_Web_Bold";
  font-weight: bold;
  font-size: 24px;
  padding:0 1rem;
  margin: 1rem 0 0 0;
  color:#2D2F30;
  line-height: 32px;
  text-align: center;
}
h2{
  font-size: 18px;
  margin: 0px;
}
p{
  font-size: 16px;
  color:#2D2F30;
  font-family: "Futura_PT_Web_Book";
  margin: 2rem 1rem 0.5rem;
/*  display: flex;
  justify-content: center;
  align-items: center;*/
}
p.calle span img, p.telefono span img, p.email span img, p.web span img{
  width: 1.3rem;
  margin:0 0.5rem 0 0;
  top:6px;
  position:relative;

}
p.telefono, p.email, p.web{
  margin-top:0;
}
p a{
  color:#2D2F30;
}
p.logo span img{
  position: absolute;
  width: 64px;
}
hr {
  height: 3px;
  background-color: #2D2F30;
  width: 50%;
  border:0px;
}