@charset "utf-8";
/* CSS Document */

.font_1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.font_micro {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-style: normal;
  font-color: #515151;
}

.font_micro1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  font-color: #515151;
}

.font_minima {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}


.font_pequena {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.font_pequena_branca {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #fff;
}

.font_grande {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
}

.pulse {
  animation: pulse 0.7s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 65px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    /*-webkit-filter: brightness(100%);*/
  }
  100% {
    -webkit-transform: scale(1.1);
    /*-webkit-filter: brightness(100%);*/
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /*filter: brightness(100%);*/
  }
  100% {
    transform: scale(1.1);
    /*filter: brightness(100%);*/
  }
}

.tabela-fixa {
            width: 100%;
            /*background: #f1f1f1;
            border-top: 2px solid #000;*/
            position: fixed;
            bottom: 0;
            left: 0;
            text-align: center;
            padding: 10px 0;
        }
/*aviso de erros*/
.erro {
            color: red;
            margin-top: 10px;
	     font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
        }

A:link { color: #000; text-decoration: none; }
A:visited { color: #000; text-decoration: none; }
A:hover { color: #000; text-decoration: none; }

#box_total{
	width: 100%;
	/*height: 30px;*/
	border-top: 2px solid #DFE1E0;
	/*border-bottom: 1px solid #D9DBE1;*/
	border-right: solid #DFE1E0;
	border-left: 1px solid #DFE1E0;
	padding: 12px;
	border-radius: 15px;
	background-color: #FFFBE6;
	/*box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);*/
	}

#box_km{
	width: 90%;
	/*height: 30px;*/
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: solid #fff;
	border-left: 1px solid #fff;
	padding: 12px;
	border-radius: 15px;
	background-color: #F9F9F9;
	box-shadow: 1px 5px 3px rgba(242, 242, 242, 0.3);
	}

#box_excluir{
	width: 90%;
	/*height: 30px;*/
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	background-color: #FEEED6;
	box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);
	}


#box_info{
	width: 90%;
	/*height: 30px;*/
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	padding: 10px;
	background-color: #FFF1B3;
	/*box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);*/
	}

#box_voltar{
	width: 25%;
	height: 40px;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);
	}

#box_tab_manu{
	width: 98%;
	/*height: 40px;*/
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);
	}

#box_tab_manu_tit{
	width: 95%;
	/*height: 40px;*/
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 8px;
	padding: 8px;
	background-color: #F8F8F8;
	/*box-shadow: 1px 5px 15px rgba(248, 248, 143, 0.3);*/
	}


#box_mensal{
	width: 100%;
	height: 30px;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	background-color: #000;
	/*box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);*/
	}

#box_anual{
	width: 100%;
	height: 30px;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	background-color: #FFDB3A;
	/*box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);*/
	}

#box_data{
	width: 95%;
	height: 50px;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #D9DBE1;*/
	/*border-right: solid #fff;*/
	/*border-left: 5px solid #D9EBFF;*/
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 5px 15px rgba(109, 116, 143, 0.3);
	}

#boxlogin{
	width: 100%;
	height: 60px;
	background-color: rgba(255, 219, 58, 0.9);
    border-radius: 15px;
	/*border:solid 1px #CBCF91;*/
	box-shadow: 1px 4px 15px #EAEAEA;
	}
/*botões*/

 .botao-link {
display: inline-block;
padding: 8px 18px;
background-color: #fff;
color: white;
text-decoration: none;
border-radius: 5px;
font-family: "Montserrat", sans-serif;
font-color: #fff;
font-size: 12px;
}
.botao-link:hover {
background-color: #D7D7D7;
}

button {
padding: 10px;
/*margin-top: 10px;*/
width: 100%;
height: 60px;
background: #000000;
color: #fff;
/*border-radius: 15px;*/
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 14px;
letter-spacing: 0.1em;
border-radius: 15px;
}

.button2 {
padding: 10px;
/*margin-top: 10px;*/
width: 30%;
height: 60px;
background: #000000;
color: #fff;
/*border-radius: 15px;*/
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 14px;
letter-spacing: 0.1em;
border-radius: 15px;
}


.inputkm{
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  /*border: 3px solid #FFDB3A;*/
  border-radius: 6px;
  font-size: 15px;
  font-stretch: condensed;
}

input[type=text] {
  width: 100%;
  height: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #FFDB3A;
  border-radius: 15px;
  font-size: 20px;
  font-stretch: condensed;
}

textarea {
  width: 100%;
  height: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #FFDB3A;
  border-radius: 15px;
  font-size: 20px;
  font-stretch: condensed;
}

input[type=tel] {
  width: 100%;
  height: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #FFDB3A;
  border-radius: 15px;
  font-size: 20px;
  font-stretch: condensed;
}




input[type=password] {
  width: 80%;
  height: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #FFDB3A;
  border-radius: 15px;
  font-size: 20px;
  font-stretch: condensed;
}



/* efeito fade in na pagina */	
	

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
	
.fadeIn {
	-webkit-animation: fadeIn 0.8s ease-in-out;
	-moz-animation: fadeIn 0.8s ease-in-out;
	-o-animation: fadeIn 0.8s ease-in-out;
	animation: fadeIn 0.8s ease-in-out;
}




