@charset "UTF-8";
.font-inter {
  font-family: Inter;
}

.font-italic {
  font-style: italic;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.img-fluid_px {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

.center {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.center .grid-limit {
  display: grid;
  grid-template-columns: 1fr;
  place-content: initial;
  place-items: initial;
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.center .grid-limit .content-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  place-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 950px;
  top: 50px;
  left: 0;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  position: relative;
  place-content: center;
  place-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  margin: 2rem 0;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p .gridBrief {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .one,
.center .grid-limit .content-column .grid-column-p .gridBrief .two {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .one {
  border: 2px solid #7bab11;
  border-top: 0;
  border-left: 0;
  position: absolute;
  bottom: -35px;
  right: 25px;
  border-radius: 0 0 30px 0;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .one .ellipse {
  display: block;
  position: relative;
  border: 2px solid #7bab11;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .one .ellipse:nth-child(1) {
  left: 2.75rem;
  bottom: 0.8rem;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .one .ellipse:nth-child(2) {
  right: 0.6rem;
  top: 2rem;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .two {
  border: 2px solid #7bab11;
  border-right: 0;
  position: absolute;
  border-bottom: 0;
  top: -35px;
  left: 25px;
  border-radius: 30px 0 0 0;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .two .ellipse {
  display: block;
  position: relative;
  border: 2px solid #7bab11;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .two .ellipse:nth-child(1) {
  left: 3rem;
  bottom: 0.45rem;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .two .ellipse:nth-child(2) {
  right: 0.45rem;
  top: 2.3rem;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 20px;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  place-content: center;
  place-items: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .gridbtn {
  display: grid;
  grid-template-columns: 1fr;
  place-content: flex-end;
  place-items: flex-start;
  width: 100px;
  height: 100%;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .gridbtn .buttonBrief {
  width: 100px;
  height: 50px;
  background: #23B70B;
  color: #fff;
  box-shadow: 1px 1px 1px;
  cursor: pointer;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .gridbtn .buttonBrief:hover {
  background: #fff;
  color: #23B70B;
  border: 1px solid #23B70B;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanTitle {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
  color: #000000;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanText {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
  display: flex;
  gap: 2rem;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav li:nth-child(1) {
  color: #4dae01;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav li:nth-child(2) {
  list-style: disc;
}
.center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
  row-gap: 50px;
  place-items: flex-start;
  padding-left: 75px;
  padding-right: 75px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 238px;
  height: 100%;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 60%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 32px 32px 0 0;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-img .slide_01 {
  background-image: url("../img/index/slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px 30px 0 0;
  text-decoration: none;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-img .slide_02 {
  background-image: url("../img/index/slide02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px 30px 0 0;
  text-decoration: none;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-img .slide_03 {
  background-image: url("../img/index/slide03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px 30px 0 0;
  text-decoration: none;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-img .slide_04 {
  background-image: url("../img/index/slide04.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px 30px 0 0;
  text-decoration: none;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card:hover:nth-child(1) .card-img .slide_01 {
  background: linear-gradient(0deg, rgba(35, 183, 11, 0.5), rgba(35, 183, 11, 0.5)), url(../img/index/slide.png);
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card:hover:nth-child(2) .card-img .slide_02 {
  background: linear-gradient(0deg, rgba(35, 183, 11, 0.5), rgba(35, 183, 11, 0.5)), url(../img/index/slide02.png);
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card:hover:nth-child(3) .card-img .slide_03 {
  background: linear-gradient(0deg, rgba(35, 183, 11, 0.5), rgba(35, 183, 11, 0.5)), url(../img/index/slide03.png);
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card:hover:nth-child(4) .card-img .slide_04 {
  background: linear-gradient(0deg, rgba(35, 183, 11, 0.5), rgba(35, 183, 11, 0.5)), url(../img/index/slide04.png);
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0px 0px 30px 30px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  text-decoration: none;
  color: #000000;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-date {
  display: flex;
  padding: 0 0.85rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-date ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-date ul li {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0.2rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-date ul li:nth-child(1) {
  color: #4dae01;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-date ul li:nth-child(2) {
  list-style-type: disc;
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin-left: 1rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-descr {
  margin: 0.5rem 0;
  padding: 0 1rem;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-descr span {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.center .grid-limit .content-column .grid-column-p .gridcard-padding .card .card-text .card-descr span strong {
  font-weight: 700;
  color: #23B70B;
}
.center .grid-limit .content-column hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid black;
  top: 40px;
}
.center .grid-limit .content-column .flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.center .grid-limit .content-column .flex-container .reverse {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.center .grid-limit .content-column .flex-container .background_image_eyes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 539px;
  background: #f6fbf1;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .background_description_eyes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .title_eyes {
  width: 100%;
  font-family: "IBM Plex Sans KR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 65px;
  text-align: center;
  color: #186B34;
  mix-blend-mode: normal;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .title_eyes strong {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-weight: bolder;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .descrip_eyes {
  width: 90%;
  height: auto;
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: black;
  margin-bottom: 5rem;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .descrip_eyes strong {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: black;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn {
  position: relative;
  cursor: pointer;
  background: white;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton {
  width: 250px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton a.linkcmais {
  color: #fff;
  font-family: Inter-Regular;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton:hover {
  background: transparent;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(1) .gButton:hover .linkcmais {
  color: #23B70B;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton {
  background: #186B34;
  width: 250px;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton .icon:before {
  content: url("../img/ArrowFormwhite.png");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton a.linkcmais {
  color: #fff;
  font-family: Inter-Regular;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton:hover {
  background: #fff;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
  color: #264612;
  text-decoration: none;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 5px;
  width: 250px;
  height: 46px;
  border-radius: 10px;
  background: transparent;
  animation: 1s;
  transition: 0.1s;
  padding: 0 2px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #264612;
  text-decoration: none;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #fff;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .background_image_eyes .grid-job-btn .gButton:hover .linkcmais {
  color: #23B70B;
  text-decoration: underline;
}
.center .grid-limit .content-column .flex-container .img-eyes {
  display: block;
  position: absolute;
  background-image: url("../img/index/Mask_background_eyes_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 86%;
  right: 0;
}
.center .grid-limit .content-column .flex-container .pub_logo {
  background-image: url("../img/index/pub_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-left: 10rem;
  padding-right: 10rem;
  box-sizing: border-box;
  margin: 10rem 0;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title span {
  color: #fff;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(1) {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(2) {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  line-height: 7.25rem;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
  width: 32%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(3) strong {
  font-weight: bold;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn {
  position: relative;
  cursor: pointer;
  background: white;
  border-radius: 10px;
  margin: 3rem 0;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton {
  width: 250px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton a.linkcmais {
  color: #fff;
  font-family: Inter-Regular;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton:hover {
  background: transparent;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(1) .gButton:hover .linkcmais {
  color: #23B70B;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton {
  background: #186B34;
  width: 250px;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton .icon:before {
  content: url("../img/ArrowFormwhite.png");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton a.linkcmais {
  color: #fff;
  font-family: Inter-Regular;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton:hover {
  background: #fff;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
  color: #264612;
  text-decoration: none;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 5px;
  width: 250px;
  height: 46px;
  border-radius: 10px;
  background: transparent;
  animation: 1s;
  transition: 0.1s;
  padding: 0 2px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #264612;
  text-decoration: none;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #fff;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .pub_logo .pub_title .grid-job-btn .gButton:hover .linkcmais {
  color: #23B70B;
  text-decoration: underline;
}
.center .grid-limit .content-column .flex-container .other_pub_logo {
  background-image: url("../img/index/other_pub_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -10px;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .benefits_rpa {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  gap: 20px;
  width: 100%;
  padding: 0 0.25rem;
  height: 100%;
  box-sizing: border-box;
  bottom: 120px;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .title {
  display: flex;
  width: 235px;
  height: 60px;
  background: #186b34;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  padding: 0 1rem;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .title span {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  width: 50%;
  color: #ffffff;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .rpa_descript {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .rpa_descript span {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .rpa_descript .color {
  color: #1f442b;
  width: 90%;
  align-self: flex-start;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .rpa_descript img {
  width: 75px;
  height: 75px;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa {
  position: relative;
  cursor: pointer;
  background: white;
  align-self: center;
  top: -15px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 5px;
  width: 190px;
  height: 46px;
  border-radius: 10px;
  background: #7BAB11;
  animation: 1s;
  transition: 0.1s;
  padding: 0 2px;
  box-sizing: border-box;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton .icon:before {
  content: url("../img/ArrowFormwhite.png");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton:hover {
  background: transparent;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #fff;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton:hover .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.center .grid-limit .content-column .flex-container .benefits_rpa .grid_rpa .gButton:hover .linkcmais {
  color: #264612;
  text-decoration: none;
}
.center .grid-limit .content-column hr.hr-margin {
  margin-bottom: 5rem;
  padding: 0;
  top: -5px;
  left: 0;
  bottom: 0;
}

.grid-job-btn {
  position: relative;
  cursor: pointer;
  margin: 1.5rem 0 auto;
  box-sizing: border-box;
}
.grid-job-btn:nth-child(1) .gButton {
  width: 250px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.grid-job-btn:nth-child(1) .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.grid-job-btn:nth-child(1) .gButton a.linkcmais {
  color: #fff;
  font-family: Inter-Regular;
}
.grid-job-btn:nth-child(1) .gButton:hover {
  background: transparent;
}
.grid-job-btn:nth-child(1) .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.grid-job-btn:nth-child(1) .gButton:hover .linkcmais {
  color: #23B70B;
}
.grid-job-btn .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 5px;
  width: 250px;
  height: 46px;
  border-radius: 10px;
  background: #186B34;
  animation: 1s;
  transition: 0.1s;
  padding: 0 2px;
  box-sizing: border-box;
}
.grid-job-btn .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.grid-job-btn .gButton .icon:before {
  content: url("../img/ArrowFormwhite.png");
  background-size: contain;
}
.grid-job-btn .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.grid-job-btn .gButton:hover {
  background: transparent;
}
.grid-job-btn .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #fff;
}
.grid-job-btn .gButton:hover .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.grid-job-btn .gButton:hover .linkcmais {
  color: #264612;
  text-decoration: none;
}

.mais_posts {
  margin-left: auto;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  top: -10px;
}
.mais_posts .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 5px;
  width: 250px;
  height: 46px;
  border-radius: 10px;
  animation: 1s;
  transition: 0.1s;
  padding: 0 2px;
  box-sizing: border-box;
}
.mais_posts .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.mais_posts .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
.mais_posts .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #264612;
  text-decoration: none;
}
.mais_posts .gButton:hover {
  background: transparent;
}
.mais_posts .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #fff;
}
.mais_posts .gButton:hover .icon:before {
  content: url("../img/ArrowGreenBlog.svg");
  background-size: contain;
}
.mais_posts .gButton:hover .linkcmais {
  color: #23B70B;
  text-decoration: underline;
}

.modal_cookie {
  position: absolute;
  width: 403px;
  height: 190px;
  left: 40%;
  top: 17.9%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0px;
  z-index: 1000;
}
.modal_cookie .modal_body {
  display: grid;
  grid-template-columns: 108px 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 150px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.modal_cookie .modal_body .img_text {
  display: flex;
  width: 100%;
  height: 100%;
  top: -10px;
}
.modal_cookie .modal_body .modal_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.modal_cookie .modal_body .modal_text .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.modal_cookie .modal_body .modal_text p {
  width: 80%;
}
.modal_cookie .close {
  position: absolute;
  right: 1rem;
  top: 16px;
}
.modal_cookie .close span {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #888888;
}
.modal_cookie .modal_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 42px;
  top: -15px;
}
.modal_cookie .modal_btn button:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #c8c8c8;
  border: 1px solid #4a4a4a;
  border-radius: 10px 0px 0px 10px;
  box-sizing: border-box;
  width: 127px;
  height: 42px;
  cursor: pointer;
}
.modal_cookie .modal_btn button:nth-child(1):hover {
  background: #e5e5e5;
}
.modal_cookie .modal_btn button:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #d9d9d9;
  border: 1px solid #555555;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
  width: 127px;
  height: 42px;
  cursor: pointer;
}
.modal_cookie .modal_btn button:nth-child(2):hover {
  background: #e5e5e5;
}

.icoMouseDown {
  position: relative;
  top: 12px;
  left: 25px;
  width: 30px;
  height: 40px;
  background: url("../img/scrollDown-icon.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}

.icoMouseUp {
  background: url("../img/index/mouse_up.png") center no-repeat;
  top: 0;
  left: 0;
}

.icoMouseUp_white {
  background: url("../img/index/mouse_up_white.png") center no-repeat;
  top: 0;
  left: 0;
}

.button_smooth {
  display: block;
  position: absolute;
  bottom: 115px;
  left: 25px;
}
.button_smooth .icoMouseDown {
  top: 0;
  left: 0;
}

.top_smooth {
  display: block;
  position: absolute;
  right: 50px;
  top: 10px;
}

.button_smooth_top {
  bottom: 0;
}

#bloco_post {
  display: flex;
  flex-direction: column;
}

.modal_menu_home {
  display: none;
  position: fixed;
  width: 132px;
  height: 54px;
  bottom: 4.5rem;
  background: rgba(46, 46, 46, 0.9);
  border: 1px solid #d5d5d5;
  z-index: 1;
  border-radius: 20px;
  box-sizing: border-box;
  justify-self: center;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.modal_menu_home .menu_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
}
.modal_menu_home .menu_grid #btn-mobile_floating {
  display: flex;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  gap: 0.5rem;
}
.modal_menu_home .menu_grid #menu_flut {
  border-top: 3px solid;
  width: 33px;
  color: white;
}
.modal_menu_home .menu_grid #menu_flut::after,
.modal_menu_home .menu_grid #menu_flut::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background: white;
  margin-top: 5px;
  transition: 0.3s;
  position: relative;
}
.modal_menu_home .menu_grid.active #menu_flut {
  border-top: 0px solid;
  left: 12px;
}
.modal_menu_home .menu_grid.active #menu_flut::before {
  transform: rotate(135deg);
  width: 18px;
  background: #a6a6a6;
  height: 2px;
}
.modal_menu_home .menu_grid.active #menu_flut::after {
  transform: rotate(-135deg);
  top: -7.5px;
  width: 18px;
  background: #a6a6a6;
  height: 2px;
}
.modal_menu_home:hover {
  background: #23B70B;
}
.modal_menu_home:hover .menu_grid img {
  content: url("../img/index/white_menu_flut.png");
}

.union {
  display: block;
  position: fixed;
  width: 96.06px;
  bottom: 8rem;
  background: rgba(52, 52, 52, 0.9);
  visibility: hidden;
  overflow-y: hidden;
}
.union.active {
  height: 19px;
  visibility: visible;
  overflow-y: initial;
  justify-self: center;
  z-index: 1;
}

.menu_floating {
  display: block;
  position: fixed;
  width: 35%;
  height: 0px;
  background: #343434;
  opacity: 1;
  border-radius: 20px;
  z-index: 1000;
  visibility: hidden;
  overflow-y: hidden;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.menu_floating.active {
  bottom: 9rem;
  height: 91.62px;
  justify-self: center;
  visibility: visible;
  overflow-y: unset;
}
.menu_floating.active .menu_float_ul {
  display: flex;
  flex-direction: row;
  gap: 1px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.menu_floating.active .menu_float_ul li.item_float {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  height: 73px;
  background: #666666;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #adabab;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}
.menu_floating.active .menu_float_ul li.item_float .float {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
}
.menu_floating.active .menu_float_ul li.item_float .dnav_drop {
  display: none;
  position: absolute;
  bottom: 95px;
  width: 160px;
  height: auto;
  border: 2px solid #7bab11;
}
.menu_floating.active .menu_float_ul li.item_float .dnav_drop ul.nav_drop {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  height: auto;
}
.menu_floating.active .menu_float_ul li.item_float .dnav_drop ul.nav_drop li.item_drop {
  width: 100%;
  height: 30px;
  background: #355540;
  line-height: 30px;
  font-weight: lighter !important;
  padding: 0 10px;
}
.menu_floating.active .menu_float_ul li.item_float .dnav_drop ul.nav_drop li.item_drop:hover {
  background: #000000;
}
.menu_floating.active .menu_float_ul li.item_float .dnav_drop ul.nav_drop li.item_drop a {
  color: #fff;
  text-decoration: none;
}
.menu_floating.active .menu_float_ul li.item_float.active .dnav_drop {
  display: block;
  font-weight: lighter !important;
}
.menu_floating.active .menu_float_ul li.item_float.actived:nth-child(1) {
  height: 81px;
  background: #d9d9d9;
}
.menu_floating.active .menu_float_ul li.item_float.actived:nth-child(1) a {
  color: #0f0f0f;
  margin-top: 20px;
}
.menu_floating.active .menu_float_ul li.item_float.actived:nth-child(1) span.hr {
  width: 90%;
  height: 13px;
  background: #7bab11;
  top: 0;
}
.menu_floating.active .menu_float_ul li.item_float:nth-child(6) {
  background: #7bab11;
}
.menu_floating.active .menu_float_ul li.item_float .float > img {
  width: 20px;
  height: 20px;
}
.menu_floating.active .menu_float_ul li.item_float:hover {
  background: #28643c;
}
.menu_floating.active .menu_float_ul li.item_float .float > span.sp,
.menu_floating.active .menu_float_ul li.item_float .float > a {
  color: white;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  width: auto;
  height: auto;
}

.grid_column_margin {
  margin-top: 0 !important;
  height: auto !important;
  margin-bottom: 10rem !important;
  grid-row-gap: 5px !important;
}

.padding-margin {
  margin-bottom: 0 !important;
}

.margin_top_02 {
  margin-top: 3rem !important;
}

.grid_column_top {
  margin-bottom: 2rem !important;
  height: auto !important;
}

.input-search {
  display: none;
}

.responsive {
  display: none;
}

section.home {
  display: grid;
  grid-template-columns: 1fr;
  place-content: inherit;
  place-items: flex-start;
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100vh !important;
  padding: 0;
  /* Animação da BG Home */
  /* - */
}
section.home header {
  display: grid;
  grid-template-columns: 193px 1fr;
  position: absolute;
  width: 100%;
  height: 92px;
  z-index: 4;
}
section.home header .logo {
  position: relative;
  width: 193px;
  height: 100%;
}
section.home header .logo img {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.home header nav {
  position: relative;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
section.home header nav ul.Nav {
  display: grid;
  grid-template-columns: 1fr 120px 120px 120px 120px 120px 205px 120px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  position: relative;
  top: 48px;
  width: 100%;
  height: 40px;
}
section.home header nav ul.Nav .dNav {
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: #000000;
  text-decoration: none;
  align-items: left;
  cursor: pointer;
}
section.home header nav ul.Nav .dNav:before {
  content: "▾";
  display: none;
  position: absolute;
}
section.home header nav ul.Nav .dNav:hover {
  font-weight: bold;
  color: #186B34;
  text-decoration: underline;
}
section.home header nav ul.Nav .dNav:hover:before {
  display: inline-block;
  text-decoration: none;
  bottom: 8px;
}
section.home header nav ul.Nav .dNav:nth-child(2) {
  /* Sobre */
}
section.home header nav ul.Nav .dNav:nth-child(2):hover:before {
  left: -15px;
}
section.home header nav ul.Nav .dNav:nth-child(3) {
  /* Solucoes */
}
section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
  left: -15px;
}
section.home header nav ul.Nav .dNav:nth-child(4) {
  /* Cases */
}
section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
  left: -15px;
}
section.home header nav ul.Nav .dNav:nth-child(5) {
  /* Blog */
}
section.home header nav ul.Nav .dNav:nth-child(5):hover:before {
  display: none;
}
section.home header nav ul.Nav .dNav:nth-child(6) {
  /* Contato */
}
section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
  left: -15px;
}
section.home header nav ul.Nav li.Nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  position: relative;
  min-width: 100px;
  height: 100%;
  font-family: Inter-Regular;
  font-size: 18px;
}
section.home header nav ul.Nav li.Nav.procurar form {
  display: flex;
  position: relative;
  width: 205px;
  height: 100%;
}
section.home header nav ul.Nav li.Nav.procurar form input {
  position: relative;
  width: 155px;
  height: 29px;
  font-size: 1em;
  font-family: Inter-Regular;
  color: gray;
  background: transparent;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 10px;
}
section.home header nav ul.Nav li.Nav.procurar form input::-webkit-input-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:-moz-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input::-moz-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:-ms-input-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:focus {
  outline: none;
  background: #fff;
  color: #000000;
}
section.home header nav ul.Nav li.Nav.procurar form button.search {
  position: relative;
  width: 40px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
section.home header nav ul.Nav li.Nav.procurar form button.search:before {
  position: absolute;
  top: 5px;
  left: 10px;
  content: url("../img"/buscar "-black.svg") !important;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais {
  display: grid;
  grid-template-columns: 1fr 30px 30px 30px 1fr;
  -moz-column-gap: 2px;
       column-gap: 2px;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  background: #757474;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Facebook {
  background: url("../img/facebook.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Twitter {
  background: url("../img/twitter.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Instagram {
  background: url("../img/instagram.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav a {
  color: currentColor;
  text-decoration: none;
}
section.home header nav ul.Nav .dropdown {
  display: none;
  position: absolute;
  top: 40px;
  width: 180px;
  height: auto;
}
section.home header nav ul.Nav .dropdown ul.dpd {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3px;
  position: relative;
  width: 100%;
  height: auto;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd {
  position: relative;
  width: calc(100% - 10px);
  height: 30px;
  background: #355540;
  line-height: 30px;
  font-weight: lighter !important;
  padding: 0 10px;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd:hover {
  background: #000000;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
section.home header nav ul.Nav .dNav:hover .dropdown {
  display: block;
  font-weight: lighter !important;
}
section.home .content {
  position: relative;
  width: 100%;
  height: 100%;
}
section.home .content.backgradient {
  background: linear-gradient(327deg, #009e77, #242424, #009e77);
  background-size: 400% 400%;
  animation: HomeBackGradient 30s ease infinite;
}
section.home .content .contentBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: calc(100% - 61px);
  background: url("../img/index/flyer_home.gif") center no-repeat;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
  animation: bgBlur 30s ease infinite;
  opacity: 0.8;
  z-index: 1;
}
section.home .content .contentView {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  z-index: 2;
}
section.home .content .contentView .womanBg {
  position: absolute;
  left: 115px;
  bottom: 0;
  min-width: 290px;
  width: 30vw;
  min-height: 492px;
  height: 90vh;
  background: url("../img/woman_background.svg") bottom left no-repeat;
  background-size: contain;
  z-index: 3;
}
section.home .content .contentView .contentMain {
  display: grid;
  grid-template-columns: 30vw 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.home .content .contentView .contentMain .colR h1.you4ever {
  position: relative;
  left: calc(50% - 253px);
  font-family: "IBM Plex Sans KR", sans-serif;
  width: 605px;
  height: 100px;
  color: #000000;
  font-size: 70px;
  margin: 0.67em 0;
  mix-blend-mode: normal;
}
section.home .content .contentView .contentMain .colR h1.you4ever .divElementHr {
  display: block;
  position: absolute;
  top: calc(50% + 29px);
  right: 20%;
  width: calc(10vw + 705px);
  height: 1px;
  background-color: #0e0e0e;
  z-index: 2;
}
section.home .content .contentView .contentMain .colR p.youDesc {
  position: relative;
  top: -50px;
  width: 605px;
  height: 105px;
  color: #1F442B;
  font-size: 20px;
  margin: 0.67em 0;
  line-height: 24px;
  text-align: center;
  font-family: Inter;
}
section.home .content .contentView .contentMain .colR .conhecermais {
  display: grid;
  grid-template-columns: 1fr 230px;
  position: absolute;
  left: calc(50% - 236px);
  top: 240px;
  max-width: 458px;
  width: 458px;
  height: 46px;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton {
  display: grid;
  grid-template-columns: 55px 1fr;
  width: 238px;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  animation: 0.5s;
  transition: 0.5s;
  padding: 0 5px;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 2s;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon:before {
  content: url("../img/ArrowRight.svg");
  background-size: contain;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton a.linkcmais {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #264612;
  text-decoration: none;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon {
  transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  color: #23B70B;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon:before {
  content: url("../img/index/arrow_indexHome.png");
  background-size: contain;
}
section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .linkcmais {
  color: #23B70B;
  text-decoration: underline;
}
section.home .content .contentView .footer {
  display: grid;
  grid-template-columns: 193px 1fr;
  position: relative;
  top: -61px;
  width: 100%;
  max-height: 61px;
  height: 61px;
  background-color: #000000;
  color: #fff;
  z-index: 1;
}
section.home .content .contentView .footer .icoMouseDown {
  position: relative;
  top: 12px;
  left: 25px;
  width: 30px;
  height: 40px;
  background: url("../img/scrollDown-icon.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
section.home .content .contentView .footer .barNavFooter {
  display: grid;
  grid-template-columns: 400px 1fr;
  position: relative;
  width: 100%;
  max-height: 61px;
  height: 61px;
  z-index: 1;
}
section.home .content .contentView .footer .barNavFooter ul {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 800px;
  height: 61px;
  list-style: none;
  padding-right: 20px;
  z-index: 1;
  gap: 35px;
  justify-content: center;
}
section.home .content .contentView .footer .barNavFooter ul a {
  width: 17%;
  text-decoration: none;
}
section.home .content .contentView .footer .barNavFooter ul a:hover li.linkNavFooter span {
  color: #7bab11;
}
section.home .content .contentView .footer .barNavFooter ul a:hover li.linkNavFooter .iconLeft.Consultoria {
  background: url("../img/index/Consult_green.png") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul a:hover li.linkNavFooter .iconLeft.Integracao {
  background: url("../img/index/integration_green.png") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul a:hover li.linkNavFooter .iconLeft.Implantacao {
  background: url("../img/index/implantation_green.png") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul a:hover li.linkNavFooter .iconLeft.Tercerizacao {
  background: url("../img/index/Terceirization_green.png") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  min-width: 120px;
  height: 61px;
  color: white;
  padding-left: 37px;
  line-height: 61px;
}
section.home .content .contentView .footer .barNavFooter ul li span.visible {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
section.home .content .contentView .footer .barNavFooter ul li .iconLeft {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  max-height: 61px;
  height: 61px;
}
section.home .content .contentView .footer .barNavFooter ul li .iconLeft.Consultoria {
  background: url("../img/consultoria-icon.svg") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul li .iconLeft.Integracao {
  background: url("../img/integração-icon.svg") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul li .iconLeft.Implantacao {
  background: url("../img/implantacao-icon.svg") center no-repeat;
  background-size: contain;
}
section.home .content .contentView .footer .barNavFooter ul li .iconLeft.Tercerizacao {
  background: url("../img/terceirizacao-icon.svg") center no-repeat;
  background-size: contain;
}
@keyframes HomeBackGradient {
  0% {
    background-position: 11% 0%;
  }
  50% {
    background-position: 90% 100%;
  }
  100% {
    background-position: 11% 0%;
  }
}
@keyframes bgBlur {
  0% {
    filter: blur(2px);
  }
  50% {
    filter: blur(0);
  }
  100% {
    filter: blur(2px);
  }
}

.button-rpa {
  display: none;
}

.youMobile {
  display: none;
}

@media only screen and (max-width: 575px) {
  .menu_floating {
    width: 100vw;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .menu_floating .menu_float_ul .item_float {
    border-radius: 10px 10px 8px 8px !important;
  }
  .menu_floating .menu_float_ul .item_float .float {
    padding: 0 0.2rem;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop {
    right: 0;
    width: 170px;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .responsive {
    display: block !important;
  }
  .grid_column_top {
    margin: 1rem 0 !important;
  }
  .mais_posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .grid-job-btn {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .img-eyes {
    background-image: url("../img/index/Mask_background_mobile.png") !important;
    background-size: cover !important;
    background-position: center !important;
    top: -35px;
  }
  .img-eyes .button-rpa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 105px;
  }
  .img-eyes .button-rpa a.rpa {
    display: flex;
    align-items: center;
    width: 323px;
    height: 55px;
    background: #7bab11;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .img-eyes .button-rpa a.rpa span {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  section.home {
    margin-bottom: 80px;
  }
  section.home .content .contentBg {
    background-position-x: center !important;
  }
  section.home .content .contentView .contentMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    top: -115px !important;
    width: 85% !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: auto;
  }
  section.home .content .contentView .contentMain .colR .youMobile {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR .youMobile .youtext {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    mix-blend-mode: normal;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0 !important;
    left: 0;
  }
  section.home .content .contentView .contentMain .colR .youMobile .you-hr {
    width: 100%;
    border-bottom: 1px solid #0e0e0e;
  }
  section.home .content .contentView .contentMain .colR p.youDesc {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    text-align: end;
    padding: 0 !important;
    padding-left: 1rem !important;
    margin: 0 !important;
    left: 0 !important;
    color: #1f442b;
  }
  section.home .content .contentView .contentMain .colR .conhecermais {
    display: grid;
    grid-template-columns: 1fr 238px;
    position: relative;
    left: 0 !important;
    top: 0;
    max-width: 458px;
    width: 100%;
    height: 46px;
    margin-left: auto;
    padding: 0 !important;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton {
    display: grid;
    grid-template-columns: 55px 1fr;
    width: 238px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    animation: 0.5s;
    transition: 0.5s;
    padding: 0 5px;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 2s;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon:before {
    content: url("../img/ArrowRight.svg");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton a.linkcmais {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #264612;
    text-decoration: none;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon {
    transform: translate(1em, 0);
    -webkit-transform: translate(1em, 0);
    -moz-transform: translate(1em, 0);
    -o-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    color: #23B70B;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon:before {
    content: url("../img/index/arrow_indexHome.png");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .linkcmais {
    color: #23B70B;
    text-decoration: underline;
  }
  section.home .content .contentView .womanBg {
    left: 25px;
    min-width: 250px;
    width: calc(30vw - 150px);
    min-height: auto !important;
    height: 50vh;
    animation: 0.8s;
    transition: 0.8s;
  }
  section.home .content .contentView .womanBg.active {
    left: -50px !important;
  }
  section.home .content .contentView .footer {
    display: flex !important;
    flex-direction: row;
  }
  section.home .content .contentView .footer .barNavFooter {
    grid-template-columns: 1fr !important;
  }
  section.home .content .contentView .footer .menu-lateral {
    display: flex;
    position: absolute;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    width: 69px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 50px;
    padding: 1rem 0;
    cursor: pointer;
    z-index: 2;
  }
  section.home .content .contentView .footer .menu-lateral.active {
    left: 190px;
  }
  section.home .content .contentView .footer .menu-lateral a {
    display: flex;
  }
  section.home .content .contentView .footer .menu-lateral img.changed {
    content: url("../img/index/Arrow_mobile02.png");
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul {
    width: calc(99vw - 128px);
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul a li.linkNavFooter span {
    display: block;
    text-align: start;
    width: 100px;
  }
  section.home .content .contentView .menuNavFooter {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 69px;
    height: auto;
    bottom: 60px;
    right: 0;
    z-index: 4;
    transition: 0.8s;
    animation: 0.8s;
  }
  section.home .content .contentView .menuNavFooter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* min-width: 100%; */
    width: 100%;
    height: auto;
    margin-left: auto;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter {
    width: 100%;
    height: 69px;
    background: black;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: auto;
    cursor: pointer;
    background: black;
    text-decoration: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .visible {
    display: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .iconLeft {
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    width: 32px;
    max-height: 69px;
    height: 69px;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .iconLeft.Consultoria {
    background: url("../img/consultoria-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .iconLeft.Integracao {
    background: url("../img/integração-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .iconLeft.Implantacao {
    background: url("../img/implantacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter div.navlink .iconLeft.Tercerizacao {
    background: url("../img/terceirizacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter.active {
    width: calc(99vw - 70px);
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter div.navlink {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    padding: 0 1.25rem;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter div.navlink .visible {
    display: flex;
    gap: 10px;
    text-align: start;
    width: auto;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter div.navlink .visible a {
    color: white;
    text-decoration: none;
  }
  .content-column {
    top: 0 !important;
    max-width: 100vw !important;
  }
  .content-column .grid-column-p {
    margin: 0.65rem 0 !important;
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief {
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief {
    display: flex !important;
    flex-direction: column-reverse;
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief {
    display: flex !important;
    flex-direction: column;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 55px 90px !important;
    gap: 15px;
    width: 50vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanTitle {
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanText {
    width: 90vw !important;
    text-align: start;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg {
    width: 92vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg img {
    width: 100%;
    height: auto;
  }
  .content-column .gridcard-padding {
    place-items: center !important;
    padding: 0 !important;
  }
  .content-column hr {
    width: 100% !important;
    box-sizing: border-box;
  }
  .content-column .flex-container {
    flex-direction: column-reverse !important;
  }
  .content-column .flex-container .reverse {
    margin: 0 !important;
  }
  .content-column .flex-container .pub_logo {
    margin-bottom: 1rem !important;
  }
  .content-column .flex-container .benefits_rpa {
    flex-direction: column !important;
    bottom: 0 !important;
    gap: 30px !important;
  }
  .content-column .flex-container .benefits_rpa .title {
    width: 100% !important;
    justify-content: center !important;
    background: transparent !important;
  }
  .content-column .flex-container .benefits_rpa .title span {
    width: 100% !important;
    text-align: center !important;
    color: black !important;
  }
  .content-column .flex-container .benefits_rpa .rpa_descript .color {
    width: 50% !important;
    align-self: center !important;
  }
  .content-column .flex-container .benefits_rpa .grid_rpa {
    top: 0 !important;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .content-column .flex-container .pub_logo {
    height: auto !important;
    padding: 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title {
    padding: 0 1rem !important;
    margin: 5rem 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(1) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(2) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 100% !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #ffffff;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) strong {
    font-weight: 700;
  }
  .content-column .flex-container .background_image_eyes {
    flex-direction: column;
    height: auto !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes {
    width: 100% !important;
    gap: 30px !important;
    padding: 2.75rem 1.5rem !important;
    box-sizing: border-box;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .title_eyes {
    font-size: 2.5rem !important;
    line-height: 40px !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .descrip_eyes {
    width: 100% !important;
    margin-bottom: 2rem !important;
    text-align: justify !important;
  }
  .content-column .flex-container .img-eyes {
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    height: 30rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768.99px) {
  .menu_floating {
    width: 100vw;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .menu_floating .menu_float_ul .item_float {
    border-radius: 10px 10px 8px 8px !important;
  }
  .menu_floating .menu_float_ul .item_float .float {
    padding: 0 0.2rem;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop {
    right: 0;
    width: 170px;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .responsive {
    display: block !important;
  }
  .grid_column_top {
    margin: 1rem 0 !important;
  }
  .mais_posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .grid-job-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .img-eyes {
    background-image: url("../img/index/Mask_background_mobile.png") !important;
    background-size: cover !important;
    background-position: center !important;
    top: -35px;
  }
  .img-eyes .button-rpa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 105px;
  }
  .img-eyes .button-rpa a.rpa {
    display: flex;
    align-items: center;
    width: 323px;
    height: 55px;
    background: #7bab11;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .img-eyes .button-rpa a.rpa span {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  section.home .content .contentBg {
    background-position-x: center !important;
  }
  section.home .content .contentView .contentMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    top: -100px !important;
    width: 85% !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: auto;
  }
  section.home .content .contentView .contentMain .colR .youMobile {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR .youMobile .youtext {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0 !important;
    left: 0;
  }
  section.home .content .contentView .contentMain .colR .youMobile .you-hr {
    width: 100%;
    border-bottom: 1px solid #0e0e0e;
  }
  section.home .content .contentView .contentMain .colR p.youDesc {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    text-align: end;
    padding: 0 !important;
    padding-left: 2rem !important;
    margin: 0 !important;
    left: 0 !important;
    color: #1f442b;
  }
  section.home .content .contentView .contentMain .colR .conhecermais {
    display: grid;
    grid-template-columns: 1fr 238px;
    position: relative;
    left: 0 !important;
    top: 0;
    max-width: 458px;
    width: 100%;
    height: 46px;
    margin-left: auto;
    padding: 0 !important;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton {
    display: grid;
    grid-template-columns: 55px 1fr;
    width: 238px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    animation: 0.5s;
    transition: 0.5s;
    padding: 0 5px;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 2s;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon:before {
    content: url("../img/ArrowRight.svg");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton a.linkcmais {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #264612;
    text-decoration: none;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon {
    transform: translate(1em, 0);
    -webkit-transform: translate(1em, 0);
    -moz-transform: translate(1em, 0);
    -o-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    color: #23B70B;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon:before {
    content: url("../img/index/arrow_indexHome.png");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .linkcmais {
    color: #23B70B;
    text-decoration: underline;
  }
  section.home .content .contentView .womanBg {
    left: 25px;
    min-width: 250px;
    width: calc(30vw - 150px);
    min-height: 470px;
    height: 53vh;
    animation: 0.8s;
    transition: 0.8s;
  }
  section.home .content .contentView .womanBg.active {
    left: -50px !important;
  }
  section.home .content .contentView .footer {
    display: flex !important;
    flex-direction: row;
  }
  section.home .content .contentView .footer .barNavFooter {
    grid-template-columns: 1fr !important;
  }
  section.home .content .contentView .footer .menu-lateral {
    display: flex;
    position: absolute;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    width: 69px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 50px;
    padding: 1rem 0;
    cursor: pointer;
    z-index: 2;
  }
  section.home .content .contentView .footer .menu-lateral.active {
    left: 190px;
  }
  section.home .content .contentView .footer .menu-lateral a {
    display: flex;
  }
  section.home .content .contentView .footer .menu-lateral img.changed {
    content: url("../img/index/Arrow_mobile02.png");
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul {
    width: calc(99vw - 128px);
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul a li.linkNavFooter span {
    display: block;
    text-align: start;
    width: 100px;
  }
  section.home .content .contentView .menuNavFooter {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 69px;
    height: auto;
    bottom: 60px;
    right: 0;
    z-index: 4;
    transition: 0.8s;
    animation: 0.8s;
  }
  section.home .content .contentView .menuNavFooter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* min-width: 100%; */
    width: 100%;
    height: auto;
    margin-left: auto;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter {
    width: 100%;
    height: 69px;
    background: black;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    text-decoration: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .visible {
    display: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft {
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    width: 32px;
    max-height: 69px;
    height: 69px;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Consultoria {
    background: url("../img/consultoria-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Integracao {
    background: url("../img/integração-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Implantacao {
    background: url("../img/implantacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Tercerizacao {
    background: url("../img/terceirizacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter.active {
    width: calc(99vw - 70px);
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    padding: 0 1.25rem;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a .visible {
    display: flex;
    gap: 10px;
    text-align: start;
    width: auto;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .content-column {
    top: 0 !important;
    max-width: 100vw !important;
  }
  .content-column .grid-column-p {
    margin: 0.65rem 0 !important;
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief {
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief {
    display: flex !important;
    flex-direction: column-reverse;
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief {
    display: flex !important;
    flex-direction: column;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 55px 90px !important;
    gap: 15px;
    width: 50vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanTitle {
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanText {
    width: 90vw !important;
    text-align: start;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg {
    width: 92vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg img {
    width: 100%;
    height: auto;
  }
  .content-column .gridcard-padding {
    place-items: center !important;
    padding: 0 !important;
  }
  .content-column hr {
    width: 100% !important;
    box-sizing: border-box;
  }
  .content-column .flex-container {
    flex-direction: column-reverse !important;
  }
  .content-column .flex-container .benefits_rpa {
    flex-direction: column !important;
    bottom: 0 !important;
  }
  .content-column .flex-container .benefits_rpa .title {
    width: 100% !important;
    justify-content: center !important;
    background: transparent !important;
  }
  .content-column .flex-container .benefits_rpa .title span {
    width: 100% !important;
    text-align: center !important;
    color: black !important;
  }
  .content-column .flex-container .benefits_rpa .rpa_descript .color {
    width: 50% !important;
    align-self: center !important;
  }
  .content-column .flex-container .benefits_rpa .grid_rpa {
    top: 0 !important;
    margin-bottom: 3rem;
  }
  .content-column .flex-container .pub_logo {
    height: auto !important;
    padding: 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title {
    padding: 0 1rem !important;
    margin: 5rem 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(1) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(2) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 100% !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #ffffff;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) strong {
    font-weight: 700;
  }
  .content-column .flex-container .background_image_eyes {
    flex-direction: column;
    height: auto !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes {
    width: 100% !important;
    padding: 1rem 1rem !important;
    box-sizing: border-box;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .title_eyes {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .descrip_eyes {
    width: 100% !important;
    margin-bottom: 2rem !important;
    text-align: justify !important;
  }
  .content-column .flex-container .img-eyes {
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    height: 60vh !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .menu_floating {
    width: 100vw;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .menu_floating .menu_float_ul .item_float {
    border-radius: 10px 10px 8px 8px !important;
  }
  .menu_floating .menu_float_ul .item_float .float {
    padding: 0 0.2rem;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop {
    right: 0;
    width: 170px;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .responsive {
    display: block !important;
  }
  .grid_column_top {
    margin: 1rem 0 !important;
  }
  .mais_posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .grid-job-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .img-eyes {
    background-image: url("../img/index/Mask_background_mobile.png") !important;
    background-size: cover !important;
    background-position: center !important;
    top: -35px;
  }
  .img-eyes .button-rpa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 105px;
  }
  .img-eyes .button-rpa a.rpa {
    display: flex;
    align-items: center;
    width: 323px;
    height: 55px;
    background: #7bab11;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .img-eyes .button-rpa a.rpa span {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  section.home .content .contentBg {
    background-position-x: center !important;
  }
  section.home .content .contentView .contentMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    top: -100px !important;
    width: 85% !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: auto;
  }
  section.home .content .contentView .contentMain .colR .youMobile {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR .youMobile .youtext {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0 !important;
    left: 0;
  }
  section.home .content .contentView .contentMain .colR .youMobile .you-hr {
    width: 100%;
    border-bottom: 1px solid #0e0e0e;
  }
  section.home .content .contentView .contentMain .colR p.youDesc {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    text-align: end;
    padding: 0 !important;
    padding-left: 2rem !important;
    margin: 0 !important;
    left: 0 !important;
    color: #1f442b;
  }
  section.home .content .contentView .contentMain .colR .conhecermais {
    display: grid;
    grid-template-columns: 1fr 238px;
    position: relative;
    left: 0 !important;
    top: 0;
    max-width: 458px;
    width: 100%;
    height: 46px;
    margin-left: auto;
    padding: 0 !important;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton {
    display: grid;
    grid-template-columns: 55px 1fr;
    width: 238px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    animation: 0.5s;
    transition: 0.5s;
    padding: 0 5px;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 2s;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon:before {
    content: url("../img/ArrowRight.svg");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton a.linkcmais {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #264612;
    text-decoration: none;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon {
    transform: translate(1em, 0);
    -webkit-transform: translate(1em, 0);
    -moz-transform: translate(1em, 0);
    -o-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    color: #23B70B;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon:before {
    content: url("../img/index/arrow_indexHome.png");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .linkcmais {
    color: #23B70B;
    text-decoration: underline;
  }
  section.home .content .contentView .womanBg {
    left: 25px;
    min-width: 250px;
    width: calc(30vw - 150px);
    min-height: 470px;
    height: 53vh;
    animation: 0.8s;
    transition: 0.8s;
  }
  section.home .content .contentView .womanBg.active {
    left: -50px !important;
  }
  section.home .content .contentView .footer {
    display: flex !important;
    flex-direction: row;
  }
  section.home .content .contentView .footer .barNavFooter {
    grid-template-columns: 1fr !important;
  }
  section.home .content .contentView .footer .menu-lateral {
    display: flex;
    position: absolute;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    width: 69px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 50px;
    padding: 1rem 0;
    cursor: pointer;
    z-index: 2;
  }
  section.home .content .contentView .footer .menu-lateral.active {
    left: 190px;
  }
  section.home .content .contentView .footer .menu-lateral a {
    display: flex;
  }
  section.home .content .contentView .footer .menu-lateral img.changed {
    content: url("../img/index/Arrow_mobile02.png");
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul {
    width: calc(99vw - 128px);
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul a li.linkNavFooter span {
    display: block;
    text-align: start;
    width: 100px;
  }
  section.home .content .contentView .menuNavFooter {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 69px;
    height: auto;
    bottom: 60px;
    right: 0;
    z-index: 4;
    transition: 0.8s;
    animation: 0.8s;
  }
  section.home .content .contentView .menuNavFooter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* min-width: 100%; */
    width: 100%;
    height: auto;
    margin-left: auto;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter {
    width: 100%;
    height: 69px;
    background: black;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    text-decoration: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .visible {
    display: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft {
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    width: 32px;
    max-height: 69px;
    height: 69px;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Consultoria {
    background: url("../img/consultoria-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Integracao {
    background: url("../img/integração-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Implantacao {
    background: url("../img/implantacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Tercerizacao {
    background: url("../img/terceirizacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter.active {
    width: calc(99vw - 70px);
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    padding: 0 1.25rem;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a .visible {
    display: flex;
    gap: 10px;
    text-align: start;
    width: auto;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .content-column {
    top: 0 !important;
    max-width: 100vw !important;
  }
  .content-column .grid-column-p {
    margin: 0.65rem 0 !important;
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief {
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief {
    display: flex !important;
    flex-direction: column-reverse;
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief {
    display: flex !important;
    flex-direction: column;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 55px 90px !important;
    gap: 15px;
    width: 50vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanTitle {
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanText {
    width: 90vw !important;
    text-align: start;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg {
    width: 92vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg img {
    width: 100%;
    height: auto;
  }
  .content-column .gridcard-padding {
    place-items: center !important;
    padding: 0 !important;
  }
  .content-column hr {
    width: 100% !important;
    box-sizing: border-box;
  }
  .content-column .flex-container {
    flex-direction: column-reverse !important;
  }
  .content-column .flex-container .benefits_rpa {
    flex-direction: column !important;
    bottom: 0 !important;
  }
  .content-column .flex-container .benefits_rpa .title {
    width: 100% !important;
    justify-content: center !important;
    background: transparent !important;
  }
  .content-column .flex-container .benefits_rpa .title span {
    width: 100% !important;
    text-align: center !important;
    color: black !important;
  }
  .content-column .flex-container .benefits_rpa .rpa_descript .color {
    width: 50% !important;
    align-self: center !important;
  }
  .content-column .flex-container .benefits_rpa .grid_rpa {
    top: 0 !important;
    margin-bottom: 3rem;
  }
  .content-column .flex-container .pub_logo {
    height: auto !important;
    padding: 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title {
    padding: 0 1rem !important;
    margin: 5rem 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(1) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(2) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 100% !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #ffffff;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) strong {
    font-weight: 700;
  }
  .content-column .flex-container .background_image_eyes {
    flex-direction: column;
    height: auto !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes {
    width: 100% !important;
    padding: 1rem 1rem !important;
    box-sizing: border-box;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .title_eyes {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .descrip_eyes {
    width: 100% !important;
    margin-bottom: 2rem !important;
    text-align: justify !important;
  }
  .content-column .flex-container .img-eyes {
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    height: 60vh !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .menu_floating {
    width: 100vw;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .menu_floating .menu_float_ul .item_float {
    border-radius: 10px 10px 8px 8px !important;
  }
  .menu_floating .menu_float_ul .item_float .float {
    padding: 0 0.2rem;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop {
    right: 0;
    width: 170px;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float:nth-child(6) .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop {
    align-items: center;
    justify-content: center;
  }
  .menu_floating.active .menu_float_ul li.item_float .dnav_drop .nav_drop .item_drop {
    height: 100% !important;
  }
  .responsive {
    display: block !important;
  }
  .grid_column_top {
    margin: 1rem 0 !important;
  }
  .mais_posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .grid-job-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .img-eyes {
    background-image: url("../img/index/Mask_background_mobile.png") !important;
    background-size: cover !important;
    background-position: center !important;
    top: -35px;
  }
  .img-eyes .button-rpa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 105px;
  }
  .img-eyes .button-rpa a.rpa {
    display: flex;
    align-items: center;
    width: 323px;
    height: 55px;
    background: #7bab11;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .img-eyes .button-rpa a.rpa span {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  section.home .content .contentBg {
    background-position-x: center !important;
  }
  section.home .content .contentView .contentMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    top: -100px !important;
    width: 85% !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: auto;
  }
  section.home .content .contentView .contentMain .colR .youMobile {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  section.home .content .contentView .contentMain .colR .youMobile .youtext {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0 !important;
    left: 0;
  }
  section.home .content .contentView .contentMain .colR .youMobile .you-hr {
    width: 100%;
    border-bottom: 1px solid #0e0e0e;
  }
  section.home .content .contentView .contentMain .colR p.youDesc {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    text-align: end;
    padding: 0 !important;
    padding-left: 2rem !important;
    margin: 0 !important;
    left: 0 !important;
    color: #1f442b;
  }
  section.home .content .contentView .contentMain .colR .conhecermais {
    display: grid;
    grid-template-columns: 1fr 238px;
    position: relative;
    left: 0 !important;
    top: 0;
    max-width: 458px;
    width: 100%;
    height: 46px;
    margin-left: auto;
    padding: 0 !important;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton {
    display: grid;
    grid-template-columns: 55px 1fr;
    width: 238px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    animation: 0.5s;
    transition: 0.5s;
    padding: 0 5px;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: start;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 2s;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton .icon:before {
    content: url("../img/ArrowRight.svg");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton a.linkcmais {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #264612;
    text-decoration: none;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon {
    transform: translate(1em, 0);
    -webkit-transform: translate(1em, 0);
    -moz-transform: translate(1em, 0);
    -o-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    color: #23B70B;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .icon:before {
    content: url("../img/index/arrow_indexHome.png");
    background-size: contain;
  }
  section.home .content .contentView .contentMain .colR .conhecermais .gButton:hover .linkcmais {
    color: #23B70B;
    text-decoration: underline;
  }
  section.home .content .contentView .womanBg {
    left: 25px;
    min-width: 250px;
    width: calc(30vw - 150px);
    min-height: 470px;
    height: 53vh;
    animation: 0.8s;
    transition: 0.8s;
  }
  section.home .content .contentView .womanBg.active {
    left: -50px !important;
  }
  section.home .content .contentView .footer {
    display: flex !important;
    flex-direction: row;
  }
  section.home .content .contentView .footer .barNavFooter {
    grid-template-columns: 1fr !important;
  }
  section.home .content .contentView .footer .menu-lateral {
    display: flex;
    position: absolute;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    width: 69px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 50px;
    padding: 1rem 0;
    cursor: pointer;
    z-index: 2;
  }
  section.home .content .contentView .footer .menu-lateral.active {
    left: 190px;
  }
  section.home .content .contentView .footer .menu-lateral a {
    display: flex;
  }
  section.home .content .contentView .footer .menu-lateral img.changed {
    content: url("../img/index/Arrow_mobile02.png");
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul {
    width: calc(99vw - 128px);
  }
  section.home .content .contentView .footer .menu-lateral.active ~ .barNavFooter ul a li.linkNavFooter span {
    display: block;
    text-align: start;
    width: 100px;
  }
  section.home .content .contentView .menuNavFooter {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 69px;
    height: auto;
    bottom: 60px;
    right: 0;
    z-index: 4;
    transition: 0.8s;
    animation: 0.8s;
  }
  section.home .content .contentView .menuNavFooter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* min-width: 100%; */
    width: 100%;
    height: auto;
    margin-left: auto;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter {
    width: 100%;
    height: 69px;
    background: black;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    text-decoration: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .visible {
    display: none;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft {
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    width: 32px;
    max-height: 69px;
    height: 69px;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Consultoria {
    background: url("../img/consultoria-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Integracao {
    background: url("../img/integração-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Implantacao {
    background: url("../img/implantacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter ul li.linkNavFooter a .iconLeft.Tercerizacao {
    background: url("../img/terceirizacao-icon.svg") center no-repeat;
    background-size: contain;
  }
  section.home .content .contentView .menuNavFooter.active {
    width: calc(99vw - 70px);
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    padding: 0 1.25rem;
  }
  section.home .content .contentView .menuNavFooter.active ul li.linkNavFooter a .visible {
    display: flex;
    gap: 10px;
    text-align: start;
    width: auto;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .content-column {
    top: 0 !important;
    max-width: 100vw !important;
  }
  .content-column .grid-column-p {
    margin: 0.65rem 0 !important;
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief {
    padding: 0 !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief {
    display: flex !important;
    flex-direction: column-reverse;
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief {
    display: flex !important;
    flex-direction: column;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 55px 90px !important;
    gap: 15px;
    width: 50vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanTitle {
    width: 90vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .spanText {
    width: 90vw !important;
    text-align: start;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg {
    width: 92vw !important;
  }
  .content-column .grid-column-p .gridBrief .gridtextBrief .gridVideoImg img {
    width: 100%;
    height: auto;
  }
  .content-column .gridcard-padding {
    place-items: center !important;
    padding: 0 !important;
  }
  .content-column hr {
    width: 100% !important;
    box-sizing: border-box;
  }
  .content-column .flex-container {
    flex-direction: column-reverse !important;
  }
  .content-column .flex-container .benefits_rpa {
    flex-direction: column !important;
    bottom: 0 !important;
  }
  .content-column .flex-container .benefits_rpa .title {
    width: 100% !important;
    justify-content: center !important;
    background: transparent !important;
  }
  .content-column .flex-container .benefits_rpa .title span {
    width: 100% !important;
    text-align: center !important;
    color: black !important;
  }
  .content-column .flex-container .benefits_rpa .rpa_descript .color {
    width: 50% !important;
    align-self: center !important;
  }
  .content-column .flex-container .benefits_rpa .grid_rpa {
    top: 0 !important;
    margin-bottom: 3rem;
  }
  .content-column .flex-container .pub_logo {
    height: auto !important;
    padding: 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title {
    padding: 0 1rem !important;
    margin: 5rem 0 !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(1) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(2) {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 100% !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #ffffff;
  }
  .content-column .flex-container .pub_logo .pub_title span:nth-child(3) strong {
    font-weight: 700;
  }
  .content-column .flex-container .background_image_eyes {
    flex-direction: column;
    height: auto !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes {
    width: 100% !important;
    padding: 1rem 1rem !important;
    box-sizing: border-box;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .title_eyes {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
  .content-column .flex-container .background_image_eyes .background_description_eyes .descrip_eyes {
    width: 100% !important;
    margin-bottom: 2rem !important;
    text-align: justify !important;
  }
  .content-column .flex-container .img-eyes {
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    height: 60vh !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  section.home .content .contentView .contentMain .colR h1.you4ever {
    left: calc(45% - 253px) !important;
  }
  section.home .content .contentView .contentMain .colR h1.you4ever .divElementHr {
    right: 35%;
    width: calc(25vw + 300px);
  }
  section.home .content .contentView .contentMain .colR p.youDesc {
    width: 69% !important;
  }
  section.home .content .contentView .contentMain .colR .conhecermais {
    left: 0;
  }
  section.home .content .contentView .footer .barNavFooter {
    width: 100%;
  }
  section.home .content .contentView .footer .barNavFooter ul {
    min-width: 50vw;
  }
  section.home .content .contentView .footer .barNavFooter ul a li.linkNavFooter {
    min-width: 14vw;
  }
  section.home header nav ul.Nav .dNav:nth-child(2) {
    /* Sobre */
  }
  section.home header nav ul.Nav .dNav:nth-child(2):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(3) {
    /* Solucoes */
  }
  section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
    left: -5px;
  }
  section.home header nav ul.Nav .dNav:nth-child(4) {
    /* Cases */
  }
  section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(6) {
    /* Contato */
  }
  section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
    left: 0;
  }
  .center .grid-limit .content-column {
    max-width: 100vw;
  }
  .center .grid-limit .content-column .grid-column-p {
    padding-left: 0;
    padding-right: 0;
  }
  .center .grid-limit .content-column .grid-column-p .gridcard-padding {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 65px 90px;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title {
    padding-left: 0;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  section.home .content .contentView .footer .barNavFooter {
    width: 100%;
  }
  section.home .content .contentView .footer .barNavFooter ul {
    min-width: 50vw;
  }
  section.home .content .contentView .footer .barNavFooter ul a li.linkNavFooter {
    min-width: 14vw;
  }
  section.home header nav ul.Nav .dNav:nth-child(2) {
    /* Sobre */
  }
  section.home header nav ul.Nav .dNav:nth-child(2):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(3) {
    /* Solucoes */
  }
  section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
    left: -5px;
  }
  section.home header nav ul.Nav .dNav:nth-child(4) {
    /* Cases */
  }
  section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(6) {
    /* Contato */
  }
  section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
    left: 0;
  }
  .center .grid-limit {
    place-content: initial !important;
    place-items: initial !important;
    max-width: 100vw !important;
  }
  .center .grid-limit .content-column {
    max-width: 100vw !important;
  }
  .center .grid-limit .content-column .grid-column-p {
    padding-left: 0;
    padding-right: 0;
  }
  .center .grid-limit .content-column .grid-column-p .gridcard-padding {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 65px 90px;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title {
    padding-left: 0;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 60%;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  section.home header nav ul.Nav .dNav:nth-child(2) {
    /* Sobre */
  }
  section.home header nav ul.Nav .dNav:nth-child(2):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(3) {
    /* Solucoes */
  }
  section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
    left: -5px;
  }
  section.home header nav ul.Nav .dNav:nth-child(4) {
    /* Cases */
  }
  section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
    left: 8px;
  }
  section.home header nav ul.Nav .dNav:nth-child(6) {
    /* Contato */
  }
  section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
    left: 0;
  }
  .center .grid-limit {
    place-content: initial !important;
    place-items: initial !important;
    max-width: 100vw !important;
  }
  .center .grid-limit .content-column {
    place-items: center;
    max-width: 100vw !important;
  }
  .center .grid-limit .content-column .grid-column-p {
    padding-left: 0;
    padding-right: 0;
  }
  .center .grid-limit .content-column .grid-column-p .gridcard-padding {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px !important;
  }
  .center .grid-limit .content-column .grid-column-p .gridBrief .gridtextBrief .textBrief .briefNav {
    grid-template-columns: 65px 90px;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title {
    padding-left: 0;
  }
  .center .grid-limit .content-column .flex-container .pub_logo .pub_title span:nth-child(3) {
    width: 60%;
  }
}/*# sourceMappingURL=home.css.map */