@media only screen and (min-width: 30px) and (max-width: 969px) {


input {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}


#vedi-ds
{
display:none;
}

.desktop-only {
display: none !important;
}

img
{
max-width:100%;
}

.menu-toggle{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;

  appearance: none;
  -webkit-appearance: none;

  outline: none;              /* toglie il bordo “strano” */
}

/* Focus accessibile (da tastiera) */
.menu-toggle:focus-visible{
  outline: 3px solid #5A8F00; /* colore accessibile */
  outline-offset: 3px;
}

/* Fix extra per Firefox (bordo interno) */
.menu-toggle::-moz-focus-inner{
  border: 0px none;
}

img.acc
{
display:block;
margin:auto;
margin-top:30px;
width:60vw;
}

img.logo
{
display:block;
margin:auto;
max-width:100%;
}

img.icosmall
{
display:block;
margin:auto;
padding-top:10px;
}

img.ico
{
display:block;
margin:auto;
width:30%;
}

img.calendario
{
display:block;
margin:auto;
width:30%;
}

img.qua
{
display:block;
margin-top:30px;
margin:auto;
width:80%;
}

img.social1
{
display:block;
padding-top:0px;
margin:auto;
margin-bottom:10px;
}

img.gal
{
display:block;
margin:auto;
padding-top:20px;
width:80%;
}


img.mail
{
display:block;
margin:auto;
padding-top:80px;
}

img.foto
{
display:block;
margin:auto;
padding-top:25px;
padding-bottom:30px;
}

img.like
{
display:block;
float:right;
margin-right:22px;
margin-top:20px;
cursor: pointer;
}


.popup-voto {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.popup-voto-box {
    background: #fff;
    padding: 25px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    border-radius: 10px;
}

.popup-voto-box button {
    margin: 8px;
    padding: 10px 18px;
    cursor: pointer;
}


.box-immagine {
  cursor: pointer;
}

.popup-foto {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}

.popup-foto img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

header
{
width: 94%;
margin:auto;
position:relative;
z-index:999;
height:20vw;
background-color: #327fc2;
border-radius: 50px; 
}

#headerxxx
{
width: 100%;
position:relative;
z-index:20;
height:8vw;
}

#fumetto_pos
{
position:absolute;
z-index:40;
right:0px;
top: 25vw;
width: 100%;
background-color: #327fc2;
display: none;
z-index:888;
border-radius: 50px; 
padding-bottom:20px;
}

#spazioxxx
{
width: 100%;
position:relative;
z-index:5;
height:100vw;
}


footer
{
width: 100%;
position:relative;
z-index:20;
padding-bottom:50px;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:50px;
}

#topxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#bluhome {
width: 100%;
position:relative;
z-index:20;
background-color: #073165; 
margin-top:90px;
height:200vw;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}


#pos_logo
{
position:absolute;
z-index:50;
top:5vw;
width:60vw;
left:8%;
}

#pos_menu
{
position:absolute;
z-index:50;
top:7vw;
width:9vw;
right:8vw;
}


#pos_social
{
display:none;
}

#pos_foto
{
display:none;
}


#bandaazzurra
{
width: 100%;
position:relative;
z-index:20;
min-height:54.2vw;
margin-top:30px;
background-image: url('../images/banda-azzurra-ph.png');
background-position:center top;
background-repeat:no-repeat;
background-size:100%;
}


#home
{
width: 100%;
position:relative;
z-index:20;
min-height:750px;
background-image: url('../images/img-home.png');
background-position:center top;
background-repeat:no-repeat;
}


.rigamed
{
width: 94%;
border-top: 2px solid #ffffff;
margin: 0 auto; 
margin-top:60px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
background-color:#083772;
border-radius: 25px;
padding-top:35px;
padding-left:7%;
padding-right:7%;
padding-bottom:60px;
margin-bottom:60px;
}

#box-log
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
}

#box-reg
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
}

.box-foto {
width: 94%;
margin:auto;
border: 3px dashed #ffffff;
border-radius: 50px;
padding-bottom:30px;
margin-bottom:40px;
}

.box-immagine {
width: 280px;
height:280px;
margin:auto;
border: 4px solid #1e487e;
border-radius: 25px;
background-position: center;
background-repeat:no-repeat;
background-size:cover
}

#box-home1
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
background-color:#3b73b9;
padding-top:30px;
padding-bottom:20px;
border-radius: 15px;
box-shadow: 0 9px 18px 3px rgba(49, 31, 17, 0.17);
}

#box-home2
{
position:relative;
z-index:20;
width: 94%;
margin:auto;
background-color:#f8bcdf;
padding-top:50px;
padding-bottom:40px;
border-radius: 25px;
box-shadow: 0 9px 18px 3px rgba(49, 31, 17, 0.17);
margin-top:60px;
margin-bottom:50px;
}

#box-home30
{
position:relative;
z-index:20;
}

#box-home3
{
position:relative;
z-index:10;
width: 94%;
margin:auto;
background-color:#eb008b;
padding-top:40px;
padding-bottom:40px;
border-radius: 35px;
box-shadow: 7px 14px 43px 4px rgba(49, 31, 17, 0.31);
margin-top:30px;
margin-bottom:60px;
}



#box-icosmall
{
position:relative;
z-index:20;
width: 90%;
margin:auto;
min-height:115px;
border-bottom: 1px solid #97b5da;
}

#box-ico
{
position:relative;
z-index:20;
width: 90%;
margin:auto;
border-bottom: 2px solid #849dbc;
}

#box-ico0
{
position:relative;
z-index:20;
width: 90%;
}

#box-bianco1
{
position:relative;
z-index:20;
width: 94%;
margin:auto;
background-color:#ffffff;
box-shadow: 1px 10px 21px 2px rgba(50, 31, 13, 0.35);
padding-bottom:100px;
border-radius: 50px; 
margin-top:10vw;
}

#box-blu
{
position:relative;
z-index:20;
width: 100%;
background-color:#366cb1;
min-height:790px;
box-shadow: 1px 10px 21px 2px rgba(50, 31, 13, 0.35);
padding-bottom:100px;
border-radius: 50px; 
}

#box-blu1
{
position:relative;
z-index:20;
width: 100%;
background-color:#366cb1;
box-shadow: 1px 10px 21px 2px rgba(50, 31, 13, 0.35);
padding-bottom:100px;
border-radius: 50px; 
}

#box-blu2
{
position:relative;
z-index:20;
width: 100%;
background-color:#366cb1;
box-shadow: 1px 10px 21px 2px rgba(50, 31, 13, 0.35);
border-radius: 50px; 
}

#box-bianco
{
position:relative;
z-index:20;
width: 100%;
background-color:#ffffff;
padding-top:80px;
padding-bottom:70px;
border-radius: 25px; 
}


.menu-nav {
position: relative;
margin:auto;
width:100%
}

.menu-list{
    flex-direction: column;
    padding-top: 30px;
    align-items: center;      /* centra i "bottoni" */
  }

  .menu-item{
    width: 100%;
    display: flex;
    padding-bottom:20px;
    justify-content: center;  /* centra il contenuto del li */
  }

  .men{
    display: block;
    width: 100%;              /* area clic full width */
    text-align: center;       /* testo centrato */
  }



.tabella {display: table;width:100%;position:relative;}
.tabella00 {display: table;width:100%;position:relative;}
.tabella000 {display: table;width:100%;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 100%; /* limita la larghezza */
margin: 0 auto;
padding: 0em;
border: none; /* rimuove il bordo del fieldset */
box-sizing: border-box;
}


.tabella-menu {display: table;width:100%;position:relative;padding-bottom:30px;}



.riga {
display: table;
width: 100%;
table-layout: fixed;
}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna0 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-bot {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna-menu {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-footer {display: table-cell;vertical-align: middle;}

.colonna33 {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna50 {display: table-cell;vertical-align: top;width:80%;}
.colonna51 {display: table-cell;vertical-align: top;width:20%;}

.colonna-foto {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna-ico1 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-ico2 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-ico3 {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna-calendario1 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-calendario2 {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna-gal1 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-gal2 {display: table-cell;vertical-align: middle;width:100%;float:left;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}

A.bottonehome1:LINK, A.bottonehome1:VISITED, A.bottonehome1:ACTIVE { 
font-family: "Montserrat", sans-serif;
background-color: #ec008c;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
width:80%;
display: block;
text-transform: uppercase;
}


A.bottonehome1:HOVER { 
background-color: #073165;
cursor: pointer;
}

.bottonehome1::after {
content: "\2192";
margin-left: 30px;
display: inline-block;
transform: translateY(-4px);
}


A.bottonehome2:LINK, A.bottonehome2:VISITED, A.bottonehome2:ACTIVE { 
font-family: "Montserrat", sans-serif;
background-color: #073165;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 30px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
width:180px;
display: block;
text-transform: uppercase;
}


A.bottonehome2:HOVER { 
background-color: #ffffff;
color:#073165;
cursor: pointer;
}




A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Montserrat", sans-serif;
background-color: #083772;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 50px;
font-size: 5vw;
font-weight: 600;
text-align: center;
color:#ffffff;
padding-top: 20px;
padding-bottom: 20px;
padding-right:0px;
padding-left:0px;
width:70%;
display: block;
}


A.bottone:HOVER { 
background-color: #f35bb5;
color:#ffffff;
cursor: pointer;
}


A.bottone1:link,
A.bottone1:visited,
A.bottone1:active { 
  font-family: "Montserrat", sans-serif;
  background-color: #f35bb5;
  background-image: url('../images/cuore.png');
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 45px; /* dimensione cuore */

  margin-left:auto;
  margin-right:auto;
  border:0px solid #ffed00;
  border-radius: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color:#ffffff;

  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px; /* spazio per non sovrapporre il testo al cuore */
  padding-right:0px;

  width:490px;
  display: block
}


A.bottone1:HOVER { 
background-color: #083772;
color:#ffffff;
cursor: pointer;
}


.bottoneform { 
font-family: "Montserrat", sans-serif;
background-color: #083772;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 50px;
font-size: 5vw;
font-weight: 600;
text-align: center;
color:#ffffff;
padding-top: 20px;
padding-bottom: 20px;
padding-right:0px;
padding-left:0px;
width:80%;
}


.bottoneform:hover { 
background-color: #f35bb5;
color:#ffffff;
cursor: pointer;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.inputfile-btn + label {
  font-family: "Montserrat", sans-serif;
  background-color: #083772;
  margin-left:auto;
  margin-right:auto;
  border:0px solid #ffed00;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color:#ffffff;
  padding: 12px 0;
  width:310px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* stato dopo selezione */
.inputfile-btn.filled + label {
  background-color: #ffffff;
  color:#083772;
}




.bottonpop { 
font-family: "Montserrat", sans-serif;
background-color: #083772;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 50px;
font-size: 22px;
font-weight: 600;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
padding-right:0px;
padding-left:0px;
width:280px;
}


.bottonpop:hover { 
background-color: #f35bb5;
color:#ffffff;
cursor: pointer;
}

.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}


.titolo {
font-size: 6vw;
font-weight: 800;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:80px;
margin-bottom:30px;
margin-left:7%;
margin-right:7%;
}

.titolo1 {
font-size: 8vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:60px;
margin-bottom:40px;
}


.corpo_menu {
font-size: 6vw;
font-weight: 600;
text-align: center;
}


.corpo_home1 {
font-size: 5vw;
font-weight: 800;
text-align: center;
line-height:1.1;
margin-left:7%;
margin-right:7%;
margin-bottom:20px;
}

.corpo_home2 {
font-size: 4vw;
font-weight: 500;
text-align: center;
line-height:1.2;
margin-left:7%;
margin-right:7%;
}

.corpo_home3 {
font-size: 4vw;
font-weight: 700;
text-align: center;
line-height:1.2;
margin-left:7%;
margin-right:7%;
margin-top:20px;
margin-bottom:10px;
text-transform: uppercase;
}


.corpo_boxsmall1 {
font-size: 4.5vw;
color:#ffffff;
font-weight: 600;
text-align: center;
line-height: 1.1;
margin-left:7%;
margin-right:7%;
margin-top:5px;
margin-bottom:2px;
text-transform: uppercase;
}

.corpo_boxsmall2 {
font-size: 4vw;
color:#ffffff;
font-weight: 400;
text-align: center;
line-height: 1.2;
margin-left:7%;
margin-right:7%;
}

.corpo_ico1 {
font-size: 10vw;
color:#f29fd0;
font-weight: 700;
text-align: center;
line-height: 1;
margin-left:7%;
margin-right:7%;
padding-top:5px;
}

.corpo_ico2 {
font-size: 4vw;
font-weight: 700;
text-align: center;
line-height: 1.2;
margin-left:7%;
margin-right:7%;
text-transform: uppercase;
padding-top:10px;
padding-bottom:20px;
}


.corpo_calendario1 {
font-size: 4.5vw;
font-weight: 800;
text-align: center;
line-height: 1.2;
text-transform: uppercase;
margin-left:7%;
margin-right:7%;
margin-bottom:20px;
margin-top:20px;
}

.corpo_calendario10 {
font-size: 4.5vw;
font-weight: 800;
text-align: center;
line-height: 1.2;
text-transform: uppercase;
padding-top:20px;
padding-bottom:20px;
margin-left:7%;
margin-right:7%;
}

.corpo_calendario10 br {
display:none;
}

.corpo_calendario2 {
font-size: 4vw;
font-weight: 500;
text-align: center;
margin-left:7%;
margin-right:7%;
line-height: 1.3;
}

.corpo_calendario3 {
font-size: 4vw;
font-weight: 700;
text-align: center;
line-height: 1.2;
margin-top:12px;
margin-bottom:10px;
}


.corpo_prova {
font-size: 8vw;
font-weight: 800;
text-align: center;
line-height: 1;
text-transform: uppercase;
margin-left:7%;
margin-right:7%;
margin-bottom:10px;
}

.corpo_gal1 {
font-size: 4vw;
font-weight: 500;
text-align: center;
line-height: 1.1;
margin-left:7%;
margin-right:7%;
color:#ffffff;
}


.corpo_gal2 {
font-size: 4vw;
font-weight: 600;
text-align: center;
line-height: 1.1;
margin-left:7%;
margin-right:7%;
margin-bottom: 35px;
color: #ffffff;
text-transform: uppercase;

background-color: #073165;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 6px; /* puoi aumentare se lo vuoi più arrotondato */
display: inline-block;
}

.corpo_gal3 {
font-size: 28px;
font-weight: 700;
text-align: left;
line-height: 1.1;
margin-left: 20px;
margin-right: 20px;
color: #ffffff;
text-transform: uppercase;
}


.corpo_gal4 {
font-size: 4vw;
font-weight: 400;
text-align: left;
line-height: 1.1;
margin-left: 30px;
margin-right: 10px;
margin-top:25px;
margin-bottom:40px;
color: #ffffff;
}

.corpo_sotto {
font-size: 3.5vw;
font-weight: 500;
text-align: center;
line-height: 1.2;
margin-right: 7%;
margin-left: 7%;
margin-bottom:40px;
}


.corpo_pre1 {
font-size: 12vw;
font-weight: 800;
text-align: center;
line-height: 1;
margin-right: 15px;
margin-left: 15px;
color:#ffffff;
padding-top:210px;
}

.corpo_pre2 {
font-size: 12vw;
font-weight: 800;
text-align: center;
line-height: 1;
margin-right: 15px;
margin-left: 15px;
color:#ffb2e8;
}

.corpo_pre3 {
font-size: 6vw;
font-weight: 600;
text-align: center;
line-height: 1.2;
margin-right: 15px;
margin-left: 15px;
color:#ffffff;
margin-top:50px;
}


.corpo_fine1 {
font-size: 37px;
font-weight: 800;
text-align: center;
line-height: 1;
margin-right: 15px;
margin-left: 15px;
color:#ffffff;
padding-top:30px;
text-transform: uppercase;
}


.corpo_fine2 {
font-size: 29px;
font-weight: 600;
text-align: center;
line-height: 1.2;
margin-right: 15px;
margin-left: 15px;
color:#ffffff;
padding-top:30px;
padding-bottom:50px;
}

.corpo_fine3 {
font-size: 29px;
font-weight: 600;
text-align: center;
line-height: 1.2;
margin-right: 15px;
margin-left: 15px;
color:#ffffff;
padding-top:30px;
padding-bottom:50px;
}

.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:8%;
margin-right:8%;
}

.corpo_login1 {
font-size: 36px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:80px;
color:#ffffff;
margin-bottom:5px;
line-height:1;
}

.corpo_login2 {
font-size: 36px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:40px;
margin-bottom:30px;
color:#ffffff;
line-height:1;
}

.corpo_form1 {
font-size: 4vw;
font-weight: 600;
text-align: center;
line-height:1;
color:#ffffff;
font-style: italic;
margin-top:-8px;
margin-bottom:35px;
margin-right:10px;
}

.corpo_form2 {
font-size: 4vw;
font-weight: 600;
text-align: center;
line-height:1;
color:#ffffff;
font-style: italic;
margin-bottom:30px;
margin-top:-20px;
}

.corpo_form {
font-size: 4vw;
font-weight: 500;
text-align: center;
line-height:1;
color:#ffffff;
margin-bottom:10px;
margin-left:15px;
margin-right:15px;
}

.link-password {
color: #ffffffff;
}


.corpo33, .corpo333 {
font-size: 3.5vw;
color:#ffffff;
}

.corpo_privo {
font-size: 4vw;
font-weight: 400;
text-align: left;
margin-top:30px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
line-height:1.1;
}


.corpo_foto1 {
font-size: 5vw;
font-weight: 600;
text-align: center;
line-height:1;
color:#ffffff;
margin-bottom:35px;
margin-right:15px;
margin-left:15px;
}

.corpo_foto2 {
font-size: 5vw;
font-weight: 600;
text-align: center;
line-height:1;
color:#ffffff;
margin-bottom:15px;
margin-right:15px;
margin-left:15px;

}

.corpo_foto3 {
font-size: 3.5vw;
font-weight: 400;
text-align: left;
line-height:1;
color:#ffffff;
margin-right:40px;
margin-left:40px;
}


.corpo_part1 {
font-size: 36px;
font-weight: 800;
text-align: center;
line-height:1;
color:#ffffff;
margin-top:45px;
margin-bottom:30px;
margin-right:15px;
margin-left:15px;
}

.corpo_part2 {
font-size: 26px;
font-weight: 600;
text-align: center;
line-height:1.2;
color:#ffffff;
margin-bottom:30px;
margin-right:15px;
margin-left:15px;
}

.corpo_part3 {
font-family: "Sedgwick Ave Display", cursive;
font-weight: 400;
font-style: normal;
font-size: 46px;
font-weight: 400;
text-align: center;
line-height:1.1;
color:#ffb2e8;
padding-top:45px;
padding-bottom:50px;
margin-right:15px;
margin-left:15px;
transform: rotate(-2deg);
}


.corpo_gallery1 {
font-size: 4.5vw;
font-weight: 400;
text-align: center;
line-height: 1;
color:#ffffff;
padding-bottom:60px;
padding-top:30px;
margin-left:7%;
margin-right:7%;
}

.corpo_gallery2 {
font-size: 22px;
font-weight: 600;
text-align: left;
line-height: 1;
margin-left:22px;
margin-right:18px;
padding-bottom:60px;
padding-top:20px;
}


.corpo_footer1 {
font-size: 4vw;
font-weight: 700;
text-align: center;
margin-left:7%;
margin-right:7%;
line-height:2;
}


input.forma {
margin-top:0px;
margin-bottom:30px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 90%;
height: 50px;
border:4px solid #083772; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 50px;
color:#1b4d8b;
}

.forma::placeholder {
font-size: 4vw;
color: #1b4d8b;
}

input.formb {
margin-top:0px;
margin-bottom:30px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 90%;
height: 50px;
border:4px solid #083772; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 50px;
color:#1b4d8b;
}

.formb::placeholder {
font-size: 4vw;
color: #1b4d8b;
}

select.prov {
margin-top:0px;
margin-bottom:30px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 100%;
height: 54px;
border:4px solid #083772; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 50px;
color:#1b4d8b;
}


.select-wrapper {
  position: relative;
  display: inline-block;
}

select.prov1 {
  margin-top:0px;
  margin-bottom:0px;
  padding-left:30px;
  padding-right:110px;
  width: 100%;
  height: 70px;
  border:4px solid #083772; 
  background-color: #ffffff;
  font-size: 4vw;
  border-radius: 25px;
  color:#1b4d8b;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* freccia custom */
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); /* CENTRATA PERFETTA */
  width: 60px;
  height: 60px;
  pointer-events: none;

  background-image: url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 24\ 24\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ fill=\'%23ffb2e8\'\ d=\'M6\ 8l6\ 8\ 6-8z\'/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: contain
}



/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 40px;
padding-right: 20px;
cursor: pointer;
display: inline-block;
vertical-align: top;
margin-bottom:30px;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 0px solid #666;
background: #fff
}

[type="checkbox"] + label::after {
content: '';
position: absolute;
top: 5px;
left: 5px;
width: 21px;
height: 21px;
background: #083772;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0)
}

[type="checkbox"]:checked + label::after {
opacity: 1;
transform: scale(1);
}


/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}

label span.corpo333 {
display: inline-block;
vertical-align: middle;
line-height: 2;
padding-right:50px;
padding-left:0px;
}


}