body{
    font-family: 'ColourSans',sans-serif;    
}
input::placeholder{
    color: #747474 !important;
}
.font-size-07{
    font-size: .7rem !important;
}
.font-size-08{
    font-size: .8rem !important;
}
.font-size-09{
    font-size: .9rem !important;
}
.font-size-1{
    font-size: 1rem !important;
}
.font-size-1-2{
    font-size: 1.2rem !important;
}
.font-size-1-3{
    font-size: 1.3rem !important;
}
.font-size-1-4{
    font-size: 1.4rem !important;
}
.font-size-1-5{
    font-size: 1.5rem !important;
}
.font-size-2{
    font-size: 2rem !important;
}
.btn-trilha-round{
    border-radius: 20px;
}
.font-italic{
    font-style: italic !important;
}
.avatar {
    /*vertical-align: middle;*/
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
	border: solid 1px;
	background-color:#FFF;
}
.avatar-with-border{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: scale-down;
    border: 2px solid #A0A5AF;
    padding: 2px;
}
.logo-home{
    /*max-width: 1200px;*/
	max-width: 700px;
    width: 90%;
    min-width: 300px;
    height: auto;
}
#grad1 {
    height: 100px;
    background-color: #CFEDFA; /* For browsers that do not support gradients */
    /*background-image: linear-gradient(#113376, #1b53a0);*/
}
.menu-click-here{
    font-size: .8rem;
    font-weight: bold;
    line-height: .8rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #790000 !important;
    color: #fff !important;
    object-fit: contain;
    padding: 22px 10px ;
    transition: transform .2s; /* Animation */
    
}
.menu-click-here:hover{
    background-color: #9d0000 !important;
    transform: scale(1.1);
    cursor: pointer;
}
.color-blue-trilha{
    color: #0B4A77;
}
.color-blue-trilha-2{
    color: #04406A !important;
}
.bg-color-blue-trilha{
    background-color: #0B4A77;
}
.btn-simulador{
    background-color: #00296a;
    background-image: linear-gradient(to top left, #00296a, #494f8d); 
    border-radius: 10px;
    color: #fff;
    border: none;
    transition: transform .2s; /* Animation */
    transition-duration: .2s; /* Animation */
}
.btn-simulador:hover{
    background-color: #1420ad;
    background-image: linear-gradient(to top left, #1420ad, #494f8d); 
    color: #fff;
    transform: scale(1.03);
}
.btn-resgate{
    background-color: #e0a800;
    
    border-radius: 10px;
    color: #00296a;
    border: none;
    transition: transform .2s; /* Animation */
    transition-duration: .2s; /* Animation */
}
.btn-resgate:hover{
    background-color: #f4b800;
    color: #072e66;
    transform: scale(1.03);
}
.btn-login{
    background-color: #04406A;
    color: #fff;
    border-radius: 20px;
}
.btn-login:hover{
    background-color: #0e5c96;
    color: #fff;
}
.btn-trilha{
    background-color: #0B4A77;
    color: #fff;
}
.btn-trilha:hover{
    background-color: #0f629f;
    color: #fff;
}
.btn-trilha-login{
    background-color: #fff;
    color: #04406A;
    border-radius: 20px;
    border: 2px solid #04406A;
    font-weight: bold;
    font-style: italic;
	transition: all 0.4s;
}
.btn-trilha-login:hover{
    background-color: #04406A;
    color: #fff;
}
.btn-trilha-login_ativo{
    background-color: #04406A;
    color: #fff;
}
.btn-trilha-disabled{
    background-color: #1278af;
    color: #fff;
}
.btn-card-trimestre{
    background-color: #104182; 
    padding: 3px 10px !important; 
    margin: 10px !important; 
    height: 30px;
    color: #fff;
    font-size: .7rem;
    border-radius: 25px;
}
.juntos-circle {
    position: absolute;
    z-index: 1;
    width: 65px;
    height: 65px;
    border: 2px solid #00296a;
    border-radius: 50%;
}

.title-page{
    font-size: 2.4rem;
    font-weight: 500;
    /*border: 1px solid #000;*/
    
}
.container-pages{
    margin-top: -150px;
}
.home-topo-mural{
    width: 100%;
    max-width: 1000px;
    height: auto;
}
.window-desbravando{
    width: 80%; max-width: 1810px; height: auto;
}
@media (max-width: 1400px) {
    .font-size-1{
        font-size: .9rem !important;
    }
    .home-topo-mural{
        max-width: 800px;
    }
	.logo-home {
		max-width: 700px;
	}
}
@media (max-width: 1200px) {
    
    .esqueciSenha{
        font-size: .85rem;
    }
    .navbar-c a {
        font-size: .95rem;
        padding: 20px 15px;
    }
    .title-page{
        font-size: 2rem;
        font-weight: 500;
    }
    .container-pages{
        margin-top: -50px;
    }
    .font-size-1{
        font-size: .85rem !important;
    }
    .home-topo-mural{
        max-width: 800px;
    }
}
@media (max-width: 991px) {
    .logo-center{
        display: none;
    }
    #grad1 {
        height: 200px;
        /*background-color: #113376;*/ /* For browsers that do not support gradients */
        /*background-image: linear-gradient(#113376, #1b53a0);*/
    }
    .window-desbravando{
        width: 100%;
    }
}