/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');

/*Base*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font: 100%;
	font-weight: normal;
	outline: none;
	vertical-align: baseline;
}

html, body {
	background-color: #23272a;
	min-width: 100%;
	max-width: 100%;
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
}

/*CABEÇALHO*/
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #23272A;
	padding: 15px 0;
	z-index: 10;
}

.container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.header_menu {
	text-align: center;
}

.header_menu ul {
	list-style-type: none;
}

.header_menu ul li {
	display: inline-block;
	margin: 10px;
}

.header_menu ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

/*introdução*/
.intro {
	height: 500px;
	background: #2C2F33;
	margin-top: 50px;
	text-align: center;
	padding-top: 50px;
}

.intro h1 {
	font-size: 7em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: px;
}

.intro img {
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	margin-left: auto  ;
	margin-right:  auto  ;
	margin-bottom: 35px ;
	padding: 5px 5px;
	background: transparent;
}

.btn {
    display: inline;
    position: relative;
    margin: 0px 85px 0px 85px;
    padding: 25px 30px;
    background: #7289DA;
    border-radius: 5px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
}

.btn a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	padding: 30px 0px 0px 0px;
}

/*Sobre*/
.about {
	background: #23272A;
}

.about_title h2{
	font-size: 2em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.about_title h2:before, .about_title h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #7289DA;
	margin: 15px auto 10px auto;
}

.about_content .txt {
	font-size: 17px;
	color: #d2d8ea;
	line-height: 27px;
	margin: 0;
	padding: 30px 120px 78px;
}


.footer_content .txt {
	font-size: 17px;
	color: #d2d8ea;
	line-height: 27px;
	margin: 0;
	padding: 20px 30px 0px;
}

/*Funções do bot*/

.func {
	background: #23272A;
}

.func .func_title {
	position: relative;
	text-align: center;
}

.func .func_title h2 {
	font-size: 2em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}


.func .column {
	float: left;
}

.func .left, .right {
	width: 25%;
}

.func .middle {
	width: 50%;
}

.func h2:before, .func h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #7289DA;
	margin: 15px auto 15px auto;
}

.func img {
	float: left;
	padding: 15px 30px;
}

.func_subtitle h3 {
	position: relative;
	font-size: 1em;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.func_subtitle p {
	position: relative;
	padding: 5px 30px;
	color: #C9D8D2;
}

.left img {
	float: right;
}

/* Mais Informações */

.info {
	height: 346px;

	margin-top: 0px;
	text-align: center;
	padding-top: 70px; 
}

.info_title h2 {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.info h2:before, .info h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #7289DA;
	margin: 15px auto 15px auto;
}


.info .btn {
	margin: 0px 30px;
	padding: 20px 10px;
}

.info .btn a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0px 0px 0px;
}


footer {
	background: #23272A;
	height: 60px;
}


.App {
	text-align: center;
}
:root {
	--main-theme-color: rgb(68, 183, 255);
	--secondary-theme-color: rgb(157, 235, 255);
	--button-main-color: #009AF8;
	/* #ff77e7
       #ffd2f6*/
}




.uppercased {
	text-transform: uppercase;
}

.inline-link {
	color: var(--main-theme-color);
}

.inline-link:hover {
	color: var(--secondary-theme-color) !important;
}

.no-margin {
	margin: 0 !important;
}

.discord-highlight, .discord-mention {
	color: #7289da;
	font-weight: 500;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	unicode-bidi: plaintext;
	line-height: 22px;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 1rem;
}
.discord-mention {
	font-size: inherit;
}
.discord-highlight:hover, .discord-mention:hover {
	text-decoration: underline;
}
.discord-channel {
	background-color: rgba(114, 137, 218, 0.1);
	color: #7289da;
	padding: 2px;
}
.discord-channel:hover {
	background-color: #7289da52;
	text-decoration: none;
}
.role-mention {
	color: var(--main-theme-color);
}
code {
	padding: .2rem .4rem;
	border-radius: .25rem;
	background: #3b3d43;
	color: #fff;
	word-wrap: break-word;
}

hr {
	margin: 1rem 0 .75rem !important;
}

.no-pad-top {
	padding-top: 0 !important;
}
.no-pad-left {
	padding-left: 0 !important;
}
.no-pad-right {
	padding-right: 0 !important;
}
.no-pad-bottom {
	padding-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}

.hidden {
	display: none;
}

.is-multiline {
	padding-left: 8em;
	padding-right: 8em;
}

@media only screen and (max-width: 1300px) {
	.is-multiline {
		padding-left: 4em;
		padding-right: 4em;
	}
}
@media only screen and (max-width: 1100px) {
	.is-multiline {
		padding-left: 2em;
		padding-right: 2em;
	}
}
@media only screen and (max-width: 479px) {
	.is-multiline {
		padding-left: 0;
		padding-right: 0;
	}
}

.no-padding {
	padding: 0 !important;
}
.columns.is-mobile > .column.is-narrow {
	flex: unset;
}

.redirect-error-text {
	color: white;
	font-size: 60px;
}
.redirect-error-link {
	font-size: 25px;
}



.commands-list {
	background-color: #2c2f33!important;
	min-height: 100%;
	border-radius: 5px;
	padding: 1px;
}
#commands-list {
	margin: -10px auto 0;
	width: 80%;
	padding-top: 10px;
}
@media only screen and (max-width: 1500px) {
	#commands-list {
		width: 90%;
	}
}
@media only screen and (max-width: 1200px) {
	#commands-list {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.rem-pad-mobile {
		padding-left: 0 !important;
	}
	.commands-list {
		min-height: 200px;
	}
}

.has-text-green {
	color: #5eff5e
}
.has-text-orange {
	color: #ffb834
}
.has-text-red {
	color: #ff4343
}
.has-text-pink {
	color: pink
}


.commands-header {
	width: 80%;
	padding: 3px 16px;
	margin: 15px auto 10px;
	background-color: #2c2f33!important;
	border-radius: 5px;
}
.arg-explanation {
	margin: 2px 0;
}
.cmd-example {
	margin: 5px 0;
}
br + .cmd-example {
	margin: 0 0 5px;
}
br + .cmd-example + .cmd-example + .cmd-example {
	margin: 5px 0 0;
}
#root > div > div.commands-header.has-text-left.has-text-light > p:nth-child(6) {
	margin: 5px 0 0;
}
@media only screen and (max-width: 1500px) {
	.commands-header {
		width: 90%;
	}
}
@media only screen and (max-width: 1200px) {
	.commands-header {
		width: 95%;
	}
}

.commands-search {
	background-color: #2c2f33!important;
	border-radius: 5px;
	padding: 10px;
	position: sticky;
	top: 10px;
}

#command-search-bar {
	width: 100%;
	background-color: rgba(0,0,0,.3);
	font-size: 1.2rem;
	height: 40px;
	padding: 10px;
	color: white;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 3px;
	transition: background-color .15s ease,border .15s ease;
}
.expand-buttons {
	margin: 7px 0 2px !important;
}
#commands-list > div > div > hr {
	margin-top: .8rem !important;
}
.expand-buttons > button:nth-child(1) {
	margin-right: 5px;
}
.section-command-count {
	color: white;
	background-color: rgba(0,0,0,.3);
	margin-right: .6em;
	padding-left: .6em;
	padding-right: .6em;
	border-radius: 10px;
	float: right;
	font-size: 16px;
	margin-top: 2px;
}
.command-section-button {
	background-color: transparent;
	color: white;
	border-color: transparent;
	border: 0px;
	padding: .2em .5em;
	border-radius: 6px;
	/* background-color: var(--main-theme-color) !important; */
	width: 100%;
	cursor: pointer;
	margin: 2px 0;
}
.command-section-button:hover {
	background-color: var(--main-theme-color)7e !important;
	transform: scale(1.03, 1.03);
}
.command-section-button-active, .command-section-button-active:hover {
	background-color: var(--main-theme-color) !important;
}
.command-section-button:focus {
	outline: 0 !important;
}
.command-section-button > div {
	font-size: 20px;
}
.command-section-button > span {
	font-size: 16px;
}

@media only screen and (max-width: 1000px) {
	.no-pad-on-small-screen {
		padding-right: 0px !important;
	}
	.commands-search {
		padding: 5px !important;
	}
}
@media only screen and (max-width: 769px) {
	.no-pad-on-small-screen {
		padding-bottom: 10px !important;
	}
}

.section-card > .columns {
	background-color: #2c2f33!important;
	color: white;
	border-radius: 20px;
	height: calc(100% - 1rem);
}
.command-sections {
	margin-top: 2rem;
}
.command-sections > .columns {
	margin: 0 !important;
}
.command-sections > .columns > .column {
	padding: 0 !important;
}
.title {
	color: white !important;
}
.command-section-title {
	margin-bottom: .5rem !important;
	text-transform: capitalize;
}
.command-section-image > img {
	width: 100%;
}
.command-section-image {
	margin-top: auto;
	margin-bottom: auto;
	padding: .375rem !important;
	padding-right: 0px !important;
}
.section-card > .columns {
	margin: .5rem !important;
}
.section-card:hover {
	transform: scale(1.03, 1.03);
	color: white !important;
}
.section-card > .columns > .column:nth-child(2) {
	padding-left: 0px;
}
h1.command-section-title {
	color: #eeeaee;
	font-size: 2.5rem;
	font-weight: 700;
	text-decoration: none;
	display: block;
	line-height: 0.9;
	margin-bottom: 0 !important;
}
.command-section-subtitle {
	color: #eeeaee;
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-bottom: .5em;

}
@media only screen and (max-width: 768px) {
	.command-section-image {
		padding: .375rem !important;
	}
}

.command-section-description-smol {
	padding-left: 10px;
}