
ul.tabs {
    margin: 0;
    /*padding: 0;*/
    float: left;
    list-style: none;
    /*height: 41px;
    border-bottom: 1px solid #E2E4E6;*/
    width: 100%;
}

ul.tabs li {
    float: left;
    margin:0px 10px;
    cursor: pointer;
    padding: 0px 0x;
    line-height: 41px;
    border: 3px solid #b6c4ce;
    background-color: #fff;
    color: #757575;
    /*overflow: hidden;*/
    position: relative;
    text-transform: uppercase;
    border-radius: 50%;
	display: block;
	width:13%;
}

.tab_last { /* border-right: 1px solid #333; */ }

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

ul.tabs li.active {
	background-color: #ff2342;
    color: #333;
    /* border-bottom: 1px solid #fff; */
    display: block;
}

ul.tabs li.active:after{
    content: '';
    position: absolute;
    left: 28%;
    top: 112%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #e8eef1;
    clear: both;
    /* z-index: 1; */
}

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

.tab_container h3 {
	font-size:14px;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_content .box-grey {
	margin-bottom:0px;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 767px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #D0D0D0;
		color: #545454;
		border-bottom: 2px solid #FFFFFF;
		margin: 0;
		padding: 14px 10px;
		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;
		text-transform: uppercase;
	}
	.d_active {
		background-color: #ff2342;
		color: #fff;
	}
	.titulo-g {
		display:none;
	}
}

.titulo-g {
    margin-left: -34px;
    margin-top: -34px;
    margin-right: -34px;
    padding: 16px 30px;
    background-color: #e8eef1;
    margin-bottom: 18px;
}


