* {
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #302C42;
    color: #FFFFFF;


}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
}

.hidden {
    display: none;
}

.three-body {
    --uib-size: 35px;
    --uib-speed: 0.8s;
    --uib-color: #5D3FD3;
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}

.three-body__dot:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
}

.three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite
        calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1 {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2 {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}

@media (max-width: 48rem) {
    .loader {
        padding: 10px; 
    }

    .three-body {
        --uib-size: 25px; 
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}


.mae {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

header {
    width: 100%;
    padding-inline: 1.5rem;
    box-sizing: border-box;
    background-color: #302C42;
}

.cabecalho {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#img-logo-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-logout {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.375rem 3rem;
    transition: all 0.3s ease;
}

.btn-logout:hover {
    color: #675C9A;
    background-color: #fff;
}

.btn-logout i {
    margin-right: 5px;
}

.logo {
    left: 3.5rem;
    position: relative;
    top: 1.5rem;
    width: 269px;
    height: 199px;
    filter: brightness(115%);
}

.bordaImg1secao {
    border: 0.5rem solid hsla(252, 26%, 57%, 0.26);
    margin-top: 3rem;
}

.cabecalho div {
    display: flex;
    gap: 1.25rem;
}

.cabecalho a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.cabecalho a:hover {
    color: #FFFFFF;
}

.ancoras-header a{
    font-weight: 700;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 42px;
    width: 154px;
}

.ancoras-header a:nth-child(1){
    font-size: 12px;
    background: transparent;
    color: #FFF;
    border: 2px solid white;
}

.ancoras-header a:nth-child(2){
    font-weight: 700;
    font-size: 15px;
    color: #343045;
    background: linear-gradient(to right, #8176AF, #C0B7E8);
}

#conteudo-header {
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.25rem;
}

.conteudo-header2 {
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.conteudo-header a{
    font-weight: 700;
    font-size: 12px;
}

.conteudo-esq{
    margin: 1.5rem;
    margin-left: 6rem;
}

.conteudo-esq div{
    display: flex;
    gap: 30px;
}

.conteudo-esq h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.conteudo-esq h1 strong{
        font-size: 45px;
        background: linear-gradient(to right, #C0B7E8, #8176AF);
        -webkit-background-clip: text;
        color: transparent;
}

.conteudo-esq p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.conteudo-esq a {
    color: #343045;
    display: inline-block;
    padding: 1rem 3.5rem;
    border-radius: 3rem;
    background: linear-gradient(90deg, #8176AF 0%, #C0B7E8 100%);
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: bold;
    font-size: 12px;
}

.conteudo-esq a:hover {
    background-color: #7A5E9A;
}

.img-dir img {
    border: 18px solid #312537;
    border-radius: 19% 25% 25% 65% / 23% 25% 25% 57%;
    max-width: 100%;
    height: auto;
}

.primeira-secao{
    width: 100%;
    justify-content: space-around;
    display: flex;
    margin-bottom: 4rem;
}

.alinhamento{
    display: flex;
}

.alinhamento img{
    position: relative;
    top: 20px;
}

.alinhamento strong{
    font-weight: bold;
    font-size: 36px;
}

.transicao, .primeira-secao, .segunda-secao, .terceira-secao {
    box-sizing: border-box;
}

.transicao .artigos, .transicao .Downloads, .transicao .tutoriais {
    left: 20px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.transicao h1, .segunda-secao h1, .terceira-secao h1 {
    margin-bottom: 22px;
}

.transicao p, .segunda-secao p{
    font-size: 12px;
    color: #C2A5D8;
}

.artigos img, .Downloads img, .tutoriais img {
    height: 5rem;
    margin-right: 1.25rem;
}

.esq-primeira-secao div:nth-last-of-type(1) img{
    border-radius: 70% 21% 32% 18% / 65% 20% 47% 25%;
    -webkit-box-shadow: 9px 13.5px 25px -10.5px #433d5b;
    -moz-box-shadow: 9px 13.5px 25px -10.5px #433d5b;
    box-shadow: 9px 13.5px 25px -10.5px #433d5b;
}

.dir-primeira-secao strong{
    color: #C0B7E8;
    font-weight: 500;
}

.dir-primeira-secao p {
    margin-bottom: 6rem;
    font-size: 20px;
    color: #ffffff;
}

.dir-primeira-secao h1{
    margin-bottom: 3rem;
}

.dir-primeira-secao a{
    color: #343045;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 3rem;
    background: linear-gradient(90deg, #8176AF 0%, #C0B7E8 100%);
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: bold;
    font-size: 12px;
}

.cubo3D {
    width: 100%;
}

.cards-segunda-secao {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2.5rem;
    gap: 2rem;
}

.card {
    background: radial-gradient(circle, #433D60 0%, #211E2E 100%);
    border-radius: 2.5rem;
    padding: 1.25rem;
    width: 19.375rem;
    height: 31.938rem;
    text-align: center;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}

.card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
    border-radius: 50%;
    border: 0.9rem solid hsla(0, 0%, 5%, 0.322);
}

.card-title {
    font-size: 1.225rem;
    margin-bottom: 0.625rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.card p {
    color: white;
}

.card a {
    width: 12rem; 
    height: 3rem;  
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, #8176AF 0%, #C0B7E8 100%);
    border-radius: 2.5rem;
    color: #343045;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1rem; 
    line-height: 1;
    text-align: center;
    margin: 0 auto; 
    border: none;
    margin-top: auto;
}

.card a:hover {
    background: linear-gradient(90deg, #7a70a3 0%, #a29bc5 100%);    
    border-radius: 0.625rem;
    transition: 1s;
}

.preview-3d {
    position: relative;
    padding: 20px;
    text-align: center;
    border: 0.30rem solid #403a5a;
    border-radius: 1rem;
    margin: 20px 0;
    height: 35rem; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white; 
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    overflow: hidden; 
}

.preview-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExYWZ1bHU5NDZjcXgwa2lreDBqdWlrNXU5YTY2aWRjMmV6NXhva2xtYyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/YrTJKOe0FhQJAUXTyp/giphy.gif');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    opacity: 0.5; 
    z-index: -1; 
}


.preview-3d h2 {
    font-size: 24px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px #000000b3; 
}

.preview-3d button {
    background-color: #302C42; 
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.preview-3d button:hover {
    background-color: #242035; 
}

.form-container {
    background: radial-gradient(circle, #3A3456 0%, #211E2E 95%);    
    border-radius: 3rem;
    padding: 2.5rem;
    text-align: center;
    width: 85rem;
    height: 43rem;
    max-width: 100vw;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-bottom: 6rem;
}

.form-container h1 {
    font-size: 36px;
    margin-bottom: 0.625rem;
}

.form-container p {
    font-size: 32px !important;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-weight: 300;
}

.form-group {
    margin-bottom: 1.25rem;
}

input::placeholder {
    text-align: start;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 15px;
    border-radius: 3rem;
    border: 0.5px solid white !important;
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
    outline: none;
    justify-content: center;
    
}

.form-group input {
    height: 3.5rem;
}

.form-group textarea {
    height: 5rem;
    resize: none;
}

.form-group .input-half {
    width: 48%;
    display: inline-block;
}

.form-group .input-half:first-child {
    margin-right: 0.25rem;
}

.form-group .input-half:last-child {
    margin-left: 0.25rem;
}

.form-button {
    padding: 0.625rem 3rem;
    background: linear-gradient(90deg, #8176AF 0%, #C0B7E8 100%);
    border-radius: 3rem;
    border: none;
    color: #343045;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-button:hover {
    background-color: #7A5E9A;
}

footer {
    background-color: #302C42;
    padding: 2rem;
    color: #FFFFFF;
}

.footer-container {
    gap: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
}

.footer-center {
    flex: 2;
    display: flex;
    justify-content: space-around;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s;
    font-weight: 600;
}

.footer-links a:hover {
    color: #C2A5D8;
}

.footer-right {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
}

.footer-right p {
    margin-bottom: 1rem;
}

.social-icons{
    margin-bottom: 40px;
}

.social-icons a {
    margin-right: 1rem;
}

.feedback-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(320deg, #C0B7E8 0%, #8176AF 100%);    
    border-radius: 3rem;
    color: #343045;
    text-decoration: none;
    transition: background-color 0.3s;
    border: none;
    text-decoration: none;
    outline: none;
}

.feedback-button:hover {
    background-color: #7A5E9A;
    color: #443397;
    text-decoration: none;
    outline: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #C2A5D8;
}

.terceira-secao{
    align-items: center;
    width: 100%;
    justify-content: center;
}

.ladoEsq-terceira-secao{
    top: -40px;
    margin: 4.5rem;
    margin-left: 15rem;
    display: flex;
    flex-direction: row;
}

.ladoEsq-terceira-secao img{
    position: relative;
    top: 20px;
}

.terceira-secao h1{
     font-size: 36px;
}

.terceira-secao h1 img{
    position: absolute;
    top: 355vh;
    z-index: 1;
}

.terceira-secao strong{
    color: #9084C6;
}

.terceira-secao p{
    font-size: 20px;
    font-weight: 300;
}

.ladoDir-terceira-secao{
    align-items: center;
    justify-content: center;
    display: flex;
}

.meio-terceira-secao {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    color: white;
    font-family: 'Arial', sans-serif;
    margin-bottom: 5rem;
}

.meio-terceira-secao div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.meio-terceira-secao div div:first-child {
    border: 1rem solid rgba(5, 5, 5, 0.219); 
    background: linear-gradient(180deg, #C0B7E8 0%, #8176AF 100%);
    background-clip: padding-box; 
    color: #343045;
    font-size: 64px;
    font-weight: bold;
    width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
}


.meio-terceira-secao div img {
    width: 45px;
    height: 35px;
    position: absolute;
    right: -120px;
    top: 35%;
    transform: translateY(-50%);
}

.meio-terceira-secao div:nth-child(4) img {
    display: none;
}

.meio-terceira-secao p {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.meio-terceira-secao div:nth-child(4)::after {
    content: none;
}

.cima-segunda-secao{
    display: flex;
    justify-content: space-around;
    margin-block: 3rem;
}

.cima-segunda-secao p {
    text-align: start;
    font-size: 15px;
    font-weight: 300;
    color: white;
    line-height: 1.3rem;
}

.cima-segunda-secao strong {
    color: #C0B7E8;
} 

.transicao {
    margin-bottom: 4.5rem;
    height: 150px;
    width: 95%;
    border-radius: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: radial-gradient(circle, #3A3456 0%, #211E2E 95%);
    color: white;
    font-family: 'Arial', sans-serif;
}

.transicao div {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    left: 20px;
}

.transicao div h1 {
    font-size: 22px;
    margin: 10px 0;
    color: #ffffff;
}

.transicao div p {
    font-size: 1rem;
    color: #B9A8D3;
}

.transicao div img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.artigos {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tutoriais {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.inicio-terceira-secao{
    display: flex;
}

.artigos div:nth-child(2){
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #2c2c3c; /* Cor de fundo do seu site */
    color: #fff; /* Cor do texto */
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #444; /* Cor da borda */
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#gotoChatbot {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

#gotoChatbot:hover {
    background-color: #45a049; 
}

.welcome-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.welcome-content {
    background-color: #2c2c3c;
    color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #444;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.welcome-content h2 {
    color: #4CAF50;
    margin-bottom: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
