/*
Theme Name: Prefeitura Universitária
Theme URI: http://institucional.ufrrj.br/prefeiturauniversitaria
Description: Template do site Prefeitura Universitária
Author: COTIC;
Version: 4.0 BT V4 - Gutenberg
*/


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



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1000px or less */
@media screen and (max-width: 1000px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 30%;
	}

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}

}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.alignwide {margin-left: auto;margin-right: auto; max-width: 960px;}
.alignfull {margin-left: auto;margin-right: auto; width: 100%;}


/*--------------------------------------------------------------
3.0 Custom Color Palettes
--------------------------------------------------------------*/
.has-azule-background-color {
  background-color: #604696
}
.has-azule-color {
  color: #604696
}
.has-azulm-background-color {
  background-color: #0072AB
}
.has-azulm-color {
  color: #0072AB
}
.has-azulc-background-color {
  background-color: #0095D4
}
.has-azulc-color {
  color: #0095D4
}
.has-verde-background-color {
  background-color: #009A8B
}
.has-verde-color {
  color: #009A8B
}
.has-verdem-background-color {
  background-color: #52AE32
}
.has-verdem-color {
  color: #52AE32
}
.has-verdec-background-color {
  background-color: #0072AB
}
.has-verdec-color {
  color: #0072AB
}
.has-verdees-background-color {
  background-color: #76791D
}
.has-verdees-color {
  color: #76791D
}
.has-coral-background-color {
  background-color: #EF7D00
}
.has-coral-color {
  color: #EF7D00
}
.has-vermelho-background-color {
  background-color: #BC1413
}
.has-vermelho-color {
  color: #BC1413
}
.has-rosa-background-color {
  background-color: #C3005D
}
.has-rosa-color {
  color: #C3005D
}
.has-amarelo-background-color {
  background-color: #FFED99
}
.has-amarelo-color {
  color: #FFED99
}
.has-castanho-background-color {
  background-color: #CBA885
}
.has-castanho-color {
  color: #CBA885
}
.has-marrom-background-color {
  background-color: #563a22
}
.has-marrom-color {
  color: #563a22
}
.has-cinzaes-background-color {
  background-color: #706F6F
}
.has-cinzaes-color {
  color: #706F6F
}
.has-cinzam-background-color {
  background-color: #B2B2B2
}
.has-cinzam-color {
  color: #B2B2B2
}
.has-cinzac-background-color {
  background-color: #D0D0D0
}
.has-cinzac-color {
  color: #D0D0D0
}
.has-preto-background-color {
  background-color: #000000
}
.has-preto-color {
  color: #000000
}
.has-branco-background-color {
  background-color: #ffffff
}
.has-branco-color {
  color: #ffffff
}


.has-regular-font-size {
    font-size: 18px;
}

p.has-background {
    padding: 20px 10px;
}