 @media (min-width: 681px) {
	 .feature-2__item.col {
		 flex: 1!important;
	 }
}
@media (max-width: 680px) {
	.categories-99-v2__nav li a {
		font-size: 0.625rem;
	}
	
	.header-scroll .icon {
		fill: #ff8200 !important;
		cursor: pointer;
	}

	.tela-inteira {
		background-color: rgba(0, 0, 0, 0.9);
	}

	.modal-caixa {
		width: 96% !important;
	}
	
	#buscar {
		display: inline !important;
	}
	
	
	.modal-titulo{
		width: 90% !important;
		text-align: center !important;
	}
	
	.title-modal {
		font-size: 24px !important;
		line-height: 28px !important;
	}
	
	.modal-resultado{
		width: 90% !important;
	}
	
	.results{
	  padding-left: 10px !important;
	  padding-right: 0px !important;
	}
	
	.link-geral {
		width: 100%;
		display: flex !important;
		height: 50px;
		text-decoration: none;
		color: #000000;
		cursor: pointer;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.suggest-title {
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis !important;
		white-space: nowrap;
		min-width: 30% !important;
		max-width: calc(98% - 50px) !important;;
	}
	
	.link-geral .newsroom-text {
		min-width: 30% !important;
		max-width: calc(93% - 50px) !important;
	}
	
	.traco {
		display: none;
	}
	
	.suggest-categories {
		order: 2;
		color: #757575 !important;
		position: relative;
		bottom: 5px !important;
		width: 75%;
	}
	
	.suggest-link{
		display: none !important;
	}
	
	.link-geral .newsroom, .link-geral .post, .link-geral .ajuda {
		bottom: 10px !important;
		margin-left: 2.5px;
/* 		width: 79.94px; */
		height: 12px;
		line-height: 0px !important;
		padding: 10px 8px !important;
		position: relative;
		bottom: -4px !important;
	}
}

@media (max-width: 400px) {
	.suggest-title {
		min-width: 30% !important;
		max-width: calc(97% - 50px) !important;
	}
	
	.link-geral .newsroom-text {
		min-width: 30% !important;
		max-width: calc(92% - 50px) !important;
	}
}

/*MODAL SEARCH*/
#modal-search {
	display: none;
}

.tela-inteira {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-caixa {
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	width: 900px;
	height: 531px;
	pointer-events: auto;
	background-color: #F6F6F6;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	border: none !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.modal-conteudo {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal-cabecalho{
	width: 100%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem 1rem;
}

.btn-close:focus {
	border: none;
	box-shadow: none !important;
}

.modal-titulo {
	width: 774px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px !important;
}

.title-modal {
	font-family: "Work Sans";
	font-weight: 800;
	font-size: 34px;
	line-height: 30px;
	color: #2E2E2E;
	padding-top: 10px;
}



/* .search-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0px 0px;
	margin-left: 5px;
} */

/* .menu-opened .search-nav {
	display: block !important;
	padding: 0 5px;
	padding-bottom: 20px;
} */

.icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	stroke-width: 0;
	stroke: currentColor;
	fill: #ffffff;
}

.icon-search-input {
	fill: #888;
}

.icon:hover {
	cursor: pointer;
}

.header-scroll .icon {
	fill: #000000;
}

.input-customize {
	top: 30px;
	padding-bottom: 20px !important;
}

.input-customize form {
	display: flex;
	width: 100%;
} 
.search-customize {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 50px;
	background: transparent;
	background: #ff8200 url(../img/icons/arrow__forward--white.svg?1527750196) center center no-repeat;
	background-size: auto;
	background-size: 14px 14px;
	width: 50px;
	height: 40px;
	border: none;
	border-radius: 0px 24px 24px 0px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus {
	box-shadow: none !important;
}

#lupa_resultado .post-card {
	padding: 5px 20px;
}

#lupa_resultado .post-card a {
	text-decoration: none !important;
	font-weight: 600 !important;
	color: #000000 !important;
}

/*Span palavra buscar que só aparece no Mobile!!!!*/
#buscar {
	display: none;
	font-weight: 400;
	font-size: 20px; 
	margin-left: -3px;
	color: #ff8200; 
	cursor: pointer;
}

.modal-resultado {
	width: 774px;
	overflow-y: scroll;
	height: 260px;
/* 	scrollbar-width: none !important; */
	margin-top: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	display: none;
	border-radius: 4px;
}

.modal-resultado::-webkit-scrollbar {
    display: none;
}

.results {
	padding-left: 25px;
	background: white;
	border-radius: 4px;
}

.titulo-resultado {
	width: 100%;
	display: flex;
	padding: 16px 0px;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #757575;
	font-weight: 400;
}

.link-geral {
	width: 100%;
	display: inline-block;
	height: 50px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.link-geral:hover {
	color: #000000;
}

.card-geral {
	padding-bottom: 10px;
}

.suggest-title {
	font-weight:700;
	font-size: 14px;
	line-height:28px;
	font-family: Work Sans;
	letter-spacing: -1px;
}

.suggest-categories{
	font-weight:500;
	font-size: 14px;
	line-height:28px;
	font-family: Work Sans;
	color: #000000;
}

.suggest-link {
	font-weight:400;
	font-size: 10px;
	line-height:28px;
	position: relative;
	bottom: 8px;
	color:#AFAFAF !important;
	
	width: 90% !important;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis !important;
	white-space: nowrap;
}

.link-geral .newsroom, .link-geral .post, .link-geral .ajuda {
/* 	width: 79.94px; */
	height: 12px;
	background: #FFDD00;
	color: #000000;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 9px;
	line-height: 28px;
	border-radius: 22px;
	padding: 3px 20px;
	position: relative;
	bottom: 2px;
}

.link-geral .post {
	background: #FF8200;
	color: #ffffff;
}

.link-geral .ajuda {
	background: #0094FF;
	color: #ffffff;
}

.hr_ajuda{
	margin-left: -25px;
	opacity: 0.2;
	margin-top: 0;
}


.submit-lente {
  position:absolute;
  top:0; right:0;
  z-index:10;
  border:none;
  background:transparent;
  outline:none;
}

.submit-line {
  position: relative;
  width: 200px;
}

.submit-line input {
  width: 100%;
}

.lupa_input{
	background-image: url('../img/lupa-modal.png');
	background-repeat: no-repeat;
	background-position: 11px center;
	border-top-left-radius: 24px !important;
	border-bottom-left-radius: 24px !important;
	padding-left: 40px !important;
	border: none !important;
	height: 40px;
	background-size: 18px 18px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.lupa_input:focus {
   border: none;
}

