@charset "UTF-8";
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-size: 14px;
}

body, html, p, address {
  font-family: "Open Sans", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #005225;
  text-decoration: none;
}
a:hover {
  color: #009f48;
}

p, span, address, label {
  color: #808b8b;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 21px;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  color: #333;
  font-weight: 400;
}

ul li {
  list-style: none;
}

.line {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  width: 870px;
  margin: 0 auto;
}

.full-wrapper .center {
  width: 1102px;
}

.textcenter {
  text-align: center;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #005225;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

/* ALINHAMENTO DAS IMAGENS */
.alignnone {
  margin: 0px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.align-center {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1185px) {
  .center, .full-wrapper .center {
    width: 98%;
  }
}
::-webkit-input-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-moz-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

::-moz-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  border: none;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.55em;
  font-weight: bold;
  background-color: orange;
  width: auto;
  margin: 0 auto;
  border-radius: 100px;
}
input[type=submit]:hover {
  background-color: #e69500;
}

.select-wrapper {
  position: relative;
  text-align: center;
}
.select-wrapper:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  border-top: 7px solid #838e8e;
  right: 25px;
  top: 31px;
  position: absolute;
  pointer-events: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  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;
}

label {
  color: blue;
  font-size: 1.2em;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
select,
textarea, .wpcf7-form-control-wrap.arquivo {
  padding: 22px;
  margin-bottom: 0;
  width: 100%;
  background-color: #f7f9f9;
  border: 1px solid #ced3d3;
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 17px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus, .wpcf7-form-control-wrap.arquivo:focus {
  outline: 0;
  background-color: #f2f2f2;
  border: 1px solid #ced3d3;
}

.wpcf7-form-control-wrap.arquivo {
  width: 100%;
}

textarea {
  height: 125px;
  overflow: auto;
  vertical-align: top;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
  margin-bottom: 20px;
}

select {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-appearance: none; /* Remove estilo padrão do Chrome */
  -moz-appearance: none; /* Remove estilo padrão do FireFox */
  appearance: none; /* Remove estilo padrão do FireFox*/
  height: 65px;
  font-family: "Open Sans", sans-serif;
  color: #a0a0a0;
}

div.wpcf7-response-output {
  background-color: #FCF4D4;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  padding: 4px 10px;
  width: 100%;
  float: left;
  margin: 0;
  top: 20px;
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -19px;
  font-size: 0.9em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 0;
  text-align: center;
  top: 20px;
  position: relative;
}

.col6 {
  width: 50%;
  display: inline-block;
  margin-right: 0;
  float: left;
  margin-bottom: 10px;
}
.col6:nth-of-type(1), .col6:nth-of-type(3), .col6:nth-of-type(5), .col6:nth-of-type(7) {
  padding-right: 15px;
}
.col6:nth-of-type(2), .col6:nth-of-type(4), .col6:nth-of-type(6), .col6:nth-of-type(8) {
  padding-left: 15px;
}

.col12 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

:-ms-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.formulario {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #e5eae9;
  margin-top: 115px;
}
.formulario .center {
  position: relative;
}
.formulario .center:after {
  content: "";
  right: -61px;
  top: -177px;
  width: 200px;
  height: 225px;
  position: absolute;
  background: url(../../src/images/gota-verde.png) no-repeat center top;
  z-index: 2;
  background-size: cover;
}
.formulario .description {
  color: #808b8b;
  margin-bottom: 45px;
  font-size: 1.25em;
}

.wrapper-form {
  display: block;
  width: 850px;
  margin: 0 auto;
}

.search-top {
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-top .title {
  display: inline-block;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 40px;
}
.search-top #searchform {
  display: inline-block;
  vertical-align: middle;
}
.search-top .wrapper {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}
.search-top input[type=text] {
  width: 265px;
  height: 48px;
  background-color: #eceae8;
  padding: 0;
  padding-top: 5px;
  padding-left: 25px;
  border-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  font-size: 12px;
  vertical-align: top;
}
.search-top input[type=submit]:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1185px) {
  .search-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .search-top .wrapper {
    width: 100%;
  }
  .search-top .wrapper .title {
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 30px;
    width: 100%;
    margin-right: 0;
  }
  .formulario {
    padding-right: 30px;
    padding-left: 30px;
  }
  .formulario .center:after {
    right: -80px;
    top: -180px;
    transform: scale(0.4);
  }
}
@media screen and (max-width: 850px) {
  .wrapper-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
select,
textarea {
    padding: 15px;
  }
  .formulario {
    margin-top: 70px;
  }
  .col6 {
    width: 100%;
  }
  .col6:nth-of-type(1), .col6:nth-of-type(3) {
    padding-right: 0;
  }
  .col6:nth-of-type(2), .col6:nth-of-type(4) {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  input[type=submit] {
    font-size: 1em;
  }
}
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

header.principal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
header.principal-header .wrapper-header {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
header.principal-header .wrapper-logo {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1185px) {
  header.principal-header .wrapper-logo {
    width: 200px;
  }
}
.loader-page {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 999999;
}
.loader-page .wrapper {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
}
.loader-page .wrapper span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
}

footer#footer .copyright {
  padding: 10px 0;
}
footer#footer .copyright p {
  color: #fff;
}

.share li {
  width: 55px;
  height: 55px;
  display: block;
  margin-bottom: 10px;
}
.share li:hover a {
  text-decoration: none;
  opacity: 0.8;
}
.share li:hover a span {
  color: #68982c;
}
.share li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.share li a.icon-youtube:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -79px 0px;
  width: 55px;
  height: 55px;
}
.share li a.icon-instagram:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -134px -55px;
  width: 55px;
  height: 55px;
}
.share li a.icon-facebook:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -55px -79px;
  width: 55px;
  height: 55px;
}
.share li a.icon-twitter:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -134px 0px;
  width: 55px;
  height: 55px;
}
.share li a.icon-linkedin:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: 0px -134px;
  width: 55px;
  height: 55px;
  top: -8px;
}
.share li a.icon-whatsapp:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: 0px -79px;
  width: 55px;
  height: 55px;
}
.share li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.share li a span {
  position: relative;
  left: 65px;
  top: 15px;
  font-size: 22px;
  color: #83c037;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .share li {
    width: 30px;
    height: 30px;
  }
  .share li a.icon-youtube:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -189px -30px;
    width: 30px;
    height: 30px;
  }
  .share li a.icon-instagram:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -115px -134px;
    width: 30px;
    height: 30px;
  }
  .share li a.icon-facebook:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -189px 0px;
    width: 30px;
    height: 30px;
  }
  .share li a.icon-twitter:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -85px -134px;
    width: 30px;
    height: 30px;
  }
  .share li a.icon-linkedin:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -55px -134px;
    width: 30px;
    height: 30px;
    top: -8px;
  }
  .share li a.icon-whatsapp:before {
    background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
    background-position: -145px -134px;
    width: 30px;
    height: 30px;
  }
  .share li a span {
    left: 45px;
    top: 7px;
    font-size: 18px;
  }
}
.btn {
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 800;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}

.btn--orange {
  background-color: #eb8129;
  color: #fff;
  box-shadow: 20px 17px 20px 0px rgba(235, 129, 41, 0);
  font-size: 1.3em;
}
.btn--orange:hover {
  background-color: #ce6813;
  color: #fff;
}

.btn--big {
  font-weight: bold;
  font-size: 1.8em;
  padding: 10px 30px;
}

@media screen and (max-width: 580px) {
  .btn--big {
    font-size: 1.2em;
  }
}
#progressbar {
  margin-top: 25px;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#progressbar li {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  margin-right: 0px;
}
#progressbar li.active span {
  color: #fff;
  border: 3px solid transparent;
  background-color: #4EB54A;
}
#progressbar li:last-child span:after {
  display: none;
}
#progressbar li span {
  border: 3px solid #4EB54A;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: top;
  line-height: 43px;
  font-size: 31px;
  font-weight: bold;
  color: #4EB54A;
  position: relative;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
#progressbar li span:after {
  width: 145px;
  height: 2px;
  position: absolute;
  content: "";
  background: #4EB54A;
  top: 24px;
  z-index: 1;
  left: 46px;
}
#progressbar li i {
  width: 100%;
  display: inline-block;
  color: #333131;
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 15px;
  font-weight: bold;
}

.row {
  width: 100%;
  display: inline-block;
  margin-bottom: 6px;
}

.col {
  float: left;
  position: relative;
}
.col label.error {
  right: 0;
  top: 5px;
  color: red;
  position: absolute;
  font-size: 10px;
}
.col.float-right {
  float: right;
}

.col-6 {
  width: 49%;
}

.col-4 {
  width: 32%;
}

.step3 {
  text-align: center;
}
.step3 .button {
  margin-bottom: 80px;
}
.step3 p {
  color: #333;
}

.steps .wrapper-step {
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  padding-bottom: 35px;
}
.steps .row .col-4 {
  width: 32.6%;
}
.steps .row .col-4:last-child {
  margin-right: 0;
}
.steps .col-cep {
  width: 42.5%;
  margin-right: 1%;
}
.steps .col-logradouro {
  width: 38.5%;
  margin-right: 1%;
}
.steps .col-cep-cartao {
  width: 42.5%;
  margin-right: 1%;
}
.steps .col-bairro-cartao {
  width: 42.5%;
  margin-right: 1%;
}
.steps .col-numero-cartao {
  width: 17%;
}
.steps .col-logradouro-cartao {
  width: 38.5%;
  margin-right: 1%;
}
.steps .col-complemento-cartao {
  width: 18.5%;
  margin-right: 1%;
}
.steps .col-cidade-cartao {
  width: 37%;
}
.steps .col-nome-cartao {
  margin-right: 2%;
}
.steps .col-num-cartao {
  width: 49%;
}
.steps .col-vencimento-mes {
  width: 25%;
  margin-right: 1%;
}
.steps .col-vencimento-ano {
  width: 23%;
}
.steps .group {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.steps .group .line-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.steps .group span {
  color: #333;
}
.steps .group label {
  margin-bottom: 0;
}
.steps .group .image {
  width: 40px;
  height: 35px;
}
.steps .group p {
  padding: 0;
  margin: 0;
  margin-left: 50px;
  font-size: 21px;
}
.steps .group > div {
  border: 2px solid #44d08c;
  padding: 10px;
  position: relative;
  width: 240px;
}
.steps .group > div:after {
  content: "";
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  background: url("../../src/images/icon-check-card.png");
}
.steps .col-cvv {
  width: 12%;
  margin-right: 1%;
}
.steps .col-cvv-demo {
  width: 21%;
  padding-top: 30px;
}
.steps .col-cvv-demo span {
  font-size: 9px;
  line-height: 10px;
  display: inline-block;
}
.steps .col-numero {
  width: 17%;
}
.steps .col-bairro {
  width: 39%;
  margin-right: 1%;
}
.steps .col-complemento {
  width: 18%;
  margin-right: 1%;
}
.steps .col-cidade {
  width: 32%;
  margin-right: 1%;
}
.steps .col-uf {
  width: 8%;
}
.steps .col-uf label {
  display: block;
}
.steps .col-4 {
  margin-right: 1%;
}
.steps .button {
  margin-top: 30px;
}
.steps .title-form {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4eb54a;
}
.steps .title-form.icon-profile:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -205px -60px;
  width: 13px;
  height: 16px;
}
.steps .title-form.icon-location:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -189px -76px;
  width: 13px;
  height: 19px;
}
.steps .title-form.icon-credit-card:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: -189px -60px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.steps .title-form:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}

.step1 {
  display: none;
}

@media screen and (max-width: 800px) {
  #progressbar li {
    margin-left: 0px;
    margin-right: 0px;
    width: 30%;
  }
}
@media screen and (max-width: 590px) {
  #progressbar li span {
    width: 55px;
    height: 55px;
    line-height: 45px;
    font-size: 27px;
  }
  #progressbar li span:after {
    width: 117px;
    top: 24px;
    left: 53px;
  }
  #progressbar li i {
    font-size: 12px;
  }
}
@media screen and (max-width: 485px) {
  .steps .group {
    gap: 10px;
  }
  .steps .group p {
    margin-left: 0;
    font-size: 17px;
    text-align: center;
  }
  .steps .group .line-group {
    flex-direction: column;
    gap: 4px;
  }
  .steps .group > div {
    width: 50%;
    padding: 6px;
  }
  .steps .group > div .col {
    width: 100%;
  }
  .steps .wrapper-step #uf {
    width: 80px;
  }
  #progressbar li span {
    width: 45px;
    height: 45px;
    vertical-align: top;
    line-height: 38px;
    font-size: 20px;
  }
  #progressbar li span:after {
    top: 18px;
    left: 44px;
  }
}
@media screen and (max-width: 420px) {
  #progressbar li {
    width: 32%;
  }
  #progressbar li span {
    width: 45px;
    height: 45px;
    vertical-align: top;
    line-height: 38px;
    font-size: 20px;
  }
  #progressbar li span:after {
    top: 18px;
    left: 44px;
    width: 105px;
  }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-size: 12px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
  font-size: 12px;
}

.description-course {
  border: 1px solid #dcdacb;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  padding-bottom: 25px;
  background-color: #fbfbf8;
  margin-bottom: 10px;
  width: 100%;
}
.description-course .middle {
  float: left;
  width: 50%;
  padding-left: 25px;
  padding-top: 18px;
}
.description-course .middle p {
  color: #73726c;
  padding-top: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.description-course .middle .image {
  display: inline-block;
  width: 15%;
}
.description-course .middle .text {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  padding-right: 20px;
}
.description-course h2 {
  position: relative;
  text-transform: uppercase;
  color: #3c3b37;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0;
}
.description-course h2:before {
  width: 36px;
  height: 40px;
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
}

.msg {
  border: 1px solid red;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.msg.msg--success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.msg.msg--error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.select-wrapper {
  position: relative;
  text-align: center;
}
.select-wrapper label.error {
  top: -22px;
}
.select-wrapper:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  border-top: 7px solid #b7b7b7;
  right: 10px;
  top: 13px;
  position: absolute;
  pointer-events: none;
}

.modal-ajax {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(12, 58, 10, 0.6);
  z-index: 999;
  width: 100%;
  display: none;
}
.modal-ajax .wrapper {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.modal-ajax .info-ajax {
  position: relative;
  text-align: center;
}
.modal-ajax .info-ajax img {
  width: 80px;
}
.modal-ajax .info-ajax h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

body.home .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
body input[type=text],
body input[type=email],
body input[type=tel] {
  padding: 4px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #333;
  color: #333;
}
body input[type=text].error,
body input[type=email].error,
body input[type=tel].error {
  border: 1px solid red;
}
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=tel]:focus {
  background-color: #fff;
  border: 1px solid #4eb54a;
}
body #numero_cartao {
  padding-left: 45px;
  background: #fff url("../../src/images/icon-input-card.png") no-repeat left center;
}
body select {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 0;
  height: 32px;
  padding: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}
body select.error {
  border: 1px solid red;
}
body select:focus {
  background-color: #fff;
  border: 1px solid #4eb54a;
}
body label {
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  display: inline-block;
}

.title-completed {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 700;
  margin-top: 142px;
  position: relative;
  color: #333;
  margin-bottom: 10px;
}
.title-completed:before {
  content: "";
  left: 0;
  right: 0;
  top: -110px;
  position: absolute;
  margin: 0 auto;
  height: 79px;
  width: 79px;
}

.success .title-completed:before {
  background-image: url(https://pagamentos.kinoenearts.com.br/wp-content/themes/kinoene/src/images/sprite.png);
  background-position: 0px 0px;
  width: 79px;
  height: 79px;
}

.error .title-completed:before {
  background-image: url(/wp-content/themes/kinoene-pagarme/src/images/icon-error.png);
}

.title1 {
  color: #5D605D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;
  margin-top: 35px;
}

.description1 {
  text-align: center;
  color: #5D605D;
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}

.container {
  display: inline-block;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

.button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 40px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  border: none;
}
.button:hover {
  text-decoration: none;
}
.button.button--green {
  background-color: #4EB54A;
  color: #fff;
  border-bottom: 2px solid #2f6d2c;
}
.button.button--green:hover {
  background-color: #2f6d2c;
  border-bottom: 2px solid #3e913b;
}

.header {
  background: #005225 url("../../src/images/bg-header.png") repeat;
}
.header .wrapper-contato {
  float: right;
  text-align: right;
  padding-top: 10px;
}
.header .wrapper-contato a, .header .wrapper-contato span {
  color: #fff;
  font-size: 17px;
}

.banner {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 400px;
}
.banner h1 {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0;
  text-shadow: 1px 1px 1px #333;
  margin-top: 120px;
}
.banner p {
  padding-top: 0;
  margin-top: 0;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #333;
}

.footer {
  background-color: #096639;
  padding-top: 50px;
  padding-bottom: 10px;
}
.footer .copyright {
  margin-top: 40px;
}
.footer .copyright p {
  font-size: 12px;
}
.footer .col4 {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.footer h4 {
  text-transform: uppercase;
  color: red;
  font-weight: 700;
  font-size: 23px;
  margin: 0;
  padding: 0;
  color: #83c037;
  margin-bottom: 30px;
}
.footer .contatos-footer {
  margin-bottom: 20px;
}
.footer a, .footer address, .footer ul li, .footer ol li {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.footer address {
  font-style: normal;
}
.footer ul li {
  color: #fff;
}

body.single-cursos .container .content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.container .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container .content .gallery-item img {
  border: 2px solid #4EB54A !important;
}
.container .content h1, .container .content h2, .container .content h3, .container .content h4, .container .content h5, .container .content h6 {
  color: #8DC63F;
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.container .content ul li, .container .content ol li {
  color: #73726c;
  line-height: 21px;
}
.container .content ul li {
  list-style: disc inside;
}
.container .content p {
  color: #73726c;
  padding-top: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.warning {
  color: #7f877f;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 13px;
}

@media screen and (max-width: 800px) {
  .banner h1 {
    font-size: 37px;
    margin-top: 95px;
    line-height: 40px;
  }
  .banner p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .title-completed {
    font-size: 2em;
  }
  header.principal-header .wrapper-logo {
    text-align: center;
    width: 100%;
  }
  header.principal-header .wrapper-contato {
    text-align: center;
    width: 100%;
  }
  .description-course .middle {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .steps .col-logradouro {
    width: 81.5%;
  }
  .steps .col-vencimento-mes {
    width: 60%;
    margin-right: 3%;
  }
  .steps .col-complemento {
    width: 62%;
  }
  .steps .col-cvv {
    width: 30%;
    margin-right: 5%;
  }
  .steps .col-cvv-demo {
    width: 50%;
    padding-top: 30px;
  }
  .steps .col-vencimento-ano {
    width: 37%;
  }
  .steps .col-cep,
.steps .col-bairro,
.steps .col-num-cartao {
    width: 100%;
  }
  .steps .row .col-4 {
    width: 100%;
  }
}

/*# sourceMappingURL=global.css.map */
