@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* button {
      font-family: $fuenteArchivo;

  } */
}
body header, body footer, body .title-item-show, body .show-metadatos, body .item-show-descriptions, body .search-header button, body button,
body .grid-item .text, body .property dt {
  font-family: "Archivo Black", sans-serif;
}
body input.input-search,
body .description {
  font-family: "Archivo", sans-serif;
}

.rotate-up {
  transform: rotate(180deg);
}

.header-1.header-custom {
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  /* gap: 1em; */
  border-bottom: 2px solid #8547ad;
  margin: 0 2% 1rem;
  padding: 1rem 0 0;
}
.header-1.header-custom h1 {
  font-size: 2.5rem;
  /* font-weight: bold; */
  border-bottom: 2px solid #f678c4;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.header-1.header-custom .sm::after {
  display: none;
}
.header-1.header-custom .sm-clean > li > a {
  /* font-weight: bold; */
}
.header-1.header-custom .logo-header {
  text-align: center;
}
.header-1.header-custom .logo-header img {
  height: 5em;
  width: auto;
}
.header-1.header-custom .menu-nav,
.header-1.header-custom .sub-menu {
  padding: 1rem 0;
  border-radius: initial;
  justify-content: space-between;
  padding: 0;
}
.header-1.header-custom .menu-nav .ul-menu,
.header-1.header-custom .menu-nav .ul-sub-menu,
.header-1.header-custom .sub-menu .ul-menu,
.header-1.header-custom .sub-menu .ul-sub-menu {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 1.3rem;
  /* font-weight: bold; */
}
.header-1.header-custom .menu-nav {
  border-bottom: 2px solid #d9272e;
}
.header-1.header-custom .sub-menu {
  border-bottom: 2px solid #67b2e8;
}
.header-1.header-custom #search-header {
  padding: 1rem 0;
}
.header-1.header-custom #search-header form {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.header-1.header-custom #search-header button {
  padding: 0.4rem;
  border-radius: initial;
  border: initial;
  /* font-weight: bold; */
  float: initial;
  width: initial;
  background: initial;
  font-size: 1.1rem;
  cursor: pointer;
}
.header-1.header-custom #search-header .input-search {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: var(--accent);
  border-radius: 1.5rem;
  padding: 0.3rem 1rem;
  min-width: 5rem;
  border: none;
  outline: none;
  padding: 0.8rem;
  flex-grow: 1;
  border-radius: 25px;
  font-size: 1rem;
  color: #8547ad;
  /* font-weight: bold; */
}
.header-1.header-custom .associates-content {
  font-size: 1.1rem;
  border-bottom: 2px solid #67b2e8;
  position: relative;
}
.header-1.header-custom .associates-content .associates-title {
  display: flex;
  gap: 1rem;
  width: fit-content;
  cursor: pointer;
}
.header-1.header-custom .associates-content .associates-list {
  display: none;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  border: 2px solid #d9272e;
  border-top: 2px solid #f678c4;
  background-color: white;
  position: absolute;
  padding-left: 0;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-1.header-custom .associates-content .associates-list li {
  padding: 0 0.3rem;
}

.title-info h2,
.title-info h1 {
  margin: 0;
  color: black;
}

.content-title-item-set {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18em;
  margin: 0 -2%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.content-title-item-set .title-item-set .title-info {
  border-radius: 0.5em;
}
.content-title-item-set .title-item-set .title-info h2 {
  padding: 0 3em;
  color: black;
}

.content-description-item-set {
  margin-top: -3em;
  z-index: 100;
  position: relative;
  /* margin-top: -3rem; */
  display: flex;
  gap: 1.5rem;
  /* .relation-item-set {
      width: 50%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      img{
          width: 100%;
          height: auto;
          border-radius: $borderRadius;

      }
  } 
  */
}
@media (max-width: 868px) {
  .content-description-item-set {
    flex-direction: column;
  }
}
.content-description-item-set .description-item-set {
  flex: 1 1 45%;
  padding: 1.5rem;
  background-color: var(--accent);
  border-radius: 0.5em;
}
@media (max-width: 1668px) {
  .content-description-item-set .description-item-set {
    flex: 1 1 30%;
  }
}
.content-description-item-set .relation-item-set {
  flex: 1 0 40%;
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  flex-wrap: wrap;
}
.content-description-item-set .relation-item-set a {
  /*  margin: auto; */
  max-height: 20em;
  flex: 0 1 40%;
}
.content-description-item-set .relation-item-set img {
  /* width: 100%;
  height: auto; */
  border-radius: 0.5em;
  object-fit: cover;
  flex: 1;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 20em;
}
.content-description-item-set .relation-item-set .show-colection {
  width: 100%;
  background-color: var(--accent);
  padding: 0.5rem;
  border-radius: 0.5em;
}
.content-description-item-set .relation-item-set .show-colection p {
  font-size: 1.2rem;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-set-part {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px solid #f678c4;
}
.item-set-part .content-part-value {
  margin: 1em;
}
.item-set-part .content-part-value:nth-of-type(1) .title-part {
  color: #d9272e;
}
.item-set-part .content-part-value:nth-of-type(2) .title-part {
  color: #67b2e8;
}
.item-set-part .content-part-value:nth-of-type(3) .title-part {
  color: #8547ad;
}
.item-set-part img {
  width: 100%;
  height: 2.5em;
  object-fit: cover;
}
.item-set-part .data-item-set {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  /* font-weight: bold; */
  font-size: 1.2rem;
}
.item-set-part .data-item-set p {
  margin: 1rem 0 0.5rem;
}

.item-count {
  color: #f678c4;
}

/* show */
.content-title-item-show {
  min-height: 18rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}
.content-title-item-show.content-title-no-has-media {
  min-height: initial;
}
.content-title-item-show .title-item-show {
  /* font-weight: bold; */
  width: 45%;
  background-color: var(--accent);
  border-radius: 0.5em;
  padding: 1.5rem;
  font-size: 1.2rem;
}

.item-main-content {
  margin-top: 2.5rem;
}
.item-main-content .description {
  flex: 1 1 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.item-main-content .thumbnail {
  flex: 1 1 60%;
  margin: 0.5rem 0;
  border: initial;
  padding: 0;
}
.item-main-content .thumbnail a {
  width: 100%;
  height: auto;
}
.item-main-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: initial;
  display: block;
  margin: auto;
  max-height: 100vh;
}
.item-main-content .link-modal .icon-eye {
  color: black;
}
.item-main-content .content-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  width: 100%;
}
.item-main-content .content-description .sub-title {
  margin: 0;
}
.item-main-content .content-description > * {
  font-size: 1.1rem;
  /*  font-weight: bold; */
  background-color: var(--accent);
  border-radius: 0.5em;
  padding: 1rem;
}
.item-main-content .content-description .show-metadatos {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.item-main-content .content-description #arrow {
  transition: transform 0.3s ease;
  /* Transición suave para la rotación de la flecha */
}
.item-main-content .content-description #display-values {
  display: none;
  font-size: 1rem;
}

.content-destacados {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1em 0;
}
.content-destacados .destacados {
  flex: 1;
}
.content-destacados .destacados .grid-item {
  flex: 1;
}
.content-destacados img {
  width: 100%;
  height: 18em;
  object-fit: contain;
  min-width: 5em;
}

.title-destacados {
  /* font-weight: bold; */
  color: #ffa5a9;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  margin: 2rem 0;
  border-top: 2px solid #f578c3;
  border-bottom: 2px solid #ffa5a9;
}

/* builder */
.block .info-item-set,
.block .item-content,
.block .text-item-slide {
  background: rgba(255, 255, 255, 0.4);
}
.block .lib-block-item-set .item-content {
  width: 100%;
}
.block .lib-block-item-set-gallery .grid-slider {
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}
.block .lib-block-item-set-gallery .grid-slider .slider-grid {
  width: 100%;
}
.block .lib-block-item-set-gallery .grid-slider .slider-grid a {
  width: 100%;
}
.block .lib-block-item-set-gallery .grid-slider .slider-grid .text {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: 1.5rem;
  /* font-weight: bold; */
}
.block .lib-block-item-set-gallery .grid-slider .slider-grid img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}
.block .builder-destacado h3 {
  /* font-weight: bold; */
  color: #ffa5a9;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  margin: 2rem 0;
  border-top: 2px solid #f578c3;
  border-bottom: 2px solid #ffa5a9;
}
.block .builder-destacado .grid-slider {
  gap: 2.5em;
}
.block .builder-destacado .grid-slider > * {
  flex: 1;
}
.block .builder-destacado .grid-slider > * a {
  height: 100%;
}
.block .builder-destacado .grid-slider > * img {
  height: 100%;
  object-fit: cover;
}

/* swiper home */
.item-gallery-fullwidth .swiper-slide.item {
  position: relative;
}
.item-gallery-fullwidth .swiper-slide.item h5 {
  margin: 0 1em 0 0;
  position: absolute;
  z-index: 1000;
  /* font-weight: bold; */
  /* width: 45%; */
  background-color: var(--accent);
  border-radius: 0 0.5em 0.5em 0;
  padding: 1.5rem 3rem;
  bottom: 3rem;
  left: 0;
  font-size: 1.2rem;
}
.item-gallery-fullwidth .swiper-slide.item h5 a {
  color: #f678c4;
}

/* footer-1 */
.footer-1 {
  background-color: var(--accent);
  margin-top: 3em;
}
.footer-1 .line1 {
  justify-content: space-between;
  border-top: 2px solid #001f5b;
  align-content: center;
  margin: 0 2%;
}
.footer-1 .line1 .footer-logo-1 {
  order: 2;
  padding: 0;
}
.footer-1 .line1 .text-content-footer {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  color: black;
}
.footer-1 .line1 .text-content-footer a,
.footer-1 .line1 .text-content-footer p {
  display: block;
  /* font-weight: bold; */
  font-size: 1.1rem;
  margin: 1rem 0;
}
.footer-1 .line1 .text-content-footer:has(.left) {
  order: 1;
}
.footer-1 .line1 .text-content-footer:has(.right) {
  order: 3;
  text-align: end;
}
.footer-1 .copyright-footer {
  display: none;
}

@media (max-width: 750px) {
  .block .lib-row.lib-col-1-1 {
    flex-direction: column;
    display: contents;
  }
}

/*# sourceMappingURL=base-child.css.map */
