@charset "UTF-8";


/*==============================GRID==============================*/

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-5, .col-6, .col-7, .col-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

/*==============================GRID==============================*/

/*==============================BOOTSTRAP==============================*/

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

footer, header, main, nav {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1, h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 610px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-5, .col-6, .col-7, .col-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

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

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

.img-responsive {
  max-width: 100%;
  display: block;
  margin: 3px auto 15px
}

/*==============================BOOTSTRAP==============================*/

body {
  padding: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-weight: 400;
  text-decoration: none;
  color: #158be6;
}

body a:hover {
  text-decoration: none;
}

input[type="email"], input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

input::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: #666;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 15px;

}

b, strong {
  font-weight: normal;
}

nav, footer {
  padding: 20px 0;
  margin: 0;
}

main {
  padding: 7px 0 20px;
  margin: 0
}

.clearfix {
  min-height: 1px;
  display: block;
  position: relative;
  clear: both
}

header {
  background-color: rgb(0, 0, 0);
  height: 59px;
  padding: 10px 0;
  margin: 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

nav {
  background-color: rgb(41, 41, 41);
  height: 46px;
  line-height: 46px;
  padding: 0;
  font-size: 28px

}

nav a {
  text-decoration: none;
  color: #636363
}

nav a:hover {
  color: #fff
}

span.red {
  font-size: 15px;
  color: rgb(255, 1, 1);
  line-height: 26px;
  text-align: left;
  font-weight: bold;
}

span.gray {
  display: block;
  font-size: 14px;
  color: rgb(141, 141, 141);
  line-height: 26px;
  text-align: left;
}

h1 {
  font-size: 24px;
  color: rgb(1, 1, 1);
  line-height: 1.2;
  text-align: left;
  margin-top: 15px;
}

h2 {
  font-size: 18px;
  color: rgb(70, 70, 70);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}

h3 {
  color: #000;
}

blockquote {
  font-size: 22px;
  color: rgb(248, 34, 34);
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.img-desc {
  font-size: 16px;
  color: rgb(84, 83, 83);
  line-height: 1.2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px
}

.docname {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 15px
}

.docdesc {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 15px;
  margin-top: -15px
}

.doc-img {
  margin-top: 40px
}

.top__wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top__cell {
  display: table-cell;
  vertical-align: middle;
}

.top__wrap a {
  display: block;
  padding: 0 5px;
}

main ul {
  -webkit-padding-start: 25px;
}

main ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px
}

main ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -25px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid red;
}

.row.commentarios {
  background: #e8e8e8;
  margin-left: -40px;
  margin-bottom: 20px;
  margin-top: 20px
}

.row.commentarios .col-md-12, .otros-commentarios .col-md-12 {
  padding: 3px 0 5px 40px;
}

.otros-commentarios {
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 25px;
}

.otros-commentarios a {
  font-size: 15px;
  text-decoration: none;
  color: #484747
}

.otros-commentarios .col-md-12 {
  font-size: 17px
}

.img-circle {
  border-radius: 50%
}

.related a {
  display: block;
  font-size: 21px;
  color: rgb(1, 1, 1);
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  padding-bottom: 15px
}

.related a:hover {
  text-decoration: underline
}

.comm-table {
  display: table;
  margin-top: 0
}

.col-avatar {
  display: table-cell;
  margin-left: 10px;
  max-width: 40px;
  vertical-align: top;
  padding-top: 0;
  margin-top: 0
}

.col-comm-text {
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px
}

.nickname {
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 9px;
  font-weight: bold;
}

.comment {
  font-size: 15px;
  line-height: 17px;
  color: #010101;
  margin-bottom: 5px
}

.comment__photo {
  display: block;
  max-width: 100%;
}

a.bluesky {
  color: #5f92e6;
  text-decoration: none;
  cursor: pointer
}

a.bluesky:hover {
  color: #1555af;
  cursor: pointer
}

.date {
  font-size: 12px;
  color: #929292
}

.orderlink {
  font-size: 25px;
  font-weight: bold;
  color: #5f92e6;
  text-decoration: none;
  line-height: 1.2;
  margin: 0 auto;
  display: table;
}

.border {
  border: 1px solid #c4c4c4;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px
}

.border [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.border .sidebar-table {
  display: table;
  margin-bottom: 15px
}

.border .row:last-child .sidebar-table {
  margin-bottom: 5px
}

.border .col-sidebar-img {
  display: table-cell;
  margin-left: 10px;
  max-width: 105px;
  position: relative;
  float: left;
  min-height: 81px;
}

.border .col-sidebar-img img {
  width: 105px;
  height: 81px;
  margin-top: 5px
}

.border .col-sidebar-text {
  padding-left: 10px;
  max-width: 180px;
  display: table;
  vertical-align: middle;
  min-height: 81px;
}

.border .col-sidebar-text p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.border .col-sidebar-text a {
  text-decoration: none;
  color: #010101
}

.border .col-sidebar-text a:hover {
  text-decoration: underline
}

footer {
  background: #020202;
  color: #9a9a9a;
  padding: 30px 0 20px
}

footer img.img-responsive {
  margin: 3px 0 20px
}

footer p {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 17px
}

footer a {
  color: #9a9a9a;
  text-decoration: underline;
  font-weight: normal
}

footer .socialicons a {
  color: #fff;
  font-size: 23px;
  padding-right: 5px
}

footer a:hover {
  color: #ea0000;
}

@media (min-width: 992px) {
  blockquote {
    font-size: 26px;
  }

  header {
    height: 79px;
    padding: 20px
  }

  .main-pic {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
  }

  span.gray {
    float: right;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  body {
    font-size: 20px;
    line-height: 26px;
  }

  main {
    padding: 17px 0 60px;
  }

  span.red {
    font-size: 20px
  }

  .related a {
    padding-top: 0;
    padding-bottom: 0
  }
}

.bold {
  font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

a {
  text-align: center;
}

.img-responsive {
  width: 100%;
}

.product_img {
  width: 300px;
}

.info {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none
  }

  .row.related img {
    width: 100%
  }
}

@media (max-width: 576px) {
  .hidden-xs {
    display: none
  }

  .related a {
    font-size: 16px
  }

  .product_img {
    width: 200px;
  }

  .top__cell_no-mob {
    display: none;
  }

span.gray, span.red {
  font-size: 12px;
}

}

.answer {
  margin-left: 55px;
}
