body#prehome{
  padding-top:0; 
  padding-bottom:0;
  background-color: rgba(35, 52, 96, 0.05);
  display: flex;
    flex-direction: column;
    min-height: 100dvh;
}
body#prehome .container{max-width: 100% !important;}
#tool {
  background:url(/speciali/congresso2024/prehome/img/tool.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin:0;
  padding-top:2%;
  padding-bottom: 27%;
}
#tit {
  background: #d3b24b;
  border-radius: 20px 20px 0 0;
  margin-top: -50px;
  padding:20px 0;
  font-size:30px;
  font-weight:700;
}
#diretta {
  background:url(/speciali/congresso2024/prehome/img/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  color:#fff;
  text-align:center;
  font-size:20px;
}
#diretta strong{color:#d3b24b;}
#diretta img{width:100%;}
#videoimg{margin-bottom:-50px;}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#content-text{
  background-color: rgba(35, 52, 96, 0.05);
  padding:50px 0;
}
#content-text h3 {
  color: #fff;
  padding: 20px;
  display: inline-block;
  background-color: #233460;
  padding: 20px;
}
#boxvari{
  padding-top:50px;
  padding-bottom:40px;
  background-color: #fff;
}
#boxvari h2{
  color:#d3b24b;
  font-size:22px;
  text-transform: uppercase;
}
#boxvari ul li{
  list-style: none;
  color:#000;
}
#boxvari ul li strong{
  text-transform: uppercase;
}
#footerprehome{
  padding:25px 0 50px 0;
  color:#fff;
  background-color: #233460;
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 2;
}
#footerprehome a{
  color:#fff;
}
#footerprehome a.btn{
  color:#d3b24b;
  text-align: left;
  padding:0;
}
.credits{
  color:rgba(255, 255, 255, 0.5);
}
.button-socicon a{
	color:#fff;
  font-size:26px;
  display: inline-block;
  margin-right:10px;
}
