/**
 * Geral */
/**
 * Retirar formatação */
 * {
    background: transparent none repeat scroll 0 0;
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;}
a, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    outline: 0!important;}

.container {
    margin: 0 auto;
    max-width: 522px;
    width: 92.241vw;}
body {
    align-items: center;
    background-color: #000;
    color: #FFF;
    display: flex;
    flex-direction: column;
    font-family: "DM Sans", sans-serif;
    justify-content: center;
    margin: 0;
    padding: 75px 0 0;}

/**
 * Header
 * Logo
 * Títulos */
header {
    margin-bottom: 2rem;}

header figure {
    line-height: 0;
    margin-bottom: 1rem;
    text-align: center;}
header figure img {
    border-radius: 100%;
    height: 96px;
    width: 96px;}

header h1 {
    font-size: 1.5rem;
    letter-spacing: -.025em;
    line-height: 1.25;
    margin-bottom: 2px;
    text-align: center;}
header h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;}

/**
 * Redes */
header .redes {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;}
header .redes p a i {
    font-size: 28px;
    transform: scale(1);}
header .redes p a:hover i {transform: scale(1.05);}

/**
 * Links */
section.links article.container {
    display: flex;
    flex-direction: column;
    gap: 14px;}

section.links .link {
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 46px;}
section.links .link.link-contato {background-image: url(images/icon-whatsapp-green.jpg);}
section.links .link.link-grupo {background-image: url(images/icon-whatsapp-green.jpg);}
section.links .link.link-avaliacao {background-image: url(images/mr-phi-logo.jpg);}
section.links .link.link-map {background-image: url(images/icon-marker.jpg);}

section.links .link a {
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    min-height: 64px;
    padding: 0 66px;
    width: 100%;}
section.links .link a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;}

/**
 * Institucional */
section.intitucional {
    margin: 0 auto;
    max-width: 720px;
    padding: 35px 0;
    width: 92.241vw;}
section.intitucional p {
    font-size: 16px;
    letter-spacing: -.025em;
    line-height: 1.25;
    text-align: center;}
section.intitucional p:not(:last-child) {margin-bottom: 12px;}

/**
 * Contatos */
section.contatos {
    margin: 0 auto;
    max-width: 603px;
    text-align: center;
    width: 92.241vw;}
section.contatos div {margin-bottom: 25px;}
section.contatos div h3 {margin-bottom: 7px;}
section.contatos div p {line-height: 1.25;}
section.contatos div p a:hover {text-decoration: underline;}

/**
 * Rodapé */
footer {
    border-top: 1px solid #FFF;
    font-size: 14px;
    line-height: 1.1;
    padding: 12px 3%;
    text-align: center;
    width: 100%;}
footer p {line-height: 1.075;}
footer p a:hover {text-decoration: underline;}