

.editor_normale {
	color: #333;
}

.editor_normale h2 {
	text-transform: uppercase;
    color: var(--secondary);
    font-weight: 700;
}


.tabs {
	position: relative;
    /*background: #ebebeb;*/
    padding: 20px;
	border-radius:5px;
}


.tabs input[name=tab-control] {
	display: none;
}
.tabs .content section h2
{
	font-family: Titillium Web;
    font-weight: bold;
    font-size: 20px;
}

.tabs .content section h2 i {
    margin-left: 10px;
}


.tabs ul li label
{
	font-family: Titillium Web;
	font-weight: 800;
    font-size: 15px;
	
    border-radius: 5px;
}

/*************  people_tab  ***********/

#people_tab ul {
list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    gap: 3.33%;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#people_tab ul li {
    box-sizing: border-box;
    padding: 8px 20px;
    text-align: center;
    width: 30%;
    display: flex;
    gap: 10px;
    background-color: #eeeeee;
    margin: 5px;
    justify-content: flex-start;
    border-radius: 5px;
}


#people_tab li a {
	font-size: 15px;
    font-weight: 600;
	
}

#people_tab li a:hover {
	color: var(--blu);
	transition:.5s;
}


#people_tab .icon-people {
    width: 22px;
    height: 22px;
}

#people_tab .icon-people i {
    font-size: 11px;
}

#people_tab .nome_partecipant {
	    font-size: 16px;
    font-weight: 600;
    color: var(--blu);
}


.tabs ul {
	list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tabs ul li {
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    width: 25%;
    display: flex;
    /* gap: 10px; */
    background-color: #eeeeee;
    /* margin: 5px; */
    justify-content: center;
	
}

@media screen and (max-width: 992px) {
	.tabs ul li {width:50%;  }
}

.tabs ul li label {
	transition: all 0.3s ease-in-out;
	color: #333;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tabs ul li label br {
	display: none;
}

.tabs ul li label img {
	transition: all 0.2s ease-in-out;
    cursor: pointer;
	mix-blend-mode: darken;
}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
	outline: 0;
	color: #bec5cf;
}

.tabs ul li label:hover img, .tabs ul li label:focus img, .tabs ul li label:active img {
	fill: #bec5cf;
}



.tabs .content {
	margin-top: 30px;
    border-top: 2px solid var(--main);
    padding-top: 20px;
}
.tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
}
.tabs .content section h2 {
	color: var(--secondary);
	/*display: none;*/
}
.tabs .content section h2::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	background: var(--secondary);
	margin-top: 5px;
	left: 1px;
}



.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label ,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label ,
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label ,
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label ,
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label ,
.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label ,
.tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label ,
.tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label
{
	cursor: default;
	color: var(--main);
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
}


.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) ,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) ,
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) ,
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) ,
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) ,
.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) ,
.tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) ,
.tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) 
{
	background-color: #fff;
    cursor: default;
    border-top: 5px solid var(--arancione);
    color: var(--arancione);
    font-size: 15px;
    letter-spacing: -0.05em;
    text-transform: none;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}









/*
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label ,
	.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label ,
	.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label ,
	.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label ,
	.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label ,
	.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label ,
	.tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label ,
	.tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label 
	{
	background: rgba(0, 0, 0, 0.08);
	}
	}
*/
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) ,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) ,
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) ,
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) ,
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) ,
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) ,
.tabs input[name=tab-control]:nth-of-type(7):checked ~ .content > section:nth-child(7) ,
.tabs input[name=tab-control]:nth-of-type(8):checked ~ .content > section:nth-child(8) 


{
	display: block;
}


/*
	
	.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
	cursor: default;
	color: var(--main);
	background-color: #fff;
	border-radius: 5px;
	
	}
	
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
	background: rgba(0, 0, 0, 0.08);
	}
	}
	
	.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
	display: block;
	}
	
	
	.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
	cursor: default;
	color: var(--main);
	}
	
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
	background: rgba(0, 0, 0, 0.08);
	}
	}
	
	.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
	display: block;
	}
	.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
	cursor: default;
	color: var(--main);
	}
	
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
	background: rgba(0, 0, 0, 0.08);
	}
	}
	
	.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
	display: block;
	}
	
	********************** quattro *************
	.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
	cursor: default;
	color: var(--main);
	}
	
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
	background: rgba(0, 0, 0, 0.08);
	}
	}
	
	.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
	display: block;
	}
	
	*********************** quattro *************
	.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
	cursor: default;
	color: var(--main);
	}
	
	@media (max-width: 600px) {
	.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
	background: rgba(0, 0, 0, 0.08);
	}
	}
	
	.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
	display: block;
	}
	
*/



@-webkit-keyframes content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
@media (max-width: 1000px) {
	.tabs ul li label {
		white-space: initial;
	}
	.tabs ul li label br {
		display: initial;
	}
	
}
@media (max-width: 600px) {
	
	.tabs ul li label span {
		display: block;
	}
	
	.tabs .content {
		margin-top: 20px;
	}
	.tabs .content section h2 {
		display: block;
	}
}								
