html {
  margin: 0px;
}

body {
  margin: 0px;
  transition: opacity 500ms ease-in-out;
  background-color: white;
}

img {
  max-width: 100%;
}

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

hr {
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a, strong, button, .button, form input[type=submit], input, textarea {
  transition: all 300ms ease-in-out;
}

.text-color-gray {
  color: #535353;
}

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

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

.color-gray {
  color: #535353;
}

body {
  font-family: "Exo 2", "sans-serif", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Exo 2", "sans-serif", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a {
  color: #ff0000;
}
a:hover {
  color: #ff4d4d;
}

h3 {
  font-size: 23px;
}

.italic {
  font-style: italic;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.visible-hidden {
  visibility: hidden;
}

.full {
  display: block;
  width: 100%;
}

.reset-item {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.reset-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

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

.pull-left {
  text-align: left;
}

.pull-right {
  text-align: right;
}

.flex-right {
  text-align: right;
}

.float-right {
  float: right;
}

.link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  margin: 0;
  padding: 0;
}

.padding-init {
  padding-top: 160px;
}

.arrow-up {
  position: relative;
}
.arrow-up::before {
  width: 20px;
  height: 20px;
  background: transparent url(../icons/menu-arrow.svg) 100% 50%;
  display: block;
  background-size: contain;
  position: absolute;
  right: 10px;
  content: "";
  transform: rotate(180deg);
}

.arrow-down {
  position: relative;
}
.arrow-down::before {
  width: 20px;
  height: 20px;
  background: transparent url(../icons/menu-arrow.svg) 100% 50%;
  display: block;
  background-size: contain;
  position: absolute;
  right: 10px;
  rotate: 60;
  content: "";
}

.bg-gray {
  background-color: #f2f2f2;
}

.table-style1 {
  padding: 10px;
  width: 100%;
}
.table-style1 thead th {
  color: #535353;
  font-weight: 800;
  font-size: 17px;
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.table-style1 tbody tr td {
  font-size: 17px;
  color: #535353;
  padding: 20px 0px;
}
.table-style1 tbody tr td .icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.table-style1 tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d9d9d9;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  font-family: "Exo 2", "sans-serif", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button-text-red {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: #ff0000;
}

.button-text-gray {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: #535353;
}

a.style1, button.style1 {
    background: url(../button/bg-small-red.png);
    width: 205px;
    height: 35px;
    border: 0px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
}

a.style2, button.style2 {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #ff0000;
  border: 0px;
  vertical-align: middle;
}

a.style3, button.style3, span.style3 {
    padding: 5px 25px;
    background-color: #ff0000;
    border: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px;
    vertical-align: middle;
}
a.btn-pencil, button.btn-pencil, span.btn-pencil {
    background: url(../icons/pencil.svg);
    width: 25px;
    height: 25px;
    border: 0px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    background-size: contain;
    padding: 0px;
}
a.btn-trash, button.btn-trash, span.btn-trash {
    background: url(../icons/trash.svg);
    width: 21px;
    height: 25px;
    border: 0px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    background-size: contain;
    padding: 0px;
}
a.gray, button.gray, span.gray{
  color: #535353;
}
a.pointer, button.pointer, span.pointer {
  cursor: pointer;
}
&.btn-trash {
    background: url(../icons/trash.svg);
    width: 21px;
    height: 25px;
    border: 0px;
    color: $white;
    font-weight: $font-weight-bolder;
    font-size: 16px;
    background-size: contain;
    padding: 0px;
}

a.btn-space-medium, button.btn-space-medium, span.btn-space-medium  {
  margin-right: 15px;
  margin-left: 15px;
}
a.disabled, a:disabled, button.disabled, button:disabled, span.disabled, span:disabled {
  background: #ccc;
  color: #9b9595;
  cursor: not-allowed;
}

form input[type=text], form input[type=email], form input[type=password] {
  border: 1px solid #a09c9b;
  height: 30px;
  padding: 15px 10px;
  width: 100%;
}
form *:focus {
  outline: none;
}

.input-password {
  position: relative;
}
.input-password input[type=password] {
  padding-right: 40px;
}
    .input-password .btn-hidde {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        background: transparent url(../icons/eye-deny.svg) no-repeat 0px 0px;
        background-size: contain;
    }
.input-password .btn-hidde.show {
  background-image: url(../icons/eye.svg);
}

.paragraph {
  padding: 40px 20px;
}
.paragraph.space-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.paragraph p {
  font-size: 16px;
  padding: 10px 0px;
}
.paragraph p strong {
  font-weight: 600;
}
.paragraph br.space {
  content: " ";
  display: block;
  margin: 10px 0;
}

.center {
  text-align: center;
}

.input-checkbox {
  display: grid;
  grid-template-columns: 30px auto;
  cursor: pointer;
}
.input-number-spin {
  display: grid;
  grid-template-columns: 35px auto 35px;
}
.input-number-spin input {
  border: 0px;
  text-align: center;
  padding: 0px;
}
.input-number-spin input::-webkit-outer-spin-button, .input-number-spin input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number-spin input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.input-number-spin button {
  border: 0px;
  background-color: transparent;
  color: #535353;
  font-size: 25px;
}

.label-input-style1 {
  display: grid;
  grid-template-columns: 130px auto;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.label-input-style1.no-border {
  border-bottom: 0px;
}
@media (max-width: 576px) {
  .label-input-style1 {
    grid-template-columns: auto;
  }
  .label-input-style1 .text {
    padding-bottom: 15px;
  }
}
.label-input-style1 .block {
  grid-template-columns: auto auto;
}
.label-input-style1 > .text {
  align-self: center;
  padding-right: 20px;
  color: #535353;
  font-weight: 500;
  font-size: 17px;
}
.label-input-style1 > .text.top {
  align-self: self-start;
}
.label-input-style1 > .value {
  font-size: 17px;
  font-weight: 500;
  color: #a09c9b;
}
.label-input-style1 > input[type=text], .label-input-style1 input[type=email], .label-input-style1 input[type=password], .label-input-style1 input[type=tel], .label-input-style1 input[type=date], .label-input-style1 textarea {
  align-self: center;
  border: 0px;
  font-size: 17px;
  color: #535353;
}
.label-input-style1.typeFile {
  display: grid;
  grid-template-columns: auto 20px !important;
}
.label-input-style1.typeFile label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.label-input-style1.typeFile label input[type=file] {
  display: none;
}
.label-input-style1 > select {
  align-self: center;
  font-size: 17px;
  height: 40px;
  border: 0px;
  padding: 10px;
  background-color: #f2f2f2;
  color: #535353;
}
.label-input-style1 .inputs-grups {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.label-input-style1 .inputs-grups label {
  cursor: pointer;
  display: grid;
  grid-template-columns: 30px auto;
  grid-template-areas: "input text";
}
.label-input-style1 .inputs-grups label > .text {
  grid-area: text;
  font-size: 17px;
}
.label-input-style1 .inputs-grups label > input {
  grid-area: input;
}

.upload-component {
  text-align: center;
  display: block;
  cursor: pointer;
}
.upload-component .icon img {
  box-sizing: content-box;
  display: inline;
  padding: 5px 15px 10px;
  border: 1px solid #d6d5d4;
  border-radius: 10px;
  max-width: 50px;
}
.upload-component p {
  font-size: 13px;
  padding: 10px 0px;
  font-weight: bold;
  color: #a09c9b;
}
.upload-component input {
  display: none;
}

.form-acept-cancel-buttons {
  padding: 15px 0px;
  display: flex;
  align-self: flex-end;
  gap: 20px;
}
.form-acept-cancel-buttons li {
  font-weight: 500;
  font-size: 15px;
  color: #535353;
  line-height: 25px;
}
.form-acept-cancel-buttons li a {
  color: #535353;
  font-weight: 600;
}
.form-acept-cancel-buttons li a:hover {
  text-decoration: underline;
}
.content {
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 23px;
  }
}
.content .space-medium {
  margin: 35px 20px;
}
.content .space-small {
  margin: 10px 20px;
}
.content .no-space-lr {
  margin-left: 0px;
  margin-right: 0px;
}

.content-box {
  margin: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1);
}
.content-box.no-space {
  padding: 10px;
  margin: 0px;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 140px;
    padding: 0px 0px 30px;
    /*padding: 0px 50px 30px;*/
    display: grid;
    /*  grid-template-columns: 220px auto 250px;*/
    grid-gap: 2px;
    grid-template-areas: "upper-nav upper-nav upper-nav" "logo menu search";
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
    z-index: 10;
}
@media (max-width: 992px) {
  header {
    grid-template-columns: 220px auto;
    grid-template-areas: "logo upper-nav" "menu menu" "search search";
    min-height: 110px;
    padding: 10px 20px 10px;
  }
  header > .header-nav > ul > li.arrow-down::before, header > .header-nav > ul > li.arrow-up::before {
    visibility: visible;
  }
  header > .header-nav-search {
    padding-top: 0px;
  }
  header > .header-nav-search .submenu {
    top: 40px;
    width: 100%;
  }
  header > .header-upper-nav .only-large {
    display: none;
  }
  header > .header-upper-nav .only-short {
    display: flex !important;
  }
  header > .header-upper-nav .item-menu {
    display: block !important;
  }
  header > .header-nav {
    position: relative;
    z-index: 100;
  }
  header > .header-nav > ul {
    padding: 10px;
    top: 0px;
    position: absolute;
    display: none;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
  }
  header > .header-nav > ul .arrow-up > a {
    color: #ff0000;
  }
  header > .header-nav > ul > li > .submenu {
    position: relative;
    top: 7px;
    left: 0px;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none !important;
  }
  header > .header-nav > ul > li > .submenu.show {
    display: block !important;
  }

  
}
.whats1
  {
      display:inline;
  }
    .whats2
    {
        display:none;
    }
@media (max-width: 576px) {
  header {
    grid-template-columns: 150px auto;
  }

    .whats2 {
        display: inline;
    }

    .whats1 {
        display: none;
    }
}
header > .header-logo {
  grid-area: logo;
  margin: 0px;
  align-self: center;
}
header > .header-nav-search {
  grid-area: search;
  align-self: center;
}
header > .header-nav {
  grid-area: menu;
  align-self: center;
}
header > .header-upper-nav {
  grid-area: upper-nav;
  align-self: center;
}
header.light {
  background-color: transparent;
}
header.light .header-logo img {
  filter: brightness(0) invert(1);
}
header.light .header-nav > ul > li > a {
  color: #ffffff;
}
header.light .header-nav-search .search-box {
  border-color: #ffffff;
}
header.light .header-nav-search .search-box input {
  color: #ffffff;
}
header.light .header-nav-search .search-box input::placeholder {
  color: #ffffff;
}
header.light .header-nav-search .search-box button {
  filter: brightness(0) invert(1);
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup > .container {
  background-color: #fff;
  min-width: 300px;
  min-width: 300px;
  padding: 35px;
  border-radius: 10px;
  margin: 40px;
}
.popup h2 {
  color: #000000;
  padding-bottom: 20px;
  text-transform: initial;
  font-size: 25px;
}
.popup hr {
  background-color: #a09c9b;
}

.no-scroll {
  overflow: hidden;
}

footer {
  background-color: #040608;
  padding: 40px 10px;
}
footer .footer-logos {
  margin: auto;
  max-width: 750px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
  border-bottom: 1px solid #262626;
}
footer .footer-logos li {
  align-self: center;
  text-align: center;
}
footer .footer-logos li img {
  max-height: 110px;
}
@media (max-width: 576px) {
  footer .footer-logos li img {
    max-height: 50px;
  }
}
footer .footer-text {
  padding-top: 20px;
}
footer .footer-text p {
  text-align: center;
  color: #a09c9b;
  font-weight: 500;
  font-size: 15px;
}

.section-slide {
    background: url(../images/home5.jpg) no-repeat 50% 100%;
    background-size: cover;
    display: grid;
}
.section-slide .section-content {
  padding: 0px 8% 80px;
  align-self: center;
}
.section-slide .section-content h3 {
  color: #ff0000;
  font-weight: 700;
  font-style: italic;
  font-size: 87px;
  text-transform: none;
}
.section-slide .section-content p {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  font-size: 44px;
}
@media (max-width: 992px) {
  .section-slide .section-content h3 {
    font-size: 67px;
  }
  .section-slide .section-content p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .section-slide .section-content h3 {
    font-size: 40px;
  }
  .section-slide .section-content p {
    font-size: 25px;
  }
}
.section-slide--home {
  min-height: 480px;
}

.section-list-features {
  padding: 50px 10px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (max-width: 992px) {
  .section-list-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-list-features li {
  display: grid;
  grid-template-columns: 45px auto;
  grid-gap: 10px;
  font-weight: 500;
  font-size: 15px;
  align-self: center;
}
.section-list-features li span {
  align-self: center;
}

.section-prod-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin: 30px;
}
@media (max-width: 992px) {
  .section-prod-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .section-prod-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-prod-list li a {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #535353;
  font-weight: 500;
  /*border: 1px solid #d9d9d9;*/
  padding: 0px 20px 20px;
  border-radius: 10px;
}
.section-prod-list li a .title {
  font-size: 20px;
  font-weight: 300;
  color: #535353;
  padding-bottom: 0px;
  display: block;
}
.section-prod-list li a .warning {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ff0000;
  border-radius: 10px;
  margin: 5px;
  color: #ffffff;
  font-size: 11px;
}

.section-prod-list li a .alt {
  font-size: 13px;
  font-weight: 700;
}
.section-prod-list li a .price {
  padding-top: 0px;
  font-size: 19px;
}
.section-prod-list li a > span {
  display: block;
  padding: 7px 0px;
}

.section-home-make-dist {
    background: #fff url(../images/home-make-dist.jpg) no-repeat 50% 100%;
    height: 535px;
    padding-top: 125px;
}
.section-home-make-dist .content {
  margin: auto;
  max-width: 1100px;
}
.section-home-make-dist .content .box {
  float: right;
  max-width: 600px;
  padding: 90px 15px 0px;
}
.section-home-make-dist .content h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 29px;
}
.section-home-make-dist .content p {
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
    .section-home-make-dist .content .button, .section-home-make-dist .content form input[type=submit], form .section-home-make-dist .content input[type=submit] {
        margin-top: 50px;
        display: inline-block;
        background: transparent url(../button/bg-small.png);
        width: 140px;
        height: 39px;
        color: #ffffff;
        font-weight: 700;
        padding: 5px 10px;
        text-align: center;
        font-size: 16px;
    }

.section-contact-forms {
  padding: 50px 30px;
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 5%;
}
.section-contact-forms .contentText p {
  padding: 10px 0px;
}
.section-contact-forms .contentForm {
  padding: 80px 0px 0px;
}
.section-contact-forms .contentForm .label-input-style1 {
  grid-template-columns: 202px auto;
}

.section-pay-forms {
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 5%;
  font-size: 17px;
  color: #040608;
}
@media (max-width: 576px) {
  .section-pay-forms {
    grid-template-columns: repeat(1, 1fr);
    gap: 1%;
  }
}
.section-pay-forms .box-shadow {
  margin: 20px 0px;
}
.section-pay-forms .itemsShop {
  width: 100%;
  border-collapse: collapse;
}
.section-pay-forms .itemsShop td {
  padding: 6px 0px;
}
.section-pay-forms .itemsShop td img {
  max-height: 20px;
}
.section-pay-forms .itemsShop td hr {
  background-color: #040608;
}
.section-pay-forms .itemsShop td .icoTable {
  padding: 0px 5px;
}
.section-pay-forms .itemsShop .totalB {
  padding-right: 10px;
}
.section-pay-forms .btnPay {
  text-align: center;
}
.section-pay-forms .contentForm {
  padding-top: 50px;
}
@media (max-width: 576px) {
  .section-pay-forms .contentForm {
    padding-top: 0px;
  }
}
.section-pay-forms .contentForm h1 {
  margin-bottom: 20px;
  color: #040608;
}
.section-pay-forms .contentForm .cards ol {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
  gap: 20px;
}
.section-pay-forms .contentForm .cards ol img {
  max-height: 30px;
}
.section-pay-forms .contentForm .content-box {
  margin-top: 10px;
}
.section-pay-forms .contentForm .detailSpei {
  padding: 5px 10px;
}
.section-pay-forms .contentForm .detailSpei ol {
  list-style: none;
  padding: 5px 0px;
  margin: 0px;
}
.section-pay-forms .contentForm .detailSpei ol li {
  padding: 5px 0px;
}
.section-pay-forms .contentForm .detailSpei ol strong {
  display: block;
  color: #535353;
}
.section-pay-forms .contentForm .label-input-style1 {
  grid-template-columns: 202px auto;
}
@media (max-width: 576px) {
  .section-pay-forms .contentForm .label-input-style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-pay-forms .contentForm .flex-right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 576px) {
  .section-pay-forms .contentForm .flex-right {
    flex-direction: column;
  }
}

.breadcrumbar {
  padding: 30px 10px;
}
.breadcrumbar ul {
  list-style: none;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.breadcrumbar ul li {
  padding: 0px 5px;
  color: #a09c9b;
  font-weight: 500;
  font-size: 16px;
}
.breadcrumbar ul li:not(:last-child):after {
  margin-left: 10px;
  content: "/";
}
.breadcrumbar ul li a {
  color: #a09c9b;
  font-weight: 600;
}
.breadcrumbar ul li a:hover {
  text-decoration: underline;
}

.section-product-detail {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "images info price";
  grid-gap: 25px;
  margin: 30px 10px;
}
@media (max-width: 992px) {
  .section-product-detail {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "images images" "info price";
  }
}
@media (max-width: 576px) {
  .section-product-detail {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "images" "info" "price";
  }
}
.section-product-detail .info {
  grid-area: info;
}
.section-product-detail .info h2 {
  color: #595959;
  font-weight: 700;
  font-size: 30px;
  padding: 0px 0px 10px;
}
.section-product-detail .info h3 {
  color: #535353;
  font-size: 28px;
  font-weight: 500;
  padding: 0px 0px 40px;
}
.section-product-detail .info p {
  line-height: 22px;
}
.section-product-detail .info p strong {
  display: block;
  color: #a09c9b;
  padding-bottom: 5px;
}
.section-product-detail .images-samples {
  grid-area: images;
}
.section-product-detail .images-samples .big {
  text-align: center;
}
.section-product-detail .images-samples .navigation {
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 25px auto 25px;
  grid-template-areas: "left list right";
}
.section-product-detail .images-samples .navigation ul {
  display: flex;
  flex-direction: row;
  grid-area: list;
  column-gap: 5px;
}
    .section-product-detail .images-samples .navigation button {
        background: transparent;
        border: 0px;
        background: url(../icons/arrow-bold.svg) no-repeat 0px 0px;
        background-size: contain;
        text-indent: -10000px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        align-self: center;
    }
.section-product-detail .images-samples .navigation .left {
  grid-area: left;
}
.section-product-detail .images-samples .navigation .right {
  grid-area: right;
  transform: rotate(180deg);
}
.section-product-detail .detail-price {
  grid-area: price;
}

.table-details {
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
}
.table-details thead th {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 10px 20px;
}
.table-details tbody tr:first-child td {
  padding-top: 20px;
}
.table-details tbody td {
  text-align: center;
  font-weight: 500;
  color: #535353;
}
.table-details tbody td .input-number-spin {
  /*width: 170px;*/
  grid-template-columns: 20px 50px 20px;
  justify-content: center;
  margin: auto;
}

.section-item-option-1 {
  padding: 20px 0px;
}
.section-item-option-1 ul {
  list-style: none;
  margin: 0px;
}
.section-item-option-1 ul li {
  grid-gap: 10px;
  padding: 3px 0px;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-weight: 300;
}
.section-item-option-1 ul li .img img {
  max-width: 25px;
}
.section-item-option-1 ul li > span {
  align-self: center;
}

.form-login {
  max-width: 100%;
  width: 420px;
  display: flex;
  flex-direction: column;
}
.form-login .inputs {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-login .options {
  padding: 15px 0px;
  display: flex;
  align-self: flex-end;
  gap: 20px;
}
.form-login .options li {
  font-weight: 500;
  font-size: 15px;
  color: #535353;
  line-height: 25px;
}
.form-login .options li a {
  color: #535353;
  font-weight: 600;
}
.form-login .options li a:hover {
  text-decoration: underline;
}

.form-cart {
  max-width: 100%;
  width: 800px;
}
.form-cart .table {
  width: 100%;
}
.form-cart .table thead th {
  font-size: 15px;/**20px;*/
  font-weight: 500;
  text-align: left;
}
.form-cart .table tr {
  display: grid;
  grid-template-columns: auto 180px 110px 30px;
  font-size: 13px;/*17px;*/
  font-weight: 300;
  line-height: 20px;
  gap: 20px;
  padding: 10px 0px;
}
.form-cart .table tr td {
  align-self: center;
}
.form-cart .table tr .info {
  display: grid;
  grid-template-columns:75px auto; /*115px auto;*/
}
.form-cart .table tr .info > div {
  font-weight: 300;
  align-self: center;
}
.form-cart .table tr .info > div .size {
  font-weight: 400;/*200;*/
}
.form-cart .table tr .amount {
  font-weight: 600;
}
    .form-cart .table tr .remove {
        background: transparent;
        border: 0px;
        background: url(../icons/del-light.svg) no-repeat 0px 0px;
        background-size: contain;
        text-indent: -10000px;
        overflow: hidden;
        width: 25px;
        height: 25px;
    }
.form-cart .table tbody tr {
  border-bottom: 1px solid #a09c9b;
}
.form-cart .table .input-number-spin {
  grid-template-columns: 30px 40px 75px 30px;
}
.form-cart .table .input-number-spin input {
  font-size: 15px;
  font-weight: 300;
  color: #535353;
}
.form-cart .options {
  padding: 35px 0px 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
    .form-cart .options .left-arrow::before {
        width: 22px;
        height: 32px;
        background: url(../icons/arrow-light.svg) no-repeat 0px 0px;
        background-size: contain;
        content: "";
        display: inline-block;
        margin-bottom: -9px;
        margin-right: 10px;
    }
.form-cart .options button {
  line-height: 32px;
}

.box-shadow {
  padding: 30px 20px;
  background-color: #fff;
  filter: drop-shadow(2px 4px 3px #c5c5c5);
}

.header-logo img {
  width: 200px;
}

.header-nav {
  padding-right: 20px;
}
.header-nav > ul {
  list-style: none;
  display: table;
  float: right;
}
.header-nav > ul > li {
  display: table-cell;
  padding: 0px 10px 10px;
  position: relative;
}
.header-nav > ul > li:hover > a, .header-nav > ul > li:hover > strong {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.header-nav > ul > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.header-nav > ul > li > a, .header-nav > ul > li > strong {
  text-transform: uppercase;
  color: #535353;
  font-weight: 500;
  font-size: 15px;
}
.header-nav > ul > li > a:hover, .header-nav > ul > li > strong:hover {
  padding-bottom: 5px;
}
.header-nav > ul > li.arrow-down::before, .header-nav > ul > li.arrow-up::before {
  visibility: hidden;
}
.header-nav > ul > li .submenu {
  left: -25%;
}

.header-nav-search {
  padding: 15px 0px 0px 0px;
  position: relative;
}
.header-nav-search .search-box {
  padding-bottom: 3px;
  border-bottom: 1px solid #535353;
  display: grid;
  grid-template-columns: 45px auto;
  grid-template-areas: "buttom input-search";
}
.header-nav-search .search-box input {
  grid-area: input-search;
  border: 0px;
  font-weight: 500;
  font-size: 15px;
  background-color: transparent;
  color: #535353;
}
.header-nav-search .search-box span {
  grid-area: buttom;
  background: transparent;
  border: 0px;
  cursor:pointer;
}
.header-nav-search .search-box span img {
  width: 23px;
}
.header-nav-search .submenu {
  top: 55px;
  right: 0px;
  width: 600px;
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
}

.header-upper-nav ul {
  list-style: none;
  display: flex;
  float: right;
}
.header-upper-nav ul li {
  padding-left: 25px;
}
.header-upper-nav ul li.item-cart {
  align-self: center;
}
.header-upper-nav ul li.item-menu {
  display: none;
}
.header-upper-nav ul li.item-menu button {
  text-decoration: none;
}
.header-upper-nav ul li a {
  font-weight: 500;
  font-size: 15px;
}
.header-upper-nav ul li.item-account {
  align-self: center;
  position: relative;
}
.header-upper-nav ul li.item-account .name {
  background: none;
  border: 0px;
  color: #535353;
  font-weight: 500;
  font-size: 15px;
  padding-right: 35px;
}
.header-upper-nav ul li.item-account .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  right: 0px;
  min-width: 240px;
}
.header-upper-nav ul li.item-account .submenu .item-account-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-upper-nav ul li.item-account .submenu .item-account-menu li {
  padding: 8px 0px;
}
.header-upper-nav ul li.item-account .submenu .item-account-menu li a {
  color: #535353;
}
.header-upper-nav ul li.item-account .submenu .item-account-menu li a:hover {
  text-decoration: underline;
}
.header-upper-nav ul li .cart {
  color: #ffffff;
  text-align: center;
  display: grid;
  grid-template-columns: auto 20px;
  grid-gap: 5px;
}
.header-upper-nav ul li .cart .circle {
  background-color: #ff0000;
  border-radius: 10px;
  padding: 2px 10px;
}
    .header-upper-nav ul li .cart::after {
        width: 22px;
        height: 22px;
        background: url(../icons/header-nav-shop.svg) no-repeat 0px 0px;
        background-size: contain;
        content: "";
    }
.header-upper-nav ul li .cart:hover {
  text-decoration: none;
}
.header-upper-nav ul li .cart:hover .circle {
  background-color: #ff4d4d;
}
.header-upper-nav ul li .only-short {
  display: none;
  flex-direction: column;
  align-items: center;
  color: #535353;
  font-weight: 500;
}

.submenu {
  position: absolute;
  min-width: 200px;
  background-color: #ffffff;
  top: 30px;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 10px;
  border-radius: 5px;
  font-size: 15px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  opacity: 0;
  cursor:pointer;
}
.submenu > .list-text {
  list-style: none;
  margin: 0px;
  padding: 5px 0px 15px;
}
.submenu > .list-text > li a {
  font-weight: 500;
  line-height: 25px;
  color: #535353;
  font-size: 13px;
}
.submenu > .list-text > li a:hover {
  text-decoration: underline;
}
.submenu > .list-icon {
  list-style: none;
  margin: 0px;
  padding: 0px 0px;
}
.submenu > .list-icon > li {
  padding: 10px 0px;
}
.submenu > .list-icon > li > a {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 10px;
  color: #535353;
  font-weight: 600;
}
.submenu > .list-icon > li > a:hover {
  text-decoration: underline;
}
.submenu > .list-icon > li > a > span {
  align-self: center;
}
.submenu > .header-nav-search-results {
  list-style: none;
  margin: 0px;
  padding: 0px 0px;
}
.submenu > .header-nav-search-results li {
  border-bottom: 1px solid #d9d9d9;
}
.submenu > .header-nav-search-results li:last-child {
  border-bottom-color: transparent;
}
.submenu > .header-nav-search-results li a {
  display: grid;
  grid-template-columns: 70px auto 70px;
  color: #535353;
  font-weight: 500;
}
.submenu > .header-nav-search-results li a:hover {
  text-decoration: underline;
}
.submenu > .header-nav-search-results li a .title {
  color: #535353;
  font-weight: 500;
}
.submenu > .header-nav-search-results li a > span {
  align-self: center;
}

/*CSS agregado por Mario*/
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgb(156 157 191 / 80%);
        opacity: 50%;
    }

/* Caption text */
.text1 {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5.5s;
    animation-name: fade;
    animation-duration: 5.5s;
}


.divflex {
    display: flex;
    flex: 0.75;
}
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.imgmuestra {
    max-height: 500px;
    max-width: 500px;
}

.txtcantidad {
    font-family: "Exo 2", "sans-serif", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500; 
    color: #535353;
    font-size: 17px;
}

.errortalla {
    color: #8a6d3b;
    background-color: #eb9595;
    border-color: #faebcc;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    color:#535353;
   
}

    .pagination > li {
        display: inline;
       
    }

        .pagination > li > a,
        .pagination > li > div {
            position: relative;
            float: left;
            padding: 6px 12px;
           
            line-height: 1.42857143;
            color: #535353;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: 1em;
        }

            .pagination > li > a:hover,
            .pagination > li > div:hover,
            .pagination > li > a:focus,
            .pagination > li > div:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eeeeee;
                border-color: #ddd;
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > div {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > div {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .pagination > .active > a,
    .pagination > .active > div,
    .pagination > .active > a:hover,
    .pagination > .active > div:hover,
    .pagination > .active > a:focus,
    .pagination > .active > div:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #fb1d1d;
        border-color: #e34b11;
    }

    .pagination > .disabled > div,
    .pagination > .disabled > div:hover,
    .pagination > .disabled > div:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > div {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > div {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > div {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > div {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > div {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.pocasunidades {
    background-color: #1197cbfa !important;
}

.nodisponible {
    background-color: #ff0000 !important;
}

.disponible {
    background-color: #0b8309fa !important;
}


.imgresponsive {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    height: auto;
}

.mensaje{
    height:16em;
    margin-top:21%;
}

@media screen and (max-width: 950px) {
    .mensaje {
        height: 26em;
        margin-top: 21%;
    }

    .mostrarweb {
        display:inline;
    }

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

    .mostrarweb {
        display: none;
    }

    .mostrarmovil {
        display: inline;
    }

    .mensaje {
        height: 30em;
        margin-top: 21%;
    }

    .popup h2{
        padding-bottom:initial;
        font-size:12px;
    }
    .desaparece {
        display: none !important;
    }

    .encoger1 {
       
        font-size: 1em !important;
        
    }

    .ajuste1{
        margin-top:10%;
        font-size:16px;
        text-align:center;
    }

    .header-upper-nav ul li{
padding-left:0px;
    }
    .section-contact-forms{
        display:block;
    }
}


.divbusqueda
{
    max-height:26em;
    overflow-y:auto;
    overflow-x:hidden;
}

.nomaxwidth {
    max-width:initial !important;
}

.fonttable1 td {
    font-size:13px !important;
}

.fonttable1 th {
    font-size: 15px !important;
}

.showmenu1{
    display: flex !important;
}

.inlineflex
{
display:inline-flex;
}

.alineacion1{
    margin:20px;
    padding:20px;
}
.top3{
    margin-top:3%;
}

.tablapedidos{
    max-height:30%;
    overflow-y:auto;
}

.tablacarrito {
    max-height: 20em;
    overflow-y: auto;
}

.noprice {
    padding-top: 0px;
    font-size: 13px;
}

.paddingtop30{
    padding-top:30px;
}

.paddingtop10 {
    padding-top: 10%;
}

.paddingtop6 {
    padding-top: 6%;
}

.nopopup {
   
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
   
   
    display: flex;
    align-items: center;
    justify-content: center;
}
.select1 {
    width: 100%;
    height: 36px;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.textarea1 {
    width: 90%;
    font-family: "Exo 2", "sans-serif", "Helvetica Neue", "Helvetica", "Arial", sans-serif ;
}

.imgmini {
    height: 90px !important;
    width: 90px !important;
}

.buttonback {
    background: transparent;
    border: 0px;
    background: url(../icons/back.svg) no-repeat 0px 0px;
    background-size: contain;
    text-indent: -10000px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    align-self: center;    
}


.section-download-videos {
    padding: 20px 30px;
    font-size: 17px;
    color: #040608;
}

    .section-download-videos .list-download-videos {
        padding-top: 20px;
    }

.list-download-videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .list-download-videos.colums-3 {
        grid-template-columns: repeat(3, 1fr);
    }

@media (max-width: 576px) {
    .list-download-videos {
        grid-template-columns: repeat(1, 1fr);
    }
}

.list-download-videos .item {
    position: relative;
    color: #040608;
}

    .list-download-videos .item a {
        color: #040608;
    }

    .list-download-videos .item .alt {
        padding: 10px 0px;
    }

    .list-download-videos .item .format {
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: flex;
        gap: 10px;
        padding: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
    }

        .list-download-videos .item .format .icon {
            width: 22px;
        }

@media (max-width: 700px) {
    .list-download-videos .item a {
       margin-left:50px;
    }
}
.section-download-documents {
    padding: 20px 30px;
    font-size: 17px;
    color: #040608;
}

    .section-download-documents .list-download-documents {
        padding-top: 20px;
    }

.list-download-documents {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 768px) {
    .list-download-documents {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .list-download-documents {
        grid-template-columns: repeat(1, 1fr);
    }

        .list-download-documents .item {
            justify-items: center;
            width: 50%;
            margin-left:23%;
           grid-template-rows: auto 120px 0px !important;
        }

            .list-download-documents .item .image {
                justify-items: center;
                align-self: auto !important;
            }


    
}

.list-download-documents .item {
    background-color: #282728;
    border-radius: 10px;
    padding: 10px;
    display: block;
    color: #fff;
    display: grid;
    grid-template-rows: auto 120px 52px;
    /*grid-template-rows: auto 120px 30px;*/
    height: 100%;
    gap: 5px;
}

    .list-download-documents .item:hover {
        background-color: #5b5b5b;
    }

    .list-download-documents .item .header {
        padding-bottom: 10px;
        font-weight: bold;
    }

    .list-download-documents .item .image {
        align-self: center;
    }

        .list-download-documents .item .image img {
            border-radius: 10px;
            max-width: 100%;
            max-height: 100%;
        }

    .list-download-documents .item .format {
        display: flex;
        gap: 10px;
        padding: 5px;
    }

        .list-download-documents .item .format .icon {
            width: 18px;
        }


.container-arrows {
    padding: 20px 30px;
    position: relative;
}

    .container-arrows button {
        background: transparent;
        border: 0px;
        background: url(../icons/arrow-bold.svg) no-repeat 0px 0px;
        background-size: contain;
        text-indent: -10000px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        align-self: center;
    }

    .container-arrows .navigation .arrow-left {
        position: absolute;
        right: 0%;
        top: 40%;
        transform: rotate(180deg);
    }

    .container-arrows .navigation .arrow-right {
        position: absolute;
        left: 0%;
        top: 40%;
    }

.video-responsive {
  /*  height: 0;*/
    overflow: hidden;
   /* padding-bottom: 56.25%;*/
    padding-top: 30px;
    position: relative;
}

    .video-responsive iframe, .video-responsive object, .video-responsive embed {
        height: 258px;
        left: 0;
       /* position: absolute;*/
        top: 0;
        width: 100%;
    }
/*# sourceMappingURL=main.css.map */
