@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype'),
        url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "OpenSans";
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "OpenSansBold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Tittillium";
    src: url(../fonts/TitilliumWeb-SemiBold.ttf);
}

body {
    font-family: "OpenSans";
	color:#323232;
}
a {
	color:#323232;
	text-decoration:none;
}
a:hover {
	color:#008B87;
	text-decoration:none;
}
strong {
    font-family: "OpenSansBold";
}

@media (min-width: 1200px){
	main .container {
		max-width: 1030px;
	}
}
.top-header {
	font-family: Tittillium, sans-serif;
	background:#575756;
	color:#fff;
	font-weight:600;
	font-size: 11px;
	line-height: 20px;
	padding:0px 2px
}
/*Header*/
.header-background {
	background: url(../img/bg-topo.png) repeat-x;
	background-position-y: -20px;
}
@media (max-width: 575.98px) { 
	.mob-topo {
		padding:0 15px;
		font-size: 10px;
	}
}
.navbar{
	padding: .5rem 1.5rem;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}
.navbar-brand {
    padding-bottom: 0.128rem;
}
.navbar-light .navbar-toggler {
    border-color: white;
}
.navbar-collapse {
	margin-top: -20px;
}
@media (max-width: 989px) { 
	.navbar-collapse {
		margin-top: 20px;
		text-align:right
	}
	.form-control, .btn {
		border-radius:0;
	}
}
.navbar-light .navbar-nav .nav-link {
    color: #323232;
}
.nav-item a {
	padding-top:2px;
	font-family: OpenSansBold;
	font-size: 18px;
	line-height: 25px;
	text-transform:uppercase;
	padding-right: 20px !important;
	white-space: nowrap;
}
.search {
	position: absolute;
	left: 870px;
}
.search .form-control, .search .btn {
	font-size: .8rem;
    height: calc(1.25em + .75rem + 2px);
}
.desktop input, .desktop .btn {
	padding-top:0;
	padding-bottom:0;
	height:30px;
}
/*Home*/
.home-content {
	padding-top:0px;
	padding-bottom:0px;
}
#particles-js {
    width: 100%;
    height: 100%;
}
.frase {
	position:absolute;
	font-family:OpenSansBold;
	font-size: 40px;
	line-height: 52px;
	padding-top:100px;
	padding-bottom:100px;
	text-shadow: 3px 3px #fff;
}
.frase span{
	background: rgba(255,255,255,.7);
}
h2.destaque {
	font-size: 32px;
	line-height: 48px;
	padding-top:50px;
	padding-bottom:100px;
}
@media (max-width: 575.98px) { 
	#particles-js {
		height: 360px;
	}
	.frase {
		font-size: 32px;
		line-height: 44px;
		padding:80px 10px;
	}
	h2.destaque {
		font-size: 20px;
		line-height: 28px;
	}
}
.bt-roxo {
	background: #623577;
	padding: 20px 60px;
	color:#fff;
	font-family:OpenSansBold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	text-transform:uppercase;
}
.bt-roxo:hover {
	color:#623577;
	background: #fff;
	border: 3px solid #623577;	
	text-decoration:none;
}
.bt-roxo-inverso {
	color:#623577;
	background: #fff;
	border: 3px solid #623577;	
	padding: 20px 60px;
	font-family:OpenSansBold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	text-transform:uppercase;
}
.bt-roxo-inverso:hover {
	color:#fff;
	background: #623577;
	text-decoration:none;
}
.bt-verde {
	background: #008281;
	padding: 20px 40px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	color:#fff;
	font-family:OpenSansBold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	text-transform:uppercase;
}
.bt-verde:hover {
	color:#fff;
	text-decoration:none;
}
/*Main*/
@media (min-width: 1200px){
	section .container-fluid{
		padding-right:40px;
		padding-left:40px;
	}
}
.featured-image {
	height:50vh;
	background-size:cover;
}
.titulo-post h2 {
	padding: 10px 30px 50px;
    font-family: Tittillium, sans-serif;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: -40px;
    background: #fff;
}
.titulo-mobile {
  padding: 0 20px 20px 0px;
  font-family: Tittillium, sans-serif;	
}
@media (max-width: 575.98px) { 
	.featured-image {
		height:26vh;
	}
	.titulo-post h2 {
	  padding: 5px 15px 30px;
	  font-size: 24px;
	  line-height: 37px;
	}
}
.metadata, .page-content {
	padding-top:0px;
	padding-bottom:0px;
}
@media (max-width: 575.98px) { 
	.metadata, .page-content {
		padding-top:15px;
		padding-bottom:30px;
	}
}
.noticias {
	padding-top:0px;
	padding-bottom:0px;
}
.content {
	padding-bottom:0px;
}
.content img {
	max-width:100%;
}
.noticias, .page-content {
	min-height: 55vh;
}
/*
.inner-content {
	margin:0 20px;
}
*/
@media (max-width: 575.98px) { 
	.content {
		padding-bottom:30px;
	}
}
.related {
	border-top: 4px solid #623577;
	padding-bottom:2rem;
}
@media (max-width: 575.98px) { 

	.home .related {
	  display: inline-block;
	  position: relative;
	  border:0;
	}
	.home .related:before {
	  position: absolute;
	  content: '';
	  border-bottom: 4px solid #623577;
	  right: 15px;
	  left: 15px;
	}
}
.related h3 {
	font-family: Tittillium, sans-serif;
	font-size: 36px;
	line-height: 55px;
	padding-bottom: 1.5rem;
	color:#623577;
	text-transform: uppercase;
}
@media (max-width: 575.98px) { 
	.related h3 {
		font-size: 24px;
		line-height: 37px;
	}
	.home .related h3 {
		padding-top:10px;
	}
}
.card {
	border:0px;
	border-radius:0px;
	padding-bottom:3rem;
}
@media (max-width: 575.98px) { 
	.w-70 {
		width:70% !important;
	}
}
.card-img-top {
	border-radius:0px;
}
.card-title {
	font-family: OpenSansBold;
	font-size: 16px;
	line-height: 22px;
}
h3.card-title {
	font-family: OpenSansBold;
	font-size: 26px;
	line-height: 35px;
}
@media (max-width: 575.98px) { 
	.card-title {
		font-size: 14px;
		line-height: 19px;
	}
}
.card-body {
	margin: -15px 15px;
	background:#fff;
}
.card-body-news {
	margin: -15px 15px;
	background:#fff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0.5rem 1rem 1rem;
}
.card-body:hover, .card-body-news:hover {
	margin-top: -20px;
}
.card-body-partners {
	margin-top:30px;
	margin-left: -15px;
	margin-right:-30px;
	z-index:10;
	background:#fff;
}
.card-body-partners:hover {
	margin-top:30px;
	margin-left: 20px;
	margin-right:-50px;
}
.icones {
	width:30px;
	height:100%;
}
.icones img {
	padding-bottom:1rem;
}
.pateo {
	background:#C9243F;
}
.sppu {
	background:#008B87;
}
.iris {
	background:#623577;
}
.s2b {
	background:#8DC63F;
}
.card-logo {
	padding-bottom:20px;
}
.card-text {
	font-size: 14px;
	line-height: 19px;
}
.card-link {
	color:#000;
}

/*
.cobre-destaque {
	width:50%;
	height:600px;
	background:rgba(255, 255, 255, 0.8);
	margin-left: -15px;
	padding: 40px 20px 30px 105px;
}
*/
.cobre-destaque h3 {
	font-size: 36px;
	line-height: 49px;
	padding-bottom:50px;
}
.cobre-destaque p {
	font-size: 24px;
	line-height: 33px;
}
.text-partner {
	padding:1rem;
	font-size: 24px;
	line-height: 41px;
}
.people {
	font-family:Tittillium, sans-serif;
}
@media (max-width: 575.98px) { 
	.people {
		font-size:24px;
		font-weight:bold;
	}
	.text-partner {
		padding:0;
		font-size: 14px;
		line-height: 19px;
	}
}
/*Footer*/
footer {
	background: linear-gradient(180deg, rgba(87, 87, 86, 0) 0%, #575756 100%);
	color:#fff;
	padding:150px 20px 50px;
}
footer .nav-item a {
	color:#fff;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 25px;
	text-transform:uppercase;
}
@media (max-width: 575.98px) { 
	footer {
		padding:80px 20px 20px;
		font-size: 12px;
		line-height: 18px;
	}
	footer img {
		padding-bottom: 15px;
	}
	footer .nav-item a {
		font-size: 14px;
		line-height: 24px;
		text-transform:uppercase;
	}
}

/*Geral*/
.desktop { display:block; }
.mobile { display:none; }
#form_search { display:none; }
@media (max-width: 575.98px) { 
	.desktop { display:none!important; }
	.mobile { display:block; }
}
.page-link {
	color:#008281;
	text-decoration:none;
}

/*CAROUSEL*/
.carousel-item {display:block;}

/*Pagination*/
.page-numbers {
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
	color:#008281;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-numbers.current {
	font-weight:bold;
}

/*responsive*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
	margin-top:2rem;
    height: 0;
}
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-bottom:3rem;
}