:root{
    --cor-textos: rgb(75, 75, 75);
    --cor-titulos: #5d71a8;
}

.oculta{display: none;}

.auto{
    background-color:#00000000;
    color: #00000000;
}

.container{
    width: 100vw;
    height: 100vh;
    background:
        linear-gradient(
                  to top right,
                  hsl(322.82, 100%, 86.08%) 0%,
                  hsl(322.21, 97.69%, 86.01%) 9.2%,
                  hsl(320.38, 91.27%, 85.8%) 17.4%,
                  hsl(317.09, 81.6%, 85.47%) 24.7%,
                  hsl(311.76, 69.61%, 85.02%) 31.3%,
                  hsl(303.16, 56.2%, 84.46%) 37.3%,
                  hsl(290.28, 54.82%, 85.12%) 42.8%,
                  hsl(275.82, 58.62%, 86.29%) 48.1%,
                  hsl(260.37, 63.17%, 87.46%) 53.3%,
                  hsl(244.43, 68.49%, 88.59%) 58.6%,
                  hsl(230.42, 77.7%, 88.19%) 64.1%,
                  hsl(221.68, 86.08%, 87.25%) 69.9%,
                  hsl(216.12, 92.29%, 86.4%) 76.3%,
                  hsl(212.62, 96.58%, 85.72%) 83.3%,
                  hsl(210.65, 99.13%, 85.26%) 91.1%,
                  hsl(210, 100%, 85.1%) 100%
                );
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}
.volta_formulario{
    width: 40vw;
    height: 90vh;
    transform: translateX(0%);
    backdrop-filter: brightness(125%) ;
    box-shadow: inset 0vh 0px 15vh rgba(255, 255, 255, 0.384),
    0px 0px 10em 5em rgba(255, 255, 255, 0.541), 0px 0px 20em rgb(236, 236, 236);
    border-radius: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
    overflow-y:scroll;
    overflow-x: hidden;
    scroll-snap-align: none start;
    scroll-margin-inline-start: 30px;
}
.titulo{
    width: 30vw;
    height: 7vh;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0.5vh;
    text-align: center;
    font-size: 4.3vh;
    color: #5d71a8;
    font-weight: bold;
}
/*Campos de dados Pessoais ---------------------------------------------------------------------------------------------------------*/
.dados_pessoais{
    width: 32vw;
    height: auto;
    background-color: rgba(207, 144, 26, 0);
    color: rgb(75, 75, 75);
    margin-top: 1vh;
    text-align: left;
}
.dados_pessoais p{
    text-align: center;
    color: var(--cor-titulos);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
.dados_pessoais_f1{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dados{
    margin-top: 1vh;
}

/*Campo de Objetivo*/
.objetivo{
    width: 32vw;
    height: auto;
    margin-top: 1vh;
    text-align: center;
    color: var(--cor-textos);
}

.objetivo textarea{
    background-color:#00000000;
    color: var(--cor-textos);
    border-style: solid;
    border-radius: 1vh;
    border-color: rgb(95, 95, 95);
    border-width: 0.3vh;
    width: 100%;
    height: auto;
    font-size: 2vh;
    text-align: center;
    outline: none;
    
}

.objetivo p{
    color: var(--cor-titulos);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
/*Campo de dados Formações ---------------------------------------------------------------------------------------------------------*/
.formacoes{
    width: 32vw;
    height: auto;
    background-color: rgba(73, 138, 116, 0);
    margin-top: 1vh;
    text-align: center;
    color: var(--cor-textos)
}
.formacoes_f1{
    width: auto;
    height: auto;
    text-align: left;
}
.formacao{
    width: 100%;
}
.formacoes p{
    text-align: center;
    color: var(--cor-titulos);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
/*Campo de dados Cursos ---------------------------------------------------------------------------------------------------------*/
.cursos_extra{
    width: 32vw;
    height: auto;
    background-color: rgba(128, 255, 0, 0);
    margin-top: 1vh;
    text-align: center;
    color: var(--cor-textos);
}
.cursos_f1{
    width: auto;
    height: auto;
    text-align: left;
}
.cursos_c1{
    width: 100%;
    height: auto;
    font-size: 2.5vh;
    padding-bottom: 3vh;
}
.cursos_c1 label{
    padding: 1vh;
    display: flex;
    align-items: center;
}
.cursos_c1 input[type="month"]{
    width: 9vw;
    height: 3vh;
    margin-left: 1vw;
}
.cursos_extra p{
    text-align: center;
    color: var(--cor-titulos);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
.cursos_extra input{
    width: 100%;
}

.duracao-container{
    width: 32vw;
    height: 35px;
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
}

.duracao-container label{
    margin-top: -8px;
}

.duracao-container input:not(:last-child){
    margin-right: 10px;
}


.btn-delete{
    width: 10vw;
    height: 6vh;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(135deg, rgb(255, 64, 64),rgb(255, 145, 145), rgb(213, 46, 46),rgb(255, 108, 108), rgb(255, 34, 34));
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10vh;
    border-color: 0;
    transition: box-shadow 1s;
}


/*Campo de dados habilidades -------------------------------------------------------------------------------------------------------*/
.habilidades_gerais{
    width: 32vw;
    height: auto;
    background-color: rgba(255, 228, 196, 0);
    margin-top: 1vh;
    text-align: center;
    color: white;
}
.habilidades_f1{
    width: auto;
    height: auto;
    text-align: left;
}
.habilidades_c1{
    width: 100%;
    height: auto;
    font-size: 2.5vh;
}
.habilidades_gerais textarea{
    background-color:#00000000;
    color: var(--cor-textos);
    border-style: solid;
    border-radius: 1vh;
    border-color: rgb(95, 95, 95);
    border-width: 0.3vh;
    width: 100%;
    height: auto;
    font-size: 2vh;
    text-align: center;
    outline: none;
}
.habilidades_gerais p{
    text-align: center;
    color: var(--cor-titulos);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
/*Campo de experiencias profissionais -------------------------------------------------------------------------------------------------------*/
.experiencias_profissionais{
    width: 32vw;
    height: auto;
    background-color: rgba(128, 255, 0, 0);
    margin-top: 1vh;
    text-align: center;
    color: var(--cor-textos);
}
#xp_f1{
    width: auto;
    height: auto;
    text-align: left;
}
.xp_c1{
    width: 100%;
    height: auto;
    font-size: 2.5vh;
    padding-bottom: 3vh;
}
.xp_c1 label{
    padding: 1vh;
    display: flex;
    align-items: center;
}
.xp_c1 input[type="month"]{
    width: 9vw;
    height: 3vh;
    margin-left: 1vw;
}
.experiencias_profissionais p{
    text-align: center;
    color: var(--cor-titulos);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
}
.experiencias_profissionais input{
    width: 100%;
}
.label_xp_dur_de{
    width: auto;
    height: 1.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction:row;
}

.duracao-atividade-container{
    width: 32vw;
    height: auto;
    margin-top: 20px;
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
}

.em-atividade-container{
    margin-top: -10px;
    margin-bottom: 15px;
}

.btn-add-atrib{
    margin-bottom: 15px;
}

.xp-atrib-desc{
    margin-top: 2px;
    background-color:#00000000;
    color: var(--cor-textos);
    border-style: solid;
    border-radius: 1vh;
    border-color: rgb(94, 94, 94);
    border-width: 0.1vh;
    width: 100%;
    height: auto;
    font-size: 2vh;
    text-align: center;
    outline: none;
}

.duracao-atividade-container label{
    margin-top: -6px;
}
.duracao-atividade-container input:not(:last-child){
    margin-right: 15px;
}
/*Campo de dados habilidades -------------------------------------------------------------------------------------------------------*/
.observacoes_gerais{
    width: 32vw;
    height: auto;
    background-color: rgba(255, 228, 196, 0);
    margin-top: 1vh;
    text-align: center;
    color: white;
}
.observacoes_f1{
    width: auto;
    height: auto;
    text-align: left;
}
.observacoes_c1{
    width: 100%;
    height: auto;
    font-size: 2.5vh;
}
.observacoes_gerais p{
    font-size: 3vh;
    color:var(--cor-titulos);
}
.observacoes_gerais textarea{
    background-color:#00000000;
    color: var(--cor-textos);
    border-style: solid;
    border-radius: 1vh;
    border-color: rgb(94, 94, 94);
    border-width: 0.3vh;
    width: 100%;
    height: auto;
    font-size: 2vh;
    text-align: center;
    outline: none;
}
/*botoes--------------------------------------------------------------------------------*/
.botoes_submitreset{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(240, 248, 255, 0);
    margin-bottom: 2vh;

}
.botoes_c1{
    display: flex;
    justify-content: space-evenly;
    
}

/*labels propias*/

@media print {
    .noprint {
       display: none;
    }
 }

 @media (max-width: 768px) {

    .oculta{
        display: none;
    }
    
    .auto{
        background-color: rgba(240, 248, 255, 0);
        color: rgba(240, 248, 255, 0);
    }
    
    .container{
        width: 100vw;
        height: 100vh;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    
    .volta_formulario{
        width: 90vw;
        height: 90vh;
        transform: translateX(0%);
        border-radius: 1.5vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2vh;
        overflow-y: scroll;
    }
    .titulo{
        width: 70vw;
        height: auto;
        text-align: center;
        font-size: 3vh;
        font-weight: bold;
    }
    /*Campo de dados pessoais*/
    .dados_pessoais{
        width: 80vw;
        height: auto;
        text-align: left;
    }
    .dados_pessoais p{
        text-align: center;
        font-family: arial, Helvetica, sans-serif;
        font-size: 2vh;
    }
    .dados_pessoais_f1{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-left: -1vh;
    }
    .dados{
        margin-top: 0.3vh;
    }
    .dados_pessoais input{
        width: 100%;
    }
    /*Campo de objetivo*/
    .objetivo {
        width: 80vw;
    }

    .objetivo p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vh;
    }

    /*Campo de dados Formações*/
    .formacoes{
        width: 80vw;
        height: auto;
        text-align: left;
    }
    .formacoes_f1{
        width: 100%;
        height: auto;
        text-align: left;
        margin-left: -1vh;
    }

    .formacoes p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vh;
    }
    /*campo de dados cursos*/
    .cursos_extra{
        width: 80vw;
        height: auto;
        margin-top: 1vh;
        text-align: center;
    }
    .curso-container{
        width: auto;
        height: auto;
        margin-left: -1vh;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .curso-container input[type="month"]{
        width: auto;
        height: 3vh;
        margin-left: 5px;
    }
    .cursos_extra p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vh;
    }

    .duracao-container{
        margin-top: 1vh;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /*Habilidades*/
    .habilidades_gerais{
        width: 80vw;
        height: auto;
        margin-top: 1vh;
        text-align: center;
    }
    .habilidades_f1{
        width: auto;
        height: auto;
        text-align: left;
    }
    .habilidades_c1{
        width: 100%;
        height: auto;
        font-size: 1.5vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .habilidades_gerais textarea{
        background-color:#00000000;
        border-style: solid;
        border-radius: 1vh;
        border-width: 0.3vh;
        width: 90%;
        height: auto;
        font-size: 1.5vh;
        text-align: center;
        outline: none ;
    }
    .habilidades_gerais p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vh;
    }
    /*XP Profissional*/
    .experiencias_profissionais{
        width: 80vw;
        height: auto;
        margin-top: 1vh;
        text-align: center;
    }
    .xp-container{
        width: auto;
        height: auto;
        margin-left: -1vh;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .xp-container input[type='month']{
        width: auto;
        height: 3vh;
        margin-left: 5px;
    }

    .experiencias_profissionais p {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2vh;
    }
    .experiencias_profissionais input{
        width: 100%;
        margin-bottom: 1vh;
    }
    
    .experiencias_profissionais input[type='text']{
        margin-left: -1vh;
    }

    .duracao-atividade-container{
        margin-top: 1vh;
        width: 80vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .em-atividade-container{
        margin-top: -3vh;
    }

    .btn-add-atrib{
        width: 45vw;
        &:hover{
            width: 45vw;
        }
    }

    /*Observações*/
    .observacoes_gerais{
        width: 80vw;
        height: auto;
        margin-top: 1vh;
        text-align: center;
    }
    .observacoes_f1{
        width: auto;
        height: auto;
        font-size: 1.5vh;
    }
    .observacoes_c1{
        width: 100%;
        height: auto;
        font-size: 1.5vh;
    }
    .observacoes_gerais p{
        font-size: 2vh;
    }
    
    .botoes_c1{
        display: flex;   
    }
    
    .botoes_submitreset{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    }
