* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
  outline: 0;
  list-style: none;
  box-sizing: border-box;
}

a:link, a:visited, a:active {
  color: #111011;
  text-decoration: none;
}

body {
  background-color: #FFEBF4;
  color: #111011;
}

.conteiner {
  width: 500px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.conteiner__undercontruction {
  width: 300px;
  text-align: center;
}
.conteiner__undercontruction .imagen {
  width: 100%;
  padding: 10px;
}
.conteiner .text .mailto {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.conteiner .text .mailto .icono_mailto {
  width: fit-content;
  width: 10%;
  height: 100%;
}
.conteiner .text .mailto p {
  font-weight: 100;
  font-size: 2rem;
  padding: 10px;
}

/*# sourceMappingURL=style.css.map */
