@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html, body{
    height:100%;
}

/* Classes Reutilizaveis*/ 






/* Containers */
#containerPrincipal{
    width:100%;
    height:100%;
    min-height:500px;
    background-color:black;
    position:relative;
    z-index:0;
}

#containerForm{
    width:450px;
    height:450px;
    background:transparent;
    backdrop-filter: blur(20px);
    position:absolute;
    top:50%;
    left:70px;
    transform: translateY(-50%);
    z-index:2;

    border:1px solid #544932;
    border-radius:20px;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#containerProvaSocial{
    width:100%;
    height:100%;
    background-color:black;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display:none;
}


#ContainerCarrossel{
    max-width: 1200px;
    width:90%;
    /*width:1770px;*/
    height:80%;
    overflow:hidden;
}


#carrossel{
    /*width:calc(1380px * 2);*/
    width:3540px;
    height:100%;

    display:flex;
    flex-direction: row;
    align-items: center;
    animation: loop linear 20s infinite;
}


#rodape{
    width:100%;
    height:100px;
    background-color:black;
    display:none;
}

/*Backgrounds*/
#imagemFundo{
    width:100%;
    height:100%;

    background-image:url('../imagens/bg.png');
    background-size:cover;
    background-repeat:no-repeat;

    position:absolute;
    z-index:1;
    background-color:black;
}



/* Elementos */

.logo{
    margin-bottom:20px;
}

#titulo{
    width:390px;
    color:white;
    font-size:28px;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.enfaseTitulo{
    color:goldenrod;
}

#containerPrincipal a{
    width:350px;
    height:50px;
    text-align: center;
    margin-top:50px;
}

#botao{
    width:350px;
    height:50px;
    background-color:green;
    color:white;
    border:none;
    border-radius: 20px;

    font-size:17px;
    font-family: "Sora", sans-serif;
    font-style: normal;

    background-image:url('../imagens/icone-whats.png');
    background-size:30px;
    background-repeat:no-repeat;
    background-position-x:17px;
    background-position-y: 11px;

    cursor:pointer;

    padding-left:20px;
}










.provaSocial{
    width:280px;
    height:500px;

    margin-right:15px;
    flex-shrink: 0;

    border-radius: 10px;
}

.tituloProvaSocial{
    color:white;
    font-size:28px;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.cv01{
    background-image:url('/provas/cv-01.png');
    background-size:cover
}
.cv02{
    background-image:url('/provas/cv-02.png');
    background-size:cover
}
.cv03{
    background-image:url('/provas/cv-03.png');
    background-size:cover
}
.cv04{
    background-image:url('/provas/cv-04.png');
    background-size:cover
}
.cv05{
    background-image:url('/provas/cv-05.png');
    background-size:cover
}
.cv06{
    background-image:url('/provas/cv-06.png');
    background-size:cover
}
.cv07{
    background-image:url('/provas/cv-01.png');
    background-size:cover
}
.cv08{
    background-image:url('/provas/cv-02.png');
    background-size:cover
}
.cv09{
    background-image:url('/provas/cv-03.png');
    background-size:cover
}
.cv10{
    background-image:url('/provas/cv-04.png');
    background-size:cover
}
.cv11{
    background-image:url('/provas/cv-05.png');
    background-size:cover
}
.cv12{
    background-image:url('/provas/cv-06.png');
    background-size:cover
}


.btnProva{
    width:350px;
    height:50px;
    background-color:green;
    color:white;
    border:none;
    border-radius: 20px;

    font-size:17px;
    font-family: "Sora", sans-serif;
    font-style: normal;

    background-image:url('/imagens/icone-whats.png');
    background-size:30px;
    background-repeat:no-repeat;
    background-position-x:17px;
    background-position-y: 11px;

    cursor:pointer;

    padding-left:20px;
}



@keyframes loop{
    from{
        transform: translateX(0px);
    }
    to{
        transform:translateX(-1770px);
    }
}











/* Media queries */


@media screen and (max-width:1500px) and (min-height:600px){
    #imagemFundo{
        background-position-x: -200px;
    }
}


@media screen and (max-width:1200px) and (min-height:600px){
    #imagemFundo{
        background-position-x: -400px;
    }
}


@media screen and (max-width:1000px) and (min-height:600px){
    #imagemFundo{
        background-position-x: -500px;
    }
}


@media screen and (max-width:800px) and (min-height:600px){
    #imagemFundo{
        background-position-x: -600px;
    }
}

@media screen and (max-width:760px) and (min-height:600px){
    #imagemFundo{
        background-position-x: -800px;
    }
}

@media screen and (max-width:600px) and (min-height:600px){
    #imagemFundo{
        background-size:100%;
        background-position-x:0;
    }
    #containerForm{
        position: relative;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:500px) and (min-height:600px){
    #imagemFundo{
        background-size:100%;
        background-position-x:0;
    }
    #containerForm{
        width:90%;
    }
    #titulo{
        width:90%;
        font-size:20px;
    }
    #botao{
        width:80%;
        font-size:13px;
    }
}

