/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.mx-datepicker {
  width: 100% !important;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  color: #636b6f;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 8px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.btn-rojo {
  background-color: #ad172b;
}
.btn-negro {
  background-color: #000;
}
.btn-dominio {
  background-color: #0984e3;
}
.btn-ssl,
.btn-verde {
  background-color: #00b894;
}
.btn-hosting {
  background-color: #00cec9;
}
.btn-correo {
  background-color: #ad172b;
}
.btn-paquete {
  background-color: #2d3436;
}
.btn-pagar {
  background-color: #00b894;
  margin-top: 5px;
}
.inputs label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.inputs input,
.inputs textarea {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 8px 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
}
.inputs input:focus,
.inputs textarea:focus {
  border-color: #ad172b;
  outline: none;
}
.inputs textarea {
  resize: none;
  height: 100px;
}
.inputs .input {
  position: relative;
  margin-bottom: 20px;
}
.inputs .input-50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.inputs .input-l {
  padding-right: 5px;
}
.inputs .input-r {
  padding-left: 5px;
}
.inputs .button {
  text-align: center;
}
.View {
  margin: 20px 0;
}
.View .dataTables_length,
.View .dataTables_filter {
  margin: 20px 0;
}
.table {
  margin: 20px auto !important;
  border-collapse: collapse !important;
}
.table thead {
  background-color: #ad172b;
  color: #fff;
}
.table thead th {
  text-align: left;
}
.table tbody tr td {
  border: 1px solid rgba(0,0,0,0.2);
}
.table tbody tr:nth-child(odd) td {
  background-color: #ecf0f1;
}
.table tbody tr:nth-child(even) td {
  background-color: #dfe6e9;
}
.table .servicio span {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  min-width: 100px;
  text-align: center;
}
.table .servicio .dominio {
  background-color: #0984e3;
}
.table .servicio .ssl {
  background-color: #00b894;
}
.table .servicio .hosting {
  background-color: #00cec9;
}
.table .servicio .correo {
  background-color: #ad172b;
  color: #fff;
}
.table .servicio .paquete {
  background-color: #2d3436;
}
form {
  max-width: 380px;
  margin: 100px auto 0 auto;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 5px;
}
form h2 {
  background-color: #ad172b;
  color: #fff;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
form .inputs {
  padding: 40px;
}
