#banner_temporada img{
    width: 100%;
    height: 80%;
 
    object-fit: cover;
    display: flex;
    justify-content: center;

  
   

}
#container_banner_temporada{
    
}
#banner_temporada{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    
    height: 350px;
    
    background: rgb(230,216,189);
    background: linear-gradient(164deg, rgba(230,216,189,1) 0%, rgba(230,216,189,0.8) 50%, rgba(208,206,212,0.8) 100%);
    transition: transform .2s;
    align-items: center;
    margin: auto;
   
    overflow: hidden;
    font-family: 'Satisfy', cursive;
    color: #532539;
    font-size: 40px;
    text-decoration: none;
    padding: 30px;
}
/* #banner_temporada:hover{
    transform: scale(1.1);
    border-radius: 10px 0px 10px 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(184,178,167,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(184,178,167,1);
box-shadow: 10px 10px 5px 0px rgba(184,178,167,1);
cursor: pointer;
} */
#banner_temporada a{
    font-family: 'Satisfy', cursive;
    color: #532539;
    font-size: 40px;
    text-decoration: none;
    padding: 30px;
    
    

}
a:link{
    text-decoration: none;
 
}

#text_temporada {
    font-family: 'Satisfy', cursive;
    color: #532539;
    font-size: 40px;
    text-decoration: none;
    
}
#text_temporada a{
    font-family: 'Satisfy', cursive;
    color: #532539;
    font-size: 40px;
    text-decoration: none;
    
}

#content_temporada{
    margin: 0 80px 80px 80px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;

}



/* #banner_temporada :hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
 
 #text_temporada{
  
   
    font-size: 50px;
    background: rgb(230,216,189);
    background: linear-gradient(164deg, rgba(230,216,189,1) 0%, rgba(230,216,189,0.8) 50%, rgba(208,206,212,0.8) 100%);
    padding: 20px;
   
} 
#container_slider{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
   
    justify-content: space-evenly;
    align-items: start;
   
   
    flex-wrap: wrap;
  
    gap: 10px;
}
.foto_slider{
    max-width: 35%;
    max-height: 450px;
    object-fit: cover;


}
.next1{
   
    right: 4px;
   
}
.prev1{
  
    left: 4px;
    
}

#description_espec{
    margin: 30px 0 30px 0;
}

#description_product{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 20px;

   
    text-align: center;
   
}
#description_product_inner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 58%;
    gap: 50px;
  
    
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #5E5B5B;
    

} 


.title{
    font-family: 'Satisfy', cursive;
    color: #532539;
    font-size: 30px;
    font-weight: bold;
    
}
#medPreco{
    display: flex;
    gap:20px;
    flex-direction: row;
    color: white;
    background-color: #532539;
    border-radius: 10px;
    margin-bottom: 20px;
    
    
  
    align-items: center;
   
    padding: 10px;
}
#msgAlertPascoa{
    background-color: #ECDAC6 ;
    background-color: white;
    background: rgb(230,216,189);
    background: linear-gradient(164deg, rgba(230,216,189,1) 0%, rgba(230,216,189,0.8) 50%, rgba(208,206,212,0.8) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    flex-direction:column;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    color: #5E5B5B;
    text-align: justify;
    text-justify: inter-word;
    margin: auto;  
    margin-bottom: 50px;
}
#sabores_spec{
    display: flex;
 
    flex-direction: row;
    align-items: start;
    gap: 20px;
    width: 100%;
    
   
}
#contentPreco{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
   
    flex-direction: row;
}
@media screen and (max-width:800px){
      
    #container_slider{
        gap: 0;
        flex-direction: column;
       
    }
   
    .foto_slider{
        display: block;
        max-width: 240px;
        max-height: 200px;
      
    
    
      object-fit: cover;
      }
      .modal-title{
        font-size: 30px;
      }
 }
@media screen and (max-width:600px){
    #container_slider{
        flex-direction: row;
        overflow-x: auto;
    }
    #description_product_inner{
      
        width: 100%;
        gap: 50px;
        padding: 20px;
      
        
        
    
    } 
}
