.fullscreen {
    width: 100%;
    height: 100%;
  }

  #buscador {
    opacity: 1;
  }

  #googlemaps {
    height: 93%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
  }

  .datos {
    z-index: 1;
  }

  .panel {
    border-radius: 10px;
  }

  a.social-link {
    text-decoration: none;
  }

  a.social-link:hover {
    text-decoration: none;
  }

  .lista {
   /* background-color: #fff;*/
  }

  p#aerox {
    background-color: #fff;
    margin-bottom: auto;
    font-size: 0.7em;
    padding: 0.3em 0 0.3em 0;
    opacity: 0.9;
  }

  p#aerox:hover {
    background-color: yellow;
  }

  .resultados:hover {
    cursor: pointer;
    background-color: yellow;
  }

  .etiqueta {
    font-weight: bold;
    padding: 0.7em 0 0.5em 0;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 0 0;
    background-color: #efefef;
    box-shadow: 0 -2px 4px 0 rgba(220, 220, 220, 0.5) !important;
    text-align: left;
    z-index: 1;
  }

  #logo {
    width: 250px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .loader {
    border: 16px solid #f3f3f3;
    z-index: 997;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    float: none;
    margin: 0 auto;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  #loading {
    position: fixed;
    z-index: 1;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  #loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #novedad span {
    display: block;
    font-weight: 500;
    /*padding: 0.5em 0 0.2em 0;*/
    font-style: italic;
  }

  @media only screen and (max-width: 600px) {
    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10%;
      background-color: #efefef;
      box-shadow: 0 -2px 4px 0 rgba(220, 220, 220, 0.5) !important;
      text-align: center;
    }

    #googlemaps {
      height: 90%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    #logo {
      width: 170px;
      padding-top: 0px;
      padding-bottom: 2px;
    }

    .navbar .navbar-brand {
      padding: 21px 15px;
    }
  }
