/*!
 * App style
 */

/*#####   GENERALI   ####*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
.page_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30%;
    word-wrap: break-word;
    overflow: hidden;
}
.mini_page_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 35%;
    word-wrap: break-word;
    overflow: hidden;
}
@media screen and (max-width: 992px) {
    .page_container {
        padding: 10px 5%;
    }
    .mini_page_container {
        padding: 10px 5%;
    }
}
/*#####   GENERALI   ####*/

/*#####   SWIPER   ####*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ede3d9;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65%;
    max-width: 2000px;
}
/*#####   SWIPER   ####*/

/*#####   HEADER   ####*/
header{
    min-height: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.29); 
    box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.29);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
header .contenutoLogoHeader{
    max-width: 300px;
    max-height: 53px;
    padding: 0 30px;
}
header .contenutoLogoHeader img{ 
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*#####   HEADER   ####*/


/*#####   SLIDER HOME   ####*/
.afterSliderHome{
    height: clamp(25px, 3.25vw,80px);
    width: 100%;
    background-image: url("/media/elementimontaggio/afterSlide.jpg");
    background-size: auto 100%;
    background-repeat-x: repeat;
}
.mySwiper{
    height: 600px;
}
/*#####   SLIDER HOME   ####*/


/*#####   SEZIONE DUE   ####*/
#sezioneDueHome{
    background: rgb(242, 242, 242);
    background: linear-gradient(180deg, rgba(242,242,242) 60%, rgb(255, 255, 255) 60%);
}
#sezioneDueHome .containerSezioneDue{
    align-items: center;
}
#sezioneDueHome .containerSezioneDue .intestazione:nth-child(1){
    padding-top: 50px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sezioneDueHome .containerSezioneDue .intestazione:nth-child(3){
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sezioneDueHome .containerSezioneDue .intestazione h1{
    font-size: 31px;
    line-height: 42px;
    color: #2B4B7D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}
#sezioneDueHome .containerSezioneDue .intestazione p{
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
}
#sezioneDueHome .containerSezioneDue .containerImmagineBiglietto{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
#sezioneDueHome .containerSezioneDue .containerImmagineBiglietto img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*#####   SEZIONE DUE   ####*/


/*#####   SEZIONE TRE   ####*/

#preSezioneTreHome{
    background-color: #2B4B7D;
}
#preSezioneTreHome .intestazione{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#preSezioneTreHome .intestazione H1{
    font-size: 31px;
    line-height: 42px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}
#preSezioneTreHome .intestazione p,#preSezioneTreHome .intestazione ul{
    font-size: 20px;
    line-height: 24px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
}
#preSezioneTreHome .intestazione ul{text-align: left;}
#preSezioneTreHome .intestazione .btn{
    cursor: pointer;
    width: 50%;
    margin: auto;
    margin-top: 60px;
    background-color: #fff;
    border: none;
    color: #2B4B7D;
    border-radius: 20px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}

#sezioneTreHome{
    margin-bottom: 50px;
}
#sezioneTreHome .containerSezioneTre .intestazione{
    padding-top: 30px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sezioneTreHome .containerSezioneTre .intestazione H1{
    font-size: 31px;
    line-height: 42px;
    color: #2B4B7D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}
#sezioneTreHome .containerSezioneTre .intestazione P{
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
}
#sezioneTreHome .containerSezioneTre .containerForm form{
    display: flex;
    flex-direction: column;
}
#sezioneTreHome .containerSezioneTre .containerForm form input{
    width: 100%;
    margin: 5px 0;
    padding: 8px 15px;
    border: 1px solid #CECECE;
    color: #000000;
}
#sezioneTreHome .containerSezioneTre .containerForm form .accettazionePrivacy{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px 0 15px;
}
#sezioneTreHome .containerSezioneTre .containerForm form .accettazionePrivacy input{
    width: auto;
}
#sezioneTreHome .containerSezioneTre .containerForm form .accettazionePrivacy p, #sezioneTreHome .containerSezioneTre .containerForm form .accettazionePrivacy label{
    padding-left: 10px;
    color: #555555;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
}
#sezioneTreHome .containerSezioneTre .containerForm form button{
    width: 50%;
    margin: auto;
    margin-top: 20px;
    background-color: #2B4B7D;
    border: none;
    color: white;
    border-radius: 20px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}
/*#####   SEZIONE TRE   ####*/


/*#####   FOOTER   ####*/
footer{
    width: 100%;
    padding: 20px 0;
    background-color: #2B4B7D;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 25px;
}
footer p{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
footer .containerPowMtn{
    max-width: 100px;
    display: flex;
}
footer .containerPowMtn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*#####   FOOTER  ####*/


/*--------------------------
*         PRIVACY 
*--------------------------*/
#privacy .modal-content{
    border:0;
    border-radius: 0;
    text-align: center;
    /*max-width: max(200px, min(72vw, 450px));*/
    align-items: center;
    background-color: #F4F4F4 !important;
    color: #707070 !important;
  }
  #privacy .modal-title{
    color: #05639b;
    font-weight: 900;
  }
  #privacy a{ font-weight: bold; color: #05639B;}
  #privacy .modal-content > div{
    max-width: 90%;
  }
  #privacy .modal-header{
    border:0;
    justify-content:center;
    padding-bottom: 0;
  }
  #privacy .modal-body{
    font-size: 14px;
    line-height: 18px;
  }
  #privacy .custom-control{
      padding-top: 8px;
      display: inline-flex;
      width: 40%;
  }
  #privacy button{
      padding: 0.5rem 2rem;
      font-size: 14px;
      display: flex;
      float: none !important;
      margin: auto;
      margin-top: 20px !important;
      background-color: #D30014;
      border: none;
      font-weight: bold;
  }
  #privacy .modal-footer{border: 0; display: none;}
  @media (min-width: 576px){
    #privacy .modal-dialog{
      margin: 1.75rem auto;
    }
  }