@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  margin-left: 30px;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 25px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 13%;
  background: #86c91c;
}
header #header-cta {
  background: #fff;
  padding: 10px 27px;
  border-radius: 12px;
  color: #6ca414;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  letter-spacing: 2px;
  outline: none;
  white-space: nowrap;
}
header {
  box-shadow: 0px 3px 0px 0px #6ca414;
  transition: all ease 0.3s;
}
header:hover {
  box-shadow: 3px 3px 5px 0px #6ca414;
}
@media screen and (max-width: 768px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 1%;
    background: #99ce45;
  }
  header #logo-vagas-brusque {
    width: 70%;
    margin: 15px;
  }
  header #cta-header {
    margin-right: 15px;
  }
}

section #search {
  background: #373c3a;
  text-align: center;
  color: #fff;
  padding: 80px;
}

section #search p {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

section #search-form {
  background: #373c3a;
  display: flex;
  align-items: center;
  justify-content: center;
}

section #search-form form input {
  height: 65px;
  width: 760px;
  padding: 2px 30px;
  margin: 0;
  border: 3px solid #86c91c;
  color: #373c3a;
  border-radius: 9px 0 0 9px;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 200;
  vertical-align: bottom;
}

section #search-form form button {
  height: 65px;
  width: 200px;
  background: #86c91c;
  margin-left: -5px;
  border: 3px solid #86c91c;
  border-radius: 0 9px 9px 0;
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  vertical-align: bottom;
  outline: none;
}

.merchandising {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.merchandising .pequeno {
  width: 680px;
  flex: 1 1 380px;
}
@media screen and (max-width: 768px) {
  .merchandising .pequeno {
    width: 100%;
  }
}
.merchandising .medio {
  max-width: 1380px;
}
@media screen and (max-width: 1400px) {
  .merchandising .medio {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1015px) {
  .merchandising .medio {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .merchandising .medio {
    width: 100%;
  }
}
.merchandising .grande {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .merchandising .right-banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .merchandising {
    padding: 0px 0%;
  }
}

.wrapper-vagas {
  padding: 0px 13%;
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper-vagas {
    padding: 0px 0%;
  }
}

.vagas #vaga-card {
  flex: 1 1 290px;
  height: 260px;
  border: 3px solid #f0f6e6;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  transition: all ease 0.5s;
}
.vagas #vaga-card:hover {
  box-shadow: 0px 0px 15px -3px #6ca414;
}

.vagas #vaga-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #515151;
  letter-spacing: -1px;
  line-height: 40px;
  text-transform: capitalize;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 p {
  display: none;
}
.line-clamp-3 ol,
.line-clamp-3 ul,
.line-clamp-3 li {
  display: none;
}
.line-clamp-3 :first-child {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vagas #vaga-card p {
  font-size: 16px;
  font-weight: 600;
  color: #515151;
  opacity: 0.8;
  letter-spacing: 1px;
  line-height: 18px;
}

.vagas #vaga-card #saiba-mais {
  display: flex;
  justify-content: center;
  text-align: center;
}

.vagas #vaga-card #saiba-mais a {
  background-color: #86c91c;
  color: #fff;
  width: calc(100% - 30px);
  border-radius: 6px;
  padding: 7px 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  position: absolute;
  bottom: 16px;
  transition: all ease 0.4s;
}
.vagas #vaga-card #saiba-mais a:hover {
  box-shadow: 0px 0px 15px -5px #6ca414;
}

.vagas #vaga-card hr {
  border: 1.5px solid #86c91c;
  background: #86c91c;
  margin: 15px 0;
}

.vagas #vaga-card #destaque {
  border: 1.5px solid #86c91c;
  background: #86c91c;
  opacity: 1;
}

#depoimentos {
  background: #f7faf1;
  padding: 40px 13%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0 50px 0;
}

#depoimentos #depoimentos-title {
  flex: 1 1 290px;
  padding: 15px;
}

#depoimentos #depoimentos-title span {
  font-size: 25px;
  color: #86c91c;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 10px 0;
}

#depoimentos #depoimentos-title h3 {
  font-size: 30px;
  color: #373c3a;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 10px 0;
  line-height: 40px;
  color: #707070;
}

#depoimentos #depoimento-card {
  flex: 1 1 290px;
  padding: 15px;
  border: 3px solid #fff;
  border-radius: 10px;
}

#depoimentos #depoimento-card p {
  min-height: 160px;
  margin-bottom: 20px;
  color: #707070;
  line-height: 20px;
  font-weight: 500;
}

#depoimentos #depoimento-card #depoimento-pessoa {
  display: flex;
  justify-content: space-between;
  margin-bottom: -25px;
}

#depoimentos #depoimento-card #depoimento-pessoa h4 {
  color: #86c91c;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
}

#depoimentos #depoimento-card #depoimento-pessoa span {
  color: #373c3a;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

#depoimentos img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

#mais-vagas {
  display: flex;
  justify-content: center;
  margin: 30px;
}

#mais-vagas button {
  color: #86c91c;
  border: 3px solid #86c91c;
  padding: 10px;
  width: 680px;
  border-radius: 5px;
  background: #fff;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 800;
}

#footer-site {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 7px -1px #ccc;
  margin-top: 50px;
  transition: all 0.5s ease;
  font-size: 13px;
  letter-spacing: 2px;
}
#footer-site .header-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
#footer-site .after-footer {
  height: 0;
  opacity: 0;
  width: 100%;
}
#footer-site .after-footer-inner {
  overflow: hidden;
  border-top: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  width: 100%;
}
#footer-site a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #373c3a;
}
@media screen and (max-width: 768px) {
  #footer-site a span {
    display: none;
  }
}
#footer-site #footer-social {
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  #footer-site #logo-footer {
    width: 70px;
  }
}
@media screen and (max-width: 400px) {
  #footer-site #logo-footer {
    width: 50px;
  }
}

.vagas-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.vagas-btn {
  background: #86c91c;
  border: 3px solid #86c91c;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: ease all 0.3s;
}
.vagas-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.modal-content {
  border: 3px solid #86c91c;
  border-radius: 15px;
}

.modal-content h5 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}

.modal-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.modal-title span {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #707070;
}
.modal-title img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .modal-title {
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
  }
  .modal-title img {
    margin: 12px 0;
  }
}

.modal-content #modal-title-divider {
  border-top: 3px solid #86c91c;
  width: 50%;
  margin-bottom: 10px;
  display: block;
  margin-left: 15px;
}

.modal-content .modal-header .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: tomato !important;
  background: transparent url(../img/times.svg) center/1em auto;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0.25rem;
  transition: all ease 0.2s;
}

.modal-content .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0 1rem;
  border-bottom: none;
}

.modal-content .modal-body #form-login form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content .modal-body #form-login form button,
.modal-content .modal-body #form-login form input {
  width: 100%;
  margin: 5px 0;
  height: 45px;
  border: 3px solid #86c91c;
  border-radius: 10px;
  padding: 5px 10px;
}

.modal-content .modal-body #form-login form button {
  background: #86c91c;
  color: #fff;
  letter-spacing: 1px;
  font-size: 23px;
  font-weight: 600;
  box-shadow: 0px 3px 0px 0px #ccc;
  transition: all ease 0.3s;
}
.modal-content .modal-body #form-login form button:hover {
  box-shadow: 0px 3px 5px 0px #ccc;
}

.modal-content .modal-body #forgot-password {
  margin: 10px 5px 30px 5px;
}

.modal-content .modal-body #forgot-password a {
  color: #707070;
  font-weight: 500;
  transition: all ease 0.2s;
}
.modal-content .modal-body #forgot-password a:hover {
  color: #86c91c;
}

.modal-content .modal-body #form-singin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.modal-content .modal-body #form-singin span {
  border-top: 3px solid #ffbb00;
  width: 75%;
  height: px;
  margin-bottom: 10px;
  display: block;
}

.modal-content .modal-body #form-singin a {
  text-align: center;
  width: 100%;
  margin: 5px 0;
  height: 45px;
  border: 3px solid #ffbb00;
  border-radius: 10px;
  padding: 5px 10px;
  background: #ffbb00;
  color: #fff;
  letter-spacing: 1px;
  font-size: 23px;
  font-weight: 600;
  box-shadow: 0px 3px 0px 0px #ccc;
  transition: all ease 0.3s;
}
.modal-content .modal-body #form-singin a:hover {
  box-shadow: 0px 3px 5px 0px #ccc;
}

.single-vaga-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
.single-vaga-card p,
.single-vaga-card address {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 25px;
}
.single-vaga-card ol {
  margin-left: 30px;
}
.single-vaga-card ol li {
  list-style: decimal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #707070;
}
.single-vaga-card ol li:last-child {
  margin-bottom: 25px;
}
.single-vaga-card ul {
  margin-left: 30px;
}
.single-vaga-card ul li {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #707070;
}
.single-vaga-card ul li:last-child {
  margin-bottom: 25px;
}
.single-vaga-card #contato #links-empresa {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}
.single-vaga-card #contato #links-empresa span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-vaga-card #contato #links-empresa span img {
  width: 20px;
  fill: #0090ff;
}
.single-vaga-card #contato #links-empresa a {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #0090ff;
}
@media screen and (max-width: 768px) {
  .single-vaga-card #contato #links-empresa {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.single-vaga-card address {
  margin-top: 30px;
}

.page-register {
  padding: 0 9.5%;
}
@media screen and (max-width: 500px) {
  .page-register {
    padding: 0;
  }
}

.head-register h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 50px 0;
  color: #373c3a;
}
.head-register p {
  font-size: 28px;
  font-weight: 600;
  margin: 50px 0;
  color: #707070;
  line-height: 35px;
}
@media screen and (max-width: 500px) {
  .head-register p {
    font-size: 20px;
    font-weight: 600;
    margin: 50px 0;
    color: #707070;
    line-height: 25px;
  }
}

.form-title h5 {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 0 0;
  color: #373c3a;
}
.form-title span {
  border-top: 2px solid #86c91c;
  width: 100%;
  height: 10px;
  margin-bottom: 20px;
  display: block;
}

.input-group span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #86c91c;
  border: 2px solid #86c91c;
  border-radius: 0.55rem;
}
.input-group input,
.input-group select {
  outline: none !important;
  font-size: 1.2rem;
  height: 50px;
  border: 3px solid #86c91c;
  border-radius: 0.55rem;
}

.page-register button,
.form-button {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: #ffbb00;
  border: 2px solid #ffbb00;
  border-radius: 0.55rem;
  height: 50px;
  color: #373c3a;
  box-shadow: 0px 3px 0px 0px #ccc;
  transition: all ease 0.3s;
}
.page-register button:hover,
.form-button:hover {
  box-shadow: 0px 3px 5px 0px #ccc;
}

.duvidas div {
  background: #373c3a;
}
.duvidas p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .duvidas p {
    font-size: 1.1rem;
  }
}

.gerenciamento-header {
  background: #373c3a;
  padding: 25px;
  margin-bottom: 50px;
}
.gerenciamento-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gerenciamento-header .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gerenciamento-header h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gerenciamento-header h3 {
    font-size: 25px;
  }
}
.gerenciamento-header #nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gerenciamento-header #nav a {
  padding: 10px 15px;
  margin: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all ease 0.2s;
}
.gerenciamento-header #nav a:hover {
  filter: brightness(0.7);
}
@media screen and (max-width: 768px) {
  .gerenciamento-header #nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gerenciamento-header #nav a {
    font-size: 12px;
  }
}
.gerenciamento-header #cadastrar-vaga {
  color: #373c3a;
  background: #ffbb00;
}
.gerenciamento-header #editar-dados-empresa {
  color: #86c91c;
  background: #fff;
}
.gerenciamento-header #como-anunciar-sua-vaga {
  color: #fff;
  background: #0090ff;
}

.gerenciamento-cards-vagas .box-card {
  margin: 0 0 30px;
}
.gerenciamento-cards-vagas .card-vaga-new-inner {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gerenciamento-cards-vagas .card-vaga-new .top {
  flex-grow: 1;
  padding: 25px;
  width: 100%;
}
.gerenciamento-cards-vagas .card-vaga-new .bottom {
  border-top: solid 1px #e5e5e5;
  padding: 25px;
  width: 100%;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-check {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-title {
  color: #373c3a;
  font-size: 20px;
  font-weight: 700;
  padding: 0 50px 0 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.35em;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-validation-date {
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-status {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  padding: 5px;
  gap: 15px;
  border-radius: 5px;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-status > span {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 5px 10px;
  text-transform: uppercase;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-status > p {
  color: #707070;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  margin-left: 5px;
  text-transform: uppercase;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-description {
  margin: 20px 0 0;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-description h3 {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-description p {
  color: #707070;
  font-weight: 400;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 5px;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts > .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts > .inner p {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1em;
  margin-left: 5px;
  text-transform: uppercase;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts > .inner > span {
  color: #4f46e5;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts > button {
  background-color: #e0e7ff;
  border: none;
  border-radius: 5px;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-click-counts > button:hover {
  filter: brightness(0.9);
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls button,
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls a {
  color: #fff;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 10px;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls button:hover,
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls a:hover {
  filter: brightness(0.9);
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls button.cta-repostar-vaga,
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls a.cta-repostar-vaga {
  background-color: #dbeafe;
  color: #2563eb;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls .pagar {
  background-color: #dcfce7;
  color: #16a34a;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-controls .destacar {
  background: #ede9fe;
  color: #7c3aed;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer {
  background-color: #ffffff;
  border-top: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  width: 100%;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer p {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer .tipo-vaga {
  margin: 0 0 0 10px;
  background-color: #e0e7ff;
  border: none;
  border-radius: 5px;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer a#editar,
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer button#editar {
  background-color: #fffbeb;
  border: none;
  border-radius: 5px;
  color: #f59e0b;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  margin-left: auto;
  padding: 10px;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer a#editar:hover,
.gerenciamento-cards-vagas .card-vaga-new .vaga-footer button#editar:hover {
  filter: brightness(0.9);
}
.gerenciamento-cards-vagas .card-vaga-new .card-vaga-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gerenciamento-cards-vagas .card-vaga-new .card-vaga-footer button {
  background: #86c91c;
  height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  transition: all ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gerenciamento-cards-vagas .card-vaga-new .card-vaga-footer button:hover {
  filter: brightness(0.9);
}
.gerenciamento-cards-vagas .card-vaga-new .card-vaga-footer span {
  height: 30px;
  border-radius: 5px;
  color: #0090ff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  transition: all ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-vaga-after-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-vaga-after-footer button {
  background: #ffbb00;
  height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  transition: all ease 0.2s;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-vaga-after-footer button:hover {
  filter: brightness(0.9);
}
.card-vaga-after-footer span {
  height: 30px;
  border-radius: 5px;
  color: #0090ff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  transition: all ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.formulario-de-contato .mensagem {
  display: flex;
  flex-direction: column;
}
.formulario-de-contato .mensagem span {
  border-radius: 5px 5px 0 0 !important;
  width: 100%;
  margin-left: -1px;
}
.formulario-de-contato .mensagem textarea {
  border: 3px solid #86c91c;
  border-radius: 0 0 5px 5px !important;
  width: 100%;
  font-size: 1.2rem;
}
.formulario-de-contato button {
  background: #86c91c;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formulario-de-contato button:hover {
  filter: brightness(0.9);
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.empresa-banners-cards img:first-child {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.empresa-banners-cards .list-banner img {
  width: 15px;
  height: 15px;
}
.empresa-banners-cards .list-banner h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #707070;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.empresa-banners-cards .card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.empresa-banners-cards .card-footer a {
  flex: 1;
  padding: 5px;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: all ease 0.2s;
}
.empresa-banners-cards .card-footer a:hover {
  filter: brightness(1.1);
  transform: translate(0, -1px);
}
.empresa-banners-cards .card-footer a:first-child {
  background: #ffbb00;
  color: #373c3a;
}
.empresa-banners-cards .card-footer a:last-child {
  background: #86c91c;
  color: #fff;
  border: none;
}

.adicionar-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.adicionar-banner a {
  color: #fff;
  background: #86c91c;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all ease 0.5s;
}
.adicionar-banner a:hover {
  filter: brightness(1.05);
  transform: translate(0, -2px);
}
.adicionar-banner img {
  width: 20px;
}

.custom-input-file input[type=file] {
  display: none;
}
.custom-input-file .input-file-placeholder {
  width: 100%;
  height: 156px;
  margin-bottom: 10px;
  border: #ccc dashed 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  background: #fff;
  cursor: pointer;
}
.custom-input-file .input-file-btn {
  margin: 20px 0;
  color: #6c757d;
  cursor: pointer;
}

.rich-textarea #cke_cadastro-de-vaga-requisitos,
.rich-textarea #cke_cadastro-de-vaga-descricao {
  border: 4px solid #86c91c;
  border-radius: 0 0 0.55rem 0.55rem;
}
.rich-textarea #cke_cadastro-de-vaga-requisitos .cke_contents,
.rich-textarea #cke_cadastro-de-vaga-descricao .cke_contents {
  border: none;
}
.rich-textarea label {
  background: tomato;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #86c91c;
  border: 2px solid #86c91c;
  border-radius: 0.55rem 0.55rem 0 0;
}

.pagamento-btn img {
  height: 30px !important;
}

.simple-spinner {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #86c92c;
  border-left: 2px solid #86c92c;
  border-right: 2px solid #86c91c;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: grayscale(1);
}

.modal-checkout .modal-content #content-title {
  display: flex;
  justify-content: center;
  margin: 15px 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #373c3a;
}
.modal-checkout .modal-content .modal-header {
  justify-content: space-around;
  padding: 10px 1rem 10px 1rem;
  opacity: 0.8;
}
.modal-checkout .modal-content .modal-header h5 {
  font-size: 20px;
  padding: 5px 25px;
  background: #86c91c;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  transition: all ease 0.3s;
}
.modal-checkout .modal-content .modal-header h5:hover {
  background: rgb(104.1572052402, 156.2358078603, 21.7641921397);
}
.modal-checkout .btn {
  font-weight: 600;
}
.modal-checkout .btn-success {
  background: #86c91c;
  border: 1px solid #86c91c;
  transition: all ease 0.3s;
}
.modal-checkout .btn-success:hover {
  background: rgb(104.1572052402, 156.2358078603, 21.7641921397);
}
.modal-checkout .section-boleto img,
.modal-checkout .section-cartao img {
  width: 30px;
  height: 50px;
}
.modal-checkout .section-boleto p,
.modal-checkout .section-cartao p {
  margin-bottom: 20px;
  color: #707070;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
.modal-checkout .section-boleto .pagamento-btn,
.modal-checkout .section-cartao .pagamento-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 38px;
  margin: 10px auto;
  background: #86c91c;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.modal-body-checkout select {
  padding: 0.375rem 0.2rem;
  height: 37px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-body-checkout input {
  padding: 0.375rem 0.5rem;
  height: 37px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-upgrade-action label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: #ccc solid 1px;
  border-radius: 0.2rem;
  margin: 0.4rem 0;
  padding: 0.5rem 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-upgrade-action label:hover {
  background-color: rgba(206, 212, 218, 0.3490196078);
}

.modal-upgrade-action input[type=radio] {
  all: unset;
  width: 15px;
  height: 15px;
  border: #ccc solid 1px;
  border-radius: 100%;
}

input[type=radio]:checked {
  background-color: #aaa;
  border-color: #aaa;
}

.destacar-vaga-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.destacar-vaga-container button {
  width: 100%;
  margin: 5px 0;
  height: 45px;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 23px;
  font-weight: 600;
  box-shadow: 0px 3px 0px 0px #ccc;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.destacar-vaga-container button:first-child {
  border: 3px solid #86c91c;
  background: #86c91c;
}

.destacar-vaga-container button:last-child {
  border: 3px solid #0090ff;
  background: #0090ff;
}

.destacar-vaga-container button img {
  width: 25px;
  margin-right: 10px;
}

.vibrate-1 {
  animation: vibrate-1 2.5s linear infinite both;
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.destaque-payment-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px;
}

.destaque-payment-options > div {
  font-size: 2rem;
}

.destaque-payment-options .payment-options-radios {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10%;
  justify-content: space-around;
}

.section-destaque-footer .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.section-destaque-footer .pagamento-btn,
.section-destaque-footer .modal-footer button:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 38px;
  margin: 10px auto;
  background: #86c91c;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.section-destaque-footer .pagamento-btn img,
.section-destaque-footer .modal-footer img {
  width: 30px;
}

.modal-popup-banner .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
.modal-popup-banner .modal-content .btn-close-modal {
  background-color: #fecaca;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ef4444;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  line-height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: auto;
  z-index: 1;
}
.modal-popup-banner .modal-content .btn-close-modal:hover {
  background-color: #ef4444;
  color: #ffffff;
}
.modal-popup-banner .modal-body {
  border: 3px solid #86c91c;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.modal-popup-banner .modal-body img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.categoria-mail-list {
  background-color: #86c91c;
  padding: 45px 0 40px;
  margin-bottom: 50px;
}
.categoria-mail-list .mail-list-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .categoria-mail-list .mail-list-title {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.categoria-mail-list p {
  color: #fff;
}
.categoria-mail-list p:first-child {
  font-size: 35px;
  font-weight: 600;
  margin: 10px 0;
}
.categoria-mail-list p:last-child {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}
.categoria-mail-list :is(select, input) {
  letter-spacing: 1px;
}
.categoria-mail-list button {
  height: 39px;
  width: 200px;
  text-transform: uppercase;
  background: #86c91c;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  vertical-align: bottom;
  outline: none;
  transition: ease all 0.3s;
}
.categoria-mail-list button:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #86c91c;
  box-shadow: 0 0 2px rgb(200, 0, 0);
}
@media screen and (max-width: 768px) {
  .categoria-mail-list .row {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}

.nenhuma-vaga-encontrada {
  text-align: center;
}
.nenhuma-vaga-encontrada p {
  color: #373c3a;
}
.nenhuma-vaga-encontrada p:first-child {
  font-size: 35px;
  font-weight: 600;
  margin: 10px 0;
}
.nenhuma-vaga-encontrada p:last-child {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}

.cta-todas-as-vagas {
  text-align: center;
  margin: 40px;
}
.cta-todas-as-vagas a {
  background: #86c91c;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  padding: 10px 30px;
  transition: ease all 0.3s;
}
.cta-todas-as-vagas a:hover {
  background: #fff;
  border: 1px solid #86c91c;
  color: #86c91c;
}

a {
  text-decoration: none;
}

div p a span h2 {
  text-decoration: none;
}

*[disabled],
*:disabled {
  pointer-events: none;
}

body,
button {
  background-color: #fafafa;
  font-family: "Dosis", sans-serif;
}

.toastify {
  max-width: calc(100% - 20px);
}

.cke_editor_editor {
  width: 100%;
}

p::first-letter {
  text-transform: uppercase;
}

*::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

*::placeholder {
  color: #ccc;
  opacity: 1;
}

@media (max-width: 1500px) {
  #search #search-form form input {
    width: 700px;
  }
}
@media (max-width: 1100px) {
  #search #search-form form input {
    width: 500px;
  }
  #depoimentos {
    flex-direction: column;
  }
  #depoimentos #depoimento-card,
  #depoimentos #depoimentos-title {
    flex: 1 1 120px;
  }
}
@media (max-width: 950px) {
  section #search {
    padding: 80px 1%;
  }
}
@media (max-width: 859px) {
  .merchandising,
  .vagas {
    padding: 0;
  }
}
@media (max-width: 776px) {
  section #search-form form button {
    width: auto;
  }
}
@media (max-width: 768px) {
  #section-search #search {
    padding: 50px 1%;
  }
  #search #search-form form input {
    width: auto;
  }
}
@media (max-width: 500px) {
  #search #search-form form input {
    height: 45px;
    width: auto;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 200;
  }
  section #search-form form button {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  #header-cta span {
    text-align: center;
  }
}
.whatsapp-fixed {
  bottom: 100%;
  margin: 0 0 15px;
  position: absolute;
  right: 15px;
  z-index: 10;
}
.whatsapp-fixed > a {
  animation: pulse-animation 1.5s infinite;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 0 2px;
  transition: all 0.3s ease;
  width: 45px;
}
.whatsapp-fixed > a svg {
  width: 20px;
}
.whatsapp-fixed > a svg path {
  fill: #ffffff;
}
.whatsapp-fixed > a:hover {
  background-color: #075e54;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
