@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


.background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family:sans-serif;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: -1;
    font-size: 50px;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 1rem 0 0 transparent;
}

.imagem-pessoal {
    display: flex;
    width: 250px;
    border-radius: 50%;
}

.cargo {
    position: absolute;
    display: flex;
    justify-content: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    z-index: -1;
    color: #fff;
    font-size: 25px;
    margin-top: 250px;
    box-sizing: border-box;
    margin-right: 100px;
}

footer {
    position:absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
    padding: 10px;
    top: 90%;
    right:0;
    bottom:0;
    left:0;
}

.contatos img {
    width: 50px;
    padding: 3px;
}

@media screen and (max-width: 768px) {

  .imagem-pessoal {

    width: 150px;
  }

  #text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family:sans-serif;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: -1;
    font-size: 40px;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 1rem 0 0 transparent;
  }
}