/* ------------------------------------------------------------
    STYLES

    1 ::::: BASE
    Variables
    Mixins
    Reset
    Base

    2 ::::: LIB
    Forms
    Buttons
    Icons
    Tables

    3 ::::: PLUGINS
    Slick 1.8.1

    4 ::::: RESPONSIVE
    Largedevices
    Mediumdevices
    Smalldevices

------------------------------------------------------------ */
/* ------------------------------------------------------------
    FONTS
------------------------------------------------------------ */
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXToyPWVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTpsPWVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTpePWVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTqyOmVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTqLOmVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTrsOmVJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAy3mEfg.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAlXmEfg.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAp3mEfg.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAS36Efg.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAcn6Efg.ttf) format('truetype');
}
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funnelsans/v3/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAFX6Efg.ttf) format('truetype');
}
/* ------------------------------------------------------------
    BASE COLORS
------------------------------------------------------------ */
/* ------------------------------------------------------------
   FONTS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    ANIMATIONS
------------------------------------------------------------ */
a,
input,
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px = 1rem*/
  overflow-x: hidden;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
  min-width: 360px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
  height: 100%;
}
h1 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 900;
  color: #1B1C1E;
  font-size: 32px;
}
h2 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 900;
  color: #1B1C1E;
  font-size: 24px;
}
h3 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 700;
  color: #1B1C1E;
  font-size: 22px;
}
h4 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 700;
  color: #1B1C1E;
  font-size: 18px;
}
h5 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 700;
  color: #1B1C1E;
  font-size: 16px;
}
h6 {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 700;
  color: #1B1C1E;
  font-size: 14px;
}
p,
ul,
ol,
li {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
}
a {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
}
.btn {
  font-size: 16px;
}
.icon-btn i {
  font-size: 32px;
}
.sidebar {
  width: 100px;
  height: 100%;
  position: fixed;
  background-color: #274c77;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 8px;
}
.sidebar a {
  display: flex;
  flex-direction: column;
  color: #a3cef1;
  text-decoration: none;
  font-size: 0px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}
.sidebar a i {
  font-size: 32px;
  color: #a3cef1;
}
.sidebar a:hover {
  color: #e7ecef;
  font-size: 10px;
}
.sidebar a:hover i {
  color: #e7ecef;
}
.sidebar .menu {
  margin-top: 48px;
  text-align: center;
}
.sidebar .menu a {
  margin-top: 16px;
}
main {
  margin-left: 100px;
  padding: 24px 16px;
}
.login {
  background-color: #274c77;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-link {
  font-size: 14px;
}
.color-card {
  display: flex;
  flex-direction: row;
  padding: 8px 4px;
  box-sizing: border-box;
}
.color-card i {
  font-size: 22px;
  line-height: 24px;
  margin-right: 16px;
}
.color-card .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
}
.color-card p {
  padding: 0;
  margin: 0;
}
.color-card:hover {
  background-color: #f4f4f4;
}
.color-pick {
  display: block;
  padding-left: 16px;
  text-decoration: none;
  margin-bottom: 8px;
}
.color-pick:hover {
  background-color: #f4f4f4;
}
.cursor-pointer {
  cursor: pointer;
}
.border-dashed {
  border-style: dashed !important;
}
.img-preview {
  position: relative;
}
.img-preview img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}
.img-preview button.remove-img {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 1;
  padding: 0;
}
.img-preview {
  width: 100px;
  height: 100px;
}
.prod-pick {
  display: block;
  padding-left: 16px;
  text-decoration: none;
  margin-bottom: 8px;
}
.prod-pick:hover {
  background-color: #f4f4f4;
}
.mobileheader {
  display: none;
}
#productswrap .card-prod {
  display: flex;
  justify-content: space-between;
}
input.form-control {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
}
textarea.form-control {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
}
select.form-select {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #1B1C1E;
  font-size: 16px;
}
div.dt-container select.dt-input {
  padding: 2px 16px;
  margin-right: 16px;
  font-size: 14px;
}
div.dt-container .dt-length label {
  font-size: 14px;
}
div.dt-container .dt-info {
  font-size: 14px;
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/fonts/icomoon.eot?qpx3iz');
  src: url('/assets/fonts/icomoon.eot?qpx3iz#iefix') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf?qpx3iz') format('truetype'), url('/assets/fonts/icomoon.woff?qpx3iz') format('woff'), url('/assets/fonts/icomoon.svg?qpx3iz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fia-peso:before {
  content: "\e90d";
}
.icon-fia-manijas:before {
  content: "\e90e";
}
.icon-fia-desague:before {
  content: "\e90f";
}
.icon-fia-jet-de-llanado:before {
  content: "\e910";
}
.icon-fia-sanitizacion:before {
  content: "\e911";
}
.icon-fia-cabecera:before {
  content: "\e912";
}
.icon-fia-cromoterapia:before {
  content: "\e913";
}
.icon-fia-ozonoterapia:before {
  content: "\e914";
}
.icon-fia-aromaterapia:before {
  content: "\e915";
}
.icon-fia-pprecalentador:before {
  content: "\e916";
}
.icon-fia-blower:before {
  content: "\e917";
}
.icon-fia-audio:before {
  content: "\e918";
}
.icon-fia-grid:before {
  content: "\e90c";
  color: #00153d;
}
.icon-fia-mantenaimiento:before {
  content: "\e909";
}
.icon-fia-asesoria:before {
  content: "\e90a";
}
.icon-fia-refacciones:before {
  content: "\e90b";
}
.icon-fia-capacidad:before {
  content: "\e900";
  color: #00153d;
}
.icon-fia-hidromasaje:before {
  content: "\e901";
  color: #00153d;
}
.icon-fia-medidas:before {
  content: "\e902";
  color: #00153d;
}
.icon-fia-funcionclave:before {
  content: "\e903";
  color: #00153d;
}
.icon-fia-esquinera:before {
  content: "\e904";
}
.icon-fia-ovalada:before {
  content: "\e905";
}
.icon-fia-circular:before {
  content: "\e906";
}
.icon-fia-cuadraro:before {
  content: "\e907";
}
.icon-fia-rectangular:before {
  content: "\e908";
}
@media (max-width: 575px) {
  main {
    margin-left: 0;
    padding: 24px 16px;
  }
  body {
    padding-top: 32px;
  }
  .mobileheader {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #274c77;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999999;
  }
  .mobileheader a {
    color: #FDFCF9;
    font-size: 32px;
    line-height: 32px;
  }
  .mobileheader.open {
    padding-left: 100px;
  }
  .sidebar {
    left: -100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999999;
  }
  .sidebar.active {
    left: 0;
  }
}

/* AI Generate Button */
#btn-generate-ai {
  position: relative;
  border: 0;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #00D9C0 0%, #4A90E2 50%, #B44AE2 100%);
  background: linear-gradient(135deg, #00D9C0 0%, #4A90E2 50%, #B44AE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#btn-generate-ai::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #00D9C0 0%, #4A90E2 50%, #B44AE2 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

#btn-generate-ai:hover:not(:disabled) {
  background-color: rgba(13, 202, 240, 0.05);
}

#btn-generate-ai:disabled {
  background: #6c757d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#btn-generate-ai:disabled::before {
  background: #dee2e6;
}
