body {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3774AA;
  font-size: 14px;
  padding-top: 138px;
}
img {
    max-width: 100%;
    height: auto;
}
.calligrafico {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
.pulsante {
    display: inline-block;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 30px;
    background: #3774AA;
    background: linear-gradient(90deg, rgba(55, 116, 170, 1) 16%, rgba(252, 86, 205, 1) 33%); 
    color: #FFF;
    transition: all 300ms;
    box-shadow: 0 3px 5px #3774aa31;
    
}
.pulsante:hover {
    background-color:#FC56CD;
}

.contenitore-principale {
    max-width: 1200px;
    margin: 0 auto;
}

/*Inizio stili applicati alla sezione header*/
.mio-header {
    background: #d3dbe3;
    background: linear-gradient(90deg, rgba(211, 219, 227, 1) 16%, rgba(232, 174, 217, 1) 33%);  
    width: 100%;
    align-items: right;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
}

.mio-header {
    color: #3774AA;
    font-weight: 600;
    padding: 0; 
}
a {
    color: #3774AA;
    text-decoration: none;
    transition: all 300ms;
}
a:hover {
    color: #FC56CD;

}
 .mio-header .contenitore-principale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
 .mio-header .contenitore-principale .navigazione {
    display: flex;
    align-items:  center;
 }
.mio-header .logo {
    max-width: 110px;
}
    
.mio-header .menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-left: 20px;
    text-transform: uppercase;
}
.mio-header .menu li {
    margin-left: 20px;
}

.mio-header .contenitore-principale .navigazione .cerca input {
    margin: 0;
    margin-left: 20px;
    padding: 8px 30px;
    border: none;
    background-image: url(immagini/iconsearch.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 3px 5px #3774aa31;
    width: 180px;
}
.mio-header .contenitore-principale .pulsante {
    margin-left: 20px ;
}

.slider {
    padding: 70px 25px;
    background-image: url(immagini/grecia.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    text-align: left;
    color: #fff;
}
.slider h2 {
    font-size: 44px ;
    text-shadow: 0 2px 2px #fff;
    margin bottom: 25px;

}
.slider h3 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 0;
}
.slider .pulsante {
    box-shadow: 0 4px 5px #103d64f0;
}
.slider p {
    font-size: medium;
    margin-bottom: 20px;
}
.box-blu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-blu .box {
    padding: 20px;
    padding-top: 300px;
    background-size: cover;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
}
.box-blu .box p {
    font-size: 18px;
}
.box-blu .box1 {
    background-image: url(immagini/box1.jpg);
    
}
.box-blu .box2 {
    background-image: url(immagini/box2.jpg);

}
.box-blu .box1 .padding {
    background-color: #e46bc6b9;
    padding: 20px;
    border-radius: 30px;
    color: #fff;
}
.box-blu .box2 .padding {
    background-color: #3774aa45;
    padding: 20px;
    border-radius: 30px;
    color: #fff;
}
.sezione-offerte .colonne-3 {
    display: flex;
    gap: 20px;
    text-align: center;
}
.sezione-offerte .colonne-3 .pulsante {
    margin-top: 20px;
}
.avviso {
           display: flex;
           align-items: center;
           background-color: linear-gradient(90deg, rgba(211, 219, 227, 1) 16%, rgba(232, 174, 217, 1) 33%) ;
           border-radius: 5px;
           color: #005598;
           margin-top: 80px;
           margin-bottom: 60px;
       }
       .avviso {
        background-color: #f274ce51;
       }
       .avviso .col-icona {
           text-align: center;
           padding: 40px 60px;
           background-color: #FC56CD ;
           border-radius: 5px;
           color: #fff
       }


       .avviso .col-icona i {
           font-size: 40px;
       }
       .avviso .col-testo {
           padding: 0 40px;
       }
       .avviso .col-pulsante {
          min-width: 150px;
          padding: 0 40px;
       }
footer {
    background: #94c6ec4c;
    padding: 70px 0;
    }

.colonne-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.menu-vantaggi {
    list-style: none;
    font-size: 22px;
    padding: 0;
}
.menu-vantaggi li {
    margin-bottom: 10px;
}
.colonne-footer .pulsante {
    float: right;
}
footer .col .modulo {
    
}
input, textarea {
    background: #fff;
    border: solid 1px #3774AA;
    font-family: "Alegreya Sans";
    font-size: 14px;
    padding: 3%;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 94%;
}

button.pulsante {
    border: none;
    float: right;
}

textarea {
    min-height: 160px;
}
input[type=checkbox] {
    width: auto;
}

.colonne-footer {
    display: flex;
    gap: 20px;
}