.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

 body {
             font-family: "Montserrat", sans-serif;
           
        }

.menu-font
{
    font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:0.9rem;
  text-transform: uppercase;
}

.bgimage {
    width: 100%;
    height: 420px;
background:  #001156;
background: linear-gradient(45deg, rgba(0, 17, 86, 1) 22%, rgba(1, 1, 51, 1) 45%, rgba(55, 0, 84, 1) 73%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 62px;
   
}
@media (max-width: 768px) {
    .bgimage {
        height: 490px;  /* Altezza ridotta */
       
    }
}
.home-title1{
     font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:3.8rem;
  text-transform: uppercase;
    color: white;
  
    line-height: 1;
}

/* Media Query per schermi con larghezza massima di 575.98px */
@media (max-width: 575.98px) {
    .home-title1 {
        font-size: 3rem; /* Dimensione ridotta per dispositivi mobili */
    }
}
.home-title2{
    font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:2.8rem;
  text-transform: uppercase;
    color: white;
      line-height: 1;
}
.home-title3{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:2.75rem;
  text-transform: uppercase;
    color: white;
     line-height: 1;
}
@media (max-width: 575.98px) {
    .home-title3 {
        font-size: 4rem; /* Dimensione ridotta per dispositivi mobili */
    }
}
.home-title4{
     font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:1.8rem;
  text-transform: uppercase;
    color: white;
  
    line-height: 1;
}
.btn-primary{
   background-color:#131E42; !Important;
    border-color: #131E42 !Important;
    border-radius: 0 !Important;
     font-family: "Titillium Web", sans-serif !Important;
  font-weight: 600!Important;
}
.btn-secondary{
     background-color:#009db8 !Important;
    border-color: #009db8 !Important;
    border-radius: 0 !Important;
      font-family: "Titillium Web", sans-serif !Important;
  font-weight: 600!Important;
}

.home-title5{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.8rem;
   color: rgb(19,30,66);
  
   
  
    line-height: 1;
}
.home-title6{
   font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style:bold;
  font-size:2.7rem;
     color: rgb(19,30,66);
 
  
    line-height: 1;
}
.home-title7{
    font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size:2.4rem;
  color: rgb(19,30,66);
  
   
  
    line-height: 1;
}

p {
    font-family: "Montserrat", sans-serif;
  font-weight: 400 !Important; 
  font-style: normal !Important;

}
.text-description
{
     font-family: "Montserrat", sans-serif;
  font-weight: 400 !Important; 
  font-style: normal !Important;
  font-size:0.8rem;
  color:#131E42 ;
}


.footer-text{
     font-family: "Montserrat", sans-serif; ;
  font-weight: 300;
  font-style: normal;
  font-size:1.0rem;
 
    color: white;
  
    line-height: 1;
}

/* CSS esterno o interno nella sezione <style> del tuo documento HTML */

/* Stile di default per tutti i dispositivi */
.col-mobile-black {
    background-color: transparent; /* o qualsiasi altro colore di default */
    padding-left:70px;
    padding-right:70px;
}

/* Stile specifico per schermi sotto i 576px */
@media (max-width: 575.98px) {
    .col-mobile-black {
        background-color: black;
         padding-left:0px;
           padding-right:0px;
    }
}

.small-demo {
	background: #fff;
	box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	width: 100%;
	
}

.small-demo .caption {
	padding: 10px;
	color: #212121;
	font-size: 0.875rem;
}

.small-demo a {
	max-width: 33.3333333333333333333%;
	float: left;
	overflow: hidden;
}
.small-demo img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
}

.small-demo a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sponsor-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 10px; /* Opzionale, per aggiungere un po' di spazio intorno ai loghi */
}

@media (min-width: 768px) {
    .row.text-center {
        display: flex;
        flex-wrap: nowrap;
    }
}

.row.align-items-stretch {
    height: 100%;
}

.col {
    flex: 1; /* Assicura che ogni colonna occupi uniformemente lo spazio disponibile */
}

 .info-box {
            border: 4px solid #01abc2;
            padding: 12px;
            margin-bottom: 20px;
        }
        .info-box.red-border {
            border-color: red;
        }
        
.schedule-header {
            background-color: #03a9c1;
            color: white;
            padding: 20px 0;
              font-family: "Titillium Web", sans-serif;
         font-weight: 700;
         font-style: normal;
        }
.schedule-day {
            background-color: #dfedee;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
.event {
            background-color: #ffffff;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 15px;
        }
.event h6 {
            font-family:"Titillium Web";
            color:#01abc2; 
            font-size:1.6rem;
            font-weight:700;
        }
.event ul li {
            font-family:"Titillium Web";
            color:black; 
            font-size:1.2rem;
            font-weight:300;
        }
        
.schedule-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 10px;
}

.schedule-item.alternate {
    background-color: #e9ecef;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .schedule-item {
        display: block;
    }
    .schedule-time, .schedule-details {
        flex: none;
        width: 100%;
    }
}



.schedule-time {
    flex: 1;
    font-weight: 600;
}

.schedule-details {
    flex: 3;
    font-weight: bold;
}

.item-category{
 font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.6rem;
  line-height: 1;
    color: rgb(19,30,66);
}
 .card {
         overflow: hidden;
         position: relative;
         border: 2px solid #ddd;
         border-color: #02adbf;
         border-radius: 0;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         margin-top:10px;
        }
        
.card-img-top {
   transition: transform 0.3s ease;
            position: relative;
             border-radius: 0;
            z-index: 1;
}
.card:hover .card-img-top {
    transform: scale(1.1);
}
.card-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
             position: relative;
              z-index: 2;
            background: #dfedee; 
            min-height:150px;
        }
        
.card-title a
        {
              font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size:1.4rem;
  font-style: normal;
  text-decoration:none  ;
  color: black;
        }
         .card-title a:hover {
            text-decoration: underline;
        }
        
.speaker-title
{
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.4rem;
  line-height: 1;
  margin-top:20px;
}

.speaker-bio
{
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.0rem;
  line-height: 1;
  margin-top:40px;
}


.card-body-details {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            text-align: center;
             position: relative;
              z-index: 2;
            background: #dfedee; 
            min-height:150px;
        }
.full-screen-div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
    
      color: white;
      font-size: 1.4rem;
      font-family: "Titillium Web", sans-serif;
       font-weight: 600;
    }
    
    @media (max-width: 768px) {
  .item-category {
    font-size: 2rem; /* Aumenta la dimensione del font su schermi più piccoli */
  }
}

.section-agenda-bg {
    width: 100%;
    height: 70px;
    margin-top: 62px;

}
.section-agenda-name {
   font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}

.section-agenda-link{
    color:#0d4e95;
    font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}
.section-agenda-link:hover{
    color:red;
    text-decoration:underline;
}
.section-agenda-title {
    font-size:20pt;
}
.section-agenda-title-data {
    font-size:16pt;
}
.section-image{
    opacity:0.7;
}
.section-agenda-jobtitle {
     font-family: "Titillium Web", sans-serif; 
    font-size:1.2rem;
}

.back-01{
     background: rgb(177,24,234);
background: linear-gradient(0deg, rgba(177,24,234,1) 0%, rgba(33,37,41,1) 100%);
}
.back-02{
     background: rgb(255,237,0);
background: linear-gradient(0deg, rgba(255,237,0,1) 0%, rgba(33,37,41,1) 100%);
}
.back-03{
     background: rgb(226,0,129);
background: linear-gradient(0deg, rgba(226,0,129,1) 0%, rgba(33,37,41,1) 100%);
}
.back-04{
     background: rgb(0,140,7);
background: linear-gradient(0deg, rgba(0,140,7,1) 0%, rgba(33,37,41,1) 100%);
}
.back-05{
     background: rgb(226,123,8);
background: linear-gradient(0deg, rgba(226,123,8,1) 0%, rgba(33,37,41,1) 100%);
}
.back-06{
     background: rgb(193,0,23);
background: linear-gradient(0deg, rgba(193,0,23,1) 0%, rgba(33,37,41,1) 100%);
}
.back-07{
     background: rgb(92,102,101);
background: linear-gradient(0deg, rgba(92,102,101,1) 0%, rgba(33,37,41,1) 100%);
}

.programme-speaker-link{
      color:#0d4e95;
    font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}
.programme-speaker-link:hover{
      color:red;

}

  .section-title {
            font-size: 1.6em;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 10px;
        }
.section-sub-title {
            font-size: 1.4em;
            font-weight: bold;
            color:red;
        }
        .time {
            font-weight: bold;
            margin-top: 10px;
        }
        .session-details {
            margin-top: 5px;
            margin-left: 15px;
            line-height: 1.4;
        }
        .session-title {
            font-weight: bold;
            font-size: 1.2em;
        }
         .session-subtitle {
            font-weight: normal;
            font-size: 1.2em;
            text-decoration:underline;
            
        }
        
        .cst-nome-relatore {
            font-weight: bold;
           font-size: 1.1em;
        }
        .cst-carica-relatore {
            font-style: normal;
             font-size: 1.1em;
        }

.speaker-interview {
    font-weight: bold;
    font-size:1.2em;
    
}
.speaker-interview-position{
    font-weight: normal;
    font-size:1.0em;
}
.speaker-interview-row{
    border-bottom-width:2px;
    border-bottom-style:dotted;
    padding-bottom:5px;
    padding-top:10px;
    
}

.agenda-wrapper {
  background-color: white;
  padding: 20px;
  color:#131E42;

}

.agenda-title {
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  margin-bottom: 30px;
  color:#131E42;
}

.agenda-section {
  margin-bottom: 30px;
}

.agenda-section-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color:#4dbbb8;
}

.agenda-table {
  width: 100%;
  border-collapse: collapse;
}

.agenda-time {
  vertical-align: top;
  width: 80px;
  font-weight: bold;
  padding-top: 12px;
}

.agenda-content {
  padding-top: 12px;
}

.min-height-md-320 {
  min-height: 100px; /* valore base per mobile */
}

@media (min-width: 768px) {
  .min-height-md-320 {
    min-height: 290px; /* valore da md in su */
  }
}

.min-height-md-home {
  height: 100px; /* valore base per mobile */
}

@media (min-width: 768px) {
  .min-height-md-home {
    height:3090px; /* valore da md in su */
  }
}

.logo-md-home {
  padding-left: 20px; /* valore base per mobile */
  padding-right:20px;
}

@media (min-width: 768px) {
 .logo-md-home {
  padding-left: 100px; /* valore base per mobile */
  padding-right:100px;
}
}
.fondazione-md-home {
  padding-left: 80px; /* valore base per mobile */
  padding-right:80px;
  margin-bottom:20px;
}

@media (min-width: 768px) {
 .fondazione-md-home {
  padding-left: 0px; /* valore base per mobile */
  padding-right:0px;
  height:330px;}
  
}

.micromegas-md-home {
  padding-left: 50px; /* valore base per mobile */
  padding-right:50px;
  margin-top:40px;
}

@media (min-width: 768px) {
 .micromegas-md-home {
  padding-left: 0px; /* valore base per mobile */
  padding-right:0px;
   height:270px;}
}

.banner-home-top {
  
  padding-top:10px;
}

@media (min-width: 768px) {
 .banner-home-top {
  padding-top:40px;
  
}


.home-numbers
{
    background:  #001156;
background: linear-gradient(45deg, rgba(0, 17, 86, 1) 22%, rgba(1, 1, 51, 1) 45%, rgba(55, 0, 84, 1) 73%);
}
.home-startup
{
    background:  #dfedee;
   
}
.home-startup-text{
    font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:1.2rem;
  color: #1b1464;
  line-height: 1.5;
}

.home-startup-btn {
  display: inline-block;
  background-color: #16116d; /* blu scuro come da immagine */
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.card-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.card-link:hover {
    transform: translateY(-5px);
}

.data-intervento {
    font-size: 1.1rem;
     font-weight: 700;
}

.sessione {
    font-size: 0.95rem;
    color: #4dbbb8;
    text-transform: uppercase;
}

.nome-cognome {
    font-size: 1.1rem;
    font-weight: 600;
}

.ruolo {
    font-size: 0.95rem;
    color: #555;
}
