@charset "utf-8";
/* CSS Document */



/*
Theme Name: PUC-WP (branding)
Author: PUC-Rio
Author URI: https://www.puc-rio.br
*/





/* ======================================================================================= FONTES === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* FONTES PUC


'Rethink Sans'
Opções de font-weight: 400 a 800

'Literata'
Opções de font-weight: 200 a 900


.extralight { font-weight:200; }
.light 	 	{ font-weight:300; }
.regular 	{ font-weight:400; }
.medium 	{ font-weight:500; }
.semibold 	{ font-weight:600; }
.bold 		{ font-weight:700; }
.extrabold  { font-weight:800; }
.black 	 	{ font-weight:900; }


*/





/* =================================================== ESTILOS ESPECÍFICOS EXIGIDOS PELO TEMPLATE === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* ========================================================= MENU DESKTOP === */
/* ========================================================================== */


@media (min-width:1140px) {

/* border-bottom no mouse over */
#menu a:hover,
#menu .puc_menu_submenu_linkmestre:hover,
#menu .puc_menu_submenu_conjunto:hover .puc_menu_submenu_linkmestre,
#pucwp header .menu li a:hover,
#pucwp header .menu .menu-item-has-children:hover a,
#pucwp header .menu .menu-item-has-children:hover ul.sub-menu li a:hover {
	/* colocar a cor desejada mantendo "var(--COR)" */
	border-color:var(--amarelo1); }

}





/* ======================================================== REDES SOCIAIS === */
/* ========================================================================== */


.redes_sociais a img {
	width:40px;
	height:40px; }





/* =================================================================== OUTROS ESTILOS ESPECÍFICOS === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */




