/*HEADER*/
#top-header {
	
}
#top-header-lt {
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
#top-header-rt {
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
#top-header-lt .et_pb_module,
#top-header-rt .et_pb_module {
	margin-right:20px;
}
#top-header-lt .et_pb_module:last-of-type,
#top-header-rt .et_pb_module:last-of-type {
	margin-right:0px;
}
#top-header-lt .et-pb-icon {
	font-size:25px;
}
#top-header-rt .rif-tel,
#top-header-rt .rif-mail {
	position:relative;
	padding-left:20px;
}
#top-header-rt .rif-tel::before,
#top-header-rt .rif-mail::before {
    font-family: "Font Awesome 6 Free";
	font-size: 1.5em;
    font-weight: 900;
    margin-right: 8px;
	position: absolute;
    left: 0;
}
#top-header-rt .rif-tel::before {
    content: "\f095";
}
#top-header-rt .rif-mail::before {
    content: "\f0e0";
}

/*HERO*/
#hero-text {
	flex-direction:row-reverse;
}
#hero-text-lt {
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#hero-text-rt {
	display:flex;
	justify-content: flex-start;
	align-items: flex-end;
}
#hero-text h1,
#hero-text h2,
#hero-text p {
	margin-bottom:0;
	padding-bottom:0px;
}
#hero-image {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

/*CONTENT*/
.competenze-list ul {
	list-style: none;
	padding-left: 25px;
}
.competenze-list ul li {
	position:relative;
	font-size: 1.5em;
	padding-left: 30px;
    margin-bottom: 1em;
	line-height: 1.3em;
}
.competenze-list ul li::before {
	font-family: "Font Awesome 6 Free";
	content:"\f058";	
    font-weight: normal;
	line-height: 1.3em;
	color:var(--darkBlue1);
	position: absolute;
    left: 0;
	top:0;
}
.valori-list ul {
	list-style: none;
	padding-left: 0;
}
.valori-list ul li {
	font-size: 1em;
    margin-bottom: 1em;
	line-height: 1.3em;
}
.valori-list ul li:first-line {
	font-size:1.5em;
	line-height: 1.5em;
}
.aree-list ul {
	list-style: none;
	padding-left: 0;
}
.aree-list ul li {
	font-size: 1.2em;
    margin-bottom: 1em;
	line-height: 1.3em;
	border-bottom:1px solid var(--darkBlue1);
}
.metodo-list ul {
	list-style: none;
	padding-left: 0;
}
.metodo-list ul li {
	position:relative;
	font-size: 1.2em;
    padding:60px 20px 20px 20px;
	height:160px;
	text-align:center;
	background:var(--white);
}
.metodo-list ul li::before {
	font-family: "Font Awesome 6 Free";
	content:"\f5fd";	
    font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	color:var(--darkBlue1);
	position: absolute;
    left: 50%;
	transform:translateX(-50%);
	top:20px;
}
.two-column-list ul {
	column-count: 2;
	column-gap: 25px;
}
.four-column-list ul {
	column-count: 4;
	column-gap: 25px;
	column-fill: balance;
}
.blog-slider-home {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.blog-slider-home.last {
	margin-right: 0;
}
.blog-slider-home .et_pb_slide_title,
.blog-slider-home .et_pb_slide_content {
	line-height:1em;
	margin:0;
}
.blog-slider-home .et_pb_slide_description .et_pb_slide_title {
	font-size:2em;
}
.blog-slider-home .et_pb_button {
	color:var(--white);
}
.et_pb_module:has(> a.go-to-blog):before {
	content: "";
	display: table;
	clear: both;
}
#newsletter-mc input[type=email] {
    padding: 10px;
    background-color: transparent;
	color:var(--white);
    width: 100%;
    font-weight: 400;
    border-width: 1px;
    border-radius: 3px;
    border-color: var(--white);
    border-style: solid;
}
#newsletter-mc button[type=submit] {
    float: right;
    cursor: pointer;
    color: var(--white);
    font-size: 1em;
    text-transform: uppercase;
    border-color: var(--white);
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
	background:transparent;
    border: 2px solid;
    border-radius: 50px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
#newsletter-mc a {
	color: var(--white);
}
#newsletter-mc button[type=submit]:hover {
	border-color: var(--lightBlue1);
	background:var(--lightBlue1);
}
/*POPUP*/
#popmake-3678 .pum-content {
	background-image: linear-gradient(180deg, #080c18 0%, #12255c 100%) !important;
	height: 100%;
    width: 100%;
}
#popmake-3678 p {
	position: relative;
    line-height: 2em;
	padding:20px 20px 20px 190px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
@media (max-width:800px) {
	#popmake-3678 p {
		padding-left: 150px;
		margin-right: 30px;
		font-size:14px;	
		width:95%;
	}
}
#popmake-3678 p img {
	position: absolute;
    bottom: 20px;
    left: 20px;
    width: 150px;
    height: auto;
}
@media (max-width:800px) {
	#popmake-3678 p img {
		top: 10px;
        left: 5px;
        width: 140px;
		height:auto;
	}
}
#popmake-3678 p a.button,
#popmake-3678 p a.button:visited {
	background: transparent;
    padding: 6px 12px;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
	border-radius:50px;
	display: inline-block;
    line-height: 1.3em;
	transition: all 300ms ease 0ms;
}
@media (max-width:800px) {
	#popmake-3678 p a.button {
		display:block;
		text-align: center;
		margin-top:10px;
	}
}
#popmake-3678 p a.button:hover,
#popmake-3678 p a.button:active {
	background: #637bbb;
    color: #fff;
    text-decoration: none;
    border: 2px solid #637bbb;
}
#popmake-3678 .pum-content .wpcf7 {
	/*margin-right:200px;*/
	display:inline-block;
	width:auto;
}
#popmake-3678 .pum-content .wpcf7 form {
	display: flex;
    justify-content: space-between;
}
#popmake-3678 .pum-content .wpcf7 form p {
	width: auto;
    line-height: 50px;
    margin: 0;
    padding: 0;
    min-height: 50px;
}
#popmake-3678 .pum-content .wpcf7 form input[type="email"] {
    padding: 10px;
    border: 0;
    border-radius: 5px;
}
#popmake-3678 .pum-content .wpcf7 form input[type="submit"] {
	cursor:pointer;
	position: relative;
	margin-left:20px;
	font-family: 'Marcellus', Georgia, "Times New Roman", serif;
	font-size: 100%;
	font-weight: 500;
	padding: .3em 1em;
	line-height:1.7em;
	border-radius: 3px;
	color: #ffffff;
	border:2px solid #ffffff;
	background:transparent;
	background-position:50% 50%;
	transition: all 300ms ease 0ms;
}
#popmake-3678 .pum-content .wpcf7 form input[type="submit"]:hover {
	border: 2px solid transparent;
    background-color: hsla(0, 100%, 100%, .2);
    padding: .3em 2.5em .3em 0.5em;
    background-image:url('/wp-content/uploads/2024/12/arrow_blue.png');
    background-repeat:no-repeat;
    background-position:87.5% 50%;
}
#popmake-3678 .pum-content .wpcf7 form .wpcf7-response-output {
	line-height: 50px;
    margin: 0;
    padding: 0;
}
#popmake-3678 .pum-content .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border: 0;
}
#popmake-3678 .pum-close {
	top:0;
	right:15px;
	color:#fff;
	font-size: 30px;
    line-height: 35px;
}