@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
@import "jquery.fancybox.min.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
}

body,
html {
  height: 100%;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  color: #2B2B2B;
}

@media (max-width: 991px) {
  html body {
    font-size: 14px;
  }
}

body a {
  position: relative;
  color: #2d721c;
}
body a:hover {
  color: #2e363f;
}

p {
  font-size: 15px;
  color: #454545;
  line-height: 24px;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
}

section#page ul:not(.gform_fields):not(.gfield_checkbox):not(.col-sidebar ul), .tab-content ul, #faqs ul, #accordion-page ul, #certifications ul, .news_single .content-news-single ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-size: 15px;
}
section#page ul:not(.gform_fields):not(.gfield_checkbox):not(.col-sidebar ul) li, .tab-content ul li, #faqs ul li, #accordion-page ul li, #certifications ul li, .news_single .content-news-single ul li {
  color: #454545;
}

.btn {
  border-radius: 30px !important;
  text-transform: uppercase;
  padding: 7px 23px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  border: 2px solid #2d721c !important;
  background-color: #2d721c !important;
}
.btn.btn-primary:hover {
  background-color: #2e363f !important;
  border: 2px solid #2e363f !important;
}
.btn.btn-secondary {
  background-color: #fff !important;
  color: #2B2B2B;
  border: 2px solid #2d721c !important;
}
.btn.btn-secondary:hover {
  background-color: #2d721c !important;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff !important;
  color: #2d721c;
  border: 2px solid #fff !important;
}
.btn.btn-white:hover {
  background-color: #2e363f !important;
  color: #fff;
  border: 2px solid #2e363f !important;
}
.btn.btn-transparent {
  background-color: transparent !important;
  color: #fff;
  border: 2px solid #fff !important;
}
.btn.btn-transparent:hover {
  background-color: #fff !important;
  color: #2d721c;
}

a.btn-link {
  color: #2d721c;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
a.btn-link:hover {
  color: #2e363f;
}

header.site-header {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.12);
}
header.site-header .top-header {
  padding: 15px 0;
}
@media (max-width: 767px) {
  header.site-header .top-header {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  header.site-header .top-header > .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  header.site-header .top-header > .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  header.site-header .top-header .col-right-top-header .btn.btn-primary {
    display: none;
  }
}
header.site-header .top-header .phone-top-header {
  margin-right: 27px;
}
@media (max-width: 991px) {
  header.site-header .top-header .phone-top-header {
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  header.site-header .top-header .phone-top-header {
    display: none;
  }
}
header.site-header .top-header .phone-top-header a {
  display: flex;
  color: #2B2B2B !important;
  text-decoration: none !important;
}
header.site-header .top-header .phone-top-header a:hover .icon-phone-top-header {
  background-color: #2e363f;
}
header.site-header .top-header .phone-top-header .left-phone-top-header .icon-phone-top-header {
  width: 39px;
  height: 39px;
  background: #2d721c;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}
header.site-header .top-header .phone-top-header .right-phone-top-header {
  font-size: 14px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  header.site-header .top-header .phone-top-header .right-phone-top-header {
    font-size: 13px;
  }
}
header.site-header .top-header .phone-top-header .right-phone-top-header span {
  display: block;
}
header.site-header .top-header .social-header {
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 991px) {
  header.site-header .top-header .social-header {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  header.site-header .top-header .social-header {
    margin-right: 0;
  }
}
header.site-header .top-header .social-header li {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  header.site-header .top-header .social-header li {
    margin-right: 5px;
  }
  header.site-header .top-header .social-header li a i {
    font-size: 16px;
  }
  header.site-header .top-header .social-header li:last-of-type {
    margin-right: 0;
  }
}
header.site-header .top-header .social-header li a {
  color: #2e363f;
  font-size: 17px;
}
header.site-header .top-header .social-header li a:hover {
  color: #2d721c;
}
@media (max-width: 991px) {
  header.site-header .btn {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  header.site-header .btn {
    padding: 7px 13px 8px 13px !important;
  }
}
header.site-header .menu-header {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  header.site-header .menu-header {
    position: relative;
  }
}
header.site-header .menu-header .menu-header-btn-mobile {
  display: none;
}
@media (max-width: 767px) {
  header.site-header .menu-header .menu-header-btn-mobile {
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14.5px;
    cursor: pointer;
  }
  header.site-header .menu-header .menu-header-btn-mobile i {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  header.site-header .menu-header .menu-header-to-fix > .container {
    display: none;
    position: absolute;
    top: 41px;
    background: #f2f2f2;
    z-index: 99999;
    max-width: 100%;
    width: 100%;
  }
}
header.site-header .menu-header-fixed {
  background-color: #f2f2f2;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}
@media (max-width: 767px) {
  header.site-header .col_logo a {
    width: 100%;
    text-align: left;
  }
  header.site-header .col_logo img {
    max-width: 220px;
    margin-bottom: 0px;
    width: auto !important;
    padding: 0;
  }
}
@media (max-width: 767px) and (max-width: 310px) {
  header.site-header .col_logo img {
    max-width: 100%;
  }
}
header.site-header .col_logo a::before {
  content: unset;
}
header.site-header .col_logo a img {
  height: auto;
}
@media (max-width: 991px) {
  header.site-header .col_menu {
    padding: 0;
  }
}
header.site-header .col_menu > div {
  width: 100%;
}
header.site-header .col_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul {
    display: block;
    padding: 10px 0;
    overflow-y: auto;
    max-height: calc(100vh - 41px);
  }
}
header.site-header .col_menu ul li {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li {
    text-align: left;
  }
}
header.site-header .col_menu ul li.elearning-mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li.elearning-mobile-menu {
    display: block;
  }
}
header.site-header .col_menu ul li.menu-item-0 {
  display: none !important;
}
header.site-header .col_menu ul li a {
  color: #2B2B2B;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 2px;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
  header.site-header .col_menu ul li a {
    font-size: 11.5px;
    padding: 14.5px 6px;
  }
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li a {
    font-size: 14px;
    padding: 7.5px 15px;
    border-bottom: 0 !important;
  }
}
header.site-header .col_menu ul li a::before {
  bottom: -5px;
}
header.site-header .col_menu ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #2d721c;
  color: #2d721c;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li a:hover {
    border-bottom: 0;
  }
}
@media (max-width: 1199px) {
  header.site-header .col_menu ul li.menu-sistemas-gestao > a {
    line-height: 15px;
    padding: 7.5px 4px;
  }
}
@media (max-width: 991px) {
  header.site-header .col_menu ul li.menu-sistemas-gestao > a {
    padding: 7px 6px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li.menu-sistemas-gestao > a {
    padding: 7.5px 15px;
  }
}
header.site-header .col_menu ul li.current_page_item > a, header.site-header .col_menu ul li.current-menu-ancestor > a, header.site-header .col_menu ul li.current_page_parent > a {
  color: #2d721c;
  border-bottom: 2px solid #2d721c;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li.current_page_item > a, header.site-header .col_menu ul li.current-menu-ancestor > a, header.site-header .col_menu ul li.current_page_parent > a {
    border-bottom: 0;
  }
}
header.site-header .col_menu ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 14rem;
  top: 100%;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  padding: 0;
  padding-top: 5px;
  z-index: 9999999;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li ul {
    position: relative;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
  }
}
header.site-header .col_menu ul li ul li a {
  padding: 7.5px 19px;
  line-height: 16px;
  font-size: 11.5px;
  text-align: left;
}
@media (max-width: 767px) {
  header.site-header .col_menu ul li ul li a {
    padding: 4.5px 0;
    line-height: 16px;
    font-size: 13px;
    text-align: left;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.site-header .col_menu ul li ul li a {
    padding: 7.5px 15px;
  }
}
header.site-header .col_menu ul li ul ul {
  display: none !important;
}
header.site-header .col_menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 2;
}
header.site-header .col_menu ul li.tecla-menu ul {
  min-width: 5rem !important;
}
@media (max-width: 991px) {
  header.site-header .col_menu ul li.tecla-menu ul {
    min-width: 8rem !important;
  }
}
header.site-header .col_menu .wpml_switch a:first-of-type {
  margin: 0 5px 0 0;
}

.banner_homepage {
  position: relative;
}
.banner_homepage .overlay-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.3);
}
.banner_homepage .complement_banner {
  animation: 1.5s ease-out 0s 1 slideInFromLeft;
  background-size: cover !important;
  width: 85%;
  background-position: right center !important;
  position: absolute;
  bottom: -50px;
  z-index: 9;
  padding: 30.5px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .banner_homepage .complement_banner {
    width: 90%;
    padding: 25px 0;
    bottom: -79px;
  }
}
@media (max-width: 991px) {
  .banner_homepage .complement_banner .title_complement {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .banner_homepage .complement_banner .title_complement {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: left !important;
  }
}
.banner_homepage .complement_banner .title_complement h4 {
  margin: 0;
  color: #fff;
  font-weight: 300 !important;
  font-size: 22px;
}
.banner_homepage .complement_banner .title_complement h4 b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .banner_homepage .complement_banner .col-btn-complement {
    text-align: left !important;
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .banner_homepage .complement_banner .col-btn-complement {
    margin-top: 15px;
  }
}
.banner_homepage .complement_banner a.btn {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .banner_homepage .complement_banner a.btn {
    margin-right: 0;
  }
}
.banner_homepage .swiper-container {
  width: 100%;
  height: 80vh;
}
@media (max-width: 991px) {
  .banner_homepage .swiper-container {
    height: 70vh !important;
  }
}
.banner_homepage .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover !important;
}
.banner_homepage .swiper-slide .content_banner .title_banner {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 991px) {
  .banner_homepage .swiper-slide .content_banner .title_banner {
    font-size: 39px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .banner_homepage .swiper-slide .content_banner .title_banner {
    font-size: 25px;
    line-height: 35px;
  }
}
.banner_homepage .swiper-slide .content_banner .sub_title_banner {
  font-size: 28px;
  color: #fff;
  margin-top: 25px;
  font-family: "Caveat", cursive !important;
}
.banner_homepage .swiper-slide .content_banner a.btn {
  margin-top: 30px;
}
.banner_homepage .swiper-pagination-wrapper .swiper-pagination {
  bottom: 80px;
  text-align: left;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .banner_homepage .swiper-pagination-wrapper .swiper-pagination {
    bottom: 85px;
  }
}
.banner_homepage .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 13px;
  background-color: #fff;
  opacity: 1 !important;
  width: 9px;
  height: 9px;
  position: relative;
  border-radius: 50%;
}
.banner_homepage .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #2d721c;
}
.banner_homepage .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner_homepage .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: " ";
  position: absolute;
  border: 2px solid #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 0px;
  left: 0;
  top: -5px;
  left: -5px;
}

.courses-home {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .courses-home {
    padding: 50px 0;
  }
}
.courses-home h3 {
  color: #fff;
  margin-bottom: 40px;
}
.courses-home h5 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}
.courses-home h5 i {
  position: absolute;
  left: 0px;
  top: 1px;
  color: #AADBA9;
  transition: all 0.2s ease;
}
.courses-home p {
  color: #fff;
  line-height: 17px;
  font-size: 14px;
}
.courses-home span {
  font-size: 13px;
}
.courses-home .col-course-home {
  margin-bottom: 30px;
}
.courses-home .col-course-home a {
  text-decoration: none;
}
.courses-home .col-course-home a:hover h5 {
  color: #AADBA9;
}
.courses-home .col-course-home ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 26px;
}
.courses-home .col-course-home ul li {
  font-size: 13px;
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
  color: #fff;
}
.courses-home .col-course-home ul li i {
  position: absolute;
  left: 0;
  color: #fff;
  top: 2px;
  line-height: 15px;
}
.courses-home .btn {
  margin-top: 10px;
}
.courses-home .overlay-courses-home {
  background-color: rgba(31, 74, 18, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro {
  padding: 128px 0 80px 0;
}
@media (max-width: 767px) {
  .intro {
    padding: 128px 0 50px 0;
  }
}
.intro h1 {
  color: #2d721c;
  font-size: 30px;
}
@media (max-width: 991px) {
  .intro h1 {
    font-size: 28px;
  }
}
.intro h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .intro h3 {
    font-size: 22px;
  }
}
.intro .btn-link {
  display: inline-block;
  margin-top: 10px;
}

.services-home {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-home {
    margin-bottom: 50px;
  }
}
.services-home .col-service {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .services-home .col-service {
    margin-bottom: 30px;
  }
  .services-home .col-service:last-of-type {
    margin-bottom: 0;
  }
}
.services-home .col-service a {
  text-decoration: none;
}
.services-home .col-service .wrapper_service_img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.services-home .col-service .wrapper_service_img img {
  transition: 0.2s;
}
.services-home .col-service .wrapper_service_img .overlay_service_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 54, 63, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
}
.services-home .col-service .wrapper_service_img .overlay_service_img span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.services-home .col-service:hover {
  text-decoration: none;
}
.services-home .col-service:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
.services-home .col-service:hover .overlay_service_img {
  opacity: 1;
  transition: 0.3s;
}
.services-home .col-service .top-col-service {
  justify-content: normal;
}
.services-home .col-service img {
  border-radius: 5px;
}
.services-home .col-service h2 {
  margin-top: 30px;
  font-size: 25px;
}
@media (max-width: 991px) {
  .services-home .col-service h2 {
    padding-left: 23px;
  }
}
.services-home .col-service p:last-of-type {
  margin-bottom: 0;
}
.services-home .col-service .btn {
  display: inline-block;
  margin-top: 5px;
}

.concepts {
  padding: 100px 0 70px;
}
.concepts .concept_title {
  font-size: 42px;
  font-weight: 900;
  color: #2B2B2B;
}
.concepts .col_concept {
  margin-bottom: 30px;
}
.concepts .wrapper_concept {
  display: block;
  background: #F7F7F7;
  padding: 30px 25px;
}
.concepts .wrapper_concept:hover {
  text-decoration: none;
}
.concepts .wrapper_concept .col_text h3 {
  font-size: 23px;
  color: #2B2B2B;
  line-height: 36px;
  font-weight: 500;
}
.concepts .know_more_concepts a {
  color: #8DC63F;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.concepts .know_more_concepts a:hover {
  text-decoration: none;
}

.jobs_econ {
  padding: 85px 0;
  background: #2B2B2B;
}
.jobs_econ .title_section_stats {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 50px;
}
.jobs_econ .stats_wrapper .title_stats h4 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}
.jobs_econ .stats_wrapper .title_stats h4 span {
  color: #71A531;
}
.jobs_econ .stats_wrapper .graph_stats {
  background: #343434;
  padding: 10px 15px;
  position: relative;
}
.jobs_econ .stats_wrapper .graph_stats .anotation_stats {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #fff;
  font-size: 14px;
}
.jobs_econ .stats_wrapper .about_graph_stats {
  margin: 25px 0 0;
}
.jobs_econ .stats_wrapper .about_graph_stats h5 {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.jobs_econ .stats_wrapper .about_graph_stats h5 .extra_flair_stats {
  color: #71A531;
}

.cost_of_work {
  padding: 85px 0;
}
.cost_of_work .cost_of_work_title {
  font-size: 42px;
  font-weight: 900;
  color: #2B2B2B;
  margin: 0 0 50px;
}
.cost_of_work .title_cost_of_work h4 {
  font-weight: 600;
  color: #2B2B2B;
  font-size: 18px;
  margin-bottom: 25px;
}
.cost_of_work .title_cost_of_work h4 span {
  color: #71A531;
}
.cost_of_work .graph_cost_of_work {
  background: #F7F7F7;
  padding: 15px 0;
  position: relative;
}
.cost_of_work .anotation_cost_of_work {
  margin: 25px 0 0;
}
.cost_of_work .anotation_cost_of_work h5 {
  color: #2B2B2B;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.cost_of_work .anotation_cost_of_work h5 span {
  color: #71A531;
}

.proposal_ask {
  padding: 125px 0;
  background: #F7F7F7;
}
.proposal_ask .col_proposal_text h2 {
  font-size: 44px;
  margin-bottom: 22px;
  color: #2B2B2B;
  font-weight: 900;
}
.proposal_ask .col_proposal_text h4 {
  font-size: 17px;
  font-weight: 400;
}
.proposal_ask .col_proposal_text .btn-team {
  margin-top: 40px;
}
.proposal_ask .col_proposal_img {
  position: relative;
}
.proposal_ask .col_proposal_img img {
  position: absolute;
  top: -170px;
  width: 80%;
}

.btn-team {
  background: #8DC63F !important;
  border-radius: unset !important;
  padding: 14px 35px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #2B2B2B !important;
}

footer .logo-footer {
  max-height: 200px;
}
footer .logos-footer {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 0px;
}
@media (max-width: 767px) {
  footer .logos-footer {
    justify-content: center;
  }
}
footer .logos-footer img {
  max-width: 95px;
  max-height: 65px;
  margin: 0 7px;
}
@media (max-width: 767px) {
  footer .logos-footer img {
    max-width: 80px;
    max-height: 50px;
  }
}
footer .main-footer {
  background-color: #2e363f;
  padding: 30px 0;
}
@media (max-width: 767px) {
  footer .main-footer {
    padding: 50px 0;
  }
}
footer .main-footer .row {
  align-items: center;
}
@media (max-width: 767px) {
  footer .col-location-footer:first-of-type {
    margin: 20px 0;
  }
}
footer .copy-footer {
  background-color: #292f38;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer .copy-footer {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  footer .copy-footer .about_website {
    align-items: center;
  }
}
@media (max-width: 991px) {
  footer .copy-footer .about_website .col_info_create span.separator-copy {
    display: none;
  }
  footer .copy-footer .about_website .col_info_create span {
    display: block;
  }
}
footer .copy-footer .about_website .col_info_create p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
footer .copy-footer .about_website .col_info_create p a {
  color: #fff;
  text-decoration: underline;
}
footer .copy-footer .about_website .col_info_create p a:hover {
  color: #2d721c;
}
footer .copy-footer .about_website .col-footer-menu {
  margin: 0;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .copy-footer .about_website .col-footer-menu {
    text-align: center;
    margin-top: 20px;
    display: block;
  }
}
footer .copy-footer .about_website .col-footer-menu > div {
  display: inline-block;
}
footer .copy-footer .about_website .col-footer-menu ul {
  margin: 0;
}
footer .copy-footer .about_website .col-footer-menu li {
  display: inline-block;
  margin-left: 12px;
}
@media (max-width: 767px) {
  footer .copy-footer .about_website .col-footer-menu li {
    margin-left: 0;
    margin-right: 6px;
  }
  footer .copy-footer .about_website .col-footer-menu li:last-of-type {
    margin-right: 0;
  }
}
footer .copy-footer .about_website .col-footer-menu li a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}
footer .copy-footer .about_website .col-footer-menu li a:hover {
  color: #2d721c;
}
footer .copy-footer .about_website .col_social_media h6 {
  color: #fff;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 15px;
}
footer .copy-footer .about_website .col_social_media ul {
  margin: 0;
  display: inline-flex;
  margin-left: 15px;
}
footer .copy-footer .about_website .col_social_media ul li {
  margin-right: 10px;
}
footer .copy-footer .about_website .col_social_media ul li:last-of-type {
  margin-right: 0;
}
footer .copy-footer .about_website .col_social_media ul li a i {
  color: #fff;
  font-size: 17px;
}

.wrapper_location h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 25px;
}
.wrapper_location ul {
  padding: 0;
  margin: 0;
}
.wrapper_location ul li {
  margin: 0 0 15px;
  display: flex;
}
.wrapper_location ul li:last-of-type {
  margin-bottom: 0;
}
.wrapper_location ul li i {
  color: #2d721c;
  margin-right: 10px;
}
.wrapper_location ul li a {
  margin-top: -3px;
}
.wrapper_location ul li a:hover {
  text-decoration: none;
}
.wrapper_location ul li span {
  color: #fff;
  margin-top: -3px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .wrapper_location ul li span {
    font-size: 13px;
  }
}

#contacts .col_location_contacts {
  margin-bottom: 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #contacts .col_location_contacts {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #contacts .col_location_contacts {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #contacts .col_location_contacts {
    margin-bottom: 15px;
  }
}
#contacts .col_location_contacts:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #contacts .col-map {
    margin-bottom: 30px;
  }
  #contacts .col-map:last-of-type {
    margin-bottom: 0;
  }
}
#contacts .wrapper_location h4 {
  color: #2B2B2B;
}
#contacts .wrapper_location ul li span {
  color: #2B2B2B;
  line-height: 18px;
}

.job_offers {
  padding: 25px 0;
  background: #8DC63F;
}
.job_offers .title_job_offers {
  font-size: 15px;
  color: #377320;
  text-transform: uppercase;
  font-weight: 800;
}
.job_offers ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.job_offers ul li {
  border-left: 1px solid #fff;
  margin-left: 20px;
}
.job_offers ul li:first-of-type {
  margin-left: 0;
}
.job_offers ul li .job_offer_wrapper {
  margin-left: 15px;
}
.job_offers ul li .job_offer_wrapper h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 3px;
}
.job_offers ul li .job_offer_wrapper h6 {
  font-size: 14px;
  color: #5C5C5C;
  font-weight: 600;
}
.job_offers ul li .job_offer_wrapper .tags_job {
  display: inline-flex;
  margin-right: 5px;
  padding: 2px 5px;
  background: #377320;
}
.job_offers ul li .job_offer_wrapper .tags_job:last-of-type {
  margin-right: 0;
}
.job_offers ul li .job_offer_wrapper .tags_job span {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}

.banner_geral {
  height: 45vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .banner_geral {
    height: 40vh;
  }
}
.banner_geral .overlay-banner_geral {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.3);
}
.banner_geral .complement_banner_geral {
  animation: 1.5s ease-out 0s 1 slideInFromLeft;
  background-size: cover !important;
  width: 85%;
  background-position: right center !important;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  padding: 30.5px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .banner_geral .complement_banner_geral {
    width: 90%;
  }
}
.banner_geral .complement_banner_geral .title_complement {
  padding-left: 9%;
}
.banner_geral .complement_banner_geral .title_complement h1 {
  margin: 0;
  color: #fff;
  font-weight: 700 !important;
  font-size: 30px;
}
@media (max-width: 767px) {
  .banner_geral .complement_banner_geral .title_complement h1 {
    font-size: 23px;
  }
}
.banner_geral .complement_banner_geral a.btn {
  margin-right: 50px;
}

.wrapper-page-title h1 {
  margin: 0;
  font-weight: 700 !important;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wrapper-page-title h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-page-title h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.wrapper-page-title.wrapper-page-title-col-9 h1 {
  margin-bottom: 25px;
  font-size: 27px;
}
@media (max-width: 767px) {
  .wrapper-page-title.wrapper-page-title-col-9 h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

.about_us .mission_vision_text p:last-of-type, .about_us .about_us_text p:last-of-type, .about_us .policy_about_text p:last-of-type, .about_us .livro_reclamacoes_text p:last-of-type, .mission_vision .mission_vision_text p:last-of-type, .mission_vision .about_us_text p:last-of-type, .mission_vision .policy_about_text p:last-of-type, .mission_vision .livro_reclamacoes_text p:last-of-type, .policy_about .mission_vision_text p:last-of-type, .policy_about .about_us_text p:last-of-type, .policy_about .policy_about_text p:last-of-type, .policy_about .livro_reclamacoes_text p:last-of-type, .livro_reclamacoes_about .mission_vision_text p:last-of-type, .livro_reclamacoes_about .about_us_text p:last-of-type, .livro_reclamacoes_about .policy_about_text p:last-of-type, .livro_reclamacoes_about .livro_reclamacoes_text p:last-of-type {
  margin-bottom: 0;
}
.about_us ul, .mission_vision ul, .policy_about ul, .livro_reclamacoes_about ul {
  list-style: initial;
  margin-top: 20px;
  padding-left: 35px;
}

.mission_vision, .livro_reclamacoes_about {
  background-color: #F5F5F5;
  margin: 60px 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .mission_vision, .livro_reclamacoes_about {
    margin: 50px 0;
    padding: 50px 0;
  }
}

.equipments_installations {
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .equipments_installations {
    padding: 50px 0;
  }
}

.livro_reclamacoes_about {
  margin-bottom: 0;
}

.news .col_news {
  text-align: center;
}
@media (max-width: 991px) {
  .news .col_news {
    margin-bottom: 30px;
  }
}
.news .col_news img {
  border-radius: 5px;
}
.news .col_news a {
  display: block;
}
.news .col_news a .news_img_wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.news .col_news a .news_img_wrapper img {
  transition: 0.2s;
}
.news .col_news a .news_img_wrapper .overlay_news_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 54, 63, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
}
.news .col_news a .news_img_wrapper .overlay_news_img span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.news .col_news a:hover {
  text-decoration: none;
}
.news .col_news a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
.news .col_news a:hover .overlay_news_img {
  opacity: 1;
  transition: 0.3s;
}
.news .col_news a .wrapper_metadata_news {
  padding: 30px 0 0 0;
}
.news .col_news a .wrapper_metadata_news h2, .news .col_news a .wrapper_metadata_news h4 {
  font-size: 16px;
  color: #2B2B2B;
  margin-bottom: 15px;
}
.news .col_news a .wrapper_metadata_news .exerpt_news {
  font-size: 14px;
  color: #5E5E5E;
}
.news .col_news a .date_post {
  margin-top: 15px;
  font-size: 14px;
  color: #5E5E5E;
}
.news .btn-all-news {
  margin-top: 35px;
}

.home .news {
  margin: 80px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .home .news {
    margin: 50px 0;
  }
}
.home .news h4 {
  margin-bottom: 30px;
}

.news_single h1 {
  margin-bottom: 10px;
}
.news_single .single-excerpt {
  margin-bottom: 30px;
}
.news_single .wrapper_img_single {
  text-align: center;
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}
.news_single .wrapper_img_single img {
  width: 100%;
}
.news_single .date_post {
  margin-bottom: 35px;
  font-size: 15px;
  color: #90bf4e;
  font-weight: 500;
}
.news_single .wrapper_text_single {
  margin-top: 0px;
}
.news_single .btn-link {
  text-decoration: none !important;
  margin-top: 30px;
  display: inline-block;
}

.job_offers_page {
  padding: 80px 0;
}
.job_offers_page .col_frame iframe {
  width: 100%;
  height: 100%;
}

.proposal_ask_cta .proposal_wrapper {
  position: absolute;
  right: 0;
  top: 100px;
  background: #fff;
  display: inline-flex;
  padding: 10px 15px;
}
.proposal_ask_cta .proposal_wrapper:hover {
  text-decoration: none;
}
.proposal_ask_cta .proposal_wrapper .proposal_icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proposal_ask_cta .proposal_wrapper .proposal_icon img {
  width: 30px;
}
.proposal_ask_cta .proposal_wrapper .proposal_text h5 {
  color: #2B2B2B;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.proposal_ask_contact {
  padding: 60px 0;
}
.proposal_ask_contact form ul li {
  margin-bottom: 15px;
}
.proposal_ask_contact form ul li label {
  color: #91bf50;
}
.proposal_ask_contact form ul li label span {
  color: #91bf50 !important;
}
.proposal_ask_contact form ul li input, .proposal_ask_contact form ul li textarea, .proposal_ask_contact form ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 6px 10px !important;
  font-size: 16px !important;
  border-radius: 3px;
  border: 1px solid #929394 !important;
}
.proposal_ask_contact form ul li input:focus, .proposal_ask_contact form ul li textarea:focus, .proposal_ask_contact form ul li select:focus {
  outline-color: #59961a;
}
.proposal_ask_contact form ul li select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.proposal_ask_contact form .gform_footer input[type=submit] {
  background: none;
  border: unset;
  background: #8DC63F !important;
  border-radius: unset !important;
  padding: 10px 34px;
  font-weight: 700 !important;
  color: #2B2B2B !important;
}

.concept {
  padding: 80px 0;
}
.concept.concept_alternate {
  background-color: #F5F5F5;
}
.concept.concept_alternate .col_img_c {
  order: 2;
}
.concept.concept_alternate .col_content_c {
  order: 1;
}
.concept .row_concept .col_img_c {
  text-align: center;
}
.concept .row_concept .col_img_c img {
  width: 70%;
}
.concept .row_concept .col_content_c h3 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #454545;
}
.concept .row_concept .col_content_c .content_concept p {
  color: #5E5E5E;
  font-size: 15px;
}

.internal_hiring {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.internal_hiring p {
  color: #5E5E5E;
  font-size: 15px;
}

main {
  padding: 80px 0;
}
@media (max-width: 991px) {
  main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  main {
    padding: 50px 0;
  }
}
main.main-with-banner {
  padding: 140px 0 80px 0;
}
@media (max-width: 991px) {
  main.main-with-banner {
    padding: 120px 0 60px 0;
  }
}
@media (max-width: 767px) {
  main.main-with-banner {
    padding: 100px 0 50px 0;
  }
}

#testimonials .col-testimonial {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  #testimonials .col-testimonial {
    margin-bottom: 50px;
  }
}
#testimonials .col-testimonial i {
  font-size: 25px;
  position: absolute;
  top: -5px;
  left: 15px;
  color: #2d721c;
}
#testimonials .col-testimonial h5 {
  margin-bottom: 3px;
}
#testimonials .col-testimonial p {
  padding-left: 40px;
}
#testimonials .col-testimonial span {
  font-size: 14px;
}

#certifications .col-certification {
  position: relative;
}
#certifications .col-certification .inner-certification {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#certifications .col-certification .logo-certification {
  max-width: 140px;
  margin-right: 30px;
  max-height: 180px;
}
@media (max-width: 991px) {
  #certifications .col-certification .logo-certification {
    max-width: 129px;
    margin-right: 30px;
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  #certifications .col-certification .logo-certification {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
#certifications .col-certification hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#certifications .col-certification h5 {
  margin-bottom: 3px;
}
#certifications .col-certification span {
  font-size: 14px;
}
#certifications .col-certification p:last-of-type {
  margin-bottom: 0;
}
#certifications .col-certification:last-of-type hr {
  display: none;
}

#faqs #accordion .panel, #accordion-page #accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #faqs #accordion .panel, #accordion-page #accordion .panel {
    padding-left: 15px;
  }
}
#faqs #accordion .panel-heading, #accordion-page #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
}
#faqs #accordion .panel-title a, #accordion-page #accordion .panel-title a {
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #2e363f;
  background: #f2f2f2;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  text-decoration: none;
}
#faqs #accordion .panel-title a:after,
#faqs #accordion .panel-title a.collapsed:after, #accordion-page #accordion .panel-title a:after,
#accordion-page #accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 26px;
  border-radius: 50%;
  background: #2d721c;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 7px;
  left: -19px;
  transition: all 0.3s ease 0s;
}
#faqs #accordion .panel-title a.collapsed:after, #accordion-page #accordion .panel-title a.collapsed:after {
  content: "\f067";
}
#faqs #accordion .panel-title a:hover:after,
#faqs #accordion .panel-title a.collapsed:hover:after, #accordion-page #accordion .panel-title a:hover:after,
#accordion-page #accordion .panel-title a.collapsed:hover:after {
  transform: rotate(180deg);
}
#faqs #accordion .panel-body, #accordion-page #accordion .panel-body {
  padding: 10px 30px;
  background: #fff;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}

#cookie-notice {
  width: 290px;
  min-width: 290px;
  right: 20px;
  left: auto;
  bottom: 0px;
  padding-bottom: 0;
  border: 0;
  z-index: 9999999999;
}

.cookie-notice-container {
  padding: 10px 15px 15px 15px;
}

#cn-notice-text {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 16px;
}

#cookie-notice #cn-close-notice {
  display: none;
}

#cookie-notice .cn-button {
  margin: 4px;
  margin-bottom: 0;
  border: none;
  padding: 5px 12px !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #cookie-notice {
    width: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    bottom: 0 !important;
  }
}
#certifications-footer {
  background-color: #f2f2f2;
  padding: 35px 0;
}
#certifications-footer .swiper-slide {
  height: auto;
}
#certifications-footer img {
  max-width: 110px;
  max-height: 70px;
}
#certifications-footer .wrapper-item-certification {
  background: #fff;
  text-align: center;
  padding: 8px 8px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

#accordion-page .accordion {
  margin-top: 35px;
}

#testimonials-home {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #testimonials-home {
    margin-bottom: 50px;
  }
}
#testimonials-home h4 {
  margin-bottom: 30px;
}
#testimonials-home .wrapper-item-testimonial {
  position: relative;
}
#testimonials-home .wrapper-item-testimonial i {
  font-size: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #2d721c;
}
#testimonials-home .wrapper-item-testimonial h5 {
  margin-bottom: 3px;
  font-size: 15px;
}
#testimonials-home .wrapper-item-testimonial p {
  font-size: 14px;
  padding-left: 40px;
}
#testimonials-home .wrapper-item-testimonial span {
  font-size: 14px;
  line-height: 19px;
  display: block;
}
#testimonials-home .btn-all-testimonials {
  margin-top: 35px;
}
#testimonials-home .swiper-testimonials {
  padding-bottom: 30px;
}
#testimonials-home .swiper-pagination-wrapper .swiper-pagination {
  bottom: -30px;
  width: 100%;
  padding: 0;
  text-align: center;
}
#testimonials-home .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 13px;
  background-color: #2d721c;
  opacity: 1 !important;
  width: 9px;
  height: 9px;
  position: relative;
  border-radius: 50%;
}
#testimonials-home .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #2d721c;
}
#testimonials-home .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2d721c;
}
#testimonials-home .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: " ";
  position: absolute;
  border: 2px solid #2d721c;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 0px;
  left: 0;
  top: -5px;
  left: -5px;
}

.installation {
  margin-bottom: 45px;
}
.installation h2 {
  margin-bottom: 35px;
}
.installation .row-photos {
  margin: 0 -10px;
}
.installation .row-photos .col-photo {
  padding: 0 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.installation .row-photos .col-photo a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.installation .row-photos .col-photo a img {
  transition: 0.2s;
  border-radius: 5px;
}
.installation .row-photos .col-photo a .overlay_photo_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 54, 63, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
  border-radius: 5px;
}
.installation .row-photos .col-photo a .overlay_photo_img span {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.installation .row-photos .col-photo a:hover {
  text-decoration: none;
}
.installation .row-photos .col-photo a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
  border-radius: 5px;
}
.installation .row-photos .col-photo a:hover .overlay_photo_img {
  opacity: 1;
  transition: 0.3s;
  border-radius: 5px;
}

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

#contacts .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#contacts textarea, #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#page textarea {
  border: 1px solid #b9b9b9;
  border-radius: 0px;
  outline: none !important;
  padding: 7px 10px;
  font-size: 15px;
}
#contacts .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#contacts textarea:focus, #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#page textarea:focus {
  border-color: #2d721c;
}
#contacts .gform_wrapper .top_label .gfield_label, #page .gform_wrapper .top_label .gfield_label {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
}
#contacts .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, #contacts .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], #contacts .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], #page .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, #page .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], #page .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px;
  margin-right: 3px;
}
#contacts .gform_wrapper .gfield_checkbox li label, #contacts .gform_wrapper .gfield_radio li label, #page .gform_wrapper .gfield_checkbox li label, #page .gform_wrapper .gfield_radio li label {
  font-weight: 400 !important;
}
#contacts .gform_wrapper .gform_footer input.button, #contacts .gform_wrapper .gform_footer input[type=submit], #contacts .gform_wrapper .gform_page_footer input.button, #contacts .gform_wrapper .gform_page_footer input[type=submit], #page .gform_wrapper .gform_footer input.button, #page .gform_wrapper .gform_footer input[type=submit], #page .gform_wrapper .gform_page_footer input.button, #page .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 30px !important;
  text-transform: uppercase;
  padding: 7px 23px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  border: 2px solid #2d721c !important;
  background-color: #2d721c !important;
}
#contacts .gform_wrapper .gform_footer input.button:hover, #contacts .gform_wrapper .gform_footer input[type=submit]:hover, #contacts .gform_wrapper .gform_page_footer input.button:hover, #contacts .gform_wrapper .gform_page_footer input[type=submit]:hover, #page .gform_wrapper .gform_footer input.button:hover, #page .gform_wrapper .gform_footer input[type=submit]:hover, #page .gform_wrapper .gform_page_footer input.button:hover, #page .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #2e363f !important;
  border: 2px solid #2e363f !important;
}
#contacts .form-contacts, #page .form-contacts {
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #contacts .form-contacts, #page .form-contacts {
    padding: 50px 0 20px 0;
    margin-top: 50px;
  }
}
#contacts .form-contacts h4, #page .form-contacts h4 {
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 767px) {
  #contacts .form-contacts h4, #page .form-contacts h4 {
    font-size: 23px;
  }
}
#contacts .gform_wrapper .gform_page_footer .button.gform_next_button, #page .gform_wrapper .gform_page_footer .button.gform_next_button {
  float: right;
}
#contacts .gform_wrapper select, #page .gform_wrapper select {
  border: 1px solid #b9b9b9;
  border-radius: 0px;
  outline: none !important;
  padding: 7px 10px;
  font-size: 15px;
}
#contacts .gform_page_footer input[type=submit], #page .gform_page_footer input[type=submit] {
  float: right;
}
#contacts .clear-multi .ginput_container_date, #page .clear-multi .ginput_container_date {
  margin-top: 0;
}
#contacts .clear-multi .ginput_container_date label, #page .clear-multi .ginput_container_date label {
  margin-bottom: 0;
}
#contacts .gform_wrapper .gform_page_footer, #page .gform_wrapper .gform_page_footer {
  margin: 25px 0;
}
#contacts .ginput_container_fileupload span.screen-reader-text, #page .ginput_container_fileupload span.screen-reader-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#contacts .gform_wrapper .gfield_required, #page .gform_wrapper .gfield_required {
  color: #2d721c;
}
#contacts .gform_wrapper div.validation_error, #page .gform_wrapper div.validation_error {
  color: #c31c1c;
  border-top: 2px solid #c31c1c;
  border-bottom: 2px solid #c31c1c;
}
#contacts .gform_wrapper li.gfield.gfield_error, #contacts .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #page .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #f2f2f2;
  margin-bottom: 6px !important;
  border-top: 1px solid #c31c1c;
  border-bottom: 1px solid #c31c1c;
}
#contacts .gform_wrapper .gfield_error .gfield_label, #page .gform_wrapper .gfield_error .gfield_label {
  color: #c31c1c;
}
#contacts .gform_wrapper .validation_message, #page .gform_wrapper .validation_message {
  color: #c31c1c;
}
#contacts .gform_wrapper .top_label input.large.datepicker, #contacts .gform_wrapper .top_label input.medium.datepicker, #contacts .gform_wrapper .top_label input.small.datepicker, #page .gform_wrapper .top_label input.large.datepicker, #page .gform_wrapper .top_label input.medium.datepicker, #page .gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
#contacts .gform_wrapper .gfield_checkbox li input, #contacts .gform_wrapper .gfield_checkbox li input[type=checkbox], #page .gform_wrapper .gfield_checkbox li input, #page .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  vertical-align: top;
  margin-top: 4px !important;
}
#contacts .title-consentimento, #page .title-consentimento {
  margin-top: 35px;
}
#contacts .content-consentimento, #page .content-consentimento {
  font-size: 14px;
}

.ui-datepicker-title select {
  color: #000 !important;
}

.accept-terms > label {
  display: none !important;
}

@media (max-width: 767px) {
  .col-sidebar {
    margin-bottom: 15px;
  }
}
.col-sidebar > div > ul > li {
  border-bottom: 2px solid #fff;
}
.col-sidebar ul {
  background-color: #f2f2f2;
}
.col-sidebar ul li a {
  color: #2e363f;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 15px;
  display: block;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
@media (max-width: 991px) {
  .col-sidebar ul li a {
    font-size: 12px;
  }
}
.col-sidebar ul li a:hover {
  border-left: 2px solid #2e363f;
}
.col-sidebar ul li.menu-item-0 {
  display: none;
}
.col-sidebar ul li .sub-menu {
  display: none;
}
.col-sidebar ul li .sub-menu li a {
  padding: 9px 15px 9px 32px;
}
@media (max-width: 991px) {
  .col-sidebar ul li .sub-menu li a {
    padding: 7px 15px 7px 15px;
  }
}
.col-sidebar ul li .sub-menu li.menu-item-0 {
  display: block;
}
.col-sidebar ul li.current-menu-item > a, .col-sidebar ul li.current-category_courses-ancestor > a {
  border-left: 2px solid #2d721c;
}
.col-sidebar ul li.current-menu-item .current-menu-item > a, .col-sidebar ul li.current-category_courses-ancestor .current-menu-item > a {
  border-left: 2px solid #2e363f;
}
.col-sidebar ul li.menu-item-has-children > a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-sidebar ul li.menu-item-has-children.current-menu-item .sub-menu, .col-sidebar ul li.menu-item-has-children.current-category_courses-ancestor .sub-menu {
  display: block;
}
.col-sidebar ul li.menu-item-has-children.current-menu-item > a::before, .col-sidebar ul li.menu-item-has-children.current-category_courses-ancestor > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

#courses .col-course {
  margin-bottom: 30px;
}
#courses .col-course a {
  text-decoration: none;
  color: #2e363f;
}
#courses .col-course .box-course {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
#courses .col-course .box-course img {
  border-bottom: 1px solid #f2f2f2;
}
#courses .col-course .box-course .content-box-course {
  padding: 20px;
  background: #fff;
  height: 100%;
}
#courses .col-course .box-course .content-box-course ul {
  margin-top: 10px;
  margin-bottom: 0;
}
#courses .col-course .box-course .content-box-course ul li {
  font-size: 13px;
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
}
#courses .col-course .box-course .content-box-course ul li i {
  position: absolute;
  left: 0;
  color: #2d721c;
  top: 2px;
  line-height: 15px;
}
#courses .col-course .box-course .wrapper_course_img {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
#courses .col-course .box-course .wrapper_course_img img {
  transition: 0.2s;
}
#courses .col-course .box-course .wrapper_course_img .overlay_course_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 54, 63, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
}
#courses .col-course .box-course .wrapper_course_img .overlay_course_img span {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
#courses .col-course .box-course:hover {
  text-decoration: none;
}
#courses .col-course .box-course:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
#courses .col-course .box-course:hover .overlay_course_img {
  opacity: 1;
  transition: 0.3s;
}
#courses .col-course img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
}
#courses .col-course h2 {
  font-size: 15px;
  color: #2B2B2B;
  margin-bottom: 15px;
  font-weight: 500 !important;
  margin: 0;
}

.outer-map {
  position: relative;
}
.outer-map img.img-office {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 250px;
  max-height: 250px;
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .outer-map img.img-office {
    display: none;
  }
}

.map {
  height: 250px;
  position: relative;
  margin-top: 0 !important;
  margin-left: 300px !important;
}
@media (max-width: 991px) {
  .map {
    margin-left: 0 !important;
  }
}
.map .gmnoprint .gm-style-mtc {
  display: none !important;
}

.single-course header.site-header .col_menu ul li.current_page_parent > a {
  color: #2B2B2B !important;
  border-bottom: 2px solid transparent !important;
}
.single-course header.site-header .col_menu ul li.current_page_parent > a:hover {
  color: #2d721c !important;
  border-bottom: 2px solid #2d721c !important;
}

.single-course .wrapper-page-title h1 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .single-course .wrapper-page-title h1 {
    font-size: 23px;
  }
}
.single-course .col-image-course img {
  border-radius: 5px;
}
.single-course .col-right-course ul {
  margin-top: 10px;
  margin-bottom: 25px;
}
.single-course .col-right-course ul li {
  font-size: 15px;
  position: relative;
  padding-left: 21px;
  margin-bottom: 6px;
}
.single-course .col-right-course ul li i {
  position: absolute;
  left: 0;
  color: #2d721c;
  top: 3px;
  line-height: 15px;
}
.single-course .col-right-course ul li a {
  color: #2e363f;
  text-decoration: none;
}
.single-course .col-right-course ul li a:hover {
  color: #2d721c;
}
.single-course .col-right-course .ul-info-course {
  margin-top: 25px;
}
.single-course .col-right-course .row-locations-courses {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (max-width: 767px) {
  .single-course .col-right-course .row-locations-courses {
    margin-top: 25px;
  }
}
.single-course .col-right-course .row-locations-courses .col-location-courses {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (max-width: 991px) {
  .single-course .col-right-course .row-locations-courses .col-location-courses {
    margin-bottom: 15px;
  }
}
.single-course .col-right-course .wrapper-location {
  background: #f2f2f2;
  border-radius: 5px;
  height: 100%;
}
.single-course .col-right-course .wrapper-location > span {
  background: #292f38;
  width: 100%;
  display: block;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.single-course .col-right-course .wrapper-location > span i {
  padding-right: 3px;
}
.single-course .col-right-course .wrapper-location ul {
  margin-bottom: 0;
  padding: 9px 12px;
  margin-top: 0;
}
.single-course .col-right-course .wrapper-location ul li {
  font-size: 13px;
  position: relative;
  padding-left: 0px;
  margin-bottom: 3px;
}
.single-course .col-right-course .wrapper-location ul li span {
  font-weight: 500;
}
.single-course .col-right-course .wrapper-location ul li:last-of-type {
  margin-bottom: 0;
}
.single-course .inscription-course {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .single-course .inscription-course h2 {
    font-size: 23px;
  }
}
.single-course .content-course {
  margin-top: 60px;
}
.single-course .content-course .tab-content {
  padding: 20px;
  background-color: #f2f2f2;
}
.single-course .content-course .tab-content p:last-of-type {
  margin-bottom: 0;
}
.single-course .content-course .tab-content .title-tab {
  display: none;
}
@media (max-width: 991px) {
  .single-course .content-course .tab-content .title-tab {
    display: block;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .single-course .content-course .tab-content .title-tab {
    font-size: 20px;
  }
}
.single-course .content-course .nav-tabs .nav-item.show .nav-link, .single-course .content-course .nav-tabs .nav-link.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 transparent;
}
@media (max-width: 992px) {
  .single-course .content-course .nav-tabs .nav-item {
    display: none;
  }
}
.single-course .content-course .nav-tabs .nav-item.dropdown {
  display: none;
}
@media (max-width: 991px) {
  .single-course .content-course .nav-tabs .nav-item.dropdown {
    width: auto;
    display: inline-block;
  }
  .single-course .content-course .nav-tabs .nav-item.dropdown a.nav-link.dropdown-toggle {
    display: inline-block;
    background-color: #f2f2f2 !important;
    text-transform: uppercase;
  }
  .single-course .content-course .nav-tabs .nav-item.dropdown .dropdown-item {
    font-size: 14px;
    padding: 4px 16px;
    background: #fff !important;
  }
  .single-course .content-course .nav-tabs .nav-item.dropdown .dropdown-item.active, .single-course .content-course .nav-tabs .nav-item.dropdown .dropdown-item:hover {
    background: #2d721c !important;
    color: #fff !important;
  }
  .single-course .content-course .nav-tabs .nav-item.dropdown .dropdown-menu {
    width: 100%;
    left: -5px !important;
    padding: 0 !important;
  }
}
.single-course .content-course .nav-tabs .nav-link {
  border-radius: 0;
  color: #2e363f;
  font-size: 15px;
  padding: 12px 14px;
  font-weight: 500;
}
.single-course .content-course .nav-tabs {
  border: 0;
}
@media (max-width: 767px) {
  .single-course .content-course .nav-tabs li {
    width: 100%;
  }
}
.single-course .content-course .nav-tabs .nav-link:focus, .single-course .content-course .nav-tabs .nav-link:hover {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
}
.single-course #courses {
  background-color: #f2f2f2;
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .single-course #courses {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.single-course #courses .btn {
  margin-top: 15px;
}
.single-course .title-related {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .single-course .title-related {
    font-size: 23px;
  }
}

.logos-course {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .logos-course {
    margin-top: 50px;
  }
}
.logos-course h6 {
  font-weight: 500 !important;
  margin-bottom: 20px;
}
.logos-course ul {
  margin-bottom: 0;
}
.logos-course img {
  max-height: 75px;
  margin-right: 20px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .logos-course img {
    margin-bottom: 20px;
  }
  .logos-course img:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto !important;
  }
}
.footer-livro-reclamacoes {
  max-width: 125px;
  margin-right: 30px;
}

.col-footer-menu-wrapper {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: end;
}

@media (max-width: 991px) {
  .col-footer-menu-wrapper {
    flex-direction: column !important;
  }
  .footer-livro-reclamacoes {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-livro-reclamacoes {
    margin-left: auto;
  }
}
.wrapper-item-certificationn {
  background: #fff;
  text-align: center;
  padding: 8px 8px;
  border-radius: 5px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.wrapper-item-certificationn img {
  max-width: 110px !important;
  max-height: 92px !important;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}/*# sourceMappingURL=styles.css.map */