@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(4, 0, 26);
}

form {
    background: linear-gradient(180deg, rgba(0, 54, 83, 0.758) 30%, #99b955);
    width: min(90%, 900px);
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #53e5ff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: brilho 2s infinite alternate;
    width: 40%;
    justify-self: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

@keyframes brilho {
    from {
        box-shadow: 0px 0px 15px #99b955;
    }

    to {
        box-shadow: 0px 0px 25px #00bbff;
    }
}
.icon-mostrar {
    position: absolute;
    background-color: white;
    border-radius: 50px;
    border: 2px solid #53e5ff;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 25px;
}

.icon-desmostrar {
    position: absolute;
    background-color: white;
    border-radius: 50px;
    border: 2px solid #53e5ff;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 25px;
}

.password {
    display: flex;
    margin: 0;
}

.apagar-conta {
    background-color: #e856a4;
    border: 2px solid rgb(36, 12, 63);
    border-radius: 10px;
    width: 150px;
    height: 40px;
    font-size: 15px;
    color: rgb(36, 37, 39);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

.apagar-conta:hover {
    background-color: #eb056c;
    color: white;
    box-shadow: 0px 0px 10px #eb056c;
    border: 2px solid #eb056c;
}

fieldset {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 20px;
    height: 500px;
    margin-top: 50px;
}

label {
    font-size: 18px;
    color: white;
    text-align: center;
}

.input-form {
    margin: 0 auto;
    width: 70%;
    height: 30px;
    border-radius: 10px;
    border: 2px solid #53e5ff;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.input-form:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0px 0px 10px #53e5ff;
}

legend {
    font-size: 25px;
    text-shadow: 0px 0px 8px rgb(255, 255, 255);
    color: white;
    text-align: center;
    font-family: monospace;
    margin-bottom: 20px;
}

#submit {
    width: 30%;
    cursor: pointer;
}

.caixaDeBusca {
    position: relative;
    margin: 0;
}

.caixaDeBusca input {
    background-color: #fff5fb;
    border: 2px solid #99b955;
    border-radius: 20px;
    outline: none;
    width: 800px;
    height: 25px;
}

.procuraMain {
    display: flex;
    align-items: center;
    gap: 10px;
}

.procuraMain button {
    background-color: #fff5fb;
    border: 2px solid #99b955;
    border-radius: 20px;
    height: 30px;
    width: 100px;
    outline: none;
    cursor: pointer;
}

.top2 {
    background-color: rgb(4, 0, 26);
    box-shadow: 0px 2px 4px #53e5ff;
    width: 100%;
    min-height: 70px;
    margin-bottom: 20px;
    display: flex;
}

.top2 nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.jojotop2 {
    width: 150px;
    height: auto;
    margin-top: 0;
}

.top2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 5px;
    margin: 0;
}

.top2 ul li {
    list-style: none;
}

.top2 li {
    margin-right: 0;
}

.top2 li {
    margin-right: 20px;
}

.b1 {
    cursor: pointer;
    background: #99b955;
    background: linear-gradient(180deg, rgba(153, 185, 85, 1) 0%, rgba(255, 255, 255, 1) 75%);
    border: 2px solid black;
    width: 100px;
    height: 40px;
    font-size: 15px;
    color: rgb(36, 37, 39);
    border-radius: 10px;
    flex-wrap: wrap;
    box-shadow: 0px 3px 4px rgb(46, 44, 44);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.b1:hover {
    background-color: rgb(237, 221, 250);
    color: #ca177c;
    background: linear-gradient(180deg, #2ea6d1 0%, rgba(255, 255, 255, 1) 75%);
    box-shadow: 0px 0px 10px #e85cac;
    transform: translateY(-3px);
    border: none;
}

.img4 {
    width: 100px;
    background-color: #53e5ff;
    border-radius: 100px;
    margin-bottom: 10px;
}

footer {
    background-color: rgb(12, 8, 20);
    margin-top: 50px;
    align-items: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid black;
    margin-left: 20px;
    margin-top: 25px;
}

footer p {
    font-family: monospace;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-left: 20px;
}

.prp {
    border-top: 2px solid rgb(75, 73, 73);
    padding: 20px;
}

.ulp {
    margin-bottom: 50px;
}


.footer-pg-top {
    background-color: rgb(4, 0, 26);
    box-shadow: 0px 1px 30px #53e5ff;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer-pg-top img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid black;
    margin-left: 20px;
    margin-top: 25px;
}

.footer-pg-top p {
    font-family: monospace;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-left: 20px;
}

.prp {
    border-top: 2px solid rgb(75, 73, 73);
    padding: 20px;
}

.ulp {
    margin-bottom: 50px;
}

.footer-pg-top a {
    color: #99b955;
    text-decoration: none;
    font-weight: bold;

}

.footer-pg-top a:hover {
    text-decoration: underline;
}


.conteudo {
    display: none;
}

.conteudo h1 {
    word-wrap: break-word;
    text-align: center;
    justify-self: center;
}

.principal {
    color: #ffeaf6;
    font-size: 20px;
    width: 70%;
    margin-top: 40px;
    text-shadow: 0px 0px 10px #e9b44a;
}

.titulo {
    color: #99b955;
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.conteudo img {
    width: 500px;
    margin-top: 30px;
}

.hamon {
    color: #b9a255;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px #7b6c3b;
}

.hamon-desc {
    color: #ffe6a8;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
    width: 70%;
    background-color: #071a2b84;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e8be56;
}

.hamon-desc-ul {
    list-style: circle;
    text-align: left;
    margin-top: 30px;
    width: 70%;
    color: #ffe6a8;
    font-size: 18px;
    word-wrap: break-word;
    background-color: #071a2b84;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e8be56;
}

.hamon-img {
    box-shadow: 0px 0px 15px #f1c76c;
    border: 5px solid rgb(212, 179, 45);
}

.stands {
    color: #e85cac;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px #e85cac;
}

.stands-desc {
    color: #ffd6f9;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
    width: 70%;
    background-color: #071a2b84;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e85cac;
}

.stands-desc-ul {
    list-style: circle;
    text-align: left;
    margin-top: 30px;
    width: 70%;
    font-family: courier new;
    color: #ffd6f9;
    font-size: 18px;
    word-wrap: break-word;
    background-color: #071a2b84;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e85cac;
}

.stands-img {
    box-shadow: 0px 0px 15px #e85cac;
    border: 5px solid #e85cac;
}

.spin-desc {
    color: #e9ffb9;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
    width: 70%;
    background-color: #071a2b84;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #99b955;
}

.spin-link {
    color: #5587b9;
    text-decoration: none;
}

.spin-link:hover {
    text-decoration: underline;
}

.spin {
    color: #99b955;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px #99b955;
}

.spin-img {
    box-shadow: 0px 0px 15px #99b955;
    border: 5px solid #6f8e2e;
    margin-bottom: 20px;
}

h1,
p,
a,
li {
    font-family: montserrat;
    line-height: 1.6;
}
.spin-img:hover, .stands-img:hover, .hamon-img:hover{
    transform: translateY(-10px);
}
img{
    transition: all 0.2s ease;
}
@media (max-width: 1280px) {

    form {
        width: 55%;
    }

    .caixaDeBusca input {
        width: 500px;
    }

    fieldset {
        gap: 35px;
    }

    legend {
        font-size: 23px;
    }
}

@media (max-width: 1024px) {

    .top2 nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 15px;
    }

    .top2 ul {
        justify-content: center;
        gap: 10px;
    }

    .caixaDeBusca {
        width: 90%;
    }

    .caixaDeBusca input {
        width: 100%;
    }

    .procuraMain {
        width: 100%;
        justify-content: center;
    }

    form {
        width: 70%;
    }

    fieldset {
        height: auto;
        padding: 30px;
        gap: 30px;
    }

    input {
        width: 85%;
    }

    #submit {
        width: 45%;
    }

    legend {
        font-size: 22px;
    }

    label {
        font-size: 17px;
    }
}

@media (max-width: 768px) {

    .top2 {
        padding: 10px 0;
    }

    .jojotop2 {
        width: 120px;
    }

    .top2 nav {
        flex-direction: column;
        gap: 20px;
    }

    .procuraMain {
        flex-direction: column;
        gap: 15px;
    }

    .procuraMain button {
        width: 120px;
    }

    .top2 ul {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }

    .b1 {
        width: 90px;
        height: 35px;
        font-size: 13px;
    }

    form {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    fieldset {
        margin-top: 20px;
        padding: 20px;
        gap: 25px;
    }

    legend {
        font-size: 20px;
    }

    label {
        font-size: 15px;
    }

    input {
        width: 95%;
        height: 35px;
        font-size: 14px;
    }

    #submit {
        width: 60%;
        height: 40px;
    }

    .img4 {
        width: 80px;
    }
}

@media (max-width: 480px) {

    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .top2 {
        width: 100%;
        overflow-x: hidden;
    }

    .top2 nav {
        width: 100%;
        gap: 15px;
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .caixaDeBusca {
        width: 95%;
    }

    .caixaDeBusca input {
        width: 100%;
        max-width: 100%;
        height: 35px;
        font-size: 13px;
    }

    .procuraMain {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .procuraMain button {
        width: 100px;
        height: 35px;
        font-size: 13px;
    }

    .top2 ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .top2 li {
        margin: 0;
    }

    .b1 {
        width: 120px;
        height: 38px;
        font-size: 13px;
    }

    form {
        width: 95%;
        max-width: 95%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    fieldset {
        padding: 15px;
        gap: 20px;
        margin-top: 10px;
    }

    legend {
        font-size: 18px;
    }

    label {
        font-size: 14px;
    }

    input {
        width: 100%;
        max-width: 100%;
        height: 32px;
        font-size: 13px;
    }

    #submit {
        width: 70%;
        height: 38px;
    }

    .img4 {
        width: 70px;
    }
}

@media (max-width: 1280px) {

    form {
        width: 55%;
    }

    .caixaDeBusca input {
        width: 500px;
    }

    fieldset {
        gap: 35px;
    }

    legend {
        font-size: 23px;
    }

    .conteudo img {
        width: 420px;
    }

    .principal,
    .hamon-desc,
    .hamon-desc-ul,
    .stands-desc,
    .stands-desc-ul,
    .spin-desc {
        width: 85%;
    }
}

@media (max-width: 1024px) {

    .top2 nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 15px;
    }

    .top2 ul {
        justify-content: center;
        gap: 10px;
    }

    .caixaDeBusca {
        width: 90%;
    }

    .caixaDeBusca input {
        width: 100%;
    }

    .procuraMain {
        width: 100%;
        justify-content: center;
    }

    form {
        width: 70%;
    }

    fieldset {
        height: auto;
        padding: 30px;
        gap: 30px;
    }

    input {
        width: 85%;
    }

    #submit {
        width: 45%;
    }

    legend {
        font-size: 22px;
    }

    label {
        font-size: 17px;
    }

    .conteudo img {
        width: 350px;
    }

    .titulo {
        font-size: 34px;
        text-align: center;
    }

    .principal {
        width: 90%;
        font-size: 18px;
        text-align: center;
    }

    .hamon-desc,
    .hamon-desc-ul,
    .stands-desc,
    .stands-desc-ul,
    .spin-desc {
        width: 90%;
        font-size: 17px;
    }
}

@media (max-width: 768px) {

    .top2 {
        padding: 10px 0;
    }

    .jojotop2 {
        width: 120px;
    }

    .top2 nav {
        flex-direction: column;
        gap: 20px;
    }

    .procuraMain {
        flex-direction: column;
        gap: 15px;
    }

    .procuraMain button {
        width: 120px;
    }

    .top2 ul {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }

    .b1 {
        width: 90px;
        height: 35px;
        font-size: 13px;
    }

    form {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    fieldset {
        margin-top: 20px;
        padding: 20px;
        gap: 25px;
    }

    legend {
        font-size: 20px;
    }

    label {
        font-size: 15px;
    }

    input {
        width: 95%;
        height: 35px;
        font-size: 14px;
    }

    #submit {
        width: 60%;
        height: 40px;
    }

    .img4 {
        width: 80px;
    }

    .conteudo img {
        width: 280px;
    }

    .titulo {
        font-size: 28px;
        text-align: center;
    }

    .hamon,
    .stands,
    .spin {
        font-size: 24px;
        text-align: center;
    }

    .principal {
        width: 95%;
        font-size: 17px;
    }

    .hamon-desc,
    .hamon-desc-ul,
    .stands-desc,
    .stands-desc-ul,
    .spin-desc {
        width: 95%;
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 480px) {

    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .top2 {
        width: 100%;
        overflow-x: hidden;
    }

    .top2 nav {
        width: 100%;
        gap: 15px;
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .caixaDeBusca {
        width: 95%;
    }

    .caixaDeBusca input {
        width: 100%;
        max-width: 100%;
        height: 35px;
        font-size: 13px;
    }

    .procuraMain {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .procuraMain button {
        width: 100px;
        height: 35px;
        font-size: 13px;
    }

    .top2 ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .top2 li {
        margin: 0;
    }

    .b1 {
        width: 120px;
        height: 38px;
        font-size: 13px;
    }

    form {
        width: 95%;
        max-width: 95%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    fieldset {
        padding: 15px;
        gap: 20px;
        margin-top: 10px;
    }

    legend {
        font-size: 18px;
    }

    label {
        font-size: 14px;
    }

    input {
        width: 100%;
        max-width: 100%;
        height: 32px;
        font-size: 13px;
    }

    #submit {
        width: 70%;
        height: 38px;
    }

    .img4 {
        width: 70px;
    }

    .conteudo h1 {
        width: 95%;
    }

    .conteudo img {
        width: 95%;
        max-width: 300px;
    }

    .titulo {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .hamon,
    .stands,
    .spin {
        font-size: 22px;
        text-align: center;
    }

    .principal {
        width: 95%;
        font-size: 15px;
        text-align: center;
    }

    .hamon-desc,
    .hamon-desc-ul,
    .stands-desc,
    .stands-desc-ul,
    .spin-desc {
        width: 95%;
        font-size: 14px;
        padding: 12px;
    }

    .hamon-desc-ul,
    .stands-desc-ul {
        padding-left: 30px;
    }
}