
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  } 


img {
width: 14vw;
height: auto;
}


.contenitore_logo{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-left: 13px;
}

.contenitore_bandi{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
margin-left: auto;
margin-right: auto;
border: 1px solid grey;
border-radius: 10px;
background-color: white;
width: 85vw;
margin-top: 50px;
padding: 60px;
padding-bottom: 20px;
margin-bottom: 50px;
}

.titolo_bando{
font-family: Raleway;
font-size: 22px;
font-weight: 800;
text-align: center;
}

.contenuto_bandi{
font-weight: 500;
font-size: 16px;
}

.contenitore_torna{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}

.torna_indietro{
font-weight: bolder;
font-size: 15px;
color: #e2042b;
}

.torna_indietro:visited, .torna_indietro:active{
text-decoration: none;
color: #e2042b;
}

/* tabella */

td{
  border-top: 1.5px solid lightgrey;
  border-bottom: 1.5px solid lightgrey;
  padding-left:1%;
  padding-right:1%;
}

th{
  padding-left:1%;
  padding-right:1%;
}

table{
margin-left: auto;
margin-right: auto;
font-size: 15px;
font-weight: 500;
}


@media screen and (max-width: 1100px) {



.contenitore_logo{
margin-top: 6.5vh;
margin-bottom: 10vh;
}

img{
width: 34vw;
height: auto;
}


.contenitore_bandi{
  margin-top: 16vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid lightgrey;
  border-radius: 10px;
  background-color: white;
  width: 93vw;
  margin-top: 50px;
  padding-right: 6vw;
  padding-left: 6vw;
  padding-bottom: 20px;
  margin-bottom: 50px;
  }


  .titolo_bando{
    font-family: Raleway;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-align: left;
    }

}