/* #e7edf2 – Background
#d6e0e9 – Botões menu (azul)
#bbe4ff – Azul contato
#12cb90 – Verde destaques
#5c5b72 – Roxo ‘etiquetas’
#6b6a80 – Roxo (mais claro, opção de coworking sem foto)
#5d6175 – Título “Encontre coworkings próximos…”
#808495 – Texto da página “Faltou alguma coisa?… Foram encontrados…”
#231f28 – Overlay (opacidade 90%) */

*,
*::before,
*::after {
	box-sizing: border-box;
}

button > a { 
	cursor: pointer;

}

@font-face {
	font-family: "Icons";
	src: url('../icons/font/pmecoworkings.woff2') format("woff2"), url('../icons/font/pmecoworkings.woff') format("woff");
}

body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* logo */

.header-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
}
  
@media (min-width: 640px) {
	.header-container {
	  margin-bottom: 48px;
	}
}
  
.oesp {
	display: inline-block;
	position: relative;
	top: 0.19em;
	font-family: OESP;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
.oesp-capital {
	font-size: 1.2em;
}
  
.oesp-estadao:before {
	content: '\f000';
}
  
.oesp-estadao-symbol:before {
	content: '\f001';
}
  
.oesp-estadao-logotype:before {
	content: '\f002';
}
  
.brand {
	color: #FFF;
	font-size: 32px;
}

.padder {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 16px 0;
	overflow: hidden;
}

.logo-estadao {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	padding: 8px;
	cursor: pointer;
	text-decoration: none;
}

.logo-estadao img {
	height: 24px;
}

.pme {
	color: #5d6175;
	opacity: .75;
	text-align: center;
	font-weight: bold;
	font-family: 'Lato';
	font-size: 18px;
	margin-bottom: 0px;
}

.pme a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.title-select {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

.filters {
	user-select: none;
}

.filters span {
	color: #5d6175;
	font-family: "Estado Fine", serif;
	font-weight: 800;
	text-align: center;
	font-size: 36px;
}

#search {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#search span.pesquisa-titulo {
	font-family: 'Lato';
	font-size: 14px;
	margin: 60px 0 20px;
	text-transform: uppercase;
	color: #808495;
	font-weight: 600;
}

#search input[type=search]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fff;
	color: #12cb90;
	font-family: 'Lato';
	border-radius: 999px;
	padding: 8px 32px 8px 16px;
	text-align-last:center;
	font-weight: 700;
	-webkit-font-smoothing: initial;
}

.lista {
	width: 100%;
	margin-top: 24px;
}

.lista-preview p {
  margin: 4px;
}

.lista-preview strong {
	color: #896167;
}

.lista-preview p,
.cw-faltouAlgo p,
.apresentacao p,
.expediente p {
	font-family: 'Lato';
	font-size: 12px;
	text-align: center;
	color: #896167;
}

.expediente p,
.apresentacao p {
	text-align: left;
}

.apresentacao h3,
.expediente h3 {
	text-align: left;
	font-family: 'Lato';
	font-size: 12px;
	color: #896167;
}

/* select */

textarea, select, input, button {
	outline: none;
}

.select-wrap {
	position: relative;
	display: inline-flex;
	/* justify-content: center; */
	align-items: center;
	top: -.25em;
	margin: 0 .5em;
}

.select-wrap::after {
	content: '▾';
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	color: #acaeb9;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	user-select: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background: #ede7e7;
	color: #896167;
	font-family: 'Lato';
	border-radius: 999px;
	padding: 8px 32px 8px 16px;
	text-align-last:center;
	font-weight: 900;
  -webkit-font-smoothing: initial;
}

select::-ms-expand {
  display: none;
}

.buttons {
	margin: 38px auto;
  -webkit-font-smoothing: initial;
}

.filters {
	margin: 20px auto 48px;
	text-align: center;
	line-height: 1.333;
	max-width: 500px;
}

.filters button {
	padding: 8px 16px;
	margin: 4px 2px;
	/* background-color: #d6e0e8; */
	border-radius: 22px;
	font-size: 14px;
	line-height: 18.4px;
	text-transform: uppercase;
	/* color: #00b771; */
	font-family: 'Lato';
	font-weight: 400;
	cursor: pointer;
	border: none;
	transition: all .333s;
	background: #ede7e7;
	color: #896167;
}

.filters button.active {
	/* background: #e6edf7; */
	/* color: #896167; */
	background-color: #896167;
	color: #e6edf7;
}

/* cards */

.cw-faltouAlgo {
	margin: 30px 0;
}

.lista {
	margin-bottom: 10px;
	opacity: 1;
	transition: all .6s;
}

.lista.filtering {
	opacity: 0;
	transform: translateY( 32px );
	transition: transform .6s;
}

.spacer {
	height: 96px;
	background: pink;
	pointer-events: none;
}

.cw-fotos {
	position: absolute;
	width: 100%;
	height: 486px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

a.cw-site,
.telefone a {
	color: #896167;
	text-decoration: none;
	font-family: 'Lato';
	transition: all .4s;
	cursor: pointer;
}


.cw-site > a:hover {
	color: white;
	transform: translateX( 4px );
}

.site a,
.site p,
.telefone a {
	margin: 0 6px;
	font-size: 14px;
}

.cw-infobox {
	display: flex;
	margin-bottom: 50px;
	margin-top: 50px;
}

.cw-mais {
	position: relative;
	padding: 16px;
	border-radius: 8px;
	width: 100%;
	font-size: 14px;
	z-index: 3;
}

body.pagina-unica .cw-mais {
	position: relative;
	background-color: initial;
	padding: 0px;
	border-radius: 8px;
	width: 100%;
	font-size: 14px;
	z-index: 3;
}

.cw-mais p {
	color: #FFF;
	font-family: 'Lato';
	margin: 0 0 2px;
	line-height: 1.333;
}

.cw-mais p.cw-dicas {
	margin-bottom: 8px;
}

.cw-mais p.custo {
	margin-top: 16px;
	font-weight: bold;
	color: #12cb90;
}

.cw-mais .cw-horario-detalhe {
	font-style: italic;
	opacity: .5;
  font-size: 12px;
}

.cw-mais p.cw-resumo {
	margin-bottom: 8px;
}

/* #mapa {
	width: 350px;
	height: 190px;
} */

.producao,
.contato {
	margin: 16px auto;
	padding: 8px;
	width: 100%;
	max-width: 400px;
	line-height: 1.5;
}

.btn-contato {
	white-space: nowrap;
}

.card {
	position: relative;
	transition: all 0.5s ease;
	margin: 56px auto;
	/* background-color: #6a6a7f; */
	background-color: #e6edf7;
	border-radius: 8px;
	padding: 8px;
	width: 100%;
	max-width: 400px;
	/* overflow: hidden; */
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nicho-tag {
    position: absolute;
    top: -20px;
	z-index: 111111;
}

.nicho-tag p.tipo-tag {
	padding: 8px 16px;
	margin: 4px 2px;
	color: #ffffff;
	border-radius: 22px;
	font-size: 13px;
	line-height: 18.4px;
	text-transform: uppercase;
	background-color:#896167;
	font-family: 'Lato';
	font-weight: 600;
	border: none;
	text-align: center;
}

.card.media {
	padding-top: 20px;
	/* background: #302f3b; */
    background: rgba(30, 30, 37, 0.95);
}

.card.hidden {
	display: none;
}

.card .cw-info {
	color: #896167;
	/* pointer-events: none; */
	font-family: 'Lato';
	width: calc( 100% - 32px );
    margin: 15px auto 0;
	z-index: 11111;
	position: relative;
	z-index: 2;
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.card .creditos {
	display: flex;
	align-items: end;
	text-align: center;
	font-family: 'Lato';
	font-size: 11px;
	margin-bottom: 11px;
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 1;
	color: rgba( 255, 255, 255, 0.5 );
}

.card .cw-info .cw-nome {
	color: #FFF;
	font-family: "Estado Fine";
	margin-bottom: 7px;
}

.card .cw-info .endereco {
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 14px;
}

.carregar {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.carregar a {
	padding: 8px 14px;
	background-color: #12cb90;
	border-radius: 22px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Lato';
	/* font-weight: 600; */
	cursor: pointer;
	text-decoration: none;
}

.diferenciais ul {
    padding-left: 20px;
    column-count: 2;
    column-gap: 0px;
}

.diferenciais ul > li {
    font-family: 'Lato';
	color: #bbe4ff;
	font-size: 0.9em;
    width: 133px;
}

.boxes { 
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	max-width: 200px;
}

.info-obs { 
	padding: 10px 19px;
	margin: 5px;
	background-color: #fff;
	border-radius: 60px;
	color: #896167;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px;
}

.main-info {
	max-width: 350px;
	margin: 10px auto;
}

span.icon-site {
	font-family: "Icons";
	font-size: 15px;
	color: #896167;
	padding-left: 3px
}

span.icon-credito {
	font-family: "Icons";
	font-size: 12px;
	/* color: #808495; */
}

.cw-contato {
	display: flex;
	justify-content: space-between;
}

.cw-contato .site {
	display: flex;
	align-items: center;
	margin-top: 4px;
	font-style: italic;
}

.saiba-mais {
	width: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.saiba-mais a {
	font-family: "Icons";
	font-size: 33px;
	color: #12cb90;
	text-decoration: none;
	cursor: pointer;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
	background-color: #5c5b72 !important;
}

.gm-style .gm-style-iw-c {
	padding: 12px !important;
	overflow: hidden !important;
}

.gm-style-iw-d {
	overflow: hidden !important;
}

.hidden {
	display: none;
}

.contato {
	padding: 8px 24px;
	background-color: #d5dfe8;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin: 32px auto;
	color: #5d6175;
}

.contato .title h3 {
	font-family: 'Lato';
	font-weight: 100;
	padding-right: 15px;
	font-size: 16px;
}

.contato .title h3 span {
	font-family: 'Lato';
	font-weight: 600;
	color: #5d6175;
	white-space: nowrap;
}

.contato .btn-contato a {
	padding: 8px 14px;
	background-color: #5d6175;
	border-radius: 22px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Lato';
	/* font-weight: 600; */
	cursor: pointer;
	text-decoration: none;
}

.placeholder::after {
	content: '';
	position: absolute;
	top: 70px;
	right: 0;
	bottom: -1px;
	left: 0;
	background-image: linear-gradient( rgba( 30, 30, 37, 0 ), rgba(30, 30, 37, 0.83));
}

.swiper-container {
    width: 100%;
    overflow: hidden;
	border-radius: 7px 7px 0 0;
    border: none;
}

.swiper-slide {
	user-select: none;
}



@media (max-width: 768px) {
	.filters button {
		font-size: 12px;
    	padding: 4px 12px;
	}
	.filters span {
		font-size: 28px;
	}
	.select-wrap {
		top: initial;
	}
	.lista-preview {
    	margin-bottom: 24px;
	}
	.contato {
    	padding: 4px 16px;
	}
}


.publicidade {
	display: inline-block;
}

.publicidade.__notempty {
	display: block;
	text-align: center;
}

.publicidade.__notempty::before {
	content: 'Publicidade';
	display: inline-block;
	font-family: 'Lato';
	color: #6a6a7f;
	opacity: .5;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 8px;
}

.main-ad .publicidade.__notempty {
	background: pink;
	position: relative;
	top: 0;
	background: #d6e0e8;
	padding: 32px 0;
	margin: 0 !important;
}
