.line-height-1 {
	line-height: 1;
}
.line-height-1_2 {
	line-height: 1.2;
}

.button-go {
  border-radius: 15px;
  padding: 13px 60px;
  font: 700 22px "Open Sans", sans-serif;
}

.color-white {
	color: #FFF;
}

.error-color {
  background: rgba(255, 0, 0, 0.1);
}

/*checkbox*/
.planner-option, .planner-option-contact {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  color: #333333;
  width: 1.4em;
  height: 20px;
  float: left;
  padding: 1px 1px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top:4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.planner-option i, .planner-option-contact i {
  font-size: 18px;
  float: right;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.planner-option:hover, .planner-option-contact:hover {
  opacity: 1;
}
.planner-option input, .planner-option-contact input {
  opacity: 0;
}
.planner-option.active {
  border-color: #fff;
  color: #fff;
  opacity: 1;
}
.planner-option-contact.active {
  border-color: #e0e0e0;
  color: #333333;
  opacity: 1;
}
.planner-option.active i, .planner-option-contact.active i {
  opacity: 1;
}
.planner-option.field-error, .planner-option-contact.field-error {
  border: 1px solid #ff0000;
}
.checkbox-error {
    border: 1px solid #bf0f0f;
}

.navbar .nav .nav-item .dropdown-menu a {
	font: 300 13px "Poppins", sans-serif;
}

.bg-image-home {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer p {
	font-size: 0.8em;
}
