.cor_1{
	background-color: rgb(41,46,75);
}
.cor_2{
	background-color: rgb(84,89,111);
}

.buttom_cor_1_hover_2{
	background-color: rgb(41,46,75);
}
.buttom_cor_1_hover_2:hover{
	background-color: rgb(84,89,111);
}

#botao{
	border:none;
	height:30px;
	width:160px;
	font-size:15px;
	color: rgb(0,58,49); 
	cursor:pointer;
	font-weight:bold;
}
#botao:hover{
	border:none;
	height:30px;
	width:160px;
	font-size:15px;
	color:rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(97,97,97); 
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal:hover{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(41,46,75);
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal_avancar{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(120,120,120); 
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal_avancar:hover{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(41,46,75);
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal_cancelar{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(120,120,120); 
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_modal_cancelar:hover{
	border:none;
	height:35px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(41,46,75);
	color: rgb(220,220,220); 
	cursor:pointer;
}
#botao_fechar_1{
	border:none;
	height:25px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(0,0,0,0);
	color: black; 
	cursor:pointer;
	border-radius:3px
}
#botao_fechar_1:hover{
	border:none;
	height:25px;
	width:9.12%;
	font-size:calc(0.4em + 0.5vw);
	background-color: rgb(41,46,75);
	color: rgb(220,220,220); 
	cursor:pointer;
	border-radius:3px
}
.mensagem_1, .mensagem_2, .mensagem_3, .mensagem_4, .mensagem_5, .mensagem_6, .mensagem_7, .mensagem_8, .mensagem_9{
    display:none;
    position:absolute;
    background-color: rgb(255,162,0);
    text-align:center;
    margin-top:120px;
    right:0;
    width:170px;
    height:30px;
    border:1px solid rgb(255,162,0);
    left:100%;
    color:white;
    font-weight: bold;
    font-size:14px;
    padding-top:3px
}
.mensagem_2{
    margin-top:190px;
}
.mensagem_3{
    margin-top:260px;
}
.mensagem_4{
    margin-top:330px;
}
.mensagem_5{
    margin-top:400px;
}
.mensagem_6{
    margin-top:470px;
}
.mensagem_7{
    margin-top:540px;
}
.mensagem_8{
    margin-top:610px;
}
.mensagem_9{
    margin-top:680px;
}

