@charset "utf-8";

/* ====== IMPORTS ====== */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');

/* ====== RESET ====== */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

*:focus {
	outline: none;
}


/* ====== DEFAULT ====== */

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 100%;
	margin: 0;
}

.max-w {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.topo {
	background: url(../../img/paginas-especiais/furb/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	height: 420px;
	margin-bottom: 90px;
	padding-top: 60px;
}

.topo.video {
	height: 220px;
}

.topo img {
	display: block;
	margin: 0 auto 25px;
	max-width: 100%;
	height: auto;
}

.topo h1 {
	font-size: 32px;
	color: #FFF;
}

.topo h1 strong {
	display: block;
	color: #FDBB00;
}

.topo .boxVideo {
	display: block;
	width: 100%;
	box-shadow: 0 16px 85px 0 rgba(189, 223, 246, 0.45);
	position: relative;
}

.topo .boxVideo .player-content{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.topo .boxVideo .player-content iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.topo .boxVideo img {
	margin: 0;
}

.topo .boxVideo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -36px;
	width: 72px;
	height: 72px;
}

.topo .boxVideo a:hover {
	opacity: 0.6;
}

.posts {
	margin-bottom: 90px;
}

.posts h2 {
	font-size: 32px;
	color: #2775B9;
	margin-bottom: 55px;
}

.posts .ndmais-cards-list {
	width: 100%;
}

.posts .ndmais-cards-list .site-card {
	border: none;
	width: 100%;
	overflow: hidden;
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0 16px 85px 0 rgba(189, 223, 246, 0.45);
	margin: 0 auto 40px;
	max-width: 325px;
	text-align: center;
	position: relative;
	padding: 0;
}

.posts .ndmais-cards-list .site-card .site-card-content{
	height: 100%;	
	padding-bottom: 90px;
}

.posts .ndmais-cards-list .site-card .card-image {
	margin-bottom: 30px;
}

.posts .ndmais-cards-list .site-card .card-text {
	padding: 0 25px;
	text-align: center;
}

.posts .ndmais-cards-list .site-card .card-title .title {
	text-decoration: none;
	color: #2775B9;
}

.posts .ndmais-cards-list .site-card .card-title .title:hover {
	color: #FDBB00;
}

.posts .ndmais-cards-list .site-card .card-title .title .title-text {
	font-size: 18px;
	font-weight: 700;
	color: inherit;
	text-align: center;
}

.posts .ndmais-cards-list .site-card .card-resume{
	margin-bottom: 0;
}

.posts .ndmais-cards-list .site-card .card-resume .resume {
	font-size: 14px;
	color: #426591;
	line-height: 1.5;
}

.posts .ndmais-cards-list .site-card .card-action-bt{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}

.posts .ndmais-cards-list .site-card .card-action-bt .action-bt {
	display: inline-block;
	background: #FDBB00;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	line-height: 42px;
	border-radius: 21px;
	text-align: center;
	padding: 0 15px;
	text-transform: none;
}

.posts .ndmais-cards-list .site-card .card-action-bt .action-bt:hover {
	background: #2775B9;
}

.posts .ndmais-cards-list .site-button .site-bt{
	margin:0;
}

.posts .ndmais-cards-list .site-button .site-bt {
	display: block;
	width: 48px;
	height: 48px;
	min-width: auto;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	background-color: #d0d0d0;
}

.posts .ndmais-cards-list .site-button .site-bt:hover {
	background-color: #2775B9;
}

.posts .ndmais-cards-list .site-button .site-bt .button-text{
	line-height: 48px;
	display: block;
}

.posts .ndmais-cards-list .site-button .site-bt .button-text .button-icon{
	margin: 0;
}

#popupVideo .close {
	position: absolute;
	z-index: 40;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	opacity: 1;
	right: -10px;
	background: url(../../img/paginas-especiais/furb/bt_close.png) no-repeat 0 0;
	top: -10px;
}

#popupVideo .modal-content {
	background: none!important;
	border-radius: 0!important;
}

#popupVideo .modal-body {
	padding: 0!important;
}

@media only screen and (min-width: 480px) {
	.topo.video {
		height: 300px;
	}
}

@media only screen and (min-width: 640px) {
	.topo.video {
		height: 340px;
	}
}

@media only screen and (min-width: 768px) {
	.topo {
		height: 586px;
		padding-top: 165px;
		background-size: initial;
	}
	.topo.video {
		padding-top: 78px;
		height: 450px;
	}
	.posts .ndmais-cards-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.posts .ndmais-cards-list .site-card {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.posts .ndmais-cards-list .site-card:nth-child(3n) {
		
	}
}

@media only screen and (min-width: 992px) {
	#furb .container {
		max-width: 960px;
	}
	.posts .ndmais-cards-list .site-card {
		width: 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	.topo.video {
		padding-top: 78px;
		height: 610px;
		background-position: center top;
	}
}

@media only screen and (min-width: 1200px) {
	#furb .container {
		max-width: 1140px;
	}
	.posts .ndmais-cards-list .site-card {
		width: 32%;
		margin-left: 2%;
		margin-right: 2%;
	}
}