@charset "UTF-8";
/*--VARIABLES WEB--*/
/*--USO DE MIXIN--*/
/*--EXTENDS WEB--*/
#backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--AJUSTES GENERALES--*/
body {
  background-color: #eeede5;
  font-family: poppins, sans-serif;
  font-size: 1rem;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ivypresto-display, serif;
  font-weight: 300;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  color: #191a11;
}

.subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 3rem;
}

.btn-primary {
  background-color: #27281b;
  color: #f0e4af;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #27281b;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #f0e4af;
  border-color: #f0e4af;
  border: 1px solid #27281b;
  color: #27281b;
}

/*--HEADER GENERAL--*/
.site-header {
  width: 100%;
  z-index: 10;
}
.site-header .navbar {
  height: 7em;
  margin: 0;
  display: flex;
  align-items: center;
}

.logo-op {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.logo-op:hover {
  opacity: 0.75;
}

.navbar-toggler {
  border: none;
  padding: 0;
  font-size: 1.25rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(240,228,175,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link {
  font-family: ivypresto-display, serif;
  font-size: 1.35rem;
  font-weight: 300;
  position: relative;
  transition: color 0.3s ease;
}

.dropdown-menu {
  background-color: #27281b;
  border: 0;
  border-radius: 0;
  padding: 0.6rem 0;
}

.dropdown-item {
  font-family: ivypresto-display, serif;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0.5rem 1.2rem;
  color: #9a9370;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #f0e4af;
  text-decoration: underline;
}

.tickets-button {
  background-color: #27281b;
  color: #f0e4af;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #27281b;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tickets-button:hover {
  background-color: #f0e4af;
  color: #27281b;
}

.offcanvas {
  background-color: #27281b;
}
.offcanvas .btn-close {
  background-size: 1.5em;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23f0e4af' stroke-width='2' stroke-linecap='round' d='M4.5 4.5l7 7m0-7l-7 7'/%3E%3C/svg%3E");
  opacity: 1;
}
.offcanvas .svg {
  transition: opacity 0.25s ease;
}
.offcanvas .svg:hover {
  opacity: 0.7;
}

/*HEADER TRANSPARENTE*/
.header--transparent .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 10;
}
.header--transparent .navbar-nav .nav-link {
  color: #9a9370;
}
.header--transparent .navbar-nav .nav-link:hover, .header--transparent .navbar-nav .nav-link.active {
  color: #f0e4af;
}
.header--transparent .navbar-nav .nav-link.show {
  color: #e5d9a7;
}

/*HEADER LIGHT*/
.header--light .navbar {
  background-color: #eeede5;
}
.header--light .navbar-nav .nav-link {
  color: #27281b;
}
.header--light .navbar-nav .nav-link:hover, .header--light .navbar-nav .nav-link.active, .header--light .navbar-nav .nav-link.show {
  color: #9a9370;
}
.header--light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(39,40,27)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*CAROUSEL (HEADER TRANSPARANTE)*/
.carousel-home {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-home h1 {
  font-size: 5.3rem;
  color: #f0e4af;
}
.carousel-home h2 {
  font-size: 1.8rem;
  padding-top: 1rem;
  color: #f0e4af;
}

.carousel-item {
  height: 100vh;
  overflow: hidden;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 20s ease-in-out forwards;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0e4af'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0e4af'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708'/%3e%3c/svg%3e");
}

.carousel-caption-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.carousel-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*--MAIN--*/
/*QUIENES SOMOS*/
.quienes-somos-container {
  background-image: url("../img/lumen-textura-fondo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quienes-somos {
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "intro   imagen2" "imagen1    imagen2" "imagen1    texto2";
  gap: 2rem;
  align-items: end;
  color: #f0e4af;
}
.quienes-somos img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.quienes-intro {
  grid-area: intro;
}

.quienes-imagen1 {
  grid-area: imagen1;
}

.quienes-imagen2 {
  grid-area: imagen2;
}

.quienes-texto2 {
  grid-area: texto2;
}

/*COLECCIONES*/
.colecciones {
  width: 95%;
  margin: 0 auto;
  padding: 4.5em 0;
}

.colecciones-arte {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25em;
}

.colecciones-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.card {
  border: 0px;
  border-radius: 5px;
  min-height: 500px;
  font-weight: 300;
  padding: 1.25em;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-size 0.35s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  background-size: 103%;
}

.card-textos {
  color: #f0e4af;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

/*PAGINAS INTERNAS*/
/*EXHIBICIONES*/
/* SECCIÓN HERO COLECCIÓN */
.hero-slider {
  background-image: url("../img/lumen-textura-fondo.jpg");
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
  color: #f0e4af;
}
.hero-slider-inner {
  width: 92%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}
.hero-slider-texto .subtitle {
  color: #9a9370;
  letter-spacing: 0.14em;
}
.hero-slider-titulo {
  font-size: 4rem;
  margin-bottom: 2rem;
  max-width: 90%;
  word-wrap: break-word;
}
.hero-slider-imagenes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.hero-slider-imagenes img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/*Cards Exhibiciones*/
.exhibiciones .card {
  min-height: 27rem;
}

/*EXPLORÁ ARTE*/
.explora-arte {
  text-align: justify;
}

.carousel-explora {
  height: 80vh;
  overflow: hidden;
}
.carousel-explora .carousel-inner,
.carousel-explora .carousel-item {
  height: 100%;
}
.carousel-explora img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/*CONTACTO*/
.hero-simple {
  height: 55vh;
  overflow: hidden;
}
.hero-simple .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.65);
}
.hero-simple .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f0e4af;
}

.hero-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.hero-sub {
  font-size: 1.25rem;
  opacity: 0.9;
}

/*Form*/
.formulario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image form";
  align-items: center;
  gap: 2rem;
}

.form-text {
  grid-area: form;
  text-align: left;
  padding: 0% 14%;
}

.form-img {
  grid-area: image;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.form-img-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.form-control {
  background-color: transparent;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #c5c6a7;
  border-radius: 0px;
}
.form-control:focus {
  color: #27281b !important;
  background-color: transparent;
  border-color: #27281b;
  box-shadow: none;
}

/*--FOOTER--*/
.footer {
  background-color: #191a11;
  padding: 3rem;
  color: #9a9370;
}
.footer a {
  color: #9a9370;
}
.footer a:hover {
  color: #f0e4af;
  text-decoration: underline;
}

.footer-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 2rem;
  max-width: 1400px;
  width: 90%;
  align-items: center;
}

.footer-menu ul {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.footer-menu li {
  margin: 0;
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #27281b;
  color: #f0e4af;
  text-decoration: none;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
  border-radius: 2px;
}
#backToTop:hover {
  transform: translateY(-3px);
}

/*--RESPONSIVE--*/
/*MOB*/
@media (max-width: 576px) {
  h2 {
    font-size: 2rem;
  }
  .tickets-button {
    margin-right: 1rem;
    font-size: 0.9rem;
  }
  .card {
    min-height: 340px;
  }
  .footer-menu ul {
    gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quienes-somos {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "imagen2" "imagen1" "texto2";
  }
  .carousel-home h1 {
    font-size: 4rem;
    text-align: center;
  }
  .hero-slider-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hero-slider-imagenes {
    grid-template-columns: 1fr;
  }
  .hero-slider-titulo {
    font-size: 2.6rem;
    max-width: 100%;
  }
  .header--light .nav-link {
    color: #9a9370;
  }
  .header--light .nav-link:hover, .header--light .nav-link.active {
    color: #f0e4af;
  }
  .exh-fot {
    height: 40vh;
    overflow: hidden;
  }
  .exh-fot img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .hero-simple {
    height: 40vh;
  }
  .hero-title {
    font-size: 2rem;
  }
  .formulario {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "form";
  }
  .form-img-inner {
    height: 300px;
    object-position: top;
  }
  .form-text {
    padding: 0 5%;
  }
  .carousel-explora {
    height: 50vh;
  }
}
/*TABLET*/
@media (max-width: 992px) {
  .colecciones-arte {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
/*PC*/
@media (min-width: 1200px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60%;
    transform: translateX(-60%);
    width: 0;
    height: 1px;
    background-color: #9a9370;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .nav-link:hover::before, .nav-link.active::before {
    width: 90%;
    visibility: visible;
  }
  .offcanvas-social {
    display: none !important;
  }
}

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