@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Righteous&family=Sarala:wght@400;700&family=Ubuntu:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 100px;
}

body {
    font-size: 13px;
    line-height: 1.7;
    font-family: "Ubuntu", sans-serif;
    width:100%;
    margin: 0 auto;
    /*min-width:380px;*/
    max-width:2600px;
    background-color: rgba(15, 41, 60, 1);
}

#page_wrapper {
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 0;
}

/* link que ainda não foi visitado */
a:link {
    color: rgb(0, 0, 0);
}
   
/* link que foi visitado */
a:visited {
    color: rgb(0, 0, 0);
}
   
/* mouse over */
a:hover {
    color: rgba(15, 41, 60, 1);        
}
   
/* link selecionado */
a:active {
    color: rgb(0, 0, 0);
}

.div-linha {
      display: block;
      border-top: 0.9px solid #000000;
      width: 100%;
}

.botao {
    background-color: rgb(0, 0, 0);
    width: 150px;
    height: 50px;
    border: none;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    /*font-family: 'Righteous', cursive;*/
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 15px;
}

.botao-tipo2 {
    background-color: rgb(0, 0, 0);
    width: 350px;
    height: 70px;
    border: none;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    /*font-family: 'Righteous', cursive;*/
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 15px;
}

.main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 32px;
    
}

.div-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: white;
    width: 100%;
    max-width: 420px;
    margin-top: -80px;
    border-radius: 30px;
    /*box-shadow: 4px 5px 4px rgba(255, 255, 255, 0.25);*/
}

/*.div-foto {
      
}*/
.avatar {
    background: url(images/logo.jpeg) center no-repeat;
    background-size: cover;
    /*margin: auto;*/
    margin-top: -80px;
    position: relative;
    background-color: blue;
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    min-height: 120px;
    border-radius: 10px;
    /*margin-right: 20px;*/
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.2);
}

.foto {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.div-nome {
    font-size: 25px;
    font-weight: 400;
    color: black;
}

.div-cargo {
    font-size: 20px;
    font-weight: 400;
    color: #818181;
}

.div-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.div-menu-int {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

/* Checkbox Hack */
#toggle-1 {
    display:none;
}
 
label { 
   -webkit-appearance: push-button;
   -moz-appearance: button; 
   display: inline-block;
   cursor: pointer;
   padding: 5px;
}
 
/* CSS padrão da div */
#mostra {
    display:none;
}
 
/* CSS quando o checkbox está marcado */
#toggle-1:checked ~ #mostra {
    display:block;
    width: 400px;
    height: 450px;
    line-height: 50px;
    text-align:center;
    background-color: rgba(255, 255, 255);
    color: rgb(0, 0, 0);
      
    /* pura mágica */
    position: absolute;
    top: 50%; /* posiciona na metade da tela */
    margin-top: -25px; /* e retrocede metade da altura */
    left: 50%; /* posiciona na metade da tela */
    margin-left: -200px; /* e retrocede metade da largura */

    border-radius: 10px;
    /*margin-right: 20px;*/
    box-shadow: 4px 5px 4px 5px rgba(0, 0, 0, 0.2);
}

.div-qr {
    display: none;
    border-radius: 10px;
    /*margin-right: 20px;*/
    box-shadow: 4px 5px 4px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
    margin: 0 0 20px 0;
    min-width: 380px;
    
}

.img-qr {
    width: 300px;
    height: 300px;
    align-items: center;
}


.div-icones {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.div-icones-int {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.div-links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /*align-content: space-around;*/
    gap: 20px;
    padding: 20px;
    width: 100%;
    /*align-items: baseline;*/
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    gap: 10px;
    min-width: 100px;
}
