@font-face {
  font-family: "Candara";
  src: url(../fonts/Candara.ttf) format("truetype");
}

@font-face {
  font-family: "Century gothic";
  src: url(../fonts/century.ttf) format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Candara", sans-serif;
  margin: 0;
  background: #ececee;
}

a {
  text-decoration: none;
}

section, article {
  margin-bottom: 10px;
}

label, input, textarea {
  display: block;
}

h1, h2, h3, h4 {
  color: #4d4d4d;
}

main {
  margin-bottom: 2em;
}

.main-titulo {
  font-size: 2.5em;
  margin: 10px 0;
  font-family: "Century gothic", sans-serif;
}

.contenedor {
  margin: auto;
  width: 99%;
}

@media screen and (min-width: 1024px) {
  .contenedor {
    width: 1000px;
  }
}

@media screen and (min-width: 1280px) {
  .contenedor {
    width: 1200px;
  }
}

.main {
  text-align: center;
}

.main [class*="icon-"] {
  color: #4d4d4d;
}

@media screen and (min-width: 480px) {
  .grupo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .grupo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.grupo--imagen .columna__titulo {
  font-size: 1.5em;
  margin-bottom: 0;
}

.grupo__titulo {
  text-transform: uppercase;
  font-size: 1.7em;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .grupo__titulo {
    font-size: 1.9em;
    margin-bottom: 20px;
  }
}

.grupo__subtitulo {
  text-transform: uppercase;
  font-size: 1.7em;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .grupo__subtitulo {
    font-size: 1.9em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .nombre {
    margin-right: 10px;
    max-width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .nombre {
    width: 250px;
  }
}

.nombre2 {
  margin-right: 5px;
  margin-top: 8px;
  width: 150px;
}

.firma {
  width: 250px;
}

@media screen and (min-width: 768px) {
  .prints-contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .prints {
    width: 25%;
  }
}

.prints__descripcion {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .prints__descripcion {
    width: 65%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .prints__descripcion {
    width: 73%;
  }
}

.prints-img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .prints-img {
    margin-bottom: 20px;
    max-width: 250px;
  }
}

.autor-contenedor {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  .autor-contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .autor-contenedor {
    margin-top: 0px;
  }
}

.autor__descripcion {
  text-align: left;
}

.autor__texto1 {
  font-size: 1.1em;
  margin-top: 0;
}

.autor__foto {
  margin: 20px;
  margin-right: 0;
  max-height: 320px;
}

.autor__foto2 {
  max-width: 250px;
}

@media screen and (min-width: 480px) {
  .autor__foto2 {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .autor__foto2 {
    margin-right: 20px;
    max-width: 600px;
    width: 300px;
    height: 400px;
  }
}

.autor__texto1 {
  font-family: "Candara", sans-serif;
}

.no-padding .columna {
  padding: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.no-banner {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .no-banner {
    margin-top: 20px;
  }
}

.no-banner .grupo__titulo {
  font-size: 2.2em;
}

.main-header {
  height: 65px;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  background: #ececee;
}

@media screen and (min-width: 1024px) {
  .main-header {
    height: 80px;
    position: static;
  }
}

@media screen and (min-width: 1024px) {
  .main-header .contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo__img {
  margin: 5px;
  margin-left: 0;
  float: left;
  width: 250px;
}

@media screen and (min-width: 1024px) {
  .logo__img {
    float: none;
    margin: 0;
    width: 380px;
    margin-top: 5px;
  }
}

#btn-menu {
  position: absolute;
  right: 4px;
  top: 17px;
  font-size: 30px;
  cursor: pointer;
  color: #4d4d4d;
}

@media screen and (min-width: 1024px) {
  #btn-menu {
    display: none;
  }
}

.menu {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(gainsboro));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, gainsboro 100%);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 500;
  margin-left: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1024px) {
  .menu {
    position: relative;
    margin-left: 0;
    top: 0;
    height: 65px;
    background: none;
  }
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4d4d4d;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  font-size: 1.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1024px) {
  .menu__link {
    border: none;
    padding: 28px 20px;
    color: #4d4d4d;
    font-size: 1.2em;
  }
}

.menu__link:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

@media screen and (min-width: 1024px) {
  .menu__link:hover {
    background: none;
    color: #4d4d4d;
    font-weight: bold;
  }
}

.menu__link:hover.select {
  background: rgba(77, 77, 77, 0.9);
}

@media screen and (min-width: 1024px) {
  .menu__link:hover.select {
    background: none;
  }
}

.select {
  color: #4d4d4d;
  font-weight: bold;
}

.mostrar {
  margin-left: 0%;
}

.submenu ul {
  background: #ececee;
  position: relative;
}

.submenu ul li {
  border-bottom: 1px solid #dedede;
}

.submenu ul a {
  display: block;
  padding: 10px;
  color: #4d4d4d;
}

.submenu ul a:hover {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .submenu:hover ul.submenu {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}

.submenu, .submenu2 {
  position: relative;
}

.submenu__2 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .submenu2:hover .submenu__2 {
    display: block;
    position: absolute;
    margin-left: 100%;
    top: 0;
  }
}

.submenu ul {
  display: none;
}

.submenu ul li a {
  padding-left: 30px;
}

@media screen and (min-width: 1024px) {
  .submenu ul li a {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .submenu__link__2 {
    width: 100px;
  }
}

.icon-down-open {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

@media screen and (min-width: 1024px) {
  .icon-down-open {
    display: none;
  }
}

.main-footer {
  background: #4d4d4d;
}

.datos {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .datos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}

.datos__item {
  text-align: left;
  margin-left: 5px;
}

.datos__item[class^="icon-"]:before {
  font-size: 1.5em;
  position: relative;
  right: 5px;
  top: 5px;
}

@media screen and (min-width: 768px) {
  .datos__item[class^="icon-"]:before {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .datos__item {
    margin-top: 30px;
  }
}

.copy {
  margin: 0;
  color: #fff;
  padding: 5px 0;
}

.copy:first-child {
  padding-top: 20px;
}

.copy:last-child {
  padding-bottom: 20px;
}

.contenedor-slider {
  margin-top: 0;
  margin-bottom: 40px;
  background: #d3d3d3;
  position: relative;
  min-height: 400px;
  padding-top: 0px;
  overflow: hidden;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .contenedor-slider {
    min-height: 500px;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  .contenedor-slider {
    font-size: 1em;
  }
}

@media screen and (min-width: 1280px) {
  .contenedor-slider {
    min-height: 700px;
  }
}

.slider {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider__section {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  left: 0;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .slider__img {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .slider__img {
    width: 100%;
  }
}

.slider__contenido {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 90%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .slider__contenido {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .slider__contenido {
    width: 60%;
  }
}

.slider__contenido__titulo {
  margin-bottom: 0;
}

.slider__contenido__nombre {
  margin-top: 0;
  font-weight: normal;
}

.slider__contenido__size {
  margin: 0;
}

.contenedor-sizes {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contenedor-sizes p {
  margin: 5px;
  margin-left: 0;
}

.btn-prev, .btn-next {
  display: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: rgba(77, 77, 77, 0.5);
  position: absolute;
  z-index: 50;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-size: 2em;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-weight: bold;
}

.btn-prev:hover, .btn-next:hover {
  background: rgba(77, 77, 77, 0.9);
}

@media screen and (min-width: 768px) {
  .btn-prev, .btn-next {
    display: block;
  }
}

.btn-prev {
  left: 100px;
}

@media screen and (min-width: 768px) {
  .btn-prev {
    left: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .btn-prev {
    left: 70px;
  }
}

.btn-next {
  right: 100px;
}

@media screen and (min-width: 768px) {
  .btn-next {
    right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .btn-next {
    right: 70px;
  }
}

.boton-sala {
  width: 300px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 20px;
  background: #4d4d4d;
  padding: 10px;
  color: white;
  font-size: 1.2em;
}

.boton-sala:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

@media screen and (min-width: 1024px) {
  .boton-sala {
    width: 490px;
  }
}

.img {
  display: block;
  border: 5px solid red;
}

.modal {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.modal .modal-fondo {
  width: 100%;
  height: 400px;
  margin: auto;
  margin-top: 50px;
  background-image: url(../img/fondo-sala.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .modal .modal-fondo {
    height: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .modal .modal-fondo {
    width: 800px;
  }
}

.modal .modal-img {
  margin-top: 30px;
  width: 50%;
  border: 5px solid #fff;
}

@media screen and (min-width: 480px) {
  .modal .modal-img {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  .modal .modal-img {
    margin-top: 40px;
  }
}

.modal .modal-boton {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
}

.modal-open {
  overflow-y: hidden;
}

.modal-close {
  display: none;
}

.banner {
  position: relative;
  text-align: center;
  top: 65px;
}

.banner .contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: white;
}

@media screen and (min-width: 480px) {
  .banner {
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .banner {
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.banner__img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .banner__img {
    height: auto;
  }
}

.galeria-contenedor__panoramic {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .galeria-contenedor__panoramic {
    width: 625px;
    max-width: 625px;
  }
}

.galeria-contenedor .galeria-img {
  width: 100%;
  max-width: 300px;
  min-height: 300px;
}

.galeria-contenedor__titulo a {
  color: #4d4d4d;
}

.galeria-contenedor__titulo a:hover {
  text-decoration: underline;
}

.galeria {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.galeria-contenedor__square {
  width: 100%;
}

.galeria-contenedor__square .galeria-img {
  width: 100%;
  max-width: 300px;
  height: 300px;
}

.galeria-contenedor__rectangle {
  width: 100%;
}

.galeria-contenedor__rectangle .galeria-img {
  width: 100%;
  max-width: 360px;
  height: 300px;
}

.galeria-contenedor__panoramic {
  width: 100%;
  margin: auto;
}

.galeria-contenedor__panoramic .galeria-img {
  width: 100%;
  max-width: 750px;
  height: 300px;
}

.galeria-contenedor__black-white {
  width: 100%;
  margin: auto;
}

.galeria-contenedor__black-white .galeria-img {
  width: 100%;
  max-width: 750px;
  height: 300px;
}

.galeria-contenedor__color {
  width: 100%;
  margin: auto;
}

.galeria-contenedor__color .galeria-img {
  width: 100%;
  max-width: 750px;
  height: 300px;
}

.galeria-link {
  display: block;
}

.galeria-categoria a {
  color: #000;
  font-size: 1.5em;
}

.galeria-categoria a:hover {
  text-decoration: underline;
}
