/*DESKTOP*/
/* 
Colori:
- #2A2B40
- #F5E10C
- #707070
*/
body{
    margin:0;
    padding:0;
    font-family: 'Poppins';
	font-style: normal;
    color: #2A2B40;
    /*font-size:18px;*/
    font-size:large;
}
#homePage
{
    height:1000px;
}
.anchor {
    margin-top: 300px;
    padding-top: 300px;
}
.noDesktop {
    display:none;
}
h1{
	font-family: 'Futura Std Heavy';
	font-style: normal;
	font-weight: normal;
	font-size: 44px;
    color: #2A2B40;
    text-align: center;
    padding-bottom: 28px;
}
h2 span{
    display:inline-block;
    line-height: 52px;
	text-align: left;
	font-family: 'Futura Std Bold';
	font-style: normal;
	font-weight: bold;
    /*font-size:18px;*/
    font-size:large;
	color: #F5E10C;
    text-decoration: none;
    border-bottom: 3px solid #F5E10C;
    text-transform: uppercase;
    width:50%;
  
}
h3{
    text-align: left;
	font-family: 'Futura Std Heavy';
	font-style: normal;
	font-weight: lighter;
	font-size: 40px;
    color: #2A2B40;  
    line-height: 38px;
    padding-bottom:28px;
}
h3 span {        
    position: relative;  
    padding-left:10px;
}    
h3 span:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #F5E10C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
h4 span{
    display:inline-block;
    line-height: 52px;
	text-align: left;
	font-family: 'Futura Std Bold';
	font-style: normal;
	font-weight: bold;
    /*font-size:18px;*/
    font-size:large;
	color: #F5E10C;
    text-decoration: none;
    border-bottom: 3px solid #F5E10C;
    text-transform: uppercase;
    width:100%;
}

a {
    text-decoration: none;
}
a.bianco {
    color:#FFF;
}
a.bianco:hover {
    text-decoration: none;
    color:#FFF;
}

a.giallo {
    color:#F5E10C;
    font-weight: bold;
}
a.giallo:hover {
    text-decoration: none;
    color:#F5E10C;
    font-weight: bold;
}

a.blu {
    color:#2A2B40;
    font-weight: bold;
}
a.blu:hover {
    color:#2A2B40;
    text-decoration: none;
}

a.azzurro {
    background: -webkit-linear-gradient(#04CFCC, #6935FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.azzurro:hover {
    background: -webkit-linear-gradient(#04CFCC, #6935FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

a.azzurroBold {
    color: #FFF;
    font-weight: bold;
}

a.azzurroBold:hover {
    text-decoration: none;
}



.testoContent{
    width: 50%;
    text-align: justify !important;
    /*font-size:18px;*/
    font-size:large;
}
.moreNews{
    bottom: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: "Futura Std Heavy";
}
/*HEADER*/
.header{
    position: fixed;
    display: flex;
    width: 100%;
    /*overflow: hidden;*/
    align-items: center;
    z-index: 3;
}

nav {
    flex: 1;
    background-color: #fff;
    width: 100%;
    height: 86px;
    align-items: center;
    overflow: hidden;
    padding-top: 8px;
}
    
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #ffffff;
    border-color: #ffffff;
}
/*.sticky {
    position: fixed;
    margin-top: 0;
    width: 100%;
}*/

#logoMC {
    padding-left: 10%;
    padding-right: 20%;
    /*margin-right: 55px;*/
    margin-right: 10%;
    vertical-align: middle;
}
#logoMCMobile{
    display:none;
}
nav {
    flex:1;
    background-color: #fff;
    width: 100%;
    height: 86px;
    align-items: center;
    overflow: hidden;
    padding-top:8px;
}
nav ul {
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:16px !important;
}
.navbar-nav>li{
    float: none;
}
nav li {
    display: inline-block !important;
    text-align: center;
}
nav li a {
    font-family: 'Poppins';
    /*font-size:18px;*/
    font-size: large;
    color: #2A2B40 !important;
    text-decoration: none;
    display: block;
    transition: 0.2s ease;
    border-bottom: 2px solid transparent;
    padding: 0px !important;
    padding-bottom: 10px;
    /*margin-right: 40px;*/
    margin-right: 30px;
}
nav li.logo.linkIcone {
    text-align: right;
      -moz-box-shadow: 5px 5px 5px #ccc;
      -webkit-box-shadow: 5px 5px 5px #ccc;
      box-shadow: 5px 5px 5px #ccc;
      -moz-border-radius:190px;
      -webkit-border-radius:190px;
      border-radius:190px;
    height: 32px;
    width: 32px;
    margin-right: 20px;
    vertical-align: middle;
}
nav li.logo.linkMail {
    text-align: right;
    /*-moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    border-radius: 190px;*/
    height: 32px;
    width: 32px;
    margin-right: 20px;
    vertical-align: top;
}
nav li:not(.logo) a:hover{
    text-align: center;
    border-bottom: 3px solid #F5E10C;
    padding-bottom:5px;
    color:#2A2B40;
    cursor: pointer;
    text-decoration: none;
}
nav li.divider{
   margin-right:40px;
}
.content{
    height: 1080px;
    position: relative;
    align-items: center;
}
.content.offerta {
    height: 1100px;
    position: relative;
    align-items: center;
    /*padding-left: 420px;*/
    padding-left: 10%;
}
.content.vuoto{
    height: 110px;
    position: relative;
    align-items: center; 
}
.content.video {
    height: auto;
    position: relative;
    z-index:0;
    align-items: center;
    padding-bottom: 15px;
    text-align: center;
}
video {
    width:100% !important;
    height:auto !important;
}

.content.contactus {
    position: relative;
    align-items: center;
    height: 500px;
    background-color: #F5E10C;
    padding: 20px;
}
.divVideo {
    align-items: center;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.overlayText-grid {
    position:absolute;
    z-index:1;
    width: 100%;
    bottom:5%;
    color: white;
    display:grid;
    grid-template-columns: 20% 25% 10% 25% 20%;
}

.overlayText-item {
    text-align: center;
    font-size: small;
}
.overlayText-item-info {
    color: white;
    font-size: small;
    text-align: center;
}

#topText {
    color: white;
    font-size: large;
    text-align: center;
    border: 0.2rem solid #fff;
    border-radius: 1rem;
    padding: 1em;
    /*margin-left: 30px;
    margin-right: 30px;*/
    box-shadow: 0 0 .1rem #fff,
                0 0 .1rem #fff,
                0 0 1rem #5271ff,
                0 0 0.8rem #5271ff,
                0 0 2.8rem #5271ff,
                inset 0 0 1.3rem #5271ff;
}
.comingInfo {

    font-style: normal;
    font-weight: lighter;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 28px;
    color: #fff;
    /*text-shadow: 0 0 7px #000ddd, 0 0 10px #000ddd, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #000ddd, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;*/
    /*text-shadow: 0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px #5271ff,
        0 0 82px #5271ff,
        0 0 92px #5271ff,
        0 0 102px #5271ff,
        0 0 151px #5271ff;*/
    border: 0.2rem solid #fff;
    border-radius: 1rem;
    padding: 1em;
    /*margin-left: 30px;
    margin-right: 30px;*/
    box-shadow: 0 0 .1rem #fff,
                0 0 .1rem #fff,
                0 0 1rem #5271ff,
                0 0 0.8rem #5271ff,
                0 0 2.8rem #5271ff,
                inset 0 0 1.3rem #5271ff;
    -webkit-appearance: none;
}
.icon-bar {
    display: grid;
    grid-template-columns: repeat(1,40px);
    grid-gap: 16px;
    top:400px;
    position: fixed;
    margin-left: 2%;
    align-items: center;
}

.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 25px;
    border: 1px solid #707070;
    border-radius: 9px;
    color: #707070;
    height: 40px;
}

.icon-bar a:hover {
    background-color: #2A2B40;
    color:#FFF;
    cursor:pointer;
}

.parallaxHome
{
    /*background-image: url(/images/bgImages/12.jpg);*/
    width: 100%;
    min-height:200px;
    padding-top:86px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 86px !important;
    background-size: 100% 100%;
}
#sferaHome{
    width: 100%;
    height:auto;
}
#sferaCandidatura{
    width:619px;
    height:619px;
    position: absolute;
    margin-top: 6%;
    margin-left: 10%;
    background-image:url("/images/sferaHome.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.sferaContent{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    /* 
    Verifica dimensioni sfera e menu (logo)
    width:619px;
    width:619px;
    height:619px;
    */
    text-align: center;
}
.sferaContentText{
    position: absolute;
    width:90%;
    padding: 5%;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: lighter;
    /*font-size:18px;*/
    font-size:large;
    color: #2A2B40;
}

.inviaCV {
    height: 150px;
    width: 150px;
    position: absolute;
    margin: 100px 0px 0px 510px;
    background-color:#F5E10C;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.inviaCV .button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2A2B40;
    font-size: 80pt;
    transition: rotate 3s;
}
.inviaCV .button:hover{
    transform: translate(-50%, -50%) rotate(45deg);
}
.inviaCV .title{
    position: absolute;
    color: #2A2B40;
    font-style: normal;
	font-weight: lighter;
	font-size: 14px;
    text-align: center;
    left: 30%;
    bottom:20px;
}
.viewCandidature{
    text-align:center;
    padding-top:25%;
    font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
    /*font-size:18px;*/
    font-size:large;
    cursor: pointer;
    padding-left:10%;
}
.viewCandidature:hover #freccia{
    transition: translate 5s;
    transform: translate(20px, 0px);
}


/*Controllare se usato*/

#imgChiSiamo{
    /*https://codepen.io/yashwant/pen/bVEPvd*/
    left:20%;
    max-width: 80%; /*100%;*/
    height: auto;
    /*width: 800px;
    height: 750px;*/
    float: right;
    padding-top:100px;
}
#imgChiSiamoMobile{
    display:none;
}
.sediTotaliMini{
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: left;
    padding-left: 10%;
}
#divPrivacyDesktop {
    /*font-size: xx-small;
    width: 100%;
    bottom: 0;
    text-align: center;*/
    font-size: xx-small;
    display: inline;
    padding-top: 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
    /*float: none;<s
    grid-column-start: 1;
    grid-column-end: 4;
    */
}
#divPrivacyMobile {
    display: none;
}
.footerSezione{
    position: absolute;
    height:18.52%; /*200px;*/
    background-color: #F5E10C;
    bottom: 0px;
    left:0 px;
    width: 100%;

    display: flex;
    /*****justify-content: center;******/
    align-items: center;
    /*padding:10px;*/
    padding-top:.52%;
    padding-bottom:.52%;
    padding-left:4.93%;
    padding-right:.93%;
}
.headerSezione{
    position: absolute;
    height:200px;
    background-color: #F5E10C;
    top: 0px;
    left:0 px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}

.anagSedeMobile{
    display: none;
}
.anagSede{
    margin-left:.52%; /*10px;*/
    margin-right:7.29%;/*140px;*/
    /*padding: 5px;*/
    padding-top:.26%;
    padding-bottom:.26%;
    padding-left:.46%; 
    padding-right:.46%;
    border: 1px solid transparent;
    width:auto;
}
.anagSede:hover{
    cursor: pointer;
    /* border-radius */
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.502) 0 3px 6px;
    -moz-box-shadow: rgba(0,0,0,0.502) 0 3px 6px;
    box-shadow: rgba(0,0,0,0.502) 0 3px 6px;
}
.nomeSede{
    font-family: 'Futura Std Bold';
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
    color: #2A2B40;
}
.indirizzoSede{
	font-weight: lighter;
    /*font-size:18px;*/
    font-size:large;
}
.fixed, .fluid{
    padding:20px;
}
.fixed {
    float:left;
    text-align: left;
}
.fixed.chisiamo{
    width:60%;
}

.fluid.chisiamo{
    width:400px;
}

.fluid {
    overflow: hidden;
    text-align: left;
}






.fixed.offertaClienti{
    width:20%;
    padding-right:200px;    
}
.fluid.offerta{
    width:400px;
    text-align: justify;
    padding-left: 130px;
}

.fixed.Blog{
    width:20%;
    grid-gap: 45px;
    float: left;
}
.fluid.Blog {
    overflow:hidden;
    text-align: left;
    padding-right:200px;    
    float: right;
}
.fixed.settori{
    width:70%;
}
.fluid.settori {
    overflow:hidden;
    text-align: left;
    padding-right:200px;
}
#imgClienti{
    /*float: left;*/
    padding-top: 25%;
}
.vcenter{
    display: table-cell;
    vertical-align:bottom;
}
.link{
    text-decoration: none;
    font-family: 'Poppins';
    color:#F5E10C;
    display: block;
    transition: 0.2s ease;  
    border-bottom:2px solid transparent;
    padding-bottom:10px;
    font-weight: bold;
    /*margin-right: 25px;*/
}
.link.down:hover{
    color:#F5E10C;
    text-decoration: none;
    transition: translate 5s;
    transform: translate(0px, 20px);
}
.link.left:hover{
    color:#F5E10C;
    text-decoration: none;
    transition: translate 5s;
    transform: translate(20px, 0px);
}

.sticky + .content {
    padding-top: 60px;
}
.row{
    display: inline-block;
}
.motto{
	font-family: 'Futura Std Heavy';
	font-style: normal;
	font-weight: normal;
	font-size: 44px;
	color: #2A2B40;
}
.settori .fixed{
    padding-top: 334px;
    padding-left:18.23%; /*350px;*/
}
.settori .fluid{
    padding-top: 15%;
    padding-left: 5%; /*95px;*/
    width: 22%;
    text-align: justify;
}
.gridSettori {
    display: grid;
    /*grid-template-columns: repeat(4,168px);*/
    grid-template-columns: repeat(4,168px);
    grid-gap: 33px;
}  
.itemSettori{
    transition:2s;
}
.overlaySettore{
    position: relative;
  }
  
.overlaySettore:before {
    position: absolute;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.5;
    background:#F5E10C;
    transition: opacity 100ms;
    border-radius: 50%;
  }
  
.captionSettore{
    font-family: 'Futura Std Heavy';
    font-size: 22px;
    text-align: center;
    width: 100%;
    color:#2A2B40;
}
.overlaySettore:hover:before {
    opacity: 0;
    /*cursor: pointer;*/
}
.overlaySettore:hover div.captionSettore {
    color:#FFF;
}

/*Uomo Vitruviamo*/

svg#vitruvio{
    width: 50%;
}

[id^="Srv"]:hover {
    cursor:pointer;  
}

[id^="Srv"]:hover .st37{
    cursor:pointer;  
    fill: #F5E10C;
    border:1px solid #2A2B40;
}

[id^="Srv"]:hover .st39{
    cursor:pointer;  
    fill: white;
    stroke:#2A2B40;
    stroke-width:4;
}

[id^="Ing"]:hover {
    cursor:pointer; 
    fill: white;
}
[id^="Ing"]:hover .st37{
    cursor:pointer;  
    fill:#2A2B40;
    color:""
}
[id^="Ing"]:hover .st42{
    cursor:pointer;  
    fill:white;
    stroke:#2A2B40;
    stroke-width:4;
}
.content.servizi{
    height: 100%;
}
.titoloServizi{
    padding-left:10%;
    text-align: center;
}
.sottotitoloServizi {
    padding-left:10%;
    text-align: center;
}
.content.news{
    height:840px;
}
.fixed.news{
    width:50%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3,250px);
    grid-gap: 6%; /*30px;*/
    align-items: center;
    padding: 0%;
    padding-top: 10%;
    padding-left: 12%;
}
.fluid.news{
    width:30%;
    overflow:hidden;
    text-align: justify;
    float: right;
    padding-left: 5%;
    padding-right: 9%;
}
.card_caption {
	text-align: center;
	font-family: 'Futura Std';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #707070;
	letter-spacing: 0.22px;
    text-transform: capitalize;
}
.flip-card {
    background-color: transparent;
    width: 250px;
    height: 250px;
    perspective: 1000px;
    font-family:'Poppins';
}
.card-image{
    width: 100%;
    height: auto;   
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
    text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
    background-color: #F5E10C;
    transform: rotateY(180deg);
    font-family: 'Futura Std';
	font-style: normal;
    font-size: 16px;

}
.testoNews{
    padding:10px; 
    text-align: justify;
    font-family: 'Futura Std Light';
}

/*.anagSedeMini
{
    display: grid;
    grid-template-columns: repeat(3,350px);
    grid-gap: 20px;
    align-items: center;
}*/
.anagSedeMini {
    /*padding-left: 10%;
    grid-template-columns: repeat(3,62%);*/
    padding-left: 2%;
    grid-template-columns: repeat(4,35%);
    display: grid;
    grid-gap: 1.04%;
    align-items: baseline;
    font-size: small;
}
.nomeSedeMini{
    font-family: 'Poppins';
    /*font-size:18px;*/
    font-size:large; 
    font-weight: bold;
}
.imgPosta{
    /****padding-right:5%;****/
    padding-right:1%;
}
/*.FooterMenu{
    display: grid;
    grid-template-columns: repeat(2,140px);
    grid-gap: 10px;
    align-items: left;
    font-family: 'Poppins';
    font-size:large;
    font-weight: bold;
}*/
.FooterMenu {
    display: grid;
    grid-template-columns: repeat(2,65%);
    grid-gap: 2%;
    font-family: 'Poppins';
    /* font-size: 18px; */
    font-size: small;
    font-weight: bold;
    padding-left: 25%;
}
.FooterMenu a{
    color:#2A2B40;
    text-decoration: none;
    cursor:pointer;
}
#ModalSede{
    background-color: #F5E10C;
}
.modalSedeAnag{
    float:left;
    width:30%;
    padding-left: 10%;
    padding-top: 5%;
}
#ModalSede.modal-body {
    width: 100%;
    padding-bottom:5%
}
.modal-dialog {
    width: 90%;
    padding:0px;
}
.modal-content {
    width: 100%;
}
.panel-body{
    background-color: #F5E10C;
}
.panel-default{
    border: none;
    box-shadow: none;
}
iframe 
{
    border: 2px solid black;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius:  50%;
    /*opacity: 0.6;*/
}
#iframeCV {
    display: block;
    width: 100%;
    height: 70%;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -o-border-radius: 0%;
    border: 0px;
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    border: 0;
}
.headerSubview
{
    height: 86px;
}
/*----------------BLOG----------------*/
#filtroNews{
    padding:5px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 45%); 
    margin: 20px;
    font-family: 'Poppins';
    font-size: 14px; 
    text-transform: uppercase;
}
.news-grid{
    display: grid;
    grid-template-columns: repeat(2,650px);
    grid-gap: 40px;
    border: 1px solid #fff;
    padding:20px;
} 
.news-container{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    align-items: center;
    box-shadow: 0 8px 16px rgb(0 0 0 / 45%);
    justify-content: justify;
}
.news-colum {
  flex-direction: column;
  margin-right: 10px;
  flex: 2;
}
.news-colum div {
  font-size: 1.4rem;
  /*padding: 5px 0;*/
}
.card {
  margin-left: 10px
}
.news-image {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.news-image img {
    width: 180px;
    height: 180px;
}
.news-data{
    font-family: 'Futura Std Heavy';
    font-size: 22px;
    /*text-align: center;*/
    width: 100%;
    color: #2A2B40;
    display:inline-block;
}
.news-titolo{
    text-align: left;
    font-family: 'Futura Std Heavy';
    font-style: normal;
    font-weight: lighter;
    font-size: 22px;
    color: #2A2B40;
    line-height: 20px;
}
.articolo-titolo{
    text-align: left;
    font-family: 'Futura Std Heavy';
    font-size: 44px;
    color: #2A2B40;
    padding-bottom: 5px;
}
.news-testo-anteprima {
    width: 400px;
    text-align: justify !important;
    padding-right: 20px;
    font-family: 'Poppins';
	font-style: normal;
    font-size: 15px;
}


/*----------------LAVORA CON NOI----------------*/
.testoPiccolo{
    font-size:12px;
    padding: 20px;
    padding-bottom:5px;
}
.grid-1 {
  display: grid;
  width: 100%;
   
  grid-template-columns: 2fr 8fr 2fr;
  grid-gap: 20px;
  
}
.btn-filtri-candidature{
    padding: 20px;
    padding-bottom: 0px;
    color: #2A2B40;
    /*font-size:18px;*/
    font-size:large;
    font-family: 'Poppins';
}
.btnMC{
    height: 40px;
    width: 40px;
    position: absolute;
    background-color:#F5E10C;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    align-items: center;
}

.caret{
    color: #F5E10C;
    margin-left: 5px !important;
}
.listaCandidature {
    width: 100%;
    color: #2A2B40;
    font-size: small;
    font-family: 'Poppins';
}
.listaCandidature tr{
    height: 50px;
}
.listaCandidature tr:hover{
    cursor:pointer;
    background-color:#2A2B40;
}
.listaCandidature tr:nth-child(even) {background-color: rgba(245, 225, 12, 0.11);}
.listaCandidature tr:nth-child(odd) {background-color: #FFFFFF;}

.listaCandidature tr:nth-child(even):hover {background-color: #F5E10C;}
.listaCandidature tr:nth-child(odd):hover {background-color: #F5E10C;}


.titolo{
    color: #2A2B40;
    /*font-size:18px;*/
    font-size:large;
    font-family: 'Futura Std Heavy';
}
.gridCandidatura {
  display: grid;
  width: 90%;
  grid-template-columns: 8fr 2fr ;
  grid-gap: 20px;
  margin-left:10%;
}
.divCandidatura{
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Poppins' !important;
	font-style: normal;
    color: #2A2B40;
    text-align: justify !important;
    font-size: large;
}
.divCandidatura.titolo{
    font-weight: bold;
    text-align: center !important;
    font-size: xx-large;
}
.caricaCV {
    height: 98px;
    width: 98px;
    position: absolute;
    background-color:#F5E10C;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.caricaCV .button{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2A2B40;
    font-size: 83pt;
    transition: rotate 3s;
}
.caricaCV .button:hover{
    transform: translate(-50%, -50%) rotate(45deg);
}
.caricaCV .title{
    position: absolute;
    color: #2A2B40;
    font-style: normal;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
    left: 20%;
    bottom: -25px;
}
/*-----------------ARTICOLO--------------*/
.articolo-container{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: justify;
}

.articolo-content {
    flex-direction: column;
    flex: 2;
    padding: 10%;
    padding-top: 5%;
}
.articolo-image {
    flex: 1;
    text-align: center;
    padding: 20px;
    padding-top: 120px;
}

.articolo-image img {
    width: 512px;
    height: 341px;
}
.articolo-naviga {
    line-height: 20px;
        /*font-size:18px;*/
    font-size:large;
    font-family: 'Poppins';
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}
.gridNavigazioneArticoli{
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    grid-gap: 10px;
    align-items: center;
}
.articolo-testo {
    text-align: justify !important;
    padding-right: 20px;
    font-family: 'Poppins';
	font-style: normal;
    font-size: 15px;
}
.artLink{
    text-decoration: none;
    font-family: 'Poppins';
    color:#2A2B40;
    font-weight: bold;
}
.artLink:hover{
    color:#2A2B40;
    text-decoration: none;
    font-weight: bold;
}
.privacy{
    padding-left: 5%;
    padding-right: 5%;
    top:0;
    clear: both;
}
.overlayMappa{
    float:right;
    width:50%;
}
iframe.news
{
    border: 2px solid black;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -o-border-radius:  0%;
}
.lineaGialla{
    border-top: 3px solid #f5e10c;
}

/*     METAVERSO     */
.pallinoMeta {
    text-align: left;
    font-family: 'Futura Std Heavy';
    font-style: normal;
    font-weight: lighter;
    font-size: 40px;
    color: #FFF;
    line-height: 38px;
    padding-bottom: 28px;
    z-index: 2;
    position: relative;
    padding-left: 10px;
}

.pallinoMeta:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #04CFCC;
    background: linear-gradient(to top, #04CFCC 0%, #6935FC 100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
h3 span.Meta:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: none;
    background: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.metaTitleContainer {
    padding-left: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 120px;
}
.metaTitleText {
    text-align: left;
    font-family: 'Futura Std Heavy';
    font-style: normal;
    font-weight: lighter;
    font-size: 40px;
    color: #FFF;
    line-height: 38px;
    padding-bottom: 28px;
    position: relative;
    padding-left: 10px;
}
.Meta.metaTitleColor {
    background: #04CFCC;
    background: linear-gradient(to top, #04CFCC 0%, #6935FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.metaContactUsForm {
    background: rgba(0,0,0,0.5);
}
.form-row {
    display: block;
    position:relative;
    margin-right: -15px;
    margin-left: -15px;
}
.boxContact {
    position: absolute;
    background-color: #393B57;
    /*margin-left: 120px;*/
    width: 40%;
    opacity: .87;
    -moz-opacity: .87;
    border: 5px solid #393B57;
    border-radius: 20px;
    -webkit-box-shadow: -11px 16px 18px 3px rgba(255,255,255,0.34);
    box-shadow: -11px 16px 18px 3px rgba(255,255,255,0.34);
    color: #FFF;
    padding: 30px;
    font-family: Poppins;
    font-size: small;
}
.boxSubmit {
    position:relative;
    padding: 30px;
    margin-left: 120px;
}
.metaButton {
    border: 1px solid #fff;
    border-radius: 10px;
    /*-webkit-box-shadow: -8px 9px 19px -1px rgb(255 255 255 / 34%);
    box-shadow: -8px 9px 19px -1px rgb(255 255 255 / 34%);*/
    background: #2a2b40;
    padding-left: 30px;
    padding-right: 30px;
}
.metaButtonReturn {
    background-color:inherit;
    margin:20px;
    border: 1px outset #fff;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
metaButtonReturn:hover {
    color: white;
}
input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: blue
}

input:focus {
    border-color: green
}

.mailError {
    color: #FFBB00;
    font-weight: bold;
    font-family: 'Poppins';
}
.mailSuccess{
    color: #FFF;
    font-weight: bold;
    font-family: 'Poppins';
}

/*HOME META*/
#titoloSezMetaverse {
    padding-left: 10%;
}

.fluid.metaverse {
    display: grid;
    grid-template-columns: 10% 25% 25% 40%;
    grid-gap: 30px;
}

.itemMetaverse {
    color: #FFF;
    text-align: justify;
}

.navbar-default.meta {
    /*background-color: trasparent !important;*/
    /*background-color:rgba(255,255,255,.3);*/
    /*background-color: #343a51;*/
    background-color: #02419B;
    box-shadow:0 5px 15px 0px rgba(0,0,0,.5);
    border-color: #ffffff;
    color: #fff;
}

.navbar-default.meta, .navbar-default.meta.collapse, .navbar-default.meta.navbar-form {
    border-color: #ffffff;
    padding-bottom: 5px;
    vertical-align: middle;
}

nav.meta {
    background-color: transparent !important;
}

nav.meta li a {
    font-family: 'Poppins';
    /*font-size:18px;*/
    font-size: large;
    color: #FFF !important;
    text-decoration: none;
    display: block;
    transition: 0.2s ease;
    border-bottom: 2px solid transparent;
    padding: 0px !important;
    padding-bottom: 10px;
    margin-right: 40px;
}

nav.meta li:not(.logo) a:hover {
    text-align: center;
    border-bottom: 3px solid #FFF;
    padding-bottom: 5px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

#homePageMeta {
    height: 1200px;
}

.metaSezioneHome {
    width: 100%;
    position: absolute;
    margin-top: 15%;
    color: #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.metaSezioneHomeText {
    display: inline;
    vertical-align: middle;
    text-align: center;
}
#scrittaMC {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:5%;
}

.buttonMetaInfo {
    font-style: normal;
    font-weight: lighter;
    font-size: large;
    line-height: 20px;
    padding-bottom: 28px;
    color: #fff;
    border: 0.2rem solid #fff;
    border-radius: 1rem;
    padding: 1em;
    box-shadow: 0 0 .1rem #fff, 0 0 .1rem #fff, 0 0 1rem #5271ff, 0 0 0.8rem #5271ff, 0 0 2.8rem #5271ff, inset 0 0 1.3rem #5271ff;
    -webkit-appearance: none;
    text-align: center;
    margin-left:45%;
    margin-right:45%;
}
.contentMetaverse {
    height: 800px;
    position: relative;
    align-items: center;
}
.divMottoMeta {
    align-content: center;
    width: 90%;
    height: 18.52%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
    background-color: rgba(255,255,255,.1);
    box-shadow: -20px 15px 15px -5px rgb(255 255 255 / 50%);
    border-radius: 20px;
    border-color: #ffffff;
    /*background-color: #393B57;
    opacity: .87;
    -moz-opacity: .87;
    border: 5px solid #393B57;
    border-radius: 20px;
    -webkit-box-shadow: -11px 16px 18px 3px rgba(255,255,255,0.34);
    box-shadow: -11px 16px 18px 3px rgba(255,255,255,0.34);*/
}
.mottoMeta {
    color: #FFF;
    text-align:center !important;
}
.contentServices {
    height: 900px;
    position: relative;
    align-items: center;
}
.divServices {
    padding-top: 5%;
    display: grid;
    grid-template-columns: 10% 60% 20% 10%;
    color: #FFF;
    text-align: justify;
}
.divAreas {
    padding-top: 5%;
    display: grid;
    grid-template-columns: 10% 20% 70%;
    color: #FFF;
    text-align: justify;
}

h2 span.Meta {
    display: inline-block;
    line-height: 52px;
    text-align: left;
    font-family: 'Futura Std Bold';
    font-style: normal;
    font-weight: bold;
    /*font-size:18px;*/
    font-size: large;
    color: #04CFCC;
    text-decoration: none;
    border-bottom: 3px solid #04CFCC;
    text-transform: uppercase;
    width: 50%;
}


.contentTeams {
    height: 1800px;
    position: relative;
    align-items: center;
}
.divTeamsTitolo {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}
.divTeams {
    display: grid;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-items: center;
    color: #FFF;
}
.divTeamsTesto {
    display: grid;
    text-align:center;
    grid-template-columns: 30% 40% 30%;
    color: #FFF;
}
.divTeamsCompetence {
    font-size: x-small;
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
    grid-template-columns: repeat(10, 9%);
    column-gap: 1%;
    padding-bottom: 10%;
}
.divTeamsCompetence-item {
    background-color: rgba(255,255,255,.2);
    box-shadow: -11px 15px 15px -5px rgb(255 255 255 / 50%);
    border-radius: 20px;
    border-color: #ffffff;
    color: #fff;
    aspect-ratio: 1;
}
.divTeamsCompetence-item-text {
    text-align: center;
    vertical-align: middle;
    position: relative;
    top:30%;
    font-size:medium;
}
.divTeamsApprochTitolo {
    display: grid;
    grid-template-columns: 10% 40% 50%;
}
.divTeamsApproch {
    display: grid;
    grid-template-columns: 10% 16% 15% 15% 15% 15%;
    column-gap:2%;
    color: #FFF;
    text-align:justify;
}
.divTeamsApproch-box {
    background-color: rgba(255,255,255,.1);
    border-radius: 20px;
    border-color: #ffffff4a;
    border-style: ridge;
    color: #fff;
    padding: 5%;
    font-size: medium;
    text-align: left;
}
.divTeamsApproch-box-titolo {
    font-weight:bold;
    padding:5%;
}
.contentNewspaper {
    height: 900px;
    position: relative;
    align-items: center;
    display: grid;
    grid-template-columns: 10% 60% 20% 10%;
}
svg#VitruvioMeta {
    width: 50%;
}

[id^="btn_Meta_"]:hover {
    cursor: pointer;
}
.divSvgVitruvioMeta {
    display: flex;
    justify-content: flex-end;
}
.contentWorks {
    height: 400px;
    position: relative;
    align-items: center;
}

.divWorksTitolo {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.divWorks {
    display: flex;
    /* grid-template-columns: 25% 25% 25% 25%; */
    /* justify-items: center; */
    /* color: #FFF; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 10%;
    padding-left: 30%;
    padding-right: 30%;
}
.divWorks-item {
    width:100%;
}
.buttonMetaWorks {
    font-style: normal;
    font-weight: lighter;
    font-size: large;
    line-height: 20px;
    padding-bottom: 28px;
    color: #fff;
    border: 0.2rem solid #fff;
    border-radius: 1rem;
    padding: 1em;
    box-shadow: 0 0 .1rem #fff, 0 0 .1rem #fff, 0 0 1rem #5271ff, 0 0 0.8rem #5271ff, 0 0 2.8rem #5271ff, inset 0 0 1.3rem #5271ff;
    -webkit-appearance: none;
    text-align: center;
}
.footerSezioneMeta {
    position: absolute;
    height: 18.52%; /*200px;*/
    color: #FFF;
    background-color: rgb(255 255 255 / 23%);
    bottom: 0px;
    left: 0 px;
    width: 100%;
    display: flex;
    /*****justify-content: center;******/
    align-items: center;
    /*padding:10px;*/
    padding-top: .52%;
    padding-bottom: .52%;
    padding-left: 4.93%;
    padding-right: .93%;
}
.imgPostaMeta {
    /****padding-right:5%;****/
    padding-right: 1%;
}

.icon-bar-Meta {
    display: grid;
    grid-template-columns: repeat(1,40px);
    grid-gap: 16px;
    top: 400px;
    position: fixed;
    margin-left: 2%;
    align-items: center;
}

.icon-bar-Meta a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 25px;
    border: 4px solid #ffffff;
    border-radius: 9px;
    color: #FFF;
    height: 40px;
}

.icon-bar-Meta a:hover {
    background-color: #ffffff;
    color: #2A2B40;
    cursor: pointer;
}

.fixed.MetaNewspaper {
    display: flex;
    column-gap: 40px;
}

.metaContainer {
    height: 990px;
    /* position: relative; */
    display: grid;
    grid-template-columns: 10% 80% 10%;
    /* justify-content: center; */
    /* align-items: center; */
    /* justify-items: center; */
}
.contentInfo {
    position: relative;
    align-items: center;
}
#divBckMeta {
    background: url('/images/bckMetaversoWide.png');
    width: 100%;
    background-repeat: no-repeat;
}

.cookie-consent-banner {
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #F5E10C;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    /*font-family: "CeraPRO-Bold", sans-serif, arial;*/
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    /*font-family: "CeraPRO-Regular", sans-serif, arial;*/
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    color: #2A2B40;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #F5E10C;
    color: #2A2B40;
    text-decoration: none;
    text-align: center;
    /*font-family: "CeraPRO-Regular", sans-serif, arial;*/
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #2CE080;
}

.cookie-consent-banner__cta:hover {
    background-color: #f5b30c;
    text-decoration: none;
    color: #000;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #2A2B40;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}

/*COUNTDOWN*/
.content.counter {
    height: auto;
    position: relative;
    z-index: 0;
    align-items: center;
    padding-top: 85px;
    text-align: center;
    width: 100%;
}

label .labelCount {
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    padding: 20px;
    border: solid;
    border-width: 3px;
    border-radius: 1rem;
    border-color: white;
    /*background-color: #15142d;*/
    margin-right: 20px;
    color: white;
    font-family: Poppins;
    box-shadow: 0 0 0.2rem var(--white), 0 0 0.2rem var(--white), 0 0 2rem var(--electric-blue), 0 0 1.6rem var(--electric-blue), 0 0 5.6rem var(--electric-blue), inset 0 0 2.6rem var(--electric-blue);
    background-color: var(--color-font-alpha) !important;
    width: 200px;
}

#counter {
    height: 600px;
    margin-top: 0px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("/images/Countdown20.jpg");
    background-position: center;
    background-color: #15142d;
}

#text {
    vertical-align: middle;
    text-align: center;
    margin-top: 400px;
}

#ButtonVideo {
    font-size: 50px;
    padding: 20px;
    border: solid;
    border-width: 3px;
    border-radius: 1rem;
    border-color: white;
    color: white;
    font-family: Poppins;
    box-shadow: 0 0 0.2rem var(--white), 0 0 0.2rem var(--white), 0 0 2rem var(--electric-blue), 0 0 1.6rem var(--electric-blue), 0 0 5.6rem var(--electric-blue), inset 0 0 2.6rem var(--electric-blue);
    background-color: var(--color-font-alpha) !important;
}

    #ButtonVideo:hover {
        text-decoration: none;
        color: yellow;
        box-shadow: 0 0 0.2rem var(--yellow), 0 0 0.2rem var(--yellow), 0 0 2rem var(--green), 0 0 1.6rem var(--green), 0 0 5.6rem var(--green), inset 0 0 2.6rem var(--green);
    }

#divCountdown {
    --yellow: #f5e10c;
    --white: #ffffff;
    --black: #010a23;
    --electric-blue: rgba(4, 207, 204, 0.5);
    --electric-blue-rgba: rgba(4, 207, 204, 0.5);
    --green: #04cfcc;
    --green-alpha: rgba(4, 207, 204, 0.5);
    --purple: #6935fc;
    --color-font: #2a2b40;
    --color-font-alpha: rgba(42, 43, 64, 0.75);
    --blend: #908626;
    --margin-top: 86px;
    --padding-mobile: 1rem;
    margin-top: -20px;
    vertical-align: middle;
    text-align: center;
}

.shadow {
    border-radius: 1rem;
    background-color: var(--color-font-alpha) !important;
    box-shadow: 0 0 0.1rem var(--white), 0 0 0.1rem var(--white), 0 0 1rem var(--electric-blue), 0 0 0.8rem var(--electric-blue), 0 0 2.8rem var(--electric-blue), inset 0 0 1.3rem var(--electric-blue);
}

/*INIZIO CAROUSEL*/
.content.carouselStyle {
    height: 1000px;
    /*max-width:100%;*/
    width: auto;
    padding-top: 50px;
    background-color: #111022;
    margin: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    /*width: auto !important;*/
    height: auto;
}
.carousel-indicators {
    bottom: 2%;
}
.carousel-indicators li {
    border: 1px solid #F5E10C;
    width: 20px;
    height: 20px;
    bottom: 20%;
}
.carousel-indicators .active {
    background-color: #F5E10C;
    width: 20px;
    height: 20px;
}
img.carouselImage {
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}
.carouselVideo {
    margin: auto;
    width: auto;
}
/*.offer-detail-image {
   display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    float: none;
}*/
/*FINE CAROUSEL*/