@font-face {
	font-family: 'Averia Sans Libre';
	src: url('../fonts/AveriaSansLibre-Regular.ttf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	font-family: 'Roboto';
	color: #444;
}

.container {
	width: 1300px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background-color: #dfeeed;
	padding: 30px 40px;
}

.header .header_up {
	display: inline-flex;
	position: relative;
    left: 50%;
    margin-left: -111px;
}

.header_up img {
	height: 60px;
}

.header_top {
	display: flex;
	padding: 20px 350px;
}

.header_top img {
	position: absolute;
	height: 60px;
}

.header_body {
	background-image: url('../images/Teatro-per-Bambini-Landing-.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-height: 630px;
}

.header_top h2 {
	font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.videos_section {
	width: 100%;
	padding: 100px 0 120px;
}

.videos_section .intro {
	text-align: center;
	font-size: 25px;
}

.video_row {
	margin-top: 100px;
    display: flex;
}

.video_row .video {
	flex: 2;
	max-width: 800px;
}

.video_row .video iframe {
	max-width: 100%;
}

.video_row .description {
	flex: 1;
	padding-top: 20px;
}

.titleIntro, .title_offer {
	font-family: 'Averia Sans Libre';
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;	
}

.video_row .description h1 {
	font-family: 'Averia Sans Libre';
	font-size: 40px;
}

.video_row .description p {
	margin-top: 15px;
	font-size: 25px;
	font-weight: 400;
}

.banner_section {
	width: 100%;
	background-image: url('../images/banda azzurra.jpg');
	background-size: 105% 100%;
	background-position: center;
	padding: 140px 0 120px;
}

.banner_section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner_section .intro {
	padding: 20px 180px 0px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.banner_section .index {
	display: flex;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	justify-content: center;
}

.banner_section .button:hover {
	background: #1D6E30;
	color: #FFFFFF;
}

.banner_section .button {
	margin-top: 70px;
    background: #FFFFFF;
    border: 2px solid #1D6E30;
    padding: 10px 20px;
    border-radius: 40px;
    color: #1D6E30;
    text-decoration: none;
    font-family: 'Averia Sans Libre';
    font-weight: 700;
    font-size: 24px;
}

.offer_section {
	width: 100%;
	background-color: #ffedc5b0;
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px;
}
.offer_section .titleIntro {
	padding-bottom: 50px;
}
.offer_section .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer_section .container .plus {
	font-family: 'Averia Sans Libre';
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	padding: 0 60px 40px;
}

.offer_section .container div {
	max-width: 250px;
	text-align: center;
}
.offer_section .offer_description {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
}

.offer_section .offer_description span {
	margin-top: 20px;
	color: #E84326;
	font-family: 'Averia Sans Libre';
}

.offer_section .titleIntro span {
	font-size: 23px;
}

.index_section {
	width: 100%;
	padding: 100px 0 90px;
}

.index_section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.index_section .intro {
	padding-top: 20px;
	font-size: 23px;
	text-align: center;
}

.index_section .index {
	display: flex;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	justify-content: center;
}

.index_foto {
	margin-left: 50px;
}

.index_foto img{
	width: 600px;
}

.index .index_text {
	width: 750px;
	padding: 20px 10px 0;
	line-height: 24px;
}

.accor_closed .accor_title {
	position: relative;
	padding-right: 20px;
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1.5px solid #f8826dbb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 23px;
	color: #E84326;
	
}

.accor_closed .accor_title:hover {
	border-color: #1D6E30;
}

.accor_closed .accor_title:before,
.accor_closed .accor_title:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 20px;
	height: 2px;
	background: #E84326;
}

.accor_closed .accor_title:after {
	transform: rotate(-90deg);
	transition: all 0.5s ease;
}

.accor_closed .accor_body {
	width: 100%;
	height: 0px;
	transition: all 0.5s ease;
	overflow: hidden;
}

.accor_closed .accor_body p {
	padding: 15px;
	font-size: 20px;
	line-height: 25px;
}

.accor_closed .accor_title.active {
	border-color: #1D6E30;
}

.accor_closed:last-child .accor_title.active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.accor_closed .accor_title.active:before,
.accor_closed .accor_title.active:after {
	background: #1D6E30;
}

.accor_closed .accor_title.active:after {
	transform: rotate(0);
}

.accor_closed .accor_title.active + .accor_body {
	height: auto;
	color: #444;
}

.credits_section {
	width: 100%;
	padding: 80px 0 60px;
}

.credits_section .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
}

.credit {
	max-width: 300px;
	text-align: center;
	margin-top: 60px;
}

.credit img {
	width: 160px;
}

.credit h3 {
	margin-top: 15px;
}

.credit p {
	margin-top: 15px;
}

.footer_section {
	background-color: #eee;
	padding: 60px 0 30px;
}

.footer_row {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
}

.footer_column {
	display: inline-block;
}

.footer_column:first-child {
	margin-right: 245px;
}

.footer_column img.lezione-online {
	width: 300px;
	max-width: 100%;
}

.footer_column img.speak-up {
	width: 300px;
	max-width: 100%;
}

.footer_column a {
	color: #444;
}

.footer_bottom_section {
	background: #232b2d;
	text-align: center;
	padding: 15px;
	color: #dddddd;
	font-size: 13px;
}

@media only screen and (max-width: 1366px) {
	.header_top {
		flex-direction: column;
		padding: 20px 0px;
	}
	
	.header_top img {
		display:none !important
	}

	.header {
		background-position: 30% 50%;
	}

	.header_body {
		padding: 0 2%;
		min-height: 550px;
	}

	.container {
		width: 1200px;
	}

	.banner_section {
		background-size: 1300px 100%;
	}
}

@media only screen and (max-width: 1279px) {
	.header {
		background-position: 22% 50%;
	}

	.container {
		width: 90%;
	}

	.banner_section .intro {
		padding: 20px 20px 0px;
	}

	.videos_section {
		padding: 80px 0;
	}

	.video_row {
		flex-direction: column;
		text-align: center;
		margin-top: 60px;
	}

	.video_row:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.video_row .video {
		margin: 0 auto;
	}

	.video_row .description {
		text-align: center !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-bottom: 30px;
	}

	.index_section .index {
		flex-direction: column;
		align-items: center;
	}

	.index_section .index .index_foto {
		padding-top: 80px;
		margin: 0;
	}

	.footer_column img.lezione-online {
		width: 180px;
		margin-bottom: 15px;
	}

	.footer_column img.speak-up {
		width: 200px;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1023px) {
	.header_body {
		min-height: 400px;
	}

	.header_top {
		flex-direction: column;
	}
	.header_top img {
		display:none !important
	}
	.index_section .index {
		flex-direction: column;
		align-items: center;
	}

	.index_text {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.header_body {
		min-height: 280px;
	}
	
	.index .index_text{
		width: 500px;
	}

	.accor_closed .accor_title {
		font-size: 15px;
	}

	.videos_section .intro {
		font-size: 25px;
    	line-height: 28px;
	}

	.video_row {
		margin-top: 40px;
	}

	.video_row .video iframe {
		height: 313px;
	}

	.footer_row {
		flex-direction: column;
	}

	.footer_column {
		text-align: center;
		margin-top: 30px;
	}

	.footer_column:first-child {
		margin-top: 0px;
		margin-right: 0px;
	}

	.credits_section .container {
		flex-direction: column;
		align-items: center;
	}

	.offer_section .container {
		flex-direction: column;
		align-items: center;
	}

	.offer_section .titleIntro {
		padding-bottom: 0px;
	}

	.offer_section .container .plus {
		padding: 20px 60px 20px;
	}

	.offer_section .offer_description {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 599px) {
	.header {
		padding: 30px 15px;
	}

	.offer_section .offer_description {
		padding: 50px 15px 0;
	}

	.header_body h2 {
		font-size: 22px;
    	line-height: 26px;
	}
	
	.banner_section .intro {
		padding: 10px 10px 0px;
	}

	.banner_section .button {
		font-size: 20px;
	}

	.index_section {
		padding: 40px 0 90px;
	}

	.index_section .intro {
		padding: 0 10px;
	}
	.index .index_text{
		width: 90%;
	}

	.index .index_text, .index_foto img	{
		width: 100%;
	}

	.credits_section {
		padding: 20px 0 60px;
	}

	.accor_closed .accor_title {
		font-size: 12px;
	}

	.accor_closed .accor_body p {
		font-size: 12px;
		line-height: 20px;
	}

	.videos_section {
		padding: 60px 0 0;
	}

	.video_row .video iframe {
		height: 200px;
	}

	.footer_section {
		padding: 60px 0;
	}

	.index_video iframe {
		height: 200px;
	}

	.index_section .button {
		font-size: 20px;
	}
}