@font-face {
    font-family: 'Montserrat';
    src: url('/assets/webfonts/montserrat.woff2') format('woff2'); /* Percorso al file */
    font-weight: 100; /* Regola in base alla variante del font (es. 400, 700, italic) */
    font-style: normal;
    font-display: swap; /* Opzionale: comportamento di caricamento del font */
  }

h1, h2, h3, b {
  font-family: 'Montserrat';
  font-weight:bolder !important;
}

* {
    font-family: "Montserrat";
    font-optical-sizing: auto;

    font-style: normal;
  }
.meltafont{
    min-height: 40px!important;
    align-self: center;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: monse
}
.header_company_small{
    max-width: 180px!important;
}
.header_company_xxsmall{
    max-width: 180px!important;
    margin-bottom: 30px;
}
.company-name {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: -10%;
}
.company-motto {
    text-align: center;
    font-size: .8em !important;
    font-weight: 900 !important;
    color: #604494;
    padding-bottom:60px;
}


#team {
    background-color: #333;
    color: white;
}

.team-member {
    padding-left: 5% !important;
    padding-right: 5% !important;
    border: 1px solid #aaa;
    margin-right: -1px;
    border-top: 0px;
    border-bottom: 0px;
}

.team-image {
    border-radius: 50%;
    width: 80% !important;
    margin: auto;
}

.team-name {
    text-align: left;
}

.team-role {
    text-align: left;
    width: 70%;
    float: left;
    font-size: xxx-small;
}

.team-links {
    float: right;
    display: inlilne-block;
    width: 20%;
    margin-top: -5px;
    color: #1d1d1b;
}

.fa-linkedin {
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}

#map {
    height: 400px;
    z-index: 10;
}

.company-marker {
    color: purple;
}

.company-stuff {
    background-image: linear-gradient(to right, rgb(48, 86, 226), purple);
    color: white;
    font-weight: 400 !important;
}

.box-icon{
    width: 200px !important;
}
.mission-box{
    background-color: white;
}
.vision-box{
    background-color: #e2e2e2 !important;
}
.text-container {

  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}

.partner-box{
    background-color: white !important;
}

.partner-image{
    width: 100%;
}

.bottom-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.4em;
 }
 .pp{
    font-size: 1rem!important;
}
.bottom-menu >ul {
    list-style: none;
}
.bottom-menu > ul > li > a {
    color: white;
}
.bottom-menu > p > a {
    color: white;
    font-size: 1em;
}

.btnLink{
    color: white;
    font-size: .8em;
    background: transparent;
    border: none;
    font-weight: 600!important;
    font-family: 'Montserrat';

}
.btnLink:hover{
    text-decoration: underline;

}
.services-box {
    background-image: url('/assets/images/_corner.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
/* .mission-bg {
    background-image: url('/assets/images/_Background.png');
    background-repeat: no-repeat;
    background-position: right bottom;
} */
/* Stile del contenitore */
.language-selector {
    float:right; 
    margin-right:40px;
}

/* Nasconde il select nativo */
#languageSelector {
    display: none;
}

/* Pulsante personalizzato */
.lang-custom-select {
    display: flex;
    align-items: center;
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.lang-custom-select img {
    margin-right: 8px;
}

/* Lista delle opzioni */
.options {

    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;

    width: 100%;
    z-index: 10;
}

.options div {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.options div:hover {
    background-color: #eee;
    color: #000;
}

.options img {
    margin-right: 8px;
}

.incubated-image{
    max-width: 400px;
}

.subtitle{
    font-size: 2em;
    font-weight: 800!important;
}

.font400{
    font-weight: 600 !important;
}

#copyleft{
    background: #1d1d1b;
    padding: 2rem 3rem;
}

.subtitle-small{
    display: none;
}
.subtitle-full{
    display: block;
}

/* Mobile */
@media (max-width: 480px) {
    .company-motto{
        font-size: 35px !important;
    }
    .subtitle-small{
        display: block;
    }
    .subtitle-full{
        display: none !important;
    }
    .header_company_xxsmall{
        margin:auto;
    }
    .page-down{
        width: 100% !important;
            margin:auto;
        display: block !important;
        float:left !important;
    
    }
    
    .page-down > * {
        margin:auto;
        text-align: center  !important;
        padding :0px !important;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
    .subtitle-small{
        display: block;
    }
    .subtitle-full{
        display: none !important;
    }    
    .company-motto{
        font-size: 40px !important;
    }
    .header_company_xxsmall{
        margin:auto;
    }
    .page-down{
        width: 100% !important;
            margin:auto;
        display: block !important;
        float:left !important;
    
    }
    
    .page-down > * {
        margin:auto;
        text-align: center  !important;
        padding :0px !important;
    }
}


.privacy_content > h2 {
    margin-bottom:40px;
}
.privacy_content > div > h4 {
    margin-top: 40px;
}

#meltaheader{
    z-index:-99;
    background-image:url(/assets/images/_Top.png);
    background-size: cover;
}

.header_l{
    float:left;
}

.header_r{
    float:right;
}