/* Inicio css botão expansivel */


.div-form{
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
	border-radius: 12px;
}


.div-header{
    background-color: #00263e;  
    height: 100px;
}

.div-corpo{
    background-color: #f5f5f5;
	margin-right: 5%;
    margin-left: 5%;
}


.div-finalizado{
	margin-right: 5%;
    margin-left: 5%;
    background-color:  background-image: url(images/bg-color.svg); 
	min-height: 400px;

}

.texto-finalizado{
	margin-right: 5%;
    margin-left: 5%;
	font-weight: bold;
	display: center;
}

.rodape{
	margin-right: 10%;
    margin-left: 10%;
    width: 80%;
	background-color: #f5f5f5;
	border-radius: 12px;
}


.div-termos{
  width: 316;
  height: 170px;
  background-color: #fff;
  position: relative;
  transform: rotate(-3deg);
  border: 5px solid #ffa500;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 17px;
  margin-top: 50px;
}

.select2-container {
    z-index: 1052 !important;
}

.justificado{
	text-align: justify;
}

.primeiro-texto{
	font-weight: bold;
	margin-right: 5%;
    margin-left: 5%;
}

.titulo{
	font-weight: bold;
    font-size: 14px;
}

.cursor-pointer{
	cursor: pointer;
}

.texto-inicial{
	background-color: #ffffff;
	margin-right: -5%;
    margin-left: -5%;
}

.text-danger2{
    color: white;
    background-color: #fc7373;
}