/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #020817;
}

body {
    display: flex;
    flex-direction: column;
}

/* conteúdo principal */
.container {
    flex: 1;
}

/* footer */
.footer {
    margin-top: auto;
    width: 100%;
}

#footer .row {
  padding: 12px 0;
}

#footer .row .flexbox {
  min-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  
}

.footer-selector {
  margin-bottom: 15px;
}

.footer-selector::before {
  clear: both;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 70px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* Homepage Jumbotron */
.jumbotron {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Homepage News Accordion */
.panel-group-accordion .panel-heading {
  cursor: pointer;
}

.panel-group-accordion .panel-heading:hover {
  background-color: #eee;
}

.panel-group-accordion .panel-heading .glyphicon-chevron-right {
  transition: 0.2s;
  transform: rotate(-90deg) scale(0.8);
  color: #666;
}

.panel-group-accordion .panel-heading.collapsed .glyphicon-chevron-right {
  transform: rotate(90deg) scale(0.8);
}



.footer a {
    color: #d1d5db;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #60a5fa;
    text-decoration: none;
}

.footer-links {
    gap: 10px;
}

.footer-info img {
    max-height: 100px;
}

.social-link {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.credits {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 5px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #C1CFDB;
}

body {
    display: flex;
    flex-direction: column;
	color: #ffffff
}

#main, .main, .container-main {
    flex: 1;
}

footer {
    margin-bottom: 0 !important;
}

.footer p {
    margin-bottom: 0;
}

.footer {
    background: url('../img/footer-bg.png') center center no-repeat;
    background-size: cover;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #9ca3af;
    font-size: 14px;
}


.footer-links {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 10;
    list-style: none;
}

.footer-links li {
    list-style: none;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: color .3s ease;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
    color: #60a5fa;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none;
}


/* NAVBAR */

.custom-navbar {
    background: rgba(2, 6, 23, 0.92);
    border: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    padding: 10px 0;
}

/* LOGO */

.navbar-brand {
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 80px;
    width: auto;
}

/* LINKS */

.custom-navbar .navbar-nav > li > a {
    color: #d1d5db;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 30px 15px;
    transition: .3s ease;
    background: transparent !important;
}

.custom-navbar .navbar-nav > li > a:hover {
    color: #60a5fa;
    background: transparent !important;
}

/* DROPDOWN */

.custom-navbar .dropdown-menu {
    background: #0f172a;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 0;
    min-width: 220px;
}

.custom-navbar .dropdown-menu > li > a {
    color: #d1d5db;
    padding: 12px 18px;
    transition: .3s ease;
}

.custom-navbar .dropdown-menu > li > a:hover {
    background: #1e293b;
    color: #60a5fa;
}

/* MOBILE */

.custom-navbar .navbar-toggle {
    border: none;
    margin-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #fff;
}

.custom-navbar .navbar-collapse {
    border: none;
}

/* BODY SPACING */

body {
    padding-top: 60px;
}

/* HOME */

.home-wrapper {
    margin-top: 20px;
}

/* TOPO */

.home-top-section {
    display: flex;
    align-items: stretch;
}

/* CAROUSEL */

.custom-carousel {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.30);
}

.custom-carousel .item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

/* CONTROLS */

.carousel-control.left,
.carousel-control.right {
    background: transparent !important;
}

.carousel-control .glyphicon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: rgba(0,0,0,.55);
    border-radius: 50%;
}

/* LOGIN */

.custom-login-wrapper {
    height: 280px;
}

/* LOGIN PANEL */

.custom-login-wrapper .panel {
    height: 100%;
    background: rgba(32, 78, 153, 0.96);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

/* PANEL */

.custom-login-wrapper .panel-body {
    padding: 25px;
}

/* INPUTS */

.custom-login-wrapper .form-control {
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: #fff;
}

/* BUTTON */

.custom-login-wrapper .btn {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    font-weight: 700;
}

/* RESPONSIVO */

@media (max-width: 992px) {

    .home-top-section {
        display: block;
    }

    .custom-login-wrapper {
        margin-top: 20px;
        height: auto;
    }

    .custom-carousel .item img {
        height: 280px;
    }

}

.welcome-title {
	color: #05365D;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
}

.welcome-box {
	background: rgba(15,15,15,0.95);
	padding: 30px;
	border: 1px solid rgba(255,255,255,0.08);
}

.video-box img {
	width: 100%;
	border-radius: 4px;
}




.maincontent {
	margin-top: 25px;
}

.content-box {
	background: rgba(255,255,255,0.96);
	padding: 25px;
	border: 1px solid rgba(0,0,0);
}


.video-box img {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.08);
}

.welcome-description {
font-family: 'Comic Sans MS', cursive;
font-size: 12pt;
color: #000C7B;
text-align: justify;
text-shadow: 1px 1px 10px rgba(128, 128, 128, 1.35);
	
}


.readmore-btn {
	margin-top: 6px;
	padding: 4px 20px;
	font-weight: bold;
	float: right;
}

.discord-box {
	padding: 8px;
    border-top: 1px solid rgba(10,250,253,1.08);
    padding-top: 15px;
    margin-top: 20px;
	
}

.side-buttons img {
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid rgba(255,255,255,0.08);
}

.quick-links {
	background: rgba(15,15,15,0.96);
	border: 1px solid rgba(255,255,255,0.08);
	padding: 20px;
	margin-top: 10px;
}

.quick-links h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

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

.quick-links ul li {
	margin-bottom: 12px;
}

.quick-links ul li a {
	color: #d0d0d0;
	text-decoration: none;
	font-size: 14px;
}

.quick-links ul li a:hover {
	color: #8dc63f;
}


