body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #eef2f3, #dfe9f3);
  font-family: 'DM Sans', sans-serif;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100vh;
  overflow: hidden;
}
h1 {
  font-size: 3em;
  margin-top: 20px;
  color: #0a3d62;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-family: 'DM Sans', sans-serif;
}
.video-box {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
iframe {
width: 100%;
height: 250px;
border: 10px solid #fff;
border-radius: 25px;
}
.painel {
  display: flex;
  gap: 80px;
  margin-top: 50px;
}

.card h2 {
  font-size: 52px;
  color: #7DFFB3;
}
.card span {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}
.hidden {
  display: none !important;
}

.card{
  background: none;
  border: none;
  text-align: center;
}

#popupSom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2d3436;
  color: #fff;
  padding: 16px 22px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
}

#popupSom button {
  background: #00b894;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

#fullscreenBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #0984e3;
  color: white;
  border: none;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#alertaModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  display: none;
}

#alertaBox {
  background: linear-gradient(to bottom, #1E8DDD, #063759);
  color: #000;
  border-radius: 20px;
  padding: 60px 100px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  font-size: 2em;
  width: 800px;
}

#alertaBox img{
  margin-bottom: 25px;
}

.subir{
  margin-top: 50px;
}

#alertaBox h2 {
  color: #D0FF00;
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
}

#alertaBox p {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}

body{
  background-image: url('img/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.rigthv1{
  padding-right: 35px;
}


.box{
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centraliza verticalmente */
  align-items: center;     /* Centraliza horizontalmente */
  min-height: 100vh;       /* Garante que pegue a altura toda da tela */
  padding: 30px 15px; 
}


.box-section-01{
  margin-top: 50px;
}

.boxv1{
  padding: 15px;
}



/* CLIMA */

#weather {
    font-family: 'DM Sans', sans-serif;
    color: #black;
    padding: 19px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    padding-left: 23px;
}




.process{
  background: linear-gradient(to bottom, #336045, #41574A);
  border-radius: 25px;
}


.auto{
  margin: auto;
}




  /* TEMPO */
.info-tempo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    margin-left: 25px;
}

.info-tempo img {
  width: 39px;
  height: 39px;
}

.info-tempo .data {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.info-tempo .hora {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.boxv2 {
    background: #fff;
    padding: 0px 0 0 0;
    border-radius: 15px;
    height: 95px;
}