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';
    
}

.header h1 {
    margin: 0;
}

.skip-link {
    background: #4079af;
    color: #fff;
    font-size: 12pt;
    font-weight: 700;
    left: 50%;
    top: 8px;
    padding: 10px 20px;
    position: absolute;
    transform: translateY(-200%);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.skip-link:focus {
    transform: translateY(0%);
    outline: none;
    border: 1px solid black;
}

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;
}

footer .dadosCPL p{
    margin:0px;
    font-size: 14px;
}

.loadingDiv {
    position: absolute;
    background: #0000002e;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: wait;
    z-index: 9999;
}

.header .lang {
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.langBtn {
    border: none;
    background: none;
    height: 44px;
    width: 44px;
}

.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;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 100px 100px 100px;
    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%);
    background-size: cover;
}

/* New Card Style */

.cardButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.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;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 30%);
    background-size: cover;
}

.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%;
    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 */ 

.title-div h1.title{
    color: rgb(64 121 175);
    font-size: 36px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
    letter-spacing: 1px;
}
.title-div h2.title{
    color: rgb(64 121 175);
    font-size: 28px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
}
.title-div h3.title{
    color: #313131;
    font-size: 23px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
}
.title-div h4.title{
    color: #313131;
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
}

.subTitle {
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
    font-weight: bold;
}

.title-div{
    padding: 20px;
}

button.enter-area{
        outline: none;
    background-color: transparent;
    /*color: #0058ac;*/
    color: #fff;
    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;*/
    border: 1px solid #fff;
}

.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(64 121 175);*/
    color: #fff;
    margin-bottom: 0.75rem;
    width: 100%;
    text-shadow: 0px 1px 3px black;
}

.card .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{
    height: 170px;
}

.img img{
    width: 140px;
}

.cookies {
    display: flex;
    align-items: flex-end;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    top: 0;
    z-index: 200;
}

.cookies .rules {
    background-color: #fff;
    width: 100%;
    padding: 5px 45px;
    display: flex;
    align-items: center;
    min-height: 170px;
}

.cookies .rules .text {
    padding: 0 25px;
}

.cookies .rules .text h2{
    color: #0058ac;
}

.cookies .rules .text .p{
    color: rgb(20, 30, 35);
    line-height: 1.5em;
    font-size: 14px;
}

.cookies .rules .btn-div{
    height: 100%;
    margin-left: 100px;
}

.cookies .rules .btn-div button{
    padding: 20px 35px;
    outline: none;
    border: 1px solid #357dc2;
    background-color: #fff;
    color: #0058ac;
    border-radius: 4px;
    cursor: pointer;
    width: 500px;
}

.cookies .rules .btn-div button:hover{
    background-color: #357dc2;
    color: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}


::-webkit-scrollbar-thumb, -moz-scrollbar-thumb {
    background-color: rgb(221, 221, 221);
    border-radius: 8px;
    cursor: pointer;
}

::-webkit-scrollbar, -moz-scrollbar {
    width: 8px;
    height: 10px;
    cursor: pointer;
}

.lang img{
    cursor: pointer;
    border-radius: 2px;
    width: 30px;
}

.quest-satisf{
    width: 100%;
    height: 100%;
    background-color: #00000029;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quest-satisf .quest {
    background-color: #fff;
    width: 305px;
    height: 210px;
    padding: 15px 45px;
    border-radius: 8px;
}

.quest .title h2 {
    color: rgb(64 121 175);
    text-align: center;
}

.quest .form .button-div .cancel {
    border: 1px solid rgb(64 121 175);
    padding: 10px 15px;
    width: 115px;
    border-radius: 4px;
    color: #4e4e4e;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
}

.quest .form .button-div .submit {
    padding: 10px 15px;
    width: 115px;
    border-radius: 4px;
    background-color: rgb(64 121 175);
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
}

.quest .form .button-div .cancel:hover{
    color: #fff;
    background-color: rgb(64 121 175);
}

.quest .form .imgs .img{
    cursor: pointer;
    width: 45px;
}

.quest .form .imgs {
    display: flex;
    justify-content: center;
    width: 100%;
}

.quest .form .imgs .img.selected {
    background-color: #317cc1;
    border-radius: 50%;
}

.button-div{
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    gap: 10px;
    justify-content: center;
}

.quest .form textarea {
    min-height: 150px;
    width: 400px;
    padding: 5px 9px;
    font-family:'Open sans', sans-serif;
    font-size: 10.5pt;
    border: 1px solid #dcdcdc;
    color: #333;
    width: 500px;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
}

.quest .form .display-label {
    float: left;
    width: 10.5em;
    clear: left;
    font-size: 10.5pt;
    margin: 12px 10px 0 0;
    font-weight: 500;
}

.quest .form  .display-field {
    float: left;
    margin: 4px 0 4px 0;
    width: 100%;
}

/* 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;
}

[v-cloak] {
  display: none;
}


@media screen and (max-device-width: 500px) {
    .title-div h1.title, .title-div h2.title, .title-div h3.title {
        margin-left: 0px;
        text-align: center;
    }
    
    .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;    
    }
    
    header .header {
        margin: 0;
        justify-content: space-around;
    }
    
    .cpl-logo {
        height: 200px;
    }
    
    .header .lang {
        margin-left: 0;
        height: auto;
    }
    
    .lang img {
        width: 60px;
    }
    
    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 {
        width: 250px;
    }
}