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

html {
  box-sizing: border-box;
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: inherit; }

.btn-light, .btn-outline-light {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding: 6px 30px;
  font-size: 1em; }

.loading {
  background: #0e1318 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }
  .loading img {
    max-width: 90%;
    display: none; }

.navbar.navbar-expand-lg.navbar-dark.bg-dark {
  background: #0e0b16 !important;
  box-shadow: 5px 0 20px rgba(50, 140, 193, 0.2); }
  .navbar.navbar-expand-lg.navbar-dark.bg-dark .navbar-brand {
    padding: 0; }
    .navbar.navbar-expand-lg.navbar-dark.bg-dark .navbar-brand img {
      max-height: 35px; }
  .navbar.navbar-expand-lg.navbar-dark.bg-dark .container .nombre-proyecto {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    max-width: 150px;
    margin: auto; }
    .navbar.navbar-expand-lg.navbar-dark.bg-dark .container .nombre-proyecto a {
      color: #E8DFDD;
      text-decoration: none; }
    .navbar.navbar-expand-lg.navbar-dark.bg-dark .container .nombre-proyecto .titulo {
      font-weight: bold; }
    .navbar.navbar-expand-lg.navbar-dark.bg-dark .container .nombre-proyecto .complemento {
      font-size: 0.55em; }

body {
  background: #0e1318 !important;
  color: #E8DFDD;
  font-size: 1.6rem; }
  body main {
    padding: 30px 10px 10px 10px; }

.nombre {
  background: #0e1318;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3; }
  .nombre .contenido-nombre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .nombre .contenido-nombre input {
      background: #0e1318;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 10px;
      width: 90vw;
      max-width: 40rem;
      margin: 20px 0;
      padding: 5px 10px; }

.titulo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }

.postcard {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  max-width: 90%;
  color: white;
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1493514789931-586cb221d7a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f8ab2656cca1f3fadd0cc4e254b27c8d&auto=format&fit=crop&w=1351&q=80");
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: 50px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 10px; }
  .postcard:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 10px rgba(217, 179, 16, 0.08); }
  .postcard::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 50px;
    right: 30px;
    border: 3px solid white; }
  .postcard .postcard-text {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    padding-left: 27px;
    bottom: 0;
    padding-bottom: 15px;
    right: 140px;
    z-index: 2;
    padding-top: 10px; }
    .postcard .postcard-text p {
      margin: 0; }

.detalleCafe {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100vw;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0e1318;
  z-index: 2;
  overflow-y: auto;
  padding: 20px 5% 50px 5%;
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7); }
  .detalleCafe div.close-detalle {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.2s; }
    .detalleCafe div.close-detalle span {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 2px;
      width: 70%;
      background: #fff;
      z-index: 3; }
    .detalleCafe div.close-detalle .close-1 {
      transform: rotate(45deg); }
    .detalleCafe div.close-detalle .close-2 {
      transform: rotate(-45deg); }
    .detalleCafe div.close-detalle:active {
      transform: scale(0.9); }
    .detalleCafe div.close-detalle:hover {
      border: 2px solid white;
      opacity: 1 !important; }
      .detalleCafe div.close-detalle:hover .close-1, .detalleCafe div.close-detalle:hover .close-2 {
        background: #fff !important;
        opacity: 1 !important; }
  .detalleCafe .titulo-detalle {
    text-align: center;
    margin-bottom: 2rem; }
    .detalleCafe .titulo-detalle h3 {
      font-size: 1.6em; }
    .detalleCafe .titulo-detalle h4 {
      font-size: 1.3em; }
  .detalleCafe .contenido-detalle p {
    text-align: justify;
    font-size: 0.9em; }
  .detalleCafe .contenido-ofuscado {
    backdrop-filter: blur(10px); }
    .detalleCafe .contenido-ofuscado img {
      max-width: 100%;
      backdrop-filter: blur(10px); }
  .detalleCafe .contenido-ofuscado.ofuscado img {
    filter: blur(20px); }
  .detalleCafe .botones-cerrar {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 30px 0; }
    .detalleCafe .botones-cerrar .close-detalle {
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 20px;
      padding: 8px 30px;
      font-size: 1em;
      color: #fff; }

#calificar {
  width: 90%;
  margin: 0 auto;
  max-width: 40rem;
  display: none; }
  #calificar .estrellas {
    display: flex;
    justify-content: space-between; }
    #calificar .estrellas svg {
      cursor: pointer;
      width: 18%;
      max-width: 40px;
      fill: rgba(255, 255, 255, 0.8); }
      #calificar .estrellas svg:hover {
        fill: white; }
    #calificar .estrellas svg.select {
      fill: #ffd000; }
  #calificar .comentario {
    text-align: center; }
    #calificar .comentario textarea {
      width: 100%;
      border-radius: 20px;
      background: #0e1318;
      color: #fff;
      box-shadow: 0 0 10px #fff;
      padding: 10px;
      margin: 20px 0; }
    #calificar .comentario button {
      font-size: 1em;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 5px;
      margin-bottom: 30px; }

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