* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


:root {
    --cor1 : rgb(243, 243, 243);
    --cor2 : rgba(121, 120, 120, 0.233);
    --cor3 : rgb(165, 165, 165);
    --cor4 : rgba(165, 165, 165, 0.7);

}

body {
    scroll-snap-type: y mandatory;
    font: normal 600 1em "Oswald";
    transition: background-color 0.8s ease-in-out;
    overflow: hidden;
    background: radial-gradient(var(--cor2),var(--cor3),var(--cor2));
}


#tela{
    background-color: var(--cor1);
    background: radial-gradient(var(--cor2),var(--cor3),var(--cor2));
    height: 120vh;
    background-size: 1500%, 1500%;
    animation: WFgradiente 16s alternate infinite;
}


@keyframes WFgradiente {
    from    { background-position: 0% }
    to      { background-position: 100% }
}


.WMENU {
    background-color: var(--cor4);
}


.wmenu1 {
    color: var(--cor1);
    text-shadow: 2px 2px 2px var(--cor2);
}


.wm1 {
    color: var(--cor1);
    text-shadow: 1px 1px 2px var(--cor2);
}


.wm2 {
    color: var(--cor1);
    text-shadow: 1px 1px 2px var(--cor2);
}


.wm1:hover {
    background-color: var(--cor1);
    color: var(--cor2);
    box-shadow: 5px 5px 5px var(--cor2);
}


.wm2:hover {
    background-color: var(--cor1);
    color: var(--cor2);
    box-shadow: 5px 5px 5px var(--cor2);
}


.homebotao {
    color: var(--cor1);
}


.homebotao:hover {
    background-color: var(--cor1);
    color: var(--cor2);
    box-shadow: 5px 5px 5px var(--cor2);
}


 /*MENU HAMBURGER*/
    svg {
        border-radius: 5px;
        fill: var(--cor1);
    }



    svg:hover {
        background-color: var(--cor1);
        fill: var(--cor2);
        box-shadow: 5px 5px 5px var(--cor2);
    }


    .wmenuside {
        background-color: var(--cor4);
    }


    .WMENU {
        max-height: 10em;
    }


    .swm1 {
        color: var(--cor1);
        }


    .swm2 {
        color: var(--cor1);
        text-shadow: 1px 1px 2px var(--cor2);
        }


    .swm1:hover {
        background-color: var(--cor1);
        border-radius: 10px;
        color: var(--cor2);
        box-shadow: 5px 5px 5px var(--cor2);
        }


    .swm2:hover {
        background-color: var(--cor1);
        color: var(--cor2);
        box-shadow: 5px 5px 5px var(--cor2);
    }
/*MENU HAMBURGER*/


/*LISTA DE PROJETOS*/
#listaPROJETOSd a:hover,
#listaPROJETOSm a:hover{
    background-color: var(--cor3);
}
#listaPROJETOSd:hover a,
#listaPROJETOSm:hover a{
    color: var(--cor3);
}
#listaPROJETOSd a,
#listaPROJETOSm a{
    color: var(--cor1);
}
#listaPROJETOSd li:hover a,
#listaPROJETOSm li:hover a{
    color: var(--cor1);
}
/*LISTA DE PROJETOS*/



#telaWF {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}


header {
    width: 100%;
    height: 100vh;
    font-family: "Electrolize", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: var(--cor1);
    overflow-y: scroll;
}


#WF0 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#wf0 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#WFlogo0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


#WF1 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#dignidade {
    position: absolute;
    z-index: 1;
    font-size: 10vw;
    top: 80%;
    transform: rotateZ(90deg) translate(-50%, -50%);
}


#wf1 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#WF2 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#wf2 {
    position: absolute;
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vh;
}


#integridade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vh;
}


#WF3 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#wf3 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#WF4 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#wf4 {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 35% center;
}


#cavalheirismo {
    position: absolute;
    font-size: 25vh;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vh;
}


#force {
    position: absolute;
    font-size: 10vh;
    z-index: -2;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#P {
    position: absolute;
    bottom: 20%;
    width: 70%;
    perspective: 800px;
    z-index: -2;
}


#performance {
    position: absolute;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 15vh;
    transform: rotateX(30deg);
    text-align: center;
}


#WF5 {
    position: relative;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}


#wf5 {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


#LOGO {
    position: absolute;
    display: flex;
    width: auto;
    height: 65vh;
    right: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
}


#WFlogo5 {
    width: 45%;
    height: 35%;
    bottom: 5%;
    right: 25%;
}


#WFlogoA {
    width: 45%;
    height: 10%;
}


#WFgaleria {
    position: absolute;
    height: 12vh;
    width: 15vw;
    bottom: 15%;
    left: 5%;
    z-index: 999;
}


#WFgaleria img{
    background-color: var(--cor3);
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.295);
    pointer-events: all;
    transition: scale 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    cursor: pointer;
}


#WFgaleria img:hover{
    scale: 1.1;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}


#rodape {
    position: absolute;
    display: flex;
    justify-content: space-around;
    right: 20%;
    bottom: 12%;
    width: 20vw;
    height: 8vh;
    pointer-events: auto;
    font: normal 600 0.4em "Oswald"; 
    flex-direction: column;
    align-items: center;
    color: var(--cor1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.f img {
    height: 50px;
    width: auto;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    margin: 5px;
}


/*GALERIA*/
.l {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    box-shadow: 
            inset 10px 0 10px -5px rgba(0, 0, 0, 0.5);        
}


.r {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    box-shadow:
            inset -10px 0 10px -5px rgba(0, 0, 0, 0.5);
}


article {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 80vw;
    height: auto;
    margin-right: calc(2% + 10px);
    margin-left: calc(2% + 10px);
    pointer-events: none;
}


#galeria {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

#galeria.ativado {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    z-index: 1000;
}


.imagens {
    display: flex;
    width: 100%;
    margin: 0;
}


.imagens img{
    background-color: var(--cor1);
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    margin: 0;
}


.midias {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


.pontos {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    width: 500px;
    height: 15px;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    align-content: space-around;
    pointer-events: none;
    z-index: 1001;
}


.pontos .ponto {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: var(--cor3) solid 2px;
    transition: transform 0.3s ease-in-out;
}

.pontos .ponto.ativo {
    background-color: var(--cortextocaixa1);
    transform: scale(1.5);
}
/*GALERIA*/





@media (max-width: 500px){
    body {
    font-size: 0.8em;
    }

}







@media (max-width: 1000px){
    body {
    overflow: hidden;
    }

    #rodape {
    flex-direction: row;
    }

    #rodape img{
    height: 7vh;
    }



}



@media (orientation: portrait) {


    #wf3 {
    position: absolute;
    width: 120%;
    }


    #dignidade {
    position: absolute;
    top: 35%;
    left: 0;
    transform: rotateZ(90deg);
    font-size: 25vw;
    }


    #integridade {
    font-size: 12vw;
    }
    

    #cavalheirismo {
    position: absolute;
    top: 45%;
    font-size: 7vh;
    }


    #force {
    position: absolute;
    bottom: 35%;
    font-size: 5vh;
    }


    #performance {
    font-size: 10vw;
    }


    #LOGO {
    top: 50%;
    right: 0%;
    }


    #WFgaleria {
    width: 25vw;
    bottom: 120px;
    }

    
    .f img {
    height: 5.9vh;
    }

    #rodape {
    flex-direction: row;
    bottom: 150px;
    }

}










/*TELA DE LOADING*/
#loadingframe {
    position: fixed;
    background: linear-gradient(-45deg, var(--cor1), var(--cor3), var(--cor3));
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.Wsloading {
    position: relative;
    display: flex;
    width: 100vw;
    flex-direction: row;
    z-index: 3;
    justify-items: center;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}


#LOADING {
    width: 50%;
    overflow: hidden;
}


.Wstitulo {
    position: relative;
    display: flex;
    justify-items: center;
    width: 100vw;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


#logoWS {
    display: flex;
    justify-content: center;
    width: 50%;
    z-index: 2;
    animation: wslogo 3s infinite;
}


#logoWSa {
    display: flex;
    justify-content: center;
    animation: wslogoa 3s infinite;
}


#logoWS img{
    width: 50%;
}


#logoWSa img{
    width: 50%;
}


@keyframes wslogo{
    0%      {transform: translateX(130%);}
    100%    {transform: translateX(0%);}  
}

@keyframes wslogoa{
    0%      {transform: translateX(-120%) translateY(-90%);}
    100%    {transform: translateX(4%) translateY(-90%);}   
}
/*TELA DE LOADING*/