﻿/* My colors
----------------------------------------------------------------------------- */
/* laranja */
/* laranja */
/* Typography: <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'>
----------------------------------------------------------------------------- */
/* Form states and alerts
----------------------------------------------------------------------------- */
/* Buttons
----------------------------------------------------------------------------- */
/* Components
----------------------------------------------------------------------------- */
/* Tables
----------------------------------------------------------------------------- */
/* Forms
----------------------------------------------------------------------------- */
/* Dropdowns
----------------------------------------------------------------------------- */
/* Z-index
----------------------------------------------------------------------------- */
/* Media queries breakpoints
----------------------------------------------------------------------------- */
/* Grid system
----------------------------------------------------------------------------- */
/* Wells & close
----------------------------------------------------------------------------- */
/* Code
----------------------------------------------------------------------------- */
/* Alerts
----------------------------------------------------------------------------- */
/* Labels
----------------------------------------------------------------------------- */
/* Navbar
----------------------------------------------------------------------------- */
/* Navbar inverse
----------------------------------------------------------------------------- */
/* Navs
----------------------------------------------------------------------------- */
/* Tooltips
----------------------------------------------------------------------------- */
/* Popovers
----------------------------------------------------------------------------- */
/* Modals
----------------------------------------------------------------------------- */
/* Progress bars
----------------------------------------------------------------------------- */
/* List group
----------------------------------------------------------------------------- */
/* Panels
----------------------------------------------------------------------------- */
/* Thumbnails
----------------------------------------------------------------------------- */
/* Badges
----------------------------------------------------------------------------- */
/* Breadcrumbs
----------------------------------------------------------------------------- */
/* Carousel
----------------------------------------------------------------------------- */
/* My mixins
----------------------------------------------------------------------------- */
/* Mixins bootstrap 3
----------------------------------------------------------------------------- */
/* Css3 properties
----------------------------------------------------------------------------- */
/* Gradients
----------------------------------------------------------------------------- */
/* Component mixins
----------------------------------------------------------------------------- */
/* Forms 
----------------------------------------------------------------------------- */
/* Grid system
----------------------------------------------------------------------------- */
/* Template | extra small devices
----------------------------------------------------------------------------- */
.logo-redehost {
  display: block;
  width: 83px;
  height: 17px;
  background: url(../assets/tpl/sprite-tpl.png) -144px -20px no-repeat;
}
#menu a#link-header-sobre.hover,
a#link-header-sobre:hover,
#menu a#link-header-produtos.hover,
a#link-header-produtos:hover {
  color: #ef843c !important;
}
#menu a#link-header-sobre.hover i,
a#link-header-sobre:hover i,
#menu a#link-header-produtos.hover i,
a#link-header-produtos:hover i {
  color: #ef843c !important;
}
#menu a i.icon {
  color: #202020;
  transition: color 0.2s ease-in;
}
#menu a:hover i.icon {
  color: #ef843c;
}
#header-submenu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 0;
  border: 4px solid #202020;
  border-width: 4px 0;
}
#header-submenu a:hover {
  color: #ef843c;
}
.header-submenu-produtos span {
  display: inline-block;
  *display: inline;
  width: 38px;
  height: 39px;
  background: url("../assets/tpl/icons-submenu.png") no-repeat 0 0;
  float: left;
  margin: 5px 15px 40px 0;
}
.header-submenu-produtos span.icon-submenu-cloud {
  width: 41px;
  background-position: 0 -41px;
}
.header-submenu-produtos span.icon-submenu-registro {
  width: 40px;
  height: 42px;
  background-position: 0 -123px;
}
.header-submenu-produtos span.icon-submenu-emailmarketing {
  width: 46px;
  height: 39px;
  background-position: 0 -208px;
}
.header-submenu-produtos span.icon-submenu-revenda {
  width: 39px;
  background-position: 0 -82px;
}
.header-submenu-produtos span.icon-submenu-exchange {
  width: 39px;
  background-position: 0 -167px;
}
footer .ninja {
  display: inline-block;
  *display: inline;
  width: 184px;
  height: 150px;
  background: url("../assets/tpl/ninja-footer.png") no-repeat 0 0;
  position: absolute;
  top: -95px;
  right: -6px;
  z-index: 100;
}
footer dt,
footer h6 {
  font-weight: 400;
  border-bottom: 1px solid #373737;
}
footer dd a,
#home #copyright a {
  text-decoration: none;
}
footer.section-inverse-light a:hover {
  color: #ef843c;
}
footer .social-links li {
  width: 54px;
  margin-right: 8px;
}
footer .social-links a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}
footer .social-links a i {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #aaaaaa;
  font-size: 30px;
  transition: all 0.3s ease-in;
}
footer .social-links .facebook a i {
  left: 12px;
}
footer .social-links .plus a:hover i,
footer .social-links .youtube a:hover i {
  color: #dd4c39;
}
footer .social-links .facebook a:hover i {
  color: #4c67a1;
}
footer .social-links .twitter a:hover i {
  color: #79ccec;
}
footer .social-links .rss a:hover i {
  color: #ef843c;
}
footer .social-btns li {
  padding-left: 0;
  display: block;
}
footer .social-btns .fb-like {
  top: -9px;
}
footer h6 {
  color: #ffffff !important;
}
footer .blog .img-blog {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  border: 1px solid #3B4447;
  overflow: hidden;
}
footer .blog a h4 {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 10px 30px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.6s ease-in-out;
}
footer .blog a img {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-filter: grayscale(80%) sepia(100%);
  -moz-filter: grayscale(80%) sepia(100%);
  -o-filter: grayscale(80%) sepia(100%);
  -ms-filter: grayscale(80%) sepia(100%);
  filter: grayscale(80%) sepia(100%);
  transition: all 0.4s ease-in-out;
}
footer .blog a:hover img {
  top: -5px;
  -webkit-filter: grayscale(0) sepia(0);
  -moz-filter: grayscale(0) sepia(0);
  -o-filter: grayscale(0) sepia(0);
  -ms-filter: grayscale(0) sepia(0);
  filter: grayscale(0) sepia(0);
}
footer .blog a:hover h4 {
  color: #ef843c;
  background: rgba(0, 0, 0, 0.9);
}
#copyright .logo-redehost {
  display: inline-block;
  *display: inline;
  width: 83px;
  height: 17px;
  background: url("../assets/tpl/sprite-tpl.png") no-repeat -144px -20px;
  text-indent: -500em;
}
#back-top {
  position: fixed;
  right: 30px;
  bottom: -300px;
  color: #5a5a5a;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=0.4 * 100);
  transition: all 0.4s ease-in-out;
}
#back-top:hover {
  font-size: 80px;
  color: #ef843c;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1 * 100);
}
#page-not-found {
  padding: 48px 0 70px;
  text-align: right;
  background: #ef843c url(../assets/tpl/404/404-bg.png) 20px 75px no-repeat;
}
#page-not-found span {
  position: absolute;
}
#page-not-found .img-shuriken-sm {
  top: -69px;
  left: 10px;
  display: inline-block;
  *display: inline;
  width: 55px;
  height: 53px;
  background: url("../assets/tpl/404/sprite-404.png") no-repeat -1px -478px;
}
#page-not-found .img-shuriken-md {
  top: -85px;
  right: 226px;
  display: inline-block;
  *display: inline;
  width: 89px;
  height: 88px;
  background: url("../assets/tpl/404/sprite-404.png") no-repeat -56px -478px;
}
#page-not-found .img-voltar {
  top: -41px;
  left: 54px;
  display: inline-block;
  *display: inline;
  width: 76px;
  height: 62px;
  background: url("../assets/tpl/404/sprite-404.png") no-repeat -145px -478px;
}
#page-not-found .img-ajuda {
  top: -41px;
  right: 122px;
  display: inline-block;
  *display: inline;
  width: 102px;
  height: 60px;
  background: url("../assets/tpl/404/sprite-404.png") no-repeat -221px -478px;
}
#page-not-found .img-ninja,
#atendimento.error404 .img-ninja {
  top: -29px;
  left: 55px;
  display: inline-block;
  *display: inline;
  width: 382px;
  height: 476px;
  background: url("../assets/tpl/404/sprite-404.png") no-repeat 0 0;
}
#error-404 #footer .ninja,
#error-500 #footer .ninja {
  display: none;
}
.field-validation-error {
  display: none;
}
/* Home page
----------------------------------------------------------------------------- */
#home-index header {
  overflow: hidden;
  background: #2f2f2f url(../assets/home/home-header-bg.jpg) 0 top no-repeat fixed;
}
#home-index #banner .carousel-inner {
  min-height: 410px;
}
#home-index #numeros canvas {
  position: absolute;
  top: -50px;
  left: -40px;
}
#home-index #numeros canvas {
  position: absolute;
  top: -45px;
  left: -41px;
}
#home-index #numeros #doughnut-dominios {
  left: 208px;
}
#home-index #numeros #doughnut-email {
  left: 458px;
}
#home-index #numeros .graficos h3 {
  margin: 12px 0 -5px;
}
#home-index #numeros .graficos h3 strong {
  display: block;
  font-weight: 300;
  font-size: 55px;
}
#home-index #numeros .graficos li {
  text-align: center;
  font-size: 16px;
}
#home-index #numeros .graficos li i {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#home-index #numeros .logo-oracle-w {
  position: relative;
  top: 9px;
}
#home-index .logo-redehost-home {
  display: inline-block;
  *display: inline;
  width: 233px;
  height: 198px;
  background: url("../assets/home/sprite-home.png") no-repeat -4px -110px;
  top: -55px;
  left: 58px;
}
/* Hospedagem de site
----------------------------------------------------------------------------- */
#hospedagem-de-site header {
  overflow: hidden;
  background: #2f2f2f url(../assets/hospedagem/hospedagem-header-bg.jpg) 0 top no-repeat fixed;
}
#hospedagem-de-site #dados-tecnicos .nav-tabs.nav-justified > li,
#hospedagem-de-site #dados-tecnicos .nav-tabs.nav-justified > li a {
  border: none;
  background: none;
}
#hospedagem-de-site #dados-tecnicos .nav-tabs.nav-justified > li span {
  vertical-align: middle;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=0.3 * 100);
}
#hospedagem-de-site #dados-tecnicos .nav-tabs.nav-justified > li.active span {
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1 * 100);
}
#hospedagem-de-site #planos .price {
  display: block;
  margin: 15px 0;
  height: 42px;
  transition: all 0.6s;
}
#hospedagem-de-site #planos td,
#hospedagem-de-site #planos th {
  text-align: center;
}
#hospedagem-de-site #planos td:nth-child(1) {
  text-align: right;
}
#hospedagem-de-site #planos td:nth-child(3) {
  color: #638837;
  border-color: #c8deae;
  background: #edf4e4;
}
#hospedagem-de-site .table-title td {
  padding-top: 30px;
  text-align: center !important;
}
#hospedagem-de-site #planos .exibir-tabela-completa td {
  background: white;
}
#hospedagem-php header h1 strong {
  color: #8a9fe0;
}
#hospedagem-wordpress header {
  background: #00749a url(../assets/hospedagem/hospedagem-wordpress-header-bg.png) right bottom no-repeat;
}
#hospedagem-webmatrix header {
  background: #2f2f2f url(../assets/hospedagem/webmatrix-header-bg.jpg) 0 top no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/hospedagem/webmatrix-header-bg.jpg', sizingMethod='scale')";
}
#hospedagem-webmatrix .nav-pills li img {
  display: block;
  margin: 0 auto;
}
#hospedagem-java img.absolute {
  top: 130px;
  left: -50px;
}
#hospedagem-moodle header {
  background: #935b38 url('../img/hospedagem-moodle/hospedgem-moodle-header-bg.png') right bottom no-repeat;
}
#hospedagem-drupal header {
  background: #4395cf url('../img/hospedagem-drupal/hospedgem-drupal-header-bg.png') left top no-repeat;
}
#hospedagem-joomla header {
  background: #278270 url('../img/hospedagem-joomla/hospedgem-joomla-header-bg.png') right bottom no-repeat;
}
.logo-microsoft-asp {
  display: inline-block;
  *display: inline;
  width: 61px;
  height: 31px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -5px -4px;
}
.logo-microsoft-aspnet {
  display: inline-block;
  *display: inline;
  width: 83px;
  height: 26px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -70px -9px;
}
.logo-java {
  display: inline-block;
  *display: inline;
  width: 46px;
  height: 66px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -158px -4px;
}
.logo-rails {
  display: inline-block;
  *display: inline;
  width: 42px;
  height: 52px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -211px -11px;
}
.logo-mysql {
  display: inline-block;
  *display: inline;
  width: 68px;
  height: 42px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -3px -37px;
}
.logo-sqlserver {
  display: inline-block;
  *display: inline;
  width: 68px;
  height: 56px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -73px -36px;
}
.logo-postgresql {
  display: inline-block;
  *display: inline;
  width: 70px;
  height: 58px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat 0px -81px;
}
.logo-php {
  display: inline-block;
  *display: inline;
  width: 60px;
  height: 29px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -81px -99px;
}
.logo-python {
  display: inline-block;
  *display: inline;
  width: 47px;
  height: 56px;
  background: url("../assets/hospedagem/logos-hospedagem-linguagens.png") no-repeat -207px -66px;
}
#hospedagem-de-site.is-mobile .nav-justified .icon {
  font-size: 20px;
  margin-right: 10px;
}
#hospedagem-de-site.is-mobile #dados-tecnicos .nav-justified li {
  float: left;
  width: 100px;
  margin-right: 10px;
}
/* Cloud Server
----------------------------------------------------------------------------- */
#cloud-server header,
#o-que-e-cloud header {
  overflow: hidden;
  background: #2f2f2f url(../assets/cloud/cloud-header-bg.jpg) 0 top no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/cloud/cloud-header-bg.jpg', sizingMethod='scale')";
}
.cloud-painel-img {
  display: inline-block;
  *display: inline;
  width: 882px;
  height: 480px;
  background: url("../assets/cloud/painel-cloud-print.png") no-repeat 0px 0px;
}
#cloud-server .cloud-painel-img {
  top: 135px;
  left: 551px;
}
#cloud-server .select select {
  width: 100%;
}
#cloud-server #sistemas-operacionais .center-block-middle {
  justify-content: space-between;
}
.logo-tpl-magento {
  display: inline-block;
  *display: inline;
  width: 122px;
  height: 37px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -331px -9px;
}
.logo-tpl-lamp {
  display: inline-block;
  *display: inline;
  width: 118px;
  height: 51px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -603px -3px;
}
.logo-tpl-wisa {
  display: inline-block;
  *display: inline;
  width: 115px;
  height: 24px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -733px -24px;
}
.logo-tpl-moodle {
  display: inline-block;
  *display: inline;
  width: 124px;
  height: 28px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -460px -13px;
}
.logo-tpl-windows2012 {
  display: inline-block;
  *display: inline;
  width: 172px;
  height: 37px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -150px -12px;
}
.logo-tpl-suselinux {
  display: inline-block;
  *display: inline;
  width: 88px;
  height: 55px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -860px 0px;
}
.logo-tpl-centos {
  display: inline-block;
  *display: inline;
  width: 142px;
  height: 47px;
  background: url("../assets/cloud/cloud-templates.png") no-repeat -2px -6px;
}
/* Email
----------------------------------------------------------------------------- */
#email-exchange header,
#email-exchange-assinatura header {
  background: #2f2f2f url(../assets/email/exchange-header-bg.png) right 60px no-repeat fixed;
}
#email-exchange #planos td,
#email-exchange #planos th,
#email-profissional #planos td,
#email-profissional #planos th {
  text-align: center;
}
#email-exchange #planos td:nth-child(1),
#email-profissional #planos td:nth-child(1) {
  text-align: right;
}
/* Revenda
----------------------------------------------------------------------------- */
#revenda-cloud header {
  overflow: hidden;
  background: #2f2f2f url(../assets/revenda/revenda-header-bg.jpg) 0 top no-repeat fixed;
}
#revenda-cloud #ambientes h2 {
  width: 285px;
  height: 74px;
  text-indent: -400em;
  background: url(http://redehost.com.br/img/revenda2/titulos-ambiente.jpg) no-repeat;
}
#revenda-cloud #ambientes .linux h2 {
  background-position: -290px 0;
}
/* Registro de Domínios
----------------------------------------------------------------------------- */
#registro-index header,
#registro-de-dominio-com header,
#registro-de-dominio-com-br header {
  background: #2f2f2f url(../assets/registro/registro-header-bg.jpg) 0 50px no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/registro/registro-header-bg.jpg', sizingMethod='scale')";
}
#registro-index #contate-me {
  background: #2a2a2a;
}
#registro-index #footer {
  border-top: 0;
}
#registro-index #footer .ninja {
  display: none !important;
}
.pesquisa-registro-dominio select {
  cursor: pointer;
  width: 160px !important;
}
#seachResult .list-result {
  padding: 1px 10px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#registro-index th.dot-com {
  border-bottom: 6px solid #ef843c !important;
}
#registro-index th.dot-com h4 strong {
  color: #ef843c !important;
}
#registro-index th.dot-com-br {
  border-bottom: 6px solid #8ab953 !important;
}
#registro-index th.dot-com-br h4 strong {
  color: #8ab953 !important;
}
#registro-index #precos-promo p.text-size-sm {
  line-height: 16px;
  font-size: 13px !important;
}
#registro-index #precos-promo p.text-muted {
  color: #aaaaaa;
}
/* Atendimento ninja e Dúvidas
----------------------------------------------------------------------------- */
#atendimento-index header,
#duvidas header {
  background: #2f2f2f url(../assets/atendimento/atendimento-header-bg.jpg) 0 -200px no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/atendimento/atendimento-header-bg.jpg', sizingMethod='scale')";
}
#duvidas .artigo h2,
#duvidas .artigo h3,
#duvidas .artigo h4 {
  margin: 10px 0 25px;
}
#duvidas .artigo p {
  margin-bottom: 30px;
}
#duvidas .artigo pre {
  margin-bottom: 40px;
}
#duvidas .artigo img {
  max-width: 100%;
  height: auto;
  padding: 7px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0 1px 2px rgba(18, 22, 27, 0.05);
  box-shadow: 0 1px 2px rgba(18, 22, 27, 0.05);
  background-color: #FFF;
  border-radius: 3px;
}
#atendimento-index header img.ninja,
#duvidas header img.ninja {
  position: absolute;
  bottom: -14px;
  right: 0;
}
#atendimento-index header .estrela-ninja,
#duvidas header .estrela-ninja {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 109px;
  height: 66px;
  background: url("../assets/atendimento/atendimento-header-estrela.png");
}
#atendimento-index footer .ninja,
#duvidas footer .ninja {
  display: none !important;
}
/* Páginas Internas
----------------------------------------------------------------------------- */
#empresa-index header {
  overflow: hidden;
  background: #2f2f2f url(../assets/empresa/empresa-header-bg.jpg) 0 top no-repeat fixed;
}
#como-criar-um-site .preco-registro {
  width: 190px;
  color: #bbbbbb;
  font-family: arial;
  line-height: 22px;
}
#como-criar-um-site .preco-registro b {
  font-size: 30px;
  font-weight: bold;
}
#parceiros-index {
  background: #ffffff url(../assets/parceiros/parceiros-bg.jpg) 0 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/parceiros/parceiros-bg.jpg', sizingMethod='scale')";
}
#parceiros-index header {
  background: rgba(0, 0, 0, 0.8);
}
#parceiros-index #quem-participa {
  background: none;
  background: rgba(0, 0, 0, 0.5) !important;
}
.img-hadouken-redehost {
  display: inline-block;
  *display: inline;
  width: 275px;
  height: 259px;
  background: url("../assets/parceiros/img-hadouken-redehost.png") no-repeat 0px 0px;
}
#parceiros-index .img-hadouken-redehost {
  position: absolute;
  bottom: -40.6px;
  left: 901px;
}
#painel-de-controle header {
  overflow: hidden;
  background: #000000 url(../assets/painel/painel-header-bg.jpg) 0 60px no-repeat fixed;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/painel/painel-header-bg.jpg', sizingMethod='scale')";
}
#painel-de-controle header #carousel-painel {
  bottom: 0;
  left: 100px;
}
/* Antiga Assinatura
----------------------------------------------------------------------------- */
#assinatura .validator {
  display: none;
}
#assinatura #rbTipoPessoa_0,
#assinatura #rbTipoPessoa_1,
#assinatura #rblPossuiDominio_0,
#assinatura #rblPossuiDominio_1 {
  margin: 10px;
  margin-top: 15px;
}
#assinatura #cbNewsLetter,
#assinatura #rbOpcoesRegistro_0,
#assinatura #rbOpcoesRegistro_1,
#assinatura #cbCadastroBuscas,
#assinatura .panel-title input {
  margin-right: 5px;
}
#assinatura .panel-title input {
  margin-right: 5px;
}
#assinatura #rbOpcoesRegistro label {
  width: 95%;
  clear: both;
}
#assinatura #rbOpcoesRegistro input {
  width: 4%;
  float: left;
  margin-top: 8px;
}
#segunda-via-fatura .validator {
  display: none;
}
/* Nova Assinatura
----------------------------------------------------------------------------- */
body#novo-assine header.breadcrumb-steps {
  position: fixed;
  right: 0;
  left: 0;
  top: 60px;
  z-index: 1000;
}
body#novo-assine {
  padding-top: 200px;
}
body#novo-assine #menu .container {
  position: relative;
}
body#novo-assine div#cart {
  z-index: 2000;
  position: absolute;
  right: 14px;
  top: 50px;
  min-width: 600px;
}
#novo-assine .icon-assine-heart {
  position: relative;
  top: 10px;
}
.icon-assine-heart {
  display: inline-block;
  *display: inline;
  width: 43px;
  height: 41px;
  background: url("../assets/assine/assine-icons.png") no-repeat 0px 0px;
}
.icon-assine-cart {
  display: inline-block;
  *display: inline;
  width: 23px;
  height: 18px;
  background: url("../assets/assine/assine-icons.png") no-repeat 0px -42px;
}
.icon-crumb {
  display: inline-block;
  *display: inline;
  width: 14px;
  height: 14px;
  background: url("../assets/assine/icon-breadcrumbs.png") no-repeat 0px 0px;
}
#breadcrumb-steps {
  float: right;
  padding: 0;
  margin: 10px 45px 0 0;
}
#breadcrumb-steps li {
  position: relative;
  float: left;
  height: 45px;
  width: 120px;
  padding: 0;
  margin: 0 0 0 4px;
  list-style: none;
}
#breadcrumb-steps p {
  position: absolute;
  bottom: 0;
  right: -45px;
  margin: 0;
  width: 90px;
  text-align: center;
  font-size: 0.9em;
  transition: all 0.3s ease-out;
}
#breadcrumb-steps .icon-crumb {
  position: absolute;
  z-index: 300;
  right: -7px;
}
#breadcrumb-steps .line-muted {
  position: absolute;
  z-index: 100;
  top: 6px;
  left: 3px;
  width: 112px;
  height: 2px;
  background: #4c4c4c;
}
#breadcrumb-steps .line-filled {
  position: absolute;
  z-index: 200;
  top: 6px;
  left: 3px;
  width: 0;
  height: 2px;
  background: #8ab953;
  transition: all 0.3s ease-out;
}
#breadcrumb-steps.in-step-1 .step-1 .icon-crumb {
  background-position: 0 -15px;
}
#breadcrumb-steps.in-step-1 .step-1 p {
  color: #8ab953;
  font-weight: bold;
}
#breadcrumb-steps.in-step-2 .step-1 .icon-crumb {
  width: 19px;
  height: 15px;
  right: -14px;
  background-position: 0 -30px;
}
#breadcrumb-steps.in-step-2 .step-2 .line-filled {
  width: 113px;
}
#breadcrumb-steps.in-step-2 .step-2 .icon-crumb {
  background-position: 0 -15px;
}
#breadcrumb-steps.in-step-2 .step-2 p {
  color: #8ab953;
  font-weight: bold;
}
#breadcrumb-steps.in-step-3 .step-1 .icon-crumb,
#breadcrumb-steps.in-step-3 .step-2 .icon-crumb {
  width: 19px;
  height: 15px;
  right: -14px;
  background-position: 0 -30px;
}
#breadcrumb-steps.in-step-3 .step-2 .line-filled,
#breadcrumb-steps.in-step-3 .step-3 .line-filled {
  width: 113px;
}
#breadcrumb-steps.in-step-3 .step-3 .icon-crumb {
  background-position: 0 -15px;
}
#breadcrumb-steps.in-step-3 .step-3 p {
  color: #8ab953;
  font-weight: bold;
}
#breadcrumb-steps.in-step-4 .step-1 .icon-crumb,
#breadcrumb-steps.in-step-4 .step-2 .icon-crumb,
#breadcrumb-steps.in-step-4 .step-3 .icon-crumb {
  width: 19px;
  height: 15px;
  right: -14px;
  background-position: 0 -30px;
}
#breadcrumb-steps.in-step-4 .step-2 .line-filled,
#breadcrumb-steps.in-step-4 .step-3 .line-filled,
#breadcrumb-steps.in-step-4 .step-4 .line-filled {
  width: 113px;
}
#breadcrumb-steps.in-step-4 .step-4 .icon-crumb {
  background-position: 0 -15px;
}
#breadcrumb-steps.in-step-4 .step-4 p {
  color: #8ab953;
  font-weight: bold;
}
#breadcrumb-steps.in-step-5 .step-1 .icon-crumb,
#breadcrumb-steps.in-step-5 .step-2 .icon-crumb,
#breadcrumb-steps.in-step-5 .step-3 .icon-crumb,
#breadcrumb-steps.in-step-5 .step-4 .icon-crumb {
  width: 19px;
  height: 15px;
  right: -14px;
  background-position: 0 -30px;
}
#breadcrumb-steps.in-step-5 .step-2 .line-filled,
#breadcrumb-steps.in-step-5 .step-3 .line-filled,
#breadcrumb-steps.in-step-5 .step-4 .line-filled,
#breadcrumb-steps.in-step-5 .step-5 .line-filled {
  width: 113px;
}
#breadcrumb-steps.in-step-5 .step-5 .icon-crumb {
  background-position: 0 -15px;
}
#breadcrumb-steps.in-step-5 .step-5 p {
  color: #8ab953;
  font-weight: bold;
}
#novo-assine h2 .label-default {
  border-radius: 30px;
  background: #aaaaaa;
}
#novo-assine .websiteOptions .plan {
  border: solid 1px #EEE;
  transition: all .2s linear;
}
#novo-assine .websiteOptions .plan h6 {
  color: #5a5a5a;
  border-top: 5px solid #E7E7E7;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
}
#novo-assine .websiteOptions .plan h6 label {
  cursor: pointer;
  display: block;
}
#novo-assine .websiteOptions .plan .price {
  border-bottom: 1px solid #EEE;
  font-size: 24px;
  margin-bottom: 25px;
  color: #5a5a5a;
}
#novo-assine .websiteOptions .plan b {
  color: #5a5a5a;
  border-color: #edf4e4;
}
#novo-assine .websiteOptions .label-success {
  top: 118px;
  left: 31%;
  padding: 7px;
}
#novo-assine .websiteOptions .plan.b h6 {
  border-color: #edf4e4;
}
#novo-assine .websiteOptions .plan.b h6 {
  color: #8ab953;
  border-top-color: #8ab953;
}
#novo-assine .websiteOptions .plan.b b {
  color: #8ab953;
}
#novo-assine .plan.selected {
  box-shadow: 0 5px 10px #f9fafa;
}
#novo-assine .plan.selected h6 {
  color: #ef843c !important;
  border-top-color: #ef843c !important;
}
@media (max-width: 1370px) {
  #back-top {
    display: none !important;
  }
}
/* Shared Views
----------------------------------------------------------------------------- */
.preco-md {
  font-weight: bold;
}
.preco-md .real {
  position: relative;
  top: -12px;
}
.preco-md .valor {
  font-size: 2.3em;
}
.preco-md .decimal {
  position: relative;
  left: -6px;
  font-size: 1.5em;
}
#more-products .col-md-4 {
  transition: all 0.4s linear;
}
#more-products .col-md-4:nth-child(2) {
  border: 1px solid #F3F3F3;
  border-width: 0 1px;
}
#more-products .col-md-4:hover h3 {
  color: #ef843c;
}
.icons-more-products {
  display: inline-block;
  *display: inline;
  width: 184px;
  height: 159px;
  background: url("../assets/tpl/icons-more-products.png") no-repeat 0px 0px;
}
.icons-more-products.hospedagem {
  width: 159px;
  background-position: -185px 0;
}
.icons-more-products.revenda {
  width: 159px;
  height: 161px;
  background-position: -344px 0;
}
.icons-more-products.cloud {
  width: 170px;
  background-position: -505px 0;
}
.icons-more-products.registro {
  width: 164px;
  height: 170px;
  background-position: -675px 0;
}
.icons-more-products.exchange {
  width: 158px;
  background-position: -841px 0;
}
#contate-me {
  overflow: hidden;
}
#contate-me div {
  transition: all 0.3s ease;
}
#contate-me.fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1900;
  top: 60px;
}
#contate-me .btn-me-ligue {
  transition: background 0.6s ease;
}
#linkCupom {
  font-size: 13px;
}
#linkCupom:hover {
  background: #638837;
}
/* Responsive small devices (mobiles 991px and less) 
----------------------------------------------------------------------------- */
@media (max-width: 991px) {
  body {
    font-size: 16px * 0.875;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 120% * 0.8461;
  }
  .is-mobile .h-lg {
    font-size: 5.5em * 0.849 !important;
  }
  .h-md {
    font-size: 4.5em * 0.844;
  }
  h1,
  .h1 {
    font-size: 3.4em * 0.882;
  }
  h2,
  .h2 {
    font-size: 2.4em * 0.833;
  }
  h3,
  .h3 {
    font-size: 2em * 0.9;
  }
  #submenu-produtos span {
    margin: 10px 15px 10px 0;
  }
  #menu .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 3px 0;
    font-size: 1.2em;
    background: #2a2a2a;
  }
  header h1,
  header h2 {
    line-height: 100% !important;
  }
  footer #newsLetterForm {
    margin-bottom: 50px;
  }
  footer #newsLetterForm .form-control,
  #newsLetterForm .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  footer #newsLetterForm button {
    width: 100%;
    padding: 20px;
    font-size: 16px * 1.25;
  }
  footer #newsLetterForm input {
    padding: 20px;
  }
  footer dt,
  footer h6 {
    text-align: center;
    font-size: 1.4em;
  }
  footer dt.margin-t,
  footer h6.margin-t {
    margin-top: 50px !important;
  }
  footer dd {
    margin-bottom: 5px;
    text-align: center;
    background: #2a2a2a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  footer dd a {
    display: block;
    padding: 10px;
  }
  footer .social-btns li {
    display: block;
    margin: 0 0 15px;
  }
  .navbar-brand {
    margin-top: 8px;
  }
  #home-index #numeros .graficos li.margin-lg-r {
    margin-left: 70px;
  }
  .pesquisa-registro-dominio select {
    margin: 15px 0;
  }
  #hospedagem-de-site .h-lg {
    font-size: 4.5em * 0.844;
  }
  #o-que-e-cloud header {
    background: #2a2a2a;
  }
  #cloud-server .equalheight-a.margin-t-mobi {
    height: auto !important;
  }
  form[data-ajax-update="#solicite-contato-fixo"] {
    display: none !important;
    visibility: hidden !important;
  }
  #empresa-index header h1,
  #empresa-index header h2 {
    text-align: center;
  }
  #atendimento-index header {
    background: #2a2a2a;
  }
  #page-not-found {
    text-align: center;
    background-position: center 75px;
  }
  #page-not-found .img-ninja,
  #page-not-found .img-ajuda,
  #page-not-found .img-shuriken-md {
    display: none;
  }
  #page-not-found .img-shuriken-sm {
    top: -57px;
  }
  #more-products .col-md-4:nth-child(2) {
    border-width: 0;
  }
  body#novo-assine {
    padding-top: 274px;
  }
  #breadcrumb-steps {
    margin: 30px auto 0;
    float: left;
  }
  #breadcrumb-steps li.step-1 {
    width: 50px !important;
  }
}
/* Responsive extra small devices (visible-xs < 768px) 
----------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .is-mobile .h-lg {
    font-size: 5.5em * 0.6037 !important;
  }
  .is-mobile .h-md {
    font-size: 4.5em * 0.6222 !important;
  }
  .is-mobile h1,
  .is-mobile .h1 {
    font-size: 3.4em * 0.7058 !important;
  }
  .is-mobile h2,
  .is-mobile .h2 {
    font-size: 2.4em * 0.75 !important;
  }
  .is-mobile h3,
  .is-mobile .h3 {
    font-size: 1.7em !important;
  }
  .is-mobile h4,
  .is-mobile .h4 {
    font-size: 1.7em * 0.8823 !important;
  }
  .is-mobile h5,
  .is-mobile .h5 {
    font-size: 1.4em * 0.9285 !important;
  }
  #home-index #numeros .graficos li {
    display: block;
    margin: 0 auto !important;
  }
  #home-index #numeros .graficos li.margin-lg-h {
    margin: 60px 0 !important;
  }
  #cse .gsc-input,
  #cse .gsc-search-button,
  #cse .gsc-clear-button {
    display: block;
    width: 99% !important;
    margin-top: 5px;
  }
  #cse .gsc-input {
    width: 100% !important;
  }
  .error404 #page-not-found {
    background: #ef843c;
  }
  body#novo-assine {
    padding-top: 200px;
  }
  #breadcrumb-steps {
    display: none;
  }
}
/* Responsive medium devices (desktops 992px and up)  @grid-float-BREAKPOINT!!
----------------------------------------------------------------------------- 
@media (min-width: @screen-md-min) { 

} */
/* Responsive medium devices (visible-md 992px to 1199px ) 
----------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 16px * 0.8125;
  }
  footer .social-links li {
    width: 50px;
    margin-right: 20px;
  }
  footer .social-btns li {
    display: block;
    margin: 0 0 10px;
  }
  footer #newsLetterForm .form-control,
  #newsLetterForm .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #home-index #numeros .graficos li.margin-lg-h {
    margin: 0 !important;
  }
  #page-not-found .img-ninja {
    top: -57px;
  }
  #atendimento-index header img.ninja {
    right: -100px;
  }
  #painel-de-controle header #carousel-painel {
    left: 0;
  }
  body#novo-assine {
    padding-top: 274px;
  }
  #breadcrumb-steps {
    margin: 30px auto 0;
    float: left;
  }
  #breadcrumb-steps li.step-1 {
    width: 50px !important;
  }
}
/* Responsive large devices (visible-lg 1200px and up) 
----------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
/* Responsive Specific
----------------------------------------------------------------------------- */
@media (max-width: 1366px) {
  #home-index header {
    background: #2f2f2f url(../assets/home/home-header-bg.jpg) right top no-repeat fixed;
  }
}
@media (min-width: 1600px) {
  #cloud-server header,
  #o-que-e-cloud header {
    overflow: hidden;
    background: #2f2f2f url(../assets/cloud/cloud-header-bg.jpg) 0 top no-repeat fixed;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/cloud/cloud-header-bg.jpg', sizingMethod='scale')";
  }
}
@media (min-width: 1921px) {
  #home-index header {
    background: #2f2f2f url(../assets/home/home-header-bg.jpg) 0 top no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/home/home-header-bg.jpg', sizingMethod='scale')";
  }
  #hospedagem-de-site header {
    background: #2f2f2f url(../assets/hospedagem/hospedagem-header-bg.jpg) 0 top no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/hospedagem/hospedagem-header-bg.jpg', sizingMethod='scale')";
  }
  #revenda-cloud header {
    background: #2f2f2f url(../assets/revenda/revenda-header-bg.jpg) 0 top no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@url', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/revenda/revenda-header-bg.jpg', sizingMethod='scale')";
  }
}
/* CrossBrowser: Firefox 2+
----------------------------------------------------------------------------- */
@-moz-document url-prefix() {
  .btn {
    padding: 8px + 3 18px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 3px;
  }
  .btn-sm {
    padding: 5px + 1 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-lg {
    padding: 19px 28px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 3px;
  }
  .panel-heading > a:focus,
  .panel-heading > a:hover {
    outline: none;
    outline-offset: 0;
    text-decoration: none !important;
  }
  #menu .navbar-collapse.in {
    clear: both !important;
  }
}
/* CrossBrowser: Internet Explorer 10+
----------------------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel-heading > a:focus,
  .panel-heading > a:hover {
    outline: none;
    outline-offset: 0;
    text-decoration: none !important;
  }
  #menu .navbar-collapse.in {
    clear: both !important;
  }
}
/*# sourceMappingURL=main.css.map */