@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body {
  position: relative;
  height: 100%;
  

}

body {
  background: #eee;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.footer{
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
line-height: 35px;
background-color: #000000;
text-align: center;
}
.footer a{
  color: white;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  }
.footer a:hover{
    color: #dd9933;
    }


/* Classi Generiche di Stile */
.bg-black{
  background-color: black;
}
.bg-orange{
  background-color: #d93 !important; 
}
/*Nav Bar*/
.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.2rem !important;
  font-weight: bolder !important;
  
}

/* Personalizzazione Testi*/

h1{
  font-family: 'Amatic SC', cursive;  
}
h3{
  font-family: 'Roboto', sans-serif;
  color:black;
  text-transform: uppercase;
}
h4 {
  font-family: 'Roboto', sans-serif;
  color:black;
  text-transform: uppercase;
}
p{
  font-family: 'Roboto', sans-serif;
}

/* Personalizzazione Testi*/

/* Contenitori */
.titolo-home {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  line-height: 1;
}
.container-slogan{
  padding-top: 5%;
  margin-bottom: -5%;
}
.container.dati-azienda{
  text-align: center;
  position: relative;
  
  font-size: 0.8em;
}
.container.dati-azienda h3{
 text-transform: none;
 font-size: 1.8em;
 
}
/* Contenitori */

/* Pulsanti */
.btn {
  color: #000000 !important;
  background-color: #d93 !important;
  border-color: #d93 !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif;
  
  padding: .475rem 1.35rem !important;
}
.btn.btn-primary.btn-lg.btn-block.btn-home {
  text-transform: uppercase;
  color: black !important;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Pulsanti */

.container-fluid.home-container {
  padding: 25px;
}
.pulsante-dettaglio{
  
}

/* Menu*/
.card.beer{
  width: 42vh;
  height: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

:root {
    --swiper-theme-color:#000000 !important;
    }
    .swiper-container {
      width: 100%;
      height: 90%;
      
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 30px !important;
    }
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 92% !important;
    bottom: 45px !important;
    font-size:25px;
    color: var(--swiper-navigation-color,#000000) !important;}
    
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
  
    
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: top;
      align-items: top;
      padding-top:25px;
    }
    .card-title.nome-birra {
     /* margin-bottom: 0px;*/
     margin-top: .75rem;
  }
    .card-text.dettagli {
      font-size: 0.7em;
  }
  .card-title.prezzo {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 1.5;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card-body.scheda-singola {
  padding: 2%;
}

.colonna-prezzo{
  text-align: center;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.card-img-top {
  max-width: 280px;
  margin: 0 auto;
}
/*********** Stile Popup ***************/
.row.justify-content-end.header_modale {
  min-height: 130px;
  background-position-x: 30px;

}

.birrapopup_head{
  position: absolute;
  bottom: 0;
}
.nomebirra_popup{
margin-top: 20px;
}
.nomebirra_popup_small{
  margin-top: 20px;
  min-height: 100px;
}
.tipobirra_popup{
  text-transform: none;
  margin-top: -10px;
}
.dettagli_popup{
  font-size: 0.7em;  
}

.citazione_popup{
  text-align: center;
  margin: 5% auto; 
}

.title_paragrafo_popup{
  color: black !important;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
.paragrafo_popup{
  color: black !important;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
}

.contenitore_menu_completo {
  background-color: #e9ecef45  !important;
}
.contenitore_testi{
  width: 60%;
  float:right;
}

.header_modale{
  background-repeat: no-repeat;
  background-size: contain;
}
h1.display-4 {
  margin-top:10px;
  text-align: center;
  line-height: 1;
  font-size: 2.8em !important;

}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.testo_piccolo_menu{
  text-align: center;
}