@charset "utf-8";
/* CSS Document */
/*********HEADER*********/

.navbarBeretta {
  background: #2638BC;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

body {
  font-family: "Nunito", sans-serif;
  padding-top:50px;
}

html {
  scroll-behavior: smooth;
}

.voceMenu {
  color: #FFF;
  font-family: "Ropa Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform:uppercase!important;
}

.voceMenu:hover {
  color:#FFF!important;
}

.voceMenu:focus {
  color:#FFF!important;
}

/*********BANNER-INTRO*********/

.paddingTopTesto {
  padding-top:75px;
}

.paddingTopTesto2 {
  padding-top:20px;
}

.topTop {
  top: 2.5rem;
}

.bgPurple {
  background: #171842;
}


.hero-image {
  width: 100%;
  max-height: 950px;
  position: relative;
  overflow: hidden; 
}

.hero-image .hero-img {
  width: 100%;
  height: 100%;
  max-height: 950px;
  object-fit: cover; 
  display: block;
}

.speciale {
  height:380px;
  padding-bottom:30px;
}

  .specialeX {
    height:710px;
    padding-bottom:250px;
    background-image: url("../img/headerBG-5S-ACUo.png");
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat; 
    width:100%;
  }

  .homeimgberetta {padding-top:50px;}

/*********Partecipare*********/

.ptPartecipa {
  padding-bottom:53px;
}

.ptBox {
  padding-top:83px;
  padding-bottom:83px;
}

.testoPartecipa {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px; 
  text-transform: uppercase;
}

.btnBeretta {
  border-radius: 8.462px;
  border: 0.846px solid #FFF;
  background: #D3003A;
  box-shadow: 0 0 8.462px 0 #F5F5F5;
  display: inline-flex;
  padding: 8.462px 16.923px;
  flex-direction: column;
  align-items: center;
  gap: 8.462px;
}

/*********Periodi*********/

.bgStrano {
  background-image: url("../img/bodyBG-126VN2k.png"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ptBox2 {
  padding-top:45px;
  padding-bottom:30px;
}

.cardDate {
  color: #FFF;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  padding-top:40px;
  padding-bottom:25px;
}

.imgCard {
  max-height:220px;
  padding-bottom:20px;
}

.titlePremi {
  color: #FFF;
  font-family: Nunito;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px; /* 139.286% */
  text-transform: uppercase;
  margin-bottom:0px!important;
  padding-bottom:7px;
}

.elencoPremi {
  color: #FFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom:30px;
  padding-left: 20px;
  padding-right: 20px;
  min-height:130px;
}

.numeroPremi {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
}

.titleValidita {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; 
  text-transform: uppercase;
}

.onlyValidita {
  color: #FFF;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.externalBorder {
  border: 7px solid #FFF;
  border-radius: 30px;
  overflow: hidden; 
  background: #D3003A;
}

.bloccoImg {
  border-radius: 24px 24px 0 0;
  background: #D3003A;
  overflow: hidden;
}

.bloccoImg:not(.concorso-attivo) {
  filter: grayscale(100%) brightness(85%);
  height:100%!important;
}

.onlyWhere {
  border-top: 3px solid #FFF;
  padding:13px 30px;
}

a.card-link {
  display: block;        
  text-decoration: none;  
  color: inherit;        
}

a.card-link:hover {
  text-decoration: none;  
}


/*********EstrazioneFinale*********/

.f18 {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;

}

.f16 {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 26px;
}

.f16low {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.f20 {
  color: #FFF;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.f30 {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

/*********PagineINNER********/

.intestazione {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 63px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; /* 57.143% */
  text-transform: uppercase;
}

.intesto {
  padding-top:83px;
  padding-bottom:45px;
}

.labelform {
  color: #FFF;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
}

.ricordami {
  color: #FFF;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

.ricordami2 {
  color: #FFF;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 133.333% */
}

.paddingDiCHiusura {
  padding-bottom:100px;
}

.testoBtn {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; 
  text-transform: uppercase;
}

.btnBeretta2 {
  border-radius: 8.462px;
  border: 2px solid #FFF;
  background: #D3003A;
  display: inline-flex;
  padding: 8.462px 16.923px;
  flex-direction: column;
  align-items: center;
  gap: 8.462px;
}

.select2-container {
  width:100%!important;
}

.sizingCustom,.select2-container--default .select2-selection--single {
  border-radius:10px!important;
  height:40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder { 
  color:#000!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow { 
  height:40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000!important;
  text-transform:uppercase!important;
  line-height: 40px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { 
  background-color:#000!important;
  text-transform:uppercase!important;
}

.select2-results__option--selectable { 
  text-transform:uppercase!important;
}

input[type="checkbox"]:checked {
  background-color: #D3003A!important; 
  border-color: #D3003A!important;
}

.form-check-input:focus {
  border-color: #D3003A;
  outline: 0;
  box-shadow: none!important;
  box-shadow: unset!important;
}

.modal-content {
  text-align:center!important;
}

.modal-body {
  font-size:18px!important;
  font-weight:700!important;
}

.modal-footer button {
  margin:auto;
  background:#171842;
  border-radius: 8.462px;
  display: inline-flex;
  padding: 8.462px 16.923px;
    padding-right: 16.923px;
    padding-left: 16.923px;
  flex-direction: column;
  align-items: center;
  gap: 8.462px;
}

.modal-footer button:hover {
  background:#171842;
}

.premioImg {
  max-width:150px;
  padding:16px 0;
}


/*********Footer*********/
.testoFooter {
  color: #FFF;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testoFooter a {
  color: #FFF;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer {
  background-image: url("../img/footerBG-6Eg_F4E.png"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 992px) {

.externalBorder {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.externalBorder:has(.concorso-attivo):hover {
  transform: scale(1.05);
  z-index: 2;
  position: relative; 
}


}


@media only screen and (max-width: 991px) {
  .logoHero {
    max-width:117px;
  }

  .testoHero {
    max-width:230px;
  }

  .footer {
    background-image: url("../img/footerBGmobile-x-LK05S.png"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .topTop {
    top: 1rem;
  }

  .paddingTopTesto {
    padding-top:10px;
  }

  .navbar-toggler { 
    border:none!important;
    color:#FFF!important;
  }

  .navbar-toggler:focus {
    box-shadow:none!important;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
  }

  .ptPartecipa {
    padding-bottom: 27px;
  }

  .ptBox {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .paddingTopTesto2 {
    padding-top:8px;
  }

  .testoPartecipa {
    font-size:16px;
    line-height:25px;
  }

  .numeroM {
    max-height:50px!important;
  }

  .f18 {
    font-size: 16px;
    line-height:24px;
  }

  .f16 {
    font-size: 14px;
    line-height: 24px;
  }

  .f20 {
    font-size: 18px;
  }

  .f30 {
    font-size: 28px;
    line-height: 30px;
  }

  .testoFooter { 
    font-size:12px;
  }

  .speciale {
    height:220px;
    background-image: url("../img/mobile-3e1HYvL.png")!important;
    padding-bottom:50px;
  }

  .speciale1 {
    background-image: url("../img/haivintoMobile-zjRFym_.png")!important;
  }

  .speciale2 {
    background-image: url("../img/haipersoMobile-jjQGk-l.png")!important;
  }

  .specialeX {
    height:220px;
    padding-bottom:0px!important;
    background-image: url("../img/mobile-3e1HYvL.png");
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat; 
    width:100%;
    padding-bottom:50px!important;
  }

  .homeimgberetta {
    padding-top:8px;
  }

  .cardDate {
    font-size: 14px;
    line-height: 14px;
    padding-top:30px;
    padding-bottom:20px;
  }

  .imgCard {
    max-height:125px;
    padding-bottom:16px;
  }

  .titlePremi {
    font-size: 22px;
    line-height: 33px; /* 139.286% */
    margin-bottom:0px!important;
    padding-bottom:7px;
  }

  .elencoPremi {
    font-size: 12px;
    line-height: 16px;
    padding-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
    min-height:80px;
  }

  .numeroPremi {
    font-size: 12px;
    font-weight: 900;
    line-height: 16px; /* 122.222% */
  }

  .titleValidita {

    font-size: 12px;
    line-height: 16px; 

  }

  .onlyValidita {
    color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
  }

  .externalBorder {
    border: 4px solid #FFF;
  }

  .bloccoImg {
    border-radius: 24px 24px 0 0;
  }

  .bloccoImg:not(.concorso-attivo) {
    filter: grayscale(100%) brightness(85%);
    height:100%;
  }

  .onlyWhere {
    border-top: 3px solid #FFF;
    padding:10px 25px;
    min-height:90px;
  }

  .innerMobile {
    min-height:225px;
  }

  .intestazione {
    font-size: 53px;
    line-height: 43px;

  }

  .intesto {
    padding-top:40px;
    padding-bottom:20px;
  }

  .labelform {
    font-size: 18px;
    line-height: 18px; /* 100% */
  }

  .ricordami {
    color: #FFF;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 133.333% */
  }

  .ricordami2 {
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }

  .paddingDiCHiusura {
    padding-bottom:50px;
  }

}














