@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body { font-size: 19px;}
body .anton { font-family: "Anton", sans-serif;}
body .archivo { font-family: "Archivo", sans-serif;}

#site .titulo { margin: 31px 0 0; align-items: center;}
#site .titulo h1 { padding: 0 10px; font-size: 1.8em;}
#site .titulo span { height: 1px; background-color: rgb(90 90 90 / 50%);}

#site .prova .item { align-items: flex-start; padding: 20px;}
#site .prova .logo { flex: 0.4; font-size: 0;}
#site .prova .detalhes { flex: 1; margin: 3px 0 0 10px;}
#site .prova .detalhes h2 { font-size: 1.2em;}
#site .prova .detalhes h3 { font-size: 1em;}
#site .prova .detalhes a { padding: 10px 15px; background-color: rgb(8 11 26); font-size: 0.9em; color: rgb(255 207 61);}
#site .prova .detalhes a:hover { background-color: rgb(255 207 61); color: rgb(8 11 26);}

#site .compartilhar .nome { padding: 15px 0; font-size: 0.8em; line-height: 0;}
#site .compartilhar .sociais { background: rgb(5 5 5 / 80%) 50% no-repeat;}
#site .compartilhar .sociais.whatsapp { background-image: url('../../imagens/site/compartilhar-whatsapp.png?v1'); background-size: 60%;}
#site .compartilhar .sociais.facebook { background-image: url('../../imagens/site/compartilhar-facebook.png?v1'); background-size: 30%;}
#site .compartilhar .sociais.twitter { background-image: url('../../imagens/site/compartilhar-twitter.png?v1'); background-size: 50%;}
#site .compartilhar .sociais:hover { background-color: rgb(5 5 5);}

#site .erro404 { padding: 41px 0 61px;}
#site .erro404 .nome { font-size: 5em;}
#site .erro404 .numero { margin: 20px 0; font-size: 12em;}
#site .erro404 .numero b { padding: 0 20px; outline: 2px solid rgb(150 150 150);}
#site .erro404 .infor { font-size: 2em;}

#site .editou { font-size: 18px; line-height: 1.4;}
#site .editou h1 { text-transform: uppercase; font-weight: bold;}
#site .editou h2 { text-transform: uppercase; font-weight: bold;}
#site .editou h3 { text-transform: uppercase; font-weight: bold;}
#site .editou iframe { max-width: 100%;}
#site .editou img { max-width: 100%;}
#site .editou a { color: rgb(0 150 190);}
#site .editou a:hover { text-decoration: underline;}

#site .pagarpix { background-image: url('../../imagens/site/pagar-pix.png'); background-position: 10px 50%; background-repeat: no-repeat;}
#site .pagarboleto { background-image: url('../../imagens/site/pagar-boleto.png'); background-position: 10px 50%; background-repeat: no-repeat;}

@media only screen and (max-width: 500px){
  #site .erro404 .nome { font-size: 4em;}
  #site .erro404 .numero { font-size: 6em;}
  #site .erro404 .infor { font-size: 1em;}
}