
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.calligrafico {
  font-family: "Leckerli One", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #585858;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
/*Inizio stili applicati alla sezione header*/
.mio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}
.mio-header .menu {
    width: 20px;
    height: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.mio-header .menu div {
    height: 2px;
    width: 100%;
    background: #FC638B;
}
.mio-header .icona-profilo {
    max-width: 20px;
}
.mio-header .logo {
    max-width: 80px;
    box-shadow: 0 1px 4px #fc638c42;
    border-radius: 50%;
    margin-bottom: -75px;
}
/*Inizio stili applicati alla sezione intro*/

.intro {
    padding: 70px 25px;
    background-image: url(immagini/tortaPrincipale.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.intro h1 {
    font-size: 44px ;
    text-shadow: 0 4px 4px #F01216;
    margin-top: 0;
}
.pulsante {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 4px 4px #006b7b63;
    background-color: #68EEE7;
    color: #fff;
    transition: all 300ms;
}
.pulsante:hover {
    background-color: #68eee723;
}

.pulsante-piccolo {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 2px 3px #006b7b63;
    background-color: #68EEE7;
    font-size: 11px;
    color: #fff;
}
.pulsante-piccolo.rosa {
    background-color: #FC638B;
    box-shadow: 0 2px 3px #FC638b63;
}

.griglia-prodotti {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.griglia-prodotti article {
    flex-basis: calc( 50% - 4px );
    margin-bottom: 16px;
    text-align: center;
}
.griglia-prodotti article img {
    border-radius: 5px;
}
.griglia-prodotti article h3 {
    margin: 10px o;
}
.griglia-prodotti .contenitore-pulsanti {
    display: flex;
    justify-content: center;
}
.griglia-prodotti .contenitore-pulsanti .pulsante-piccolo {
    margin: 2px;
}

.al-centro {
    text-align: center;
    padding-bottom: 40px;
}

.crea-ora {
    background: #aff6ee;
    padding: 40px 25px;
    text-align: center;
    margin-bottom: 200px;
}
.crea-ora h2 {
    font-size: 44px;
    color: #247A7D;
    margin-top: 0;
    line-height: 1.1;
    text-shadow: 0 4px 4px #247a7d94;
}

.crea-ora img {
    margin-bottom: -200px;
    width: 100%;
}

.mio-footer {
    background-color: #FFE5EB;
    padding-bottom: 10px;
}
.mio-footer .barra-wa {
    background-color: #FFD1DB;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mio-footer .barra-wa img {
    max-width: 35px;
}
.mio-footer .barra-wa h3 {
    margin: 0;
}
.mio-footer p {
    padding: 25px;
    text-align: center;
}
/*Inizio pagina ordina*/
.modulo {
    padding: 70px 25px;
}
input, textarea {
    background: #FFF2F5;
    border: solid 1px #FFB6C7;
    font-family: 'Inter';
    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;
}

.clear {
    clear: both;
}
