/*@media screen and (max-width: 150px) {

html{
  background-color: red;
}
.body{
  background-color: red;
}
}
*/
/*Tela de Tablet*/
@media screen and (max-width: 768px) {
  
html .body{
  font-size: 14px;
}
.body{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.index-topbar{
  width: 100%;
  max-width: 460px;
  background-color:;
}
.card-global-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
}
.card{
  display: flex;  
  flex-direction: column;     
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: auto;
  justify-content: center;
  background-color:;
  padding: 20px
}

.banner-icon{
  align-items:;
  justify-content:;
  width: 100%;
  height: 60px;
  border: 2px solid;
  padding: 0px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color:;
}

.medium-button{
    margin-top: 10px;
}

}

/*Tela de Celular*/
@media screen and (max-width: 425px) {

html{
  font-size: 16px;
}
.body{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.global-content{
  width: 95vw;
  gap: 3vh;
}

.index-topbar{
  width: 95vw;
}
.card-global-content{
  display: flex;
  flex-direction: column;
  width: 95vw;
}
.card{
  display: flex;  
  flex-direction: row;     
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 150px;
  justify-content: center;
  background-color: ;
  box-sizing: border-box;
  gap: 20px;
  padding: 20px
  }

.banner-icon{
  align-items:;
  justify-content:;
  width: 115px;
  height: 100%;
  border: 2px solid;
  border-radius: 5px;
  background-color:;
  }
.banner-infos{
  width: 100%;
}
.medium-button{
  margin-top: 10px;
}
.bottom-bar{
  width: 85vw;
  border-radius: 100px;
  overflow: hi;
}
.bottom-bar ul{
  justify-content: flex-start;
}
.time-content{
  display: flex;       
  align-items: center;
  justify-content: center;
  background: pin;
  gap: 12px;
  font-size: 10px;
}
.time-content span{
  display: flex;   
  width: 45px; 
  height: 30px; 
  align-items: flex-end;
  justify-content: center;
  background: blu;
}

}

/*Para a página de Tempo Consumido, que os elementos começam a ficar esmagados*/
@media screen and (max-width: 673px) {

.time-block {
  padding: 10px 0px;
  }
.mini-circle-button svg,
.mini-circle-button img {
  width: 20px;
  height: 20px;  
}
.block-label {
  width: 30px;
  height: 30px;
}
.picker {
  width: 50px;
  height: 60px;
}
.topbar-bottombar{
  width: 95vw;
}
.topbar{
  width: 95vw;
}
.global-content{
  width: 95vw;
  gap: 3vh;
}
#time-picker-scroll{
  gap: 3vh;
}

}

/*Tela de Celular MUITO pequenas*/
@media screen and (max-width: 375px) {

*{
  scale: 0.965;
}

}