* {
margin: 0;
padding: 0;
}

html{
    font-size: 62%;
}
a{
    text-decoration: none;
    
}

body {   
    font-size: 8px;    
    font-family: 'Lora', serif;
}
h1, h2, h3{
    font-family: 'Patrick Hand', cursive, Verdana, Tahoma;
    font-size: 3em;
}

p{
    font-family: 'Patrick Hand', cursive, Verdana, Tahoma;
}
div{
    font-family: 'Patrick Hand', cursive, Verdana, Tahoma;
}
article{
    font-family: 'Patrick Hand', cursive, Verdana, Tahoma;
}
ul{
    font-family: 'Patrick Hand', cursive, Verdana, Tahoma;
}
#estrutura {
    display: grid;
    /* grid-template-rows:  80vh 8vh 55vh 20vh;  */
    grid-template-areas:
    "header header header"
    "slider"    
    "box-right"
    "box-left"
    "pedido"
    "preparo"
    "dicas"
    "sobre"
    "contato"
    "compre"
    "footer footer"
    "final"
    ;
}
/* HEADER */
header {
    grid-area: header;
    background: linear-gradient(135deg, #f5831f, #f7f4cd);   
    padding-top: 16px;
    padding-bottom: 10px;
    
}


nav{
    list-style: none;
    background: linear-gradient(135deg, #d4721b, #ebe597);    
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    text-align: center;
    overflow: hidden;
    
}
nav a{
    padding: 1% 3%;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    transition: all 0.5s ease;
}
nav a:hover{    
    color: black;
    font-size: 2.2rem;   
    height: 100%;
}
nav a#entrar{
    color: rgb(255, 0, 0);
} 

.principal{
    padding: auto;
} 
.FixoNotopo{
    position: fixed;
    top: 0%;
}
.FixoNotopo + .principal{
    padding-top: 60px;
}

.cardapio{
    grid-area: salgadinhos;
    margin: 2% 0 2% 0;   
    width: 100%;   
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%);     
    justify-items: center;
    align-items: center;
    font-size: 1.2em;
}

article h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.0em;     
    padding: 8px;     
    text-align: center;
    color: #f5f1f1; 
      
}
.cardapio h1:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5), rgb(255, 136, 32));  
    
    
}
.produtos-congelados{    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 2fr));
     margin-top: 20px;
    margin-bottom: 20px;
    padding: 1%;
    
}
.card_img-congelados {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 1%;
    border: solid 0px ;
    border-radius: 20px;
    margin-bottom: 4%;
}

.card_img-congelados h3{
    background: #f5831f;        
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.0em;     
    padding: 6px;    
    border-top: 20px; 
    text-align: center;
    color: #f5f1f1;
}

.sobre-embalagem {
    margin: 2% 0 2% 0;   
    width: 100%; 
    background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%);   
    justify-items: center;
    align-items: center;
    font-size: 1.2em;
}
.sobre-embalagem h1{        
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.0em;     
    padding: 8px;     
    text-align: center;
    color: #f5f1f1; 
     
      
}

.sobre-embalagem h1:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5), rgb(255, 136, 32));
    
}
.sobreembalagem {         
    justify-items: center;
    align-items: center; 
    margin: 1% 4% 1% 4%;
}
.sobreembalagem p{  
    color: rgb(107, 35, 35);
    font-weight: bold;
    text-align: justify;
    line-height: 33px; 
    font-size: 2.1em;
    padding-left: 2%; 
    padding-right: 2%;
    padding-bottom: 2%; 
}

.box-right{
    grid-area: box-right;
    margin: 4% 0% 4% 4%;   
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));    
    background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%); 
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px; 
    justify-items: center;
    align-items: center;
    font-size: 1.2em;
    box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.3);
   
}


.box-right h1{       
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.5em; 
    padding: 8px;    
    text-align: center;
    color: #f5f1f1; 
    
      
}
.box-right:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5) 12%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%);  
    
    
} 

.box-left{
    grid-area: box-left;
    margin: 4% 4% 4% 0%;    
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%); 
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px; 
    justify-items: center;
    align-items: center;
    font-size: 1.2em;
    box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.box-left h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.5em;      
    padding: 8px;      
    text-align: center;
    color: #f5f1f1; 
      
}
.box-left:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5) 12%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
    
}

.produtos{    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 2fr));
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1%;
    
}

.card_img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0.5%;
    border: solid 10px  #840105;
    border-radius: 60px;
    margin-bottom: 4%;
    justify-items: center;
    align-items: center;
}
.figure{
    justify-items: center;
    align-items: center;
}
/*
.card_img h3 {
    background: #f5831f;        
    text-transform: uppercase;
    font-size: 1.8rem;     
    padding: 5px;    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #f5f1f1; 
    
}
*/
.min {
    height: 100%;
    cursor: pointer;
    transition: all linear 0.4s;
    
}

.min:hover {
    filter: grayscale(100%);
    transform: scale(1.2);
}

#modal_img{
    width: 70vw;
    z-index: 22;
    transform: scale(0);
    transition: all linear .3s;
    margin-top: 50px;
    
}
.modal_active #modal_img{
    transform: scale(1);
}
.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.692);
    position: absolute;
    top: 380px;
    left: 0;
    visibility: hidden;
    z-index: 10;
    opacity: 0.5;
    transition: visibility 0.8s linear, opacity 0.5s linear;
}
.modal_content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 15;
    
}
#bt_close{
    color: #ffffff;
    background: #000000;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 15px 15px;
    font-size: 2em;
    border:solid 1px #fff;
    transition: all ease-out .4s;
    cursor: pointer;
}
#bt_close:hover{
    background-color: #f00;
}
/*
#comprar{
    color: #ffffff;
    background: #000000;
    position: absolute;
   
    text-align: center;
    bottom: 10px;
    padding: 15px;
    font-size: 2rem;
    border:solid 1px #fff;
    transition: all ease-out .4s;
    cursor: pointer;
}
#comprar:hover{
    background-color: #f00;
}
*/
.modal_active{
    visibility: visible;
    opacity: 1;

}


.saibamais {         
    justify-items: left;
    align-items: left; 
    margin: 1% 4% 2% 4%;
    
}
.saibamais p{  
    color: rgb(107, 35, 35);
    font-weight: bold;
    text-align: justify;
    line-height: 33px; 
    font-size: 2.1em;
    padding-left: 2%; 
    padding-right: 2%;
    padding-bottom: 2%; 
   
}



.canudinhos{    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 2fr));
    justify-items: center;
    align-items: center;    
    margin-right: 4%;
    padding: 1%;    
    width: 100%;
  
}

.recheios {         
    justify-items: center;
    align-items: center; 
    margin-left: 4%;
    width: 60%;
       
}
.recheios p{
    
    color: rgb(107, 35, 35);
    font-weight: bold;
    text-align: justify;
    line-height: 33px; 
    font-size: 2.1em;
    padding-left: 2%; 
    padding-right: 2%;
    padding-bottom: 2%; 
     
  
}
.foto-produto-box{    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 2fr));
    justify-items: right;
    align-items: right;    
    margin: 4%;    
    display: inline;
    float: right;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 5.0%;
    border: solid 10px  #840105;
    border-radius: 60px;
    
}

.pedido {
    grid-area: pedido;
    margin: 1px 0 4% 0;
    width: 100%;
    display: grid;   
    padding: 2%;
    justify-items: center;
    align-items: center; 
    background: #f5831f;
    font-size: 1.8rem; 
}
.pedido h1{
    background: #d36d13;
    text-align: center;
    text-decoration: none;
    padding: 2%;
    border-radius: 10px;        
    text-transform: uppercase;
    font-weight: bold;    
    font-size: 3.8rem; 
    color: #f5f1f1;    
    box-shadow: 5px 5px 0 #333;
   -webkit-box-shadow: 5px 5px 0 #333;
   -moz-box-shadow: 5px 5px 0 #333;

}
.pedido h1:hover{
    transform: translate(0px, -10px);
    transition: transform 0.5s;
}

.pedido h2{
    background: #d36d13;
    width: 80%;
    margin: 0 10% 0 10%;
    text-align: center;
    text-decoration: none;
    padding: 2%;
    border-radius: 10px;        
    text-transform: uppercase;
    font-weight: bold;    
    font-size: 4.2rem; 
    color: #f5f1f1;    
    box-shadow: 5px 5px 0 #333;
   -webkit-box-shadow: 5px 5px 0 #333;
   -moz-box-shadow: 5px 5px 0 #333;

}
.pedido h2:hover{
    transform: translate(0px, -10px);
    transition: transform 0.5s;
}

.pedido p{    
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;       
    padding-top: 2%;     
    color: #f5f1f1; 
      
  
}

a:link 
{ 
 text-decoration:none; 
}

.seta {
    
    padding: 1%;
    justify-items: center;
    align-items: center; 
    text-align: center;
    text-decoration: none;
}

.btn-right{
    font-size: 1.6em;
    margin-top: 1%;
    text-decoration: none; 
    font-weight: bold;
    text-align: center;
    padding: 1% 4%;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 100px 100px;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    width: 100%;
    align-items: center;
    margin-right: 2%;
   
}
.btn-left{
    font-size: 1.6em;
    margin-top: 1%;
    text-decoration: none; 
    font-weight: bold;
    text-align: center;
    padding: 1% 4%;;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 100px 100px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    align-items: center;
    margin-left: 35%;
}

.preco{
    color: #fff;
    background-color: #854003;
    border-radius: 50px;
    border-bottom: 5px solid #080101;
    padding: 10% 15px 10% 15px;
    transition: transform 0.5s;
    margin: 10px ;
    width: 400em;
    display: table-cell;
    vertical-align: middle;
   
    text-align: center; /* Não necessário */
}

.preco:hover{
    background-color: #a05456;
    transform: translate(0px, -10px);
    transition: transform 0.5s;
}


.whatsapp{
    color: #fff;
    background-color: #6abf56;
    border-radius: 50px;
    border: 5px solid #7ddf66;
    padding: 3% 15px 3% 15px;
    transition: transform 0.5s;
    margin: 5px ;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center; /* Não necessário */
}

.whatsapp:hover{
    background-color: #87f36f;
    transform: translate(0px, -10px);
    transition: transform 0.5s;
}

.sobre h1{
    background: #8d8c8c;  
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;      
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.5rem;     
    padding: 10px;
    text-align: center;
    color: #f5f1f1; 
}

.texto1 p{
 
    color: rgb(107, 35, 35);
    font-weight: bold;
    text-align: justify;
    line-height: 33px; 
    font-size: 2.5rem;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 30px;
    margin-left: 30px;
    line-height: 2.2em;
}

.texto2 h2{
   
    color: rgb(107, 35, 35);
    font-weight: bold;   
    text-align: center; 
    text-transform: uppercase;
    font-size: 1.9rem;
    padding-top: 10px;  
    padding-bottom: 15px;      
    margin-right: 30px;
    margin-left: 30px;
    justify-items: center;
    align-items: center;
    line-height: 2.2em;
}
.texto2 h3{
   
    color: rgb(107, 35, 35);
    background: #e9baba;        
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;       
    padding-bottom: 20px;
    padding-top: 19px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.texto2 h3:hover{
    background: #8a6969;
    color: #fff

}
/*----- GALERIA --------------------*/

.item a{
    transition: .5s ease-in-out;

}
.item img{
    border-radius: 5px;
}
.item a:hover{
    filter: grayscale(1) brightness(65%);

}

.row .column img{
    margin-top: 2%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: grayscale(1) brightness(0.5);
    border-radius: 5px;
    transition: 0.3s linear;
}
.row .column img:hover{
    filter: grayscale(0) brightness(1);
}



/* ------ FIM DA GALERA ----------------------- */
.contato{
    grid-area: contato;
    margin-bottom: 3%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
   flex-direction: column;
   font-size: 2.2em;  
}
.aviso {
    
    color: rgb(245, 241, 241);
    background: #f50707;        
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    margin: 2% 6%;
    padding: 6px;   
    text-align: center;
    font-size: 2.2em;
    border-radius: 10px; 
}

.maps{        
    width: 100% !important;   
    margin-bottom: -5px;  
            
}

/* ----------------- FINANCEIRO ----------------- */

.margin-bottom-20{
    margin-bottom: 20px;
}













/* ------------------------------------------ FOOTER ---------------------------------------- */

.footer {
    grid-area: footer;
    background: #f5831f;    
    width: 100%;   
    
}
.footer p{
/* padding-top: 6px;  */
color: #fffdfd;
} 

.bloco6{  
    display: grid;
    grid-area: bloco6;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    flex-wrap: wrap; 
    padding-right: 1%;
    padding-left: 1%;   
    margin-right: 4%;
    margin-left: 4%;
    
}
#menu-footer {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    padding: 5%;
    align-items: center;
    justify-content: center;
    text-align: left;


}


#menu-footer a{
    padding: 3% ;
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    
}
#menu-footer a:hover{    
    color: black;
    font-size: 2.2em;
}

.cartoes {
      
    width: 100%;
    
    text-align: center;
    
    padding: 3% ;
   
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2em;
    
}
.avisos-footer {              
    padding: 5%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-items: center;
}
.avisos-footer p {   
  
    color: #fff;            
    text-transform: uppercase;
    font-weight: bold;
    padding: 1%;
    font-size: 1.8em;    
    padding-bottom: 4%;
    padding-top: 4%;
      
}
.final {
    grid-area: final;
    background: #854003;     
    width: 100%; 
    align-items: center;    
    padding-right: 1%;
    padding-left: 1%; 
    font-size: 2.0em;
}
.direitos {        
    padding-bottom: 1%;
    padding-top: 1%;
}
.direitos p{
     
    color: #fff;  
    text-align: center;

    
}
    

/* ---------------------------------------- MEDIA QUERIES--------------------------------------------------------- */

@media (max-width: 810px){
    html {
        font-size: 70%;
    }
  
    .box-right:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
        
    } 
   
    .box-left:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
        
        
    } 
    
    .produtos{    
        display: grid;
        grid-template-columns: auto;
        justify-items: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 1%;
        
        
    }
    .btn-left{
        font-size: 1em;
        text-decoration: none; 
        font-weight: bold;    
        padding-bottom: 4%;
        display: grid;
        grid-template-columns: 200px 200px;
        grid-template-rows: 200px 100px;
        grid-column-gap: 100px;
        grid-row-gap: 50px;
        justify-content: center;
        align-items: center;
        margin: 2%;
   
    }

    .btn-right{
    font-size: 1em;
    text-decoration: none; 
    font-weight: bold;    
    padding-bottom: 4%;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 200px 100px;
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    margin: 2%; 
    }
    .saibamais{
        justify-items: center;
        align-items: center; 
        margin: 4%;
        color: rgb(107, 35, 35);
        font-weight: bold;
        text-align: justify; 
        padding-left: 2%; 
        padding-right: 2%;
        padding-bottom: 2%; 
    }
    .box-right{
        grid-area: box-right;
        margin-bottom: 2%;   
        margin-left: 4%;   
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%);   
        border-top-left-radius: 60px;
        border-bottom-left-radius: 100px; 
        justify-items: center;
        align-items: center;

        
    }
    .box-left{
        grid-area: box-left;
        margin-bottom: 2%;   
        margin-right: 4%;   
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%);  
        border-top-right-radius: 60px;
        border-bottom-right-radius: 100px; 
        justify-items: center;
        align-items: center;
        
    }
    .bloco6{  
        justify-items: center;
        align-items: center;
        
        padding-right: 1%;
        padding-left: 1%;   
        margin-right: 4%;
        margin-left: 4%;
        
        
    }
    .avisos-footer {              
        justify-items: center;
        align-items: center;
        
        width: 100%;
    }
    .avisos-footer p {   
  
        font-size: 1.2em;    
       
          
    }
    .pedido p{    
        
        margin-top: 4%;    
      
    }

}

@media (max-width: 720px){
   
    header .logo {
        order: -1;
        padding-bottom: 4%;
    }
    header .instagram {
        padding-bottom: 4%;
    }
    header .whatsapp {
        padding-bottom: 4%;
    }

    .box-right:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%);  
        
        
    } 
    .box-left:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%);  
        
        
    } 


}


@media (max-width: 680px){
nav{
    list-style: none;   
    width: 100%;
    text-align: center;
    justify-items: center;
    align-items: center;
    padding: 5% ;
    
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    }
nav a {
    padding: 5% ;
}
.box-right:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
    
    
} 
.box-left:hover{
    background-image: linear-gradient(to bottom, rgb(132, 1, 5) 10%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
    
    
} 
.avisos-footer p {   
  
    font-size: 1.2em;    
   
      
}

}


@media (max-width: 592px){

    body {   
        font-size: 6px;    
        font-family: 'Lora', serif;
    }

    .box-right{
        border-top-left-radius: 30px;
        border-bottom-left-radius: 50px; 
        
    }
    .box-left{
         
        border-top-right-radius: 30px;
        border-bottom-right-radius: 50px; 
        
        
    }

    .box-right h1{       
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2em;     
        padding: 8px;     
        text-align: center;
        color: #f5f1f1; 
          
    }
    .box-right:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 8%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%);  
        
        
    } 

    .box-left h1{       
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2em;       
        padding: 8px;     
        text-align: center;
        color: #f5f1f1; 
          
    }
    .box-left:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 8%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
        
        
    } 


    .preparo h1{
        order: -1;
        padding-bottom: 4%;
    }
    .sobre h1{
        order: -1;
        padding-bottom: 4%;
    }
    .cartoes{
        align-items: center;
        text-align: center;   
        padding: 10%;   
    }
    .direitos p{
 
        align-items: center;
        text-align: center;   
        padding: 10%;   
    }
    .footer {  
        width: 100%;   
    }
    .avisos-footer p {   
  
        font-size: 1.0em;    
          
    }

    .btn-left{
        font-size: 0.8em;
        text-decoration: none; 
        font-weight: bold;    
        padding-bottom: 4%;
        display: grid;
        grid-template-columns: 100px 100px;
        grid-template-rows: 100px 100px;   
        grid-column-gap: 30px;
        grid-row-gap: 50px;
        justify-content: center;
        align-items: center;
        margin: 2%;
   
    }

    .btn-right{
    font-size: 0.8em;
    text-decoration: none; 
    font-weight: bold;    
    padding-bottom: 4%;
    display: grid;
    grid-template-columns: 100px 100px;
    grid-template-rows: 100px 100px;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    margin: 2%; 
    }

    .pedido p{    
        text-align: center;
        text-decoration: none;
        padding: 1%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.8rem;       
        padding-top: 2%;     
        color: #f5f1f1; 
        margin-top: 4%;    
      
    }
}



@media (max-width: 380px){

    .box-right{
        grid-area: box-right;
        margin: 4% 0% 4% 4%;   
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));    
        background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%); 
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px; 
        justify-items: center;
        align-items: center;
        font-size: 1em;
        box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.3);
       
    }
   
    .box-right h1{       
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.5em;     
        padding: 8px;     
        text-align: center;
        color: #f5f1f1; 
          
    }
    .box-right:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 8%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%);  
        
        
    } 

    .box-left{
        grid-area: box-left;
        margin: 4% 4% 4% 0%;    
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        background-image: linear-gradient(to bottom, rgb(255, 136, 32), rgba(250, 249, 243, 0.98) 30%, white 80%); 
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px; 
        justify-items: center;
        align-items: center;
        font-size: 1em;
        box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.3);
    }
    .box-left h1{       
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.5em;       
        padding: 8px;     
        text-align: center;
        color: #f5f1f1; 
          
    }
    .box-left:hover{
        background-image: linear-gradient(to bottom, rgb(132, 1, 5) 8%, rgb(255, 136, 32) 5%, rgba(250, 249, 243, 0.98) 30%, white 80%); 
        
        
    } 

    
  

}