.raphael-group-1 {
         display:none !important;
    }

.banner {
    max-height: 300px;
    width: 100%;
}

.logo {
    width: 130px;
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}



/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

.tabs-style-topline nav li:not(:last-child) {
    border-right: none;
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    text-decoration: none;
}

.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 20px;
	max-width: 100%;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {

}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

.input-info {
    font-size:12px;
    color: #99523b;
}


/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
	max-width: 100%;
}

.tabs-style-topline nav li {

}

.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}

.tabs-style-topline nav li.tab-current {
	border-top-color: #2CC185;
	border-bottom: none;
}

.tabs-style-topline nav a {
	padding: 0.65em 0 0.5em;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
	color: #2CC185;
}

.tabs-style-topline nav li.tab-current a {
	background: none;
	box-shadow: inset 0 3px 0 #2CC185;
	color: #2CC185;
}

.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-topline nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.7em;
}


/*****************************/
/* Radio Form */
/*****************************/

.choose-radio {
  display: flex;
  flex-flow: row wrap;
}

.choose-radio  > div {
  flex: 1;
  padding: 0.5rem;
}

.choose-radio input[type=radio] {
  display: none;
}
.choose-radio input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.choose-radio input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.choose-radio label {
  height: 100%;
  display: block;
  background: white;
  border: 1px solid #00bfa5;
  border-radius: 20px;
  text-align: center;
 /* box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
  position: relative;
}

.choose-radio input[type=radio]:checked + label {
  background: #00bfa5;
  color: white;
  /*box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);*/
}
/*.choose-radio input[type=radio]:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 1px solid #1dc973;
  content: "";
  font-size: 18px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}*/

.choose-radio input[type=radio].control_05:checked + label {
  background: red;
  border-color: red;
}

.choose-radio p {
  font-weight: 900;
}
.occurrence-type {
    background-color: #e9f1ff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.info-container {
    width: 100%;
    margin-top: 50px;
    padding: 40px 100px;
    --bg-opacity: 1;
    background-color: #e5f8f6;
    border-radius: 8px;
}

.active {
  display: block;
}

 .estrelas input[type=radio] {
   display: none;
 }
.estrelas label i.fa{
   font-size: 2.5em
}
.estrelas label i.fa:before {
  content:'\f005';
  color: #FC0;
}
.estrelas input[type=radio]:checked ~ label i.fa:before {
  color: #CCC;
}

.footer-copy-right p {
    margin: 20px;
    font-size: 11px;
    text-align: center;
    color: #54595F;
}

footer {
    text-align: center;
    background-color: #6c757d;
    color: #fff;
    padding: 20px;
    position: absolute;

    width: 100%;
}

footer p {
    margin: 0;
}