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

html, body {
    height: 100%;
    margin: 0;
    }
    
body {
	margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    color: #fff;
    background-color: #00B2EB;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    }
    .content {
    flex: 1 0 auto;
    }

.imgLogo{
    width: 88px;
}

.navbar, .navbar-brand{
    padding-top: 0;
}

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

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

.header-mobile{
    padding-right: 12px;
    padding-left: 12px;
}

h1{
    font-family: "veneer", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
}



h2{
    font-family: "veneer", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #E6007E;
}

.sub-title{
    margin-bottom: 30px;
    line-height: 22px;
}

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

footer{
    background-color: #00458B;
    font-size: 12px;
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
}

a{
    color: #fff;
}


.bootbox-body{
    color: #000;
}


@media (max-width: 767px ) {

    body{
        font-size: 18px;
    }

    h1{
        font-size: 36px;    
        line-height: 38px;    
    }

    h2{
        font-size: 32px;
        line-height: 35px;
    }

    .sub-title{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }
}

.box-how{
    background-color: #E6007E;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    padding: 20px 15px;
}

.box-how img{
    width: auto;
    height: 50px;
    margin-bottom: 15px;
}


.box-how .tit{
    font-size: 24px;
    font-weight: bold;
}


@media (max-width: 767px ) {
    .box-how{
        padding-top: 15px;
        padding-bottom: 20px;
        margin-right: -12px;
        border-top-right-radius: 0;
        border-top-left-radius: 105px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 105px;
        display: flex;
        flex-direction: row;
        text-align: left;
        font-size: 14px;
    }

    .box-how .tit{
        font-size: 20px;
        margin-bottom: 0;
    }

    .box-how img{
        margin-left: 15px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.navbar-toggler{
    border: 0;
}

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

.box-price{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #3D3D3D;
    font-size: 18px;
    line-height: 20px;   
    width: 100%;
    display: flex;
  flex-direction: column;
}

.box-price img{
    margin-bottom: 15px;
}

.box-price span{
    font-size: 25px;
    font-weight: bold;
}

.box-price .tit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width:767px){
    .box-price .tit {
        font-size: 18px;
    }
    .box-price p{
        font-size: 14px;
    }

    .box-price span{
        font-size: 20px;
    }
}

.navbar-toggler-icon{
    color: #0046B4;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 70, 181, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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;
}

  

.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;
    height: 30px;
}

.form-check{
    padding-left: 38px;
    font-size: 14px;
    min-height: auto;
}

.form-check a{
    color: #fff;
}

.form-check-input:checked {
    background-color: #575756;
    border-color: #575756;
    font-weight: bold;
}

.btnSbt, .btnSbt:hover{
    background-color: #000; 
}

form {
    font-size: 16px;
    line-height: 20px;
}

.form-label {
    margin-bottom: 5px;
}

.form-label a{
color: #fff;
}

form .titolo{
    color: #00458B;
    font-size: 18px;
    font-weight: bold;
}

.img-scontrino{
    font-size: 16px;
    color: #00458B;
    font-weight: bold;
}

.form-group .dida{
    font-size: 12px;
    color: #00458B;
    line-height: 16px;
}


.form-group .info{
    font-size: 14px;
}

.select2-results__option--selectable{
    color: #3D3D3D;
    font-size: 14px;
}

.btn-primary {
    background-color: #00458B;
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
}

.btn-primary:hover, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #00458B;
    border: 0;
}

.box-vinto strong{
    font-size: 22px;
}

.box-vinto p{
    font-size: 20px;
    line-height: 24px;
}

@media (max-width:768px){
    
    .form-control {
        height: 35px;
      }

      .box-vinto strong{
        font-size: 20px;
    }
    
    .box-vinto p{
        font-size: 18px;
        line-height: 22px;
    }
}

