@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "PixelGridS";
    src: url(../pixel-grid-font-family-1754034157-0/pixelgridtrial-circlenormxl.otf);
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    cursor: url(../Academy/cursors/Normal.cur), auto;
}

.body-efeito {
    filter: blur(3px);

}

a,
button {
    cursor: url(../Academy/cursors/Link.cur), pointer !important;
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

main section {
    background-color: white;
    width: 100%;
}

main section:first-of-type {
    background: linear-gradient(120deg, #092b61, #09437a, #112a53);
    height: 600px;
}

main section:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 250px;
    color: white;
    font-size: 20px;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
}

main section:last-of-type::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../logo-menor.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    filter: brightness(60%);
    z-index: 0;
}

main section:last-of-type>* {
    position: relative;
    z-index: 1;
}

#openModalGame {
    background-color: #0c72d1;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-bottom: 4px solid rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}


#openModalGame:hover {
    border-bottom: 2px solid white;
}

main .main-header {
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 480px;
    color: black;
    box-shadow: 0 0 20px rgb(0, 0, 0);
    box-shadow: inset 0 0 30px #09437a88;
}

main .conteudo-header {
    display: flex;
    flex-direction: column;
    margin: 60px;
}

main .conteudo-header span:last-of-type {
    margin-top: 40px;
    font-weight: 600;
}

.header {
    margin: 10px auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff19;
    border: 2px solid #000000;
    border-radius: 50px;
}

.header img {
    width: 250px;
}

.header .login {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    color: black;
}

.header .login a {
    text-decoration: none;
    padding: 5px;
}

.header .login .login1 {
    color: black;
    text-align: center;
    transition: 0.3s;
}

.header .login .login1:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.header .login .login2 {
    background-color: #0c72d1;
    color: rgb(255, 255, 255);
    border: 2px solid black;
    border-bottom: 4px solid black;
    text-align: center;
    border-radius: 10px;
}

.header .login .login2:hover {
    border-bottom: 2px solid black;
}

.efect-container {
    color: #000000;
    margin-top: 40px;
}

.typing-effect {
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-right: 2px solid #0b7be4;
    animation: blink-caret .75s step-end infinite;
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #0b7be4;
    }
}

.tabs-section {
    margin: 20px auto;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    overflow-x: auto;
}

.tabs-section::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #d3d3d341;
}

.tabs-section::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.tabs {
    display: flex;
    border: 2px solid #112a53;
    align-items: center;
    border-radius: 40px;
    padding: 10px;
    margin: 10px;
    gap: 10px;
    color: #112a53;
    text-align: center;
    cursor: url(../Academy/cursors/Link.cur), pointer !important;
    transition: 0.3s;
}

.tabs:hover {
    transform: scale(1.03);
}

.tabs span {
    width: 220px;
    font-size: 14px;
}

.tabs i {
    background-color: #09437a;
    border-radius: 50%;
    padding: 5px;
    font-size: 24px;
    color: #86bcee;
    box-shadow: 0 0 10px #0000004f;
}

.main-image {
    padding: 30px 1px 30px 30px;
    margin: 0 auto;
    width: 900px;
    background: linear-gradient(220deg, #5eb0fd79, #d9e8ff, #5eb0fd5b, #ffffff);
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    border: 2px solid #00000023;
}

main .main-image img:first-of-type {
    position: absolute;
    width: 180px;
    margin-top: 90px;
    left: 280px;
    z-index: 2;
    border-radius: 30px;
}

.main-image img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 90%;
}

.grid {
    width: 85%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.grid h2 {
    font-weight: 500;
    margin: 10px 0px 20px 20px;
    font-size: 26px;
    /* align-self: flex-start; */
}

.academy {
    width: 80%;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    padding: 10px;
    border-radius: 20px;
}

.academy .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.academy .title span {
    background-color: #0b7be4;
    padding: 5px;
    border-radius: 10px;
    color: white;
}

.academy p {
    text-align: center;
    font-size: 18px;
}

.academy .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.text a {
    width: 220px;
    background-color: white;
    color: #0b7be4;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid #0b7be4;
    border-bottom: 4px solid #0b7be4;
    padding: 5px;
    border-radius: 10px;
}

.text a:hover {
    border-bottom: 2px solid #0b7be4;
}

.text a span {
    display: block;
}

.academy .text img {
    width: 200px;
    padding: 8px;
    background-color: lightgray;
    border-radius: 40px;
    border: 3px solid #0b7be462;
    transition: 0.3s;
}

.academy .text img:hover {
    transform: scale(1.05);
}

.academy .text textarea {
    border: 2px solid #b8b8b827;
    background-color: #e9e9e9;
    color: black;
    max-width: 100%;
    width: 400px;
    height: 70px;
    resize: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    transition: all 0.4s;
    overflow-y: hidden;
    border: 2px solid #0267ff3d;
}

.academy .text textarea:hover {
    border: 2px solid #0267ff6e;
    box-shadow: -2px 0px 18px 0px #0267ff9d;
}

.academy .text textarea:focus {
    border-color: #0267ffb0;
    outline: none;
    box-shadow: -2px 0px 18px 0px #0267ff5b;
}

.others {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 82%;
    padding: 10px;
    gap: 15px;
    overflow-y: auto;
}

.others div {
    width: 30%;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.others div:hover {
    transform: scale(1.02);
}

.others svg {
    align-self: flex-start;
}

.others img {
    width: 80%;
}

.icon-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0c72d1;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.425);
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.icon-chat:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.705);
}

#modal-chat {
    display: none;
    position: fixed;
    z-index: 10;
    padding: 10px;
    border: 2px solid #00000054;
    left: 33%;
    top: 20%;
    width: 30%;
    height: 60%;
    overflow: auto;
    background-color: #ffffff;
    color: black;
    border-radius: 20px;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.295);
    animation: fadeIn 0.3s ease-in-out;
    text-align: center;
    overflow-y: hidden;
}

#modal-chat img {
    width: 15%;
    border-radius: 50%;
    border: 2px solid #002a5296;
}

#modal-chat.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-title {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.473);
}

.modal-title span {
    font-weight: 600;
    font-size: 14px;
}

#mandar-msg-user {
    padding: 5px 11px;
    background-color: #0267ff;
    border: 2px solid black;
    border-bottom: 4px solid black;
    border-radius: 10px;
    font-family: 'Poppins';
    margin: 10px;
    color: white;
}

#mandar-msg-user:hover {
    border-bottom: 2px solid black;
}

.modal-forms {
    display: flex;
    justify-content: center;
    width: 60%;
    padding: 30px;
    align-items: center;
    overflow-y: auto;
}

.modal-forms #feedback-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.modal-forms #feedback-form input {
    padding: 5px;
    font-family: 'Roboto';
    border-radius: 5px;
    width: 100%;
    margin: 5px;
    border: 2px solid rgba(0, 0, 0, 0.24);
}

.modal-forms #feedback-form textarea {
    color: black;
    max-width: 100%;
    width: 100%;
    height: 60px;
    resize: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Roboto';
    border: 2px solid rgba(0, 0, 0, 0.24);
    overflow-y: hidden;
}

.modal-forms #feedback-form textarea:focus,
.modal-forms #feedback-form input:focus {
    border-color: #0267ff;
    outline: none;
}

.modal-forms #feedback-form input:hover,
.modal-forms #feedback-form textarea:hover {
    border-color: #0267ff91;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


::-webkit-scrollbar {
    width: 7px;
    background-color: #d3d3d391;
}

::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 5px;
}

.introducao {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.h2-imaagens,
.introducao h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
}

.faq-cards {
    font-family: "Poppins", sans-serif;
    max-width: 600px;
    margin: 30px auto 60px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(11, 123, 228, 0.08);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    border: 2px solid #96969659;
    border-bottom: 4px solid #96969659;
    border-radius: 5px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 1.15rem;
    font-family: "Poppins", sans-serif;
    color: #0b7be4;
    text-align: left;
    padding: 12px 0;
    cursor: pointer;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
}

.faq-question:after {
    content: '+';
    font-size: 1.3rem;
    color: #0b7be4;
    margin-left: auto;
    transition: transform 0.2s;
}

.faq-item.open .faq-question:after {
    content: '×';
    color: #0b7be4;
    transform: rotate(90deg);
}

.faq-answer {
    font-size: 1rem;
    color: #222;
    background: #f7faff;
    border-radius: 8px;
    margin-top: 8px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px 0 rgba(11, 123, 228, 0.04);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.imagens {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    margin: 20px 20px 0px 20px;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px #0000001a;
}

.imagens img {
    width: 70%;
    border-radius: 20px;
    border: 3px solid black;
    border-bottom: 5px solid black;
    transition: all 0.3s;
    cursor: pointer;
}

.imagens img:hover {
    opacity: 0.9;
    transform: scale(1.01);
}

.imagens::-webkit-scrollbar {
    height: 12px;
}

.imagens::-webkit-scrollbar-thumb {
    cursor: e-resize;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 20px auto;
    display: block;
    width: 100%;
    max-width: 900px;
    transition: transform 0.3s ease-out;
    transform-origin: center center;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 11;
}

.close:hover,
.close:focus {
    color: #8b0000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.final {
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-align: center;
    padding: 10px;
}

.final span:first-of-type {
    font-weight: 600;
}

.final span:last-of-type {
    background-image: linear-gradient(to right, red, rgb(255, 0, 170), blue);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-weight: 600;
}

footer {
    position: relative;
    bottom: 0;
    background: linear-gradient(340deg, #ffffff, #a1c9f0);
    color: rgb(0, 0, 0);
    border-top: 4px solid #80808073;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

footer img {
    width: 250px;
    margin: 10px;
}

.navbar-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.navbar-footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.3s;
}

.navbar-footer a:hover {
    color: #0b7be4;
}

.midias {
    font-size: 26px;
    margin-top: 5px;
    color: rgb(0, 0, 0);
    margin-right: 5px;
}

.midias a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.midias a:hover {
    opacity: 0.6;
}

@media (min-width: 3068px) {
    .others {
        display: flex;
        flex-direction: row;
    }

    .others div {
        width: 20%;
        padding: 10px;
        border-radius: 20px;
        font-size: 30px;
        border: 1px solid black;
    }

    .tabs-section {
        width: 70%;
    }

    .imagens::-webkit-scrollbar {
        height: 32px;
    }
}

@media (max-width: 1168px) {
    .others div {
        width: 80%;
        padding: 10px;
        border-radius: 20px;
        border: 1px solid black;
    }
}

@media (max-width: 1068px) {
    .header {
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
    }

    main .conteudo-header {
        margin: 30px;
    }

    main .conteudo-header h1 {
        font-size: 26px;
    }

    main .conteudo-header span:last-of-type {
        margin-top: 20px;
    }

    .imagens::-webkit-scrollbar {
        height: 10px;
    }

    #feedback-form {
        margin-top: 90px;
    }
}

@media (max-width: 968px) {
    .header {
        border: none;
    }

    .academy .text textarea {
        width: 250px;
        font-size: 14px;
    }

    .academy p {
        font-size: 16px;
    }

    .imagens img {
        border: none;
        border-radius: 0px;
        border-bottom: none;
    }

    #modal-chat {
        display: none;
        position: fixed;
        z-index: 10;
        padding: 10px;
        border: 2px solid #00000054;
        left: 0%;
        top: 0%;
        width: 95%;
        height: 80%;
        overflow: auto;
        background-color: #ffffff;
        color: black;
        border-radius: 20px;
        box-shadow: 0 4px 28px rgba(0, 0, 0, 0.295);
        animation: fadeIn 0.3s ease-in-out;
        text-align: center;
        overflow-y: hidden;
    }

    #feedback-form {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .academy .text img {
        width: 100px;
    }

    main section:last-of-type {
        font-size: 12px;
    }

    .final {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .academy .text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .main-footer {
        display: flex;
        flex-direction: column;
    }

    .modal-title {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 403px) {
    main .conteudo-header {
        margin: 30px;
    }

    main .conteudo-header h1 {
        font-size: 20px;
    }

    main .conteudo-header .desc {
        font-size: 13px;
    }

    main .conteudo-header span:last-of-type {
        margin-top: 10px;
        font-size: 14px;
    }

    .academy .text textarea,
    .text a {
        width: 150px;
        font-size: 14px;
    }

    .text a span {
        display: none;
    }

    #modal-chat img {
        display: none;
    }
}