html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'PT Sans', sans-serif;
}

@media (max-width: 1150px) {
    h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 1rem;
    }
}


/* 474b4e gris*/

.visor-header {
    background-color: #ffffff;
    height: 10%;
}

.visor-header2 {
    background-color: #1C3775;
    height: 5%;
}

.logos {
    height: 8vh;
}

.no-margin {
    margin: 0;
}

.logos-header {
    display: flex;
    justify-content: space-around;
    color: #7d7d7d;
    padding-top: 2px;
    align-items: center;
    height: 100%;
}

.logos-header2 {
    display: flex;
    justify-content: space-evenly;
    color: #ffffff;
    padding-top: 2px;
    align-items: center;
    height: 100%;
}

.panel-container {
    position: relative;
    width: 100%;
    height: 85%;
}

#queryDiv,
#queryLocDiv {
    min-width: 250px;
    font-size: 14px;
    padding: 10px;
    display: none;
}

.initialLoad {
    display: none;
}

#clearQuery,
#clearQueryLoc,
#clearQueryShp {
    margin-top: 0.5rem;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.Title {
    font-weight: 700;
    text-align: center;
}

.geometry-options {
    display: flex;
    flex-direction: row;
}

.geometry-button {
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-image: none;
    margin-bottom: 1rem;
}

.esri-button {
    background-color: #007CC3;
}

.title-list {
    font-size: 12px;
    font-weight: bolder;
    cursor: text;
}

.author-list {
    font-size: 0.8rem;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.year-list {
    font-size: 0.9rem;
    cursor: text;
}

.panel-side {
    padding: 2px;
    box-sizing: border-box;
    width: 300px;
    /*nuevas reglas*/
    display: none;
    /*fin nuevas reglas*/
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    background-color: #ffffff;
    /* rgba(0, 0, 0, 0.6); */
    overflow: auto;
}

.panel-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-side li {
    list-style: none;
    padding: 10px 20px;
}


/* rgba(0, 0, 0, 0.3); */

.panel-result {
    cursor: pointer;
    margin: 2px 0;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.panel-result:hover,
.panel-result:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}

#resumen {
    display: flex;
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    bottom: 0;
    right: 0;
    height: 10%;
    color: #ffffff;
    background-color: #C94F1A;
    flex-direction: column;
    justify-content: space-evenly;
}

.link-list {
    display: inline;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    padding: 2px 8px;
    border: 1px solid #C5C5C5;
    position: relative;
    bottom: 15px;
    left: 180px;
}

.text-resumen {
    display: inline;
}

.margin-five {
    margin-left: 10px;
}

.infoDiv {
    padding: 6px;
    width: 370px;
    height: 97%;
    position: absolute;
    top: 10px;
    left: 10px;
    /* --calcite-ui-brand: #ffffff;
    --calcite-ui-brand-hover: #007CC3; */
}

.lds-facebook {
    display: inline-block;
    /* display: none; */
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #C94F1A;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }

.loader-back {
    display: none;
    background-color: rgba(240,240,240,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.download-container {
    display: none;
}