@font-face {
  font-family: "suisse";
  src: url('./assets/font/suisse.ttf');
  src: url("./assets/font/suisse.otf") format("opentype");
  /* src: url('./assets/font/suisse.ttf') format('embedded-opentype'),
        url('./assets/font/suisse.ttf') format('woff2'),
        url('./assets/font/suisse.ttf') format('woff'),
        url('./assets/font/graphik-regular.svg#graphik-regular') format('svg'); */
  font-weight: 400; font-style: normal;
  font-display: swap;
  }

    
  /*@font-face {
    font-family: "Graphik";
    src: url("/assets/font/graphik-light.otf") format("opentype");
    font-weight: 200; font-style: normal;
    font-display: swap;
    }*/
  

  


body {
  font-family: suisse;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  /* box-sizing: content-box; */
}

/*  DESKTOP COSE!!!!!  */

@media screen and (min-width: 900px) and (orientation : landscape){

.titolo{
  position:absolute;
  top: 0vw;
  left: 0vw;
  /* right: 2vw; */
  margin: 0;
  text-align: center;
}

.logo{
  width:100%;
}

.info {
  width:100%;
  position: absolute;
  bottom: 0;
  display: flex;
  /* width: 100%; */
  align-items: flex-end;
  justify-content: center;
  padding: 1vw;
}

.col {
  flex: 3;
  text-align: left;
  top: 0%;
}

.col2 {
  flex: 1;
  text-align: center;
}


.col3 {
  flex: 1;
  text-align: right;
padding-right:2vw;
}

a {
  color: #ffffff;
  font-size: 0.6vw;
  line-height: 1;
}

p {
  color: #ffffff;
  font-size: 0.6vw;
   line-height: 1.5;
}

span{
  color: #ffffff;
  font-size: 0.6vw;
  line-height: 1;
}
}

/*  TELEFONO GIRA */
@media screen and (max-width: 900px) and (orientation : landscape){
  .titolo{
    position:absolute;
    top: 2vw;
    left: 2vw;
    right: 2vw;
    margin: 0;
    text-align: left;
  }
  
  .logo{
    width:40%;
    content: url('assets/logo-small.svg')
  }
  .info {
    position: absolute;
    display:flex;
    bottom: 0;
    align-items: flex-end;
    padding: 1vw;
    flex-direction: column-reverse;
  }

  .col {
    flex: 1;
    text-align: left;
    padding:1vw;
  }
  
  .col2 {
    flex: 1;
    text-align: left;
    padding:1vw;
  }
  
  
  .col3 {
    flex: 1;
    text-align: left;
    padding:1vw;
  }
p {
  color: #ffffff;
   line-height: 1.5;
}

  a {
    color: #ffffff;
    font-size: 0.8vw;
    font-family: suisse;
    line-height: 1.5;
  }
  
  span{
    color: #ffffff;
    font-size: 0.8vw;
       font-family: suisse;
       line-height: 1.5;
  }



}







/*  TELEFONO  */
@media screen and (orientation : portrait) {

  .titolo{
    position:absolute;
    top: 2vw;
    left: 2vw;
    right: 2vw;
    margin: 0;
    text-align: center;
  }
  
  .logo{
    width:100%;
    content: url('assets/logo-small.svg')
  }
  .info {
    position: absolute;
    display:flex;
    /* bottom: 0; */
    top:0;
    align-items: stretch;
    padding: 2vw;
    flex-direction: column;
  }

  

  .col {
    flex: 2;
    text-align: left;
    padding:2vw;
  }
  
  .col2 {
    flex: 2;
    left:0;
    text-align: left;
    padding:2vw;
  }
  
  
  .col3 {
    flex: 1;
    left:0;
    text-align: left;
    padding:2vw;
  }

p {
  color: #ffffff;
   line-height: 1.5;
}
  a {
    color: #ffffff;
    font-size: 2vw;
    font-family: suisse;
    line-height: 1.5;
  }
  
  span{
    color: #ffffff;
    font-size: 2vw;
       font-family: suisse;
       line-height: 1.5;
  }

}