@import url("https://fonts.googleapis.com/css?family=Mitr:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gayathri:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Neucha&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.bg-site {
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 100%);
}

::selection {
    background: #fff9c4;
    color: black;
}

:root {
    --primary-text: #ffffff;
    --primary-tittle: #fff;
}

.sectionContent {
    padding: 0 16px;
}

.gradient-text-yellow {
    background-image: linear-gradient(to bottom, #fff78b, rgb(204, 144, 33));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* para compatibilidade com alguns navegadores */
    background-clip: text;
    color: transparent;
}

.containerMain {
    margin-top: 100px;
    max-width: 1920px;
    min-height: 100vh;
}

#google_translate_element {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    cursor: url(/assets/images/icons/RoseOnBr.cur), url(/assets/images/icons/RoseOnBr.cur), auto;
}

label, select, option {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
}

input[type="radio"], input[type="button"], input[type="image"], input[type="IMAGE"], input[type="submit"] {
    cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
}

a {
    text-decoration: none;
    cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
}

    a:hover {
        text-decoration: none;
        cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
    }

.btn:hover {
    cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
}

.chkbox {
    cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
}



/* NavBar inicio */

.navbar-custom {
    background: linear-gradient(90deg, #5865f2 0%, #404eed 100%);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.navbar-nav .nav-link {
    color: white !important;
}

    .navbar-nav .nav-link:hover {
        background: linear-gradient(90deg, #5865f2 0%, #404eed 100%);
        border-radius: 4px;
    }


.btn-donate {
    background-color: #ffff8d;
    color: #2c3e50;
    padding: 7px 5px;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 4px;
}

    .btn-download:hover {
        opacity: 95%;
    }

.dropdown-menu {
    background: linear-gradient(90deg, #5865f2 0%, #404eed 100%);
    border: none;
}

.dropdown-item {
    color: white;
}

    .dropdown-item:hover {
        color: black;
        background-color: #fff;
    }

.navbar-toggler {
    border: none;
    font-size: 1.5rem;
    color: white;
}

    .navbar-toggler:focus {
        outline: none;
    }

/* NavBar Original*/
nav {
    font-family: "Gayathri", sans-serif;
    margin-top: 30px;
    z-index: 999;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4F6CFA), to(#00027F));
    background-image: linear-gradient(to bottom, #4F6CFA 0, #00027F 100%);
    border: 1px solid #4F6CFA;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(255,255,255,.9);
    }

nav ul {
    margin-top: 10px;
}

.logo {
    position: absolute;
    top: -35px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-pq {
    position: absolute;
    top: -35px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* NavBar fim */


/* Sections Home inicio */

.sectionBanner {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

    .sectionBanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .sectionBanner .bannerTittles {
        width: 100%;
        height: 420px;
        position: absolute;
        z-index: 100;
        top: 0;
        color: white;
        text-align: center;
    }

        .sectionBanner .bannerTittles h1 {
            font-family: "Bungee", sans-serif;
            filter: drop-shadow(2px 2px 2px black);
            margin-top: 40px;
            user-select: none;
        }

        .sectionBanner .bannerTittles p {
            color: #ffffff;
            filter: drop-shadow(2px 2px 2px black);
            font-weight: bold;
            margin: 4px 0;
            user-select: none;
        }


/* Quando a tela for menor que 968px (celular) */
@media screen and (max-width: 968px) {
    .sectionBanner {
        height: 320px;
    }

        .sectionBanner .bannerTittles {
            height: 320px;
        }
    .btn-download {
        background: transparent;
        color: #fff;
        padding: 0;
        margin-left: 0;
        font-weight: 400;
    }
    .btn-download:hover {
        color: #fff;
    }
}

/* button download animation inicio*/
.btn-home-download {
    position: relative;
    padding: 0.7rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    cursor: url(../../public/assets/cursor-2.cur), pointer;
    border: none;
    border-radius: 80px;
    background: linear-gradient(90deg, #5865f2 0%, #404eed 100%);
    overflow: hidden;
    transition: all 0.4s ease;
    min-width: 200px;
    z-index: 1;
}

    .btn-home-download:hover {
        color: var(--primary-text);
    }

.neon-pulse {
    background: #2979ff;
    border: 2px solid #0ff;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
    overflow: visible;
}

    .neon-pulse::before,
    .neon-pulse::after {
        content: "";
        position: absolute;
        inset: -4px;
        border: 2px solid #0ff;
        border-radius: inherit;
        animation: pulseOut 2s ease-out infinite;
        opacity: 0;
    }

    .neon-pulse::after {
        animation-delay: 1s;
    }

@keyframes pulseOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
/* button download animation fim*/

/* Sections Home Fim */

/* Section Explore Mundos inicio */

.sectionExplore {
    width: 100%;
    padding: 0 16px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .sectionExplore .exploreTexts {
        width: 50%
    }

    .sectionExplore .exploreImg {
        text-align: end;
        border: 4px solid #fff59d;
        border-radius: 2px;
    }

.exploreImg img {
    width: 500px;
}

@media screen and (max-width: 968px) {
    .sectionExplore {
        flex-direction: column;
    }

        .sectionExplore .exploreImg img {
            width: 100%;
        }

        .sectionExplore .exploreTexts {
            width: 100%;
            text-align: center;
        }
}

.sectionExplore .exploreTexts h2 {
    font-family: "Bungee", sans-serif;
    filter: drop-shadow(2px 2px 2px black);
}

.exploreTexts p {
    color: var(--primary-text);
    margin: 0;
}

.exploreTexts span {
    color: var(--primary-tittle);
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}
/* Section Explore Mundos Fim */

/* Section Classes e guides inicio */

.sectionClassesGuides {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


    .sectionClassesGuides h3 {
        font-family: "Bungee", sans-serif;
        filter: drop-shadow(2px 2px 2px black);
        font-size: 40px;
    }

/* cards inicio */
/* Container de cards */
.cards-container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    max-width: 1200px;
}

/* Card de redirecionamento */
.guide-card {
    width: 280px;
    background: linear-gradient(145deg, #1a237e, #16213e);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .guide-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
        border-color: rgba(110, 69, 226, 0.5);
    }

/* Ícone/Imagem do card */
.card-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    background: linear-gradient(45deg, #6e45e2, #4a80f0);
    position: relative;
    overflow: hidden;
}

    .card-icon i {
        z-index: 2;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .card-icon::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        top: -50px;
        right: -50px;
    }

/* Conteúdo do card */
.card-content {
    padding: 20px;
    text-align: center;
}

.card-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #fff;
}


.card-description {
    font-size: 14px;
    color: var(--primary-text);
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Botão de ação */
.card-action {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(110, 69, 226, 0.2);
    color: #b8a2ff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(110, 69, 226, 0.5);
}

.guide-card:hover .card-action {
    background: rgba(110, 69, 226, 0.4);
    color: #fff;
}

/* Efeito de brilho ao passar o mouse */
.guide-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.1), transparent );
    transition: 0.5s;
}

.guide-card:hover::before {
    left: 100%;
}
/* cards fim */

/* Section Classes e guides fim */



/* Section final inicio */

.site-banner {
    background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
    border-radius: 4px;
    padding: 40px;
    margin: 50px auto;
    max-width: 1200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .site-banner::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient( circle, rgba(255, 255, 255, 0.1) 0%, transparent 70% );
        animation: rotate 20s linear infinite;
        z-index: 0;
    }

.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-btn {
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

    .banner-btn.primary {
        background: linear-gradient(90deg, #7289da 0%, #5a6ec2 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(114, 137, 218, 0.4);
    }

    .banner-btn.secondary {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .banner-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    }

    .banner-btn.primary:hover {
        background: linear-gradient(90deg, #5a6ec2 0%, #7289da 100%);
    }

    .banner-btn.secondary:hover {
        background: rgba(255, 255, 255, 0.2);
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .site-banner {
        padding: 30px 20px;
        margin: 30px 15px;
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .banner-text {
        font-size: 1rem;
    }

    .banner-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

.sectionFinal {
    margin-bottom: 120px;
}

/* Section final fim */


.elegantshd {
    color: #131313;
    background-color: #e7e5e4;
    letter-spacing: .15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}

.deepshd {
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

.xbootstrap {
    color: #FFFFFF;
    letter-spacing: .1em;
    text-shadow: -1px -1px 2px #111, 2px 2px 1px #363636;
    text-align: center;
}

.breadcrumb {
    margin-top: 0px;
    background: transparent;
}

.breadcrumb a {
    color: white;
}

@media (max-width: 480px) and (max-width: 767.98px) {
    .header .landing .Titulo {
        margin-top: 60px;
    }

    .banner-container {
        padding: 20px;
    }

        .banner-container p {
            font-size: 14px;
        }
}

/*Footer*/
.footer {
    background: none repeat scroll 0 0 #121214;
    border-top: 4px solid #1F1F1F;
    padding: 80px 0 40px;
    position: relative;
}

    /*ribbon start*/
    .footer div.footer-ribon {
        margin: -100px 0 0 20px;
        padding: 5px 20px;
        position: absolute;
        background: none repeat scroll 0 0 #0088CC;
    }

        .footer div.footer-ribon:before {
            border-right: 10px solid #646464;
            border-right-color: #005580;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px;
        }

        .footer div.footer-ribon span {
            color: #FFFFFF;
            font-family: "Mitr",cursive;
            font-size: 1.6em;
        }

    /*ribbon end*/
    .footer .widgets {
        color: #AEAEAE;
    }

        .footer .widgets a {
            color: #ffffff;
        }

            .footer .widgets a:hover {
                text-decoration: underline;
            }

    .footer a,
    .footer a:hover {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .footer .headline h3, .footer .headline h4 {
        display: inline-block;
        color: #fff;
        padding: 0;
        font-size: 22px;
        line-height: 27px;
        font-weight: 200;
    }

    .footer .form-control::-moz-placeholder {
        color: #555;
    }

@media (max-width: 900px) {
    .footer .blog-twitter,
    .footer .input-group-sm > .form-control,
    .footer .input-group-sm > .input-group-btn > .btn {
        margin-bottom: 20px;
    }
}

.footer .input-group-sm > .form-control {
    font-size: 14px;
    background-color: #dcdcdc;
}

.footer .input-group-sm > .form-control {
    border-radius: 4px 0 0 4px;
}

    .footer .input-group-sm > .form-control:focus {
        border-color: #aaaaaa;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.footer .input-group-sm > .input-group-btn > .btn {
    font-size: 14px;
    line-height: 20px;
    padding-top: 3px;
}

/*Footer list services*/
.footer ul.list-services li {
    color: #777777;
    line-height: 36px;
    list-style: none;
}

    .footer ul.list-services li span {
        font-weight: 700;
    }

    .footer ul.list-services li i {
        margin: 4px 5px 10px 0;
    }

.footer .blog-list {
    margin: 0;
    padding: 0;
    color: #dadada;
    list-style: none;
}

    .footer .blog-list li {
        padding: 0 0;
        margin-bottom: 7px;
    }

        .footer .blog-list li span {
            color: #818488;
        }

.footer .media,
.footer .media:hover {
    border: none !important;
    background: none !important;
}

    .footer .media a {
        color: #dadada;
    }

        .footer .media a:hover {
            color: #D97000 !important;
        }

    .footer .media .media-object {
        border-color: #888 !important;
    }

/*Copyright*/
.copyright > .container > .row {
    margin-bottom: 25px;
}

.copyright {
    background: none repeat scroll 0 0 #0C0C0C;
    border-top: 4px solid #111111;
    font-size: 11px;
    margin-top: 0px;
    padding: 30px 0 10px;
}

    .copyright p {
        color: #555555;
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 24px;
    }

    .copyright a {
        color: #fff;
        font-size: 13px;
        line-height: 13px;
    }

        .copyright a:hover {
            text-decoration: underline;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .copyright ul li {
        border-left: 1px solid #505050;
        display: inline-block;
        line-height: 12px;
        margin: 0;
        padding: 0 8px;
    }

        .copyright ul li:first-child {
            border: none;
        }

    .copyright .social-icons {
        display: inline-block;
    }

    .copyright .copyright-text {
        text-align: left;
    }

    .copyright .copyright-social {
        text-align: right;
    }

@media (max-width: 991px) {
    .copyright .copyright-social {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .copyright .copyright-text {
        text-align: center;
    }

    .copyright .copyright-social {
        text-align: center;
    }
}

#logo-footer {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }

        #logo-footer.pull-right,
        .copyright ul.pull-right {
            float: none !important;
        }

        .copyright ul {
            margin-top: 10px;
        }
}

/*Social Icons*/
.social-icons li {
    float: left;
    list-style: none;
    margin-right: 5px;
    text-indent: -9999px;
}

    .social-icons li a, a.social-icon {
        width: 28px;
        height: 28px;
        display: block;
        background-position: 0 0;
        background-repeat: no-repeat;
        border-radius: 14px;
    }

    .social-icons li:hover a {
        background-position: 0 -38px;
    }

    .social-icons li a,
    .social-icons li:hover a {
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

.social_amazon {
    background: url(../images/icons/social/amazon.png) no-repeat;
}

.social_behance {
    background: url(../images/icons/social/behance.png) no-repeat;
}

.social_blogger {
    background: url(../images/icons/social/blogger.png) no-repeat;
}

.social_deviantart {
    background: url(../images/icons/social/deviantart.png) no-repeat;
}

.social_dribbble {
    background: url(../images/icons/social/dribbble.png) no-repeat;
}

.social_dropbox {
    background: url(../images/icons/social/dropbox.png) no-repeat;
}

.social_evernote {
    background: url(../images/icons/social/evernote.png) no-repeat;
}

.social_facebook {
    background: url(../images/icons/social/facebook.png) no-repeat;
}

.social_forrst {
    background: url(../images/icons/social/forrst.png) no-repeat;
}

.social_github {
    background: url(../images/icons/social/github.png) no-repeat;
}

.social_googleplus {
    background: url(../images/icons/social/googleplus.png) no-repeat;
}

.social_jolicloud {
    background: url(../images/icons/social/jolicloud.png) no-repeat;
}

.social_last-fm {
    background: url(../images/icons/social/last-fm.png) no-repeat;
}

.social_linkedin {
    background: url(../images/icons/social/linkedin.png) no-repeat;
}

.social_picasa {
    background: url(../images/icons/social/picasa.png) no-repeat;
}

.social_pintrest {
    background: url(../images/icons/social/pintrest.png) no-repeat;
}

.social_rss {
    background: url(../images/icons/social/rss.png) no-repeat;
}

.social_skype {
    background: url(../images/icons/social/skype.png) no-repeat;
}

.social_spotify {
    background: url(../images/icons/social/spotify.png) no-repeat;
}

.social_stumbleupon {
    background: url(../images/icons/social/stumbleupon.png) no-repeat;
}

.social_tumblr {
    background: url(../images/icons/social/tumblr.png) no-repeat;
}

.social_twitter {
    background: url(../images/icons/social/twitter.png) no-repeat;
}

.social_vimeo {
    background: url(../images/icons/social/vimeo.png) no-repeat;
}

.social_wordpress {
    background: url(../images/icons/social/wordpress.png) no-repeat;
}

.social_xing {
    background: url(../images/icons/social/xing.png) no-repeat;
}

.social_yahoo {
    background: url(../images/icons/social/yahoo.png) no-repeat;
}

.social_youtube {
    background: url(../images/icons/social/youtube.png) no-repeat;
}

.social_discord {
    background: url(../images/icons/social/discord.png) no-repeat;
}

.EmConstrucao {
    margin: 100px 100px 100px;
}



/*botao discord home*/

.discord-bar {
    background: linear-gradient(90deg, #5865f2 0%, #404eed 100%);
    color: white;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.discord-content {
    display: flex;
    gap: 0 15px;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.discord-btn {
    background-color: white;
    color: #5865f2;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    z-index: 20;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .discord-btn:hover {
        background-color: #f0f0f0;
    }

    .discord-btn i {
        font-size: 1.2rem;
    }

/* Efeitos decorativos sutis */
.discord-bar::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.1) 0%, transparent 70% );
    animation: rotate 15s linear infinite;
    z-index: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .discord-bar {
        height: auto;
        padding: 15px 10px;
    }

    .discord-content {
        flex-direction: column;
        gap: 10px;
    }

    .discord-text {
        font-size: 1rem;
    }
}


/* inicio animação personagem home */
.personStart {
  position: absolute;
  top: -20px;
  animation: animaPerson 2.5s ease-in-out, anima2Person 3s linear infinite;
  animation-delay: 0s, 2.5s;
}

@keyframes animaPerson {
  0% {
    top: 350px;
  }
  100% {
    top: -20px;
  }
}

@keyframes anima2Person {
  0% {
    top: -20px;
  }
  50% {
    top: -40px;
  }
  100% {
    top: -20px;
  }
}

.person1 {
    top: 0;
    right: 40px;
    max-width: 400px;
    display: block;
}

.person2 {
   left: 40px;
   max-width: 400px;
    display: block;
}

@media (max-width: 968px) {
    .person1 {
        display: none !important;
    }
    .person2 {
        display: none !important;
    }
}