/****************************
Copyright | Embalsespr.com | EmbalsesPR All rights reserved
This stylesheet is the property of EmbalsesPR and is protected by copyright law.
It is intended for use exclusively on https://embalsespr.com.
You may not copy, reproduce, modify, distribute, or use this file, in whole or in part,
without express written permission.

For any inquiries, please email us at embalsespr@yahoo.com or eduardocuyar@yahoo.com.
****************************/

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

html {
  height: 100%;
}

body {
  height: 100%;
  margin-top: 40px;
  background-color: rgb(216, 216, 216);
}

.nav-link {
  color: #1e546e;
  font-size: 20px;
  font-weight: 300;
}

.nav-link2 {
  color: #32444d;
  font-size: 20px;
  font-weight: 300;
}

/* .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #142231;
  border-radius: 11px 2px 0 0;
  padding: 10px 30px;
  margin: 0;
  box-shadow: #1422316e 0 2px 10px;
} */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #25384e;
  border-radius: 30px;
  margin-bottom: 7px;
  padding: 10px 20px;
}

.nav-link:focus,
.nav-link:hover {
  background-color: #1422313f;
  border-radius: 30px;
  color: #e7eff3;
  padding: 10px 20px;
}

.navbar-brand {
  font-size: 21px;
  font-weight: 400;
  color: #9bbde0 !important;
  text-decoration: none;
  white-space: nowrap;
  background-color: #142231;
  padding: 13px 20px;
  border-radius: 20px 20px 0 20px;
  box-shadow: #142231a8 1px 1px 10px;
}

.item {
  position: relative;
}

.item h2 {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
  /* font-size: 38px !important; 08-11-2026 */
  /* font-size: 1.85rem !important; */
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: #3f3f3f 1px 1px 3px 5px;
}

.info {
  color: rgb(255, 254, 254);
  font-weight: 300;
  font-size: 19px;
  line-height: 13px;
  align-self: flex-start;
}

.sup {
  font-size: 16px;
  margin-left: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.infoheader {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.175rem;
  line-height: 1.385rem;
  font-weight: 400;
  padding: 0px 0px 0px;
  margin: 0px;
}

.nota {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.975rem;
  line-height: 1.265rem;
  font-weight: 300;
  padding: 0px 0px 15px;
  margin: 0px;
}

.dif {
  font-size: 16px;
  margin-left: 1px;
  margin-right: -3px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: .75px;
}

.moreinfo {
  width: 100%;
}

#reservoirAccordion .collapse .card.card-body {
  background-color: transparent;
  overflow: hidden;
}

.reservoir-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reservoir-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.reservoir-group p {
  margin-bottom: 0;
}

.reservoir-collapse-button {
  position: absolute;
  right: 12px;
  top: 138px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

.reservoir-collapse-button i {
  font-size: 27px;
  transition: transform .3s ease;
}

.reservoir-collapse-button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.tendencia {
  margin: 7px auto 25px;
}

@media (max-width:767.98px) {
  .reservoir-main {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-right: 0px;
  }

  .reservoir-group {
    align-items: flex-start;
  }

  .reservoir-group-left {
    text-align: left;
    flex-direction: column-reverse;
  }

  .reservoir-group-right {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .reservoir-collapse-button {
    left: 40%;
    top: 70px;
    transform: translateY(-50%);
  }

  .reservoir-collapse-button[aria-expanded="true"] {
    transform: translateY(-50%);
  }

  .item h2 {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1.975rem !important;
    font-weight: 700;
    text-transform: uppercase;
    align-self: flex-start;
  }

  .level {
    font-size: 1.575rem;
    padding: 1px 14px 1px;
  }
  
  .timestamp {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 19px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
  }

  .reservoir-group .level::after {
    content: 'm';
    font-size: 20px;
    font-weight: 600;
    margin-left: 3px;
  }
}

/* @media (min-width:325px) and (max-width:610px) {
  .reservoir-collapse-button {
      left: 44%;
      top: 71px;
      transform: translateY(-50%);
    }
} */

/* @media (min-width:600px) and (max-width:752px) {
    .reservoir-collapse-button {
      left: 44%;
      top: 100px;
      transform: translateY(-50%);
    }
    .item h2 {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 0;
      margin: 0;
      font-size: 2.375rem !important;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: #3f3f3f 1px 1px 3px 5px;
      align-self: flex-start;
    }
    .level {
      font-size: 2.295rem;
      padding: 1px 14px 1px;
    }
    .reservoir-list {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      box-shadow: rgb(39, 39, 39, 0.3) 1px 1px 10px;
      border-radius: 0px;
      padding: 0px !important;
    }
    #carraizo_trend,
    #laplata_trend,
    #cidra_trend,
    #toaVaca_trend,
    #rioBlanco_trend,
    #fajardo_trend,
    #carite_trend,
    #patillas_trend,
    #guineo_trend,
    #matrullas_trend,
    #guayabal_trend,
    #garzas_trend,
    #guayo_trend,
    #luchetti_trend,
    #loco_trend,
    #dosBocas_trend,
    #caonillas_trend,
    #guajataca_trend,
    #cerrillos_trend {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.375rem;
      line-height: 1.675rem;
      font-weight: 400;
      margin: 5px 0px 0px 0px;
      padding: 0px;
    }
    .trend-icon {
      display:inline-block;
      width: 25px;
      height: 25px;
      background-color: currentColor;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-size: contain;
      mask-size: contain;
    }
    .trend-icon-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 29px;
      height: 29px;
      background-color: rgb(238, 232, 232);
      border-radius: 50%;
      padding: 3px;
      vertical-align: middle;
    }
} */


/* X-Large screens 2560px wide */
@media (min-width:2460px) {
    .item {
    flex-grow: 1;
    flex-basis: 570px;
    min-height: 140px;
    padding: 2rem 2.1rem;
  }
}