@import "normalize.css";
@font-face {
  font-family: fuente;
  src: url(SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: fuenteBold;
  src: url(SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: fuenteLight;
  src: url(SourceSansPro-Light.ttf);
}
body {
  padding-top: 100px;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  font-size: 0px;
  font-family: fuente;
}

p {
  font-size: inherit;
}

img {
  width: 100%;
  height: auto;
}

*.bg-primary {
  background-color: rgb(85, 110, 230) !important;
  color: white !important;
}
*.bg-primary .icon svg {
  fill: white !important;
}

*.bg-secondary {
  background-color: rgb(116, 120, 141) !important;
  color: white !important;
}
*.bg-secondary .icon svg {
  fill: white !important;
}

*.bg-success {
  background-color: rgb(52, 195, 143) !important;
  color: white !important;
}
*.bg-success .icon svg {
  fill: white !important;
}

*.bg-info {
  background-color: rgb(80, 165, 241) !important;
  color: white !important;
}
*.bg-info .icon svg {
  fill: white !important;
}

*.bg-warning {
  background-color: rgb(241, 180, 76) !important;
  color: white !important;
}
*.bg-warning .icon svg {
  fill: white !important;
}

*.bg-danger {
  background-color: rgb(244, 106, 106) !important;
  color: white !important;
}
*.bg-danger .icon svg {
  fill: white !important;
}

*.bg-pink {
  background-color: rgb(232, 62, 140) !important;
  color: white !important;
}
*.bg-pink .icon svg {
  fill: white !important;
}

*.bg-light {
  background-color: rgb(239, 242, 247) !important;
  color: rgba(0, 0, 0, 0.75) !important;
}
*.bg-light .icon svg {
  fill: rgba(0, 0, 0, 0.75) !important;
}

*.bg-dark {
  background-color: rgb(52, 58, 64) !important;
  color: white !important;
}
*.bg-dark .icon svg {
  fill: white !important;
}

*.bg-white {
  background-color: rgb(255, 255, 255) !important;
  color: white !important;
}
*.bg-white .icon svg {
  fill: white !important;
}

*.bg-black {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}
*.bg-black .icon svg {
  fill: white !important;
}

.col_1 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.col_1 > * {
  grid-column: 1/2;
}

.col_2 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.col_2 > * {
  grid-column: 1/3;
}

.col_3 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.col_3 > * {
  grid-column: 1/4;
}

.col_4 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.col_4 > * {
  grid-column: 1/5;
}

.col_5 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.col_5 > * {
  grid-column: 1/6;
}

.col_6 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.col_6 > * {
  grid-column: 1/7;
}

.col_7 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.col_7 > * {
  grid-column: 1/8;
}

.col_8 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}
.col_8 > * {
  grid-column: 1/9;
}

.col_9 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(9, 1fr);
  gap: 16px;
}
.col_9 > * {
  grid-column: 1/10;
}

.col_10 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(10, 1fr);
  gap: 16px;
}
.col_10 > * {
  grid-column: 1/11;
}

.col_11 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(11, 1fr);
  gap: 16px;
}
.col_11 > * {
  grid-column: 1/12;
}

.col_12 {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.col_12 > * {
  grid-column: 1/13;
}

.cells_1-2 {
  grid-column: 1/3;
}

.cells_1-3 {
  grid-column: 1/4;
}

.cells_1-4 {
  grid-column: 1/5;
}

.cells_1-5 {
  grid-column: 1/6;
}

.cells_1-6 {
  grid-column: 1/7;
}

.cells_1-7 {
  grid-column: 1/8;
}

.cells_1-8 {
  grid-column: 1/9;
}

.cells_1-9 {
  grid-column: 1/10;
}

.cells_1-10 {
  grid-column: 1/11;
}

.cells_1-11 {
  grid-column: 1/12;
}

.cells_1-12 {
  grid-column: 1/13;
}

.cells_1 {
  grid-column: 1;
}

.cells_2-3 {
  grid-column: 2/4;
}

.cells_2-4 {
  grid-column: 2/5;
}

.cells_2-5 {
  grid-column: 2/6;
}

.cells_2-6 {
  grid-column: 2/7;
}

.cells_2-7 {
  grid-column: 2/8;
}

.cells_2-8 {
  grid-column: 2/9;
}

.cells_2-9 {
  grid-column: 2/10;
}

.cells_2-10 {
  grid-column: 2/11;
}

.cells_2-11 {
  grid-column: 2/12;
}

.cells_2-12 {
  grid-column: 2/13;
}

.cells_2 {
  grid-column: 2;
}

.cells_3-4 {
  grid-column: 3/5;
}

.cells_3-5 {
  grid-column: 3/6;
}

.cells_3-6 {
  grid-column: 3/7;
}

.cells_3-7 {
  grid-column: 3/8;
}

.cells_3-8 {
  grid-column: 3/9;
}

.cells_3-9 {
  grid-column: 3/10;
}

.cells_3-10 {
  grid-column: 3/11;
}

.cells_3-11 {
  grid-column: 3/12;
}

.cells_3-12 {
  grid-column: 3/13;
}

.cells_3 {
  grid-column: 3;
}

.cells_4-5 {
  grid-column: 4/6;
}

.cells_4-6 {
  grid-column: 4/7;
}

.cells_4-7 {
  grid-column: 4/8;
}

.cells_4-8 {
  grid-column: 4/9;
}

.cells_4-9 {
  grid-column: 4/10;
}

.cells_4-10 {
  grid-column: 4/11;
}

.cells_4-11 {
  grid-column: 4/12;
}

.cells_4-12 {
  grid-column: 4/13;
}

.cells_4 {
  grid-column: 4;
}

.cells_5-6 {
  grid-column: 5/7;
}

.cells_5-7 {
  grid-column: 5/8;
}

.cells_5-8 {
  grid-column: 5/9;
}

.cells_5-9 {
  grid-column: 5/10;
}

.cells_5-10 {
  grid-column: 5/11;
}

.cells_5-11 {
  grid-column: 5/12;
}

.cells_5-12 {
  grid-column: 5/13;
}

.cells_5 {
  grid-column: 5;
}

.cells_6-7 {
  grid-column: 6/8;
}

.cells_6-8 {
  grid-column: 6/9;
}

.cells_6-9 {
  grid-column: 6/10;
}

.cells_6-10 {
  grid-column: 6/11;
}

.cells_6-11 {
  grid-column: 6/12;
}

.cells_6-12 {
  grid-column: 6/13;
}

.cells_6 {
  grid-column: 6;
}

.cells_7-8 {
  grid-column: 7/9;
}

.cells_7-9 {
  grid-column: 7/10;
}

.cells_7-10 {
  grid-column: 7/11;
}

.cells_7-11 {
  grid-column: 7/12;
}

.cells_7-12 {
  grid-column: 7/13;
}

.cells_7 {
  grid-column: 7;
}

.cells_8-9 {
  grid-column: 8/10;
}

.cells_8-10 {
  grid-column: 8/11;
}

.cells_8-11 {
  grid-column: 8/12;
}

.cells_8-12 {
  grid-column: 8/13;
}

.cells_8 {
  grid-column: 8;
}

.cells_9-10 {
  grid-column: 9/11;
}

.cells_9-11 {
  grid-column: 9/12;
}

.cells_9-12 {
  grid-column: 9/13;
}

.cells_9 {
  grid-column: 9;
}

.cells_10-11 {
  grid-column: 10/12;
}

.cells_10-12 {
  grid-column: 10/13;
}

.cells_10 {
  grid-column: 10;
}

.cells_11-12 {
  grid-column: 11/13;
}

.cells_11 {
  grid-column: 11;
}

.cells_12-13 {
  grid-column: 12/14;
}

.cells_12-12 {
  grid-column: 12/13;
}

.cells_12 {
  grid-column: 12;
}

pre.debug {
  font-size: 14px;
  position: relative;
  z-index: 1000000;
}

header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
  padding: 0px 64px;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
}
header a.logo {
  width: 175px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header a.logo img {
  width: 100%;
  height: auto;
}

.dropdown {
  position: relative;
}
.dropdown.hover:hover .content {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown.click .content.visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown .content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  right: 0%;
  left: auto;
  background-color: white;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.2s;
}

.input_cont label {
  display: block;
  font-size: 16px;
  padding-bottom: 6px;
}
.input_cont input,
.input_cont textarea,
.input_cont select {
  outline: none;
  font-size: 16px;
  width: 100%;
  padding: 8px 16px;
  border: none;
  border: 1px solid rgb(255, 255, 255);
  border-bottom-color: rgb(0, 0, 0);
  transition: all 0.2s;
}
.input_cont input:focus,
.input_cont textarea:focus,
.input_cont select:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgb(0, 0, 0);
}

.link {
  display: flex;
  justify-content: flex-start;
}
.link .text {
  padding: 0px 5px;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.button {
  position: relative;
  padding: 8px;
  width: auto;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s;
  background-color: black;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
}
.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.button:hover .text {
  color: rgb(0, 0, 0);
}
.button > .icon svg {
  fill: rgba(0, 0, 0, 0.75);
}
.button > .text {
  font-size: 14px;
  padding: 0px 5px;
  z-index: 3;
  color: white;
  text-decoration: underline;
}
.button svg {
  width: 24px;
  height: 24px;
}
.button > .badge {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.dropdown.nav_menu {
  border-radius: 3px;
}
.dropdown.nav_menu > .button {
  background: none;
  border: none;
}
.dropdown.nav_menu:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.nav_menu .content {
  left: 0%;
  right: auto;
}
.dropdown.nav_menu .content .button {
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown.nav_menu .content .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.nav_menu .content .button .text {
  color: black;
  white-space: nowrap;
  font-size: 18px;
  text-decoration: none;
}

.dropdown.social {
  border-radius: 3px;
}
.dropdown.social > .button {
  background: none;
  border: none;
}
.dropdown.social:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.social .content {
  left: auto;
  right: 0%;
}
.dropdown.social .content .button {
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown.social .content .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.social .content .button .text {
  color: black;
  white-space: nowrap;
  font-size: 18px;
  text-decoration: none;
}

.dropdown.social {
  border-radius: 3px;
}
.dropdown.social > .button {
  background: none;
  border: none;
}
.dropdown.social:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.social .content {
  left: auto;
  right: 0%;
}
.dropdown.social .content .button {
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown.social .content .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown.social .content .button .text {
  white-space: nowrap;
  font-size: 18px;
  text-decoration: none;
}

.hero_image {
  width: 100%;
}
.hero_image img {
  width: 100%;
  height: auto;
}
.hero_image > .text {
  text-align: center;
  padding: 40px;
}
.hero_image > .text .title {
  font-size: 32px;
  letter-spacing: 1px;
}
.hero_image > .text .subtitle {
  letter-spacing: 1px;
  font-size: 24px;
  opacity: 0.9;
  margin-top: 10px;
}
.hero_image > .text .link {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  padding: 12px 24px;
  margin-top: 20px;
}
.hero_image > .text .link:hover .text {
  color: rgb(0, 0, 0);
}
.hero_image > .text .link .text {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: fuenteLight;
}

.home_categories {
  padding: 12px 64px;
  padding-bottom: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.home_categories .header {
  font-size: 32px;
  letter-spacing: 2px;
}
.home_categories .sticky_menu .link {
  text-decoration: none;
  padding: 6px 0px;
}
.home_categories .links_with_image .category .name {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 0px;
  transition: all 0.2s;
}
.home_categories .links_with_image .category:hover .name {
  color: black;
}

.about_us .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
  min-height: 300px;
  padding: 48px 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  white-space: pre-wrap;
}
.about_us .text .title {
  width: 100%;
  font-size: 32px;
}
.about_us .text .subtitle {
  width: 100%;
  font-size: 24px;
  font-family: fuenteLight;
}
.about_us .images {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  padding: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about_us .images > div {
  flex-grow: 1;
  height: 320px;
  background-size: cover;
}

.contact {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact .image {
  width: 45%;
  height: 1000px;
  background-size: cover;
}
.contact .image img {
  width: 100%;
  height: auto;
}
.contact form {
  width: 45%;
}
.contact form .button {
  display: inline-flex;
}

.site_gate {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  padding-top: 0px;
  box-sizing: border-box;
}
.site_gate .site_gate_box {
  max-width: 400px;
  width: 100%;
  padding: 40px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}
.site_gate .site_gate_box .title {
  font-size: 22px;
  margin: 0 0 12px;
  text-align: center;
  font-weight: bold;
  font-family: fuenteBold;
}
.site_gate .site_gate_box .subtitle {
  font-size: 18px;
  margin-bottom: 24px;
  text-align: center;
  font-family: fuenteLight;
}
.site_gate .site_gate_box .error {
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  color: rgb(244, 106, 106);
}
.site_gate .site_gate_box .input_cont {
  margin-bottom: 20px;
}
.site_gate .site_gate_box .input_cont input {
  width: 100%;
  box-sizing: border-box;
}
.site_gate .site_gate_box .button {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.site_gate .site_gate_box .button .text {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.footer .hero_image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
  min-height: 200px;
  padding: 24px 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .hero_image .title {
  width: 100%;
  font-size: 32px;
  color: rgb(255, 255, 255);
}
.footer .hero_image .subtitle {
  width: 100%;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: fuenteLight;
}
.footer .info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px;
}
.footer .info .newsletter > * {
  margin-bottom: 18px;
}
.footer .info .newsletter .logo {
  width: 100px;
}
.footer .info .newsletter .logo img {
  width: 100%;
  height: auto;
}
.footer .info .newsletter .title {
  font-size: 18px;
}
.footer .info .newsletter .input {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.footer .info .newsletter .input .input_cont {
  width: 220px;
}
.footer .info .newsletter .data .email,
.footer .info .newsletter .data .phone {
  font-size: 16px;
}
.footer .info .site_map .link,
.footer .info .social .link {
  border: none;
  background: none;
  color: rgb(0, 0, 0);
}
.footer .info .site_map .link:hover,
.footer .info .social .link:hover {
  background-color: none;
  box-shadow: none;
}
.footer .info .site_map .link,
.footer .info .social .link {
  padding: 8px;
}
.footer .info .site_map .link .text,
.footer .info .social .link .text {
  font-size: 16px;
  text-decoration: underline;
  color: rgb(0, 0, 0);
}
.footer .info .social .link {
  border: none;
  background: none;
  color: rgb(0, 0, 0);
}
.footer .info .social .link:hover {
  background-color: none;
  box-shadow: none;
}
.footer .info .social .link .text {
  font-size: 16px;
}

.gallery {
  padding: 0px 64px;
}
.gallery .categories_bar {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 40px 0px 20px 0px;
}
.gallery .categories_bar .category {
  padding: 12px 8px;
  margin: 0px 10px;
  border-bottom: 3px solid white;
  transition: all 0.2s;
}
.gallery .categories_bar .category .text {
  font-size: 18px;
}
.gallery .categories_bar .category:hover, .gallery .categories_bar .category.active {
  border-bottom-color: black;
}
.gallery .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery .products > .product {
  grid-column: span 1;
}
.gallery .products > .product .name {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 0px;
  transition: all 0.2s;
}
.gallery .products > .product:hover .name {
  color: black;
}

.single_product {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 40px 64px;
}
.single_product .image {
  width: 70%;
}
.single_product .image .big_carousel .product_image + .product_image {
  margin-top: 10px;
}
.single_product .image .thumbnails {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.single_product .image .thumbnails .thumbnail {
  width: 10%;
  cursor: pointer;
}
.single_product .image .thumbnails .thumbnail:hover {
  opacity: 0.9;
}
.single_product .data {
  width: 30%;
  padding-left: 24px;
}
.single_product .data .name {
  font-size: 36px;
  color: black;
  padding: 12px 0px;
}
.single_product .data .sku {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.single_product .data .details {
  font-size: 16px;
  padding: 40px 0px;
  white-space: pre-wrap;
}
.single_product .data .dimensions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.single_product .data .dimensions .title {
  width: 100%;
  font-size: 16px;
  padding-bottom: 12px;
}
.single_product .data .dimensions .dimension {
  flex: 1;
}
.single_product .data .dimensions .dimension .label {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.single_product .data .dimensions .dimension .label .icon svg {
  fill: rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 16px;
}
.single_product .data .dimensions .dimension .label .text {
  color: rgba(0, 0, 0, 0.5);
  padding: 0px 8px;
  font-size: 14px;
}
.single_product .data .dimensions .dimension {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single_product .data .dimensions .dimension .text {
  font-size: 14px;
}
.single_product .data .buy_button {
  display: inline-block;
  margin-top: 24px;
}