/**** TABS ****/
li.simple-tabs-wp-plugin {
	position:relative;
    float: left;
    display: inline-flex;
    list-style: none;
	height:60px;
    border:1px;
	border-style: solid;
	border-color: #E0E0E0;
	border-right:0px;
    padding: 17px;
	cursor:pointer;
	user-select:none;
}
li.simple-tabs-wp-plugin.last {
	border-right: 1px solid #E0E0E0 !important;	
}
li.simple-tabs-wp-plugin a {
	text-align:center;
	color:#000;
	width: 100%;
	font-weight:600;
	font-family: Poppins;
	text-decoration:none;
	border-bottom:0px;
}
li.simple-tabs-wp-plugin.active:before {
	    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #ff962f;
    top: 0;
    left: 0;	
}
li.simple-tabs-wp-plugin.active:after {
	    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #FFF;
    bottom: -4px;
    left: 0;	
}
.contenido-simple-wp-tabs {
    width: 100%;
    clear: both;
    border: 1px solid #E0E0E0;
    padding: 18px;
	border-top:0px;
    z-index: 10;
	margin-bottom:50px;
}
