/* #e7edf2 – Background
#d6e0e9 – Botões menu (azul)
#12cb90 – Verde destaques
#5c5b72 – Roxo ‘etiquetas’
#6b6a80 – Roxo (mais claro, opção de coworking sem foto)
#bbe4ff – Azul contato
#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;
}

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

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

body.pagina-unica {
	background-color: #6a6a7f;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 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;
	/* letter-spacing: 1px; */
	/* margin: 2px 0; */
	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: #12cb90;
	color: #00b771;
}

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

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

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

/* btn retornar */

.retornar {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 7vw;
}

@media(max-width: 768px){
	.retornar {

		left: 2vw;
	}
}
.retornar .return i {
	font-family: "Icons";
	font-size: 18px;
	color: #fff;
	/* padding: 0 7px; */
	cursor: default;
	font-style: normal;
	outline: none;
}

.return {
	background-color:#808495;
	padding: 11px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-family: 'Lato';
	color:#fff;
	font-weight: bold;
}

@media (max-width: 768px){
	.return {
		padding: 5px 9px 5px 5px;
		border-radius: 30px;
		font-weight: bold;
		font-size: .9em;
	}
}


/* 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: #fff;
	color: #12cb90;
	font-family: 'Lato';
	border-radius: 999px;
	padding: 8px 32px 8px 16px;
	text-align-last:center;
	font-weight: 400;
  -webkit-font-smoothing: initial;
}

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

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

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

.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;
}

.filters button.active {
	background: #12cb90;
	color: white;
}

/* cards */

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

.lista {
	margin-bottom: 140px;
	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: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

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

.site a:hover,
.telefone a:hover {
	color: white;
	transform: translateX( 4px );
}

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

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

.cw-mais {
	position: relative;
	background-color: #5c5b72;
	padding: 16px;
	border-radius: 8px;
	width: 100%;
	font-size: 14px;
	z-index: 3;
	/* margin: 8px; */
}

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: 16px;
}

/* #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: 16px auto;
	background-color: #6a6a7f;
	border-radius: 8px;
	padding: 8px;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	z-index: 1;
}

body.pagina-unica .card.media {
    position: relative;
    transition: all 0.5s ease;
    background-color: 
    #6a6a7f;
    padding: 8px;
    width: 100%;
    overflow: hidden;
	z-index: 1;
	margin: 0;
	max-width: 100%;
	border-radius: 0;
	height: 60vh;
}

/* @media (max-width: 1360px){
	body.pagina-unica .card.media {
		height: 30vh;
	}
} */

@media screen and (max-width:1289px) {
	body.pagina-unica .card.media {
		height: 40vh;
	}
}

@media screen and (min-width: 768px){
	body.pagina-unica .card.media {
		height: 41vh;
	}
}

@media screen and (max-width: 414px) and (min-width: 375px) {
	body.pagina-unica .card.media {
		height: 40vh;
	}
}

@media screen and (max-width: 425px){
	body.pagina-unica .card.media {
		height: 21vh;
	}
}

@media screen and (max-width: 320px) {
	body.pagina-unica .card.media {
		height: 20vh;
	}
}


body.pagina-unica .card {
    position: relative;
    transition: all 0.5s ease;
    background-color: 
    #6a6a7f;
    padding: 8px;
    width: 100%;
    overflow: hidden;
	z-index: 1;
	margin: 0;
	max-width: 100%;
	border-radius: 0;
	max-height: 560px;
}

@media (max-width: 768px){
	body.pagina-unica .card {
		max-height: 100%;
		height: 270px;
	}
}

.card.media {
	padding-top: 120px;
	background: #302f3b;
	background: rgba(30,30,37,1);
}

.card.hidden {
	display: none;
}

.card .cw-info {
	color: #FFF;
	pointer-events: none;
	font-family: 'Lato';
	width: calc( 100% - 32px );
	margin: 0 auto;
	z-index: 11111;
	position: relative;
	z-index: 2;
	/* bottom: 0px; */
	/* margin-bottom: -10px; */
	display: flex;
}

body.pagina-unica .cw-info {
	color: #FFF;
	pointer-events: none;
	font-family: 'Lato';
	width: calc( 100% - 32px );
	margin: 0 auto;
	z-index: 11111;
	position: relative;
	z-index: 2;
	/* bottom: 0px; */
	/* margin-bottom: -10px; */
	/* display: flex; */
}

.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;
}

body.pagina-unica .cw-nome {
	color: #FFF;
	font-family: "Estado Fine";
	margin-bottom: 7px;
	font-size: 2em;
}

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

.card .cw-info .endereco {
	margin-top: 16px;
	margin-bottom: 0px;
	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;
}

.icons-diferenciais {
	background-color: #56556b;
	border-radius: 8px;
	padding: 8px;
	margin: 16px 0;
	display: inline-flex;
	width: 100%;
	justify-content: space-evenly;
}

body.pagina-unica .icons-diferenciais {
	background-color: initial;
	border-radius: 8px;
	padding: 8px;
	margin: 16px 0;
	width: 100%;
	justify-content: space-evenly;
	display: grid;
	width: 20vw;
}

body.pagina-unica .icons-diferenciais-mobile { 
	display: none;
}

@media(max-width:768px){
	body.pagina-unica .icons-diferenciais { 
		display: none;
	}

	body.pagina-unica .icons-diferenciais-mobile { 
		display: block;
		background-color:#5d6175;
		padding: 4px 8px 4px 13px;
		margin-top: 20px;
		border-radius: 50px;
	}

	.cw-infobox {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
}



.icons-diferenciais i {
	font-family: "Icons";
	font-size: 18px;
	color: #48485d;
	/* padding: 0 7px; */
	cursor: default;
	font-style: normal;
	outline: none;
}

.icons-diferenciais i.active {
    color:  #bbe4ff;
}



body.pagina-unica .icons-diferenciais i {
    font-family: "Icons";
    font-size: 18px;
    /* color: #48485d; */
    cursor: default;
    font-style: normal;
    outline: none;
    padding-right: 10px;
    line-height: 30px;
}

body.pagina-unica .icons-diferenciais i {
    font-family: "Icons";
    font-size: 18px;
    color: #48485d;
    cursor: default;
    font-style: normal;
    outline: none;
    padding-right: 10px;
    line-height: 30px;
}

body.pagina-unica .icons-diferenciais-mobile i {
    font-family: "Icons";
    font-size: 18px;
    color: #48485d;
    cursor: default;
    font-style: normal;
    outline: none;
    padding-right: 10px;
    line-height: 30px;
}

body.pagina-unica .icons-diferenciais i.active {
    color:  #bbe4ff;
}

body.pagina-unica .icons-diferenciais-mobile i.active {
    color:  #bbe4ff;
}

body.pagina-unica .icons-diferenciais span {
    font-size: 1em;
    font-family: 'Lato';
	color:#bbe4ff;
}

.tippy-tooltip {
  background-color: #747d95;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #747d95;
}

.icons-diferenciais i.active {
	color: #bbe4ff;
}

.tippy-content {
	font-family: 'Lato';
	text-transform: uppercase;
	font-size: 10px;
	color: #bbe4ff;
}

span.icon-site,
span.icon-telefone {
	font-family: "Icons";
	font-size: 15px;
	color: #bbe4ff;
}

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

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

.cw-contato .telefone,
.cw-contato .site {
	display: flex;
	align-items: center;
  	margin-top: 4px;
}

.cw-contato p.cw-telefone {
	color: #bbe4ff;
}

.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;
}

.icn-mais.highlight::before {
	content: "";
	display: block;
	background-color:#12cb9036;
	height: 10%;
	width: 6%;
	position: absolute;
	bottom: 22px;
	border-radius: 50%;
	animation: pulse 1s infinite;
	right: 21px;
}

@keyframes pulse {
    from {box-shadow: 0 0 0 0 #00dbf2}
    to {box-shadow: 0 0 0 8px #00daf200}
}



.mapa-btn {
	/* width: 100%; */
	display: flex;
	justify-content: end;
	position: fixed;
	bottom: 24px;
	right: 92px;
	z-index: 110;
}

@media (max-width: 414px){
	.mapa-btn {
		width: 100%;
		display: flex;
		justify-content: end;
		position: fixed;
		bottom: 24px;
		right: 12px;
	}

	#fechar-mapa, .mapa-btn a {
		padding: 10px 20px;
		font-size: 1.1em;
	}
}

#fechar-mapa,
.mapa-btn a {
	padding: 11px 26px;
	margin: 4px 2px;
	background-color: #00b771;
	text-decoration: none;
	border-radius: 22px;
	font-size: 19px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 600;
	cursor: pointer;
	border: none;
}



#fechar-mapa {
	position: fixed;
	z-index: 1111111;
	bottom: 45px;
	right: 80px;
	display: none;
}

#mapa-overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 111;
	background-color: #d3d3d3;
	/* overflow: scroll; */
}

#mapa-titulo {
	display: none;
	position: fixed;
	z-index: 11111;
	padding: 11px 26px;
	margin: 4px 2px;
	background-color: #fff;
	border-radius: 22px;
	font-size: 15px;
	color: #808495;
	font-family: 'Lato';
	font-weight: 600;
	cursor: pointer;
	border: none;
	top: 60px;
	text-align: center;
	line-height: 1.333;
	max-width: 80%;
}

#mapa-titulo span {
	color: #00b771;
}

.mapa-btn a > span,
#fechar-mapa span {
	font-family: "Icons";
}

.nome-coworking-mapa {
	font-family: 'Lato';
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #d4d5db;
	font-weight: 600;
}

.endereco-coworking-mapa {
	margin: 0;
	color: #d4d5db;
	font-family: 'Lato';
	margin: 0;
	font-size: 16px;

}

span.site-coworking-mapa > a {
	font-family: "Icons";
	text-decoration: none;
	color: #808495;
}

.estilizar-mapa {
	display: flex;
	align-items: center;

}

.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 {
	position: relative;
	width: 100%;
	padding-top: 66.666%;
	background: #0c0c0f;
}

.placeholder img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.placeholder::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	/* height: 200px; */
	/* height: 100%; */
	background-image: linear-gradient( rgba( 30, 30, 37, .1 ), rgba( 30, 30, 37, 1 ));
}

.swiper-container {
	/* padding-top: 66.666%; */
	width: 100%;
	overflow: hidden;
	/* height: 300px; */
}

body.pagina-unica .swiper-container-2 {
	width: 100%;
	/* height: 100%; */
}

body.pagina-unica.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

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

.swiper-lazy {
	opacity: 0;
	transition: opacity .4s;
	user-select: none;
}

/* .swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
	transition: opacity .4s;
} */

.sem-lazy {
	opacity: 1;
	transition: opacity .4s;
	user-select: none;
}


.sem-lazy.swiper-lazy-loaded {
	opacity: 1;
	transition: opacity .4s;
}

img.sem-lazy {
	width: 100%;
	max-height: 100%;
}

#mapaUnico { 
	width: 100%;
	height: 50vh;
}

/* .card + #mapaUnico {
	width: 100%;
	height: 660px;

} */

@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;
	}





	/* .expediente p {
		font-size: 10px;
		text-align: left;
	}
	.logo-estadao {
		width: 26%;
	}
	.cw-mais { */
		/* width: 280px; */
		/* padding: 12px; */
	/* }
	.lista {
		margin-bottom: 80px;
	}

	/* .filters {
		margin: 20px;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		width: 90%;
	} */
	/* .icons-diferenciais a {
		font-family: "Icons";
		font-size: 14px;
		color: #bbe4ff;
		padding: 0 6px;
	}
	.card .cw-info {
		color: #FFF;
		font-family: 'Lato';
		width: 300px;
		z-index: 11111;
		position: relative;
		bottom: 0px;
		margin-left: 28px;
		margin-bottom: -10px;
		display: flex;
	}
	.producao {
		width: 90%;
	}
	.contato .title h3 {
		font-family: 'Lato';
		font-weight: 100;
		padding-right: 15px;
		font-size: 16px;
		margin-left: -60px;
	} */
}


.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;
}
