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

body {
	margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    color: #404040;
}

a {   
    color: #404040;
}

.white{
    color: #fff;
}

.darkGrey{
    color: #202020;
}

.blue{
    color: #0046B4;
}

.yellow{
    color: #FAC800;
}

header{background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);}

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

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


h2{
    font-size: 24px;
    color: #0046B4;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

h3{
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #202020;
}

p{
    font-size: 16px;
    line-height: normal;
}


/***HOME***/


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


.box-how{
    display: flex;
    align-items: start;
    flex-direction: column;
}

.box-how p{
    margin-bottom: 30px;
}

.box-how img{
        margin-bottom: 10px;
}

hr{
    margin-top: auto;
    height: 5px;
    background-color:  #FAC800;
    width: 100%;
    border: 0;
    opacity: 1;
    margin-bottom: 0;
}

.box-bianco{
    background-color: #fff;
    border: 1px solid #DDDDDD;
    padding: 40px 15px;
    border-radius: 5px;
}

.btn-primary{
    background-color: #0046B4;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 40px;
    font-weight: bold;
    border-radius: 20px;
}

.btn:hover {
    color: #fff;
    background-color: #0046B4;
    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;
}

.yellow-box{
    background-color: #FAC800;
    padding: 25px 15px 20px !important;
    border-radius:10px ;
    margin-top: 20px;
}

.yellow-box label{
    color: #0046B4;
    font-weight: bold;
}


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

.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: #000; 
}


.top-header{
    background-color: #0046B4;
    position: relative;
}

.top-header a{
object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;}
    

@media (min-width:767px) {    
    .header-desktop{
        max-height: 300px;
    }
}

footer{
    padding: 20px 0px;
    background-color: #0046B4;
    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:767px) {
   
    .navbar-toggler{
        border: 0;
    }

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

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

    h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    h3 {
        font-size: 18px;
        padding-bottom: 0;
        width: 100%;
    }

    p{
        font-size: 14px;
    }

    .box-how img{
        max-width: 40px;
    }

    .box-how p {
        margin-bottom: 20px;
      }

      footer p {
        font-size: 12px;
        line-height: 16px;
      }
}





