.tabs {
	width: 100%;
	height: inherit;
	border: none;
	margin: 0 auto;
	z-index: 4 !important;
	position: relative;
	background: transparent;
}
.tabs > input.tab-selector {
	position: absolute;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.tabs-labels > label.tab:hover {
	color: #cd9e01;
}
.tabs-labels {
	display:flex;
}
.tabs-labels > label {
	width: 25%;
	transition: all 0.3s;
	text-align: center;
	border: none;
	color: #fff;
	padding: 30px;
	vertical-align: center;
	justify-content: flex-start;
	background: #333;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 36px !important;
	background: transparent;
	cursor: pointer;
	box-shadow: 0px 1px 0px 0px #cd9e01;
}
#tab-1:checked ~ .tabs-labels > #tab-label-1,
#tab-2:checked ~ .tabs-labels > #tab-label-2,
#tab-3:checked ~ .tabs-labels > #tab-label-3,
#tab-4:checked ~ .tabs-labels > #tab-label-4,
#tab-5:checked ~ .tabs-labels > #tab-label-5 {
	box-shadow: 0px 4px 0px 0px #cd9e01;
}
#tab-1:checked ~ .tabs-wrapper > #tab-content-1,
#tab-2:checked ~ .tabs-wrapper > #tab-content-2,
#tab-3:checked ~ .tabs-wrapper > #tab-content-3,
#tab-4:checked ~ .tabs-wrapper > #tab-content-4,
#tab-5:checked ~ .tabs-wrapper > #tab-content-5 {	
	opacity: 1;
	visibility: visible;
}
.tabs-wrapper {
	margin-top: 4px;
	background: transparent;
}
.tabs-wrapper .tab-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	padding: 10px 20px;
	width: 100%;
	height: 70vh;
	overflow: auto;	
}
.tab-content > h3 {
	font-family: 'Lato-thin';
	font-size: 24px;
	letter-spacing: -1px;
	margin: 10px 0 0;
}

/* Features */
.feature {
	font-size: 16px;
	font-weight: 200;
	max-width: 100%;
	margin: 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 0.5px solid #6c5300;
}
.feature label {
	color: #666;
	font-size: 18px;
}
.feature .radio-field > label {
	font-size: 14px;
}
.feature span {
	color: #bbb;	
}
.feature p {
	font-size: 16px;
	margin: 10px 15px 10px 0;
	line-height: 30px;
	margin-top: 10pt;
}

.feature > label:first-child {
	display: block;
}

.feature > label:first-child {
	padding: 0 0 6px 0;
	line-height: 18px;
}

[class*="sep"] {	
	margin: 0 10px; 
	font-style: italic;
}
.sep_medidas::before { content: "; "; }
.sep_cronologia::before { content: "-"; }
.sep_por::before { content: "por"; }
.sep::before { content: "; "; }

.feature th,
.feature td {
	padding: 5px 10px !important;
}
.feature thead th {
	border-bottom: 1px solid #cd9e01;
}
.feature tbody th:first-child {
	border-right: 1px solid #cd9e01;
}
.feature th {
	padding: 0 0 0.4em 0;
	text-align: initial;
	font-size: 1em;
	font-style: italic;
	line-height: 1.1em;
}

.editable-content .editable {
	display: inline-block;
	height: 36px;
	width: 100%;
	padding: 8px 0;
   cursor: pointer;
}

.editable-content .editable:empty::after,
/*.editable[data-type=form]::after, */
.editable-content .editable[data-data_index="-1"]::after {
	content:"...";
	color: #cd9e01;
}

.editable-grid .title::after{
	content:": ";
}
.editable-grid > :not(.title)::after {
	content: "; ";
}
.select > p > ::after {
	content: ". ";
}

/*span.editable:empty::after{
	content:"+";
	position: relative;
 	left: 97%;
	top: -1.5em;
	color: #cd9e01;
}*/
