@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: #240F6E;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
    }

a {   
    color: #240F6E;
}

.white{
    color: #fff;
}

.darkGrey{
    color: #202020;
}

.purple{
    color: #240F6E;
}


header{background-color: #240F6E;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.navbar{  
    color: #fff;
    background-color: #240F6E;  
}

.nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

h1{
    font-size: 28px;
    color: #240F6E;
    padding-bottom: 20px;
    font-weight: bold;
}

h2{
    font-size: 24px;
    color: #240F6E;
    padding-bottom: 20px;
    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***/


.btn-primary{
    background-color: #240F6E;
    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: #240F6E;
    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;
}

form{
    color:#575756;
}


.navbar-toggler-icon{
    color: #fff;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' 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{
    position: relative;
}

.top-header a{
object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;}
    



footer{
    padding: 20px 0px;
    background-color: #240F6E;
    color: #fff;
    flex-shrink: 0;
}

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;
      }
}





