/*
#######################################
FUENTES PERSONALIZADAS
#######################################
*/
@font-face {
  font-family: "Carnas-Bold";
  src: url("../assets/fonts/Carnas-Bold.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Carnas-Bold.otf") format("opentype"),
    url("../assets/fonts/Carnas-Bold.woff") format("woff"),
    url("../assets/fonts/Carnas-Bold.ttf") format("truetype"),
    url("../assets/fonts/Carnas-Bold.svg#Carnas-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Carnas-Regular";
  src: url("../assets/fonts/Carnas-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Carnas-Regular.otf") format("opentype"),
    url("../assets/fonts/Carnas-Regular.woff") format("woff"),
    url("../assets/fonts/Carnas-Regular.ttf") format("truetype"),
    url("../assets/fonts/Carnas-Regular.svg#Carnas-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*************************/
/********* RESET *********/
/*************************/
* {
  padding: 0;
  margin: 0;
}
html,
body,
div,
span,
a,
img,
h1,
h2,
p,
ul,
li {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
svg:not(:root) {
  overflow: hidden;
}
::-webkit-input-placeholder {
  color: #b9b9b9;
  line-height: 1.3;
  font-size: inherit;
}
:-moz-placeholder {
  color: #b9b9b9;
  line-height: 1.3;
  font-size: inherit;
}
::-moz-placeholder {
  color: #b9b9b9;
  line-height: 1.3;
  font-size: inherit;
}
:-ms-input-placeholder {
  color: #b9b9b9;
  line-height: 1.3;
  font-size: inherit;
}

/* Coded with love by Germán Martínez */

/* Normalizes margin, padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.45em;
}
/* Normalizes font-size for headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: "Carnas-Bold";
  margin-bottom: 30px;
  line-height: 1.15;
}
h1 .ico,
h2 .ico,
h3 .ico,
h4 .ico,
h5 .ico,
h6 .ico {
  color: #cd1321;
  margin-right: 10px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}

/* Removes list-style from lists */
ol,
ul {
  list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* Removes spacing in tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset,
img {
  border: 0;
}

/* Left-aligns text in caption and th */
caption,
th {
  text-align: left;
}

/* Removes quotation marks from q */
q:before,
q:after {
  content: "";
}

html {
  background: white;
}
/*
#######################################
ESTILOS GENERALES
#######################################
*/
::-webkit-selection {
  color: #fff;
  background: #ccc;
}
::-moz-selection {
  color: #fff;
  background: #ccc;
}
::selection {
  color: #fff;
  background: #ccc;
}
textarea,
button,
input[type="text"],
input[type="number"],
input[type="email"] {
  -webkit-appearance: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.align_justify {
  text-align: justify;
}
.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.vertical_top {
  vertical-align: top !important;
}
.vertical_middle {
  vertical-align: middle !important;
}
.vertical_bottom {
  vertical-align: bottom !important;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.display-table-row {
  display: table-row;
  vertical-align: middle;
  width: 100%;
}
.display-inline {
  display: inline-block !important;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
input:focus,
textarea:focus {
  outline: none;
}
html,
body {
  min-width: 320px;
  font-family: "Carnas-Regular";
  height: 100%;
}
iframe {
  border: none;
  margin: 0;
}

/* BOTONES GENERALES */
.TextField:valid {
  border: 1px solid green;
}
.btn,
.button {
  font-size: inherit;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #910000;
  background-color: #ae1926;
  color: #fff;
  padding: 5px 15px;
  font-family: "Carnas-Regular";
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn:hover,
.button:hover {
  text-decoration: none;
  background-color: #c4202e;
}
.btn span,
.button span {
  display: inline-block;
  margin-left: 8px;
}

.btn-ingresar {
  display: inline-block;
  cursor: pointer;
  font-family: "Carnas-Regular";
  padding: 5px 15px;
  border: 1px solid #ecd4d7;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.btn-ingresar i {
  font-size: 18px;
}
.btn-ingresar span {
  display: inline-block;
  margin-left: 8px;
}
.btn-ingresar:hover {
  text-decoration: none;
  border-color: #ae1926;
}

form tr:hover td,
form table.horizontal tr:hover td,
form table.horizontal tr:hover th {
  background: #e7e7e7;
}

form tr.action:hover td,
form tr.action:hover th,
#login_body tr:hover td,
#login tr:hover td {
  background: inherit !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.code {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

table {
  margin-bottom: 40px;
}

table .complete {
  width: 100%;
}

table.compact {
  margin-bottom: 10px;
}

table th {
  font-weight: bold;
  border-bottom: 1px solid #f7f7f7;
}

table th.status {
  width: 70px;
}
table.horizontal {
  width: 100%;
}
table.horizontal th {
  border: none;
}

table td,
table th {
  padding: 10px;
}

table.compact td,
table th.compact {
  padding: 0 6px 6px;
}

#login_register td {
  padding-left: 0;
}

#login_register #email {
  width: 220px;
}

.data table th {
  padding-left: 0;
}

tr.action td {
  padding-top: 10px;
  padding-bottom: 50px;
}

.main dd {
  margin-bottom: 20px;
}

.main dd > ol {
  margin: 5px 0 15px 0;
}

.main dd ol li {
  margin-bottom: 3px;
}

.main dl {
  margin-bottom: 25px;
}

em {
  font-style: italic;
}

#content {
  padding-bottom: 40px;
}
#content.index {
  padding-top: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  padding: 8px 15px;
  border: 1px solid #ccc;
  font-size: 0.95em;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
select {
  height: 36px;
  font-size: 0.9em;
  background-color: #fff;
}
select:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #5f5f5f;
}

a {
  color: #cd1321;
  outline: none;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

#info_dns h2 a {
  color: #830000;
  font-size: 15px;
}

h2 a {
  font-weight: inherit;
}

.button:hover {
  text-decoration: none;
}

#my_domains td,
#my_domains th {
  padding: 10px 20px;
}

#my_domains td {
  border-bottom: 1px solid #efefef;
}

#my_domains th {
  border-bottom: 1px solid #e7e7e7;
}

tr.even td,
table.horizontal tr.even th {
  background: #f7f7f7;
}

h2.result {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,
    sans-serif;
}

h2 span.domain {
  color: #000;
  font-weight: normal;
  margin-right: 10px;
  font-size: 32px;
  display: block;
}

h2 a {
  color: #222;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

p.meta {
  margin-bottom: 5px;
}

.help_text {
  font-size: 12px;
  color: #777;
}

#faq_list dl a:hover {
  text-decoration: none;
}

#faq_list dt {
  margin-bottom: 3px;
}

#faq_list dd,
#payment_info dd {
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}
#payment_method h1,
#payment_method h2,
#payment_method h3,
#payment_method h4,
#payment_method h5 {
  margin-bottom: 15px;
}
#payment_method table {
  margin-bottom: 0;
  width: 100%;
}
#payment_method table tr:hover td {
  background-color: #f7f7f7;
}
#payment_method .method-text {
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.method-text {
  font-size: 0.85em;
}
.method-text.padding {
  padding: 20px;
}
.payment_method_options {
  margin-bottom: 20px;
}
.payment_method_item:hover {
}
.payment_method_item.active {
}
.payment_method_item_sub {
  padding-left: 20px;
  padding-top: 6px;
}
.method-img {
  width: 110px;
}
.method-img img {
  vertical-align: top;
}
a.headerlink {
  display: none;
}

dt:hover a.headerlink {
  display: inline;
}

.renew {
  font-size: 12px;
}
#container.dominios_admin {
  max-width: 980px;
}
#container,
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-gray {
  background-color: #f2f2f2;
  padding-top: 30px;
}
/*Contenedor color gray para los footer internos*/
.container-gray-inner-page {
  background-color: #f2f2f2;
}
.container-gray-inner-page .container {
}
.container-gray-inner-page .container #puntope_info {
  border: none;
}
.container-gray-inner-page .container #extra_nav {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

#header {
  position: relative;
  z-index: 2;
  padding: 14px 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

#header h1 {
  margin-bottom: 0;
}

.nav-buttons {
  overflow: hidden;
}
.nav-buttons li .btn-ingresar {
  margin-right: 10px;
}
.nav-buttons li {
  float: left;
}

#header h1 a,
#header h1 span,
#header h1 a,
#header h1 a img {
  display: block;
}

#header ul.nav li.dashboard {
  background: #ffff99;
  border: 1px solid #eeee00;
  padding: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#header ul.nav li.dashboard:hover {
  background: yellow;
}

#header ul.nav li.dashboard a:hover {
  text-decoration: none;
}

#header ul.nav li a {
  font-family: "Carnas-Regular";
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  display: block;
  padding: 5px 3px;
}

#header ul.nav li a:hover {
  text-decoration: underline;
}

#header li#menu_whois {
  margin-right: 20px;
}

#header ul.nav .login_reg a {
  color: #111;
  display: inline;
}

#domain_name_search select {
  font-size: 18px;
  padding: 3px 0;
  background: #f7f7f7;
  border: 1px solid #cccccc;
  color: #222222;
  position: relative;
  height: 22px;
  top: -2px;
  overflow: hidden;
  left: -79px;
  color: #999;
}

#search {
  font-size: 18px;
  width: 442px;
  padding: 10px 15px 10px 15px;
  border: none;
}

.search_legend {
  display: block;
  font-size: 11px;
  color: #999;
}

#domain_name_search input.button {
  font-size: 18px;
  height: 30px;
  right: 1px;
  position: absolute;
  top: 1px;
  border: none;
}

p#comercializadores {
  margin-top: 40px;
}

.button_select {
  display: block;
  position: static !important;
  margin-top: 5px;
}

#domain_name_search a.button {
  display: block;
  width: 150px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: right;
  text-decoration: none;
}

#domain_name_search.index a.button {
  position: absolute;
  right: 0;
  top: -302px;
}

#domain_name_search {
}

#domain_name_search.index {
}

#domain_name_search fieldset {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

#domain_name_search label {
  font-size: 18px;
  height: 22px;
  padding: 6px 8px 2px 6px;
  position: absolute;
  left: 0;
  color: #999;
}

#domain_name_search h2 {
  display: inline;
  font-size: 20px;
  line-height: 50px;
}

#extra_nav {
  font-size: 14px;
  margin-top: 20px;
}

div.message,
div.warning {
  text-align: center;
  padding: 5px;
  background: #ffff99;
  border: 1px solid #eeee00;
  clear: both;
}
.message-whois {
  text-align: center;
  padding: 5px;
  background: #ffff99;
  border: 1px solid #eeee00;
  margin-top: 20px;
}

div.message,
div.warning {
  margin-bottom: 30px;
}
.message2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 10px;
}

div.warning,
div.error {
  background: #ffcccc;
  border: 1px solid #ffaaaa;
  margin-bottom: 20px;
}

form div.error,
form div.error2 {
  padding: 0;
  background: none;
  border: none;
  text-align: inherit;
}

div.message strong {
  font-weight: bold;
  font-size: 20px;
}

/* Tarifas y formas de pago */

#payment_info {
}

/* Domain selection */

#select_domains input[type="checkbox"] {
  margin-right: 5px;
}

#common ol {
  margin-bottom: 20px;
}
#common.search {
  text-align: center;
}

#restricted {
  margin-bottom: 20px;
}

#restricted span {
  color: #666;
  font-size: 12px;
}

#restricted_info {
  margin-bottom: 20px;
  display: none;
}

ol.results_list li {
  margin-bottom: 5px;
  padding-right: 45px;
  padding-left: 10px;
  display: inline-block;
}

ol.restricted {
  margin-top: 20px;
}

/* -------  DASHBOARD --------- */

.domain_name {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  margin-top: 35px;
}

#control_panel {
  clear: both;
  height: 32px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

#control_panel p {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 32px;
}

#control_panel ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  padding: 5px 15px;
  background: #f7f7f7;
}

#control_panel ul li a:hover {
  text-decoration: none;
}

#control_panel ul li {
  margin-right: 8px;
  height: 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  position: relative;
  top: 1px;
  margin-bottom: 8px;
}

#control_panel ul li.selected a {
  background: white;
  color: #222;
}

#control_panel ul li a:hover {
  background: white;
}

#domain_contacts ul li {
  width: 100%;
  padding: 5px 0 20px 0;
  font-size: 13px;
}

#domain_contacts {
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;

  padding: 20px;
}

#domain_contacts .button,
#nameservers .button,
#add_reg input[type="submit"] {
  font-size: 12px;
}

#domain_contacts form {
  padding: 10px 0;
  border: 1px solid #e7e7e7;
  margin: 5px 0 10px 0;
  border-left: none;
  border-right: none;
}

#domain_contacts form select {
  width: 100%;
}

#domain_contacts span {
  display: block;
  margin-top: 3px;
}

#domain_info dl dt {
  float: left;
  margin-right: 5px;
}

#domain_info,
#nameservers,
#domain_owner {
  float: left;
  overflow: hidden;
  font-size: 13px;
  width: 220px;
  margin-right: 20px;
  margin-bottom: 40px;
}

#mxregs {
  font-size: 13px;
  margin-bottom: 20px;
}

#mxregs_table {
  font-size: 11px;
}

#mxregs_table td,
#mxregs_table th {
  padding: 3px 4px;
}

#nameservers,
#mxregs {
  width: 100%;
  margin-right: 0;
  float: none;
  clear: both; /* Necesario para Firefox 2 */
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
}

div.group {
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
}

#nameservers form {
  display: block;
  margin: 10px 0;
}

#nameservers form ol {
  margin-bottom: 20px;
}

#nameservers form ol li {
  margin-bottom: 8px;
}

#nameservers form ol li input {
  margin-right: 8px;
  width: 171px;
}
#nameservers form ol li input.hightlight {
  background-color: #ffff99;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#nameservers label {
  margin-bottom: 10px;
  display: inline-block;
}

#nameservers #edit_b label {
  width: 174px;
  margin-right: 8px;
  text-align: center;
}

#edit_a {
  position: relative;
}

#nameservers #dns_conip {
  margin: 0;
}

.help_dns {
  margin: 10px 0;
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
}

.help_dns_small {
  font-size: 11px;
  margin-top: 24px;
}

#domain_owner {
  width: 50%;
}

#info_dns {
}

#info_dns h2 a {
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: normal;
}

#nameservers .edit_dns,
#mxregs #add_reg {
  display: none;
}

#mxregs #add_reg form table {
  margin-bottom: 0;
}

#domain_owner span {
  display: block;
}

/* ----------- */

div#promo.index {
  height: 400px;
  position: relative;
  z-index: 1;
}

#domain_price {
  font-size: 20px;
  font-weight: 200;
  color: #b20000;
}

#guides {
  padding: 50px 0;
  border-top: 1px solid #cccccc;
  margin-top: 50px;
}
#guides h4 {
  margin-bottom: 30px;
}

#guides ol {
  width: 100%;
  display: block;
  text-align: center;
}

#guides ol li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
}
#guides.guides-ayuda ol li {
  width: 100%;
}
#guides.guides-ayuda {
  margin-top: 0;
  padding-top: 15px;
}
#guides ol li .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #cccccc;
  transform: scale(0.85);
  -webkit-transition: color 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  background-color: white;
  font-size: 21px;
  padding-left: 3px;
}
#guides ol li:hover .ico-play {
  transform: scale(1);
  color: #000;
}
#guides ol li .guide-item-inner {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #cccccc;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  transition: border 0.3s ease;
  margin-bottom: 5px;
}
#guides ol li:hover .guide-item-inner,
.video-default:hover {
  border-color: transparent;
}

#guides ol li .border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  opacity: 0;
  -webkit-transition: border 0.3s ease, opacity 0.3s ease;
  -moz-transition: border 0.3s ease, opacity 0.3s ease;
  -o-transition: border 0.3s ease, opacity 0.3s ease;
  -ms-transition: border 0.3s ease, opacity 0.3s ease;
  transition: border 0.3s ease, opacity 0.3s ease;
}
#guides ol li:hover .border {
  border-color: #cd1321;
  border-width: 5px;
  opacity: 1;
}

#guides ol li .guide-item-inner img {
  max-width: 100%;
}

.sidebar ol.videos li {
  float: none;
  border: none;
}

#guides ol li img,
.sidebar ol.videos li img {
}

#guides2 {
  position: absolute;
  top: 270px;
  z-index: 1000;
  font-size: 13px;
  color: #7d7d7d;
  right: 54.5%;
}
#guides2 ol li:hover,
.sidebar ol.videos li:hover {
  z-index: 999;
  opacity: 1;
  position: relative;
  cursor: pointer;
}

.puntope_overlay2 {
  background: #ececec;
  background: rgba(233, 233, 233, 0.85);
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  width: 600px;
  padding: 12px;
  font-size: 11px;
  z-index: 2000;
}

#guides ol li span,
.sidebar ol.videos li span {
  display: block;
  width: 100%;
  font-size: 0.85em;
}

#guides p {
  font-size: 12px;
}

#guides p.complete_list {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.puntope_overlay {
  display: none;
  background: #ececec;
  background: rgba(233, 233, 233, 0.85);
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
  width: 640px;
  padding: 35px;
  font-size: 11px;
  z-index: 2000;
}

.puntope_overlay div.close {
  background-image: url(/img/overlay/close.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

#media {
  width: 100%;
  position: relative;
  margin: 40px 0 0 0;
  overflow: hidden;
}

#media h3,
.sidebar h3 {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.main {
  padding-right: 15px;
}
.main h3 {
  width: auto;
  margin-bottom: 10px;
  font-size: 23px;
}

.sidebar h2 {
}

.contact_h2 {
  background: transparent url(/img/sello.png) no-repeat 130px 0;
  height: 40px;
}

.main .contact_h2 {
  background: transparent url(/img/sello.png) no-repeat 180px 0;
}

.main h4 {
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  color: #222;
  font-weight: normal;
  margin: 20px 0 15px 0;
  padding-bottom: 8px;
}

#media h2 + p,
.sidebar h2 + p {
  margin-top: 10px;
}

#media #news,
#media #why_puntope,
#media #other_stuff {
  width: 33.33333334%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
#media #why_puntope {
  padding-left: 0;
}
#media #news {
}
#media #other_stuff {
  padding-right: 0;
}
#media #other_stuff h2 {
  text-align: center;
}

#why_puntope ul {
  margin-top: 10px;
}
#why_puntope ul li {
  margin-bottom: 30px;
}
#why_puntope ul li:last-child {
  margin-bottom: 0;
}

#why_puntope li p {
  padding-right: 35px;
}

#why_puntope li h3 {
  font-weight: normal;
  font-size: 15px;
  font-weight: bold;
}

#why_puntope li h3 strong {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
}

.total {
}
.total .num,
.total-list .total-list-item .num {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.total .txt,
.total-list .total-list-item .txt {
  padding-left: 15px;
  display: inline-block;
  width: 50%;
  line-height: 1.3em;
}
.total p,
.total-list .total-list-item p {
}
.total .num {
  font-size: 40px;
  font-weight: 700;
}
.total-list .total-list-item {
  margin: 6px 0;
}
.total-list .total-list-item .num {
  font-size: 1.5em;
  font-weight: 700;
}
.total,
.total-list {
  text-align: left;
}

#payment img {
  display: block;
  margin: auto auto;
}

#payment ul {
  overflow: hidden;
  margin-top: 10px;
}

#payment ul li {
  border: none;
  float: left;
  margin-bottom: 20px;
  height: 45px;
  width: 150px;
}

#payment ul li a {
  display: block;
  background: transparent url(/img/logos-pago.png) no-repeat 0 0;
  height: 45px;
  width: 150px;
  text-indent: -9999px;
}

#payment #mastercard a {
  background-position: 0 0px;
}

#payment #verifiedbyvisa a {
  background-position: 0 -45px;
}

#payment #visa a {
  background-position: 0 -90px;
}

#payment #westernunion a {
  background-position: 0 -135px;
}

#payment #safetypay a {
  background-position: 0 -180px;
}

#payment #bcp a {
  background-position: 0 -280px;
}

#payment #securecode a {
  background-position: 0 -360px;
}

#payment #pagoefectivo a {
  background-position: 0 -423px;
}

#payment #american a {
  background-position: 0 -492px;
}

#news ul {
  margin-bottom: 15px;
}

#news li {
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
}

#news li {
  padding: 10px 0 20px;
}

#news li .more {
  margin-top: 10px;
  display: block;
}

#media_blog,
#media_twitter {
  background: url(/img/services_icons.png) no-repeat scroll 0 0 white;
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  float: right;
}

#media_blog {
  background-position: 0 -80px;
}

#media_twitter {
  background-position: 0 -165px;
}

#twitter_header {
  margin-top: 40px;
}

#rates_table span {
  font-size: 10px;
}

#stats span {
}

#marketers,
#parking,
#payment {
  padding-top: 0px;
}

#marketers_list {
  margin-top: 20px;
  text-align: center;
}

#marketers_list li {
  border: none;
  margin-bottom: 15px;
  display: inline-block;
}

#marketer-page-inner {
  margin-top: 30px;
}

p.meta,
a.twitter_time {
  color: #888;
}

p.meta a {
  float: right;
}

.more {
  clear: both;
}

ul.nav {
  overflow: hidden;
}

ul.nav li {
  float: left;
  margin-right: 8px;
}

/* -------- WHOIS ----------*/
.disclaimer {
  font-size: 0.9em;
  color: #666;
  margin-top: 50px;
  clear: both;
  text-align: justify;
  margin-bottom: 50px;
}

#whois_search input {
  font-size: 16px;
  display: block;
}

input#dominio {
  width: 258px;
}

#whois form {
  overflow: hidden;
  margin-bottom: 30px;
}

#whois_captcha {
  margin: 20px 0;
}

#whois_captcha img {
  float: left;
  margin-right: 5px;
  height: 40px;
  border: 1px solid #ccc;
}

#whois_captcha span {
  font-size: 12px;
  display: block;
  clear: both;
  margin-top: 5px;
}

#whois_captcha #captcha {
  display: inline;
  font-size: 28px;
  width: 110px;
  padding: 2px 6px 2px;
  text-align: center;
}

#whois_search label {
  margin-bottom: 5px;
  display: block;
}

#whois {
  float: left;
  margin-top: 20px;
  width: 300px;
}

.data {
  float: right;
  width: 550px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-whois .data {
  float: none;
  width: auto;
  margin-left: 300px;
}

.data h2 a {
  color: #aa232a;
}

.data h2 a:hover {
  text-decoration: underline;
}

/* Contacto */

#contact_form {
  margin-top: 20px;
}

#contact_form div input {
  width: 300px;
}
#contact_form .row {
  position: relative;
  padding-left: 100px;
}
#contact_form .row input,
#contact_form .row textarea,
#contact_form .row select {
  width: 100%;
}
#contact_form .row input {
}
#contact_form .row textarea {
}

#contact_form textarea {
  width: 100%;
  height: 200px;
  padding: 20px 0 20px 20px;
  display: block;
}

#contact_form div {
  margin-bottom: 10px;
}

#contact_form label {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  display: block;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
}
#contact_form label.error {
  position: relative;
  width: auto;
  text-align: left;
}
#contact_form input.error,
#contact_form select.error,
#contact_form textarea.error {
  color: inherit;
}

/* Resumen de compra */

h3.sales_code {
  font-size: 20px;
  font-weight: normal;
  margin-top: 30px;
}

h3.sales_code span {
  font-size: 45px;
  font-weight: bold;
}

#content.sales_summary table {
  min-width: 500px;
}

/* Punto Pe Info */

#puntope_info {
  font-size: 0.8em;
  padding-top: 50px;
  border-top: 1px solid #ccc;
  clear: both;
  padding-bottom: 40px;
  color: #666;
}
#puntope_info.no-border {
  border-top: none;
}

#puntope_info h5 {
  margin: 15px 0 15px 0;
  color: #222;
}

#puntope_info .nav a {
  padding-bottom: 2px;
  border-bottom: 1px solid #cd1321;
  -webkit-transition: border-bottom 0.3s ease;
  -moz-transition: border-bottom 0.3s ease;
  -o-transition: border-bottom 0.3s ease;
  -ms-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}
#puntope_info .nav a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

#puntope_info dl dt {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  color: #222;
}

#puntope_info ul.nav {
  overflow: hidden;
  padding-top: 20px;
}

#puntope_info ul.nav li {
  margin-right: 15px;
  margin-bottom: 8px;
}

#puntope_info h4 a {
  margin-bottom: 10px;
}
.thawte {
  padding-top: 25px;
}

/* Shopping cart */

#shoping_cart_items table {
  margin-bottom: 0;
}

#shoping_cart_items table td,
#shoping_cart_items table th {
  padding: 10px 20px;
}

#shoping_cart_items table th {
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

/*LISTAS*/
ul.styled {
}
ul.styled li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
ul.styled li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e900";
  font-family: "icomoon";
  color: #cd1321;
}
ol.styled {
  margin-bottom: 20px;
}
ol.styled li {
  counter-increment: step-counter;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
ol.styled li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 16px;
  font-size: 18px;
  color: #cd1321;
}

/*ROW*/
.row-50 {
  width: 100%;
}
.row-50 .row-item {
  width: 50%;
  float: left;
}
.row-50 .row-item.row-lft {
  padding-right: 20px;
}
.row-50 .row-item.row-rgt {
  padding-left: 20px;
}

/* Login Register */

#login_body {
  background: white;
  overflow: hidden;
}

#login_body table {
  margin-bottom: 0;
}
.header {
  position: relative;
}
#header .form_login {
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  padding: 20px 20px 5px;
  width: 350px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
#header .form_login a {
  font-size: 0.9em;
}
.form_login .row {
  position: relative;
  padding-left: 115px;
  margin-bottom: 15px;
}
.form_login .row label {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100px;
  text-align: right;
}
.form_login .row input {
  width: 100%;
}

#login_register {
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}

#remember_me {
  float: left;
  margin: 4px 5px 0 0;
}

label[for="remember_me"] {
  font-size: 13px;
}

#register label {
  display: inline-block;
  font-size: 0.85em;
  margin-top: 8px;
  width: 290px;
  text-align: left;
  margin-right: 10px;
}
#register label.error {
  margin-top: 5px;
}

#w-politicas_privacidad label.error {
  display: none !important;
}
#w-politicas_privacidad label.error_show {
  display: none;
}
#w-politicas_privacidad.w-error label.error_show {
  display: block;
}

#register .label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: -7px;
  width: 280px;
  text-align: right;
  margin-right: 10px;
}

#register label small {
  color: #666;
  font-weight: normal;
  display: block;
}

#register select {
  width: 295px;
}

#register select.loading {
  background: url("../assets/icons/loading.gif") 95% 50% no-repeat;
  background-size: 21px;
}

.menu-mobile {
  height: 30px;
  position: relative;
  z-index: 101;
  display: none !important;
  margin-left: 16px;
  border-left: 1px solid #d0c2c2;
  padding-left: 20px;
}

.btn-mobile {
  opacity: 0.9;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  padding-top: 3px;
}
.btn-mobile:hover {
  opacity: 1;
}

#direccion1,
#razon_social,
#telefono,
#telefono_movil,
#email,
#remail {
  width: 31%;
}

#numero_documento {
  width: 201px;
}

#register select#cod_tipo_doc_identidad {
  width: auto;
}

#register input.button {
  display: block;
  margin-top: 20px;
}

#register fieldset {
  margin-bottom: 35px;
  line-height: 1;
  padding-top: 10px;
}

#register .row .w-row,
.form-validated .row .w-row {
  position: relative;
}
#register .row .w-row input,
.form-validated .row .w-row input {
  padding-right: 40px;
}
#register .row .w-row input[aria-invalid="false"],
.form-validated .row .w-row input[aria-invalid="false"] {
  background: url("../assets/icons/icon_success2x.png") 99% 50% no-repeat;
  background-size: 20px auto;
}
#register .row .w-row input[aria-invalid="true"],
.form-validated .row .w-row input[aria-invalid="true"] {
  background: url("../assets/icons/icon_error2x.png") 99% 50% no-repeat;
  background-size: 18px auto;
}
#register .row .w-row .ok,
.form-validated .row .w-row .ok {
  position: absolute;
  right: 8px;
  top: 4px;
}

#register fieldset div.error,
#register fieldset div.error2 {
  color: #222;
}
#register fieldset div.error2 input {
  background: url("../assets/icons/icon_error2x.png") 99% 50% no-repeat;
  background-size: 18px auto;
}

#register div span.error,
#register div span.ok {
  display: none;
  font-size: 0.85em;
  position: relative;
}

#register div span.error {
  width: auto;
}

#register div span.ok {
  background: transparent url(/img/ok.png) no-repeat 0 0;
  width: 20px;
  height: 18px;
  top: 0;
}

#register div.error span.error,
#register div.error2 span.error,
#register div.ok span.ok {
  display: inline-block;
}

.main {
  width: 60%;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
}

.sidebar {
  width: 300px;
  float: right;
  margin-bottom: 50px;
}

.sidebar dl {
  margin-top: 10px;
}

.vertical-middle {
  vertical-align: middle;
}

.sidebar dl dd {
  margin-bottom: 5px;
}

#media .sidebar {
  width: auto;
}

.search_sidebar {
  position: relative;
  top: -39px;
}

.sidebar ol.videos {
  margin-top: 10px;
}

ol.videos {
  margin-bottom: 60px;
}

ol.videos li {
  margin-bottom: 30px;
}

ol.videos p {
  font-size: 11px;
}

.error,
.error2,
.error_show {
  padding: 5px;
  clear: both;
  color: red;
  margin-bottom: 5px;
}
.error2 p {
  text-align: center;
  position: relative;
  top: -20px;
  margin-bottom: 0;
}

.data_info li {
  border: none;
}

/* Compra */

#header ul.steps {
  position: absolute;
  top: 30px;
  left: 200px;
}

#header ul.steps li {
  float: left;
  margin-left: 20px;
  color: #999;
}

#header strong {
  color: #222;
}

.compra label {
  width: 200px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 10px;
  line-height: 1;
}

.compra .info,
#payment_method .info {
  display: block;
  font-size: 11px;
}

.next-cancel {
  margin-top: 25px;
}

#nameservers .next-cancel {
  margin-top: 5px;
}

.next-cancel input,
.next-cancel button {
  margin-right: 20px !important;
}

.next-cancel a {
  font-size: 13px;
}

#contrato {
  height: 200px;
  width: 100%;
  overflow-y: auto;
  padding: 30px 40px;
  text-align: justify;
  border: 1px solid #e7e7e7;
  font-size: 12px;
  margin: 10px 0;
}

#contrato.rules {
  width: 520px;
}

#caompi img,
#cp img {
  margin: 40px 10px 10px 0;
  display: block;
}

#contrato h1,
#contrato h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana,
    sans-serif;
  font-size: 15px;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

#contrato h1 {
  font-size: 18px;
  margin-top: 0;
}

#agree_terms {
  width: 100%;
  text-align: left;
  margin-right: 410px;
}

#agree_terms input {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#payment_method label {
  display: block;
  margin-bottom: 5px;
}

#payment_method label input {
  margin-right: 5px;
}
.method-row {
  overflow: hidden;
}
.method-row .method-col-2 {
  width: 50%;
  float: left;
}
.method-row .method-col-2.lft {
  padding-right: 10px;
}
.method-row .method-col-2.rgt {
  padding-left: 10px;
}

.button[disabled="disabled"],
.button[disabled="disabled"]:hover {
  background: transparent url(/img/button_disabled.png) repeat-x 0 0;
  border-color: #ddd;
  cursor: default;
}

#payment_method input.button {
  margin: 20px 30px 0 0;
  float: left;
}

#payment_method #cancel {
  position: relative;
  top: 25px;
}

#payment_method_select {
  margin-top: 20px;
}

.payment_method_select {
  margin-bottom: 5px;
}

.hide {
  display: none;
}

.data_info {
  color: #999;
}

input.buscar_contacto_input {
  font-size: 16px;
  padding: 6px;
}

.promocion {
  background: none repeat scroll 0 0 #f7f7f7;
  padding: 2px 8px;
  width: 300px;
}
.promocion_min {
  background: none repeat scroll 0 0 #e7e7e7;
  padding: 2px 8px;
  width: 300px;
}
.prom_costo {
  color: #830000;
  margin-bottom: -10px;
}
.prom_hijo {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-left: 25px;
  padding: 2px 8px;
  width: 275px;
}

#prom_table,
#prom_table th,
#prom_table td {
  padding: 1px 5px;
  /*border:1px solid #222222;*/
  margin-bottom: 5px;
  font-size: 10px;
}
.mensaje_advertencia {
  color: #830000;
  background: #ffff99;
  padding: 5px 10px;
  border: 1px solid #eeee00;
  margin-bottom: 20px;
  font-size: 16px;
}

#register select#tipo_doc_reclamo {
  width: 65px;
}

#usuario_email {
  width: 220px;
}

/*Estilos para modal de politicas de privacidad de datos*/
.overload {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 100%;
  overflow-x: hidden;
  padding: 30px 0;
}
.helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.popup {
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  padding: 50px !important;
  position: relative;
}
.btn_close {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #e31d28;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  position: absolute;
  top: 35px;
  right: 35px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn_close:hover {
  text-decoration: none;
  background-color: #000;
}

/*
#######################################
Estilos para contenido enriquecido de politicas de privacidad de datos
#######################################
*/
.richtext p,
.richtext li {
  line-height: 1.5;
  color: #515151;
}
.richtext h2 {
  color: #222;
  font-weight: bold;
}
.richtext ul {
  margin-bottom: 20px;
}
/*
#######################################
BUSCADOR
#######################################
*/
.buscador {
  padding: 40px 0;
  text-align: center;
}
.buscador-inner {
  position: relative;
  padding-right: 83px;
  border: 1px solid #c4202e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.buscador-inner .btn {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  height: 100%;
  font-size: 21px;
}
.buscador-inner .btn:hover {
  outline: none;
}
/*
#######################################
WRAPERS-HEADER
#######################################
*/
.wrapper-ad {
  text-align: center;
  padding: 20px 0;
}
.wrapper-ad img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

/*
#######################################
WRAPERS-IMG under search
#######################################
*/
.wrapper-image-price {
}
.wrapper-image {
  width: 50%;
}
.wrapper-price {
  width: 50%;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.wrapper-price h4 {
  font-family: "Carnas-Bold";
  font-size: 18px;
  position: relative;
  top: 37px;
  margin-bottom: 0;
}
.wrapper-price h3 {
  font-family: "Carnas-Bold";
  font-size: 33px;
  color: #cd1321;
  white-space: nowrap;
}
.wrapper-price h3 span {
  font-size: 2em;
}
.wrapper-image img {
  max-width: 100%;
  display: inline-block;
}
/*
#######################################
PAY METHODS
#######################################
*/

.pay-methods {
  padding: 50px 0 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.pay-methods h3 {
  margin-bottom: 30px;
}
.pay-methods-inner {
  padding-top: 20px;
}
.pay-method {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.pay-method a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.pay-method a img {
  max-width: 100%;
  display: inline-block;
}

/*
#######################################
STADIST 
#######################################
*/
#stats p {
  margin: 0 !important;
}
#stats table {
  margin-bottom: 0;
}
#stats table td {
  padding: 1px 2px;
}
#stats table tr td:first-child {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
}

/*
#######################################
TARIFA DETALLE
#######################################
*/
.tarifa-detalle {
  margin-bottom: 50px;
  padding-top: 20px;
  font-size: 0.9em;
}
.tarifa-detalle p.important {
  color: #cd1321;
}
span.important {
  color: #cd1321;
}

/*
#######################################
OVERLAY-VIDEOS
#######################################
*/
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.65) url("../assets/icons/loading_dark.svg") 50%
    50% no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 40px 15px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay .popup-video {
  max-width: 850px;
  width: 100%;
  position: relative;
}
.overlay .popup-video .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
}

.overlay .btn-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -20px;
  right: -20px;
  z-index: 10;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  text-align: center;
}
.overlay .btn-close:hover {
  color: #cd1321;
  text-decoration: none;
}

.overlay .popup-video .popup-video-container {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.overlay .popup-video .popup-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
#######################################
TABLA GENERAL
#######################################
*/

.wrapper-wrapper {
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.table-widthfull {
  width: 100%;
}
.wrapper-table-general {
  border: 1px solid #000;
  overflow: hidden;
  display: inline-block;
  min-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.table-general {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.table-general th {
  background-color: #d68c92;
  color: #fff;
  border-bottom: 1px solid #b6777c;
}
.table-general thead th {
  text-align: center;
}
.table-general thead th.th-light {
  background-color: #eac5c8;
  color: #000;
}
.table-general thead th.th-dark {
  background-color: #a994a5;
  color: #000;
}
.table-general tbody {
}
.table-general tr {
}
.table-general tr:nth-child(even) {
  background: #efefef;
}
.table-general tr:nth-child(odd) {
}
.table-general tr td,
.table-general tr th {
  padding: 20px;
}
.table-general tr td {
  border-right: 1px solid #d1d1d1;
}
.table-general td:last-child,
.table-general th:last-child {
  border-right: 0;
}
.table-general tr td input[type="checkbox"].checkbox {
  margin-right: 8px;
}
.table-general tr th {
  border-right: 1px solid #b6777c;
}
.table-general tr td strong,
.table-general tr th strong {
  font-family: "Carnas-Bold";
}

/*
#######################################
FORMULARIO GENERALES
#######################################
*/
.formulario .row {
  position: relative;
  margin-bottom: 10px !important;
}
.formulario .row textarea {
  width: 100%;
}
.formulario .row label,
.formulario .row .label {
  display: block;
  text-align: left !important;
  margin-bottom: 6px !important;
  width: auto !important;
}
.formulario .row input[type="text"],
.formulario .row input[type="password"],
.formulario .row input[type="email"],
.formulario .row input[type="number"],
.formulario .row select {
  display: block;
  width: 100% !important;
}
.formulario .row input[type="text"].error,
.formulario .row input[type="password"].error,
.formulario .row input[type="email"].error,
.formulario .row input[type="number"].error,
.formulario .row select.error {
  color: inherit;
}
.formulario .row span.ok,
.formulario .row span.error {
  margin-top: 6px !important;
}
.registro-centrado {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/*
#######################################
PAGINAS DE ERROR
#######################################
*/
.page-error {
}
.page-error h1 {
  font-size: 58px;
  color: #6b6d76;
  text-shadow: 0 -1px 0px #434449;
}
.full_height {
  width: 100%;
  height: 100%;
  background: url("../assets/icons/404.png") 50% no-repeat;
  background-size: cover;
}

/*
#######################################
WAF
#######################################
*/
.waf-container {
  padding: 75px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.waf-ico {
  float: left;
  width: 150px;
}
.waf-ico .ico {
  width: 150px;
  height: 150px;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 49px;
  background-color: #cc3300;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.waf-txt {
  padding-left: 220px;
}
.waf-txt ol li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 700;
  font-size: 19px;
}
.waf-txt ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.aviso {
  padding: 20px 25px;
  background-color: #f2f2f2;
  padding-left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.aviso p {
  margin-bottom: 0;
}
.aviso .inner {
  position: relative;
  padding-left: 40px;
}
.aviso .ico {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 23px;
}
.lock-link {
  margin: 15px 0;
  font-size: 1.4em;
  display: inline-block;
  background-color: #4caf50;
  padding: 10px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.lock-link strong {
  font-family: "Carnas-Bold";
  font-size: 1.1em;
}
.lock-link:hover {
  text-decoration: none;
}
.lock-link:hover {
  background-color: #65c569;
}

/* Pago Visa */
.contain {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}


.paid-detail {
  width: 80%;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 30px;
  border-radius: 7px;
}

.rigth {
  background-color: #75717108;
  width: 100%;
  padding-top: 17px;
  padding-right: 15px;
  padding-bottom: 17px;
  justify-content: flex-end;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.details-order li {
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;
}

.details-domain {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.details-domain li{
  padding: 5px 0 5px 0;
}

.head h3 {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1.5px solid #ff141e;
  padding-bottom: 10px;
}

.mount {
  text-align: center;
  padding-top: 30px;
}

.mount span {
  color: #ae1926;
}

.message.logo{
  background: transparent !important;
  border: none !important;
}
/*
#######################################
RESPONSIVE - MEDIAS QUERIES
#######################################
*/

@media only screen and (max-width: 1023px) {
  #header ul.nav li {
    width: 100%;
    float: none;
    text-align: center;
    border-bottom: 1px solid #cccbcb;
  }
  #header ul.nav li:last-child {
    border-bottom: 0;
  }
  #header ul.nav li a {
    width: 100%;
    display: block;
    padding: 13px 0;
  }

  .nav-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    padding: 0 15px;
    background-color: #f7f7f7;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #ae1926;
    border-top: 1px solid #cccbcb;
    text-align: right;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .menu-mobile {
    display: inline-block !important;
  }
  .wrapper-image {
    width: 100%;
  }
  .wrapper-price {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .overlay .btn-close {
    top: -25px;
    right: -10px;
  }

  .main {
    width: 55%;
  }

  #control_panel {
    height: auto;
    border-bottom: none;
  }
  #control_panel p {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  #control_panel ul li {
    top: 0;
    height: auto;
  }

  #guides {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .pay-method {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ad {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    margin-left: -15px;
    margin-right: -15px;
  }

  .content-login .row-50 .row-item.row-lft {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
  }
  .row-50 .row-item {
    width: 100%;
  }
  .row-50 .row-item.row-lft {
    padding-right: 0;
  }
  .row-50 .row-item.row-rgt {
    padding-left: 0;
  }

  #media #news,
  #media #why_puntope,
  #media #other_stuff {
    width: 100%;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e1e1;
  }
  #media #other_stuff {
    text-align: center;
    border-bottom: 0;
  }
  #other_stuff #stats {
    display: inline-block;
  }

  #container,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search {
    width: 100%;
  }
  #guides ol li {
    width: 33.333333333334%;
  }
  .main {
    padding-right: 0;
  }
  .main,
  .sidebar {
    width: 100%;
  }

  #guides.guides-ayuda ol li {
    width: 50%;
  }
  #marketers_list li {
    display: inline-block;
    width: auto;
    margin: 0 5px 10px;
  }

  .content-whois #whois {
    float: none;
  }
  .content-whois .data {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .page-error h1 {
    font-size: 48px;
  }

  /*TABLA RESPONSIVA*/

  .table-general.table-responsive tr {
    border-bottom: 1px solid #222;
  }
  .table-general.table-responsive tr:last-child {
    border-bottom: 0;
  }
  .table-general.table-responsive tr td {
    border-right: 0;
    padding: 0 !important;
  }
  .table-general.table-responsive tr td,
  .table-general.table-responsive tr th {
    padding: 12px 20px;
  }
  .table-general.table-responsive thead {
    display: none;
  }
  .table-general.table-responsive td {
    display: block;
    text-align: right;
    overflow: hidden;
    position: relative;
  }
  .table-general.table-responsive td .td-inner {
    padding: 15px;
    padding-left: 50%;
  }
  .table-general.table-responsive tr:nth-child(even) td .td-inner {
  }
  .table-general.table-responsive td:last-child {
    border-bottom: 0;
  }
  .table-general.table-responsive td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: "Carnas-bold";
    display: blo.table-responsiveck;
    width: 50%;
    padding: 15px;
    text-align: left;
  }
  .table-general.table-responsive td:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #f0f0f0;
  }
  .table-general.table-responsive tr:nth-child(even) td:after {
    background-color: #dcdcdc;
  }
  .table-general.table-responsive tr td:last-child:after {
    background-color: transparent;
  }
  .table-general.table-responsive tr td:before {
    background-color: #eac5c8;
    border-bottom: 1px solid #d6afb2;
  }
  .table-general.table-responsive tr td:last-child:before,
  .table-general.table-responsive tr:nth-child(even) td:last-child:before {
    border-bottom: 0;
  }
  .table-general.table-responsive tr:nth-child(even) td:before {
    background-color: #d68c92;
    color: #fff;
    border-bottom: 1px solid #b6777c;
  }
  .waf-ico {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .waf-txt {
    padding-left: 0;
  }
}

@media only screen and (max-width: 660px) {
  .pay-method {
    width: 33.333333333334%;
  }
  table.horizontal {
    width: 50%;
  }
}

@media only screen and (max-width: 540px) {
  #guides ol li {
    width: 50%;
    padding: 4px;
  }
  #payment_method #cancel {
    display: inline-block;
  }
  .waf-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .menu-mobile {
    padding-right: 5px;
  }
  .header {
    position: relative;
  }
  #header .form_login {
    width: auto;
    width: auto;
    left: 0;
  }
  #guides {
    margin-top: 0;
  }
  .nav-buttons a span {
    display: none !important;
  }
  .btn-ingresar {
    border: 1px solid #ae1926;
  }
  .nav-menu {
    padding: 0;
  }
  #search {
    font-size: 15px;
  }
  .wrapper-price h4 {
    top: 28px;
  }
  .wrapper-price h3 {
    font-size: 25px;
  }
  .nav-buttons li .btn-ingresar {
    margin-right: 5px;
  }
  #guides.guides-ayuda ol li {
    width: 100%;
  }
  #control_panel ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  #guides h3 {
    font-size: 16px;
  }
  #whois {
    width: 100%;
  }
  input#dominio {
    width: 100%;
  }
  #whois_captcha img {
    width: 50%;
    margin-right: 3%;
  }
  #whois_captcha #captcha {
    width: 47%;
  }
  .page-error h1 {
    font-size: 41px;
  }
  .waf-ico .ico {
    width: 130px;
    height: 130px;
  }
  .waf-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
