/**
* Estilos personalizados WHMCS Neubox
*
* @author    Neubox
* @copyright Copyright (c) 2004 - 2018 NEUBOX Internet SA de CV
* @link      https://neubox.com
**/
#Primary_Navbar-promoDistributor > a {
  background: #2d92d0 !important;
  color: #fff !important;
  border-radius: 5px;
  margin-right: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
#Primary_Navbar-promoDistributor a:hover {
  background: #27668d !important;
}
#Primary_Navbar-promoDistributor:after {
  content: "10% Más";
  position: absolute;
  background-color: #ee3b4c;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 0.3em;
  top: -1em;
  left: -5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#Primary_Navbar-promoDistributor:before {
  content: "";
  height: 0;
  width: 0;
  border-right: 15px solid #ab0b1a;
  border-bottom: 15px solid transparent;
  border-top: 0px solid transparent;
  position: absolute;
  left: -5px;
  top: 10px;
}
/*switch box*/
.switch-box label {
  display: inline-block;
  cursor: pointer;
}

.switch-box .gray {
  margin: 0em 1em;
}

.switch-box input {
  display: none;
}

.label-switch {
  display: inline-block;
  top: 0.7em;
  position: relative;
  width: 3.5em;
  height: 1.6em;
  cursor: pointer;
  background: #bdbdbd;
  border-radius: 1em;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset,
    0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

.label-switch:before {
  content: " " !important;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  transform: none !important;
  font-size: 1em !important;
}

.switch:checked ~ .oky {
  color: #46aa71;
}

.switch:checked + .label-switch {
  background: #46aa71;
}

.switch:checked + .label-switch:before {
  left: 2em;
}

/*fin switch box*/
/* Back to top */
.backToTop {
  position: fixed;
  right: 1.5em;
  bottom: -3em;
  background-color: #2d92d0;
  color: #fff;
  border: none;
  border-radius: 100%;
  padding: 0;
  height: 3em;
  width: 3em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  outline: none !important;
  z-index: 1;
}

.backToTop:hover {
  background: #27668d;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}

.backToTop .fa {
  font-size: 2.5em;
  line-height: 0.7em;
}

.backToTop.active {
  opacity: 1;
  bottom: 1em;
}

/*< daniel@neubox.net was here>
#Primary_Navbar-distributor>a
{
  background: #2D92D0 !important;
  color: #fff !important;
  border-radius: 5px;
  margin-right: 15px;
  color: #fff;
}
#Primary_Navbar-distributor a:hover { background: #27668D !important; }
#Primary_Navbar-distributor:after
{
  content: "Nuevo";
  position:absolute;
  background-color: #EE3B4C;
  color: #fff;
  font-size: .8em;
  padding: .2em .3em;
  top : -1em;
  left: -5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#Primary_Navbar-distributor:before
{
  content: "";
  height: 0;
  width: 0;
  border-right: 15px solid #ab0b1a;
  border-bottom: 15px solid transparent;
  border-top: 0px solid transparent;
  position: absolute;
  left:-5px;
  top: 10px;
}
*/
@keyframes pino {
  from {
    transform: rotate(15deg);
  }

  to {
    transform: rotate(-15deg);
  }
}

#Primary_Navbar-promoNavidad > a {
  background: #46aa71 !important;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 10px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  padding-top: 0.5em;
}

#Primary_Navbar-promoNavidad > a:hover {
  background: #64bc89 !important;
}

#Primary_Navbar-promoNavidad > a i {
  animation: pulse ease-out 1s infinite;
  animation-delay: 3s;
  display: inline-block;
  transform-origin: 50% 110%;
  animation: pino 1s ease-in-out infinite alternate;
  position: relative;
}

#Primary_Navbar-promoNavidad > a:before {
  content: "";
  background: url(/templates/neubox/img/nuevo-badge.svg);
  height: 3em;
  width: 4em;
  position: absolute;
  left: -0.2em;
  top: -0.75em;
  background-repeat: no-repeat;
}

/* Efecto desenfocado (blur) */
.nbx-contenido-desenfocado > :not(.nbx-contenido-enfocado) {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transition: filter 0.2s linear;
}

.nbx-soporte-tel-small {
  color: #999;
  display: block;
  font-size: 65%;
  font-weight: normal;
  line-height: 0.65;
  text-align: center;
}

.tultip {
  position: relative;
  display: inline;
  padding: 0;
  position: relative;
  cursor: default;
}

.tultiptext p {
  color: #2d92d0;
}

.tultip .tultiptext {
  color: #2d3e50;
  padding: 10px !important;
  transition: all 500ms cubic-bezier(0.42, 0.325, 0.505, 1.21);
  background-color: #fff !important;
  font-weight: 400 !important;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #2d92d0;
  box-shadow: -5px 7px 13px -5px rgba(0, 0, 0, 0.4);
  display: none;
  left: 120%;
  position: absolute;
  top: -70%;
  width: 300px;
  z-index: 99;
  padding: 2px;
  -moz-box-shadow: 4px 6px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 6px 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.tultip .icon-info-circle {
  font-size: 1em !important;
}

.tultip:hover {
  color: #ff9c43;
}

.tultip:hover .tultiptext {
  display: block;
  opacity: 1;
}

.tultip.activado .tultiptext {
  display: block;
  opacity: 1;
}

.tultiptext:after {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #2d92d0;
  border-width: 10px;
  margin-top: -10px;
}

.shadow {
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.16);
}

.shadow--table {
  border: 3px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.domain-loading-spinner {
  padding: 30px;
  text-align: center;
}

.domain-loading-spinner .domain-loading-spinner__img--size {
  width: 70px;
  -webkit-animation: fa-spin 1s infinite cubic-bezier(0.54, 1.17, 0.67, 0.65);
  animation: fa-spin 1s infinite cubic-bezier(0.54, 1.17, 0.67, 0.65);
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: none;
}

.progress-bar-danger {
  background-color: #ee3b4c;
}

.progress-bar-warning {
  background-color: #ff9c43;
}

.progress-bar-success {
  background-color: #46aa71;
}

.progress-bar .fortalezacontrasena-mensaje {
  left: 0;
  position: absolute;
  right: 0;
}

#progress-check {
  position: absolute;
  right: 0;
  padding: 0.5em;
  background: #46aa71;
  color: #fff;
  top: -6px;
  border-radius: 2em;
  display: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #2d3f50;
  position: relative;
}

a {
  color: #2d92d0;
}

td,
th {
  padding: 10px 10px;
}

.blue {
  color: #2d92d0 !important;
}

.green {
  color: #46aa71 !important;
}

.orange {
  color: #ff9c43 !important;
}

.red {
  color: #ee3b4c !important;
}

.gray {
  color: #c6c6c6;
}

.text-gray {
  color: #616161;
}

.white {
  color: #fff !important;
}

.link-green {
  color: #46aa71;
  font-family: "Patua One", cursive;
  font-size: 1.1em;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

a:focus {
  text-decoration: none;
}

.dib {
  display: inline-block !important;
}

.trans {
  color: transparent;
}

.bluebg {
  background-color: #2d92d0;
  color: #fff;
}

.greenbg {
  background-color: #46aa71;
  color: #fff;
}

.redbg {
  background-color: #ee3b4c;
  color: #fff;
}

.orangebg {
  background-color: #ff9c43;
  color: #fff;
}

.graybg {
  background-color: #f4f4f4;
}

.degradadoAzul {
  background-image: -webkit-linear-gradient(
    top right,
    #ffffff 0%,
    #ffffff 50%,
    #2d92d0 50%,
    #2d92d0 100%
  );
  background-image: linear-gradient(
    to bottom left,
    #ffffff 0%,
    #ffffff 50%,
    #2d92d0 50%,
    #2d92d0 100%
  );
}

.diferenciadoresUno {
  width: 100%;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.title-container {
  text-align: center;
  font-family: "Patua One", cursive;
}

/* Mensaje */
.mensage-redirect {
  border: 1px solid #ff9c43;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 800px;
}

.mensage-redirect__icon {
  background-color: #ff9c43;
  color: #fff;
  font-size: 1.8em;
  padding: 0.2em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.mensage-redirect__text {
  align-self: center;
  padding-left: 1em;
}

/* Utilidades */
.tachado {
  text-decoration: line-through;
}

.img-responsive {
  max-width: 100%;
}

.MXN {
  font-size: 0.5em;
}

.patua {
  font-family: "Patua one", cursive;
}

textarea {
  resize: none;
}

.backTo-top {
  position: fixed;
  background-color: #fff;
  color: #2d92d0;
  border: 5px solid #2d92d0;
  right: 25px;
  bottom: 20px;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.backTo-top span {
  padding: 2px 13px 11px 13px;
  font-size: 2em;
}

.backTo-top:hover span {
  -webkit-animation: bounceOutUp 0.5s ease-in;
  animation: bounceOutUp 0.5s ease-in;
}

.select {
  position: relative;
  display: block;
  overflow: hidden;
}

.select .icon-angle-down {
  background-color: #2d92d0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  color: #fff;
  font-size: 2em;
  line-height: 0.8;
  padding: 0 0.2em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.select select {
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  padding: 0.2em;
  width: 100%;
}

.select select option {
  font-size: 1em;
  color: #2d92d0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  font-weight: normal;
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  font-family: neu-box;
  display: inline;
  content: "\f096";
  line-height: 0.1;
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.6em;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  cursor: pointer;
}

input[type="checkbox"]:checked + label {
  color: #2d92d0;
}

input[type="checkbox"]:checked + label:before {
  color: #2d92d0;
  content: "\f046";
}

.radio-btn[type="radio"] {
  display: none;
}

.radio-btn[type="radio"] + label:before {
  font-family: neu-box;
  display: inline;
  content: "\f10c";
  line-height: 0.1;
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.4em;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  font-weight: normal;
}

.radio-btn[type="radio"]:checked + label:before {
  content: "\f192";
  color: #2d92d0;
}

.radio-btn[type="radio"]:checked + label {
  color: #2d92d0;
}

.tableRenewalsList__th {
  vertical-align: middle !important;
}

.tableRenewalsList__th--btn {
  text-align: right !important;
  padding-right: 1em !important;
}

.tableRenewalsList__th:after {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* fixDesfaseTabla * 02/02/2018 */
.table-list.tableRenewalsList > tbody > tr > td:nth-child(1) {
  word-break: break-all;
  width: 17em;
}

.contact-prefooter {
  position: relative;
  padding: 1.5em 0;
}

.contact-prefooter__img {
  position: absolute;
  height: 100%;
  top: 0;
}

.contact-prefooter__img--r {
  right: 0;
}

.contact-prefooter__text {
  text-align: center;
  color: #fff;
}

.contact-prefooter__sub {
  display: block;
  font-family: "Patua One", cursive;
  font-size: 1.3em;
}

.contact-prefooter__tel {
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
}

.contact-prefooter__btn {
  font-size: 1.2em;
}

.whitebox {
  background: #fff;
  border: 3px solid #c6c6c6;
  display: inline-block;
  padding: 3%;
  border-radius: 20px;
  width: 100%;
  box-shadow: 5px 10px 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.large {
  font-size: 1.5em;
}

.btn {
  padding: 0.2em 1.7em;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  font-family: "Patua One", cursive;
  font-weight: 100;
  white-space: inherit;
  border: 0;
}

.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff !important;
}

.btn:hover,
.btn:focus,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  border: 0;
  background-color: #2e76a2;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #46aa71;
  border-color: #46aa71;
  border: 0;
}

a.btn.btn-default.btn-sm.btn-block:hover {
  background-color: #46aa71;
  box-shadow: 0 2px 0 #4aa972;
  color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff !important;
}

.btn-cart i {
  font-size: 1.1em;
  margin-right: 0.3em;
}

.btn-cart:hover i {
  -webkit-animation-name: bounceOutRightCart;
  animation-name: bounceOutRightCart;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.btn-red,
.bg-color-red {
  border: 0;
  background-color: #ee3b4c;
  box-shadow: 0 4px 0 #c12b49;
}

.btn-red:hover,
.bg-color-red:hover {
  border: 0;
  background-color: #f75262;
  color: #fff;
  box-shadow: 0 2px 0 #d83b5a;
}

.bg-color-asbestos:hover {
  border: 0;
  background-color: #2d3e50;
}

.btn-blue {
  border: 0;
  background-color: #2d92d0;
  box-shadow: 0 4px 0 #2e76a2;
}

.btn-blue:hover {
  background-color: #2eb0ff;
  color: #fff;
  box-shadow: 0 2px 0 #2e96d6;
}

.btn-green,
.btn-success {
  border: 0;
  background-color: #46aa71;
  box-shadow: 0 4px 0 #40875e;
}

.btn-green:hover,
.btn-success:hover {
  border: 0;
  background-color: #46aa71;
  box-shadow: 0 2px 0 #4aa972;
  color: #fff;
}

.btn-green:active,
.btn-green:focus {
  background-color: #46aa71;
}

#btnCompleteProductConfig {
  margin-top: 10px;
}

.btn-orange,
.bg-color-gold {
  border: 0;
  background-color: #ff9c43;
  box-shadow: 0 4px 0 #d07d37;
}

.btn-orange:hover,
.bg-color-gold:hover,
.btn-orange:active,
.btn-orange:focus {
  background-color: #fdad64;
  color: #fff;
  box-shadow: 0 2px 0 #eb8e3f;
}

.btn-mas span {
  font-family: "Patua One", cursive;
}

.btn-mas .down-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-mas .down-btn.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.separador {
  padding: 1px;
  background-color: #bdbdbd;
  border-radius: 3px;
}

.nav-tabs > li a {
  background: #f1f1f1;
  color: #099bdb;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: inherit;
  background-color: #fff;
  border: 3px solid #ccc;
  border-bottom-color: transparent;
  cursor: default;
  margin-bottom: 1px;
  border-bottom: 0;
  box-shadow: 0 6px 0 -3px white;
}

.tab-content {
  border: 3px solid #cccccc;
  padding: 1em;
  border-radius: 20px;
}

.nav-tabs > li > a {
  border-radius: 10px 10px 0 0;
  font-family: "Patua One", cursive;
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  box-shadow: 0 -3px 12px -6px black;
  margin: 0;
}

.modal-dialog {
  max-width: 700px;
  border-radius: 2em;
}

.pop-compra-content {
  border: 2px solid #2d92d0;
  border-radius: 1.5em;
  overflow: hidden;
}

.pop-compra-content .pop-compra-head {
  text-align: center;
  padding: 1em;
}

.pop-compra-content .pop-compra-title {
  color: #fff;
  font-size: 1.6em;
}

.pop-compra-content .pop-compra-close-btn {
  color: #fff;
  font-size: 1.3em;
}

.pop-compra-body {
  padding: 10px 2em;
}

.pop-compra-body .radio {
  border-bottom: 1px solid #c6c6c6;
}

.pop-compra-body .compras-radio-label {
  display: block;
  padding: 6px 0;
}

.pop-compra-body .compras-radio-label .compras-time-price {
  right: 0;
  display: inline-block;
}

.pop-compra-body input[type="radio"] {
  display: none;
}

.pop-compra-body .radio-time {
  font-size: 1.5em;
  color: #c6c6c6;
}

.pop-compra-body .icon-dot-circle-o {
  color: #2d92d0;
}

.pop-compra-body .compras-time-selector {
  font-size: 1.5em;
  margin-left: 0.2em;
  color: #2d92d0;
  font-weight: 600;
}

.pop-compra-body .compras-time-price-container {
  text-align: right;
}

.pop-compra-body .compras-time-price {
  color: #ff9c43;
  font-size: 1.8em;
  margin-left: 10px;
  font-weight: 600;
}

.pop-compra-body .price-oferta {
  color: #c6c6c6;
}

.pop-compra-body small {
  font-size: 16px;
}

.compras-prefooter .btn-compra-content {
  text-align: right;
  padding: 1em;
  position: relative;
}

.compras-prefooter .btn-compra-content .btn {
  font-size: 1.2em;
}

.compras-prefooter .compra-btn_link {
  display: block;
  text-align: center;
  font-family: "Patua One", cursive;
  color: #ee3b4c;
  line-height: 1.6em;
  font-size: 1.2em;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
}

.compras-prefooter .compra-btn_link.link--up {
  font-size: 0.8em;
  top: -5px;
  left: 17px;
}

.compras-prefooter .compra-btn_input {
  display: none;
}

.pointer {
  cursor: pointer;
}

.pop-compra-crooseling {
  background-color: #eaeaea;
  text-align: left;
  position: relative;
}

.pop-compra-crooseling:before {
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  margin-left: 3em;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #eaeaea;
}

.pop-compra-crooseling .compra-crosselling-img-container {
  text-align: right;
  padding: 1em;
}

.pop-compra-crooseling .compras-cambiar-plan-container span {
  font-size: 2em;
  font-weight: 600;
}

.pop-compra-crooseling .compras-cambiar-plan-container .btn {
  font-size: 1.2em;
}

.crosseling-list-container h3 {
  margin-top: 5px;
  font-size: 1.8em;
}

.crosseling-list-container .crooseling-list-item {
  font-size: 1em;
  font-weight: 300;
}

.crosseling-list-container .crooseling-list-item .icon {
  font-size: 22px;
}

.pop-compra-blue {
  border-color: #2d92d0;
}

.pop-compra-blue .pop-compra-head {
  background-color: #2d92d0;
}

.pop-compra-blue .pop-compra-body .icon-dot-circle-o {
  color: #2d92d0;
}

.pop-compra-blue .compras-time-selector {
  color: #2d92d0;
}

.pop-compra-blue .compras-prefooter_text {
  color: #2d92d0;
}

.pop-compra-green {
  border-color: #46aa71;
}

.pop-compra-green .pop-compra-head {
  background-color: #46aa71;
}

.pop-compra-green .pop-compra-body .icon-dot-circle-o {
  color: #46aa71;
}

.pop-compra-green .compras-time-selector {
  color: #46aa71;
}

.pop-compra-green .compras-prefooter_text {
  color: #46aa71;
}

.pop-compra-orange {
  border-color: #ff9c43;
}

.pop-compra-orange .pop-compra-head {
  background-color: #ff9c43;
}

.pop-compra-orange .pop-compra-body .icon-dot-circle-o {
  color: #ff9c43;
}

.pop-compra-orange .compras-time-selector {
  color: #ff9c43;
}

.pop-compra-orange .compras-prefooter_text {
  color: #ff9c43;
}

.pop-compra-red {
  border-color: #ee3b4c;
}

.pop-compra-red .pop-compra-head {
  background-color: #ee3b4c;
}

.pop-compra-red .pop-compra-body .icon-dot-circle-o {
  color: #ee3b4c;
}

.pop-compra-red .compras-time-selector {
  color: #ee3b4c;
}

.pop-compra-red .compras-prefooter_text {
  color: #ee3b4c;
}

.disclaimer {
  padding: 1em;
  display: table;
  border-radius: 10px;
  font-size: 0.9em;
  width: 100%;
  margin: 30px 0;
  color: #7c766b;
}

.disclaimer > div {
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
}

.disclaimer__img {
  width: 40px;
  height: 40px;
}

.disclaimer__text {
  padding-left: 1em;
}

.disclaimer--info {
  background: #d5f2ff;
  border: 3px solid #099bdb;
}

.disclaimer--info .disclaimer__img {
  background-image: url(../img/disclaimer/info.gif);
  background-size: cover;
}

.disclaimer--alert {
  background: #fef9ce;
  border: 3px solid #f99c1c;
}

.disclaimer--alert .disclaimer__img {
  background-image: url(../img/disclaimer/alerta.png);
  background-size: cover;
}

.message.info ul li {
  display: initial;
  padding: 0 20px;
  border-left: 2px solid #1599d5;
  color: #2d3e50;
}

.message.info ul li:first-child {
  padding: 0 20px 0 0;
  border-left: none;
}

.message.warning ul li {
  padding: 0 20px;
  border-left: 2px solid #f99d1c;
  display: initial;
}

.message.warning ul li:first-child {
  padding: 0 20px 0 0;
  border-left: none;
}

.sep-default {
  position: relative;
  margin: 3em 0;
}

.sep-default:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(70, 170, 113, 0);
  border-width: 10px;
  margin-left: -10px;
}

.sep-default .title {
  padding: 0.5em;
  color: #fff;
}

.icon-middle {
  -webkit-transform: translateY(0.1em);
  transform: translateY(0.1em);
}

.banner-windows {
  background-color: #f5fafc;
  border-top: #ebf4f7 solid 3px;
  border-bottom: #ebf4f7 solid 3px;
}

.cp {
  cursor: pointer !important;
}

/* De Fcustom */
@media (max-width: 1200px) {
  .tabla ul i {
    font-size: 1.5em;
  }

  .aceptamos img {
    max-width: 13%;
    min-width: 90px;
    border: 2px solid #eaeaea;
    margin: 2px;
  }

  .sub-footer .tar,
  .sub-footer .tal {
    text-align: center;
  }

  .newsletter h3 {
    margin-top: 0;
    text-align: right;
    margin-bottom: 10px;
  }

  .dominios-footer {
    padding: 0 0 0 15px !important;
  }
}

.acreditaciones__footer a {
  color: #2d3f50;
}

.acreditaciones__footer figure {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
  width: 20%;
}

.sub-footer .footer__logo {
  max-width: 230px;
  width: 100%;
}

small.dominios-footer {
  color: #c3c3cb;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #2d92d0;
  border: 0;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ee3b4c;
}

.has-error .checkbox:focus,
.has-error .checkbox-inline:focus,
.has-error .control-label:focus,
.has-error .form-control-feedback:focus,
.has-error .help-block:focus,
.has-error .radio:focus,
.has-error .radio-inline:focus {
  color: #ee3b4c;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label,
.has-warning .checkbox:focus,
.has-warning .checkbox-inline:focus,
.has-warning .control-label:focus,
.has-warning .form-control-feedback:focus {
  color: #ff9c43;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label,
.has-success .checkbox:focus,
.has-success .checkbox-inline:focus,
.has-success .control-label:focus,
.has-success .form-control-feedback:focus,
.has-success .help-block:focus,
.has-success .radio:focus,
.has-success .radio-inline:focus {
  color: #46aa71;
}

.has-success .form-control {
  border-color: #46aa71;
}

.has-warning .form-control {
  border-color: #ff9c43;
}

.has-error .form-control {
  border-color: #ee3b4c;
}

footer h3 {
  font-size: 20px;
}

footer .col-xs-3 {
  width: 25%;
  min-width: 140px;
}

.clear {
  clear: right;
}

footer .p20 {
  padding: 20px 10px;
  display: inline-block;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.dib {
  display: inline-block;
}

.p0 {
  padding: 0;
}

.aceptamos {
  text-align: justify;
}

.footer-form {
  margin-bottom: 1em;
  padding-right: 2em;
}

.aceptamos img {
  max-width: 151px;
  margin: 0 6px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  display: inline-block;
}

.aceptamos h3 {
  display: inline-block;
}

section#footer {
  background-color: #2d3f50;
  background-image: url(/templates/neubox/img/circulogo.svg);
  background-size: 300px;
  background-position: 100% 180%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-footer {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sub-footer .footer__logo {
  max-width: 230px;
}

.terminosycondiciones {
  padding-top: 15px;
  color: #ffffff;
}

.terminosycondiciones a {
  padding: 0 10px;
  color: #c3c3cb;
  font-size: 14px;
  display: inline-block;
}

.terminosycondiciones img {
  max-width: 30px;
  vertical-align: middle;
  display: inline-block;
}

.social {
  padding: 5px 0;
  text-align: center;
}

.social a i {
  color: #fff;
}

.social a {
  color: #fff;
  display: inline-block;
  padding: 5px 2%;
  min-width: 60px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

.social a:first-child {
  padding-left: 0;
}

.social a:last-child {
  padding-right: 0;
}

.social a:hover {
  color: #fff;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.social .container {
  margin-bottom: 0;
}

.footer {
  padding-top: 15px;
  overflow-x: hidden;
}

.footer__copy {
  font-weight: 100;
  font-size: 0.8em;
  color: #fff;
  opacity: 0.9;
  margin: 0 !important;
  border: 0 !important;
  display: inline-block;
  line-height: 20px !important;
}

.footer ul {
  padding: 0;
}

.footer li {
  list-style: none;
  line-height: 18px;
}

.footer input.form-control.input-buscador-index {
  height: auto;
  padding: 6px 10px;
  font-size: 14px;
  border: 2px solid #099bdb;
  border-radius: 6px 0 0 6px;
  max-height: 35px;
}

.footer button.btn-buscador.btn.btn-blue {
  border-radius: 0 5px 5px 0;
  padding: 5px 20px;
  color: #fff;
  max-height: 31px;
}

.footer h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

footer .container {
  margin-bottom: 30px;
}

/* Modales */
.pop-compra-content,
.modal-content {
  border: 2px solid #2d92d0;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  overflow: hidden;
}

.modal-header.pop-compra-head * {
  display: inline-block;
}

.pop-compra-blue .pop-compra-head,
.modal-header {
  background-color: #2d92d0;
  color: #fff;
  text-align: center;
}

.pop-compra-body,
.modal-body {
  padding: 1em 2em;
}

.pop-compra-content .pop-compra-close-btn i {
  color: #fff;
  font-size: 1.5em;
  padding: 5px;
}

/* Alta de distribuidores - Wizard */
.stepwizard-step .btn-default {
  box-shadow: 0 0 0 3px #cccccc;
  background-color: #fff;
  color: #999;
  position: relative;
  z-index: 1;
}

.stepwizard .btn-default.btn-circle.btn-primary {
  box-shadow: 0 0 0 5px rgba(70, 170, 113, 0.5);
  background-color: #46aa71;
  color: #fff;
  position: relative;
  z-index: 1;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.stepwizard-step p {
  margin-top: 10px;
}

input#txtSlug {
  display: inline-table;
  width: 49%;
}

.control-label {
  display: inline-table;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  position: relative;
  padding-top: 2em;
  width: 100%;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-step:before {
  top: 18px;
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  left: -50%;
}

.stepwizard-step:first-child:before {
  display: none;
}

.response-form {
  text-align: center;
  margin-bottom: 1em;
  padding: 0.2em 1em;
  font-size: 1.3em;
  background-color: #ee3b4c;
  border-radius: 5px;
}

.response-form__done {
  background-color: #46aa71;
}

input[type="color"i] {
  border-radius: 5px;
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  background: #ffffff;
  border: 2px solid #cccccc;
}

input[type="color"i]:after,
input[type="color"i]:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

input[type="color"i]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}

input[type="color"i]:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #cccccc;
  border-width: 8px;
  margin-top: -8px;
}

.pikachu .btn-circle {
  box-shadow: 0 0 0 3px #46aa71;
}

.stepwizard-step.pikachu:before {
  top: 18px;
  position: absolute;
  content: " ";
  width: 100%;
  height: 4px;
  background-color: #46aa71;
  -webkit-transition: all 500ms cubic-bezier(0.6, 0, 0.735, 0.045);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  border-radius: 50px;
}

.img-preview {
  max-width: 10em;
  width: 100%;
  margin-bottom: 1em;
}

.selected-color {
  padding: 0.6em 0.5em 0em;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  line-height: 1;
  border-radius: 10px;
  margin-bottom: 1em;
}

.form-group-color {
  display: flex;
  justify-content: space-between;
}

.selector-color {
  background-color: #eeeded;
  padding: 0.5em;
  margin: 5px;
  border: 1px solid #dad8d8;
  border-radius: 5px;
  margin-bottom: 0.8em;
}

.selector-color__item {
  line-height: 0;
}

.selector-color hr {
  margin: 0.8em 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.selector-color__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.selector-color__label {
  height: 1.5em;
  width: 2em;
  margin: 1px;
  cursor: pointer;
}

.selector-color__radio:checked ~ .selector-color__label {
  border: 3px solid #fff;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

.selector-color__radio:checked ~ .selector-color__label:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
  left: 0.5em;
  top: 0.2em;
}

.selector-color__input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding-left: 5px;
}

@media screen and (max-width: 630px) {
  .form-group-color {
    flex-direction: column;
  }
}

/* Previsualizar imagen */
.thumb {
  height: 300px;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}

/* Paypal plus */
.table-striped > tbody > tr td:first-child {
  font-family: "Patua One", cursive;
}

.tabla tr.bluebg {
  background: #2d92d0 !important;
  font-family: "Patua One", cursive;
}

.tabla tr.bluebg td:first-child {
  border-radius: 10px 0 0 0;
}

.tabla tr.bluebg td:last-child {
  border-radius: 0 10px 0 0;
}

.tabla tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.tabla tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.tabla.table-striped {
  margin-bottom: 30px;
}

label.control-label.blue.patua {
  font-weight: lighter;
}

.tabla {
  border-radius: 14px;
  border: 2px solid #f1f1f1;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.14);
  padding: 0;
  margin: 0;
  text-align: left;
}

/* Media queries */
.footer .col-xs-2 {
  min-width: 150px;
}

@media (max-width: 760px) {
  .footer-links {
    display: none;
  }

  .tar {
    text-align: center !important;
  }

  .newsletter h3 {
    padding: 0 15px;
    text-align: center !important;
  }

  .footer-links {
    display: none;
  }

  .aceptamos h3 {
    display: block;
    text-align: center;
  }

  .aceptamos {
    text-align: center;
    padding: 0;
  }

  .footer .col-md-1,
  .sub-footer .col-md-1 {
    display: none;
  }

  .acreditaciones__footer figure {
    margin: 0;
    width: 50%;
    min-width: 110px;
  }
}

@media screen and (max-width: 490px) {
  .pipe {
    display: none;
  }

  .jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 16px !important;
  }

  .jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 15px !important;
    bottom: 0 !important;
    width: 69% !important;
  }

  .jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    font-size: 14px !important;
  }
}

@media (max-width: 640) {
  .footer button.btn-buscador.btn.btn-blue {
    padding: 4px 20px;
  }
}

@media (max-width: 1200px) {
  .tabla ul i {
    font-size: 1.5em;
  }

  .aceptamos img {
    max-width: 13%;
    min-width: 90px;
    border: 2px solid #eaeaea;
    margin: 2px;
  }

  .sub-footer .tar,
  .sub-footer .tal {
    text-align: center;
  }

  .newsletter h3 {
    margin-top: 0;
    text-align: right;
    margin-bottom: 10px;
  }

  .dominios-footer {
    padding: 0 0 0 15px !important;
  }
}

/* De Dcustom */
/* Menú */
.load-text {
  color: #2d3e50 !important;
  font-size: 1.1em;
  border: 3px solid #099bdb;
  border-radius: 10px;
  background-color: #d5f2ff;
  padding: 1.5em;
}

/* ==> nav header | Danysaurio */
.user-btn,
.notifications-btn {
  margin: 10px 5px;
  font-size: 1.2em;
  border-radius: 100%;
}

.user-btn {
  background-color: #099bdb;
  padding: 0.3em 0.5em;
  color: #fff;
  margin-left: 1em;
  font-size: 1.4em;
}

.notifications-btn {
  position: relative;
  padding: 0.3em 0.4em;
  color: #777777;
  background-color: #c4c4c4;
}

.notifications-btn__red {
  position: absolute;
  font-size: 0.5em;
  right: 0.5em;
  top: 0.5em;
  background-color: #ee3b4c;
  line-height: 0;
  padding: 0.7em 0.4em;
  border-radius: 1em;
  color: #fff;
}

.user-popover .popover-content {
  background-color: #ecf0f1;
  min-width: 12em;
  padding: 0em;
}

.user-popover {
  padding: 0;
  border: none;
}

.user-btn__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.user-btn__list__link {
  padding: 0.3em 0.4em;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #939393;
}

.user-btn__list__link:hover {
  text-decoration: none;
  background-color: #dedede;
}

.user-btn__list__link--out {
  background-color: #d7d7d7;
}

.nav-help {
  padding: 0 1.5em !important;
  display: inline-block;
  font-weight: 100;
}

.nav-help .icon {
  font-size: 1.3em;
  transform: translateY(14%);
}

/* => fin Danysaurio */
.nav-header {
  padding: 0 !important;
}

#top-nav .nav {
  font-size: 16px;
}

.nav-header--nbx {
  font-weight: 600;
  background-color: #eaeaea;
  padding: 1.6rem 3.5em;
  font-size: 16px;
}

.nav-header__btn {
  padding: 0.5em 0 !important;
  background-color: #2d92d0;
  border-radius: 0.3em;
}

.nav-header__btn__span {
  padding: 1.6em;
  color: #fff;
}

.navbar-main {
  background-color: #fff;
  padding: 1em 3em;
  font-weight: 600;
  border-bottom: 3px solid #cccccc;
  margin-bottom: 0;
}

.nav-cart {
  font-size: 1.5em;
  background-color: #ff9c43;
  position: relative;
  border-radius: 0.3em;
  padding: 0.5em 0.5em !important;
  transition: 0.5s;
}

.nav-cart--mobile {
  font-size: 1.4em;
  margin-right: 0.5em;
  margin-top: 5px;
  padding: 0.2em 0.5em !important;
}

.nav-cart:hover {
  background-color: #fdad65 !important;
}

.nav-cart__icon {
  color: #fff;
}

.nav-cart__num {
  position: absolute;
  font-size: 11px;
  color: #fff;
  padding: 8px 5px;
  border-radius: 10px;
  line-height: 0px;
  top: 4px;
  right: 2px;
  background-color: #ee3b4c;
}

.nav-logo {
  max-width: 220px;
  width: 100%;
  min-height: 40px;
}

.navbar-main .navbar-nav > li > a {
  color: #777;
}

.navbar-main .navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 8px;
}

/* Slide nav */
.btn-catego {
  background-color: #2d92d0;
  border: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: 4px 1px 4px -3px rgba(0, 0, 0, 0.4);
  transition: all ease-out 0.5s !important;
  padding-bottom: 4px !important;
  position: relative;
}

.btn-catego:hover {
  background-color: #2eb0ff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-catego:before {
  content: "";
  width: 5px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: 2;
  box-shadow: -3px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.btn-catego:focus {
  background-color: #0982b7;
  color: #fff;
  outline: none !important;
}

.btn-catego i {
  margin-right: 2px;
  font-size: 1.8em;
  vertical-align: middle;
  transition: transform ease 0.2s;
}

.btn-catego span {
  vertical-align: middle;
  padding-top: 1px;
}

.btn-catego.activo i {
  transform: rotate(180deg);
}

/* Slide nav -> panels */
.panel--cart {
  border-radius: 1em;
  box-shadow: none;
  border: 2px solid #f5f5f5;
  overflow: hidden;
}

.panel-heading--cart {
  background-color: #2d92d0 !important;
  color: #fff !important;
  font-weight: normal;
}

.panel-heading--cart h3 {
  font-weight: normal;
}

.panel-link--cart {
  border: 0;
  transition: ease-out 0.5s;
  color: #2d3f50 !important;
}

.panel-link--cart.active {
  font-weight: 600;
  color: #2d92d0 !important;
}

.panel--cart .list-group .panel-link--cart.active {
  background-color: transparent;
}

.panel-link--cart:hover {
  background-color: #f5fafc !important;
  color: #2d92d0 !important;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.3);
}

.configure-box {
  padding: 1em;
  border: 2px solid #e0e0e0;
  border-radius: 1.5em;
  margin-bottom: 10px;
}

.panel-link--cart:nth-child(2n) {
  background-color: #efefef;
}

.panel-body--footer .btn {
  border: 0;
  background-color: #46aa71;
  box-shadow: 0 4px 0 #40875e;
}

/* Login panel */
.form-group__login {
  position: relative;
}

.form-group__login:nth-child(3) {
  margin-bottom: 0;
}

.form-group__login__icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.form-group__login__input {
  padding-left: 30px;
}

.form-group__login__btn {
  margin-bottom: 1em;
  display: block;
  width: 90%;
}

.registry-login__btn {
  margin-top: 0.5em;
  display: block;
}

.rememberme-login__label {
  padding-left: 0 !important;
  margin-top: 0.5em;
  margin-bottom: 0.8em !important;
}

/* Reset password */
.pwreset__btn {
  font-size: 1.3em;
}

/* Registro */
.form-registro .form-group {
  position: relative;
}

.form-registro__label {
  font-family: "Patua One", cursive;
  color: #8f8f8f;
  font-weight: 300;
  font-size: 1.3em;
}

.form-registro__icon {
  position: absolute;
  bottom: 0.4em;
  right: 0.5em;
  font-size: 1.2em;
  color: #bfbfbf;
}

.form-evaluate {
  position: relative;
}

.form-evaluate__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.form-evaluate.form-evaluate--none .form-evaluate__control {
  border-color: #ee3b4c;
}

.form-evaluate.form-evaluate--none .form-evaluate__icon:before {
  content: "\f00d";
  color: #ee3b4c;
}

.form-evaluate.form-evaluate--none .checkbox {
  color: #ee3b4c;
}

.form-evaluate.form-evaluate--true .checkbox:before {
  color: #46aa71;
}

.form-evaluate.form-evaluate--true .form-evaluate__control {
  border-color: #46aa71;
}

.form-evaluate.form-evaluate--true .form-evaluate__icon:before {
  content: "\f00c";
  color: #46aa71;
}

.form-evaluate#newPassword1 .form-evaluate__icon,
.form-evaluate#newPassword2 .form-evaluate__icon {
  top: 40px;
}

.has-feedback label ~ .form-control-feedback.form-evaluate--pass {
  top: 32px !important;
}

/* Botón factura */
.check_RFC[type="checkbox"] {
  display: none;
}

.check_RFC--label {
  margin: 0 0 0.5em 0;
  padding: 0 1.5em;
  display: block;
  height: 2.2em;
  cursor: pointer;
  letter-spacing: -0.03em;
  line-height: 2.2em;
  border-radius: 5px;
  border-bottom: 3px solid #aaa;
  background-color: #ddd;
  text-align: center;
  display: inline-block;
  transition: ease-out 0.3s all;
  position: relative;
}

.check_RFC--label:before {
  content: "" !important;
}

.check_RFC[type="checkbox"]:checked + .check_RFC--label {
  background: #46aa71;
  border: 0;
  color: #fff;
  padding: 0 3em 0 0.8em;
}

.check_RFC[type="checkbox"]:checked + .check_RFC--label:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  line-height: 35px;
  right: 15px;
}

@media screen and (max-width: 1200px) {
  .nav-logo__container {
    display: block;
    text-align: center;
  }

  .nav-logo {
    width: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .nav-logo__container {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .navbar-main {
    padding: 0.4em 0.4em;
  }

  .nav-logo {
    margin-top: 0.3em;
  }

  .nav-header--nbx {
    padding: 0.8em 1.5em;
  }
}

.rewards-points,
.rewards-points-total {
  text-align: center;
  font-size: 1.5em;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.35);
}

.panel-filter-rewards {
  display: flex;
  align-items: baseline;
}

.listado-relative {
  position: relative;
}

.rewards-points-total__btn {
  margin-top: 0.8em;
}

.rewards-blur {
  filter: blur(2px);
}

.loader-rewards__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  z-index: 1;
}

.loader-rewards__container.active {
  display: flex;
  justify-content: center;
}

.loader-rewards__container__img {
  height: 80px;
  margin-top: 200px;
  -webkit-animation: fa-spin 1s infinite cubic-bezier(0.54, 1.17, 0.67, 0.65);
  animation: fa-spin 1s infinite cubic-bezier(0.54, 1.17, 0.67, 0.65);
}

/* Sombra de elementos */
.rewards-list__shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  background: #fff;
}

.rewards-list {
  padding: 1em 0;
}

.rewards-list__head {
  margin: 0 auto 1em;
  padding: 10px;
  display: table;
  width: 100%;
  padding: 0.5em 1em;
}

.rewards-list__head > div,
.rewards-list__head__title {
  display: table-cell;
  vertical-align: middle;
}

.rewards-list__product {
  padding: 1em;
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.rewards-list__product__figure img {
  max-width: 100%;
}

.rewards-list__product__figure,
.rewards-list__product__text {
  display: table-cell;
  vertical-align: middle;
}

.rewards-list__product__figure {
  width: 20%;
  max-width: 250px;
}

.rewards-list__product__text {
  padding: 0 1.5em;
}

.rewards-list__product__text h3 {
  margin-top: 0;
  font-size: 1.9em;
  margin-right: 10px;
  display: inline-block;
}

.rewards-list__product__points {
  display: inline-block;
  border: 1px solid;
  padding: 0 10px;
  border-radius: 5px;
  float: right;
}

.rewards-list__product__points__num {
  font-size: 1.3em;
}

/* Botón agregar */
.rewards-list__btn:before {
  content: "" !important;
}

.rewards-list__btn {
  color: #fff !important;
}

.rewards-list__btn__check:checked ~ .rewards-list__btn {
  background-color: #46aa71;
  box-shadow: none;
}

.rewards-list__btn__check:checked ~ .rewards-list__btn .rewards-list__btn--add {
  display: none;
}

.rewards-list__btn__check:checked
  ~ .rewards-list__btn
  .rewards-list__btn--added {
  display: inline;
}

.rewards-list__btn__check:checked
  ~ .rewards-list__btn:hover
  .rewards-list__btn--added {
  display: none;
}

.rewards-list__btn__check:checked
  ~ .rewards-list__btn:hover
  .rewards-list__btn--remove {
  display: inline;
}

.rewards-list__btn__check:checked ~ .rewards-list__btn:hover {
  background-color: #ee3f50;
}

.rewards-list__btn--added {
  display: none;
}

.rewards-list__btn--remove {
  display: none;
}

.rewards-list__product__InputText,
.rewards-list__product__InputText--domain {
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  margin-bottom: 1em;
  border: 2px solid #c0c0c0;
  padding-left: 0.5em;
}

.rewards-list__product__form-btn {
  background-color: #2d92d0;
  border-color: #2d92d0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}

.rewards-list__btn--mns {
  margin-left: 1em;
}

.rewards-list__product__figure {
  position: relative;
}

.rewards-points--productos {
  padding: 0 1em;
  font-size: 0.8em;
}

.rewards-points--productos > div {
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
}

.rewards-points__total {
  padding: 0 1em;
  margin-top: 0.4em;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.rewards-list__product__figure:hover .rewards-list__product__zoom {
  -webkit-animation: fadeIn ease 0.6s;
  animation: fadeIn ease 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

.rewards-pagination {
  text-align: center;
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 1.5em;
  justify-content: center;
}

.pagination__item {
  width: 15px;
  height: 15px;
  margin: 2px;
  border: 2px solid #2d92d0;
  border-radius: 3em;
  cursor: pointer;
}

.pagination__item.active {
  background: #2d92d0;
}

/* Modal */
.rewards-modal .modal-content {
  border-radius: 1em;
  overflow: hidden;
  border: 2px solid #8b8b8b;
}

.rewards-modal__header {
  background-color: #2d92d0;
  color: #fff;
}

.rewards-modal__header__title {
  display: inline-block;
}

.rewards-modal__close {
  color: #fff;
}

.rewards-modal__footer {
  margin-top: 1em;
}

@media (max-width: 490px) {
  .rewards-list__product__figure,
  .rewards-list__product__text {
    display: table-row;
  }

  .rewards-list__product__points {
    float: none;
  }

  .rewards-links__flex {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rewards-links__flex__item {
    border: 3px solid #2d92d0;
    width: 80%;
    margin-top: 1em;
  }

  .rewards-links__flex__item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 5px 10px 40px -10px rgba(0, 0, 0, 0.4);
  }

  .rewards-links__img {
    padding: 1em;
  }
}

/* Estilos de validación de formularios (jQuery Validate Neubox) */
.jqvnbx-formulario {
  position: relative;
}

.jqvnbx-error {
  -webkit-animation: shake 1s both ease-out;
  animation: shake 1s both ease-out;
  border-color: #ee3b4c !important;
}

.jqvnbx-capaespera {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.jqvnbx-capaespera-oscura {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Spinner logo neubox girando */
.jqvnbx-capaespera:before {
  -webkit-animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  background: transparent url(../img/favicon/favicon-128x128.png) 0 0 no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  height: 48px;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: calc(50% - 24px);
  width: 48px;
}

.jqvnbx-capaespera-nospinner:before {
  background: none;
}

.jqvnbx-capaespera-texto {
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  margin: auto;
  right: 0;
  padding: 4%;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* Asterisco o mensaje de error. Clase para el em (a lado del input) */
em.jqvnbx-error {
  -webkit-animation: none;
  animation: none;
  color: #ee3b4c;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  margin: 0.25em 0 0;
  position: relative;
}

.jqvnbx-error.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 76, 76, 0.6);
}
.jqvnbx-valido.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(75, 184, 122, 0.6);
}

.jqvnbx-capaespera-small:before {
  height: 24px;
  margin: 4.5% 0 0 34%;
  width: 24px;
}

.jqvnbx-capaespera-small.custom-right1:before {
  margin: 5% 0 0 88.5%;
}

.p-static {
  position: static;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: relative;
}

/* fortalezacontrasena */
.fortalezacontrasena-mensaje {
  color: #2d3f50;
}

.fortalezacontrasena-barra {
  margin: 0;
}

.fortalezacontrasena-muyfacil .fortalezacontrasena-barra {
  background-color: #ee3b4c;
}

.fortalezacontrasena-facil .fortalezacontrasena-barra {
  background-color: #ee3b4c;
}

.fortalezacontrasena-regular .fortalezacontrasena-barra {
  background-color: #ff9c43;
}

.fortalezacontrasena-fuerte .fortalezacontrasena-barra {
  background-color: #46aa71;
}

.fortalezacontrasena-muyfuerte .fortalezacontrasena-barra {
  background-color: #46aa71;
}

/* área de pago */
table.table-list tbody td .status {
  padding: 5px 10px;
}

table.table-list button.btn.info.ppaid {
  padding: 5px 18px;
}

/*
* Búsqueda de dominios en el carrito (versión optimizada)
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 19/07/2018
*
* @see     templates/orderforms/neubox_cart/domainoptions.tpl
*/
.domain-search__years {
  overflow: hidden;
}

.domain-search__years li {
  border-bottom: 1px solid #eee;
  padding: 0 0.75em 0;
}

.domain-search__years li:hover {
  background-color: #f5f5f5;
}

.domain-search__years li label {
  color: #ff9c43 !important;
  padding-top: 2px;
  width: 100%;
}

.domain-search__years li:last-child {
  border-bottom: none;
}

.domain-search > div,
.domain-search > label {
  vertical-align: middle;
}

.domain-search > label {
  display: table-cell;
  float: none !important;
}

.domain-search__name {
  line-height: 1;
  padding-left: 0.75em !important;
  width: 32%;
  word-break: break-all;
}

.domain-search__time {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.domain-search__price {
  padding-right: 0.75em !important;
  text-align: right;
  width: 34%;
}

.domain-search__action {
  border-radius: 0 10px 10px 0 !important;
  color: #fff !important;
  text-align: center;
  width: 20%;
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
}

.domain-search__action.btn-green:hover {
  box-shadow: 0 4px 0 #46aa71;
}

.domain-search__action.btn-blue:hover {
  box-shadow: 0 4px 0 #991437;
}

.domain-search__action:active {
  -webkit-transform: scale(0.95) translateY(0);
  transform: scale(0.95) translateY(0);
}

.domain-search__action:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}

.domain-search__action.domain-search__procesing {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.domain-search__action.domain-search__procesing::after {
  bottom: 0;
  color: #fff;
  content: "...";
  font-size: 2em;
  height: 100%;
  left: 0;
  line-height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.domain-search__action.btn-blue.btn-mainsearch:hover {
  background-color: #ee3b4c;
}

.domain-search__action.btn-blue.btn-mainsearch:hover > span {
  display: none;
}

.domain-search__action.btn-blue.btn-mainsearch:hover:before {
  content: "\f00d";
  font-family: neu-box !important;
  padding: 2px;
}

.domain-search__action b {
  font-weight: normal;
}

.domain-search--sug .domain-search__action b {
  display: none;
}

.domain-suggestions .domain-search__action {
  width: 15%;
}

.domain-suggestions .domain-search__action.domain-search__procesing::after {
  line-height: 0.65em;
}

.domain-search__price__quantity {
  color: #ff9c43;
  font-size: 1.2em;
  font-weight: 600;
}

.domain-search__price__disclaimer {
  color: #7f7f7f;
  display: block;
  font-size: 65%;
}

.domain-search__time__year {
  margin-right: 1px;
}

.domain-search__premium {
  font-size: 10px !important;
  left: -5px !important;
  padding: 3px 4px !important;
}

.domain-search.__domainaddedtocart .domain-search__price,
.domain-search.__domainaddedtocart .domain-search__time {
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (max-width: 425px) {
  .domain-search__price__quantity {
    font-size: 1.1em;
  }
}

.domain-search__price.__domainfreewithhosting .domain-search__price__quantity {
  text-decoration: line-through;
}

.domain-search__price.__domainfreewithhosting
  .domain-search__price__disclaimer {
  color: #ee3b4c;
  font-weight: bold;
}

/*
*
* @author Floloberto <alejandro@neubox.net>
* @version 1.0 08/AGO/2018
* @ see templates/neubox/header.tpl
* no se emocionen mucho, este menú no va a durar mucho >:D
*/
.btn-whats {
  display: inline-block;
  border-radius: 150px;
  box-shadow: none;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: -9px 0;
  padding: 4px;
  font-size: 26px;
}

.elvn {
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1);
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
}

.elvn:hover {
  cursor: pointer;
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1);
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.675, 1.185);
}

/*
* Alertas para datatable (ajax)
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 19/07/2018
*
* @see  /templates/neubox/speiCode.tpl
*/
.nbx-alerta {
  cursor: default;
  text-align: left;
}

.nbx-alerta > div {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.nbx-alerta>div.nbx-alerta-vat {
  -webkit-align-items: flex-start;
  align-items: start;
}

.nbx-alerta .nbx-alerta-mensaje {
  padding: 0 0.5em;
  width: inherit;
}

.nbx-alerta-icono {
  background-color: #2d92d0;
  border-radius: 50%;
  color: #fff;
  height: 2em;
  padding: 0.5em;
  text-align: center;
  width: 2em;
}

.nbx-alerta-cerrar {
  cursor: pointer;
  font-size: 1.1em;
  opacity: 0.85;
}

.nbx-alerta-cerrar:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  opacity: 1;
}

.nbx-alerta-cerrar:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.nbx-alerta .nbx-alerta-cerrar .icon {
  background-color: transparent !important;
}

.nbx-alerta-absoluto {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90%;
}

.alert-info .nbx-alerta-icono {
  background-color: #2d92d0;
}

.alert-info .nbx-alerta-cerrar {
  color: #2d92d0;
}

.alert-success .nbx-alerta-icono {
  background-color: #46aa71;
}

.alert-success .nbx-alerta-cerrar {
  color: #46aa71;
}

.alert-warning .nbx-alerta-icono {
  background-color: #f99c1c;
}

.alert-warning .nbx-alerta-cerrar {
  color: #f99c1c;
}

.alert-danger .nbx-alerta-icono {
  background-color: #ee3b4c;
}

.alert-danger .nbx-alerta-cerrar {
  color: #ee3b4c;
}

.alert-small {
  font-size: small;
}

.alert-xsmall {
  font-size: x-small;
}

/* Alertas específicos */
.nbx-alerta-registrocliente,
.nbx-alerta-verificacorreo {
  top: 33.5%;
  max-width: 41em;
}

.nbx-alerta-registrocliente .nbx-alerta-mensaje {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .nbx-alerta-registrocliente .nbx-alerta-mensaje {
    text-align: left;
  }
}

/* DataTables Neubox */
.nbx-tabla-dt .nbx-tabla-dt-ajx {
  min-height: 14em;
}

/* Tamaños de texto */
.fs075 {
  font-size: 0.75em;
}

.fs0-5 {
  font-size: 0.5em;
}

.fs0-75 {
  font-size: 0.5em;
}

.fs1-5 {
  font-size: 1.5em;
}

.fs2-5 {
  font-size: 2.5em;
}

.fs3-5 {
  font-size: 3.5em;
}

.fs4-5 {
  font-size: 4.5em;
}

.fs5-5 {
  font-size: 5.5em;
}

.cursor_help {
  cursor: help;
}

.referPorcent {
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 1.5em;
  padding: 0.9em 0.5em !important;
  position: absolute;
  right: -0.2em;
  top: -1.2em;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/*
* Información de SPEI (How To)
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 19/10/2018
*
* @see  templates/neubox/speiCode.tpl
* @see  templates/neubox/viewinvoice.tpl
*/
.infospei .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  display: inline-block;
}

.infospei .panel-heading {
  background: transparent;
}

.infospei .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #2d92d0;
}

.infospei .panel-title > a {
  color: #31708f;
  font-size: 0.8em;
}

.infospei .panel-default .infospei-claves {
  margin: 0 auto;
  width: 85%;
}

.infospei .panel-default .infospei-claves b {
  color: #333;
}

@media screen and (max-width: 479px) {
  .indicaciones-pagospei-info {
    width: 100%;
  }
}

/*
* Formularios NEUBOX
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 22/11/2018
*/
.nbx-formulario {
  font-family: "Patua One", Georgia;
  margin: 0;
}

.nbx-formulario .form-group {
  position: relative;
}

.nbx-formulario .form-group .form-control + .icon {
  bottom: 0.5em;
  color: #bfbfbf;
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}

.nbx-formulario .form-group select.form-control:not(.d-none) {
  padding-right: 16px;
}

.nbx-formulario .form-group select.form-control:not(.d-none) + .icon {
  right: 1.2em;
}

.nbx-formulario .form-label {
  color: #8f8f8f;
  font-size: 1.25em;
  font-weight: 400;
}

.nbx-formulario .form-control {
  padding-right: 1.75em;
}

.nbx-formulario .modal-footer {
  padding-bottom: 0;
}

.nbx-formulario .alert {
  font-family: Roboto, sans-serif;
  margin: 1em;
  padding: 0.5em 0.75em;
}

.nbx-formulario .alert.alert-info .icon {
  background-color: #2d92d0;
}

.nbx-formulario .alert.alert-success .icon {
  background-color: #44a971;
}

.nbx-formulario .alert.alert-warning .icon {
  background-color: #f99c1c;
}

.nbx-formulario .alert.alert-danger .icon {
  background-color: #ee3b4c;
}

.modal .nbx-formulario {
  font-size: 0.9em;
}

.modal .nbx-formulario.contactosdominios-frm-guardado > .row {
  animation: deslizararriba 0.3s linear;
  display: none;
}

.modal
  .nbx-formulario.contactosdominios-frm-guardado
  .modal-footer
  .btn:not(.contactosdominios-boton__aceptar) {
  display: none;
}

.modal
  .nbx-formulario.contactosdominios-frm-guardado
  .modal-footer
  .contactosdominios-boton__aceptar {
  display: inline-block !important;
}

.nbx-icono-redondo {
  background-color: #2d92d0;
  border-radius: 50%;
  color: #fff;
  height: 2em;
  padding: 0.5em;
  text-align: center;
  width: 2em;
}

/* jQuery Validation Neubox */
.jqvnbx-error + .icon,
.jqvnbx-error + .fa,
.jqvnbx-error + .glyphicon,
.jqvnbx-error + .form-control + .icon,
.jqvnbx-error + .form-control + .fa,
.jqvnbx-error + .form-control + .glyphicon {
  -webkit-animation: shake 1s both ease-out;
  animation: shake 1s both ease-out;
}

/* Estilos de Bootstrap 4.1.1 que no están en Bootstrap 3.3.4 */
/* Formularios */
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ee3b4c;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ee3b4c;
  box-shadow: 0 0 0 0.2rem rgba(238, 59, 76, 0.25);
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated.custom-select:valid,
.custom-select.is-valid {
  border-color: #46aa71;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #46aa71;
  box-shadow: 0 0 0 0.2rem rgba(70, 170, 113, 0.25);
}

/* Display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inlineblock {
  display: inline-block !important;
}
/*Scroll*/
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}

/*
* Panel informativo ("How to" / "What is this")
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 22/11/2018
*/
.nbx-panel-info .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 100%;
}

.nbx-panel-info .panel-heading {
  background: transparent;
}

.nbx-panel-info
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-color: #2d92d0;
}

.nbx-panel-info .panel-title > a {
  color: #2d92d0;
  font-size: 1em;
}

/*
* Módulo de EFIRMA
*
* @author  Diego Chi <diego.chi@neubox.net>
* @version 1.0 22/11/2018
*/
.nbx-efirma-area .nbx-efirma-servicios {
  margin: 0 auto;
  max-width: 800px;
}

.nbx-efirma-area .list-group {
  max-height: 540px;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.nbx-efirma-area .list-group-item {
  padding: 1em 1.25em;
}

.nbx-efirma-area .list-group-item > .badge {
  background: transparent;
  font-size: 1em;
  margin-top: 0.5em;
}

.nbx-efirma-area .list-group-item > .badge > a {
  font-family: "Patua One";
  font-weight: normal;
}

.nbx-efirma-area .list-group-item > .badge > b {
  color: #aaa;
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 0.25em;
}

.nbx-efirma-area .list-group-item > .badge-registered {
  margin-top: 0.25em;
}

.nbx-efirma-area .list-group-item > .icon.fs1-5 {
  color: #e5e1e1;
  margin-right: 0.25em;
}

.nbx-efirma-area .list-group-item > .name-item {
  color: #898989;
  vertical-align: top;
}

.nbx-efirma-area .list-group-item > .link-item {
  display: block;
  margin: -0.5em 0 0 2.25em;
}

.nbx-efirma-area .list-group-item > .link-item > a {
  font-family: "Patua One";
}

.nbx-efirma-area .list-group-item:first-child {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.nbx-efirma-area .list-group-item:last-child {
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.nbx-efirma-area .list-group-item:nth-child(odd) {
  background-color: #fafafa;
}

.nbx-efirma-area .tabAutorenew-label {
  margin: 0 auto;
  max-width: 800px;
}

.nbx-efirma-area .modal-item-servicio {
  margin: 0;
}

.nbx-efirma-area .modal-item-servicio > span {
  display: inline-block;
  margin: 0 0.15em;
  vertical-align: top;
}

.nbx-efirma-area .modal-item-servicio > span > b {
  color: #2d3f50;
  font-weight: normal;
}

.nbx-efirma-area .modal-infotext {
  color: #999;
  font-family: Roboto, sans-serif;
}

.nbx-efirma-area .nbx-efirma-busqueda > input {
  margin-left: auto;
  max-width: 20em;
}

.nbx-efirma-area h3 > small {
  color: #2d3f50;
  display: block;
  line-height: 1.4em;
}

.nbx-efirma-area .first-enlivenem .elvn-responsive {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .nbx-efirma-area .list-group-item > .badge {
    margin-top: 0.25em;
    white-space: pre-wrap;
    width: 6em;
  }
}

/*
* Modulo de NAMESERVERS
*
*@author ArielLozaM <ariel@nuebox.net>
* @version 1.0 09/ENE/19
*/

.nameserverstabcontent {
  padding: 2rem 4rem;
}

.mostrardefaultns {
  display: block;
}

fieldset#nameserverFileds .form-group .controls .form-control {
  border: 3px solid #2d92d0;
  padding: 2rem;
  font-size: 18px;
  color: #2d92d0;
  font-size: 18px;
}

.radioChecks {
  padding: 2rem;
  text-align: center;
}

.radioChecks .nav label a {
  display: block;
}

.radioChecks .nav label a,
.radioChecks .nav label a:hover,
.radioChecks .nav label a:focus {
  color: #fafafa;
}

.radioChecks .nav label a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.button-wrapper {
  margin: 10px 0;
  padding: 10px 0px;
}

/* Switch Checkbox */
.switch-nbx-ns:checked + .label-switch-nbx-ns {
  background: #46aa71;
}

input[type="checkbox"]:checked + label {
  color: #2d92d0;
}

.switch-box-nbx-ns label {
  display: inline-block;
  cursor: pointer;
}

.label-switch-nbx-ns {
  display: inline-block;
  top: 0.7em;
  position: relative;
  width: 3.5em;
  height: 1.6em;
  cursor: pointer;
  background: #bdbdbd;
  border-radius: 1em;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset,
    0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

input[type="checkbox"] {
  display: none;
}

.switch-box-nbx-ns .gray {
  margin: 0 1em;
}

.switch-box-nbx-ns label {
  display: inline-block;
  cursor: pointer;
}

.gray {
  color: #c6c6c6;
}

.switch-nbx-ns:checked ~ .oky {
  color: #46aa71;
}

.switch-box-nbx-ns .gray {
  margin: 0 1em;
}

.switch-box-nbx-ns label {
  display: inline-block;
  cursor: pointer;
}

.label-switch-nbx-ns:before {
  content: " " !important;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  transform: none !important;
  font-size: 1em !important;
}

input[type="checkbox"] + label:before {
  font-family: neu-box;
  display: inline;
  content: "\f096";
  line-height: 0.1;
  display: inline-block;
  font-size: 1.5em;
  letter-spacing: 0.4em;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}

.label-switch-nbx-ns:before {
  content: " " !important;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  transform: none !important;
  font-size: 1em !important;
}

.switch-nbx-ns:checked + .label-switch-nbx-ns:before {
  left: 2em;
}

input[type="checkbox"]:checked + label:before {
  color: #2d92d0;
  content: "\f046";
}

label.label-text-nbx-ns.roboto {
  font-size: 14px;
}

/*Estilos Extra para Vistas de Autorenovacion y Bloqueo*/
.switch-nbx-ns:checked + .label-switch-nbx-ns-disable {
  background: #46aa71;
}

.label-switch-nbx-ns-disable {
  display: inline-block;
  top: 0.7em;
  position: relative;
  width: 3.5em;
  height: 1.6em;
  cursor: pointer;
  background: #bdbdbd;
  border-radius: 1em;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset,
    0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

.label-switch-nbx-ns-disable:before {
  content: " " !important;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  -webkit-transform: none !important;
  transform: none !important;
  font-size: 1em !important;
}

.label-switch-nbx-ns-disable:before {
  content: " " !important;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  -webkit-transform: none !important;
  transform: none !important;
  font-size: 1em !important;
}

.switch-nbx-ns:checked + .label-switch-nbx-ns-disable:before {
  left: 2em;
}

/* APIdomainers */

.center-text {
  text-align: center !important;
}

.white-text {
  color: #fafafa !important;
}

.container-no-padding {
  padding: 0px !important;
}

.message {
  padding: 15px 15px 15px 70px;
}

.warning {
  background: #fef9ce url(https://neubox.com/images/neubox/alerta.svg) no-repeat
    10px center;
  background-size: 50px;
  border: 3px solid #f99c1c;
  color: #7c766b;
  line-height: initial;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  text-align: justify;
  margin: 30px 0;
}

.message.warning ul li .bullet {
  font-size: 0.7em;
  color: #ff9c43;
  padding-right: 5px;
}

#success-alert,
#success-alert-ips {
  width: 40%;
  margin: auto;
  display: none;
  opacity: 500;
  position: absolute;
  z-index: 999;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 5%;
}

.disable-input {
  pointer-events: none;
  background-color: #e0e0e0;
  color: #757575;
}

/* Colores 'light' de botones */
.lightorangebg {
  background-color: #fdad64;
}

.lightorangebg:hover,
.lightorangebg:active,
.lightorangebg:focus {
  background-color: #ff9c43;
}

.lightorangebg:active {
  background-color: #d07d37;
}

.lightgreenbg {
  background-color: #4bb87a;
}

.lightgreenbg:hover,
.lightgreenbg:focus {
  background-color: #46aa71;
}

.lightgreenbg:active {
  background-color: #378b56;
}

.lightbluebg {
  background-color: #159ad6;
}

.lightbluebg:hover,
.lightbluebg:focus {
  background-color: #2d92d0;
}

.lightbluebg:active {
  background-color: #2e76a2;
}

.lightredbg {
  background-color: #ee4c4c;
}

.lightredbg:hover,
.lightredbg:focus {
  background-color: #ee3b4c;
}

.lightredbg:active {
  background-color: #c12b49;
}

.lightbluegraybg {
  background-color: #5c7487;
}

.lightbluegraybg:hover,
.lightbluegraybg:focus {
  background-color: #4f6475;
}

.lightbluegraybg:active {
  background-color: #2d3f50;
}

/* Colores texto */
.darkorangetxt {
  color: #d07d37;
}

.darkgreentxt {
  color: #378b56;
}

.darkbluetxt {
  color: #2e76a2;
}

.darkredtxt {
  color: #c12b49;
}

.darkbluegraytxt {
  color: #2d3f50;
}

/* Estilos de fuente de texto */
.roboto {
  font-family: Roboto;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

/* Icono animado logo Neubox al cargar datos de DataTables */
.dataTables_processing:before {
  -webkit-animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  background: transparent url(../img/favicon/favicon-128x128.png) 0 0 no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  height: 48px;
  left: 0;
  margin: 0 auto;
  position: static;
  right: 0;
  top: calc(33% - 48px);
  width: 48px;
}

/* Tooltip Neubox */
.nbx-tooltip .tooltip-inner {
  background-color: #fff;
  border: 2px solid #2d92d0;
  border-radius: 0.5em;
  color: #333;
  font-family: "Patua One";
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
  padding: 0.5em 0.75em;
  text-align: left;
}

.nbx-tooltip.left .tooltip-arrow {
  border-left-color: #2d92d0;
}

.nbx-tooltip.right .tooltip-arrow {
  border-right-color: #2d92d0;
}

.nbx-tooltip.top .tooltip-arrow {
  border-top-color: #2d92d0;
}

.nbx-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2d92d0;
}

/* Estilos para la vista de facturación (invoices) */
.nbx-facturas .jqvnbx-capaespera,
.nbx-perfilesrfc .jqvnbx-capaespera {
  height: 102%;
  z-index: 3;
}

.nbx-facturas .jqvnbx-capaespera-texto {
  margin-top: -1.5em;
}

.row-actions {
  width: 105px;
}

.row-actions .icon-help {
  color: #87939f;
}

.btn-group-pdfxml > .btn {
  border-radius: 10px;
}

.btn-group-pdfxml
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 10px 10px 0;
}

/* Textos de estado en facturación */
.status-text {
  font-size: 1em;
}

.status-text-paid {
  color: #46aa71;
}

.status-text-unpaid {
  color: #ee3b4c;
}

.status-text-cancelled {
  color: #87939f;
}

.status-text-refunded {
  color: #319fc3;
}

.status-text-draft {
  color: #888888;
}

/* Textos de estado en mis dominios y servicios */
.status-text-active {
  color: #46aa71;
}

.status-text-pending {
  color: #ee3b4c;
}

.status-text-pending-transfer {
  color: #ee3b4c;
}

.status-text-expired {
  color: #319fc3;
}

.status-text-fraud {
  color: #ee3b4c;
}

.status-text-suspended {
  color: #888888;
}

.status-text-transferred-away {
  color: #888888;
}
.status-text-terminated{
  color: #319fc3;
}


.nbx-facturas input[type="checkbox"] + label::before {
  letter-spacing: 0.3em;
}

.nbx-facturas input[type="checkbox"].is-invalid + label {
  color: #ee3b4c;
  -webkit-animation: shake 1s both ease-out;
  animation: shake 1s both ease-out;
}

.nbx-facturas .nbx-formulario .form-group select.form-control:not(.d-none) {
  padding-right: 20px;
}

.form-control-disabled,
.form-group-disabled {
  opacity: 0.85;
}

.form-control-disabled:after,
.form-group-disabled:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control-textplain {
  border: 0;
  box-shadow: none;
  background-color: transparent !important;
}

/* 'Badges' de estado (filtros) ocultos predeterminadamente */
.view-filter-btns[menuItemName="My Invoices Status Filter"]
  .list-group
  .list-group-item
  .badge {
  display: none;
}

.view-filter-btns[menuItemName="My Invoices Status Filter"]
  .list-group.__badgescargados
  .list-group-item
  .badge {
  display: inline-block;
}

/* Logo animado cargando descripción de la orden */
.nbx-facturas-campo-descripcionrecibo.__cargandodescripcion::before {
  -webkit-animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  animation: spin 0.9s infinite cubic-bezier(0.29, 0.7, 0.85, 0.26);
  background: transparent url(../img/favicon/favicon-128x128.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45%;
  width: 48px;
}

/* Estilos para la vista detalle del recibo */
.__nbxifrm .nbx-factura-accionesventana,
.__nbxifrm .nbx-factura-logonbx,
.__nbxifrm .nbx-factura-datospersonales,
.__nbxifrm .nbx-factura-transacciones,
.__nbxifrm .nbx-factura-infoiva,
.__nbxifrm .nbx-factura-infotransacciones {
  display: none !important;
}

.__nbxifrm .nbx-factura-contenedor,
.__nbxifrm .nbx-factura-contenedor .wrapper,
.__nbxifrm .nbx-factura-encabezado,
.__nbxifrm .nbx-factura-contenedor .row,
.__nbxifrm .nbx-factura-contenedor .dataTables_wrapper,
.__nbxifrm .nbx-factura-contenedor .items,
.__nbxifrm .nbx-factura-encabezado .paid {
  margin: 0 !important;
  padding: 0 !important;
}

.__nbxifrm .nbx-factura-contenedor .items th,
.__nbxifrm .nbx-factura-contenedor .items td {
  padding: 5px 7px !important;
}

.__nbxifrm .items {
  font-size: 12px;
}

/* Switch Box / Slide Box (checkbox personalizado) */
.switch-box {
  display: inline-block;
}

.switch-box input {
  display: none;
}

.switch-box label {
  color: #c6c6c6;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

.switch:checked + .label-switch {
  background-color: #46aa71;
}

.switch:checked + .label-switch::before {
  left: 1.5em;
}

.switch:checked + .label-switch + .label-text {
  color: #46aa71 !important;
}

.switch-box .label-switch {
  background-color: #bdbdbd;
  border-radius: 1em;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset,
    0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-block;
  height: 1.6em;
  margin: 0 0.5em;
  position: relative;
  top: 0.5em;
  width: 3em;
}

.switch-box .label-switch::before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset,
    0 0.3em 0.3em -0.1em rgba(0, 0, 0, 0.25);
  content: " " !important;
  font-size: 1em !important;
  height: 1.2em;
  left: 0.2em;
  position: absolute;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  top: 0.2em;
  width: 1.2em;
}

.switch:disabled + label,
.switch:disabled + label + label,
.switch.disabled + label,
.switch.disabled + label + label {
  cursor: not-allowed;
  opacity: 0.85;
}

.switch:disabled + label:before,
.switch.disabled + label:before {
  cursor: not-allowed;
}

.nbx-perfilesrfc .modal-dialog .modal-title > span {
  text-transform: capitalize;
}

.nbx-perfilesrfc-btnir {
  float: right;
  margin: 0.5em 0 0 0;
  position: relative;
  z-index: 1;
}

/* Descripción de la orden. @see templates/neubox/css/invoice.css */
.nbx-facturas-campo-descripcionrecibo {
  background-color: #fff;
  color: #2d3f50;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  min-height: 224px;
  max-height: 256px;
  overflow: auto;
}

.nbx-facturas-campo-descripcionrecibo .wrapper {
  margin: 0;
  padding: 0;
}

.nbx-facturas-campo-descripcionrecibo .row {
  margin: 0;
}

.nbx-facturas-campo-descripcionrecibo .row.header {
  line-height: 1.25;
  margin-bottom: 0.2em;
  text-align: center;
}

.nbx-facturas-campo-descripcionrecibo tr.title th:last-child {
  border-radius: 0 3px 0 0;
}

.nbx-facturas-campo-descripcionrecibo tr.title th:first-child {
  border-radius: 3px 0 0 0;
}

.nbx-facturas-campo-descripcionrecibo td.text-right {
  color: #2d92d0;
  font-weight: bold;
}

.nbx-facturas-campo-descripcionrecibo th {
  background: #2d92d0;
  color: #fff;
}

.nbx-facturas-campo-descripcionrecibo .total-row {
  border-top: 2px solid #2d92d0;
}

.nbx-facturas-campo-descripcionrecibo .total-row h4 {
  font-size: 1.25em;
  margin: 0;
}

.nbx-facturas-campo-descripcionrecibo td,
.nbx-facturas-campo-descripcionrecibo th {
  line-height: 1.25em;
  padding: 0.3em 1em;
}

.nbx-facturas-campo-descripcionrecibo h3.subtitle {
  color: #2d92d0;
  margin: 0;
}

.nbx-facturas-campo-descripcionrecibo .dataTables_wrapper {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.nbx-facturas-campo-descripcionrecibo tr:nth-child(even) {
  background: #eee;
}

.nbx-facturas-campo-descripcionrecibo tr:nth-child(odd) {
  background: #fff;
}

.nbx-facturas-campo-descripcionrecibo table {
  width: 100%;
}

.nbx-facturas-campo-descripcionrecibo .paid {
  background: #46aa71;
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin: 0 0 0.1em 0;
  padding: 0.1em 0;
}

/* Seleccionar Perfiles de Facturación en el carrito. @see /cart.php?a=checkout */
#order-standard_cart .nbx-perfilesrfc-carrito-facturacion .form-control.switch {
  display: none;
}

#order-standard_cart .nbx-perfilesrfc-carrito-facturacion label.small {
  font-size: 85%;
}

#order-standard_cart .nbx-perfilesrfc-carrito-facturacion select.form-control {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

#order-standard_cart .nbx-perfilesrfc-carrito-agregar-modal .form-label {
  color: #8f8f8f !important;
  cursor: default;
  font-size: 1.25em !important;
}

#order-standard_cart .nbx-perfilesrfc-carrito-agregar-modal .form-group {
  text-align: left;
}

#order-standard_cart
  .nbx-perfilesrfc-carrito-agregar-modal
  .form-group
  .switch-box
  input[type="checkbox"] {
  display: none;
}

#order-standard_cart .nbx-perfilesrfc-carrito-agregar-modal .modal-footer {
  padding-bottom: 0;
  text-align: right !important;
}

#order-standard_cart .nbx-perfilesrfc-carrito-agregar-modal .jqvnbx-capaespera {
  height: 102%;
}

#order-standard_cart
  .nbx-perfilesrfc-carrito-agregar-modal
  .form-control[disabled] {
  background-color: #eee !important;
}

/* Recibo global. @see templates/neubox/masspay.tpl */
.table-pendientes .table > thead > tr > th {
  padding: 0.5em 1em;
}

.table-pendientes .table-pendientes__td {
  padding: 0.5em 1em 0.25em;
}

.table.unbordereditems {
  margin: 0;
}

.table.unbordereditems > tbody > tr > td,
.table.unbordereditems > tbody > tr > th,
.table.unbordereditems > tfoot > tr > td,
.table.unbordereditems > tfoot > tr > th,
.table.unbordereditems > thead > tr > td,
.table.unbordereditems > thead > tr > th {
  border: 0;
}

.table.unbordereditems > tbody > tr > td:first-child {
  width: 85%;
}

.table .masspay-total td:first-child {
  width: 80%;
}

.table .masspay-total td:first-child + td {
  padding-right: 2em;
}

/*
* Módulo de info Facturación
*
* @author  FLOLO <alejandro@neubox.net>
* @version 1.0 22/01/2019
*/
.info-facturacion-img-1 {
  max-height: 260px;
}

.info-facturacion-img {
  width: 100%;
  margin: 40px auto;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.44);
  border-radius: 20px;
}

.info-facturacion-img-icon {
  position: absolute;
  left: 15px;
  top: 37%;
  vertical-align: middle;
}

/* Webinar Alert Animation */
.alert-webinar {
  position: absolute;
  z-index: 99999;
  right: 20%;
  width: 50%;
  top: 16%;
  border-radius: 50px 50px 50px 50px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 8px 50px;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* Clases de ayuda para posición de elementos */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-sta {
  position: static;
}

/* Sweet alert styles */
.swal2-popup {
  border-radius: 30px !important;
  box-shadow: 0 5px 30px #2d92d0;
}

.swal2-icon.swal2-info {
  border-color: #2d92d073 !important;
  color: #2d92d0 !important;
}
.swal2-title {
  color: #2d92d0 !important;
}
.swal2-content,
.swal2-content {
  font-size: 1.4rem !important;
  margin-bottom: 1em !important;
  font-weight: 400 !important;
  color: #606060 !important;
}
.swal2-success-ring {
  border-color: #46aa71b8 !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #46aa71 !important;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 10px !important;
  font-family: "Patua One", cursive;
  background-color: #2d92d0 !important;
  box-shadow: 0 4px 0 #04629c;
}
/**
** Estilos tabla de hosting
*/
.host-table {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.host-table__header {
  position: relative;
}
.host-table__header__ribbon {
  position: absolute;
  background-color: #46aa71;
  border-radius: 50px 0 100px 100px;
  top: -1.8em;
  left: -1em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 110px;
  height: 110px;
}
.host-table__header__ribbon__faces {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/tellit-faces.svg);
  background-size: 210%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  border-radius: 0 0 100px 100px;
}
.host-table__header__ribbon__side {
  width: 3em;
  height: 1.8em;
  position: absolute;
  top: 0;
  left: 100%;
  background: #46aa71;
  border-radius: 0 2em 0 0;
  overflow: hidden;
}
.host-table__header__ribbon__side:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.8em;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1.5em 0 0 0;
}
.host-table__header__title {
  padding: 0.3em !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.host-table__header__title > h4 {
  color: #46aa71 !important;
}
.host-table__header__price {
  background: #46aa71;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em !important;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.host-table__header__price__num {
  font-size: 3em;
  padding-left: 2em;
  margin-right: 10px;
  font-family: patua one, cursive;
}
.host-table__header__price__slogan {
  background-color: #46aa71;
  color: #fff;
  font-size: 1.15em;
  font-weight: lighter;
  padding: 0.4em 0 !important;
  z-index: 9;
}
.host-table__header__price__slogan p {
  margin: 0;
  z-index: 9;
  position: relative;
}

.host-table__header:after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #46aa71;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 1em;
  bottom: -1.5rem;
  border-bottom-right-radius: 6px;
}
.host-table__list {
  padding-top: 1.6em !important;
  min-height: 32em;
}
.host-table__list__item {
  display: block !important;
  padding: 0.5em 1em !important;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 1.2em;
  display: flex !important;
  align-items: center;
}
.host-table__list__item .icon {
  font-size: 1.6em;
  margin-right: 10px;
}
.host-table__footer {
  padding: 1em;
}
.host-table__footer__btn {
  background-color: #46aa71;
  font-size: 1.5em;
  border-radius: 3em;
}

.host-table:hover {
  background-image: url(https://neubox.com/images/neubox/lava-gray.svg);
  z-index: 2;
  transform: translateY(-3px);
  box-shadow: 0 15px 70px -15px #46aa71;
}
.host-table:hover .host-table__header__title {
  background-color: #46aa71;
}
.host-table:hover .host-table__header__title > h4 {
  color: #fff !important;
}
.host-table:hover .host-table__header__price {
  box-shadow: 0 -28px 100px rgba(255, 255, 255, 0.57) inset;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.host-table:hover .host-table__header__ribbon {
  transform: scale(1.1);
  margin: 4px !important;
}
.host-table:hover .host-table__header__ribbon__faces {
  background-position: bottom right;
  background-size: 220%;
  height: 115%;
  top: -1em;
}

.host-table:hover .host-table__list__item {
  color: #46aa71;
}

#product2 .host-table__header__ribbon__side,
#product2 .host-table__header__ribbon,
#product2 .host-table__header__price__slogan,
#product2 .host-table__header:after,
#product2 .host-table__header__price,
#product2 .host-table__footer__btn,
#product2 .host-table:hover .host-table__header__title {
  background-color: #2d92d0;
}
#product2 .host-table__header__ribbon__faces {
  background-image: url(../img/sellit-faces.svg);
}
#product2 .host-table__header__title > h4,
#product2 .host-table:hover .host-table__list__item {
  color: #2d92d0 !important;
}
#product2 .host-table:hover .host-table__header__ribbon__faces {
  background-position: 90% bottom;
}
#product2 .host-table:hover {
  box-shadow: 0 15px 70px -15px #2d92d0;
}

#product3 .host-table__header__ribbon__side,
#product3 .host-table__header__ribbon,
#product3 .host-table__header__price__slogan,
#product3 .host-table__header:after,
#product3 .host-table__footer__btn,
#product3 .host-table__header__price,
#product3 .host-table:hover .host-table__header__title {
  background-color: #ff9c43;
}
#product3 .host-table__header__ribbon__faces {
  background-image: url(../img/pushit-faces.svg);
}

#product3 .host-table__header__title > h4,
#product3 .host-table:hover .host-table__list__item {
  color: #ff9c43 !important;
}
#product3 .host-table:hover .host-table__header__ribbon__faces {
  background-position: 90% bottom;
}
#product3 .host-table:hover {
  box-shadow: 0 15px 70px -15px #ff9c43;
}

.host-table:hover .host-table__header__title > h4,
#product2 .host-table:hover .host-table__header__title > h4,
#product3 .host-table:hover .host-table__header__title > h4 {
  color: #fff !important;
}

@media screen and (max-width: 425px) {
  .host-table {
    font-size: 1rem;
  }
  .host-table__header__ribbon {
    height: 80px;
    width: 80px;
  }
}

.err-rfc {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 0;
  top: 0.5em;
}

/* Botón personalizado de salir / cerrar sesión */
.btn-salir-verificacorreo {
  position: absolute;
  right: 1em;
  top: 1em;
}
/*Logos footer*/
.footer-acreditaciones, .footer-logo, .footer-trustwave {
  display: inline-block;
  width: 100%;
  -webkit-filter: sepia(1) hue-rotate(180deg) grayscale(50%);
  filter: sepia(1) hue-rotate(180deg) grayscale(50%);
  opacity: 0.5;
  max-width: 120px;
  margin: 5px;
}
.footer-acreditaciones:hover, .footer-logo:hover, .footer-trustwave:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__acreditaciones a {
  color: transparent;
}
.footer-acreditaciones.icann {
  max-width: 70px;
}
.footer-logo {
  max-width: 250px !important;
  opacity: 0.9;
  width: 100%;
  margin: 0 20px;
  -webkit-filter: contrast(0) brightness(2.5) opacity(0.75);
  filter: contrast(0) brightness(2.5) opacity(0.75);
}
.footer__acreditaciones img {
  max-height: 60px;
}
