@charset "UTF-8";
/*
 * Theme Name: Museo Arqueológico de Murcia
 * Description: Tema para el Museo
 * Author: Neosistec
*/
/* line 1, sass/modules/common.scss */
body {
  background-color: #fff;
  color: #000;
  font-family: Gotham;
}

/* line 7, sass/modules/common.scss */
html {
  scroll-behavior: smooth;
}

/* line 11, sass/modules/common.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/* line 15, sass/modules/common.scss */
#content {
  margin-top: 90px;
}

/* line 1, sass/modules/header.scss */
header {
  background: #fff;
  box-shadow: 0 0 0 #aaa;
  left: 0;
  padding: 0 50px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  transition: box-shadow 300ms ease;
  z-index: 1;
}
/* line 13, sass/modules/header.scss */
header .logo {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0;
}
/* line 18, sass/modules/header.scss */
header .logo img {
  margin: 0 auto;
  max-width: 100%;
  width: 200px;
}

/* line 27, sass/modules/header.scss */
.scrolled .header {
  box-shadow: 0 0 8px #aaa;
}

/* line 1, sass/modules/footer.scss */
footer#footer {
  padding: 15px 0 30px;
}
/* line 4, sass/modules/footer.scss */
footer#footer img {
  width: 150px;
}

@font-face {
  font-family: Gotham;
  src: url("https://mam.neosistec.com/wp-content/themes/museo-arqueologico-murcia/assets/font/gotham.otf");
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src: url("https://mam.neosistec.com/wp-content/themes/museo-arqueologico-murcia/assets/font/gotham-medium.otf");
  font-weight: 500;
}
/* line 1, sass/modules/gallery.scss */
.galeria {
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  justify-content: center;
  overflow: hidden;
}
/* line 8, sass/modules/gallery.scss */
.galeria figure {
  display: inline-block;
  margin: 0 10px;
}
/* line 13, sass/modules/gallery.scss */
.galeria figcaption {
  display: none;
}

/* line 12, sass/style/style.scss */
.index-base {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}
/* line 19, sass/style/style.scss */
.index-base * {
  box-sizing: border-box;
}
/* line 23, sass/style/style.scss */
.index-base .imgs {
  max-width: 90%;
  width: 500px;
}
/* line 27, sass/style/style.scss */
.index-base .imgs img {
  display: block;
  max-width: 100%;
}
/* line 32, sass/style/style.scss */
.index-base .imgs .mam {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 0 40px 40px;
}
/* line 38, sass/style/style.scss */
.index-base .imgs .murcia {
  margin: 0 auto;
  width: 150px;
}

/* line 46, sass/style/style.scss */
.article-content .extra-content {
  margin: 15px 0 20px;
}
/* line 49, sass/style/style.scss */
.article-content .extra-content a {
  background-color: #fff;
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 2px solid #ddd;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 15px 0;
  padding: 5px 20px 3px 40px;
  transition: background-color 300ms ease;
}
/* line 64, sass/style/style.scss */
.article-content .extra-content a:hover {
  background-color: #eee;
  text-decoration: none;
}
/* line 71, sass/style/style.scss */
.article-content .img-container {
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 79, sass/style/style.scss */
.article-content .img-container img {
  margin: 0 auto;
  max-height: 400px;
  max-width: 100%;
}
/* line 87, sass/style/style.scss */
.article-content .yacimiento h3, .article-content .coleccion h3, .article-content .enlaces h3, .article-content .piezas h3, .article-content .itinerarios h3 {
  font-size: 1.25rem;
}
/* line 91, sass/style/style.scss */
.article-content .yacimiento h4, .article-content .coleccion h4, .article-content .enlaces h4, .article-content .piezas h4, .article-content .itinerarios h4 {
  font-size: 1.1rem;
  font-weight: 500;
}
/* line 98, sass/style/style.scss */
.article-content .enlaces li, .article-content .itinerarios li {
  margin-bottom: 5px;
}
/* line 101, sass/style/style.scss */
.article-content .enlaces li a, .article-content .itinerarios li a {
  color: #000;
}
/* line 108, sass/style/style.scss */
.article-content .piezas .pieza-container {
  display: flex;
  margin-bottom: 15px;
}
/* line 112, sass/style/style.scss */
.article-content .piezas .pieza-container .pieza-img {
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}
/* line 117, sass/style/style.scss */
.article-content .piezas .pieza-container .pieza-img img {
  max-width: 70px;
}
/* line 122, sass/style/style.scss */
.article-content .piezas .pieza-container .pieza-text {
  margin: 5px 0 0 10px;
}

/* line 130, sass/style/style.scss */
#simulacion3d iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
