*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.img2{
    width: 100%;    
    margin: 0 0;
}
.img2 img{
    width: 80%;
    
}

.sombra{
    
        -webkit-filter: drop-shadow(-2px 3px 3px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(-2px 3px 3px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(-2px 3px 3px rgba(0,0,0,.3));
        -o-filter: drop-shadow(-2px 3px 3px rgba(0,0,0,.3));
        filter: drop-shadow(-2px 3px 3px rgba(0,0,0,.3));
     
}

.link3{
    text-decoration: none;
    color: #8d8c8c;
    font-size: 10px;
}

h2{
    font-family: Helvetica, sans-serif;
    font-weight: 100;
}

.img1{
    height: 40px;
}

.font2{
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #a1a1a1;
}

.tituloC{
    font-family: 'Handlee', cursive;
    font-size: 26px;
    color: #820027;
}


.font3{
    font-family:'Handlee', cursive;
    font-size: 22px;
    color: #820027;
}



.bt{
    width: 210px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    border-radius: 10px;
    background-color: #fc7406;
    color:#ffffff;
    box-shadow: -3px 3px 0 0 #525151;
    display: flex;
    justify-content: center;
    align-self: center;
}

.bt:hover{
    padding: 9px 19px;
    background-color:  #fc8f36;
    box-shadow: -2px 2px 0 0 #525151;
}

.tituloA{
    font-family: 'Poiret One', cursive;
    font-size: 24px;
    font-weight: 700;
    color: #8d8c8c;
    text-shadow: 5px 5px 30px #820027;
}

.tituloB{
    font-family: 'Poiret One', cursive;
    font-weight: 700;
    font-size: 24px;
}

.textoA{
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    font-weight: 900;
    color: #8d8c8c;
}


.textoC{
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
}


.posC{
    padding-left: 40px;
    padding-top: 40px;
}

.posD{
    padding-right: 40px;
    padding-top: 40px;
   
}




.link:hover{
        filter:brightness(1.5);
        background-color: #820027;
        filter:drop-shadow( 0 0 5px #ffffff);
        border-radius: 100%;
        transition: 0.5s;
}

.barraSup{    
    display: flex;
    flex-wrap: wrap;
    background-color: #dbcacf;
  
}

.logo{
    width: 100%;
    display: flex;
    justify-content: center;    
    
}

.logo img{
    width: 15%;
    margin: 2% 0;
}

.menu{
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: center;
    

}

.menu span{
    padding: 10px 20px;  
    color: #820027;
    margin: 0 20px; 
    border-top: 1px solid #820027;
    border-bottom: 1px solid #820027;
    box-shadow: 0 0 5px 1px #ffffff;
    transition: 0.5s;
    border-radius: 10px;
    font-family: 'Poiret One', cursive;
    font-weight: 700;

}

.menu span a{

    color: #820027;
    text-decoration: none;
    font-size: 20px;
}

.menu span:hover{
    filter:brightness(1.5);
    text-shadow: 0 0 3px #ffffff;
    background-color: #cc7f96;
    box-shadow: 0 0 5px 1px #ffffff;
    transition: 0.5s;
    border-radius: 10px;
    
}


.banner{   
    width: 100%;
    height: 620px;
    margin-top: 5px;  
    display: flex; 
    background-image: url("../imagens/banner3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;    
    justify-content: center;
}



.experimente{
    
    position: absolute;  
    margin-bottom: 10px;
    margin-left:70%;
    
}

.experimente img{
    
    width: 400px;
   
  
}

.divide{
    display: flex;
}

.divide img{

    width: 90%;
    margin: 40px 5%;
    
}

.produto{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}



.produtoT{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.produtoImg{
    width: 30%;
    text-align: center;

}

.produtoImg span img{
    width: 90px;
}

.float1{
    
    position: absolute;    
    z-index: 3;
    text-align: left;
    left: 10px;
    margin-top:100px;
    
}

.float2{
    
    position: absolute;    
    z-index: 3;
    text-align: right;
    right: 10px;
    margin-top:120px;
    
}

.produtoImg img{
    width: 100%;
    text-align: center;
}

.produtoDesc{
    width: 70%;
    word-wrap: break-word;   
    padding: 0 60px; 
    padding-top: 30px;
}

.produtoPed{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.tamanho{

    text-align: center;
    background-color: #dbcacf;
    margin-top: 60px;
    padding: 80px 0;
}



.sobre{
    
    display: flex;    
    flex-direction: column;
    padding: 30px 0;
    background-image: url("../imagens/encomendadeboloetortasalgadaembarradopirairj.jpg");
    background-size: cover;
    background-repeat: no-repeat;   
   
}

.sobreT{    
    width: 100%;
    text-align: center;  
    color: #ffffff;
 
}

.sobreI{    
    width: 100%;
    text-align: center;  
    padding: 30px 0;
}

.sobreI img{  
    filter: drop-shadow(0 0 5px rgb(255, 255, 255));
}


.sobreDesc{
    width: 100%;
    text-align: center;   
    color: #ffffff;
    padding: 0 300px;
    display: flex;
    flex-direction: column;
} 


.rodape{
     
    display: flex;  
    flex-wrap: wrap;
    justify-content:center;
    text-align: center;
    padding: 5px 0;
    background-color: #490519;
}

.span1{
    
    display: flex;
    text-align: center;
    padding: 10px 0;

}

.span2{
   width: 100%;   
   color: #ffffff;
   font-family: 'Poiret One', cursive;
   font-size: 12px;
   padding: 5px 0;
}

.span3{
    width: 100%;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Poiret One', cursive;
    font-size: 14px;
    padding: 5px 0;
 }

.produto2Mob{
    position: absolute;
    width: 0;  
    height: 0;  
    visibility: hidden;    
    left: 0;
    z-index: 0;
    top:-100000px;
}

.emotion{
    width:20px;
    height:20px;
}

@media screen and (max-width: 600px){ 

    .span3{
      
        font-size: 12px;
    }
    
.banner{   
    width: 100%;
    height: 200px;
    margin-top: 5px;  
    display: flex; 
    background-image: url("../imagens/banner3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;    
    justify-content: center;
}



.experimente{
    width: 100%;
    position: absolute;  
    margin-bottom: 10px;
   
    
}

.experimente img{
    
    width: 400px;
   
  
}

    .produto2Mob{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        visibility: visible;
        position: unset;
    }

    .emotion{
        width:15px;
        height:15px;
    }

    
    .float2{
        
        right:40px;
        margin-top:30px;
        
    }

    .prod2{
        visibility: hidden;
        position: absolute;
        width: 0;  
        height: 0;       
        left: 0;
        z-index: 0;
        top:-100000px;

    }

    .logo img{
        width: 40%;
        margin: 30px 0;
    }

    .tituloA{
        font-family: 'Poiret One', cursive;
        font-size: 20px;
    }

    .menu{
        width: 100%;
        border-top: 1px solid #820027;
        border-bottom: 1px solid #820027;
        justify-content: space-around;
        margin: 0 1px;
    }

    .menu span a{

        color: #820027;
        text-decoration: none;
        font-size: 16px;
    }

    .menu span{
        padding: 5px;         
        margin: 0 1px; 
    
    }

    .menu span:hover{
        filter: none;
        text-shadow: 0 0 3px #ffffff;
        background-color: none;
        box-shadow: none;
        transition: 0.5s;
        
    }


    .divide img{

        width: 90%;
        margin: 10px 5%;
        
    }

    .produto{
 
    padding: 10px 0;
    }

    .produtoT{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .produtoImg{
        width: 100%;
        text-align: center;

    }

    .produtoImg img{
        width: 60%;
    }

    .produtoImg span img{
        width: 70px;
    }

    .float1{
    
        position: absolute;    
        z-index: 3;
        text-align: left;
        left: 40px;
        margin-top: 20px;
        
    }

    .produtoDesc{
        width: 100%;
        word-wrap: break-word;   
        padding: 0 10px; 
        padding-top: 30px;
        text-align: center;
    }
    
    .produtoPed{
        width: 100%;
        text-align: center;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .bt{
        width: 170px;
        padding: 10px 10px;
        text-decoration: none;
        font-family: Helvetica, sans-serif;
        border-radius: 10px;
        background-color: #fc7406;
        color:#ffffff;
        box-shadow: -3px 3px 0 0 #525151;
        display: flex;
        justify-content: center;
        align-self: center;
        font-size: 12px;
    }


    .redes{
        width: 100%; 
        padding: 20px 0;

    }

    .img1{
        height: 30px;
    }

    .experimente{
                
        bottom: 59%;
        
        
    }
    
    .experimente img{
        
        width: 130px;
        margin-left: 32%;
    }

    .tamanho{

        margin-top: 60px;
        padding: 80px 0;
    }
    
    .img2{
        
        margin: 0 0;
    }
    .img2 img{
        width: 80%;
        
    }
    
    .sobre{
        
        display: flex;    
        flex-direction: column;
        padding-top: 30px;
        
       
    }
    
    .sobreT{    
        width: 100%;
        text-align: center;  
        color: #ffffff;
        padding-top: 20px;
    }
    
    .sobreI{    
        width: 100%;
        text-align: center;  
        padding: 40px 0;
    }
    
    .sobreI img{  
        filter: drop-shadow(0 0 5px rgb(255, 255, 255));
    }
    
  
    
    .sobreDesc{
        width: 100%;
        text-align: center;   
        color: #ffffff;
        padding: 0 0 ;
        display: flex;
        flex-direction: column;
    }


}