@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  background: #f1f1f1 url("https://d1u6ohx5m4uc1t.cloudfront.net/img/pared-v2.jpg") repeat-x;
  background-position: center top;
  background-size: 1260px;
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
  line-height: 1.25;
  font-size: 23px;
}
@media (max-width: 767px) {
  body {
    background-attachment: fixed;
    background-size: 140%;
    background-position: center 77px;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 1.3;
  }
}
body a {
  text-decoration: none;
}
body.body-intro {
  background: white url("https://d1u6ohx5m4uc1t.cloudfront.net/img/pared_intro.jpeg");
  background-size: cover;
}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 94vh;
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 992px) {
  .intro {
    height: 100vh;
  }
}
.intro .intro-content {
  text-align: center;
}
.intro .intro-content h1 {
  margin-bottom: 1.5rem;
}
.intro .intro-content .img-mic {
  margin-bottom: 1rem;
}
.intro .intro-content .img-mic img {
  width: 220px;
}
@media (max-width: 767px) {
  .intro .intro-content .img-mic img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .intro .intro-content .img-mic {
    margin-bottom: 0.5rem;
  }
}
.intro .intro-content .img-visual-arts img {
  width: 600px;
}
@media (max-width: 767px) {
  .intro .intro-content .img-visual-arts img {
    width: 100%;
  }
}
.intro .intro-content p {
  margin-bottom: 1rem;
  font-size: 30px;
}
@media (max-width: 767px) {
  .intro .intro-content p {
    font-size: 20px;
  }
}
.intro .intro-content p:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
.intro .intro-content p a {
  background: #E30613;
  color: white;
  padding: 1rem 3rem;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.intro .intro-content p a:hover {
  background: black;
}
.controlSlider {
  background-color: #CCCCCC;
  width: 580px;
  padding: 1rem;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -310px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .controlSlider {
    display: none;
  }
}
.controlSlider.h768 {
  bottom: 20px;
}

.header {
  width: 100%;
  background: #fff;
  height: 60px;
  position: relative;
  line-height: 50px;
  box-shadow: 0px -2px 10px #999;
  z-index: 9999;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    height: 100px;
    display: flex;
  }
}
.header h1, .header h2 {
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0;
}
.header h1 {
  font-size: 1.5rem;
}
.header h1 a {
  color: black;
}
.header h2 {
  font-size: 1.75rem;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .header h2 {
    font-size: 1.4rem;
    margin-left: 28px;
  }
}
.header h2 .text-muted {
  color: #E30613 !important;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
@media (max-width: 767px) {
  .header .header-content {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: flex-end;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 180px;
}
@media (max-width: 767px) {
  .header .logo {
    margin-bottom: 10px;
    width: auto;
    display: none;
  }
}
.header .logo-visual {
  display: flex;
  align-items: center;
  z-index: 9;
}
.header .logo-visual a {
  display: flex;
  align-items: center;
}
.header .logo-visual img {
  width: 250px;
}
.header .logo-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .header .logo-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .header .logo-wrapper {
    position: relative;
  }
}
.header .logo-wrapper .menu {
  background: white;
  padding: 0 1rem 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 0 0 7px 7px;
  z-index: 1;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .header .logo-wrapper .menu {
    right: -70px;
  }
}
.header .logo-wrapper .menu .menu-bars {
  cursor: pointer;
  line-height: 1.5;
}
.header .logo-wrapper .menu .menu-bars span {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.header .logo-wrapper .menu .menu-items {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 0;
}
.header .logo-wrapper .menu .menu-items li {
  line-height: 1;
}
.header .logo-wrapper .menu .menu-items li a {
  line-height: 1.75;
  font-size: 1.25rem;
  color: black;
  letter-spacing: 1px;
}
.header .logo-wrapper .menu .menu-items li a:hover {
  color: #E30613;
}

.adorno {
  position: absolute;
}
.adorno.adorno-1.en-intro {
  top: -20px;
  left: -20px;
}
.adorno.adorno-1.en-intro img {
  width: 320px;
}
@media (max-width: 767px) {
  .adorno.adorno-1.en-intro {
    display: none;
  }
}
.adorno.adorno-2.en-intro {
  bottom: -67px;
  right: 40px;
}
.adorno.adorno-2.en-intro img {
  width: 220px;
}
@media (max-width: 767px) {
  .adorno.adorno-2.en-intro {
    display: none;
  }
}
.adorno.adorno-2.en-descripcion {
  bottom: -50px;
  left: 15px;
}
.adorno.adorno-2.en-descripcion img {
  width: 110px;
}
@media (max-width: 767px) {
  .adorno.adorno-2.en-descripcion {
    display: none;
  }
}
.adorno.adorno-3.en-descripcion {
  top: -32px;
  right: -50px;
}
.adorno.adorno-3.en-descripcion img {
  width: 200px;
}
@media (max-width: 767px) {
  .adorno.adorno-3.en-descripcion {
    display: none;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.wall {
  -webkit-perspective: 350;
  -webkit-transform-style: flat;
}

.turnLeft {
  -webkit-transition: -webkit-transform 1s;
  -webkit-transform: rotateY(20deg);
}

.turnRight {
  -webkit-transition: -webkit-transform 1s;
  -webkit-transform: rotateY(-20deg);
}

.flat {
  -webkit-transition: -webkit-transform 1s;
  -webkit-transform: rotateY(0deg);
}

.wrappWall {
  margin-top: 230px;
}
.wrappWall.h768 {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .wrappWall {
    margin-top: 160px;
    padding: 20px;
  }
}

.pg_container {
  width: 100%;
  position: relative;
}

ul.pg_photos {
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  width: 12188px;
  /*This is set dynamically*/
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  ul.pg_photos {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  ul.pg_photos {
    display: flex;
  }
}

ul.pg_photos li {
  float: left;
  position: relative;
  margin-left: 500px;
}
@media (max-width: 767px) {
  ul.pg_photos li {
    float: none;
    margin-left: 0;
    margin-bottom: 150px;
  }
}
ul.pg_photos li:last-child {
  margin-right: 0;
}

ul.pg_photos li a {
  display: block;
  border: 6px solid #fff;
  position: relative;
  box-shadow: 1px 1px 7px #000;
}

ul.pg_photos li a span {
  background: #423B30;
  opacity: 0.6;
  position: absolute;
  padding: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
  top: 20px;
  right: 0px;
  color: #fff;
  box-shadow: 1px 0px 2px #000 inset;
}

ul.pg_photos li img {
  display: block;
  border: none;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 2px 10px #000 inset;
}

.pg_scrollWrapper {
  background: #111;
  border-radius: 10px;
}
.pg_scrollWrapper .ui-state-default,
.pg_scrollWrapper .ui-widget-content .ui-state-default,
.pg_scrollWrapper .ui-widget-header .ui-state-default {
  background: #fff;
  cursor: grab;
  border: 1px solid #999999;
  color: #1C94C4;
  font-weight: bold;
  border-radius: 15px;
  margin-top: -6px;
  width: 26px;
  height: 26px;
}
.pg_scrollWrapper .ui-state-default:active,
.pg_scrollWrapper .ui-widget-content .ui-state-default:active,
.pg_scrollWrapper .ui-widget-header .ui-state-default:active {
  cursor: grabbing;
}
.pg_scrollWrapper .ui-slider-horizontal {
  height: 2px;
  background: #fff;
  border: 1px solid #fff;
}

.itemVacio {
  width: 80px;
  color: transparent;
}

.itemData {
  width: 560px;
}
@media (max-width: 767px) {
  .itemData {
    width: 100%;
  }
}
.itemData .itemData-descripcion {
  background-color: white;
  padding: 4.5rem 3.5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .itemData .itemData-descripcion {
    padding: 2rem 1.5rem;
  }
}
.itemData .itemData-descripcion h2 {
  color: #E30613;
  margin-bottom: 0.75rem;
}
.itemData .itemData-descripcion p {
  margin-bottom: 1rem;
  font-family: Helvetica;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .itemData .itemData-descripcion p {
    font-size: 1.1rem;
  }
}
.itemData .itemData-descripcion p strong {
  font-weight: bold;
}
.itemData .itemData-descripcion p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .itemObra {
    padding: 2rem;
  }
}
.itemObra .itemObra-imagen {
  border: 8px solid black;
  padding: 14px;
  background: white;
  max-height: 400px;
  width: 450px;
  position: relative;
}
@media (max-width: 767px) {
  .itemObra .itemObra-imagen {
    width: auto;
    border: 3px solid black;
    padding: 8px;
  }
}
.itemObra .itemObra-imagen.vertical {
  height: 400px;
  width: 340px;
}
@media (max-width: 767px) {
  .itemObra .itemObra-imagen.vertical {
    width: auto;
    height: 320px;
  }
}
.itemObra .itemObra-imagen img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.itemObra.h768 .itemObra-imagen {
  width: 350px;
}
@media (max-width: 767px) {
  .itemObra.h768 .itemObra-imagen {
    height: auto;
  }
}
.itemObra.h768 .itemObra-imagen.vertical {
  width: 246px;
  height: 290px;
}

.itemObra-botones {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.itemObra-botones button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.itemObra-botones button img {
  width: 30px;
}

.itemObra-info {
  position: absolute;
  bottom: 0;
  right: -180px;
  background: white;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .itemObra-info {
    right: 0;
    left: 0;
    top: 20px;
  }
}
.itemObra-info .btn-close {
  border: 0;
  cursor: pointer;
  border-radius: 5px;
}
.itemObra-info .btn-close img {
  width: 30px;
}
.itemObra-info p {
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 767px) {
  .itemObra-info p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
}
.itemObra-info p:nth-child(1) {
  text-align: right;
}
@media (max-width: 767px) {
  .itemObra-info p:nth-child(1) {
    float: right;
    margin: -12px;
  }
}
.itemObra-info p:nth-child(2) {
  color: #009FE3;
}
.itemObra-info p:nth-child(3) {
  color: #E30613;
}
.itemObra-info p:nth-child(4) {
  color: #555555;
}
.itemObra-info p:last-child {
  margin-bottom: 0;
}
.itemObra-info > div {
  width: 230px;
}
@media (max-width: 767px) {
  .itemObra-info > div {
    width: auto;
  }
}
.itemObra-info.active {
  right: -280px;
  opacity: 1;
}
@media (max-width: 767px) {
  .itemObra-info.active {
    right: 0;
    top: 0;
  }
}

strong {
  font-weight: normal;
}

.fancybox__container {
  z-index: 9999;
}

.container-galeria {
  padding-top: 130px;
}
.container-galeria .col-6 {
  margin-bottom: 24px;
}
.container-galeria .btn {
  background: white;
  padding: 1rem;
}
@media (max-width: 767px) {
  .container-galeria .btn {
    padding: 0.75rem;
  }
}
.container-galeria .btn img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .container-galeria .btn img {
    max-height: 70px;
  }
}
.container-galeria .btn span {
  margin-top: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .container-galeria .btn span {
    margin-top: 0.75rem;
  }
}
.container-galeria .btn:hover {
  background: black;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
}

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