/*
#fdefdb – Background
#5d5d5d – Texto comum
#f7941d – Botões e texto em destaquea
 */

 :root {
  --litepickerBgColor: #fff !important;
  --litepickerMonthButtonHover: #f7941d !important;
  --litepickerDayColorHover: #f7941d !important;
  --litepickerDayIsTodayColor: #f7941d !important;
  --litepickerDayIsInRange: #fdefdb !important;
  --litepickerDayIsStartBg: #f7941d !important;
  --litepickerDayIsEndBg: #f7941d !important;
  --litepickerButtonApplyBg: #f7941d !important;
}

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

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

body.pagina-unica {
	background-color: #fdefdb;
	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;
}

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

.section-kicker 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: #5d5d5d;
	font-family: "Estado Fine", serif;
	font-weight: 800;
	/* letter-spacing: 1px; */
	/* margin: 2px 0; */
	text-align: center;
	font-size: 36px;
}

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

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

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

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

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

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


/* select */

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

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

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

.filter-wrap--input::after{
	color: #f7941d;
}

select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #f7941d;
	color: #ffffff;
	font-family: 'Lato';
	font-size: 12px;
	border-radius: 999px;
	padding: 10px 32px 10px 16px;
	text-align-last: center;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-font-smoothing: initial;
	text-align: center;
}

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

input {
	background: #ffffff;
	color: #f7941d;
	cursor: pointer;
	padding: 10px 8px 10px 0;
}

.litepicker .container__days .day-item {
	cursor: pointer !important;
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background-color: #f7941d !important;
}

.litepicker .container__days .day-item.is-start-date:hover,
.litepicker .container__days .day-item.is-end-date:hover {
	box-shadow: none !important;
}

.litepicker .container__days .day-item.is-in-range {
	background-color: #fdefdb !important;
}

.litepicker a {
	/* cursor: pointer !important; */
}

.noUi-target {
  background: #fbca90;
  border-radius: 999px;
  border: 0;
  box-shadow: none;
  width: 180px;
  display: inline-block;
  margin: 30px 15px 0 15px;
}

.noUi-target:after {
  content: 'KM';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Lato', sans-serif;
  color: #f7941e;
  font-size: 12px;
}

.noUi-horizontal {
  height: 14px;
}

.noUi-connect {
  background: #f7941d;
	border-radius: 999px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  box-shadow: none;
  background-color: #f7941d;
  border: 2px solid #fff;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -9px;
	top: -3px;
}

.noUi-handle:after,
.noUi-handle:before {
	content: none;
}

.noUi-horizontal .noUi-tooltip {
	background: transparent;
	border: none;
	color: #f7941d;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.noUi-handle {
  outline: transparent;
  cursor: pointer;
}

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

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

.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: #f7941d;
	font-family: 'Lato';
	font-weight: 400;
	cursor: pointer;
	border: none;
	transition: all .333s;
}

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

/* 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;
}

.card {
	position: relative;
	transition: all 0.5s ease;
	margin: 56px 20px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 8px;
	max-width: 640px;
	z-index: 1;
	font-family: 'Lato', sans-serif;
	color: #5d5d5d;
}

.card.media {
	margin: 200px 20px 56px 20px;
}

.card.hidden {
	display: none;
}

.hidden {
	display: none;
}

.card .cr-fotos {
	height: 0;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	padding-bottom: 65%;
	margin-top: -150px;
	filter: brightness(0.97);
	position: relative;
	z-index: 1;
}

.card .cr-info {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 9;
}

.card .btn-signup {
	margin: 0 auto;
  padding: 10px 15px;
  background-color: #f7941d;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: -2em;
}

.card .btn-signup:active {
  background: #bd7117;
}

.card .cr-nome {
	color: #f7941d;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0.5em auto;
	text-align: center;
}

.card .cr-blocks-container {
  display: flex;
	flex-direction: column;
  margin: 20px 0;
}

.cr-block {
	text-align: center;
	position: relative;
}

.cr-block:nth-child(2) {
  margin: 15px 0;
  padding: 15px 0;
}

.cr-block:nth-child(2):before,
.cr-block:nth-child(2):after {
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	background-color: #acacac;
	left: 35%;
}

.cr-block:nth-child(2):before {
	top: 0;
}

.cr-block:nth-child(2):after {
	bottom: 0;
}

.cr-block h3 {
  text-transform: uppercase;
  font-size: 13px;
  color: #f7941d;
  margin: 0.8em 0 0.5em 0;
}

.cr-block p {
  margin: 0 0 1em;
  font-size: 14px;
}


@media (min-width: 660px) {
	.card {
		margin: 100px auto 56px auto;
	}

	.card.media {
		margin: 230px auto 56px auto;
	}

	.card .cr-blocks-container {
		flex-direction: row;
	}

	.card .cr-block {
		flex: 30% 0 0;
	}

	.cr-block:nth-child(2) {
    margin: 0 2.5%;
    padding: 0 2.5%;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
	}

	.cr-block:nth-child(2):before,
	.cr-block:nth-child(2):after {
		content: 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;
}

@media (max-width: 768px) {
	.filters button {
		font-size: 12px;
    	padding: 4px 12px;
	}
	.filters span {
		font-size: 28px;
	}
	.filter-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;
}

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

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

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

.contato .title {
	flex: 50% 0 0;
}

.contato .btn-contato {
	flex: 50% 0 0;
	text-align: center;
}

.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: #5d5d5d;
	white-space: nowrap;
}

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