@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@100;300;400;500;700;900&display=swap');

@-ms-viewport { width: device-width; }

@keyframes neon {
		from {
			text-shadow: 0 0 30px rgb(4, 217, 255),
			0 0 40px rgb(4, 217, 255),
			0 0 50px rgb(4, 217, 255);
	}
}

a {
	color: rgb(150, 225, 255);
	text-decoration: none;
}
a:hover {
	color: rgb(227, 30, 36);
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
}
body { 	margin: 0;}
body, html, label {
	align-items: center;
	background-color: rgba(240, 240, 240, .5);
	color: rgb(128, 128, 128);
	font-family: Montserrat, Helvetica, Arial, Verdana;
	font-size: 11pt;
	height: 100%;
	width: 100%;
}
d { color: rgb(227, 30, 36); }
footer > div{
	background-image: url("../images/backcolor2.png");
	background-size: 100% calc(100% - 50px);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-size: small;
}
header {
}
hr { border-bottom: 1px solid rgb(128, 128, 128); }
img { border: 0; }
input, select, button, textarea {
	margin: 5px 0;
	padding: 10px;
}
input[type=checkbox] { cursor: pointer; }
input[type=checkbox], input[type=email], input[type=password], input[type=text], select, textarea { border: 1px solid rgb(240, 240, 240); }
input[type=button], input[type=Submit], button {
	background-color: rgb(227, 30, 36);
	border-width: 0;
	color: rgb(255, 255, 255);
	padding: 10px 20px;
}
input[type=Submit]:focus, input[type=Submit]:focus, button:focus { background-color: rgba(227, 30, 36, 0.75); }
input[type=Submit]:hover, input[type=Submit]:hover, button:hover {
	background-color: rgba(227, 30, 36, 0.5);
	cursor: pointer;
	transition: .5s;
}
input[type=Submit]:active, input[type=Submit]:active, button:active {
	background-color: rgba(227, 30, 36, 0.25);
	color: rgb(0, 0, 0);
}
input[type=Submit]:disabled, input[type=Submit]:disabled, button:disabled {
	background-color: rgb(200, 200, 200);
	color: rgb(100, 100, 100);
}
input:focus, select:focus, button:focus, textarea:focus { outline: none !important;}
input[type=checkbox]:after {
	content: attr(value);
	margin: -3px 15px;
	vertical-align: top;
	white-space:nowrap;
	display: inline-block;
}
main {
	min-height: 100vh;
}
nav {
	background-color: rgb(227, 30, 36);
	box-shadow: 0 0 7px rgb(40, 40, 40);
    color: rgb(255, 255, 255);
    min-height: 80px;
	position: fixed;
	width:100%;
	z-index: 1;
}
	nav a { color: rgb(255, 255, 255); }
	nav a:hover { color: rgb(40, 40, 40); }

.banner-neon {
	animation: neon 1s ease-in-out infinite alternate;
	color: rgb(220, 245, 255);
	font-size: 50pt;
	font-weight: bold;
	margin: auto;
	padding: 50px;
	padding-top: 70vh;
	text-align: center;
	text-shadow: 0 0 5px rgb(4, 217, 255),
			0 0 10px rgb(4, 217, 255),
			0 0 15px rgb(4, 217, 255);
}
.box {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(225, 225, 225);
	box-shadow: 2px 2px 7px rgba(225, 225, 225, .5);
	margin: 5px;
	padding: 10px;
}
.box-host {
	list-style: none;
	margin-left: -40px;
}
	.box-host li { padding: 10px; }
	.box-host li div { padding: 5px 0; }
.box-no-limit {
	background-color: rgb(255, 255, 255);
	margin: 10px;
	padding: 10px;
}
.box-subtitle {
	background-color: rgb(227, 30, 36);
	color: rgb(255, 255, 255);
	font-size: large;
	min-height: 75px;
	margin: -10px -10px 10px -10px;
	padding: 10px;
}
	.box-subtitle a {
		color: rgb(255, 255, 255);
	}
.box-support {
	background-color: rgb(47, 50, 54);
	padding: 25px 0;
}
	.box-support a {
		color: rgb(150, 175, 200);
	}
	.box-support a:hover {
		color: rgb(225, 225, 225);
	}
	.box-support .box {
		background-color: transparent;
		border-color: rgb(150, 175, 200);
		box-shadow: none;
		color: rgb(150, 175, 200);
		min-height: 175px;
		padding: 15px;
		text-align: center;
	}
.btn-more {
	background-color: transparent !important;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: none;
	font-size: xx-large;
	font-weight: bold;
	padding: 0 5px;
}
.btn-search {
	background-color: rgb(227, 30, 36);
	width: 150px;
}
.close {
	cursor: pointer;
	float: right;
	font-size: x-large;
	font-weight: bold;
	margin: 0 10px;
	overflow: hidden;
}
.close:hover { color: rgb(227, 30, 36); }
[class*="col-"] { float: left; padding: 0; }
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-2-3 { width: 20%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.copyright {
	padding: 10px;
	min-width: 200px;
}
.counter {
	background-color: rgb(225, 225, 225);
	padding: 25px 0;
}
	.counter .box {
		background-color: transparent;
		border-color: rgb(150, 175, 200);
		box-shadow: none;
		color: rgb(150, 175, 200);
		padding: 15px;
		text-align: center;
	}
.footer {
	background-image: url("../images/bg-footer-corner-right.png");
	background-size: 385px 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 150px;
	padding: 50px 10px;
	width: 100%
}
.footer-div {
	color: rgb(240, 240, 240);
	padding-top: 20px;
	text-align: center;
}
.footer-div a { color: rgb(240, 240, 240); }
.footer-div a:hover { color: rgb(225, 225, 225); }
.footer-div li {
	list-style: none;
	text-align: left;
}
.important-link {
	background-color: rgb(47, 50, 54);
	border-radius: 10px;
	color: rgb(255, 255, 255) !important;
	padding: 8px 20px;
}
.important-link:hover, .important-logout-link:hover { background-color: rgb(128, 128, 128) !important; }
.important-logout-link {
	background-color: rgb(255, 0, 0) !important;
	border-radius: 25px;
	color: rgb(255, 255, 255) !important;
	padding: 8px 20px;
}
.input-search {
	color: rgb(128, 128, 128);
	width: calc(100% - 155px);
}
.mobile {
	display: none;
}
.modal-fixed {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999999999;
}
.nav-logo {
	float: left;
	height: 80px;
	padding: 10px 0;
}
	.nav-logo img {
		height: 100%;
		margin: auto 10px;
	}
    .nav-links, .nav-links-btn {
	float: right;
	padding: 5px;
}
    .nav-links > div {
        padding: 5px;
    }
        .nav-links > div > div {
            cursor: pointer;
            float: left;
            padding: 5px 10px;
        }
        .nav-links > div > div:hover {
            color: rgb(40, 40, 40);
			transition: .5s;
        }
.networks img { height: 50px; }
.networks li {
	float: left;
	padding: 5px 20px;
}
.page-top {
	background-color: rgb(40, 40, 40);
	background-image: url("../images/background-index.png");
	background-position: center top;
	background-size: cover;
	min-height: 100vh;
}
[class*="perc-"] { float: left; }
.perc-25 { width: 25%; }
.perc-50 { width: 50%; }
.perc-75 { width: 75%; }
.subtitle {
	font-size: x-large;
	color: rgb(128, 128, 128);
}
.table-div {
	border-spacing: 15px;
	border-collapse: collapse;
	width: 100%;
}
	.table-div td, .table-div th{ padding: 10px; } 
.title {
	font-size: xx-large;
	color: rgb(227, 30, 36);
}
.widthauto {
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

@media only screen and (min-width: 1020px) {
    #menu-mobile {
		display: block;
	}
}
/* TABLET */
@media only screen and (max-width: 1020px) {
    .banner-neon {
        font-size: 20pt;
        padding: 20px;
        padding-top: 50vh;
    }
	.btn-more {
		display: block;
	}
    .nav-links {
	    float: none;
        padding-top: 80px;
		width: 100%;
    }
        .nav-links > div {
            background-color: rgb(40, 40, 40);
            color: rgb(255, 255, 255);
        }
        .nav-links > div > div {
            float: none;
            width: 100%;
        }
	.networks li {
		padding: 5px 15px;
	}
}

/* MOBILE */
@media only screen and (max-width: 600px) {
	[class*="col-"] {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.mobile {
		display: block;
	}
	.pc {
		display: none;
	}
}
