html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/museosans-500-webfont-5d181d34431fa726d3ebd4b394349676.woff2) format("woff2"), url(../fonts/museosans-500-webfont-189404bbda67cad92d7bdd947d6a91a2.woff) format("woff"); }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/museosans-100-webfont-ccbd1b9914ca9c9fd7e0773ceb218b41.woff2) format("woff2"), url(../fonts/museosans-100-webfont-c3cb179ffe136d7402bb35338c085d5a.woff) format("woff"); }

body {
	background-color: #7eff34;
	font-family: 'MuseoSans', Arial, sans-serif;
}
* {
	text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}

.main-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 630px;
  height: 630px;
}

.fline {
    float: left; 
    width: 90%; 
    margin: 10px 5%; 
    position: relative;
    clear: both;
    text-align: left;
}

input[type="text"], input[type="email"] {
  margin: 0;
	padding: 0;
  position: relative;
  float: left;
	width: calc(100% - 4px);
	height: 70px;
	line-height: 70px;
	border:2px solid #000000;
	text-indent: 25px;
	font-size: 18px;
	font-weight: 100;
  text-align: left;
  background-color: #7eff34;
  -ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #131313;
  font-weight: 100;
	opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
	color: #131313;
  font-weight: 100;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #131313;
  font-weight: 100;
	opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
	color: #131313;
  font-weight: 100;
	opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
	color: #131313;
  font-weight: 100;
	opacity: 1;
}

select {
  position: relative;
  float: left;
	border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    width: calc(100% - 3px);
  height: 70px;
  line-height: 70px;
  border:2px solid #000000;
  background-color: #7eff34;
	font-size: 18px;
	font-weight: 100;
	color: #131313;
	text-align: left;
  -ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
background-image: url('../images/select.png');
background-size: 15px;
background-position: 97% center;
background-repeat: no-repeat;
cursor: pointer;
}

select {
	text-indent: 15px;
	margin: 0;
  padding: 0;
  height: 70px;
}

select::-ms-expand {
  display: none;
}

select option {
	margin: 0;
	padding: 0;
	color: #131313;
  font-weight: 100;
	text-align: left;
  -ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    height: 70px;
  line-height: 70px;
}

input:focus {
	outline-width: 0;
	-webkit-filter: drop-shadow(1px 1px 2px #000000);
	        filter: drop-shadow(1px 1px 2px #000000);
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border:2px solid #000000;
  background-color: #7eff34;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label p {
  float: left;
  width: calc(100% - 55px);
  margin-left: 15px;
  font-weight: 500;
  font-size: 14px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

input[type="checkbox"] + label p a{
  color:#000000;
}

.mandatory {
  font-size:14px;
}

input[type="checkbox"] + label::before {
  content:'';
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  border:2px solid #000000;
  background-color: #7eff34;
  overflow: hidden;
  cursor: pointer;
}
input[type="checkbox"]:checked + label::before {
  font-family: "MuseoSans";
  content: '\2713';
  font-size: 1.2em;  
  color: #000000;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
}

button {
	background-color: #000000;
	border:2px solid #000000;
	font-size: 18px;
	font-weight: 500;
	color: #CCCCCC;
	cursor: pointer;
  padding: 10px 50px;
  line-height: 1.3em;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-filter: drop-shadow(1px 1px 2px #000000);
          filter: drop-shadow(1px 1px 2px #000000);
}

button:hover {
	-webkit-filter: drop-shadow(1px 1px 2px #000000);
	        filter: drop-shadow(1px 1px 2px #000000);
}


input[type="text"].error, input[type="email"].error, select.error {
  border-color: red;
}

body { font-size: 18px; }
input[type="text"],input[type="email"], select { font-size: 100%; }

.errorform {
  margin:5px 0;
  color: red;
  font-size: 13px;
  display: none;
}

.container {
  width: 90%;
  float: none;
  margin:20px auto;
}

h2 {
	font-size: 25px;
	color: #000000;
	float: none;
	font-weight: 900;
	position: relative;
	text-align: left;
}

.thanks span {
  font-size:20px;
  font-weight: 400;
}

.thanks a {
  color:#000000;
}

.thanks span.codepromo {
  font-weight: 700;
  padding:10px 10px;
  background:#FFFFFF;
}
@media only screen and (max-width: 700px) {
  .thanks span.codepromo {
    font-size:16px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 555px) {
  input[type="text"],input[type="email"], select, select option {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], select, select option { font-size: 16px; width: 100%; }
}
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], select, select option{ font-size: 16px; width: 100%;  }
}
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"], 
  input[type="tel"], input[type="url"], select, select option{ font-size: 16px; width: 100%;  }
}
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"], select, select option{ font-size: 16px; width: 100%;  }
}

#tooltip {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: 4px;
}

#infoscorbade {
  position: absolute;
  top: 0;
  right: 2%;
  line-height: 54px;
  color: #131313;
  cursor: pointer;
}

#tooltip {
  /* ... */
  display: none;
}

#tooltip[data-show] {
  display: block;
}

#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

#arrow {
  visibility: hidden;
}

#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

#tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}

#tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}

#tooltip[data-popper-placement^='left'] > #arrow {
  right: -4px;
}

#tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}