/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Chakra";
  src: url("../fonts/chakrapetch-regular-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chakra";
  src: url("../fonts/chakrapetch-medium-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Chakra";
  src: url("../fonts/chakrapetch-semibold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Chakra";
  src: url("../fonts/chakrapetch-bold-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/karla-variablefont_wght-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.btn {
  text-decoration: none;
  min-height: 65px;
  padding: 0 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.btn svg {
  width: 15px;
  margin-left: 10px;
  transform-origin: 19px 7px;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn.red {
  color: white;
}
.btn.red:before {
  background: #7A1912;
}
.btn.subred {
  color: white;
}
.btn.subred:before {
  background: #a12218;
}
.btn.sm {
  font-size: 12px;
  padding: 0 20px;
  min-height: 45px;
}
.btn:before {
  content: "";
  border-radius: 4px;
  background: white;
  inset: 0;
  position: absolute;
  z-index: -1;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn:hover:before {
  transform: scale(1.04, 1.05);
}
.btn:hover svg {
  transform: rotate(45deg) translateX(10px);
}
.btn.loading {
  opacity: 0.5;
  pointer-events: none;
}

.card-article {
  padding: 30px 40px;
  text-align: center;
  width: 25%;
  font-size: 20px;
  text-decoration: none;
  color: var(--dark);
  position: relative;
  z-index: 1;
  transition: color 0.4s;
}
.card-article img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-article .empty {
  height: 200px;
  background: #f7f7f7;
  border-radius: 10px;
}
.card-article h5 {
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 10px -20px 0px -20px;
}
.card-article:before {
  z-index: -1;
  border-radius: 5px;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  content: "";
  inset: 0;
  background: white;
}
.card-article:hover:before {
  transform: scale(1.08, 1.05);
}
.card-article:hover {
  color: var(--red);
}
@media (max-width: 900px) {
  .card-article {
    width: calc(50% - 20px);
    padding: 20px;
  }
  .card-article h5 {
    font-size: 19px;
    font-weight: 700;
  }
}

.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 5px;
  flex-wrap: wrap;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: white;
  text-decoration: none;
  padding: 11px 12px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.pagination span {
  background: rgba(255, 255, 255, 0.1019607843);
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.main-footer {
  padding: 80px 20px;
  background-color: #ae2213;
  background-size: auto 100%;
  background-image: url("../img/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-footer .copy {
  text-align: center;
  opacity: 0.4;
  margin: 60px auto 0 auto;
  font-size: 11px;
}
.main-footer .copy a {
  color: yellow;
}
.main-footer .minititle {
  color: #5c0003;
  font-size: 20px;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.main-footer .container {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  gap: 20px;
}
.main-footer .left {
  width: 100%;
  max-width: 380px;
}
.main-footer .catalogo {
  margin-bottom: 50px;
}
.main-footer .catalogo a {
  border: 1px solid #c26540;
  padding: 20px;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s background;
}
.main-footer .catalogo a h4 {
  margin: 0;
  color: white;
  font-size: 20px;
}
.main-footer .catalogo a p {
  color: black;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 0 0;
}
.main-footer .catalogo a svg {
  width: 40px;
}
.main-footer .catalogo a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.main-footer .ubicaciones > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-footer .ubicaciones > div .ubicacion {
  text-decoration: none;
  display: flex;
  white-space: nowrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.main-footer .ubicaciones > div .ubicacion p {
  color: black;
  opacity: 0.5;
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}
.main-footer .ubicaciones > div .ubicacion h3 {
  margin: 0;
  font-size: 30px;
  color: white;
}
.main-footer .ubicaciones > div .ubicacion svg {
  width: 50px;
  flex-shrink: 0;
}
.main-footer .ubicaciones > div .ubicacion:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s opacity, 0.2s transform;
}
.main-footer .ubicaciones > div .ubicacion:hover:before {
  opacity: 1;
  transform: scale(1.05);
}
.main-footer .contacto ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-footer .contacto a {
  color: white;
  font-size: 45px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.main-footer .contacto a:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s opacity, 0.2s transform;
}
.main-footer .contacto a:hover:before {
  opacity: 1;
  transform: scale(1.05);
}
.main-footer .contacto svg,
.main-footer .contacto img {
  color: var(--yellow);
  width: 50px;
  margin-right: 20px;
}
@media (max-width: 960px) {
  .main-footer .contacto a {
    font-size: 30px;
    display: flex;
    align-items: center;
  }
  .main-footer .contacto svg,
  .main-footer .contacto img {
    width: 35px;
  }
}
@media (max-width: 680px) {
  .main-footer .container {
    flex-direction: column;
  }
  .main-footer .right {
    margin: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 380px;
  }
  .main-footer .left {
    margin: auto;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 100;
  transition: 0.2s background, 0.2s height;
}
.main-header .logo svg {
  width: 100px;
}
.main-header .container {
  padding: 0 20px;
  max-width: 1160px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.main-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.main-header a {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.main-header.sticky {
  background: #701912;
  height: 60px;
}
.main-header .mobile-btn {
  display: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 0;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 500;
  position: absolute;
  top: 0;
  right: 0;
}
.main-header .mobile-btn span {
  pointer-events: none;
  width: 23px;
  height: 2px;
  border-radius: 5px;
  margin: 2px 0;
  background-color: white;
  display: inline-block;
  transition: 0.2s opacity, 0.2s transform;
}
.main-header .mobile-btn.active span {
  width: 22px;
}
.main-header .mobile-btn.active span:first-child {
  transform: rotate(45deg) translate3d(4px, 4px, 0px);
}
.main-header .mobile-btn.active span:nth-child(2) {
  opacity: 0;
}
.main-header .mobile-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate3d(5px, -4px, 0px);
}
@media (max-width: 992px) {
  .main-header {
    height: 60px;
  }
  .main-header .mobile-btn {
    display: inline-flex;
  }
  .main-header nav {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    background: #941726;
    right: 0;
    display: none;
  }
  .main-header nav.active {
    display: block;
  }
  .main-header nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-header nav a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    padding: 15px;
  }
}

#page-home .hero {
  background: #47131f;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 20px 170px 20px;
}
#page-home .hero h1 {
  line-height: 1;
  font-weight: 500;
  font-size: 85px;
  margin: 0;
}
#page-home .hero h1 strong {
  font-weight: 800;
}
@media (max-width: 600px) {
  #page-home .hero h1 {
    font-size: 50px;
    text-align: center;
  }
}
#page-home .about {
  padding: 50px 20px 100px 20px;
}
#page-home .about .section-title {
  color: var(--red);
  font-size: 15px;
  letter-spacing: 0.25em;
  background: var(--dark);
  display: inline-block;
  padding: 50px 50px 30px 0;
  border-radius: 0 10px 0 0;
  margin: 0;
  position: absolute;
  top: -147px;
  left: 0;
  width: 50%;
}
#page-home .about .section-title::before {
  content: "";
  background: var(--dark);
  top: 0;
  bottom: 0;
  width: 50px;
  position: absolute;
  right: 100%;
  width: 50vw;
}
#page-home .about p {
  margin: 0;
  font-size: 30px;
  color: #9296a0;
  max-width: 500px;
  margin-bottom: 50px;
  line-height: 1.3em;
}
#page-home .about .container {
  position: relative;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #page-home .about p {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  #page-home .about {
    padding: 60px 20px;
  }
  #page-home .about .container {
    flex-direction: column-reverse;
  }
  #page-home .about img {
    max-width: 240px;
    width: 100%;
  }
  #page-home .about .section-title {
    width: auto;
    padding: 20px 30px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
    top: -114px;
  }
  #page-home .about .section-title:before {
    content: none;
  }
}
#page-home .productos {
  background: var(--red);
  padding: 100px 20px;
}
#page-home .productos .section-title {
  color: white;
  font-size: 15px;
  letter-spacing: 0.25em;
  background: var(--red);
  display: inline-block;
  border-radius: 10px 10px 0 0;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 40px 50px 20px 50px;
  top: -177px;
}
#page-home .productos .container {
  position: relative;
  display: flex;
  gap: 20px;
}
#page-home .productos img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home .productos .btns {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 900px) {
  #page-home .productos .container {
    flex-wrap: wrap;
  }
  #page-home .productos .section-title {
    width: auto;
    padding: 20px 30px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
    top: -153px;
  }
}
@media (max-width: 600px) {
  #page-home .productos {
    padding: 60px 20px;
  }
  #page-home .productos .section-title {
    top: -113px;
  }
}
#page-home .implementos {
  background: var(--dark);
  padding: 100px 20px;
}
#page-home .implementos .section-title {
  color: white;
  font-size: 15px;
  letter-spacing: 0.25em;
  background: var(--dark);
  display: inline-block;
  border-radius: 10px 10px 0 0;
  margin: 0;
  position: absolute;
  left: 0;
  padding: 40px 50px 20px 50px;
  top: -177px;
}
#page-home .implementos .container {
  display: flex;
  gap: 20px;
  position: relative;
}
#page-home .implementos .article {
  border-radius: 5px;
  padding: 40px;
  text-align: center;
  width: 25%;
  font-size: 20px;
  text-decoration: none;
  color: white;
  position: relative;
  z-index: 1;
  transition: color 0.4s;
}
#page-home .implementos .article:before {
  z-index: -1;
  border-radius: 5px;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  content: "";
  inset: 0;
  background: #151923;
}
#page-home .implementos .article:hover:before {
  transform: scale(1.08, 1.05);
}
#page-home .implementos .article:hover {
  color: var(--red);
}
#page-home .implementos .article:hover figure:before {
  transform: scale(1.5);
}
#page-home .implementos h5 {
  margin: 20px 0 0 0;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-align: left;
  display: block;
}
#page-home .implementos .btns {
  text-align: center;
  margin-top: 50px;
}
#page-home .implementos img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-home .implementos figure {
  min-height: 150px;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-home .implementos figure:before {
  content: "";
  background: #1e232e;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1;
}
@media (max-width: 900px) {
  #page-home .implementos .container {
    flex-wrap: wrap;
  }
  #page-home .implementos .article {
    width: calc(50% - 20px);
    padding: 20px;
  }
  #page-home .implementos h5 {
    font-size: 19px;
    font-weight: 700;
  }
  #page-home .implementos .section-title {
    width: auto;
    padding: 20px 30px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
    top: -153px;
  }
}
@media (max-width: 600px) {
  #page-home .implementos {
    padding: 60px 20px;
  }
  #page-home .implementos .section-title {
    top: -113px;
  }
}
#page-home .servicios {
  background: #701912;
  padding: 100px 20px;
}
#page-home .servicios p {
  color: #fff;
  font-size: 18px;
  font-family: "Karla";
  letter-spacing: -0.03em;
  line-height: 1.3;
}
#page-home .servicios h4 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
#page-home .servicios .container {
  display: flex;
  gap: 100px;
}
#page-home .servicios figure {
  margin: 0;
}
#page-home .servicios img {
  border-radius: 5px;
}
#page-home .servicios .left,
#page-home .servicios .right {
  width: 50%;
}
#page-home .servicios .left article .content {
  margin-left: auto;
  padding-right: 0;
}
#page-home .servicios .right article .content {
  padding-left: 0;
}
#page-home .servicios .content {
  max-width: 400px;
  background: #701912;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  padding: 40px;
}
#page-home .servicios .title h2 {
  color: white;
  font-size: 75px;
}
#page-home .servicios .title h2 span {
  font-size: 40px;
  display: block;
  color: #ff6666;
  font-weight: 500;
}
#page-home .servicios .title-top {
  display: none;
}
@media (max-width: 990px) {
  #page-home .servicios .container {
    gap: 30px;
  }
  #page-home .servicios .content {
    max-width: 90%;
    padding: 25px;
  }
  #page-home .servicios .title h2 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  #page-home .servicios {
    padding: 60px 20px;
  }
  #page-home .servicios .title-top {
    display: block;
  }
  #page-home .servicios h2 {
    text-align: center;
    margin: 0 0 20px 0;
  }
  #page-home .servicios .title-bottom {
    display: none;
  }
  #page-home .servicios .container {
    flex-direction: column;
    gap: 0;
  }
  #page-home .servicios .left,
  #page-home .servicios .right {
    width: 100%;
  }
  #page-home .servicios .content {
    border-radius: 5px;
    margin: -25px auto 0 auto;
    padding: 30px !important;
  }
  #page-home .servicios article {
    width: 100%;
    max-width: 450px;
    margin: auto auto 20px auto;
  }
}
#page-home .contacto {
  background: transparent;
  padding: 100px 20px;
}
#page-home .blog {
  padding: 100px 20px;
}
#page-home .blog .section-title {
  color: white;
  font-size: 15px;
  letter-spacing: 0.25em;
  background: var(--dark);
  display: inline-block;
  border-radius: 10px 10px 0 0;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 40px 50px 20px 50px;
  top: -177px;
}
#page-home .blog .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#page-home .blog .article {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-decoration: none;
}
#page-home .blog .article figure {
  font-size: 0;
  margin: 0;
}
#page-home .blog .article img {
  height: 240px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: 0.2s opacity;
}
#page-home .blog .article h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: white;
}
#page-home .blog .article .content {
  border-radius: 0 0 5px 5px;
  margin-top: -25px;
  background-color: var(--red);
  padding: 25px;
  -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
          clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  transition: 0.2s transform, 0.2s background-color;
}
#page-home .blog .article:hover .content {
  transform: translate3d(0px, -10px, 0px);
  background-color: rgba(255, 255, 255, 0.1);
}
#page-home .blog .article:hover img {
  opacity: 1;
}
@media (max-width: 960px) {
  #page-home .blog {
    padding: 60px 20px;
  }
  #page-home .blog .container {
    flex-direction: column;
    max-width: 450px;
  }
  #page-home .blog .article {
    width: 100%;
  }
  #page-home .blog .section-title {
    width: auto;
    padding: 20px 30px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
    top: -113px;
  }
}

.productos-hero {
  background: #47131f;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 20px 170px 20px;
}
.productos-hero h1 {
  line-height: 1;
  font-weight: 500;
  font-size: 85px;
  margin: 0;
}
.productos-hero h1 strong {
  font-weight: 800;
}
@media (max-width: 900px) {
  .productos-hero {
    padding: 100px 20px 70px 20px;
  }
  .productos-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .productos-hero h1 {
    font-size: 50px;
    text-align: center;
  }
}

.productos-content {
  padding: 50px 0;
}
.productos-content .producto-table {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  color: black;
  padding: 20px;
}
.productos-content .producto-table header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.productos-content .producto-table h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}
.productos-content .producto-table h3 {
  margin: 0;
  font-size: 20px;
  color: darkgray;
}
.productos-content .producto-table .table-container {
  max-width: 100%;
  overflow: auto;
}
.productos-content .producto-table table {
  width: 100%;
  border-collapse: collapse;
}
.productos-content .producto-table table th,
.productos-content .producto-table table td {
  border: 1px solid #d9d9d9;
}
.productos-content .producto-table table th {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
}
.productos-content .producto-table table td {
  text-align: center;
  padding: 5px;
}
.productos-content .producto-table table tr:nth-child(even) {
  background-color: #ebebeb;
}
@media (max-width: 600px) {
  .productos-content header img {
    width: 80px;
    height: 80px;
  }
  .productos-content .producto-table h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .productos-content .producto-table h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

.productos-filter {
  margin-top: 50px;
  background: #e21d24;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  background: #232935;
  margin-left: 20px;
  margin-right: 20px;
}
.productos-filter select {
  border: 0;
  border-radius: 5px;
  height: 50px;
  padding: 0px 13px;
  outline: none;
}
.productos-filter label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
@media (max-width: 900px) {
  .productos-filter {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .filters {
    top: 60px;
    position: sticky;
    z-index: 50;
  }
}

.productos-archive .container {
  padding: 50px 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.productos-archive .card-article {
  width: calc(25% - 15px);
}
.productos-archive .container-archive.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 900px) {
  .productos-archive .container {
    flex-wrap: wrap;
  }
  .productos-archive .card-article {
    width: calc(33% - 15px);
  }
}
@media (max-width: 630px) {
  .productos-archive .card-article {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .productos-archive .card-article {
    width: 100%;
  }
}

.page-page {
  padding: 70px 0;
}
.page-page .container {
  padding: 0 20px;
}
.page-page p {
  line-height: 1.6em;
  font-size: 18px;
}
.page-page blockquote {
  border-left: 2px solid red;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.template-servicio {
  padding: 70px 0;
}
.template-servicio .container {
  padding: 0 20px;
}
.template-servicio article {
  background-color: #232835;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 35px;
}
.template-servicio article header {
  display: flex;
  gap: 20px;
}
.template-servicio article header h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: -0.04em;
}
.template-servicio article header p {
  margin: 0;
  font-size: 17px;
  opacity: 0.7;
}
.template-servicio article .subservicios {
  margin-top: 20px;
}
.template-servicio article .subservicios .item {
  display: flex;
  gap: 20px;
  border-top: 1px dashed #555555;
  padding-top: 20px;
  padding-bottom: 20px;
}
.template-servicio article .subservicios .item:last-child {
  padding-bottom: 0;
}
.template-servicio article .subservicios .item p {
  font-size: 17px;
  line-height: 1.5em;
}
.template-servicio article .subservicios .item h3 {
  font-size: 22px;
}
.template-servicio article .subservicios .image {
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .template-servicio article header {
    flex-direction: column;
  }
  .template-servicio article .subservicios .item {
    flex-direction: column;
  }
}

.page-contacto {
  padding: 50px 0;
}
.page-contacto .container {
  padding: 0 20px;
}
.page-contacto form {
  padding: 40px;
  border-radius: 10px;
  background: #232835;
}
.page-contacto form input,
.page-contacto form textarea,
.page-contacto form select {
  border: 0;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}
.page-contacto form textarea {
  padding: 10px;
  min-height: 150px;
}
.page-contacto form label {
  margin-bottom: 5px;
}
.page-contacto form > div {
  display: flex;
  flex-direction: column;
}

.blog-hero {
  background: #47131f;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 20px 170px 20px;
  position: relative;
}
.blog-hero h1 {
  line-height: 1;
  font-weight: 500;
  font-size: 85px;
  margin: 0;
}
.blog-hero h1 strong {
  font-weight: 800;
}
@media (max-width: 900px) {
  .blog-hero {
    padding: 100px 20px 70px 20px;
  }
  .blog-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .blog-hero h1 {
    font-size: 50px;
    text-align: center;
  }
}

.card-blog {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-decoration: none;
}
.card-blog figure {
  font-size: 0;
  margin: 0;
}
.card-blog img {
  height: 240px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: 0.2s opacity;
}
.card-blog h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: white;
}
.card-blog .content {
  border-radius: 0 0 5px 5px;
  margin-top: -25px;
  background-color: var(--red);
  padding: 25px;
  -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
          clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  transition: 0.2s transform, 0.2s background-color;
}
.card-blog:hover .content {
  transform: translate3d(0px, -10px, 0px);
  background-color: rgba(255, 255, 255, 0.1);
}
.card-blog:hover img {
  opacity: 1;
}

.blog-archive .container {
  padding: 50px 20px;
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.blog-archive .card-blog {
  width: calc(33.333% - 15px);
}
.blog-archive .container-archive.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 900px) {
  .blog-archive .container {
    flex-wrap: wrap;
  }
  .blog-archive .card-blog {
    width: calc(33% - 15px);
  }
}
@media (max-width: 630px) {
  .blog-archive .card-blog {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .blog-archive .card-blog {
    width: 100%;
  }
}

.blog-hero.single {
  z-index: 1;
}
.blog-hero.single .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-hero.single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-hero.single .image:before {
  content: "";
  background: rgba(59, 8, 10, 0.7098039216);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-content {
  padding: 70px 0;
}
.blog-content .container {
  padding: 0 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: white;
}
.blog-content h1 span,
.blog-content h2 span,
.blog-content h3 span,
.blog-content h4 span,
.blog-content h5 span,
.blog-content h6 span {
  color: white !important;
}
.blog-content a {
  color: var(--red);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:root {
  --dark: #191e29;
  --red: #a12218;
  --yellow: #ffa800;
  --width: 1120px;
}

html {
  background-color: var(--dark);
  color: white;
}

body {
  margin: 0;
  font-family: "Chakra", sans-serif;
}

.container {
  max-width: var(--width);
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden !important;
}/*# sourceMappingURL=style.css.map */