


.clone{

	height: 40%;
}

.logoText{

	max-height: 1500px;
	width: 100%;
	left:60px;


	}
.logoB{

		max-width: 400px;
		width: 100%;

		}

.colorBranco{

	color:#000;
	background: #6dbe53;
}

.textBranco{

	color:#fff;
}

.boo{
padding-bottom: 10px;

}




.button-verde {
	background-color: #6dbe53;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius:8px;
  }
  .button-azul {
	background-color: #1e3a83;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius:8px;
  }




.accordion {
	background-color: #6dbe53;
	color: #1e3a83;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
  }

  .active, .accordion:hover {
	background-color: #ccc;
  }

  .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }

  .active:after {
	content: "\2212";
  }

  .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }




  * {
	box-sizing: border-box;
  }

  #myInput {
	background-image: url('/css/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
  }

  #myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
  }

  #myTable th, #myTable td {
	text-align: left;
	padding: 12px;
  }

  #myTable tr {
	border-bottom: 1px solid #ddd;
  }

  #myTable tr.header, #myTable tr:hover {
	background-color: #f1f1f1;
  }

  .bus{

	padding-top: 20px;;
  }

  /* modal

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }

  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }

  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }


  @media screen and (max-width: 480px) {

	.logoB{

		max-width: 200px;
		width: 100%;

		}

	}


