/*RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Encode Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-size: 28px;
}
h2 {
}

/*ENDRESET*/

/* BASIC STYLES*/

.mayus{
  text-transform:uppercase;
}

.label {
  text-align: center;
  padding: 40px;
  background-color: #000;
  color: #fff;
  margin: 50px 0px 50px 0px;
}

.label.up {
  margin: 0px 0px 50px 0px;
}

/* ENDBASIC STYLES*/

/*HEAD*/

.center {
  text-align: center;
}
.logo {
  justify-content: center;
  padding: 10px 10px 0px 10px;
}

.logo img {
  width: 50px;
}

.logo .text {
  padding: 10px 10px 10px 10px;
}

#menu {
  display: flex;
  justify-content: center;
  text-align: center;
}
#menu .menu a {
  text-decoration: none;
  color: black;
}
#menu .menu a:hover {
  font-weight: bold;
  background-color: #f2f4f4;
}
#menu .menu ul {
  border-bottom: 2px solid #000;
}
#menu .menu ul li {
  margin: 18px 25px 18px 25px;
  list-style: none;
}

/*ENDHEAD*/

/*FOOTER*/

footer {
  height: 200px;
  width: 100%;
  background-color: #000;
  position: absolute;
  margin-top: 50px;
}

/*ENDFOOTER*/

/*CATEGORY*/

#category .box {
  color: white;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  background-color: black;
}
#category .box:hover {
  background-color: gray;
}

#category .box img {
  width: 100%;
}

#category h1 {
  text-align: center;
  padding: 40px;
  background-color: #000;
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-bottom {
  text-align: center;
  position:absolute;
  bottom: 0px;
  background-color: black;
  width: 100%;
  padding: 20px;
  font-weight: bold;
}

#category-jewels {
  margin: 0px 0px 0px 0px;
}
#category-jewels a {
  text-decoration: none;
}
.row.first-block:hover {
  box-shadow: 1px 1px 5px #000;
  overflow: hidden;
}
.image-frame {
  background-color: #f2f4f4;
  background-size: contain;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
}
.image-frame img {
  display: block;
  width: 100%;
  height: 300px;
  filter: grayscale(80%);
  transition: all 2s;
  object-fit: cover;
}
.image-frame img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  filter: grayscale(0%);
}
.image-frame:hover {
  background-color: #d5d5d5;
}

.image-frame .ctg-sm {
  padding: 0px;
  height: 300px;
  z-index: 2;
}
.image-frame .ctg-sm:hover {
  background-color: #abb2b9;
}
.image-frame.category {
  height: 600px;
}
.image-frame.category img {
  height: 600px;
}
.image-frame.article {
  overflow: hidden;
  height: 300px;
  padding: 20px 0px 20px 20px;
  background-color: #fff;
}
.image-frame.article img {
  height: 300px;
}
.image-frame.principal {
  height: 75vh;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.image-back {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-back:hover {
  transform: scale(1.2);
  transition: all .5s;
}

/*ENDCATEGORY*/

/*PRODUCTO*/

div .producto {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

div .producto:hover {
  box-shadow: 0px 0px 25px #ccc;
}

div .producto-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div .producto-image:hover {
  transform: scale(1.5);
  transition: all 2s;
}

div .producto-descripcion {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 20px;
  color: white;
  background-color: black;
}

div .detalle {
  margin-top: 20px;
  margin-bottom: 20px;
}

div .detalle h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 150px;
}

div .detalle h2 {
  text-decoration: underline;
  color:black;
  font-weight: bold;
  font-size: 12px;
  padding: 20px 0px 0px 0px;
}

div .detalle h2:hover {
  color: slategray;
}

div .detalle h3 {
  font-size: 38px;
  line-height: 38px;
  padding: 20px 0px 20px 0px;
}

div .detalle h4 {
  padding: 20px 0px 20px 0px;
}

div .detalle-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

/*ENDPRODUCTO*/

/*CONTACT*/

#contact {
  margin: 0px 0px 0px 0px;
}

#contact h1 {
  text-align: center;
  padding: 40px;
  background-color: #000;
  color: #fff;
  margin: 10px 0px 10px 0px;
}

#contact h2 {
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}

#contact label {
  margin: 15px 0px 0px 0px;
}

#contact label {
  margin-bottom: 5px;
}

#contact .btn-send {
  margin-top: 20px;
}

#contact td {
  margin: 7px 0px 7px 0px;
}

#contact .contacto-container {
  border: 1px solid black;
  padding: 10px;
}
/*ENDCONTACT*/

/*FONTS*/

.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}

/*FONTS*/
