textarea:focus, input:focus{
    outline: none;
}

#header {
	border-top: 3px solid #2bedbf;
	font-size: 14px;
}

li {
	list-style: none;
}

ul {
	padding: 0;
}

.btn {
	box-shadow: none;
}

.btn:hover {
	box-shadow: none;
}

/* Navbar One */ 

.navbar {
	box-shadow: none !important;
}

#navbar-one .navbar-nav {
	margin-left: auto;
}

#navbar-one .navbar-nav .nav-link span {
	font-size: 12px;
	margin: 0 5px;
}

#navbar-one .navbar-nav .nav-link {
	margin: 0 5px;
}

#navbar-one .user-area button {
    margin-left: 10px;
    padding: 5px 16px;
    background: #2bedbf;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border-top: 2px solid #2bedbf;
	border-bottom: 2px solid #2bedbf;
	border-left: none;
	border-right: none;
	cursor: pointer;
}

#navbar-one .user-area button:hover {
	background: transparent;
	border-top: 2px solid #fff;
	color: #2bedbf;
}

#navbar-one .user-area button span {
	font-size: 12px;
	margin-right: 5px;
}

/* Navbar Two */ 
#navbar-two .navbar-nav {
	margin: 0 auto;
}

#navbar-two {
	border-top: 1px solid #eee;
}

#navbar-two .navbar-nav .nav-link {
	margin: 0 10px;
	font-weight: 600;
	color: #555
}

#navbar-two .navbar-nav .nav-link:hover, #navbar-two .navbar-nav .nav-link:focus {
	color: #333;
}

#navbar-two .dropdown-toggle::after {
    display: none;
}

#navbar-two .dropdown-toggle span i {
	margin-left: 5px;
	font-size: 12px;
	transition-duration: .3s;
}

#navbar-two .navbar-nav .nav-link.dropdown-toggle:hover span i{
	transform: rotate(180deg);
	transition-duration: .3s;
}

#navbar-two .dropdown:hover>.dropdown-menu {
  	display: block;
  	margin-top: -1px;
}

#navbar-two .dropdown-menu {
	border: 1px solid #ddd;
}

#navbar-two .dropdown-menu .dropdown-item {
	font-size: 14px;
}

#navbar-two .dropdown-menu .dropdown-item:hover {
	background: transparent;
	color: #2bedbf;
}

#navbar-two .dropdown-menu .dropdown-item span {
	margin-right: 10px;
	font-size: 12px;
}

/* Slide Top */
#slide-top {  
	background: rgb(29,218,184);
	background: linear-gradient(90deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
	height: 500px;
	overflow: hidden;
	position: relative;
}

#slide-top .container {
	height: 100%;
	position: relative;
}

#slide-top .carousel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

#slide-top img {
	width: 650px;
	margin-top: -80px;
}

#slide-top h1 {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 45px;
}

#slide-top h2 {
	color: #fff;
}

#slide-top  h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: normal;
}

#slide-top button {
	cursor: pointer;
	margin-right: 15px;
  	position: relative;
  	transition: all .35s;
  	overflow: hidden;
}

#slide-top button span{
  position: relative;
  z-index: 2;
}

#slide-top button:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transition: all .35s;
  border-radius: 50px;
}

#slide-top button:hover{
  color: #fff;
}

#slide-top button:hover:after{
  width: 100%;
}

#slide-top button.buy {
	background: #FFC300;
	border: none;
	padding: 15px 40px;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	box-shadow: none;
	font-weight: 600;
}

#slide-top button.about {
	background: #525081;
	border: none;
	padding: 15px 40px;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	box-shadow: none;
	font-weight: 600;
}

#slide-top .buttons {
	margin-top: 2em;
}

#slide-top .click-here {
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 20px 40px 10px 40px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    color: #333;
    font-size: 24px;
    transition: color .15s;
}

#slide-top .click-here:hover {
	color: #2bedbf;
	transition: color .15s;
}

/* Informations */
#informations {
	padding: 60px 0;
}

#informations img {
	width: 100%;
}

#informations .container .col-lg-6 {
	margin: 40px 0;
}

#informations .container .col-md-6 h3 {
	margin-top: 20px;
	color: #2bedbf;
}

#informations .container .col-md-6 p {
	color: #888;
}

/* Search Input */
#search-domain {
	background: rgb(29,218,184);
	background: linear-gradient(270deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
	padding: 40px 0px 0px 0px;
	overflow: hidden;
}

#search-domain img {
	width: 100%;
	margin-bottom: -1px;
}

#search-domain .container h4 {
	margin-bottom: 20px;
	color: #444;
	font-weight: 700;
}

#search-domain .title-domain {
	text-align: center;
}

#search-domain .form-control {
	height: 50px;
	width: 300px;
	border: none;
}

#search-domain button {
	font-size: 18px;
	text-transform: uppercase;
	color: #555;
	font-weight: 600;
	padding: 0 20px;
	background: #fff;
	border-radius: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: flex;
	align-items: center;
	border: none;
	outline: none;
}

#search-domain button:hover {
	color: #2bedbf;
	cursor: pointer;
}

#search-domain button a {
	margin-bottom: 0;
}

#search-domain .input-group-text {
	border: none;
	background: #fff;
	color: #ddd;
	padding-left: 25px;
}

#search-domain .form-group .input-group-text {
	border-radius: 8px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#box-agility {
	padding: 80px 40px 0 40px;
	background: #1b1b1b;
	border-bottom: 5px solid #ddd;
	overflow: hidden;
}

#box-agility img {
	height: 300px;
	margin-bottom: -2px;
}

#box-agility .text-agility h3 {
	text-transform: uppercase;
	color: #2bedbf;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 25px;
}

#box-agility .text-agility h6 {
	color: #ddd;
	font-size: 20px
}

#box-agility .text-agility p {
	color: #bbb;
	font-size: 20px;
}

#box-agility .text-agility {
	padding-top: 30px;
}

/* Plans */
#plans {
	background: #F1F2FB;
	text-align: center;
	overflow: hidden;
	padding: 4em 0;
}

#plans .plans-title h1, #plans.resell .plans-title h1 {
	color: #2E8B66;
	font-size: 38px;
	font-weight: 700;
}

#plans .plans-title p, #plans.resell .plans-title h3 {
	color: #4C9C7C;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2em;
}

#plans .box-plan {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
	padding: 20px;
	cursor: default;
}

#plans .box-plan img {
	width: 50px;
	margin: 15px 0 25px 0;
}

#plans .box-plan h6 {
	color: #2E8B66;
	font-size: 18px;
}

#plans .box-plan p.plan-b-price {
	color: #ccc;
	text-decoration: line-through;
	margin-bottom: 0;
	margin-top: 1em;

}

#plans .box-plan p.plan-price {
	color: #2E8B66;
	font-size: 18px
}

#plans .box-plan p.plan-price span {
	font-size: 30px;
	font-weight: 700;
	margin: 0 .1em;
	color: #2E8B66;
}

#plans .box-plan ul {
	margin: 25px 15px;
	text-align: left;
}

#plans .box-plan ul li {
	color: #666;
	margin: 10px 0;
	font-size: .9em;
}

#plans .box-plan ul li span {
	font-size: 10px;
	margin-right: 5px;
	color: #FF5151;
}

#plans .box-plan button {
	background: #2E8B66;
	border: none;
	cursor: pointer;
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
  	transition: all .35s;
  	overflow: hidden;
}

#plans button span{
  position: relative;
  z-index: 2;
}

#plans button: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;
}

#plans button:hover{
  color: #fff;
}

#plans button:hover:after{
  width: 100%;
}

#plans .box-plan p a {
	font-size: 12px;
	color: #888;
}

#solution {
	background: url(../img/solutionideal.svg) no-repeat #fff;
	background-size: contain;
	background-position-y: 25px;
	background-position-x: right;
	text-align: center;
	padding: 60px 40px;
	color: #fff;
}

#solution h2 {
	color: #1b1b1b;
	text-transform: uppercase;
	font-weight: bold;
}

#solution h6 {
	color: #555;
	font-size: 20px;
	font-weight: normal;
}

#solution button {
	background: #FF5F5F;
	border-radius: 50px;
	padding: 15px 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 25px;
	font-size: 18px;
	position: relative;
  	transition: all .35s;
	  overflow: hidden;
	  box-shadow: none;
}

#solution button span {
	margin-right: 5px;
}

#solution button span{
	position: relative;
	z-index: 2;
  }
  
  #solution button: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;
	border-radius: 50px;
  }
  
  #solution button:hover{
	color: #fff;
  }
  
  #solution button:hover:after{
	width: 100%;
  }

/* plans */
#plans.plesk .destaque, #plans.sites .destaque, #plans.resell .destaque {
	background: #2E8B66;
	margin: 0 50px;
	padding: 5px 0;
	border-radius: 8px;
	margin-bottom: -18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
}

#plans.plesk .box-plan.recomendado, #plans.sites .box-plan.recomendado, #plans.resell .box-plan.recomendado {
	padding-top: 40px;
}

/* faq */
#questions {
	padding: 50px 25px;
	background:#F1F2FB;
}

#questions h1 {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 700;
    color: #2E8B66;
    font-size: 38px;
}

#questions h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	cursor: pointer;
	color: #2a2a2a;
}

#questions span {
	color: #2E8B66;
}

#questions .card {
	border: none;
	border-radius: 8px;
	background: #fff;
	padding: 15px 0;
	margin: 10px 0;
	box-shadow: none;
}

#questions .card .card-header {
	background: #fff;
	border: none;
}

#questions .card .card-body {
	color: #555;
}

#questions .card .card-header h5[aria-expanded="true"] span i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: .3s;
}

#questions .card .card-header h5 span i {
	transition-duration: .3s;
}

#questions .container {
	background: url(../img/question.svg) no-repeat;
	background-size: contain;
	background-position: right;
}

/* infos select host */
#select-host {
	background: rgb(29,218,184);
	background: linear-gradient(90deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
	padding: 50px 25px;
	text-align: center;
}

#select-host .box-host {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

#select-host h4 {
	font-weight: 700;
	margin-bottom: 15px;
	color: #2E8B66;
}

#select-host p {
	color: #555;
}

.fas.fa-check {
	color: #32CD32;
}

.fas.fa-times {
	color: #CD5C5C;
}

#about {
	padding: 50px 25px;
	background: url(../img/bg-about.svg) no-repeat #F1F2FB;
	background-position-x: center;
	background-position-y: 50px;
	background-size: 1200px;
	height: 450px;
	border-bottom: 5px solid #F1F2FB;
}

#about .row {
	justify-content: center;
}

#about .row .about-box {
	background: #fff;
	padding: 30px 25px;
	margin: 180px 0;
	text-align: center;
}

#about .row .about-box h6 {
	color: #888;
	font-weight: 300;
	font-size: 20px;
}

#about .row .about-box h4 {
	color: #2E8B66;
	font-size: 26px;
}

#about-info {
	padding: 50px 25px;
}


#about-info .row {
	justify-content: space-evenly;
	text-align: center;
}

#about-info img {
	width: 100px;
	margin-bottom: 25px;
}

#about-map {
	padding: 50px 25px;
	position: relative;
	overflow: hidden;
	background: #F1F2FB;
	text-align: center;
}

#about-map .postal {
	margin-bottom: 50px;
	color: rgb(74, 86, 105);
	cursor: pointer;
	text-align: left;
}

#about-map .postal p {
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	transition-duration: .5s;
}

#about-map .postal p:hover {
	transition-duration: .5s;
	color: #aaa;
}

#about-map .postal span {
	color: #FF3B3B;
}

#about-map .map {
	width: 1000px;
}

#about-map .map-pointer {
	width: 100%;
	height: 100%;
}

#about-map .pointer {
	position: absolute;
    left: 36%;
    bottom: 42%;
	width: 40px;
	transition-duration: .2s;
	cursor: pointer;
}

#about-map .pointer:hover {
	transform: scale(1.2);
	bottom: 42.4%;
	transition-duration: .2s;
}
#about-map .contact {
	margin: 50px 0;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

#about-map .contact ul{
	margin: 0;
}

#about-map .contact, #about-map .contact a{
	color: #555;
}

#about-map .contact a:hover {
	text-decoration: none;
	color: #25d366;
}

#about-map .contact .font-weight-bold {
	font-weight: 600 !important;
	margin-bottom: 10px !important;
}

#about-map .contact .fa-whatsapp {
	color: #25d366;
	font-size: 20px;
}

#about-map .contact ul {
	color: #ccc;
}

#about-map .contact li {
	display: inline-block;
	color: #555;
}

#status {
	background: #F1F2FB;
	background-position: top;
	background-size: contain;
	padding: 50px 25px;
	text-align: center;
}

#status h2 {
	font-weight: bold;
	text-transform: uppercase;
}

#status h6 {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 20px;
}

#status .status-box {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}

#status .font-weight-bold {
	font-weight: 600 !important;
}

#status .fa-check-circle {
	color: #32CD32;
}

/* @Medias */
@media (min-width: 1200px) {
	.container {
	    max-width: 1344px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#slide-top h1 {
		font-size: 42px;
		margin-bottom: 45px;
	}

	#slide-top img {
		width: 100%;
		margin-top: -40px;
	}

	#navbar-one .navbar-nav .nav-link {
		margin: 0 5px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#slide-top {
		height: 300px;
	}

	#slide-top h1 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	#slide-top img {
		width: 100%;
		margin-top: 0px;
	}

	#slide-top h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	#slide-top h2 {
		font-size: 28px;
	}

	#slide-top .buttons {
		margin-top: 1em;
	}

	#slide-top button.buy, #slide-top button.about {
		padding: 8px 20px;
		font-size: 16px;
	}

	#plans {
		transition: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#slide-top {
		height: 400px;
		text-align: center;
	} 

	#slide-top .col-sm-0 {
		display: none !important;
	}

	#informations img {
		display: none;
	}

	#informations .container .col-lg-6 {
		margin: 0;
	}

	#plans .plans-title p, #plans.resell .plans-title h3 {
		font-size: 20px;
		margin-bottom: 1em;
	}

	#box-agility .text-agility p, #box-agility .text-agility h6 {
		font-size: 18px;
	}

	#solution h2 {
		font-size: 22px;
	}

	#footer .options ul li {
		margin: 0 5px !important;
	}

	#footer .options ul li a {
		font-size: 14px !important;
	}
}

@media (max-width: 991.98px) {
	#search-domain img {
		display: none;
	}

	#slide-top .click-here {
		display: none;
	}

	#box-agility .col-md-4 {
		display: none;
	}
	
	#box-agility .text-agility {
		padding-top: 0;
		padding-bottom: 50px;
		text-align: center;
	}
}

@media (max-width: 1199.98px) {
	#solution {
		background: #fff;
	}

	#plans .box-plan {
		margin: 15px 0;
	}
}

@media (min-width: 320px) and (max-width: 575.98px) {
	#slide-top {
		height: 330px;
		text-align: left;
		padding: 5px 15px;
	} 

	#slide-top .col-sm-0 {
		display: none !important;
	}

	#slide-top h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#slide-top h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#slide-top h2 {
		font-size: 26px;
	}

	#slide-top .buttons {
		text-align: center;
	}

	#slide-top button.buy, #slide-top button.about {
		font-size: 16px;
		padding: 10px 25px;
		margin: 0 5px;
		border-radius: 4px;
	}

	#informations {
		padding: 25px 0;
	}

	#informations img {
		display: none;
	}

	#informations .container .col-lg-6 {
		margin: 0;
	}

	#informations .container .col-md-6 h3 {
		margin-top: 10px;
		font-size: 24px;
	}

	#informations .container .col-md-6 p {
		font-size: 14px;
	}

	#search-domain .container h4 {
		font-size: 18px;
		
	}

	#search-domain .form-control {
		width: 150px;
	}

	#search-domain button {
		border-radius: 8px;
		border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
	}

	#plans .plans-title h1, #plans.resell .plans-title h1 {
		font-size: 26px;
	}

	#plans .plans-title p, #plans.resell .plans-title h3 {
		font-size: 16px;
		margin-bottom: 1em;
	}
	
	#box-agility {
		padding: 20px 15px;
	}

	#box-agility .text-agility {
		padding: 0;
		text-align: left;
	}

	#box-agility .text-agility h3 {
		font-size: 24px;
	}

	#box-agility .text-agility p, #box-agility .text-agility h6 {
		font-size: 16px;
	}

	#solution {
		padding: 20px 0;
	}

	#solution h2 {
		font-size: 20px;
	}

	#solution h6 {
		font-size: 16px;
	}

	#footer .options ul li {
		margin: 0 5px !important;
		display: block;
	}

	#footer .options ul li a {
		font-size: 14px !important;
	}

	#footer .payments {
		padding: 0 30px;
	}

	#footer .payments img {
		height: 10px !important;
		margin: 0 2px !important;
	}

	#footer p {
		font-size: 12px;
		margin-top: 5px !important;
		padding-top: 15px !important;
	}

	/**/
	#about {
		padding: 15px 0;
		background: #F1F2FB;
		background-position-x: center;
		background-position-y: 50px;
		background-size: 1200px;
		height: auto;
		border-bottom: 5px solid #F1F2FB;
	}
	
	#about .row .about-box {
		padding: 25px 15px;
		margin: 0;
		text-align: left;
		border-radius: 5px;
	}

	#about .row .about-box h6 {
		font-size: 16px;
	}

	#about-info {
		padding: 25px 0;
	}

	#about-info img {
		margin-top: 1rem;
	}

	#about-info p {
		margin-top: 0;
		margin-bottom: 1rem;
		font-size: 14px;
	}

	#about-map {
		padding: 15px 0;
		position: relative;
		overflow: hidden;
		background: #F1F2FB;
		text-align: center;
	}

	#about-map .postal {
		margin-bottom: 25px;
		color: rgb(74, 86, 105);
		cursor: pointer;
		text-align: left;
		font-size: 14px;
	}

	#about-map .map {
		width: 100%;
	}

	#about-map .contact {
		background: #fff;
		border-radius: 5px;
		padding: 15px;
		text-align: left;
		font-size: 14px;
		margin: 25px 15px;
	}

	#about-map .contact ul {
		color: transparent;
	}

	/**/

	#status {
		padding: 25px 0;
	}

	#status h2 {
		font-size: 24px;
	}

	#status h6 {
		margin-bottom: 25px;
		font-size: 16px;
	}

	.navbar-toggler {
		border: none;
	}

	/**/

	#login {
		background: #fff !important;
		display: unset !important;
		padding: 15px !important;
	}

	#login .login {
		width: 100% !important;
	}

	#login .login .box {
		padding: 20px !important;
	}

	#login .login img {
		width: 200px !important;
	}

	/**/

	#plans.plesk, #plans.sites {
		padding: 25px 0 !important;
	}

	#plans.plesk .plans-title h1, #plans.sites .plans-title h1 {
		font-size: 20px !important;
	}

	#plans.plesk .plans-title h3, #plans.sites .plans-title h3 {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}

	#plans.plesk .destaque, #plans.sites .destaque, #plans.resell .destaque {
		margin-bottom: -32px;
	}

	#compare {
		padding: 25px 0 !important;
	}

	#compare .compare-title h1 {
		font-size: 22px !important;
	}

	#compare .compare-title h5 {
		font-size: 16px !important;
	}

	#info-host .col-md-4 {
		display: none;
	}

	#info-host {
		padding: 15px 0 !important;
	}

	#info-host .col-md-8>div {
		margin: 35px 0 !important;
	}

	#select-host {
		padding: 0 !important;
	}

	#select-host .box-host {
		margin: 15px 0 !important;
	}

	/**/
	#questions {
		padding: 25px 0;
	}

	#questions h1 {
		font-size: 26px;
	}

	/**/
	#info-host.resell .row .col-md-6 img{
		display: none;
	}	

	#info-host.resell h4 {
		font-size: 18px !important;
	}

	#info-host.resell h6 {
		font-size: 16px !important;
	}

	#info-host button.buy {
		width: 100% !important;
	}

	#plans {
		padding: 25px 0 !important;
	}

	#reseller {
		background: #fff !important;
		padding: 25px 0 !important;
		height: auto !important;
	}

	#reseller .text-center {
		text-align: left !important;
	}

	#reseller h3 {
		font-size: 20px;
	}

	#reseller .col-md-4 {
		padding: 0;
	}

	/**/
	#server-vps {
		padding: 25px 0 !important;
	}

	#server-vps h6 {
		font-size: 18px !important;
	}

	#vps {
		background: #F1F2FB;
		padding: 25px 0 !important;
	}

	#vps .nav-link {
		margin: 10px 5px !important;
		padding: 10px 15px !important;
		font-size: 12px !important;
	}

	#vps .container > div {
		padding: 0 !important;
	}

	#vps .table tbody th {
		padding: 1em 1.5em !important;
	}

	#servidores {
		padding: 25px 0 !important;
	}

	#infos-vps {
		padding: 25px 0 !important;
	} 

	#infos-vps h1 {
		margin-bottom: 20px !important;
		font-size: 20px !important;
	}

	#navbar-two {
		padding: 0 15px !important;
	}

	#about-map .pointer {
		display: none !important;
	}
}