.tab_ns ul.tabs {
    display: grid;
    grid-template-columns: repeat(4, 25%);
	margin-top: 50px;
}

.tab_ns ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;

	border-bottom: 1.5px solid #cfb174;

	overflow: hidden;
	position: relative;
    text-align: center;
    font-family: 'm-regular';
}

.nossos_servicos p:nth-of-type(1){
	text-align: center;
	font-family: 'm-regular';
}

.nossos_servicos .subtitle_1{
	text-align: center;
	font-family: 'm-normal';
	font-size: 2rem;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 0px;
	display: grid;
	grid-template-columns: 50%;
	justify-content: center;

}

.nossos_servicos .subtitle_1 span{
	color: #cfb174;
}





.tab_ns  ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

.tab_ns  ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1.5px solid var(--cor-verde-escuro);
	display: block;
}

.tab_ns .tab_container {
	/* border: 1px solid #333; */
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {

	display: none;
}

.conteudo_tab{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    margin: 50px 0px;
}

.conteudo_tab img{
    width: 100%;
}

.conteudo_tab .texto{
    background-color: var(--cor-verde);
    display: grid;
    grid-template-columns: 60%;
	justify-content: center;
    align-items: center;
    color: white;
	text-align: center;

}

.conteudo_tab .texto .subtitle{
    font-family: 'man-normal';
    font-size: 3rem;
    margin: 20px 0px;
}

.conteudo_tab .texto .descricao{
    font-family: 'm-medium';
    margin-bottom: 20px;
}

.conteudo_tab .texto button{
    font-family: 'm-regular';
    margin-bottom: 20px;
	color: white;
    border: 1px solid white;
    padding: 10px 20px;
	background: transparent;
}


@media only screen and (max-width: 813px) {

    .conteudo_tab {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin: 30px 0px;
    }

    .conteudo_tab .texto .subtitle {
        font-family: 'man-normal';
        font-size: 1.2rem;
        margin: 20px 0px;
    }

    .conteudo_tab .texto {
        background-color: #FAF5EC;
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        align-items: center;
        color: black;
        padding-left: 15%;
        padding: 10px 0;
    }

	.tab_ns .tabs{
		display: none;
	}

}

.tab_ns .tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tab_ns .tabs {
		display: none;
	}
	.tab_ns .tab_drawer_heading {
		background-color: var(--cor-verde-escuro);
		color: #fff;
		border-top: 1px solid white;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.tab_ns .d_active {
		background-color: #666;
		color: #fff;
	}

	.conteudo_tab .texto button {
		font-family: 'm-regular';
		margin-bottom: 20px;
		color: black;
		border: 1px solid black;
		padding: 10px 20px;
		background: transparent;
	}
}