.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: #FF6186;
}
.mio-header .icona-profilo {
    max-width: 20px;
}
.mio-header .logo {
    max-width: 80px;
    box-shadow: 0 1px 4px #ff618652;
    border-radius: 50%;
    margin-bottom: -75px;
}


/* Inizio stili applicati alla sezione intro */

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

.intro h1 {
    font-size: 44px;
    text-shadow: 0 4px 9px #6C0204;
    margin-top: 20;
}
.pulsante {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px; 
    box-shadow: 0 4px 4px #006b7b63;
    background-color: #63DCEE;
    color: #fff;
    transition: all 300ms;
}

.pulsante.pulsante:hover{
    background-color: #1f4d54;
}

/* Inizio stili applicati alla sezione griglia prodotti */

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

.pulsante-piccolo:hover {
    background-color:#1f4d54 ;
}

.pulsante-piccolo.rosa {
    background-color: #FF6186;
    box-shadow: 0 2px 3px #ff61866a;
}

.pulsante-piccolo.rosa:hover {
    background-color: #c40532;
}

.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 0;
}

.griglia-prodotti .contenitore-pulsanti {
    display: flex;
    justify-content: center;
}

.griglia-prodotti .contenitore-pulsanti .pulsante-piccolo {
    margin: 2px;
}

.griglia-prodotti .in-offerta img {
    border: solid yellow;
}

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

/* Inizio stili applicati alla sezione crea torte */

.crea-ora{
background-color:#d5f3fa;
padding:40px 25px;
text-align: center;
margin-bottom: 200px;
}

.crea-ora h2{
    font-size: 44px;
    color:#09829F;
    margin-top: 0;
    line-height: 1.1;
    text-shadow: 0 2px 2px #09A4C9;
}

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

/* Inizio stili applicati alla sezione whatsapp */

.mio-footer {
    background-color: #FFF9FA;
    padding-bottom:10px;
    justify-content: space-between;
}

.mio-footer .barra-wa {
    background-color: #FFEEF1;
    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 */

.modulo {
    padding: 70px 25px;
}