html, body { margin: 0; padding: 0; height: 100%; }

@font-face { font-family: opensans; src: url(fonts/opensans.ttf)}
@font-face { font-family: mont;     src: url("fonts/montserrat.otf")}
@font-face { font-family: montmed;  src: url("fonts/montserratmed.ttf")}
@font-face { font-family: quick;    src: url("fonts/quili.otf")}

/* PÁGINA INTEIRA */ 
.conteudonw { position: absolute; width: 100%; height: auto; text-align: center }

/* FAIXA TOPO */
.capanw   { position: absolute; width: 100%; background-size: cover; z-index: 888 }

/* IMAGEM */ 
.imagemnw { position: relative; border-radius: 100%; width: 150px; height: 150px; left: 50%; z-index: 999}

/* NOME */ 
.namenw   { font-size: 18pt; font-family: quick; letter-spacing: -0.4px; margin: 0 0 20px 0 }

/* CAMPO DO LINK */ 
.linksnw         { position: relative; left: 50%; transform: translateX(-50%);}
.linksnw a       { position: absolute;    transition: 0.7s all ease; width: 100%; left: 0; border-radius: 60px; }
.linksnw a       { font-family: opensans; font-size: 11pt; text-decoration: none; line-height: 50px;}
.linksnw a:hover { letter-spacing: 0.5px; transition: 0.7s all ease}

/* CAMPO DO LINK DA PÁGINA IDB */ 
.linksnwpg         { position: relative; left: 50%; transform: translateX(-50%);}
.linksnwpg a       { position: absolute; transition: 0.7s all ease; width: 100%; left: 0; border-radius: 60px; }
.linksnwpg a       { font-family: opensans; font-size: 11pt; text-decoration: none; line-height: 50px;}
.linksnwpg a:hover { letter-spacing: 0.5px; transition: 0.7s all ease}

/* ÍCONE DO GOOGLE */ 
.material-symbols-outlined { position: relative; top:7px; font-variation-settings:  'FILL' 0,  'wght' 200,  'GRAD' -50,  'opsz' 20}

/* BARRA DE ROLAGEM */ 
::-webkit-scrollbar             { width: 20px;}
::-webkit-scrollbar-track       { background: #7B7B7B; }
::-webkit-scrollbar-thumb       { background: #171717; }
::-webkit-scrollbar-thumb:hover { background: #323232; }


.capamaiornwRETIRAR     { position: absolute; width: 100%; background-size: cover; z-index: 888  }
.conteudomaiornwRETIRAR { position: absolute; width: 100%; padding: 55px 0 0 0; text-align: center; z-index: 999 }
