/* Borda comum para uniformizar cards e infoBox */
.borda-comum {
  border-radius: 8px !important;
  border: 1.5px solid #e0e6ed;
  box-shadow: 0 1px 4px rgba(74, 144, 226, 0.08);
}

/* Modern card design for tensiometros */
.tensiometro-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10), 0 1.5px 4px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 320px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.tensiometro-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px) scale(1.03);
}

.tensiometro-card-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.tensiometro-card-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  background: #f2f2f2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.tensiometro-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3a4a;
  margin: 0 0 0.5rem 0;
  text-align: center;
}

.tensiometro-card-date {
  font-size: 1rem;
  color: #4a90e2;
  margin-bottom: 0.5rem;
  text-align: center;
}

.tensiometro-card-location {
  font-size: 0.95rem;
  color: #6b7a8f;
  margin-bottom: 1rem;
  text-align: center;
}

.tensiometro-card-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tensiometro-card-link {
  background: #4a90e2;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.tensiometro-card-link:hover {
  background: #357abd;
}

.painel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.cxInfo {
  margin: 1.5rem auto;
  text-align: center;
  max-width: 700px;
}

.InfoBox,
.infoBox {
  font-size: 1.1rem;
  color: #2d3a4a;
  background: #eaf4fb;
  border-radius: 8px;
  padding: 0.7rem 1.2rem;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(74, 144, 226, 0.08);
}

.cxInfo {
  display: block;
  width: 90%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}

.painel {
  display: flex;
  position: relative;  
}

.TodosTensiometros {
  display: flex;
  text-align: center;
  justify-content: left;
}

.tensiometro .heroSection {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  height: 470px;
  padding: 5px;
}

.tensiometro .heroImageSection {
  display: flex;
  flex-direction: column;
}

.tensiometrto__heroSection {
  margin: auto;
  background-color: #f1f0f0;
  border-radius: 8px;
  border: 1px solid;
  height: 460px;
  padding: 4px;
}

.tensiometrto__title {
  display: block;
  inset: 20px 0px 0px 50px;
  width: 235px;
  height: 35px;
  font: 400 30px/1.13 Ubuntu, Helvetica, Arial, serif;
  color: black;
}

@media (max-width:479px) {
  .tensiometrto__title {
    align-items: flex-start;
    font-size: 30px;
  }
}

.tensiometrto__flexColDiv {
  /*cx com todos os itens do tensiometro*/
  display: block;
  flex-direction: column;
  width: 300px;
  height: 410px;
}

.tensiometrto__contentBoxImage1 {
  /*caixa pequena pressão*/
  position: relative;
  width: 300px;
  height: 70px;
  background-color: #fbe8e8;
  border-radius: 3px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.tensiometrto__imageFigure1 {
  position: absolute;
  inset: 10px 400px 10px 5px;
  width: 50px;
  height: 50px;
}

.tensiometrto__kpa {
  /*campo dado KPa*/
  position: absolute;
  inset: 15px 0px 0px 80px;
  width: 191px;
  height: 20px;
  font: 400 30px/1.14 Ubuntu, Helvetica, Arial, serif;
  color: black;
  text-align: center;
}

@media (max-width: 479px) {
  .tensiometrto__kpa {
    align-items: flex-start;
    font-size: 16px;
  }
}

.tensiometrto__contentBoxImage2 {
  /*Cx termometro*/
  position: relative;
  margin: 18px 0 0;
  width: 300px;
  height: 70px;
  background-color: #fbe8e8;
  border-radius: 3px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.tensiometrto__imageFigure2 {
  /*imagem termometro*/
  position: absolute;
  width: 50px;
  height: 60px;
  inset: 05px 0px 0px 05px;
}

.tensiometrto__temp {
  /*texto termometro*/
  position: absolute;
  margin-left: 10%;
  text-align: center;
  inset: 20px 0px 0px 80px;
  width: 107px;
  height: 26px;
  font: 400 26px/1.13 Ubuntu, Helvetica, Arial, serif;
  color: black;
}

@media (max-width: 479px) {
  .tensiometrto__temp {
    align-items: flex-start;
    font-size: 26px;
  }
}

.tensiometrto__contentBoxImage3 {
  position: relative;
  margin: 17px 0 0;
  width: 300px;
  height: 70px;
  background-color: #fbe8e8;
  border-radius: 3px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.tensiometrto__imageFigure3 {
  position: absolute;
  inset: 10px 400px 10px 5px;
  width: 50px;
  height: 50px;
}

.tensiometrto__data {
  position: absolute;
  inset: 20px 0px 0px 80px;
  width: 170px;
  height: 26px;
  font: 400 26px/1.13 Ubuntu, Helvetica, Arial, serif;
  color: black;
}

@media (max-width: 479px) {
  .tensiometrto__data {
    align-items: flex-start;
    font-size: 24px;
  }
}

.tensiometrto__contentBoxImage4 {
  /*cx dados*/
  position: relative;
  margin: 19px 0 0;
  width: 300px;
  height: 70px;
  background-color: #fbe8e8;
  border-radius: 3px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.tensiometrto__imageFigure4 {
  position: absolute;
  inset: 10px 400px 10px 5px;
  width: 50px;
  height: 50px;
}

.tensiometrto__titleImage4 {
  position: absolute;
  inset: 20px 0px 0px 80px;
  width: 194px;
  height: 26px;
  font: 400 26px/1.13 Ubuntu, Helvetica, Arial, serif;
  color: black;
}

@media (max-width: 479px) {
  .tensiometrto__titleImage4 {
    align-items: flex-start;
    font-size: 24px;
  }
}

.tensiometrto__contentBoxAdditionalInfo {
  position: relative;
  margin: 11px 0 0;
  width: 300px;
  height: 70px;
  background-color: #fbe8e8;
  border-radius: 3px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.tensiometrto__imageFigure5 {
  position: absolute;
  inset: 10px 400px 10px 5px;
  width: 50px;
  height: 50px;
}

.tensiometrto__localizar {
  position: flex;
  margin-left: 20%;
  width: 80%;
  height: 60%;
  text-align: center;
  font: 400 20px/1.15 Ubuntu, Helvetica, Arial, serif;
}

@media (max-width: 479px) {
  .tensiometrto__localizar {
    align-items: flex-start;
    font-size: 22px;
  }
}