/* FRONTEND CSS
*********************************************/

html {
	overflow-y: scroll;
}

body {
	background-color: #162732;
}

::selection {
	background-color: #EF4135;
	color: #FFFFFF;
}

a, input, button, span {
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/* LOGO
*********************************************/

#logo {
	width: 360px;
	height: 60px;
	background: url(../images/svg/logo.svg);
	background-repeat: no-repeat;
}

/* SLIDER
*********************************************/

#slider {
}

/* BARRA DA PROCIV
*********************************************/

#bar {
	width: 100%;
	height: 50px;
	background: url(../images/svg/bar.svg);
	background-repeat: repeat;
	overflow: hidden;
}

/* MENU
*********************************************/

ul.menu {
	float: right;
}

ul.menu li {
	display: inline-table;
	list-style: none;
	padding: 20px 5px;
}

ul.menu li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

ul.menu li a:hover, ul.menu li.current a {
	color: #EF4135;
}

/* MAIN
*********************************************/

#main {
	width: 100%;
	background: #E4E5E6;
}

.tip-wrap {
	background: #E4E5E6;
	padding: 10px;
}

/* BLOG
*********************************************/

.img-intro-left img, .img-intro-right img, .img-intro-none img {
	width: 360px;
}

.img-fulltext-left img, .img-fulltext-right img, .img-fulltext-none img {
	width: 760px;
}

.blog-item-details p {
	color: #949CA1;
}

.blog-text p {
	text-align: justify;
}

.pagination ul {
	float: right;
}

.pagination ul li {
	font-size: 14px;
	color: #949CA1;
	display: inline-table;
	list-style: none;
	padding: 0px 0px 0px 20px;
}

.pagination ul li a, .pagination p {
	font-size: 14px;
	color: #949CA1;
	text-decoration: none;
}

.pagination ul li a:hover {
	color: #EF4135;
	text-decoration: underline;
}

ul.pagenav {
	padding: 10px 0px;
}

ul.pagenav li {
	font-size: 14px;
	color: #949CA1;
	display: inline-table;
	list-style: none;
	padding: 0px 20px 0px 0px;
}

ul.pagenav li a {
	font-size: 14px;
	color: #949CA1;
	text-decoration: none;
}

ul.pagenav li a:hover {
	color: #EF4135;
	text-decoration: underline;
}

/* ASSOCIAÇÃO
*********************************************/

.orgaos-sociais h4.newsflash-title {
	font-size: 25px;
	color: #949CA1;
}

.funcionarios h5 {
	font-size: 18px;
	color: #162732;
}

.orgaos-sociais p, .funcionarios p, .estatutos p, .estatutos a {
	font-size: 16px;
}

/* TESTIMONIALS
*********************************************/

#testimonials {
	background: #6A737B;
}

#testimonials p {
	display: inline;
	color: #FFFFFF;
}

#testimonials span {
	color: #FFFFFF;
}

#testimonials h1, #testimonials h5 {
	color: #B0B7BC;
}

/* INFO
*********************************************/

#info {
	background: #455560;
	overflow: hidden;
}

#info h1 {
	color: #949CA1;
}

#info p {
	color: #FFFFFF;
}

#info a {
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}

#info a:hover {
	color: #EF4135;
}

#info input.inputbox {
	margin: 5px 0px 10px 0px;
	width: 248px;
}

#contact p {
	padding-left: 20px;
}

#contact p.address {
	background: url(../images/svg/address.svg);
	background-repeat: no-repeat;
	background-position: center left;
}

#contact p.mail {
	background: url(../images/svg/mail.svg);
	background-repeat: no-repeat;
	background-position: center left;
}

#contact p.phone {
	background: url(../images/svg/phone.svg);
	background-repeat: no-repeat;
	background-position: center left;
}

/* DOCUMENTOS
*********************************************/

.blogdocs .blog-item-details {
	display: none;
}

.blogdocs .blog-text {
	margin-top: -20px;
}

/* CONTACTS
*********************************************/

.blogcontact, .blogcontact p {
	text-align: center;
}

.blogcontact img {
	width: 100px;
	margin-top: 20px;
}

/* FOOTER
*********************************************/

#footer {
	background: #162732;
	overflow: hidden;
}

#footer p {
	color: #949CA1;
}

/* LAYOUT
*********************************************/

/* Estilos */

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.inline {
	display: inline;
}

.button {
	display: inline-table;
	padding: 5px 10px;
	background:#EF4135;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 3px;
}

.button:hover {
	background: #162732;
}

input {
	background: #E4E5E6;
	border: 1px solid #949CA1;
	padding: 3px 5px;
}

input:hover, input:focus {
	border: 1px solid #EF4135;
}

/* Estrutura */

.wrapper {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.wrapper-a {
	overflow: hidden;
	width: 1160px;
	padding: 10px;
	margin: 10px;
}

.wrapper-b {
	overflow: hidden;
	float: left;
	width: 760px;
	padding: 10px;
	margin: 10px;
}

.wrapper-c {
	overflow: hidden;
	float: left;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

/* Floats */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.ie7 .group {
	zoom: 1;
}

/* No-svg
*********************************************/
	
	/* LOGO
	*********************************************/
	
	.no-svg #logo {
		width: 360px;
		height: 60px;
		background: url(../images/png/logo.png);
		background-repeat: no-repeat;
	}
	
	/* BARRA DA PROCIV
	*********************************************/
	
	.no-svg #bar {
		width: 100%;
		height: 50px;
		background: url(../images/png/bar.png);
		background-repeat: repeat;
	}
	
	/* INFO
	*********************************************/
	
	.no-svg #contact p.address {
		background: url(../images/png/address.png);
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	.no-svg #contact p.mail {
		background: url(../images/png/mail.png);
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	.no-svg #contact p.phone {
		background: url(../images/png/phone.png);
		background-repeat: no-repeat;
		background-position: center left;
	}

/* Media Queries
*********************************************/

/* Phones */
@media (max-width: 800px) {
	
	/* LOGO *********************************************/

	#logo {
		width: 260px;
		background: url(../images/svg/logo.svg);
		background-repeat: no-repeat;
		background-size: 260px;
	}
	
	/* MENU *********************************************/

	ul.menu {
		float: none;
		text-align: center;
	}
	
	ul.menu li {
		display: block;
		padding: 5px;
	}
	
	/* SLIDER *********************************************/

	#slider {
		display: none;
	}
	
	/* BLOG *********************************************/

	.img-fulltext-left img, .img-fulltext-right img, .img-fulltext-none img {
		width: 260px;
	}
	
	/* INFO *********************************************/

	#contact p.address {
		background: none;
	}
	
	#contact p.mail {
		background: none;
	}
	
	#contact p.phone {
		background: none;
	}
	
	/* Estrutura */

	.wrapper {
		overflow: hidden;
		width: 300px;
		margin: auto;
	}

	.wrapper-a {
		overflow: hidden;
		width: 260px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}

	.wrapper-b {
		overflow: hidden;
		float: left;
		width: 260px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}

	.wrapper-c {
		overflow: hidden;
		float: left;
		width: 260px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}
  
}

/* Tablets */
@media (min-width: 800px) and (max-width: 1200px) {
	
	/* LOGO *********************************************/

	#logo {
		margin: auto;
		background-position: center;
	}
	
	/* MENU *********************************************/

	ul.menu {
		float: none;
		text-align: center;
	}
	
	ul.menu li {
		display: block;
		padding: 5px;
	}
	
	/* SLIDER *********************************************/

	#slider {
		display: none;
	}
	
	/* INFO *********************************************/

	#contact p.address {
		background: none;
	}
	
	#contact p.mail {
		background: none;
	}
	
	#contact p.phone {
		background: none;
	}
	
	/* Estrutura */

	.wrapper {
		overflow: hidden;
		width: 800px;
		margin: auto;
	}

	.wrapper-a {
		overflow: hidden;
		width: 760px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}

	.wrapper-b {
		overflow: hidden;
		float: left;
		width: 760px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}

	.wrapper-c {
		overflow: hidden;
		float: left;
		width: 760px;
		padding: 10px;
		margin: 10px;
		text-align: center;
	}
  
}