body{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: rgb(196, 226, 221);
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cabeca{
    width: 100%;
    display: block;
    padding: 55px 30px 0 30px;
    height: 140px;
    background: rgb(220, 188, 221);
}
.logo{
    float: left;
}
.logo img{
    width: 150px;
}
.logo span{
    color: black;
    position: relative;
    left: -75px;
    top: -20px;
}
.menu{
    width: 60%;
    margin: 0 auto;
}
.menu li{
    display: inline-block;
    margin: 0 5px;
    font-size: 1.5em;
}
.entrar {
    float: right;
    position: relative;
    top: -38px;
}
.entrar li{
    display: inline-block;
    margin: 0;
    width: 100px;
}
.entrar ul ul{
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 35px;
    z-index: 9;
    background: #808080ad;
}
.entrar li li{
    display: block;
    width: 100%;
    padding: 15px 10px;
    margin-right: 5px 0;
}
.entrar li:hover ul{
    display: block;
}
.btn_nn{
    padding: 10px 15px;
    font-size: 1.5em;
    border-radius: 10px;
    background: rgb(0, 255, 200);
    color: black;
    width: auto;
    transition: all 2s;
}
.btn_nn:hover{
    background: black;
    color: rgb(0, 255, 200);
}
.btn_n a{
    padding: 10px 15px;
    font-size: 1.5em;
    border-radius: 10px;
    background: rgb(0, 255, 200);
    color: black;
    width: auto;
    transition: all 2s;
}
.btn_n a:hover{
    background: black;
    color: rgb(0, 255, 200);
}
#erros{
    display: block;
    padding: 30px;
    min-width: 300px;
    margin: 0 auto;
    background: rgba(255, 0, 0, 0.185);
}
.sucesso{
    display: block;
    padding: 30px;
    width: 300px;
    margin: 0 auto;
    background: rgba(0, 38, 255, 0.384);
}
.menumovel{
    display: none;
}
a{
    color: rgb(240, 255, 185);
    text-decoration: none;
}
a:hover{
    color: rgb(163, 173, 127);
}
a:visited{
    color: brown;
}
.cabeca, .pe a {
    color: orange;
    text-decoration: none;
}
.cabeca, .pe a:hover {
    color: rgb(165, 119, 163);
}
.pe{
    width: 100%;
    display: block;
    min-height: 400px;
    border-top: 1px solid black;
    background: rgb(196, 226, 221);
    color: black;
}
.peul{
    width: 80%;
    margin: 30px auto 0 auto;
}
.peul li{
    width: 30%;
    float: left;
    margin: 0 10px;
    border-right: 1px solid black;
}
.peul li li{
    list-style: disc;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
}
.embrulho{
    padding: 30px 20px;
}
.limpar{
    clear: both;
}
*{
    box-sizing: border-box;
}
form{
    width: 50%;
    margin: 0 auto;
}
form span{
    display: block;
    width: 100%;
}
input,select,textarea{
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0;
}
.creditos{
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
.slider, .splide{
    width: 100%;
    height: 500px;
}
/* acarregar */
#carregar{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 20% 35%;
    background: white;
    z-index: 99999;
}
#carregar img{
    width: 200px;
}
.como, .contato, .iniciar{
    border-top: 10px solid orange;
    width: 100%;
    padding: 60px 30px;
    min-height: 700px;
}
.como, .contato, .iniciar h1{
    text-align: center;
    position: relative;
}
.iniciar h1::after{
    content: "";
    position: absolute;
    left: 43%;
    top: 45px;
    width: 185px;
    background: black;
    height: 1px;
}
.contato h1::after{
    content: "";
    position: absolute;
    left: 47%;
    top: 45px;
    width: 85px;
    background: black;
    height: 1px;
}
.como h1::after{
    content: "";
    position: absolute;
    left: 43.5%;
    top: 45px;
    width: 245px;
    background: black;
    height: 1px;
}
.btn_e{
    color: orange;
    text-decoration: none;
    cursor: pointer;
    transition: all 2s;
}
.btn_e a:hover {
    color: rgb(165, 119, 163);
}
.btn_iniciar{
    display: block;
    width: 385px;
    margin: 17% auto 0 auto;
    cursor: pointer;
    
}
.btn_iniciar a{
    width: 385px;
    font-size: 3em;
    border-radius: 10px;
    border: 1px solid black;
    padding: 30px;
    background: orange;
    transition: all 2s;
}
.btn_iniciar a:hover{
    color: white;
    background: brown;
}
/* curriculo */
#papel{
    width: 21cm;
    min-height: 29.7cm;
    background: white;
    margin: 0px auto;
    position: relative;
    padding: 30px 15px;
    background-color: white!important;
}
#papel h2{
    padding: 20px 10px 0 10px;
    text-align: center;
}
#papel h2::before{
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background: black;
    margin-left: 46%;
}
#papel h2::after{
    content: "";
    position: relative;
    display: block;
    width: 100px;
    height: 1px;
    background: black;
    margin-top: 5px;
    margin-left: 37.5%;
}
.dados h2::before{
    margin-left: 47.5%!important;
}
.dados h2::after{
    margin-left: 43%!important;
}
#foto{
    position: absolute;
    left: 50px;
    width: 120px;
    height: 150px;
}
#papel h1{
    text-align: center;
    padding: 30px 0;
}
#foto img{
    width: 120px;
    height: 150px;
}
.dados{
    position: relative;
    display: block;
    margin-top: 10%;
    height: 350px;
}
.dados li {
    left: 25%;
    position: relative;
    width: 50%;
}
#papel li{
    margin: 5px 0;
    padding: 10px 15px;
    border-bottom: 1px solid black;
    font-size: 1.2em;
    font-weight: bold;
}
.contatoscurri {
    position: relative;
    width: 60%;
    padding: 0 15px;
}
.escolaridade{
    width: 50%;
    margin: 30px auto;
}
.experiencia{
    width: 50%;
    left: 20%;
    position: relative;
    padding: 0 15px;
}
#certeficadosver{
    position: relative;
    width: 95%;
    margin: 5px auto;
    left: 5px;
    margin-top: 0;
}
#certeficadosver img{
    position: relative;
    width: 500px;
    height: auto;
    padding: 10px 0;
}
.isto{
    background-size: 150px 200px;
}
.concluido {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20% 10%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.253);
    text-align: center;
}
.concluir_passe{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20% 10%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.253);
    text-align: center;
}
.quadrado{
    position: relative;
    width: 50%;
    margin: 5% auto;
    background: white;
    padding: 30px;
}
.inicfoto{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.inicfoto span {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 15px;
    line-height: 1.7;
    background-color: white;
    color: black;
    border: 1px solid black;
    padding-left: 4px;
}
.inicfoto img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.ini{
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 15px;
    line-height: 1.7;
    background-color: white;
    color: black;
    border: 1px solid black;
    padding-left: 4px;
}
*{
    box-sizing: border-box;
}
.entra, .registo {
    width: 50%;
    float: left;
}
.entrada, .registar{
    width: 50%;
    float: right;
}
.foto_e_ini{
    position: relative;
    width: 30px;
    height: 30px;
    left: -75px;
    top: 7px;
}