@charset "utf-8";
/* CSS Document */

/* ======================================================================================= FONTES === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */

/* @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic); */

/* @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i); */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rasa:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap'); */

/* body {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin:0;
	padding:0;
	color:#000;
	font-family: "Rethink Sans", sans-serif;
	font-size:1em;
	background:#F5F5F0; }
	
	body.tapume {
	font-family:"Literata", serif;
	font-size:1em; } */

/* ----- REDES SOCIAIS ----- */

div.puc_links_redes_sociais_TAG-DIV {
}

div.puc_links_redes_sociais_TAG-DIV a {
  margin: 3px;
}

div.puc_links_redes_sociais_TAG-DIV a img {
  border: 0;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
}

div.puc_links_redes_sociais_TAG-DIV a:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.3, 1.3);
}

@media (max-width: 619px) {
  div.puc_links_redes_sociais_TAG-DIV a img {
    display: inherit;
    margin: auto;
  }
}

/* ================================================================================ RODAPÉ PADRÃO === */

#puc_rodape_main {
  max-width: 100%;
  width: 800px;
  margin: 10px auto 10px auto;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}

/* ----- BRASÕES ----- */

#puc_rodape_brasoes {
  width: 180px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}

#puc_rodape_brasoes img {
  width: 38px;
}

#rodape_brasaopuc {
}

#rodape_logojesuitas,
#rodape_logoarqrio {
  margin-top: 3px;
}

#puc_rodape_brasoes #rodape_logojesuitas {
  width: 42px !important;
}

/* ----- CONTEÚDO ----- */

#puc_rodape_info {
  display: flex;
}

#puc_rodape_contatos_e_copyright {
  width: calc(100% - 230px);
}

#puc_rodape_contatos_e_copyright p {
  margin: 12px 0 0 0;
}

#puc_rodape_main div.puc_links_redes_sociais_TAG-DIV {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#puc_rodape_main div.puc_links_redes_sociais_TAG-DIV a img {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

#puc_rodape_main div.puc_links_redes_sociais_TAG-DIV a:hover img {
}

@media (min-width: 650px) {
  #puc_rodape_info {
    justify-content: space-between;
  }

  #puc_rodape_contatos_e_copyright {
    width: calc(100% - 230px);
  }

  #puc_rodape_main div.puc_links_redes_sociais_TAG-DIV {
  }
}

@media (max-width: 649px) {
  #puc_rodape_info {
    flex-direction: column;
    align-items: center;
  }

  #puc_rodape_contatos_e_copyright {
    width: 100%;
  }

  #puc_rodape_main div.puc_links_redes_sociais_TAG-DIV {
    margin-top: 15px;
  }
}
