#server-vps {
	background: rgb(29,218,184);
	background: linear-gradient(90deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
	padding: 50px 25px;
	color: #fff;
	text-align: center;
}

#server-vps h3 {
	text-transform: uppercase;
	font-weight: 700;
}

#server-vps h6 {
	font-weight: 300;
	font-size: 22px;
}

#conhec-server {
	background: rgb(29,218,184);
	padding: 40px;
	text-align: center;
}

#vps {
	background: url(../img/charts.svg) no-repeat #F1F2FB;
	background-size: 800px;
	background-position-x: center;
	background-position-y: 600px;
	text-align: center;
	padding: 50px 0 150px 0;
}


#vps .container > div {
	padding: 1.5em 1em;
	border-radius: 8px;
}

#vps h1 {
	color: #2E8B66;
	font-weight: 700;
}

#vps .table thead {
	background: #1b1b1b;
	margin-bottom: 10px;
}

#vps .table thead th {
	font-weight: 600;
	color: #fff;
	padding: 1em .5em;
}

#vps .table tbody th {
	background: #fff;
	color: #888;
	font-weight: 400;
	vertical-align: middle;
	padding: 1em .1em;
}

#vps .table tbody th .btn {
	padding: 10px 25px;
	border-radius: 8px;
	background: rgb(29,218,184);
	color: #fff;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	transition: all .35s;
  	overflow: hidden;
  	text-transform: uppercase;
}

#vps .btn span{
  position: relative;
  z-index: 2;
}

#vps .btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transition: all .35s;
  border-radius: 8px;
}

#vps .btn:hover{
  color: #fff;
}

#vps .btn:hover:after{
  width: 100%;
}

#vps .table tbody tr {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.025);
	border-radius: 8px;
}

#vps .rounded-left {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

#vps .rounded-right {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#vps .font-weight-bold {
	font-weight: 600 !important;
	font-size: 18px;
	color: #1b1b1b !important;
}

#vps .nav-link {
	margin: 10px 10px;
	padding: 10px 25px;
	border-radius: 4px;
	color: #1b1b1b;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #1b1b1b;
}

#vps .nav-link.active {
	background: #1b1b1b;
	border: 1px solid #1b1b1b;
	color: #fff;
}

#servidores {
	padding: 50px 25px;
	background: #fff;
	text-align: center;
}

#servidores .infos img {
	width: 125px;
	margin-bottom: 25px;
}

#servidores .infos p {
	color: #666;
}

#infos-vps {
	text-align: center;
	padding: 50px;
}

#infos-vps h1 {
	margin-bottom: 50px;
	font-weight: 700;
	color: rgb(63, 61, 86);
	text-transform: uppercase;
	font-size: 30px;
}

#infos-vps img {
	width: 100px;
	margin: 25px 0;
}

#infos-vps h3 {
	color: rgb(63, 61, 86);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

#infos-vps p {
	color: #666;
	font-weight: 300;
	margin-bottom: 25px;
}