.hide {
  display: none;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background-color: #56595a;
}

*::-webkit-scrollbar-track:hover {
  background-color: #56595a;
}

*::-webkit-scrollbar-track:active {
  background-color: #56595a;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c6a14c;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #c6a14c;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #c6a14c;
}

.preloader::before,
.preloader::after {
  background-color: #c6a14c !important;
}

.preloader .loader .indicator {
  -webkit-transform: translateY(-50%) scale(5) !important;
  transform: translateY(-50%) scale(5) !important;
}

#scrollUp {
  background-color: #2e2d2d;
  color: #fff;
}

.btn {
  background-color: #e4b23d !important;
}

.header .nav li.active a,
.header .nav li a:hover {
  color: #c6a14c !important;
}

.header .nav li a::before {
  background-color: #c6a14c !important;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #c6a14c;
}

.footer-logo {
  margin-bottom: 3rem;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    margin: 0 auto 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 3rem;
  }
}

.footer .footer-top {
  background-color: #c6a14c;
}

.footer .copyright {
  background-color: #c6a14c;
}

.footer .single-footer .newsletter-inner .button {
  color: #c6a14c;
}

.footer .single-footer .social li a i {
  padding-top: 7px;
  display: block;
}

.footer .single-footer .social li a:hover {
  color: #2e2d2d;
}

.slider .owl-carousel .owl-nav div {
  background-color: #c6a14c;
}

.slider .single-slider h1 {
  color: #f1f1f1;
  text-shadow: 1px 1px 5px #000000aa;
}

.slider .single-slider h1 span {
  color: #e0a210;
  text-shadow: 1px 1px 2px #000000aa;
}

.slider .single-slider .btn.primary:hover {
  background-color: #e0a210;
}

.jt-shadow {
  box-shadow: 1px 1px 5px #2e2d2d33;
}

.jt-sisay-welcome {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  /*
    margin-bottom: -6.8rem;
    */
}

.jt-sisay-welcome-inner {
  /*
    margin: 3rem 0;
    */
  position: relative;
  margin-top: -8rem;
  margin-bottom: 3rem;
  z-index: 9;
}

.jt-sisay-welcome .card-body {
  padding: 2rem;
}

.jt-sisay-welcome h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #e4b23d;
  text-shadow: 1px 1px 3px #2e2d2d33;
}

.jt-sisay-list {
  list-style: dot;
}

.jt-sisay-list li {
  padding: 1rem;
}

.jt-sisay-list li::before {
  content: "*";
  padding: 1rem;
}

.soon {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

.soon h1 {
  color: #e0a210;
  font-weight: bold;
  font-size: 5rem;
  padding-bottom: 3rem;
}

.soon h3 {
  color: #4c4c4c;
  font-weight: bold;
  padding-bottom: 3rem;
}

.soon p {
  color: #4c4c4c;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jt-sisay-welcome h1 {
    font-size: 3rem;
  }

  .soon h1 {
    font-size: 3rem;
    padding-bottom: 2.5rem;
  }

  .soon h3 {
    padding-bottom: 1.5rem;
  }

  .soon p {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .jt-sisay-welcome h1 {
    font-size: 2rem;
  }

  .soon h1 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }

  .soon h3 {
    padding: 0 0.5rem 1rem;
  }

  .soon p {
    padding: 0 0.5rem 2rem;
  }
}

.jt-sisay-puntos {
  border-top: 1px solid #eee;
}

.jt-sisay-puntos h1 {
  text-align: center;
  padding: 2rem 0 1rem;
  color: #e0a210;
  font-weight: bold;
}

.jt-sisay-puntos img {
  box-shadow: 1px 1px 6px #2e2d2d33;
  margin-bottom: 3rem;
  border-radius: 5px;
}

.jt-sisay-subheader {
  background-image: url("../img/subheader.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0px;
}

.jt-sisay-subheader::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e4b23d;
  opacity: 0.8;
}

.jt-sisay-subheader .subheader-inner {
  z-index: 22;
  text-align: center;
}

.jt-sisay-subheader h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.contact-us .contact-us-form h2::before {
  background-color: #e4b23d;
}

.contact-us .contact-us-form p {
  margin-bottom: 0;
}

.jt-sisay-content {
  padding: 3rem 0;
}

.jt-sisay-content .card {
  box-shadow: 1px 1px 6px #2e2d2d33;
}

.jt-sisay-content .card-header {
  background-color: #fafafa;
  color: #e4b23d;
}

.jt-sisay-content h3 {
  color: #e4b23d;
  margin-bottom: 0;
  font-weight: bold;
}

.jt-sisay-gallery {
  margin-top: 3rem;
}

.jt-sisay-gallery .jt-sisay-image {
  width: auto;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: 1px 1px 5px 3px #2e2d2d55;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.jt-sisay-catalogo {
  padding: 3rem 0;
}

.jt-sisay-catalogo-inner {
  position: relative;
  transform: translateY(-158px);
  z-index: 9;
}

.jt-sisay-producto {
  box-shadow: 1px 1px 5px 3px #2e2d2d55;
  border-radius: 8px;
  margin-bottom: 2rem;
  border: 2px solid #fff;
}

.jt-sisay-producto .card-body p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jt-sisay-producto .product-banner {
  /*
    background-image: url('./../img/product-banner.png');
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    */
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
  opacity: 0.1;
  background-color: #e4b23d;
}

.jt-sisay-producto .product-image {
  width: auto !important;
  min-height: 250px;
  max-height: 250px;
  display: block;
  margin: 0 auto;
  filter: blur(0);
  position: relative;
  margin-bottom: -250px;
  z-index: 255;
}

.jt-sisay-producto .product-no-disp {
  background-image: url("./../img/product-no-disponible.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
  z-index: 256;
  position: relative;
  margin-top: -250px;
  top: 250px;
}

.jt-sisay-producto .product-desc {
  padding: 1rem;
  display: none;
  height: 250px;
  position: relative;
  top: 250px;
  margin-top: -250px;
  background-color: #000000aa;
  color: #fff;
  z-index: 257;
  border-radius: 5px 5px 0 0;
}

.jt-sisay-producto:hover .product-desc,
.jt-sisay-producto:active .product-desc {
  display: block;
}

.jt-sisay-producto:hover .product-desc .add-cart {
  display: block;
  background-color: #e4b23d;
  color: #fff;
  border: 0;
  padding: 0.5rem;
  border-radius: 8px;
  margin: 1rem auto 0;
}

.jt-sisay-widget-contacto {
  background-color: #eee;
  padding: 3rem 0;
}

.jt-sisay-widget-contacto h5 {
  padding-top: 0.6rem;
}

.jt-sisay-contacto-btn {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  display: block;
  margin: 0 auto;
  color: #fff !important;
}

.jt-sisay-carrito {
  padding: 3rem 0;
}

.jt-sisay-cart-table {
  background-color: #e4b23d22;
  border-color: #c6a14c;
  font-size: 1.2rem;
  color: #4c4c4c;
}

.jt-sisay-servicios-videos-container {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.jt-sisay-servicios-videos-container video {
  max-width: 500px;
}

.jt-sisay-servicios-texto {
  padding: 2rem 2.8rem;
}

.carrito {
  position: absolute;
  top: calc(25px - 0.5rem);
  right: 1rem;
}

.carrito a {
  color: white !important;
  padding: 0.5rem !important;
}

@media (max-width: 400px) {
  .jt-sisay-servicios-texto {
    padding: 2rem 2rem;
  }
}

@media (max-width: 468px) {
  .jt-sisay-cart-table {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .carrito {
    width: calc(100% - 0.5rem);
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1.2rem;
  }

  .carrito .btn {
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    margin: 0.5rem;
  }

  .carrito a {
    padding: 1rem 0;
  }

  .jt-sisay-contacto-btn {
    margin-top: 1rem;
  }

  .jt-sisay-servicios-videos-container {
    flex-direction: column;
  }

  .jt-sisay-servicios-videos-container video {
    max-width: 400px;
  }
}

.vcgn {
  justify-content: space-between;
  padding: 0 1rem;
}

.exito {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .jt-sisay-contacto-btn {
    font-size: 14px !important;
    padding: 1rem 0.5rem;
  }

  .jt-sisay-servicios-videos-container video {
    max-width: 400px;
  }
}

@media only screen and (max-width: 900px) {
  .jt-sisay-servicios-videos-container video {
    max-width: 300px;
  }
}

.jt-opciones-envio {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;

  &>label {
    margin: 0;
  }
}

.opciones-envio {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.text-black {
  color: #000;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.spinner {
  width: 36px;
  height: 36px;
  animation: 1s linear spin infinite;
}

@keyframes spin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}