html {
    position: relative;
    min-height: 100%;
}

header{
    z-index: 100;
    display: block;
    width: 100%;
    top: 0;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 9%);
}

header .header{
    margin: auto 100px auto 100px;
    background-color: #fff;
    display: flex;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Open sans';
}

.skip-link {
    background: #4079af;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
}

.skip-link:focus {
    transform: translateY(0%);
}

.espera {
    cursor: wait;
}

.langBtn {
    border: none;
    background: none;
    height: 44px;
    width: 44px;
}

/* New Card Style */

.cardButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.shotCutAtive, .shortCut:hover {
    background-color: #1668b4!important;
    border-bottom: 3px solid #052e76;
}

.shortCut {
    color: white !important;
    background-color: #2c74b7;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.container .area-div .newCard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    height: 410px;
    width: 400px;
    background-size: cover;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 30%);
}

.card .title, .newCard .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(64 121 175);
    /*color: #fff;*/
    margin-bottom: 0.75rem;
    width: 100%;
}

.cardShadow {
    text-shadow: 0px 1px 3px black;
}

.card .abstract, .newCard .abstract{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #474641;
    /*color: #fff;*/
    margin-bottom: 1rem;
    min-height: 36px;
    /*text-shadow: 0px 1px 3px black;*/
}

.card .img, .newCard .img{
    height: 170px;
}

/* End of New Card Style */ 

.header .lang {
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.lang img{
    cursor: pointer;
    border-radius: 2px;
    width: 30px;
}

.recoverPassLabel {
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 2px;
}

.recover-pass {
    cursor: pointer;
    text-decoration: underline;
    color: #7e7e7e;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    margin-top: 15px;
}

.recPassEmailDiv {
    display: flex;
    flex-direction: column;
}

.recover-pass-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.emailLabel {
    font-weight: bold;
    margin-bottom: 5px;
}

.new-pass {
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    margin-top: 15px;
}

.new-pass p {
    font-size: 11pt;
    margin-bottom: 2px;
    margin-top: 0px;
}

.new-pass .rules {
    font-weight: bold;
}

.cc {
    width: 250px;
}

.user-login{
    width: 125px;
}

footer.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px;
    box-shadow: 0.125rem -0.25rem 0.5rem rgb(0 0 0 / 9%);
    margin-top: auto;
}

footer > div {
    padding: 40px 0px;
    text-align: center;
}

footer .dadosCPL p{
    margin:0px;
    font-size: 14px;
}

.footer .selo-prata {
    width: 150px;
}

.footer .cofinanciado {
    padding: 0 30px;
}

.container{
    z-index: 99;
}

.cpl-logo{
    height: 100px;
    margin: 10px 0 0 0;
}

.container .area-div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 110px;
    gap: 80px;
}

.container .area-div .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    height: 360px;
    width: 350px;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 30%);
}

.title-div h1.title{
    color: rgb(53, 125, 194);
    font-size: 36px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
    letter-spacing: 1px;
}

h3.title{
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
}
.title-div{
    padding: 20px;
}

button.enter-area{
        outline: none;
    background-color: transparent;
    color: #357dc2;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #357dc2;
}

.enter-area:hover{
    background-color: #357dc2;
    color: #fff;
}

.card .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(53, 125, 194);
    margin-bottom: 0.75rem;
    width: 100%;
}

.card .abstract{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #474641;
    margin-bottom: 1rem;
    min-height: 36px;
}

.card .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}

.loginLabel {
    font-weight: bold;
    margin-bottom: 5px;
}

.loginForm {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 250px;
    justify-content: center;
    align-items: center;
    left: 39%;
    top: 35%;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.passwordChangeForm {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    justify-content: center;
    align-items: center;
    left: 43%;
    top: 35%;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
}

.recoverForm {
    /*position: absolute;
    display: flex;*/
    width: 100%;        /* 100%*/
    height: 227px;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 12%;
    gap: 15px;
    z-index: 9999;
    background: #fff0;
    border-radius: 8px;
}

.loginForm .user {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 2.6em;
    color: #494949;
    box-shadow: none;
    border-radius: 6px;
    border-width: 1px;
    width: 260px;
    text-align: center;
    margin-bottom: 10px;
}

.recoverForm .email {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 2.6em;
    color: #494949;
    box-shadow: none;
    border-radius: 6px;
    border-width: 1px;
}


.loginForm input.user:focus {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
    border-bottom: 2px solid #0070c9;
    z-index: 2;
}

.recoverForm input.email:focus {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
    z-index: 2;
}

.loginForm .password {
    background: transparent;
    text-align: center;
    border-style: none;
    outline: none;
    height: 2.6em;
    color: #494949;
    z-index: 2;
    width: 261px;
}

.passwordChangeForm input {
    padding-left: 15px;
    outline: none;
    border-style: none;
    height: 2.6em;
    color: #494949;
    border-radius: 5px;
    width: 250px;
}

.passwordChangeForm .user {
    padding-left: 15px;
    outline: none;
    border-style: none;
    height: 2.6em;
    color: #494949;
    border-radius: 5px;
    width: 275px;
}

.loginForm input.password:focus {
    /*border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;*/
}


.loginForm .buttonLogin {
    width: 95px;
    height: 44px;
}

.loginForm .buttonCancel {
    width: 95px;
    height: 44px;
}

.passwordChangeForm .buttonLogin,
.passwordChangeForm .buttonCancel {
    width: 100px;  
}

.loginWrapper{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 999;
    background: #00000075;
}

.loginWrapper .loginForm .buttonsDiv,
.loginWrapper .passwordChangeForm .buttonsDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.loginWrapper .loginForm .msgDiv,
.loginWrapper .passwordChangeForm .msgDiv {
    margin-top: 10px;
    font-size: 10pt;
    font-family: 'Open sans', sans-serif;
}

.loginForm button, 
.passwordChangeForm button {
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    background: #0071e3;
    transition: all 0.5s;
}

.loginForm button:hover,
.passwordChangeForm button:hover {
    background: #0077ed;
}

.recoverForm button{
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    background: #0071e3;
    transition: all 0.5s;
    font-weight: bold;
    height: 44px;
    width: 101px;
}

.recoverForm button:hover{
    background: #0077ed;
}

.passwordFields {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.passInputAndIcon {
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    border-width: 1px;
}

.passRecvInputAndIcon {
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    border-width: 1px;
    margin-bottom: 5px;
}

.passInputAndIcon:focus-within, .passRecvInputAndIcon:focus-within {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
    border-bottom: 2px solid #0070c9;
    z-index: 2;
}

#showPassword, #showPassword-open, #pcShowPassword, #pcShowPassword-open,
#pcShowNewPassword, #pcShowNewPassword-open, #pcShowNewPassword-Confirmation, #pcShowNewPassword-Confirmation-open {
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.slide-fade-enter-active {
    transition: all .5s ease;
}
.slide-fade-leave-active {
    transition: all .3s ease;
}
.slide-fade-enter-from{
    opacity: 0;
}
.slide-fade-leave-to {
    opacity: 0;
}


/* ShowInfo */

.infBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2196f3;
    transition: height .4s linear;
    height:0;
    overflow:hidden;
}

.infBar span {
    line-height: 44px;
    padding: 8px;
    padding-left: 20px;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 1pt;
    font-weight: bold;
    font-size: 13pt;
    color: #fff;
}

.breadcrumb, .quickAccessBar {
    display: flex;
    align-items: center;
    gap: 0px;
    color: #0058ac;
    padding: 20px 115px 10px 115px;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: #ececec;
    font-size: 19px;
}

.breadcrumb span, .quickAccessBar span {
    cursor: pointer;
}

.quickAccessBar {
    background-color: #2c74b7;
    padding: 0px 115px 0px 115px;
    margin: 0;
}

.quickAccessBar li {
    list-style: none;
}

.quickAccessBar a:-webkit-any-link {
    color: white;
    text-decoration: none;
}

.quickAccessBar a:visited {
    color: white;
    text-decoration: none!important;
}

.link {
    text-decoration: underline;
    color: #0058ac;
    margin-right: 5px;
}

@media screen and (max-device-width: 600px){
    header .header {
        margin: 0;
        justify-content: space-around;
    }
    
    .header .lang {
        margin-left: 0;
        height: auto;
    }
    
    .cpl-logo {
        height: 200px;
    }
    
    .lang img {
        width: 60px;
    }
    
    .breadcrumb, .quickAccess {
        font-size: 25px;    
    }
    
    .container .area-div .card {
        width: 100%;   
    }
    
    .card .title {
        font-size: 35px;   
    }
    
    .card .abstract {
        font-size: 25px; 
    }
    
    .container .area-div .card, .container .area-div .newCard {
        width: 100%;    
    }
    .card .title, .newCard .title {
        font-size: 35px;    
    }
    .card .abstract, .newCard .abstract {
        font-size: 25px; 
    }
    
    button.enter-area {
        font-size: 25px;  
    }
    
    .loginWrapper {
        display: flex;
        justify-content: center;
    }
    
    .loginForm {
        left: unset;
        width: 550px;
        height: 350px;
    }
    
    .loginForm .user, .loginForm .password {
        font-size: 20px;
        width: 350px;
    }
    
    .loginForm .password {
        
    }
    
    .loginForm .buttonLogin, .loginForm .buttonCancel, .recover-pass {
        width: 130px;
        font-size: 25px;
    }
    
    .loginWrapper .loginForm .msgDiv {
        font-size: 16pt;
    }
    
    .recover-pass {
        width: fit-content;
    }
    
    footer.footer {
        flex-direction: column;
    }
    
    footer > div {
        width: 100%;
        text-align: center;
    }
    
    footer .dadosCPL p {
        font-size: 23px;
    }
    
    .cofinanciado img:first-child {
        width: 500px;
    }
    
    .footer .selo-prata {
        height: 60px;
        width: 100px;
    }
}






