body {
    font-family: open sans, sans-serif;
    color: #444
}

a {
    color: #003EDA;
    text-decoration: none
}

a:hover {
    color: #8577fb;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #003EDA;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #4354c0;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #e1e1e1
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #003EDA;
    border-top-color: #e7e4fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader .5s linear infinite;
    animation: animate-preloader .5s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#header {
    transition: all .5s;
    z-index: 997;
    padding: 20px 0
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #003EDA;
    padding: 12px 0
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

#header .logo a {
    color: #fff
}

.logo {
    opacity: 96.7%;
    transition: .3s
}

.logo:hover {
    opacity: 100%;
    transition: .3s
}

#header .logo img {
    max-height: 58px
}

@media only screen and (max-width:600px) {
    #header .logo img {
        max-height: 48px
    }
}

.scrollmeid {
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    right: 700px;
    bottom: -379px;
    color: #fff;
    animation: up-down2 1s ease-in-out infinite alternate-reverse both
}

@media(max-width:767px) {
    .scrollmeid {
        visibility: hidden
    }
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar>ul>li {
    padding: 10px 0 10px 24px
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
    transition: .3s;
    position: relative
}

.navbar a i {
    font-size: 17px;
    line-height: 0;
    margin-left: 5px
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: rgba(237, 237, 237, .926);
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #fff
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f8f8f8
}

::-webkit-scrollbar-thumb {
    background: rgba(83, 104, 241, .8);
    background: #003EDA
}

::selection {
    background: rgba(255, 255, 255, .583);
    color: #000
}

.navbar .getstarted {
    padding: 8px 25px;
    margin-left: 13px;
    border-radius: 5px;
    color: #003EDA;
    transition: .3s;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 0 0 0 #003EDA;
    background-color: #f0f0f0;
    transition: ease-out .6s
}

.navbar .getstarted:hover {
    color: #fff;
    box-shadow: inset 0 32px 0 0 #003EDA;
    background-color: #003EDA
}

.img-login {
    max-width: 19px;
    margin-left: 5px
}

.bttester {
    position: relative;
    padding: 8px 25px;
    margin-left: -23px;
    border-radius: 5px;
    color: #003EDA;
    transition: .3s;
    font-size: 14px;
    bottom: -21px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 15px rgba(255, 255, 255, .211);
    background-color: #f0f0f0
}

.bttester:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .919);
    background-color: transparent
}

.quadslab {
    background-color: #f8f8f800;
    margin-top: 17px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
    transition: .55s;
    border-radius: 2px;
    border-left: solid rgba(93, 118, 174, .15);
    background-color: #f8f9fa73
}

.quadslab:hover {
    border-left: solid #003EDA;
    border-radius: 2.5px;
    transition: .55s
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #003EDA
}

input:focus+.slider {
    box-shadow: 0 0 1px #003EDA
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.badge {
    position: relative;
    background-color: #fff;
    opacity: 99%;
    border-radius: 5px;
    color: #000;
    font-size: 10px;
    right: 150px
}

@media only screen and (max-width:1398px) {
    .badge {
        right: 64px
    }
}

@media only screen and (max-width:1198px) {
    .badge {
        visibility: hidden
    }
}

.badge2 {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    right: 174px
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
    visibility: hidden
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #2c4964
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #003EDA;
    box-shadow: 0 0 19px #4b5bbfa8;
    border-radius: 5px;
    color: #fff
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media(max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #003EDA;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(232, 232, 232, .363);
    padding: 1.9px;
    border-radius: 7px;
    transition: .5s
}

@media(max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background: #003EDA;
    border-radius: 8px;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #b9b8bb
}

.navbar-mobile .getstarted {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #003EDA
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/wpinicial.jpg) center center no-repeat;
    background-size: cover
}

#hero2 {
    width: 100%;
    height: 80vh;
    background: url(../img/wpgta.png) center center no-repeat;
    background-size: cover
}

#hero2 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero2 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero2 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero2 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero3 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero3 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero3 {
    width: 100%;
    height: 80vh;
    background: url(../img/newdiscord.png) center center no-repeat;
    background-size: cover
}

#hero3 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero3 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero3 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero3 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero3 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero3 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero4 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

.modal-content {
    background: 0 0;
    border: none !important
}

#hero4 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero4 {
    width: 100%;
    height: 80vh;
    background: url("../img/wpgta.png") center center no-repeat;
    background-size: cover
}

#hero4 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero4 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero4 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero4 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero4 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero4 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero4 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

.modal-content {
    background: 0 0;
    border: none !important
}

#hero4 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero6 {
    width: 100%;
    height: 80vh;
    background: linear-gradient(45deg, rgba(55, 55, 55, 0.9) 0%, rgba(68, 68, 68, 0.9) 100%), url("https://labhosting.com.br/404.html") center center no-repeat;
    background-size: cover
}

#hero6 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero6 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero6 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero6 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero6 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero6 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero7 {
    width: 100%;
    height: 80vh;
    background: linear-gradient(45deg, rgba(55, 55, 55, 0.9) 0%, rgba(68, 68, 68, 0.9) 100%), url("../img/business.jpg") center center no-repeat;
    background-size: cover
}

#hero7 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero7 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero7 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero7 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero7 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero7 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero5 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

.modal-content {
    background: 0 0;
    border: none !important
}

#hero5 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero5 {
    width: 100%;
    height: 80vh;
    background: linear-gradient(45deg, rgba(55, 55, 55, 0.5) 0%, rgba(68, 68, 68, 0.5) 100%), url("../img/newgtav.png") center center no-repeat;
    background-size: cover
}

#hero5 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero5 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero5 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero5 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero5 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero5 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero5 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero44 {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(55, 55, 55, 0.5) 0%, rgba(68, 68, 68, 0.5) 100%), url("../img/404.jpg") center center no-repeat;
    background-size: cover
}

#hero44 .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero44 h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#hero44 h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero44 .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero44 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#hero44 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#herots {
    width: 100%;
    height: 80vh;
    background: linear-gradient(45deg, rgba(28, 27, 27, 0.775) 0%, rgba(28, 27, 27, 0.775) 100%), url("../img/ts3.webp") center center no-repeat;
    background-size: cover
}

#herots .container,
#hero .container-fluid {
    padding-top: 84px
}

#herots h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#herots h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#herots .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#herost {
    width: 100%;
    height: 80vh;
    background: linear-gradient(45deg, rgba(28, 27, 27, 0.527) 0%, rgba(28, 27, 27, 0.527) 100%), url("../img/windows.jpg") center center no-repeat;
    background-size: cover
}

#herost .container,
#hero .container-fluid {
    padding-top: 84px
}

#herost h1 {
    padding-top: 55px;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #fff
}

#herost h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#herost .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff
}

#hero44 .btn-get-started:hover {
    background: #fff;
    color: #003EDA
}

#herost .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero .container,
#hero .container-fluid {
    padding-top: 84px
}

#hero h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #fff
}

#hero h2 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 0;
    font-size: 16.8px;
    font-weight: 200
}

#hero .btn-get-started {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 25px;
    color: #dedde1;
    background-color: #4b5bbf;
    box-shadow: 0 2px 19px #4b5bbf
}

#hero .btn-get-started:hover {
    background-color: #4957af;
    box-shadow: 0 2px 24px 4957af;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px)
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero2 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    padding-left: 63px
}

.waves {
    position: absolute;
    bottom: -75px
}

@media(min-width:1200px) {
    #hero {
        background-attachment: fixed
    }
}

@media(max-width:991px) {
    #hero {
        text-align: center
    }

    #hero .container,
    #hero .container-fluid {
        padding-top: 68px
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none
    }

    #hero .hero-img {
        text-align: center
    }

    #hero .hero-img img {
        width: 50%
    }
}

@media(max-width:768px) {
    #hero h1 {
        font-size: 26px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 13px;
        line-height: 24px
    }

    #hero .hero-img img {
        width: 60%
    }
}

@media(max-width:575px) {
    #hero .hero-img img {
        width: 80%
    }
}

@media(max-width:575px), (max-height:600px) {
    #hero {
        height: auto
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes up-down2 {
    0% {
        transform: translateY(10px);
        opacity: 20%
    }

    100% {
        transform: translateY(-10px);
        opacity: 100%
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

section {
    padding: 50px 0;
    overflow: hidden
}

.txt1 {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: .3s;
    color: #8492a6;
    border: solid 1.9px #4f3fdf00;
    padding: 22px
}

.txt1:hover {
    border: solid 1.9px #003EDA;
    border-radius: 12px;
    transition: .3s
}

.section-bg {
    background-color: #fdfdfd
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    color: #303030
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-top: 1px
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #003EDA;
    bottom: 0;
    left: calc(50% - 25px)
}

.section-title p {
    margin-bottom: 0
}

.img-fluid {
    border-radius: 8px
}

.about {
    padding: 120px 0
}

.about .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #2c4964
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-bottom: 25px
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #003EDA
}

.about .content p:last-child {
    margin-bottom: 0
}

.buttonarea {
    width: 399px;
    height: 55px;
    margin: 17px 3px
}

.about .content .read-more {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px 10px 28px;
    border-radius: 5px;
    transition: .5s;
    color: #fff;
    background-color: #003EDA;
    position: relative
}

.vermis {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    max-width: 173px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 28px;
    border-radius: 5px;
    transition: .5s;
    color: #000;
    border: 2px solid transparent;
    background-color: #fff;
    position: relative
}

.sobrenoix {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    max-width: 173px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin: 5px 10px;
    color: #fff;
    border: 2px solid #fff;
    position: relative
}

.vermis:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transform: scale(.95)
}

.sobrenoix:hover {
    background-color: #fff;
    color: #000;
    transform: scale(.95)
}

.about .content .read-more:hover {
    background-color: #003EDA;
    transform: scale(.95)
}

.about .content .read-more i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px
}

.counts {
    background-color: #003EDA;
    padding: 80px 0 60px
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-family: poppins, sans-serif
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, .8)
}

.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px;
    transition: all ease-in-out .3s;
    background: #fff
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .3s;
    position: relative
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: .5s;
    position: relative
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.services .icon-box .icon svg path {
    transition: .5s;
    fill: #f5f5f5
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px;
    font-size: 22px
}

.services .icon-box h4 a {
    color: #2c4964;
    transition: ease-in-out .3s
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.services .iconbox-blue i {
    color: #47aeff
}

.services .iconbox-blue:hover .icon i {
    color: #fff
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff
}

.services .iconbox-orange i {
    color: #ffa76e
}

.services .iconbox-orange:hover .icon i {
    color: #fff
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e
}

.services .iconbox-pink i {
    color: #e80368
}

.services .iconbox-pink:hover .icon i {
    color: #fff
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368
}

.services .iconbox-yellow i {
    color: #ffbb2c
}

.services .iconbox-yellow:hover .icon i {
    color: #fff
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c
}

.services .iconbox-red i {
    color: #ff5828
}

.services .iconbox-red:hover .icon i {
    color: #fff
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828
}

.services .iconbox-teal i {
    color: #11dbcf
}

.services .iconbox-teal:hover .icon i {
    color: #fff
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #003EDA
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #2c4964
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(177, 169, 252, .563);
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px;
    padding: 20px 20px 60px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #003EDA
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #003EDA
}

@media(max-width:767px) {
    .testimonials {
        margin: 30px 10px
    }
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    font-family: poppins, sans-serif
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #003EDA
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: #003EDA;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out .3s;
    z-index: 2;
    opacity: 0
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out .3s
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out .3s
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, .6);
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: .3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 48px)
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: calc(50% - 50px)
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #003EDA
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #003EDA
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(44, 73, 100, .08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin: 15px;
    transition: .3s;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .289)
}

.pricing .box:hover {
    transform: translateY(-5px) translateZ(0);
    transition: .3s
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2c4964;
    background: #f8f8f8
}

.pricing h4 {
    font-size: 36px;
    color: #003EDA;
    font-weight: 600;
    font-family: roboto, sans-serif;
    margin-bottom: 20px
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: left;
    line-height: 20px;
    font-size: 14px
}

.pricing ul li {
    padding-bottom: 16px
}

.pricing ul i {
    color: #003EDA;
    font-size: 18px;
    padding-right: 4px
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .btn-wrap {
    margin: 20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    position: relative;
    border: 2px solid #003EDA;
    color: #003EDA;
    display: inline-block;
    padding: 10px 35px;
    transition: .5s all ease;
    border-radius: 4px;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: roboto, sans-serif;
    font-weight: 600;
    transition: .3s;
    z-index: 1
}

.player {
    background-color: rgba(190, 15, 15, .823)
}

.pricing .btn-buy:hover {
    color: #fff;
    box-shadow: 0 2px 15px #003EDA
}

.pricing .btn-buy:before {
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #003EDA
}

.pricing .btn-buy:hover:before {
    transition: .5 all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1
}

.pricing .featured h3 {
    color: #fff;
    background: #003EDA
}

.img-plan {
    max-width: 24.6px
}

.img-plan-dc {
    max-width: 54.6px
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px;
    background: #003EDA;
    color: #fff
}

.faq {
    background-color: #003EDA
}

.faq .section-title h2,
.faq .section-title p {
    color: #fff
}

.faq .section-title h2::after {
    background: rgba(255, 255, 255, .6)
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: relative
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #003EDA
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list a.collapsed {
    color: #2c4964
}

.faq .faq-list a.collapsed:hover {
    color: #003EDA
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
    display: none
}

@media(max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    padding: 20px 0 30px;
    background: #fff
}

.contact .info-box i {
    font-size: 32px;
    color: #003EDA;
    border-radius: 50%;
    padding: 8px
}

.contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    padding: 30px;
    background: #fff
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #003EDA
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #003EDA;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
    background: #003EDA
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.breadcrumbs {
    padding: 15px 0;
    background: #f2f6f9;
    min-height: 40px;
    margin-top: 85px
}

@media(max-width:992px) {
    .breadcrumbs {
        margin-top: 56px
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 0
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c6387;
    content: "/"
}

@media(max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

#footer {
    color: #fff;
    font-size: 14px;
    background-color: #003EDA;
    background-size: cover
}

#footer .footer-top {
    padding: 60px 0 30px;
    position: relative
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: poppins, sans-serif
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, .8);
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: underline;
    color: #fff
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #fff
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #003EDA;
    color: #fff;
    transition: .3s;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #003EDA
}

#footer .copyright-wrap {
    border-top: 1px solid #8577fb
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff
}

#footer .credits a {
    color: #fff
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    text-decoration: none
}
#index-hero {
    background: radial-gradient(circle at bottom left, rgba(0, 62, 218, 0.15), transparent), #050a19 !important;
    padding: 160px 0 100px 0;
    min-height: 90vh;
    color: #fff !important;
    overflow: hidden;
}

.index-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 62, 218, 0.1);
    border: 1px solid rgba(0, 62, 218, 0.4);
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    color: #003EDA;
    font-weight: 700;
    font-size: 12px;
}

.index-title {
    font-size: 58px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    margin-bottom: 25px;
}

.index-title span { color: #003EDA !important; }

.index-subtitle {
    font-size: 19px !important;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 40px;
    max-width: 600px;
}

/* Bot천es Customizados */
.btn-index-primary {
    background: #003EDA !important;
    color: #fff !important;
    padding: 18px 35px !important;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}

.btn-index-discord {
    background: rgba(88, 101, 242, 0.1) !important;
    border: 1px solid #5865f2;
    color: #fff !important;
    padding: 18px 35px !important;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 15px;
    display: inline-block;
}

.index-micro-stats {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    opacity: 0.6;
    font-size: 14px;
}

/* Visual dos Cards */
.index-visual-wrapper { position: relative; height: 400px; }

.index-stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    animation: floatIndex 5s infinite ease-in-out;
}
/* --- FOOTER PREMIUM NOOTZHOST --- */
.footer-premium {
    background: #030712 !important;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-premium .footer-top {
    padding: 80px 0 50px 0;
}

.footer-premium h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.footer-premium h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #003EDA;
}

.footer-premium .footer-desc {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-info-list p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.contact-info-list i {
    color: #003EDA;
    font-size: 16px;
}

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

.footer-premium .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.footer-premium .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    text-decoration: none;
}

.footer-premium .footer-links ul li i {
    padding-right: 8px;
    color: #003EDA;
    font-size: 12px;
}

.footer-premium .footer-links ul a:hover {
    color: #003EDA;
    padding-left: 5px;
}

/* Botão Discord no Rodapé */
.discord-footer-btn {
    background: rgba(88, 101, 242, 0.1);
    border: 1px solid #5865f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.discord-footer-btn:hover {
    background: #5865f2;
    color: #fff;
}

/* Copyright e Social */
.footer-bottom {
    background: #02050d;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-premium .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    line-height: 1;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.footer-premium .social-links a:hover {
    background: #003EDA;
}

.footer-premium .credits {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 5px;
}

.card-server { top: 10%; right: 0; }
.card-perf { top: 40%; left: 0; border-left: 3px solid #003EDA !important; padding: 25px; }
.card-ddos { bottom: 10%; right: 10%; }

.icon-round-blue { width: 45px; height: 45px; background: #003EDA; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.color-blue { color: #003EDA; font-size: 24px; }

@keyframes floatIndex { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }