.section.section__home--2 h1,
.section.section__home--2 h2,
.section.section__home--2 h3,
.section.section__home--2 h4,
.section.section__home--2 h5,
.section.section__home--2 h6
{
	font-weight: 300;
}

.k__input .wpcf7-form-control-wrap {
	position: initial !important;
}

.banner .tns-nav button{
	margin: 0 5px;
}

.produto__bullets span{
	pointer-events: none;
}

.produto__nav__link--active{
	background-color: #737373;
	color: #FFF;
}

.nav__segmentos__item:hover .img__filter,
.nav__segmentos__item.active .img__filter
{
	filter: invert(1);
}

.nav__segmentos__item:hover img ,
.nav__segmentos__item.active img 
{
	filter: invert(1) saturate(0) brightness(0);
}

.nav__segmentos__item:hover,
.nav__segmentos__item.active
{
	position: relative;
}

.nav__segmentos__item:hover::before,
.nav__segmentos__item.active::before
{
	content: '';
	pointer-events: none;
}

@media (min-width: 768px) {
	.nav__segmentos__item::before {
		background-color: #7d9cbd;
		width: 100vw;
		height: 100%;
		z-index: 50;

		top: 0;
		position: absolute;
	}

	.nav__segmentos__item[data-filter="borracha"]::before {
		right: 100%;
	}

	.nav__segmentos__item[data-filter="plastico"]::before {
		left: 100%;
	}
}

.produto__bullets{

	min-width: 270px;
	height: 100%;
	font-size: 18px;

}

.produto__bullets__item,
.produto__bullets{
	position: relative;
	width: 100%;
}

.produto__bullets {
	z-index: 2;
	filter: none !important;
}

.produto__bullets__collapse {
	padding-top: 16px;
	margin-top: -16px;
	position: relative;
}

.produto__bullets__collapse ul{
	list-style: none;
	padding: 3rem 1rem ;
	font-size: 14px;

	background-color: #E6E6E6;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
	webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.produto__bullets[aria-expanded="true"] {
	background: #94ACC8;
	color: #FFF;
}

.produtos__close {
	border: none;
	background-color: #e6e6e6;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;

	padding: 12px 0 0 2px;
	border: none;

	width: 16px;
	height: 16px;

	font-size: 12px;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	
}

.produtos__close[aria-expanded="true"]  {
	background: linear-gradient(135deg, #94ACC8 0%, #94ACC8 50%, #e6e6e6 50%, #e6e6e6 100%);
}

.produtos__close[aria-expanded="false"] 
{
	background: linear-gradient(135deg, #FFF 0%, #FFF 50%, #e6e6e6 50%, #e6e6e6 100%);
}

@media (min-width: 992px) {
	.produto__bullets__collapse {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 50;

		width: 100%;
	}
}

.form-group{
	margin-bottom: 22px;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
   .editor__content{
    scrollbar-width: auto;
    scrollbar-color: #fff transparent;
  }

  /* Chrome, Edge, and Safari */
  .editor__content::-webkit-scrollbar {
    width: 2px;
  }

  .editor__content::-webkit-scrollbar-track {
    background: transparent;
  }

  .editor__content::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid transparent;
  }

.tab__nav{
	gap: 1.1rem;
	margin-right: 90px!important;
}

/*============================*/
/*K_FILE*/
/*============================*/
.k-input-drop-area{
    --droparea-radius: 1rem;

    position: relative;
    z-index: 0;

    padding: 2rem 3rem;
    border: 3px dashed #ccc;
    border-radius: 1rem;

    background: #f3f6ff;

    text-align: center;
    color: #777;
}

.k-input-drop-area-title {
    font-weight: 800;
    color: #232323;
    font-size: 1.25rem;

    margin-bottom: .5rem;
}

.k-input-drop-area-legend{
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    background: #0d6efd;
    border-radius: .25rem;
    color: #FFF;
    margin-top: .5rem;
}

.k-input-drop-area .k-file{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

    border-radius: var(--droparea-radius);
    cursor: pointer;
    opacity: 0;
}

.k-input-title{
    font-size: 1.25rem;
    color: #232323;
}

.k-input-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;

    max-height: 330px;
    overflow: auto;
}

.k-file-item{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content .5rem 1fr .5rem -webkit-min-content .5rem -webkit-min-content;
    -ms-grid-columns: min-content .5rem 1fr .5rem min-content .5rem min-content;
    grid-template-columns: -webkit-min-content 1fr -webkit-min-content -webkit-min-content;
    grid-template-columns: min-content 1fr min-content min-content;
    grid-gap: .5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding: 1rem;
    background: #FFF;
    border-radius: .5rem;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;

    color: #232323;
}

.k-file-item:hover {
    -webkit-box-shadow: 0 0 .5rem rgba(0,0,0,.2);
            box-shadow: 0 0 .5rem rgba(0,0,0,.2);
}

.k-file-item-name{
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.k-file-item-size{
    font-size: 1rem;
    white-space: nowrap;
}

.k-file-item svg {
    width: 1.25rem;
    height: 1.25rem;
}

.k-file-action{
    display: inline-block;
    padding: .375rem .5rem;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;

    color: #232323;
    background: #EEE;
}

.k-file-action:hover {
    color: #FFF;
    background: #dc3545;
    border-color: rgba(0,0,0,.2);
}

.form__parceiros .file__dropper{
    background: #FFF;
    color: #232323;
}

.form__parceiros .wpcf7-form-control-wrap{
    position: initial;
}

.form__parceiros .k__file__list{
    color: #222;
}

.section__parceiros{
    background-size: cover;
}

.form__parceiros a{
    display: block;
}

.form-check{
    padding-left: 0px;
}
.form-check input{
    margin-right: 10px;
}
.section__parceiros .form__footer{
    gap:0px;
}