@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,500;0,700;0,900;1,600&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body
{
	    font-family: 'Open Sans', sans-serif;
	    margin: 0px;
	    color: #666666;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
}

header {

    position: absolute;
    display: table;
    width: 100%;
    margin: 10px 0px;

}
span {
    background: #ededed;
    padding: 10px;
    box-shadow: 1px 1px 7px #ededed;
    border-radius: 11px;
}
.footerlogo {

    width: 200px !important;

}
.footerlogo2 {
    width: 130px !important;
    text-align: center;
    margin: 20px 0px;
    display: block;
    height: auto;
}
.titlediv {
    font-size: 13pt;
    margin: 30px !important;
    display: block;
}
#timeline {
    background: #DD8AA4;
    height: 270px;
    width: 2px;
    position: absolute;
    left: 50%;
    margin: 60px 0px;
}
.titledatedx {
    color: #E2204A;
    text-align: right !important;
    font-weight: bold !important;
    margin: 60px 0px !important;
}
.titledatedx::after {
    content: "";
    position: absolute;
    background: #E2204A;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 381px;
    z-index: 99;
}
.left {

    text-align: left;

}
span {
    background: #ededed;
    padding: 10px;
    box-shadow: 1px 1px 7px #ededed;
    border-radius: 11px;
    font-size: 10pt;
}

.titledatesx {
    color: #555;
    text-align: left!important;
    font-weight: bold !important;
    margin: 60px 0px !important;
}
#intro h1 {
    font-size: 7vh;
}
#intro h2 {
    font-size: 7vh;
    margin: 20px;
    font-weight: 200;
}
#intro h3 {
    font-weight: 300;
    font-size: 18pt;
}
.middle li {

    display: inline-block;

}
.middle ul {

    padding: 0px;

}
.logo {
    width: auto;
    height: 60px;
}
.sponsor {
    width: 85px;
    height: auto;
    margin: 15px;
}
header ul {
    list-style: none;
    display: table;
    margin: 0 auto;
}
strong {
    font-weight: 600;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
header li
{
	list-style: none;
	display: table-cell;
}
#intro
{
	background: #E2204A;
	display: table;
	width: 100%;
	height: 80vh;
	color: white;
	margin-bottom:40px;
}
.vertical {
    display: table;
    width: 100%;
    height: 95vh;
    text-align: center;
}
.middle
{
	display: table-cell;
	vertical-align: middle;
}
.arrow {
    width: 35px;
    height: auto;
}
#white {

    display: table;
    width: 100%;
    margin: 100px 0px;

}
#white img {

    width: 100%;

}
.cta {

    width: 300px;
    border: 2px solid #E2204A;
    border-radius: 30px;
    padding: 10px;
    margin: 40px auto;
    font-size: 16pt;
    color: #E2204A;
    text-align: center;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
text-decoration: none;

}
.cta a {
    color: #E2204A;
    text-transform: none;
    text-decoration: navajowhite;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
.cta a:hover {
    color: white;
    font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
.cta:hover
{
    background:  #E2204A;;
    color: white;
    font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
.gradientsx
{
    background: #e2204a;
    padding: 20px;
    color: white;
    padding:10px;
    border-radius: 20px;
    height:250px;
    margin-top: 20px;

}
.gradientdx
{
    background: rgb(84,67,173);
    background: linear-gradient(172deg, rgba(84,67,173,1) 20%, rgba(158,61,143,1) 86%);
    padding: 20px;
    color: white;
    padding:10px;
    border-radius: 20px;
    height:250px;
    margin-top: 20px;

}

.pweight p {
    font-weight: 400;
    text-align: center;
}

.backtobottom {
    width: 100%;
    position: absolute;
    top: 70vh;
    text-align: center;
}
.marginbottom
{
	margin-bottom: 40px;
}
.margintop
{
	margin-top: 40px;
}
.text-center {
    text-align: center;
}
#content h2 {
    font-size: 22pt;
    font-weight: 600;
    color: #555;
}
#content h3 {
    font-weight: 400;
    font-size: 19pt;
    margin: 15px 0px;
}
.border-red {
    background: #E2204A;
    padding: 10px 20px 30px 30px;
    color: white;
    text-align: left;
    border-radius: 15px;
    box-shadow: 0px 1px 18px 11px #dddadb;
    height: 400px;
    transition: all 0.5s ease;
    margin: 20px 0px !important;
}
.border-red:hover {

    background: white;
    padding: 10px 20px 30px 30px;
    color: #555;
    text-align: left;
    border-radius: 15px;
    box-shadow: 0px 1px 15px 5px #d2cfcf;
    height: 400px;
    margin: 20px 0px !important;

}
.border-red h4:hover {
    color: #E2204A;;
}
.border-red h4 {

    font-size: 18pt;
    margin: 40px 0px;
    font-weight: 400;

}
.prizes {
    font-size: 21pt;
}
.prezzo {
    font-size: 18pt;
    font-weight: 500;
    margin: 10px 0px;
}
.centerbutton {
    display: table;
    width: 70%;
    text-align: center;
    margin: 50px auto;
}
#grey {
    display: table;
    width: 100%;
    box-shadow: 21px 0px 21px 1px #6666;
    padding: 40px 0px;
    background: #F7F7F7;
    margin: 0px;
    overflow: hidden;
}
#grey h2 {
    font-size: 21pt;
}
#grey h3 {
    font-weight: 400;
    margin: 20px 0px;
}
.white {

    font-size: 29px;
    color: white;
    font-weight: 400;
    margin: 120px;

}
.sdg {
    width: 200px !important;
    text-align: center;
    margin: 20px 0px;
}
.center {
    text-align: center;
}
.backgroundgrey    

{
	background: -moz-linear-gradient(0deg, rgba(237,237,237,0.8) 0%, rgba(241,241,241,0.89) 100%), url('webinar.png');
	background: linear-gradient(0deg, rgba(237,237,237,0.8) 0%, rgba(241,241,241,0.89) 100%), url('webinar.png');
	background: -webkit-linear-gradient(0deg, rgba(237,237,237,0.8) 0%, rgba(241,241,241,0.89) 100%), url('webinar.png');
	background-position: center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbbdbd",endColorstr="#e0e0df",GradientType=1);
	height: 250px;
	width: 100%;
	margin: 0 auto;
	display: table;
	border-radius: 20px;
	padding: 20px;
}
#shadows {
    display: table;
    width: 100%;
    padding: 0px;
}
.black {
    text-align: center;
    font-size: 20pt;
    margin: 20px 0px;
    font-weight: 400;
}
#shadows h2{
	text-align:center;
	margin: 20px 0px;
}
#shadows h3 {
    font-weight: 400;
    text-align:center;
    margin: 20px 0px;
}
.climatediv img {

    width: 140px;
    margin: 30px;

}
h6 {
    text-align: center;
    font-size: 15pt;
    margin: 30px 0px;
}
.footerlogo {
    width: 170px;
    text-align: center;
    margin: 40px auto;
    display: block;
    height: 80px;
}
.flip-box-flip11 {
    background:radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background: rgb(137,175,135);
    background: -moz-radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background: -webkit-radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 1px 1px 8px 6px #ededed;
    height: 320px;
}

/* flip numero 6 back */
.climatediv {
    background:radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background: rgb(137,175,135);
    background: -moz-radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background: -webkit-radial-gradient(circle, rgba(137,175,135,0.6) 11%, rgba(60,145,82,0.8) 54%), url('climate.png');
    background-position: center;
    background-size: cover;
    color: white;
    padding: 30px 0px;
    border-radius: 20px;
    margin-top: 50px;
    display: inline-block;
    text-align: center;
} 

/* flip numero 6 */
.sss {
    background: linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -moz-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -webkit-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background-position: center;
    background-size: cover;
    filter: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#930fc5",endColorstr="#a927a1",GradientType=1);
    border-radius: 20px;
    box-shadow: 1px 1px 8px 6px #ededed;
    height: 320px;
}

/* flip numero 6 back */
.flip-box-flip14 {
    background: linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -moz-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -webkit-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background-position: center;
    background-size: cover;
    filter: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#930fc5",endColorstr="#a927a1",GradientType=1);
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
} 

.flip-box-orizzontale {
  background-color: transparent;
  width: 100%;
    height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box-orizzontale:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-orizzontale.sotto p {

    font-size: 10pt;

}
#sustainability    

{
    background: linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -moz-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background: -webkit-linear-gradient(90deg, rgba(147,15,197,0.8) 0%, rgba(169,39,161,0.8) 29%, rgba(147,15,197,0.8) 59%, rgba(169,39,161,0.8) 100%), url('susta.png');
    background-position: center;
    background-size: cover;
    filter: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#930fc5",endColorstr="#a927a1",GradientType=1);
    height: 300px;
    width: 70%;
    margin: 0 auto;
    display: table;
    border-radius: 20px; 
}

.sustamobile {

    background: linear-gradient(0deg, rgba(196,36,48,0.9) 20%, rgba(247,155,36,0.9) 67%);
    background: -webkit-linear-gradient(0deg, rgba(196,36,48,0.9) 20%, rgba(247,155,36,0.9) 67%);
    background: -moz-linear-gradient(0deg, rgba(196,36,48,0.9) 20%, rgba(247,155,36,0.9) 67%);
    padding: 20px;
    color: white;
    padding: 10px;
    border-radius: 20px;
    height: 250px;
    margin-top: 20px;

}
.sopra img {
    width: 100px;
    margin-top: 180px;
}
.sotto img {
    width: 150px;
    margin-top: 70px;
}