/*CLASSES BASICAS*/

*{
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   color: white;
}


html, body {
   padding: 0;
   margin: 0;
   color: white;
   font-family:inter;
   font-size: 15px;
   font-weight: 400; 
}

body{
  background: black;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

meta[name="viewport"] {
  viewport-fit: cover;
}


/*CLASSES DE ESTILO DE TEXTO*/


h1{
  font-weight:700;
	font-size:30px;
}

h2{
	font-weight:500;
	font-size:25px;
}
h3{
	font-weight:300;
	font-size:18px;
}

i{
  line-height: 10px;
  margin-right: 5px;
  float: left;
  margin-top: 1px;
}

a{
  text-decoration: none;
}

a.selecionado h3 {
font-weight: bolder;
color: #3696bf;
}

nav.desktop{
  float: right;
  width: 305px;
  margin-top: 40px;
}

nav.desktop a{
  float: left;
  margin-left:20px;
}

b{font-weight: bolder;}


/*CLASSES DE COMPONENTES DE ESTILO*/

#centralizado{
  height: 100%;
  max-width: 920px;
  margin: 0 auto;
}

label{
  font-weight:700;
	width: 100%;
  float: left;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="color"],
input[type="file"],
textarea { 
  padding: 0;
  height: 45px;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #313131;
  -webkit-appearance: none;
  padding: 2.5% 5px;
  float: left;
  width: 100%; 
  margin-top:5px;
}

select{
  padding: 0;
  height: 45px;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #313131;
  float: left;
  width: 100%;
  margin-top:5px;
}

button[type="submit"] {
  border:0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Remove os botões de incremento e decremento no input number do iOS */
  margin: 0; /* Remove o espaço em branco ao lado dos botões */
}

.botao{
  padding: 0;
  height: 50px;
  border: 0;
  border-radius: 15px;
  outline: none;
  -webkit-appearance: none;
  padding: 16px 5px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  float: left;
  width:100%;
}

.box_aviso{
	background: #ea5b54;
  float: left;
   width:100%;
  display:none;
}

.wrap{
  width: 100%;
  float: left;
}

#logo{
  width: 121px;
  height: 55px;
  background: url(../img/logo.jpg);
  background-size: contain;
}



/*CLASSES MODULARES DE ESTILO*/

.float{
  float:left;
}

.floatright{
  float:right;
}

.flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.colorblue{
  color:#3696bf;
}

.bgblue{
  background-color:#3696bf;
}

.bgwhite{
  background-color:#fff;
}

.maxwidth{
  width: 95%;
}

.marginleft{
  margin-left:2.5%;
}

.marginright{
  margin-right:2.5%;
}

.margintop10{
 margin-top:10px;
}

.margintop20{
  margin-top:20px;
 }

.margintop30{
  margin-top:30px;
 }

 .marginbottom30{
  margin-bottom:30px;
 }

.round{
	border-radius:10px;
}

.padding{
	padding:15px 5%;
}

.centralizado{
	text-align:center;
}

.clicavel{
  cursor: pointer;
}

.clicavel:active {
  transform: scale(0.97);
  transition: transform 0.2s;
  outline: none;
}

.box_estacao{
  width:30%;
  height:270px;
  background:#313131;
  float: left;
  margin-left:2.5%;
  margin-top:20px;
  padding: 15px;
}

.box_add_estacao{
  width:30%;
  height:270px;
  float: left;
  margin-left:2.5%;
  margin-top:20px;
  padding: 30px;
  border: 3px dashed;
}

.box_estacao p{
  width: 100%;
}

.box_estacao h2{
  font-size:20px;
}

.menu_estacao i{
  font-size: 25px;
} 

.iniciar_estacao{
    width: 80px;
    height: 80px;
    background: url(../img/play.png);
    background-size: cover;
    position: relative;
    left: calc(50% - 40px);
    top: 70px;
}

.tag_estacao{
  width:100px;
  height: 30px;
  border-radius: 50px;
  background: #3FA526;
  position: relative;
  left: calc(50% - 50px);
  top: 100px;
  text-align: center;
}

.tag_estacao.ocupada{
  background: #ea5b54;
  position: unset;
}

h1.cronometro{
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
}


/*OVERLAYS*/
.overlay_editar_estacao{
  display: none;
}

#overlay_adicionar_estacao{
  display: none;
}

.sobreposicao_transparente{
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  background: #ffffff73;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.area_sobreposta{
  width: 400px;
  min-height: 250px;
  padding: 30px;
  background:#313131;
  margin: 50px auto;
}

.fechar_overlay{
  margin: 5px 0 0 0;
}

.fechar_overlay i{
  font-size: 20px;  
} 

.coluna{
   min-width:300px;
   height:1000px;
   margin-top: 10px;
   margin-right: 10px;
   padding: 20px;
   background: #181818;
   float: left;
}

#espaco_colunas{
  width: 3000px;
  float: left;
  margin-left:2.5%;
}

#wrap_colunas{
  width: 95%;
  margin-left:2.5%;
  float: left;
  overflow: auto;
  overflow-x: auto;
}

.h1cronometro{
   font-size: 45px;
    width: 220px;
    text-align: center;
}

#aceitar_som_index{
  float: right;
  font-size: 30px;
  margin-right: 2.5%;
  margin-top: 50px;
}

#aceitar_som_index i{
  color:#ea5b54;
}

#aceitar_som_gerenciar{
    float: right;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 0px;
}

#aceitar_som_gerenciar i{
  color:#ea5b54;
}

table{
  float: left;
  margin-top:20px;
  border: 1px solid #272727;
}

table tr{
  border:1;
}

table td{
  border: 0;
  border-bottom: 1px solid #3d3d3d;
  border-left: 1px solid #272727;
  margin: 0px;
  padding: 5px;
}

table th{
  border: 0;
  background: #313131;
  padding: 5 10px;
  color: #3696bf;
}

@media screen and (max-width: 920px) {
  .box_estacao{
    width: 95%;
    margin-top: 19px;
  }
  .box_add_estacao{
    width: 95%;
    margin-top: 19px;
    margin-bottom: 20px;
  }

  #logo {
    width: 100px;
    height: 45px;
    background: url(../img/logo.jpg);
    background-size: contain;
  }
  
  h1{
    font-weight:700;
    font-size:25px;
  }
  
  h2{
    font-weight:500;
    font-size:18px;
  }
  h3{
    font-weight:300;
    font-size:15px;
  }

  nav.desktop a {
    float: left;
    margin-left: 15px;
  }
  
  nav.desktop {
    float: right;
    width: 250px;
    margin-top: 50px;
  }

  .area_sobreposta {
    width: 340px;
    min-height: 250px;
    padding: 30px;
    background: #313131;
    margin: 50px auto;
  }

  .h1cronometro{
    font-size:30px;
    width: 150px;
    text-align: center;
  }
}