
/*utilities*/
*{
    margin:0 auto;
    padding:0;
    box-sizing:border-box;

}
body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
.container_my{
    display:flex;
    flex-wrap:wrap;
    flex-grow:1;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    width:100%;
    margin:0;
    min-height:100vh;
}

.logo{
    width:35px;
    height:35px;

}
.container-fluid{
    padding:0 !important;
    margin:0 !important;
}
   
header{
    display:flex;
    min-height: 20vh;
    background-color:black ;
    color:white;
    justify-content: space-around;
    width:100%;
    flex-wrap:wrap;
}

.align{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    text-align: justify;
    
}
a{
    text-decoration: none !important;
    color:black !important;
}

.big{
    font-size:2rem;
    padding:2px;
}
.center{
    display:flex;
    align-items: center;
    margin:10px;
    padding:5px;
}
.josefine{
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
}
.box{
    margin:10px;
    background-color: rgb(255, 255, 255);
    padding:5px;
    border-radius:5px;
    font-size:1.2rem;
    font-weight:400;
}
.box:hover{
    background-color: gray;
}
.btn-secondary {
    background-color: #ffffff !important;
    border: none !important;
    font-weight:400 !important;
    font-size:1.2rem !important;
}
.btn-secondary:hover {
  background-color: #4d4949 !important;
  border: none !important;
}

.prata {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
#bord{
    border-top:2px solid white;
}
/*index*/
.img_main{
    display:flex;
    height: 100%;
    width:100%;
    background-size:contain;
    margin-bottom: 25px;
    background-color:rgb(255, 255, 255);
    justify-content: center;
    border-bottom:3px solid white;
    padding:10px;
    margin-top:8vh;
    flex-direction: column;

}
.iter{
    display:flex;
    background-color: white;
    flex-direction:column;
    color:black;
    width:auto;
    min-width:40vw;
    padding:2vw;
    height:100%;
    border-top:4px solid rgba(192, 192, 192, 0.637);
    border-bottom: 4px solid rgba(192, 192, 192, 0.637);
}
.iter_head{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.3rem;
    text-align: justify;
    padding-top:10px;
    width: 80%;
}
.img_sect{
    display:flex;
    max-height: 100vh;
    width:80%;
    min-height:15vh;
    
}
.left{
    display:flex;
    flex-basis:60%;
    padding-right:2px;
    background-size:cover;
    border-left:1px solid white;  
}
.right{
    display:flex;
    flex-direction:column;
    flex-basis:40%;  
}

#img_a{
    display:flex;
    background-repeat: no-repeat;
    background-size:contain;
    flex-basis:50%;
    border-bottom:2px solid white;
}
#img_b{
    display:flex;
    background-size:contain;
    width:100%;
    flex-basis:50%;
    background-repeat: no-repeat;
}

#map {
      height:25vw;
      display:flex;
      justify-content: center;
      width:50%;
    }
.mappa{
    width:100%;
    height: fit-content;
    display:flex;
    flex-direction: column;
    align-items: center;
}    

.desc{
    border-bottom:2px solid black;
    padding:5px;
}

/*ticket*/
.prezziario{
    display:flex;
    width:80%;
    height:100%;
    min-height: 70vh;
    justify-content: center;
    flex-wrap:wrap;
    flex-grow:1; 
}

.head_tick{
    display:flex;
    flex-direction:column;
    background-color: #e3e3e1;
    margin:0;
    width:100%;
    color:black;
}
 
.card{
    display:flex;
    flex-direction: column;
    border-radius:7px;
    border:2px solid rgba(66, 49, 49, 0.408);
    max-width:40vh;
    min-width:20vh;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: center;
    align-items: center;
    
}

.img_card{
     border:2px solid black;
    
}

.form{
    place-content:center; 
}

#shop{
    width:100%;
    place-items: center;
    border:2px solid  rgba(192, 192, 192, 0.637);
}

#back{
    background-color: #e3e3e1;
    border-top: 3px solid  rgba(192, 192, 192, 0.637);
    text-align:center;
    width:100%;
}
.middle{
    display:flex;
    flex-grow:1;
    margin:10px;
    padding:15px;
    min-height:10vh;
    width:100%;
    color:white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*footer*/

.footino{
    font-size: 0.4rem !important;
    text-align: center;
    width:100%;
}


