@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    color: #3B3838;
}

a {   
    color: #3B3838;
}

.white{
    color: #fff;
}

header{
    position: absolute;
    z-index: 10;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.nav-link:focus, .nav-link:hover{
    color: #3B3838;
}


h1{
    font-size: 36px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

h2{
    font-size: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h3{
    font-size: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {

    h1{
    font-size: 28px;
    padding-bottom: 15px;
}

h2{
    font-size: 26px;
    padding-bottom: 20px;

}

h3{
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
}

}


/***HOME***/

.sectionTop{
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;    
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
}

.img-header{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-logo{
    max-width: 230px;
}


.btn-primary{
    background-color: #31261D;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    font-weight: normal;
    border-radius: 3px;
}

.btn:hover {
    color: #fff;
    background-color: #31261D;
    border: 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #575756;
    border-color: #575756;
}

  .partecipa{ 
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-bottom: 20px;
  }


  .partecipa input{
    border: 0;
    color: #575756;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    border-color: #DDDDDD;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    font-size: 14px;
    padding: .375rem .75rem;
    line-height: 1.5;
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

  .partecipa input::-webkit-input-placeholder { color: #575756; }
  .partecipa input::-moz-input-placeholder { color: #575756;}
  .partecipa input::-ms-input-placeholder { color: #575756; }

  .invalid-feedback {
    margin-top: 10px;
    color: #fff;
    background-color: var(--bs-form-invalid-color);
    padding: 3px 10px;
    border-radius: 5px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    color: #575756 !important;
}

.form-control {
    font-size: 14px;
    border-radius: 3px;
}

.form-check{
padding-left: 24px;
min-height: auto;}


.form-check-input:checked {
    background-color: #575756;
    border-color: #575756;
    font-weight: bold;
}
.btnSbt, .btnSbt:hover{
    background-color: #31261D; 
}

.boxPremi p{
font-size: 16px;
}

.boxPremi p span{
    font-size:20px;
    }




footer {
    padding: 20px 0px 20px;
    text-align: center;
    background-color: #3B3838;
    color: #fff;
}

footer p{
    font-size: 14px;
    line-height: 20px;
}

footer  a{
    color: #fff;
}

.bootbox-body{
    text-align: center;
    padding-top: 0;
    font-size: 18px;
}

.modal-body{
    padding-top: 0;
}

.modal-footer {
    padding-top: 0px;
    padding-bottom: 15px;
    justify-content: center;
    border-top: 0;
}


@media screen and (max-width: 720px) {
    .fixami {
        position: fixed; 
        overflow: hidden; 
        width:100%;
        height:100%;
    }
    .g-0 {
        padding-top: 1.5rem;
    }
}

@media screen and (max-width:767px) {

    header{
        position: fixed;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); 
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);;
    }
    .img-logo {
        max-width: 50px;
    }
    
    .navbar-toggler{
        border: 0;
    }

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-link{
        color: #31261D;
    }

    .sectionTop {
        padding-top: 62px;
        margin-bottom: 40px;
    }

    h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .partecipa {
        margin-bottom: 0;
    }

   
}

.fs-12{
    font-size: 12px;
}

/*vinto*/

.boxVinto .sectionTop {
    margin-bottom: 10px;
    margin-top: 0;
}

.boxVinto h3{
    padding: 10px 10px 3px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
}

.giocate p{
    font-size: 14px;
    line-height: 20px;
}

.giocate .btn-primary{
    font-size: 14px;
    line-height: 14px;
    border-radius: 3px;
}

@media screen and (max-width:767px) {
    
.giocate .btn-primary{
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
}

}




