@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

html,
body {
  height: 100vh;
  width: 100vw;
}

body {
  background: url("../imagens/fundo-madeira.jpg") center no-repeat fixed;
}

main {
  height: 100vh;
  position: relative;
}

section#telefone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  height: 627px;
  width: 311px;
  background: url("../imagens/frame-iphone.png") center no-repeat fixed;
}

iframe#frame-phone {
  position: relative;
  top: 80px;
  left: 22px;
  width: 268px;
  height: 472px;
}

/* Frame botões */
#redes_sociais {
  text-align: right;
}

#redes_sociais img {
  border-radius: 50%;
  width: 70px;
  margin: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.438);
}
#redes_sociais img:hover {
  border: 2px solid white;
  transition:
    transform 0.6s,
    border 0.1s;
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.623);
}
