@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../pacote-d013/imagens/fundo-madeira.jpg');
}

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

    height: 627px;
    width: 311px;
    background-repeat: no-repeat;
    background-image: url('../pacote-d013/imagens/frame-iphone.png');
    background-size: cover;
}

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

section#redes-sociais {
    text-align: right;

}

section#redes-sociais img {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px solid rgba(0, 0, 0, 0.568);
}

section#redes-sociais img:hover {
    border: 2px solid white;
    transition: 0.6s;
    transform: translate(-3px, -3px);
    box-shadow: 5px 5px 10px solid rgba(0, 0, 0, 0.575);
}

