@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  color:#114a9a;
  background-color:white;
  font-family: Montserrat, sans-serif;
}

/* ****** */
.logopap{position: absolute;
  margin-top: 0.3cm;
  margin-left: 0.3cm;
  width: 80px; 
  height:80px;}

.flex{
  padding-top: 10%;
  max-width: 100%;
  margin-top: -30px;
  margin-bottom: 4%;
}
/* ****** */

.navbar{
  padding: 10px;
  position: fixed;
  top:30px;
  right:30px;
  z-index: 90;
  cursor: pointer;
  background: #114a9a;
}

nav{
  background: #114a9a;
  margin-top: 30px;
  width:75%;
  height: 18%;
  position:fixed;
  top:0;
  left: 130px;
  border-radius:0%;
  z-index: 69;
  transition: .3s;
  transform: translateX(100%);
}

.wide{
  transform: translateX(0);
}

.icon-bar{
  display: block;
  width:22px;
  height: 3px;
  background: #e41d2b;
  margin-bottom: 4px;
}

nav ul{
  list-style: none;
  padding: 60px;
}


.link{
  padding-top: 10px;
  padding-bottom:10px;
  }

.link1{
    /* font-family: Calibri; */
    font-size: 12px;
    font-weight: 300;
  }

a{
    font-weight: bold;
    color:#e41d2b;
    text-decoration: none;
  }
  
a:hover {
    text-decoration: none;
  }
  
li:hover {
    color: white;
  }

.pulsanti{ padding-top: 15px;}
.bottoni{ margin-left: 10%; }

.loghi{
  max-width: 85%;
  border-radius: 45%;
}

/*  +++++++++ */
.iniziative{padding-top: 2%;}
/*  +++++++++ */

/*  +++++++++ */
.seclinea{
 
  font-weight: 800;
  width: 30%;
  text-align: center;
}
/*  +++++++++ */

.h3Iniz{font-weight: bolder;}



nav li{
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  color:#e41d2b;
  line-height: 2em;
}

.row {
  margin: 8px -16px;
}


/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
}


/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color:white;
  padding: 10px;
}

.content h3{
  text-align: center;
  font-size: 120%;
}

.content p{
  text-align: center;
  font-size: 90%;
}

.whoare{
  font-size: 14px;
 letter-spacing: 1px;
 line-height: 1.4em;
 margin-top: 100px;
 padding-bottom:2%;
 padding-right: 20%;
 padding-left: 2%;
 text-align: left;

}

footer{
border-top: 2px solid#114a9a ;
background-color: #f7f7f7;
 }



.cookie{margin-left: -5%;
font-size: 80%;}
.privacy{margin-left: 50%;
  font-size: 80%;}

.fa {
  padding: 20px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook {   color:#e41d2b;}
.fa-instagram {  color:#e41d2b;}

.fa:hover{color:#e41d2b;}

/* INIZIO GESTIONE BANNER */
  #cookiePopup {
    margin-bottom: 50%;
    width: 100%;
    border-style: solid;
    border-radius: 5%;
    margin-left: 5%;
    max-width: fit-content;
    position: fixed;
    background-color: #ffffff;
    font-weight: 900;
    
    
  }

  #cookiePopup p {
    text-align: center;
    margin: 1.4em 0;
  }
  #cookiePopup button {
    background-color: #114a9a;
    border: none;
    color: #ffffff;
    font-size: 1.2em;
    padding: 1em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 5px;
  }
  #cookiePopup a {
    color: #e41d2b;}

    #cookiePopup p {
      padding: 5%;
      text-align:center;}

  .hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
  }
  .show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
  }

/* FINE GESTIONE BANNER */

/* MEDIA QUERY TABLET */

@media only screen and (min-width:420px) and (max-width: 991px) {

/* +++++++++ */

.logopap{
  margin-top: 0.5cm;
  margin-left: 1cm;
  width:150px; 
  height:150px;
}


.flex{
    margin-top: -100px;
  }
/* +++++++++ */

  nav{
    width:90%;
    height: 10%;
  }
  
  .iniziative{margin-top: 155px;}
  .row {
    margin: 8px, -16px;
  }

  .seclinea{font-size: 140%;
  }
  
  .column{
    margin-left: 40px;
    float: left;
    width: 40%;
  }
  
  .content {
    width: 300px;
  }

  #cookiePopup {
    margin-bottom: 60%;
  }


}

/* MEDIA QUERY SCHERMI GRANDI */

@media only screen and (min-width: 992px) {


/* ****** */
.logopap{
  margin-top: 1cm;
  margin-left: 9cm;
  width:160px; 
  height:160px;
}
.flex{
    max-width: 60%;
    height:700px;
    margin-left: 25%;
    margin-top: -12%;
    margin-bottom: -15px;

  }
/* ****** */


.loghi{

  max-width: 25%;
  border-radius: 45%;
  margin-left: 35%;
  margin-top: -16%;
}

/* ****** */
.seclinea{
  font-size: 18px;
  width: 30%;
  text-align: center;
} /* ****** */

.iniziative{

  padding-left: 200px;
  font-size: 20px;
  margin-bottom: 10px;
  left: 50px;
}

 .whoare{
   margin-top: 5%;
   font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.8em;

 }

 nav{
  width:100%;
  height: 28%;
}

 .link1{
    font-size: 25px;
  }

.h3Iniz{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.row {
  margin: 8px, -40px;
}

.column{
  margin-left: 50px;
  float: left;
  width: 25%;
}

.content {
  width: 280px;
}
.tabfooter{margin-left: 40%;}

/* INIZIO GESTIONE BANNER */
#cookiePopup {
  margin-bottom: 0%;
  background-color: #ffffff;
  position: fixed;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in;
}

.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}
/* FINE GESTIONE BANNER */

}


