:root {
  --clr-primary: #C72032;
  --clr-alternative: #240206;
  --clr-black: #0f0102;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

img, picture, video, iframe, figure {
  display: block;
  max-width: 100%;
  width: 100%;
}

a {
  display: block;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

::selection {
  background-color: var(--color-primario);
  color: var(--color-secundario);
}

form, input, textarea, select, button, label {
  background-color: transparent;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  fill: currentColor;
  width: 100%;
}

.header {
  background-color: #fff;
  margin: 0;
  padding: 8px 0;
}

.navbar-brand img {
  max-width: 120px;
}

.navbar-nav-k {
  gap: 40px;
}
.navbar-nav-k a {
  color: var(--clr-primary);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-header {
  padding: 32px 32px 0;
}

.modal-close-k {
  cursor: pointer;
}
.modal-close-k:hover {
  opacity: 1;
}

.modal-body {
  padding: 32px;
}

.modal-title-k {
  color: var(--clr-alternative);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}

.modal-body-k p {
  color: var(--clr-black);
}

.box-contact {
  text-align: center;
}

.box-contact_item {
  color: var(--clr-alternative);
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}
.box-contact_item span {
  font-weight: 600;
}
.box-contact_item a {
  text-decoration: underline;
}
.box-contact_item a:hover {
  color: var(--clr-primary);
}

.box-info {
  display: flex;
  justify-content: space-between;
}
.box-info h2 {
  color: var(--clr-alternative);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.box-info p {
  margin: 0;
  text-transform: capitalize;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-backdrop.show {
  opacity: 1;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding: 24px;
}
.section-grid img {
  height: 100%;
  object-fit: cover;
}

.goverlay {
  background: #fff;
}

.glightbox-container .ginner-container.desc-right {
  height: 15vh;
  align-items: center;
  max-width: 76% !important;
}

.glightbox-clean .description-right .gdesc-inner {
  align-items: center;
  display: flex;
  padding: 20px 32px;
  width: 100%;
}

.glightbox-clean .gslide-media {
  box-shadow: initial;
}
.glightbox-clean .gslide-media img {
  height: 80vh;
}

.inner {
  height: 100%;
}
.inner a {
  height: 100%;
}

.glightbox-clean .gslide-desc div {
  color: var(--clr-alternative);
  flex: 1 1 270px;
  text-align: center;
}
.glightbox-clean .gslide-desc h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.glightbox-clean .gslide-desc p {
  margin-bottom: 0;
  font-size: 14px;
}

.glightbox-clean .gclose {
  background-color: var(--clr-primary);
  border-radius: 50%;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  border-radius: 50%;
  height: 40px;
}

.glightbox-clean .gclose {
  background-color: transparent;
  opacity: 1;
}

.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
  background-color: transparent;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  height: 40px;
  padding: 11px;
  width: 40px;
}

@media (max-width: 700px) {
  .glightbox-container .ginner-container.desc-right {
    height: 80vh;
  }
}
@media screen and (max-width: 600px) {
  .navbar-nav-k {
    gap: 8px;
    margin-top: 24px;
  }

  .card-slider {
    max-width: 74vw;
  }

  .box-info {
    flex-direction: column;
    gap: 24px;
  }

  .section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
  }

  btn.previous {
    left: 8px;
  }

  btn.next {
    right: 8px;
  }

  .btn-filter {
    flex: 1 1 auto;
  }

  .glightbox-clean .gslide-desc div {
    text-align: start;
  }
}
@media screen and (min-width: 600px) {
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%;
    width: 60%;
  }
}

/*# sourceMappingURL=main.css.map */
