body {
    font-family: 'Roboto', sans-serif;
    color: #29327b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #29327b;
}


.text-pr1ma {
    color: #29327b;
}

.line {
    width: 5em;
    background-color: #29327b;
    border-color: #29327b;
    opacity: 1;
}

.bg-pr1ma {
    background-color: #415370;
}

.banner-title {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #29327b;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;

}

.banner-subtitle{
    font-size: 48px;
    font-weight: 300;
}

.head-title {
    font-weight: 700;
    font-size: 20px;
    color: #29327b;
}

.banner-sect {
    height: 650px;
    background-position: 30% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}


  
.banner-right{
    max-width: 500px;
    width: 100%;
    padding-left: 1rem;;
}

.banner-left {
    left: 1%;
    height: 100%;
    top: 10%;
    display: flex;
    flex-direction: column;
}

.fw-300 {
    font-weight: 300;
}

.page-title {
    font-weight: 700;
    font-size: 20px;
    padding-left: 5%;
}


@media(max-width: 769px){
    .banner-title {
        font-size: 45px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #29327b;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }
    .banner-subtitle{
        font-size: 45px;
        font-weight: 300;
    }
    .banner-right{
        padding-right: 0rem;
        padding-left:10%;
    }
}

@media(max-width: 540px){
    .banner-title {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #29327b;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }
    .banner-subtitle{
        font-size: 26px;
        font-weight: 300;
    }
    .banner-right{
        max-width: unset;
        width: unset;
        padding-right: 0.7rem;
        
    }
}

#container-login {
    background-color: rgb(243, 244, 246, 0.9);

}

.login {
    width: 800px;
    min-height: 400px;
}

/* Page: Join Us */

p {
    line-height: 1.2; 
}


.nav .nav-item .nav-link.active {
    background-color: #425471 !important;
    color: white !important;
    
    
}

.nav .nav-item button {
    color: #425471;
}

nav .nav button {
    color: #425471 !important;
}

nav .nav button.active {
    background-color: #425471 !important;
    color: white !important;
}

.line-open {
    width: 2.5em;
    background-color: #008000;
    border-color: #008000;
    opacity: 1;
}

.line-close {
    width: 2.5em;
    background-color: #b30000;
    border-color: #b30000;
    opacity: 1;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: inherit !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
 
.btn-outline-prima {
    --bs-btn-color: #425471 !important;
    --bs-btn-border-color: #425471 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #425471 !important;
    --bs-btn-hover-border-color: #425471 !important;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #425471 !important;
    --bs-btn-active-border-color: #425471 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #425471 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #425471 !important;
    --bs-gradient: none;
}

button:disabled {
    background-color: #F8F8F8;
    color: #D3D3D3;
    border-color: inherit;
}

.link {
    color: #88ccdb;
    transition: color 0.3s;
  }
  
  .link:hover {
    color: #313A7F;
  }

p{
    color: #231f20;
    font-weight: lighter;
}

#myContainer .col-md-2 {
    width: 20%;
}

@media (max-width: 767px) {
    #myContainer .col-md-2 {
        width: 100%;
    }
}

  

