/*!
 * Start Bootstrap - One Page Wonder (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:400,700");
/*!
 * variables
 */
body {
  background-color: #232120;
  font-family: "Roboto", sans-serif;
  color: #3b3025; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #3b3025;
  text-transform: uppercase; }

a {
  color: #3b3025; }
  a:hover {
    color: #3b3025; }

.container-flex {
  display: flex;
  align-items: center; }
  .container-flex img {
    flex-basis: 30%; }
  .container-flex .info {
    flex-basis: 70%; }

.ekko-lightbox-nav-overlay a {
  color: #7f7f7f; }

.ekko-lightbox-nav-overlay a span {
  padding: 0; }

.galeria-container {
  background-color: white; }

section {
  padding: 6rem 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  section#libro {
    background: url("../images/gm_bg_02.gif") repeat center center fixed;
    min-height: 100vh; }
    section#libro .texto-libro {
      visibility: hidden; }
    section#libro .image-libro {
      visibility: hidden; }
    @media (min-width: 992px) {
      section#libro .background-libro {
        background-image: url("../images/libro-gay-mercader4.png");
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat; } }
    section#libro .book-badge {
      visibility: hidden;
      position: absolute;
      top: 0;
      right: 0; }
  section#galeria {
    background-color: white;
    min-height: 100vh;
    visibility: hidden; }
    section#galeria .container {
      width: 100%;
      max-width: 100%; }
  section#acerca {
    min-height: 100vh;
    background: url("../images/gm_bg_01.gif") repeat center center fixed;
    background-color: #232120; }
    section#acerca .image-acerca {
      visibility: hidden; }
    section#acerca .texto-acerca {
      visibility: hidden; }
  section#puntos {
    padding: 6rem 0;
    background-color: #f1f1f1; }
  section#distribucion {
    background-color: white;
    padding: 3rem 0; }
    section#distribucion figure {
      float: left;
      padding-top: 20px; }
    section#distribucion p.info {
      padding-top: 30px; }

.fotografo {
  font-size: 12px;
  padding: 5px 0; }

footer {
  background-color: #f1f1f1; }

.title, .info-libro {
  color: #3b3025;
  font-weight: bold; }

.separador {
  width: 70px;
  margin: 30px 0;
  border-bottom: 2px solid white; }
  .separador.oscuro {
    border-bottom: 2px solid #3b3025; }

header.masthead {
  padding: 6rem 0;
  min-height: 100vh;
  background: url("../images/gm_bg_01.gif") repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  header.masthead .header-text {
    padding: 50px 0 !important;
    visibility: hidden; }
    header.masthead .header-text h2 {
      font-family: "Oswald", sans-serif !important;
      font-size: 24px !important;
      text-transform: uppercase !important;
      font-weight: bold !important;
      visibility: hidden; }
  header.masthead .video-container {
    visibility: hidden;
    background-color: #232120; }

nav.navbar {
  background-color: #141313;
  padding: 20px 0;
  visibility: hidden; }
  nav.navbar .navbar-toggler {
    color: white;
    border-color: transparent;
    cursor: pointer;
    outline: none; }
    nav.navbar .navbar-toggler .navbar-toggler-icon {
      color: white;
      border: none;
      padding: 0; }
  @media (min-width: 992px) {
    nav.navbar body {
      padding-top: 50px; }
    nav.navbar .static-top {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; } }
  nav.navbar .navbar-brand img {
    width: 70%;
    height: auto; }
    @media (min-width: 992px) {
      nav.navbar .navbar-brand img {
        width: 100%; } }
  @media (max-width: 576px) {
    nav.navbar .navbar-brand {
      flex-basis: 75%; } }
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-family: "Oswald", sans-serif;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 32px; }
    @media (min-width: 992px) {
      nav.navbar .navbar-nav .nav-item .nav-link {
        padding-left: 5px; } }

.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%; }

figure.punto-venta figcaption {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }

#owl-carousel .owl-nav {
  text-align: center; }
  #owl-carousel .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
  #owl-carousel .owl-nav .owl-next {
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 40px;
    width: 40px; }
  #owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 40px;
    width: 40px; }

.modal-dialog {
  max-width: 1000px; }
  .modal-dialog .modal-content .modal-body img {
    max-width: 95%; }
    @media (min-width: 620px) {
      .modal-dialog .modal-content .modal-body img {
        max-width: 100%; } }

/*# sourceMappingURL=gaymercader.css.map */
