:root {
    --red: #FF4319;  /* was red: #FF5846 */
	--green: #156359;
	--light_green: #72DE9D;
	--whatsapp: #30E53B;
	--form: #5F5F5F;
	--form_light: #7E7E7E;
	--salmon: #FEF4EF;
	--purple: #6F0059;
	--orange: #FF4319;
}

html, body {
	padding: 0;
	margin: 0 !important;
	border: none;
	font-family: "Poppins", sans-serif;
}

.max-page-width {
	max-width: 1440px; 

}

.margin-background-image {
	margin: auto;
	margin-top: 50px;
}

.font-bold {
	font-weight: bold;
} 

.color-white {
	color: white;
}

.color-green {
	color: var(--green);
}

.color-purple {
	color: var(--purple);
}

.color-orange {
	color: var(--orange);
}

.text-center {
	text-align: center;
}

.header-icon {
	position: absolute;
    margin: auto;
	margin-top: -50px;
    left: 0;
    right: 0;
	width: 150px;
	z-index: 10;
}

.header-margin {
	padding: 160px 50px 250px 50px;
}

.background-image {
	background-color: var(--light_green); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	align-items: center; 
	text-align: center;
	border-radius: 35px;
	position: relative;
}

.header-subtitle {
	font-size: 40px;
    line-height: 50px;
	margin-bottom: 27px;
} 

.header-title {
	max-width: 60%;
    height: auto;
}

.header-content {
	font-size: 20px;
    line-height: 24px;
}


.blocks {
	display: flex !important;
    align-items: stretch;
	max-width: 1000px;
    margin: auto;
}

.blocks-absolute {
	position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
}

.number {
	font-size: 100px;
    font-weight: 100;
    line-height: 80px;
}


.block-25 {
	flex-basis: 25%;
}


.block-30 {
	flex-basis: 30%;
	position: relative;
}


.block-33 {
	flex-basis: 33.33333333333%;
}

.block-40 {
	flex-basis: 40%;
	 overflow: hidden;
}

.block-50 {
	flex-basis: 50%;
}

.block-60 {
	flex-basis: 60%;
}

.block-70 {
	flex-basis: 70%;
}

.display-flex-justify {
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.class-form,
.class-whatsapp {
	margin: 15px;
	border-radius: 25px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 40px 20px;
    padding-bottom: 50px;
}

.class-form .block-icon,
.class-whatsapp .block-icon {
	width: 50px;
	margin-bottom: 15px;
}

.class-form .block-title,
.class-whatsapp .block-title {
	font-size: 40px;
    line-height: 45px;
	font-weight: bold;
	margin-bottom: 15px;
}

.class-form {
	background-color: white;
}

.class-form .block-title,
.class-form .block-content {
	color: var(--purple);
}

.class-whatsapp {
	background-color: var(--green);
}

.class-whatsapp .block-title,
.class-whatsapp .block-content {
	color: white;
}

.class-form .block-content,
.class-whatsapp .block-content {
	font-size: 20px;
    line-height: 25px;
}

.class-whatsapp .block-content span {
	color: var(--whatsapp);
	font-weight: bold;
}

.class-form .block-button,
.class-whatsapp .block-button {
	margin-top: 45px;
}

.class-form .block-button a,
.class-whatsapp .block-button a {
	font-size: 20px;
    line-height: 25px;
	padding: 10px 40px;
    font-weight: bold;
    text-decoration: none;
	border-radius: 35px;
}

.column-reverse a .class-form .block-button,
.column-reverse a .class-whatsapp .block-button {
	padding: 10px 40px;
    font-weight: bold;
    text-decoration: none;
	border-radius: 35px;
	width: max-content;
}

.class-form .block-button a:hover {
    color: var(--red);
	border: 2px solid var(--red);
	background-color: white;
}

.class-whatsapp .block-button a:hover {
   	color: var(--whatsapp);
	border: 2px solid var(--whatsapp);
	background-color: var(--green);
}

.class-form .block-button a,
.column-reverse a .class-form .block-button {
	background-color: var(--red);
	color: white;
}

.class-whatsapp .block-button a,
.column-reverse a .class-whatsapp .block-button {
	background-color: var(--whatsapp);
	color: var(--green);
}

.margin-top-course {
	margin-top: 280px;
}

.courses-title {
	text-align: center;
	font-size: 40px;
    line-height: 60px;
	color: var(--orange);
	font-weight: bold;
	padding: 15px 0;
}

.background-courses {
	background-color: #E6CCB5;
	padding-top: 20px;
	padding-bottom: 50px;
}

.course-block {
	background-color: #FEF4EF;
    border-radius: 35px;
	margin-bottom: 52px;
    margin-top: 20px;
	 overflow: hidden;
	height: 150px;
}

.course-image {
	height: 185px;
	bottom: 0px;
    right: 24px;
    position: absolute;
}

.course-title {
    margin-left: 50px;
    font-size: 37px;
    line-height: 50px;
    font-weight: bold;
    color: var(--purple);
}

.course-years {
	display: flex;
	margin-left: 50px;
    margin-top: 5px;
}

.course-year {
	display: inline-block;
    border: 1px solid var(--red);
    padding: 2px 20px;
    color: var(--red);
    border-radius: 35px;
    margin-right: 10px;
}



.background-footer {
	background-color: #F1E0D2;
	position: relative;
}

.footer-title {
	margin-top: 50px;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	color: var(--purple);
}

.footer-info, 
.footer-cookie {
	color: var(--purple);
	font-size: 12px;
	line-height: 18px;
	position: relative;
    z-index: 20;
}

.footer-class-form .footer-button,
.footer-class-whatsapp .footer-button {
	margin-top: 25px;
}

.footer-class-form .footer-button,
.footer-class-whatsapp .footer-button {
	font-size: 20px;
    line-height: 25px;
	border-radius: 35px;
	width: 250px;
	padding: 15px 40px 10px 40px;
}

.footer-class-form .footer-button a,
.footer-class-whatsapp .footer-button a {
    text-decoration: none;
}

.footer-class-form .footer-button a:hover,
.footer-class-whatsapp .footer-button a:hover {
    text-decoration: underline;
}

.footer-class-form .footer-button {
	background-color: white;
	display: inline-block;
}

.footer-class-form .footer-button a {
	color: var(--red);
}

.footer-class-whatsapp .footer-button {
	background-color: var(--whatsapp);
	display: inline-block;
}

.footer-class-whatsapp .footer-button a {
	color: var(--green);
}

.footer-class-form .footer-button a,
.footer-class-whatsapp .footer-button a {
	font-weight: bold;
	vertical-align: top;
    line-height: 55px;
    margin-left: 15px;
	font-size: 25px;
}

.footer-image {
	height: 50px;
	width: auto;
}

.footer-bottom {
	margin-top: 50px;
	padding-bottom: 30px;
}

.footer-cookie {
	text-align: right;
}

.footer-image-big {
	position: absolute;
    bottom: 0;
}

.footer-image-big img {
	width: 600px;
    bottom: 0;
    position: absolute;
	z-index: 10;
}





.display-none-xs {
	display: block;
}
.display-none-lg {
	display: none;
}

.blocks {
	overflow: visible;
}



@media (max-width: 1200px) {
	
	.class-form .block-title, 
	.class-whatsapp .block-title {
    	font-size: 35px;
    	line-height: 40px;
   	}
	
	.class-form .block-content, 
	.class-whatsapp .block-content {
    	font-size: 18px;
    	line-height: 22px;
	}
	
	.blocks {
    	max-width: 850px;
	}
	
	.class-form .block-button a, .class-whatsapp .block-button a {
    	font-size: 15px;
    	line-height: 22px;
	}
	
	.courses-title {
    	font-size: 35px;
    	line-height: 50px;
	}
	
	.course-title {
    	font-size: 30px;
    	line-height: 30px;
	}
	
	.footer-title {
    	font-size: 35px;
    	line-height: 40px;
		margin-top: 25px;
	}
	
	.footer-class-form .footer-button, 
	.footer-class-whatsapp .footer-button {
    	padding: 10px 30px 5px 30px;
	}
	
	.footer-image {
    	height: 35px;
	}
	
	.footer-class-form .footer-button a, 
	.footer-class-whatsapp .footer-button a {
    	line-height: 38px;
	}
	
	.footer-bottom {
    	margin-top: 20px;
	}
	
	.footer-image-big img {
        width: 500px;
    }
	
}


@media (max-width: 960px) {
	.header-content {
    	font-size: 16px;
    	line-height: 20px;
	}
	.header-subtitle {
    	font-size: 27px;
    	line-height: 30px;
		margin-bottom: 15px;
	}
	
	.blocks {
        max-width: 600px;
    }
	
	
	
	.footer-info, .footer-cookie {
    	font-size: 9px;
	}
	
	.class-form .block-title, 
	.class-whatsapp .block-title {
        font-size: 28px;
        line-height: 33px;
    }
	
	.footer-image-big img {
        width: 350px;
    }
	
	.footer-title {
		margin-top: 0;
        font-size: 22px;
        line-height: 27px;
    }
	
	.footer-class-form .footer-button a, 
	.footer-class-whatsapp .footer-button a {
    	font-size: 20px;
	}
	
	.footer-image {
        height: 25px;
    }
	
	.footer-class-form .footer-button, 
	.footer-class-whatsapp .footer-button {
    	margin-top: 15px;
	}


}

@media (max-width: 679px) {
	.display-none-xs {
		display: none !important;
	}
	
	.display-none-lg {
		display: block;
	}
	
	.blocks-absolute {
    	bottom: auto;
	}
	
	.blocks {
    	display: block;
	}
	
	.class-whatsapp {
    	padding-top: 170px;
	}
	
	.margin-background-image {
		margin-top: 0;
	}

	.header-icon {
		margin-top: 0;
	}
	
	.class-form .block-title, 
	.class-whatsapp .block-title {
        font-size: 32px;
        line-height: 40px;
    }
	
	.class-form .block-button, 
	.class-whatsapp .block-button {
		margin: auto;
    	margin-top: 50px;
	}
	
	.class-form .block-content, 
	.class-whatsapp .block-content {
        line-height: 15px;
		font-size: 15px;
    }
	
	.class-form, .class-whatsapp {
    	padding-bottom: 50px;
	}
	
	.background-image {
		height: 425px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}






/* >>>>>>>>>>>>>>>>>> 2025 NUOVA SALA >>>>>>>>>>>>>>>>>>>>>>>> */

.new-room {
	background-size: cover;  
	padding-top: 200px; 
	padding-bottom: 200px;
}

.new-room .box-center {
	background-color: #FEF4EF;
    border-radius: 35px;
    margin-bottom: 60px;
    margin-top: 20px;
    overflow: hidden;
    height: 150px;
												
	display: flex;
    align-items: stretch;
    max-width: 800px;
    margin: auto;
}

.new-room .box-center .margin-left {
	margin-left: 50px;
}

.new-room .box-center .margin-top {
	margin-top: 10px;
}

.new-room .box-center .margin-left .title {
	font-weight: bold;     
	line-height: 23px;
    font-size: 30px;
}

.new-room .box-center .align-center {
	margin: auto;
	text-align: center;
}


.new-room .box-center .align-center img {
	height: 110px; 
	width: auto;
}


.box-max-width-numbers {
	max-width: 550px;
}

/* <<<<<<<<<<<<<<<<<< 2025 NUOVA SALA <<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>> NEW RESPONSIVE >>>>>>>>>>>>>>>>>>>>>>> */

@media (max-width: 679px) {
	
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.header-margin {
    	padding: 160px 10px 50px 10px;
	}
	
	.box-max-width-numbers {
    	max-width: 100%;
		display: flex;
	}
	
	.box-max-width-numbers div {
		font-size: 12px;
	}
	
	.box-max-width-numbers div.number {
		font-size: 45px;
		line-height: 50px;
	}
	
	
	.class-whatsapp {
        padding-top: 30px;
    }
	
	
	.margin-top-course {
    	margin-top: 30px;
	}
	
	.background-courses {
    	padding-right: 10px;
    	padding-left: 10px;
		padding-bottom: 20px;
	}
	
	.course-block {
		position: relative;
		height: 210px;
		margin-bottom: 20px;
    	margin-top: 0px;
	}
	
	.course-block .block-30, .course-block .block-70 {
		display: block;
	}
	
	.course-block .block-70 {
		flex-basis: 100%;
	}
	
	.block-30 {
       	position: initial;
	}
	
	.courses-title {
        font-size: 30px;
        line-height: 40px;
    }
	
	.course-title {
        font-size: 22px;
        line-height: 26px;
		margin-left: 25px;
    	padding-top: 20px;
    }
	
	.course-years {
    	margin-left: 25px;
    	font-size: 12px;
	}
	
	
	.course-image {
		height: 140px;
		left: 0;
		right: 0;
		margin-inline: auto;
		width: auto;
		
	}
	
	.new-room {
    	padding-top: 100px;
    	padding-bottom: 100px;
	}
	
	.new-room .box-center {
    	margin-right: 10px;
    	margin-left: 10px;
	}
	
	.new-room .box-center div {
    	font-size: 12px;
	}
	
	.new-room .box-center .margin-left {
    	margin-left: 25px;
	}
	
	.new-room .box-center .margin-left .title {
    	line-height: 20px;
    	font-size: 20px;
	}
	
	.new-room .box-center .align-center img {
    	height: 75px;
	}
	
	.background-footer {
		padding: 30px;
		padding-bottom: 0;
	}
	
	.footer-image-big {
		display: none;
	}
	
	.footer-class-form .footer-button a, .footer-class-whatsapp .footer-button a {
        line-height: 28px;
    }
	
	.column-reverse a {
		text-decoration: none;
	}
	
	
}

/* <<<<<<<<<<<<<<<<<<<< NEW RESPONSIVE <<<<<<<<<<<<<<<<<<<<<<< */


