@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
}


:root {
    --cor4: rgb(173, 216, 230) !important;
    --cor5: rgb(218, 176, 252) !important;
    --cor6: rgb(186, 252, 177) !important;
    --cor7: rgb(242, 226, 171) !important;
    --cor8: rgb(245, 194, 184) !important;
    --cor12: rgb(255, 202, 103) !important;
}

#f {
    background-color: rgba(0, 0, 0, 0.700);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100vw;
    min-height: 100vh;
    display: none;
}

body {
    text-align: center;
    font-weight: normal;
    font-size: 17.5px;
    font-family: 'Kalam', Arial, Helvetica, sans-serif;
    background-image: linear-gradient(to bottom, lightblue, rgb(175, 255, 230), lightblue);
}

header {
    background-color: var(--cor12);
    border: 10px solid var(--cor6);
    margin-bottom: 40px;
}

#h1p {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

#h2zes {
    display: inline-block;
    margin: 10px 0px;
    padding: 0;
}

mark {
    background-color: var(--cor8);
    border: 5px solid var(--cor5);
}

h1 {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
}

#nome {
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 10px;
    margin: auto;
    background-color: var(--cor4);
    max-width: 400px;
    animation: animanome 3s linear infinite;
}

@keyframes animanome {
    0% {
        background-color: var(--cor4);
    }
    30% {
        background-color: var(--cor5);
    }
    40% {
        background-color: var(--cor6);
    }
    60% {
        background-color: var(--cor7);
    }
    80% {
        background-color: var(--cor8);
    }
    100% {
        background-color: var(--cor4);
    }
}

main {
    margin: auto;
    background-color: white !important;
    border: 10px solid var(--cor6);
    border-radius: 40px;
    padding: 0px 0px;
    min-width: 300px;
    max-width: 1000px;
}


p {
    text-align: justify;
    padding: 0px 30px 30px 30px;

}


main h3 {
    background-image: linear-gradient(to right, transparent, var(--cor8), transparent);
    padding: 10px 0px;
    margin: 20px 20px;
}

.def {
    background-color: var(--cor7);
    font-weight: bolder;
    padding: 0;
    padding-left: 10px;
    text-align: left;
}

div {
    margin: auto;
    padding: 20px 0px;
}

.imgshm h2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px 20px;
}

.imgshm {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 70vh;
    width: 100%;
    margin: 40px 0px 20px 0px !important;
}

#imgsoft {
    background-image: url('softimg.jpg') !important;
}

#imghard {
    background-image: url('hardimg.jpg') !important;
}

#imgmal {
    background-image: url('maling.jpg') !important;
    background-color: black !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#qcor {
    display: inline;
    padding: 0;
}

#divqcor {
    background-color: white;
    border: 5px solid var(--cor6);
    border-radius: 20px;
    margin: auto;
    margin-top: 20px;
    max-width: 600px;
    padding: 10px 0px;
    text-align: center;
}


#r, #g, #b{
    font: normal 17.5px Arial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: black;
    border: 3px solid white;
    color: white;
    font-size: 20px;
    border-radius: 10px !important;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.518);
    width: 150px;
    height: 100px;
    margin: 10px 10px;
    cursor: pointer;
}

#r:hover, #g:hover, #b:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
}

#r:not(:hover), #g:not(:hover), #b:not(:hover){
    transition-duration: 0.5s;
}

#res {
    background-image: linear-gradient(to right, transparent, black, transparent);
    color: white;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

#divgrgbres {
    padding-top: 0;
    padding-bottom: 10px;
}

#atupadd {
    padding-top: 10px;
}

@media screen and (max-width: 600px) {

    body {
        font-size: 14px;
    }

    .imgshm {
        height: 30vh;
    }

    #h1p {
        margin-right: 0;
        margin-bottom: 0;
    }

    #nome {
        font-size: 12.5px;
    }

    .rgbfont {
        font-size: 14px;
    }

    #divqcor {
        max-width: 300px;
    }

    .parrgb {
        font-size: 14px;
    }

    #rgbf {
        font-size: 10px;
    }

    #r, #g, #b{
        width: 60px;
        height: 40px;
        font-size: 10px;
        border: 3px solid white;
    }

    #r:hover, #g:hover, #b:hover {
        transform: scale(1.2);
        transition-duration: 0.5s;
    }

    #res {
        font-size: 15px;
        background-image: linear-gradient(to right, transparent, black, transparent);
        color: white;
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }

    #todas {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        animation: colorido 2s linear infinite;
    }

    #todasp {
        text-align: center;
        margin: auto;
        padding: 50px;
        margin: 0px 20px 20px 20px;
        font-size: 30px;
        font-weight: bolder;
        background-color: white;
        border-radius: 20px;
        text-shadow: 2px 2px 0px black;
        animation: coloridop 2s linear infinite;
    }


    #cellcentro {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 17.5px;
        display: none;
    }

    #cellcentro2 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    #malpricell {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        background-color: white;
        border: 1px solid black;
        width: 100%;
        height: 100%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpriexcell {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        background-color: white;
        border: 1px solid black;
        width: 100%;
        height: 100%;
        display: none;
    }

    #xcell {
        position: absolute;
        top: 10;
        right: 0;
        background-color: rgb(248, 156, 14);
        border-radius: 50%;
        padding: 0;
        width: 15%;
        cursor: pointer;
    }

    #malpriexcell p {
        padding: 0px;
        font-size: 17px;
    }

    @keyframes maldet {
        0% {
            background-color: white;
        }

        50% {
            background-color: red;
        }

        100% {
            background-color: white;
        }
    }

    #atualizar {
        width: 15%;
        cursor: pointer;
        padding: 0;
        animation: pular 2s linear infinite;
    }

    #atualizar:hover {
        background-color: white;
        border-radius: 50%;
    }

    #excomp {
        display: none;
    }

    #logo {
        width: 200px;
    }
}

.divg {
    display: inline-block;
}

#ig {
    padding: 20px 0px 0px 0px;
}

#rgbf {
    background-color: var(--cor4);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.502);
    border-radius: 20px;
    width: 95%;
}



.pcenter {
    text-align: center;
    padding-bottom: 0;
}

.ingport {
    display: block;
}

#video {
    width: 91%;
    padding: 20px;
    padding-bottom: 57%;
    position: relative;
}

#video>iframe {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

#exhard {
    background-color: var(--cor4);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 95%;
    margin-bottom: 30px;
    margin-top: 30px;
}

#exmal {
    background-color: var(--cor4);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 95%;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (min-width: 600px) {

    #todas {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 55%;
        border-radius: 60px;
        animation: colorido 2s linear infinite;
    }

    #todasp {
        text-align: center;
        margin: auto;
        padding: 50px;
        font-size: 30px;
        margin: 0px 0px 20px 0px;
        font-weight: bolder;
        background-color: white;
        border-radius: 20px;
        text-shadow: 2px 2px 0px black;
        animation: coloridop 2s linear infinite;
    }


    #atualizar {
        width: 10%;
        cursor: pointer;
        padding: 0;
        animation: pular 2s linear infinite;
    }

    #atualizar:hover {
        background-color: white;
        border-radius: 50%;
    }

    #malpri1 {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri2 {
        position: fixed;
        top: 30px;
        left: 600px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri3 {
        position: fixed;
        top: 250px;
        left: 500px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri4 {
        position: fixed;
        top: 400px;
        left: 100px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri5 {
        position: fixed;
        top: 180px;
        left: 750px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri6 {
        position: fixed;
        top: 20px;
        left: 350px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri7 {
        position: fixed;
        top: 320px;
        left: 700px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri8 {
        position: fixed;
        top: 370px;
        left: 40px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri9 {
        position: fixed;
        top: 70px;
        left: 60px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri10 {
        position: fixed;
        top: 20px;
        left: 740px;
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 50%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }

    #malpri11 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 55%;
        display: none;
        animation: maldet 0.5s linear infinite;
    }


    #malpriex {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 1px solid black;
        width: 50%;
        height: 55%;
        display: none;
    }

    #x {
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgb(248, 156, 14);
        border-radius: 50%;
        padding: 0;
        width: 10%;
        cursor: pointer;
    }

    #px {
        display: none;
    }

    #pnx {
        display: none;
        padding-bottom: 0;
    }

    @keyframes maldet {
        0% {
            background-color: white;
        }

        50% {
            background-color: red;
        }

        100% {
            background-color: white;
        }
    }

    #excell {
        display: none;
    }

}

@media screen and (max-width: 1050px) {
    #malpriex {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) and (min-width: 600px) {
    #todas {
        height: 35%;
        border-radius: 30px;
        display: none;
    }

    #todasp {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    #malpriex {
        font-size: 12.5px;
    }
}


@keyframes colorido {
    0% {
        background-color: red;
    }

    16.67% {
        background-color: rgb(255, 0, 255);
    }

    33.34% {
        background-color: blue;
    }

    50% {
        background-color: rgb(0, 255, 255);
    }

    66.67% {
        background-color: rgb(0, 255, 0);
    }

    83.34% {
        background-color: yellow;
    }

    100% {
        background-color: red;
    }
}

@keyframes coloridop {
    0% {
        color: red;
    }

    16.67% {
        color: rgb(255, 0, 255);
    }

    33.34% {
        color: blue;
    }

    50% {
        color: rgb(0, 255, 255);
    }

    66.67% {
        color: rgb(0, 255, 0);
    }

    83.34% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

.apenas {
    background-color: red;
    color: white;
    text-transform: uppercase;
    padding: 0;
}

.pmalpri {
    margin: auto;
    text-align: center;
    padding: 0;
    width: 200px;
    background-color: rgb(248, 156, 14);
    border: 5px solid rgb(26, 26, 26);
    border-radius: 20px;
}

.ant {
    text-align: center;
    background-color: rgb(248, 156, 14);
    border: 5px solid rgb(26, 26, 26);
    padding: 0;
    margin-bottom: 20px;
}

.imgmalpri {
    margin: auto;
    margin: 20px 0px;
    width: 200px;
}

.botao {
    background-color: var(--cor5);
    border: 5px solid var(--cor6);
    border-radius: 50px !important;
    padding: 10px 40px 10px 40px !important;
    cursor: pointer;
}

.botao:hover {
    background-color: rgb(200, 125, 250);
    border: 5px solid rgb(150, 250, 125);
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.botao:not(:hover) {
    transform: scale(1);
    transition-duration: 0.5s;
}
.download {
    background-image: linear-gradient(to bottom, rgb(0, 255, 0), darkgreen) !important;
    color: white !important;
    border: 0px !important;
    border-radius: 10px !important;
    padding: 10px 40px 10px 40px !important;
    cursor: pointer;
    animation: pular 2s linear infinite;
}

.download:hover {
    background-image: linear-gradient(to bottom, darkgreen, rgb(0, 255, 0)) !important;
}



.vista:hover {
    background-color: rgb(255, 222, 160) !important;
    border: 10px solid rgb(255, 205, 105) !important;

}

.vista {
    padding: 20px !important;
    margin: 30px 0px !important;
    font-size: 25px !important;
    color: black !important;
    background-color: var(--cor12) !important;
    border: 10px solid orange !important;
    border-radius: 50px !important;
    cursor: pointer;
    animation: pular 2s linear infinite;
}

@keyframes pular {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#imgtin {
    width: 100%;
}

#tin {
    width: 60%;
    height: 100%;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 0px;
    border-radius: 40px;
}

#tin:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

#tin:not(:hover) {
    transition-duration: 0.5s;
}

#ace {
    background-color: white;
    border: 5px solid var(--cor6);
    border-radius: 20px;
    margin: auto;
    margin-top: 20px;
    max-width: 600px;
    padding: 10px 0px;
    text-align: center;
}

footer {
    padding: 10px;
    background-color: var(--cor5);
    border: 10px solid var(--cor6);
    padding-top: 40px;
    margin-top: 20px;
}

#logo {
    max-width: 300px;
    margin: auto;
    margin: 10px;
    margin-bottom: 30px;
    border-radius: 40px;
}

#logo:hover {
    transform: rotateZ(360deg) scale(1.5);
    transition-duration: 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

#logo:not(:hover) {
    transition-duration: 0.5s;
}