/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px;
/* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;
/* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px;
/* 3 */
  *width: 13px;
/* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Nickname';
  src: url("assets/fonts/nickname.eot") format('embedded-opentype'), url("assets/fonts/nickname.woff2") format('woff2'), url("assets/fonts/nickname.woff") format('woff'), url("assets/fonts/nickname.ttf") format('truetype'), url("assets/fonts/nickname.svg") format('svg');
  font-weight: 400;
  font-style: 400;
}
body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.6 all ease;
  -moz-transition: 0.6 all ease;
  -o-transition: 0.6 all ease;
  -ms-transition: 0.6 all ease;
  transition: 0.6 all ease;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
p,
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dd:first-child,
p:first-child,
div:first-child {
  margin-top: 0;
}
p {
  color: #000;
  margin: 15px 0;
  line-height: 1.25em;
}
table,
ul,
ol,
li {
  color: #000;
  font-size: 16px;
}
table {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-style: 400;
  font-weight: 700;
  line-height: 1em;
  color: #000;
}
h1 {
  margin: 1.5em auto;
}
img {
  display: block;
  max-width: 100%;
  margin: 0;
}
iframe {
  border: none;
}
.dispTable {
  display: table;
  height: 100%;
  width: 100%;
}
.dispCell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}
.block {
  display: block;
  font-size: 0;
  position: relative;
}
.block:after {
  content: '';
  display: block;
  clear: both;
}
.block > div {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset:first-child {
  margin-top: 0;
}
fieldset .form-list {
  padding: 0;
}
.form-list {
  display: block;
  margin: 0;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 0px;
  list-style: none;
  font-size: 0;
}
.form-list .form-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-list.full {
  margin-left: 0 !important;
  padding: 0;
}
.form-list.full >li {
  display: block;
  margin-left: 0;
  width: auto;
}
.form-list.full .hintTip {
  display: block;
  width: 100%;
}
.form-list.full .currentInput .datepicker {
  width: 95% !important;
}
.form-list.full .currentInput textarea {
  width: 100%;
}
.form-list.compact >li {
  margin-bottom: 8px;
}
.form-list.four >li {
  width: 23%;
}
.form-list.center {
  text-align: center;
}
.form-list.middle >li {
  vertical-align: middle !important;
}
.form-list.half {
  padding: 0;
}
.form-list.half >li.full {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-list.half >li.full:first-child {
  margin-left: auto;
}
.form-list.half >li.full:last-child {
  margin-right: auto;
}
.form-list.inline {
  margin-left: 0 !important;
/*+below(3)
			margin-left -4%
			>li
				display block
				float left
				margin-left 4%
				width 46%

				&:first-child
					margin-left 4%

		+below(1)
			margin-left 0
			>li
				display block
				float none
				margin-left 0
				width auto
				text-align center

				&:first-child
					margin-left 0
		*/
}
.form-list.inline >li {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 0;
}
.form-list.inline >li:first-child {
  margin-left: 0;
}
/*+below(3)
			margin-left -4%
			>li
				display block
				float left
				margin-left 4%
				width 46%

				&:first-child
					margin-left 4%

		+below(1)
			margin-left 0
			>li
				display block
				float none
				margin-left 0
				width auto
				text-align center

				&:first-child
					margin-left 0
		*/
.form-list.grid-4 >li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0;
  padding: 0 15px;
  vertical-align: bottom;
  width: 23%;
}
.form-list.grid-3 >li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0 5px;
  padding: 0 15px;
  vertical-align: bottom;
  width: 33%;
}
.form-list [type=text],
.form-list [type=password],
.form-list [type=email] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
.form-list >li {
  display: inline-block;
  margin: 0 0 20px 2%;
  width: 48%;
  margin-top: 0;
  font-size: 16px;
  vertical-align: top;
/*+below(1)
			display block
			margin-left  0
			margin-right 0 !important
			width auto*/
}
.form-list >li.full {
  display: block;
  width: auto;
}
.form-list >li.hidden {
  display: none;
}
.form-list >li.margin {
  margin-right: 50px;
}
/*+below(1)
			display block
			margin-left  0
			margin-right 0 !important
			width auto*/
.form-list >li .currentInput:nth-child(2) {
  margin-top: 50px;
}
.form-list >li.doble >.currentInput {
  margin-top: 0;
}
textarea {
  padding: 10px 15px;
  width: 100%;
  height: 65px;
  outline: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff !important;
  margin-top: 2px;
}
textarea.lineal {
  height: 15px;
  resize: none;
}
textarea.medio {
  height: 65px;
  resize: none;
}
textarea.full {
  height: 130px;
  resize: none;
}
@font-face {
  font-family: 'MontserratRegular';
  src: url("assets/fonts/montserrat/MontserratRegular.eot");
  src: local('assets/fonts/montserrat/MontserratRegular'), url("assets/fonts/montserrat/MontserratRegular.woff") format('woff'), url("assets/fonts/montserrat/MontserratRegular.ttf") format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'MontserratRegular';
  background: #e7e8ea;
  min-height: 800px;
}
.index {
  background-color: #0f76b1;
  width: 100%;
  height: 100%;
  position: fixed;
}
.index .panel {
  position: relative;
  max-width: 400px;
  width: 50%;
  top: 50%;
  margin: 0 auto;
  margin-top: -104px;
  padding: 20px;
  text-align: center;
  border: 2px solid #fff;
}
.index h1 {
  color: #fff;
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0;
}
.index .start {
  width: 60%;
  margin: 0;
}
.content-view {
  display: none;
}
.header {
  background: #0f76b1;
  width: 100%;
  padding: 15px 0;
  text-align: right;
}
.header .container {
  padding: 0;
}
.header .timer {
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  transition: 0;
}
.header .timer.urgente {
  color: #bd1928;
}
.header .timer.superUrgente {
  -webkit-animation: pulseCol 1s ease-in-out infinite alternate;
  -moz-animation: pulseCol 1s ease-in-out infinite alternate;
  -o-animation: pulseCol 1s ease-in-out infinite alternate;
  -ms-animation: pulseCol 1s ease-in-out infinite alternate;
  animation: pulseCol 1s ease-in-out infinite alternate;
}
h1 {
  margin-bottom: 30px;
  padding: 20px 0;
  color: #0f76b1;
}
p {
  font-size: 1rem;
}
.container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
small {
  display: inline-block;
  margin-bottom: 20px;
}
.steps {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
.steps li {
  background: #3fa4da;
  display: inline-block;
  width: 35px;
  height: 35px;
  list-style: none;
  border-radius: 50%;
  cursor: pointer;
}
.steps li.active {
  background: #fff;
}
.steps li.check {
  background-image: url("assets/calculadora/check-white.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.steps li.check.active {
  background-image: url("assets/calculadora/check-blue.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.steps li.prev {
  background-image: url("assets/calculadora/icons.png");
  background-position: 3px 3px;
}
.steps li.next {
  background-image: url("assets/calculadora/icons.png");
  background-position: -25px 3px;
}
.steps li.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: no-drop;
}
.page {
/*display table*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: space-between;
  -moz-box-align: space-between;
  -o-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
  align-items: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.page .title {
  background: #0f76b1;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.panel-left,
.feedback {
  background: #cbd0d1;
  margin: 0 auto;
}
.panel-left .content,
.feedback .content {
  width: 80%;
  margin: 15px auto;
}
.panel-left .title-in,
.feedback .title-in {
  margin: 30px 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.panel-left img,
.feedback img {
  display: inline-block;
}
.panel-left .content {
  width: 100%;
  padding: 15px;
}
.panel-left .tag {
  color: #1279af;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
}
.panel-right {
  background: #cbd0d1;
  margin-left: 10px;
}
.panel-right .heading {
  background: #3fa4da;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 0.3rem;
}
.panel-right .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
.panel-right .flex .demo {
  background: #9ea0a3;
  width: 60%;
  padding: 10px 15px;
}
.panel-right .flex .action {
  background: #0f76b1;
  width: 40%;
  padding: 10px 15px;
}
.panel-right .content {
  background: #cbd0d1;
  width: 100%;
  padding: 15px;
}
.map {
  max-width: 400px;
  margin: 0 auto;
}
.grid,
.row {
  position: relative;
  background: #76bcdb;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.row {
  background: -webkit-linear-gradient(left, #c67c14, #fab626);
  background: -moz-linear-gradient(left, #c67c14, #fab626);
  background: -o-linear-gradient(left, #c67c14, #fab626);
  background: -ms-linear-gradient(left, #c67c14, #fab626);
  background: linear-gradient(to right, #c67c14, #fab626);
}
.col-md {
  padding: 5px 0;
  list-style: none;
  text-align: center;
}
.col {
  list-style: none;
  text-align: center;
}
.col:nth-child(1) {
  padding: 10px;
}
.col:nth-child(2) {
  text-align: center;
}
.col h3 {
  margin: 10px 0;
  color: #fff;
}
.col img {
  display: inline-block;
  max-width: 120px;
  margin-top: -50px;
}
.ln {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 0.8rem;
  font-style: italic;
}
.footer {
  background: #0a6baf;
  padding: 15px 30px;
  text-align: center;
}
.footer p {
  margin: 0;
  color: #fff;
}
.card {
  background: #e7e8ea;
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  color: #0a6baf;
  border-radius: 0.5rem;
}
.form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 80%;
  margin: 0 auto;
  border: solid 1px #06588f;
  border-radius: 0.4rem;
  overflow: hidden;
}
.form-group input[type='text'] {
  width: 100%;
  padding: 5px 15px;
  font-size: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group span {
  position: relative;
  background: #06588f;
  display: block;
  width: 50px;
  padding: 5px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
}
.form-group span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -10px;
  margin-top: -8px;
  border-right: 10px solid #06588f;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.form-list {
  padding: 0;
}
.form-list li {
  width: 100%;
  display: block;
}
.form-list.demo li {
  margin: 0;
  padding: 0;
}
.questions {
  padding: 0;
}
.questions li.question {
  position: relative;
  margin-bottom: 30px;
  list-style: none;
}
.questions li.question p {
  padding-right: 60px;
}
.questions li.question label {
  color: #0f76b1;
  font-size: 1.2rem;
  font-weight: 800;
}
.questions li.question li {
  position: relative;
  list-style: none;
}
.questions li.question li:before {
  content: '';
  position: absolute;
  background-color: #0f76b1;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: -20px;
  border-radius: 50%;
}
.questions li.question li.ok:after,
.questions li.question li.wrong:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  background-size: 20px;
  background-position: center;
  width: 30px;
  height: 30px;
  top: -6px;
  right: 0;
  border-radius: 50%;
}
.questions li.question li.ok:after {
  background-color: #538d37;
  background-image: url("assets/calculadora/ok.png");
}
.questions li.question li.wrong:after {
  background-color: #ea655d;
  background-image: url("assets/calculadora/wrong.png");
}
.questions li.question .answer {
  position: relative;
  background: rgba(231,232,234,0.8);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}
.questions li.question .answer:before {
  content: '';
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: rgba(231,232,234,0.8);
  top: -20px;
  left: 10px;
}
.questions li.question .answer .title-on {
  font-weight: 800;
}
[class*='btn'] {
  background: #0f76b1;
  display: inline-block;
  margin: 15px 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 0.3rem;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  transition: 0.6s all ease;
  cursor: pointer;
}
[class*='btn']:hover {
  background: #3fa4da;
}
.btn-inverse {
  background: #fff;
  color: #0f76b1;
  font-weight: 600;
}
.btn-inverse:hover {
  background: #3da1dc;
  color: #fff;
}
.image {
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
}
.image.view {
  max-width: 300px;
}
.image.tree {
  position: relative;
  max-width: 120px;
  max-height: 120px;
  padding: 10px;
}
.image.tree li {
  display: none;
}
.image.tree li:nth-child(1) {
  display: block;
}
.image.tree.effect {
  border: solid 6px #000;
  border-radius: 50%;
}
.image.small {
  max-width: 60px;
  padding: 0;
  margin: 0 auto;
}
.image.long {
  max-width: 90%;
}
.image img {
  display: inline-block;
  width: 100%;
}
.list-num li {
  margin-bottom: 10px;
  line-height: 1.2rem;
}
.table {
  border-collapse: collapse;
}
.table thead {
  background: #0f76b1;
  color: #fff;
}
.table th,
.table td {
  padding: 5px;
  border: solid 1px #3da1dc;
  text-align: center;
  word-break: break-word;
}
.table td {
  position: relative;
}
.table td:nth-child(2),
.table td:nth-child(3),
.table td:nth-child(5),
.table td:nth-child(6) {
  padding: 0;
}
.table td:nth-child(2) .image,
.table td:nth-child(3) .image,
.table td:nth-child(5) .image,
.table td:nth-child(6) .image {
  visibility: hidden;
}
#timeline {
  position: relative;
  display: inline-block;
  height: 100%;
  margin-top: 20px;
}
#timeline:before {
  content: '';
  position: absolute;
  background: #0a6baf;
  width: 3px;
  height: 100%;
  top: -8px;
  left: 6px;
}
#timeline .form-list > li {
  margin: 0 0 14px 2px;
}
.currentSelect {
  display: none;
}
.customSelect-label {
  display: block;
  width: 100%;
}
.customSelect {
  position: relative;
  background: #fff;
  min-width: 190px;
  width: 190px;
  top: 2;
  left: 0;
  margin: 2px;
  border: solid 1px #0f76b1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 41px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}
.customSelect.open {
  border-radius: 5px 5px 0 0;
}
.customSelect.open .customSelect-arrow {
  border-radius: 0px 5px 0 0;
}
.customSelect.open .customSelect-arrow .ico {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: 8px;
}
.customSelect.open .customSelect-options,
.customSelect.open .customSelect-filter {
  display: block;
}
.customSelect.warning {
  border-color: #f44336;
  -webkit-box-shadow: 0 0 6px #f44336;
  box-shadow: 0 0 6px #f44336;
}
.customSelect-options {
  position: absolute;
  background: #fff;
  display: none;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
}
.customSelect-options label {
  display: block;
  padding: 0.5rem 1rem;
}
.customSelect-options label.selected,
.customSelect-options label:hover {
  background: rgba(15,118,177,0.6);
  color: #fff;
}
.customSelect-options label:hover {
  background: #0f76b1;
}
.customSelect-label {
  padding: 0.5rem 1rem;
}
.customSelect-arrow {
  position: absolute;
  background: #0f76b1;
  display: block;
  right: -1px;
  top: -1px;
  width: 43px;
  height: 38px;
  border-radius: 0 5px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.customSelect-arrow .ico {
  background: transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 15px;
  margin-left: 16px;
  border: 8px solid transparent;
  border-top-color: #fff;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.4s -webkit-transform ease;
  -moz-transition: 0.4s -moz-transform ease;
  -o-transition: 0.4s -o-transform ease;
  -ms-transition: 0.4s -ms-transform ease;
  transition: 0.4s transform ease;
}
.text {
  position: relative;
  background: #fff;
  max-width: 600px;
  margin-top: 5px;
  margin-left: -4px;
  padding: 10px 15px;
  font-family: 'MontserratRegular';
  border: 1px solid #0f76b1;
  border-radius: 0.5rem;
  outline: none;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
}
.list li:before {
  content: '';
  position: absolute;
  background: #0a6baf;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
.radio,
.checkbox,
.year {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.radio [type=radio] {
  position: relative;
  margin: 5px 15px 5px 0px;
}
.radio [type=radio]:after,
.radio [type=radio]:before {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
  border: 3px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0px 1px #0f76b1;
  box-shadow: 0 0 0px 1px #0f76b1;
}
.radio [type=radio]:before {
  -webkit-box-shadow: inset 0 0 0px 1px #0f76b1;
  box-shadow: inset 0 0 0px 1px #0f76b1;
  z-index: 4;
}
.radio [type=radio]:checked {
  position: relative;
}
.radio [type=radio]:checked:after {
  -webkit-box-shadow: 0 0 0 1px #0f76b1;
  box-shadow: 0 0 0 1px #0f76b1;
}
.radio [type=radio]:checked:before {
  background-color: #0f76b1;
  -webkit-box-shadow: inset 0 0 0px 1px #0f76b1;
  box-shadow: inset 0 0 0px 1px #0f76b1;
}
.radio [type=radio]:disabled:after {
  -webkit-box-shadow: 0 0 0 1px #cbd0d1;
  box-shadow: 0 0 0 1px #cbd0d1;
}
.radio [type=radio]:disabled:before {
  -webkit-box-shadow: inset 0 0 0 1px #cbd0d1;
  box-shadow: inset 0 0 0 1px #cbd0d1;
}
.radio [type=radio]:disabled:checked:before {
  background-color: #9ea0a3;
}
.radio [type=radio].error:after {
  -webkit-box-shadow: 0 0 0 1px #ea655d;
  box-shadow: 0 0 0 1px #ea655d;
}
.radio [type=radio].error:before {
  -webkit-box-shadow: inset 0 0 0 1px #ea655d;
  box-shadow: inset 0 0 0 1px #ea655d;
}
.checkbox [type=checkbox] {
  position: relative;
  margin: 5px 15px 5px 0px;
}
.checkbox [type=checkbox]:after,
.checkbox [type=checkbox]:before {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  width: 18px;
  height: 18px;
  top: -2px;
  left: -2px;
  border: 3px solid #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 0px 1px #0f76b1;
  box-shadow: 0 0 0px 1px #0f76b1;
}
.checkbox [type=checkbox]:checked {
  position: relative;
}
.checkbox [type=checkbox]:checked:after {
  -webkit-box-shadow: 0 0 0 1px #0f76b1;
  box-shadow: 0 0 0 1px #0f76b1;
}
.checkbox [type=checkbox]:checked:before {
  content: "✓";
  color: #0f76b1;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.checkbox [type=checkbox]:disabled:after {
  -webkit-box-shadow: 0 0 0 1px #cbd0d1;
  box-shadow: 0 0 0 1px #cbd0d1;
}
.checkbox [type=checkbox]:disabled:before {
  -webkit-box-shadow: inset 0 0 0 1px #cbd0d1;
  box-shadow: inset 0 0 0 1px #cbd0d1;
}
.checkbox [type=checkbox]:disabled:checked:before {
  background-color: #9ea0a3;
}
.checkbox [type=checkbox].error:after {
  -webkit-box-shadow: 0 0 0 1px #ea655d;
  box-shadow: 0 0 0 1px #ea655d;
}
.checkbox [type=checkbox].error:before {
  -webkit-box-shadow: inset 0 0 0 1px #ea655d;
  box-shadow: inset 0 0 0 1px #ea655d;
}
.year [type=checkbox] {
  position: relative;
  margin: 0 15px 0 0;
}
.year [type=checkbox]:after,
.year [type=checkbox]:before {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0px 1px #0a6baf;
  box-shadow: 0 0 0px 1px #0a6baf;
  cursor: pointer;
}
.year [type=checkbox]:checked {
  position: relative;
}
.year [type=checkbox]:checked:after {
  -webkit-box-shadow: 0 0 0 1px #0f76b1;
  box-shadow: 0 0 0 1px #0f76b1;
}
.year [type=checkbox]:checked:before {
  content: '';
  position: absolute;
  background: #06588f;
  width: 15px;
  height: 15px;
  top: -2px;
  left: -2px;
  -webkit-box-shadow: 0 0 0px 1px #fff;
  box-shadow: 0 0 0px 1px #fff;
  border-radius: 50%;
  z-index: 2;
}
.year [type=checkbox]:disabled:after {
  -webkit-box-shadow: 0 0 0 1px #cbd0d1;
  box-shadow: 0 0 0 1px #cbd0d1;
}
.year [type=checkbox]:disabled:before {
  -webkit-box-shadow: inset 0 0 0 1px #cbd0d1;
  box-shadow: inset 0 0 0 1px #cbd0d1;
}
.year [type=checkbox]:disabled:checked:before {
  background-color: #9ea0a3;
}
.year span {
  font-size: 0.6rem;
  vertical-align: middle;
}
#js {
  position: absolute;
  z-index: 200;
}
.Lbox-overlay {
  display: block;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.75);
}
.Lbox-holder {
  width: 100%;
  height: 100%;
}
.Lbox-cont {
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 45px 30px 30px;
  max-width: 440px;
  max-height: 80%;
  border-radius: 3px;
  background: #fff;
  border: 1px solid green3;
  -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
  overflow: auto;
}
.Lbox-cont .btn-close {
  position: absolute;
  background: transparent;
  display: block;
  width: 24px;
  height: 23px;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 0;
}
.Lbox-cont .btn-close:after {
  content: 'x';
  position: absolute;
  background: #ea655d;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  font-family: 'MontserratRegular';
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 28px;
  border-radius: 50%;
}
.Lbox-cont .btn-close:hover {
  cursor: pointer;
}
.Lbox-cont .btn-close:hover:after {
  color: #fff;
  background-color: #0f76b1;
}
.Lbox-cont .btn-close.white {
  background-position: -400px -4px;
}
.Lbox-cont .btn-close.white:hover {
  background-position: -333px -34px;
  cursor: pointer;
}
.tag {
  color: #1279af;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (max-width: 800px) {
  .page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -moz-box-align: space-between;
    -o-box-align: space-between;
    -ms-flex-align: space-between;
    -webkit-align-items: space-between;
    align-items: space-between;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .panel-right {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .container {
    padding: 20px 0;
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .index .panel {
    width: 80%;
  }
  .container {
    width: 90%;
    padding: 0;
  }
  .panel-left,
  .panel-right {
    width: 100%;
    clear: both;
  }
  .grid,
  .row {
    display: table;
  }
  .grid .col-md,
  .row .col-md,
  .grid .col,
  .row .col,
  .grid .col:nth-child(2),
  .row .col:nth-child(2) {
    width: 100%;
    display: block;
    text-align: center;
  }
  .grid .col-md img,
  .row .col-md img,
  .grid .col img,
  .row .col img,
  .grid .col:nth-child(2) img,
  .row .col:nth-child(2) img {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .index .panel {
    width: 90%;
  }
  .map {
    max-width: 220px;
  }
}
@-moz-keyframes pulseCol {
  0% {
    color: #bd1928;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #bd1928;
  }
}
@-webkit-keyframes pulseCol {
  0% {
    color: #bd1928;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #bd1928;
  }
}
@-o-keyframes pulseCol {
  0% {
    color: #bd1928;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #bd1928;
  }
}
@keyframes pulseCol {
  0% {
    color: #bd1928;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #bd1928;
  }
}
