/* Estilos pagina especial - Garimpo FIP */

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: 1920px;
	margin-left: auto;
	margin-right: auto;
}

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

.topo {
	background: url(../../img/paginas-especiais/fip/garimpo-fip.jpg) no-repeat center top;
	background-size: cover;
	height: 166px;
	position: relative;
	margin-bottom: 70px;
}

.selecao {
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}

.selecao .base {
	width: 100%;
}

.selecao h2 {
	font-size: 28px;
	color: #4A4F53;
	font-weight: 300;
	text-align: center;
	padding: 0 15px;
}

.selecao h2 strong {
	display: block;
	font-size: 44px;
	font-weight: 800;
}

.selecao .filtro {
	position: relative;
	margin-top: 30px;
	background: #f8f8f8;
	padding: 30px;
	text-align: center;
}

.selecao .filtro p {
	font-size: 14px;
	color: #9B9B9B;
	margin-bottom: 15px;
	position: relative;
}

.selecao .filtro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.selecao .filtro ul li {
	margin: 0 10px 15px;
}

.selecao .filtro ul li a {
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	line-height: 40px;
	border-radius: 20px;
	background: #E52332;
	text-align: center;
	width: 150px;
	padding: 0 15px;
}

.selecao .filtro ul li a:hover,
.selecao .filtro ul li a.active{
	background: #275785;
}

.posts #fip-posts-loop {
	position: relative;
	z-index: 30;
	padding-left: 15px;
	padding-right: 15px;
}

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

.posts #fip-posts-loop .site-card {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 30px auto;
	padding: 0;
	background: #FFF;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 50px 85px 0 rgba(219, 219, 219, 0.45);
}

.posts #fip-posts-loop .site-card .card-text {
	padding: 0 25px;
}

.posts #fip-posts-loop .site-card .card-image{
	margin-bottom: 25px;
}

.posts #fip-posts-loop .site-card .card-title{
	margin-bottom: 15px;
}

.posts #fip-posts-loop .site-card .card-title .title .title-text {
	font-size: 24px;
	font-weight: 700;
	color: #4A4F53;
}

.posts #fip-posts-loop .site-card .card-resume{
	margin-bottom: 15px;
}

.posts #fip-posts-loop .site-card .card-resume .resume {
	font-size: 14px;
	color: rgba(33, 56, 66, 0.6);
	line-height: 24px;
}

.posts #fip-posts-loop .site-card .card-action-bt{
	width: 195px;
	display: inline-block;
	margin-bottom: 25px;
}

.posts #fip-posts-loop .site-card .card-action-bt .action-bt{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	line-height: 46px;
	text-align: center;
	background: #82878B;
	border-radius: 20px 0 20px 20px;
	padding: 0;
	display: block;
}

.posts #fip-posts-loop .site-card .card-action-bt .action-bt:hover {
	background: #E52332;
}

.posts #fip-posts-loop .site-card:hover {
	box-shadow: 0 50px 85px 0 rgba(189, 223, 246, 0.45);
}


.posts #fip-posts-loop  #loop-horizontal-pagination .loop-horizontal-pagination-button{
	background-color:#E52332 ;
}

.posts #fip-posts-loop  #loop-horizontal-pagination .loop-horizontal-pagination-button.disabled{
	background-color: #e7e7e7;
}


.moda {
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-top: -60px;
	margin-bottom: 40px;
}

.moda .title {
	width: 280px;
	height: 447px;
	background: url(../../img/paginas-especiais/fip/title-fip.png) no-repeat right top;
	background-size: cover;
}

.moda #slideModas {
	margin: 30px -15px;
}

.moda #slideModas .item {
	width: 200px;
	text-align: center;
	margin: 0 20px;
	opacity: 0.4;
}

.moda #slideModas .item.slick-current {
	opacity: 1;
}

.moda #slideModas .item img {
	border-radius: 12px;
	margin-bottom: 18px;
	box-shadow: 0 10px 35px 0 rgba(189, 223, 246, 0.35);
}

.moda #slideModas .item h3 {
	font-size: 22px;
	color: #275785;
	font-weight: 400;
}

.moda #slideModas .item h3 strong {
	font-weight: 700;
}

.moda #slideModas .slick-dots {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.moda #slideModas .slick-dots li {
	display: inline-block;
	margin: 0 8px;
	width: 18px;
	height: 18px;
}

.moda #slideModas .slick-dots li button {
	border: none;
	border-radius: 50%;
	outline: none;
	background: #EEF3F8;
	padding: 0;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000em;
}

.moda #slideModas .slick-dots li.slick-active button {
	background: #275785;
}

.localizacao {
	overflow: hidden;
	margin-bottom: 50px;
}

.localizacao h2 {
	font-size: 28px;
	color: #4A4F53;
	font-weight: 300;
	margin-bottom: 20px;
}

.localizacao h2 strong {
	display: block;
	font-size: 44px;
	font-weight: 800;
}

.localizacao address {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFF;
	font-weight: 300;
	padding: 12px 20px;
	border-radius: 24px;
	background: #7F838C;
	display: inline-block;
}

.localizacao a {
	display: inline-block;
}

.localizacao .mapa {
	display: none;
}

@media only screen and (min-width: 375px) {
	.topo {
		height: 194px;
	}
	.moda .title {
		width: 320px;
		height: 551px;
	}
}

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

@media only screen and (min-width: 640px) {
	.topo {
		height: 310px;
	}
	.selecao h2,
	.localizacao h2 {
		font-size: 40px;
	}
	.selecao h2 strong,
	.localizacao h2 strong {
		font-size: 64px;
	}
	.selecao .filtro ul li {
		margin: 0 15px 15px;
	}
	.posts #fip-posts-loop {
		padding-left: 0px;
		padding-right: 0px;
	}
	.moda {
		margin-bottom: 80px;
	}
	.moda .title {
		float: left;
	}
	.moda #slideModas {
		float: right;
		margin: 240px -15px 0 0;
		width: 45%;
	}
}

@media only screen and (min-width: 768px) {
	.topo {
		height: 380px;
	}
	.selecao .filtro ul li {
		margin: 0 10px 0;
	}
	.posts #fip-posts-loop .site-card {
		max-width: inherit;
		display: flex;
		align-items: flex-start;
	}
	.posts #fip-posts-loop .site-card .card-image{
		margin-bottom: 0;
	}
	.posts #fip-posts-loop .site-card .card-title{
		margin-top:25px;
	}
	.posts #fip-posts-loop  #loop-horizontal-pagination{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.localizacao {
		margin-bottom: 0;
	}
	.localizacao .row.equal-height {
		display: flex;
		aling-items: center;
	}
	.localizacao .colEndereco {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.localizacao .endereco {
		width: 350px;
	}
	.localizacao .mapa {
		display: block;
		height: 320px;
		margin-right: -15px;
		background: url(../../img/paginas-especiais/fip/mapa-localizacao.jpg) no-repeat 0 0;
		background-size: cover;
	}
	.moda {
		margin-top: -90px;
	}
	.moda .title {
		width: 380px;
		height: 606px;
	}
	.moda #slideModas {
		margin-top: 300px;
	}
}

@media only screen and (min-width: 940px) {
	.moda .title {
		width: 480px;
		height: 766px;
	}
	.moda #slideModas {
		margin-top: 420px;
	}
}

@media only screen and (min-width: 992px) {
	.topo {
		height: 490px;
	}
	.selecao .base {
		max-width: 990px;
		margin: 0 auto;
	}
	.selecao h2 {
		float: left;
		font-size: 28px;
		margin-top: 25px;
		text-align: left;
	}
	.selecao h2 strong {
		font-size: 44px;
	}
	.selecao .filtro {
		float: right;
		background: none;
		text-align: left;
		margin-top: 0;
		padding: 30px 15px 30px 50px;
	}
	.selecao .filtro:before {
		content: " ";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 2000px;
		background: #f8f8f8;
		
		height: 100%;
		border-radius: 68px;
	}
	.selecao .filtro ul li {
		margin-left: 0;
	}
	.selecao .filtro ul li:last-child {
		margin-right: 0;
	}
	.selecao .filtro ul li a {
		width: 135px;
	}
	.posts #fip-posts-loop .site-card {
		align-items: center;
	}
	.posts #fip-posts-loop .site-card .card-resume {
		margin-bottom: 0;
		float: left;
		width: 50%
	}
	.posts #fip-posts-loop .site-card .card-action-bt {
		float: right;
		width: 225px;
	}
	.localizacao .mapa {
		height: 490px;
	}
	.localizacao .endereco {
		width: 380px;
	}
	.moda {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1100px) {
	.moda #slideModas {
		width: 53%;
		margin-top: 420px;
	}
}

@media only screen and (min-width: 1200px) {
	.topo {
		height: 568px;
		background-size: initial;
	}
	.selecao .base {
		max-width: 1200px;
	}
	.selecao h2 {
		font-size: 33px;
		margin-top: 20px;
	}
	.selecao h2 strong {
		font-size: 52px;
	}
	.selecao .filtro ul li {
		margin-right: 20px;
	}
	.selecao .filtro ul li a {
		width: 150px;
	}
	.posts #fip-posts-loop .site-card .card-text {
		padding: 0 40px;
	}
	.localizacao .endereco {
		width: 450px;
	}
	.moda .title {
		width: 530px;
		height: 845px;
	}
	.moda #slideModas {
		margin-top: 490px;
	}
	.moda #slideModas .item.slick-active {
		opacity: 1;
	}
}

@media only screen and (min-width: 1360px) {
	.selecao .base {
		max-width: 1250px;
	}
	.selecao h2 {
		font-size: 38px;
		margin-top: 10px;
	}
	.selecao h2 strong {
		font-size: 60px;
	}
	.moda {
		margin-top: -170px;
	}
	.moda .title {
		width: 600px;
		height: 957px;
	}
	.moda #slideModas {
		margin-top: 560px;
	}
}

@media only screen and (min-width: 1440px) {
	.moda .title {
		width: 658px;
		height: 1049px;
	}
	.moda #slideModas {
		margin-top: 620px;
	}
}

@media only screen and (min-width: 1600px) {
	.moda {
		margin-top: -250px;
	}
	.moda #slideModas {
		width: 57%;
	}
}

@media only screen and (min-width: 1750px) {
	.moda {
		margin-top: -320px;
	}
	.moda #slideModas {
		width: 60%;
	}
}

@media only screen and (min-width: 1850px) {
	.moda {
		margin-top: -360px;
	}
	.moda #slideModas {
		width: 63%;
	}
}