:root {
  --goldenrod: #fac24d;
  --silver: #bcbec0;
  --dark-slate-grey: #404040;
  --black: black;
  --white: white;
  --white-smoke: #f3f3f3;
  --black-2: #231f20;
}


  .nav-menu {
    z-index: 99999;
    background-color: var(--white);
    justify-content: flex-end !important;
    align-items: center !important;
    display: flex;
  }

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

.dedic-grid {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dedic-content {
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  width: 75%;
  padding-left: 40px;
  display: flex;
}

.func-title, .func-prof, .subtitle-grey, .text-grey {
  width: 100%;
}

.instagram-svg {
  margin-left: 10px;
  width: 32px;
  height: 32px;
}


.cta-tributo {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fac24d;
  border: 1px #000;
  border-radius: 30px;
  margin-top: 20px;
  padding: 10px 20px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-tributo:hover {
  transform: scale(1.1);
}

.dedicatoria {
  justify-content: center;
  align-items: flex-start;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  z-index: 999;
  margin-bottom: 40px;
}

.dedic-photo-250 {
  width: 250px;
  height: 250px;
}

.but-tributo {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fac24d;
  border: 1px #000;
  border-radius: 30px;
  margin-top: 20px;
  padding: 10px 20px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.but-tributo:hover {
  transform: scale(1.1);
}



.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.nav-bar {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.logo {
  background-image: url('../images/akkerman-alcoragi-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
}

.nav-bar-but {
  color: #9b9ea1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.nav-bar-but:hover {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 6px;
}

.nav-bar-but.w--current {
  font-weight: 700;
}

.cont-center {
  z-index: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cont-center.margin {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cont-center.grey {
  z-index: 90;
  position: relative;
}

.slide-esq {
  z-index: 100;
  align-items: center;
  height: 550px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.title-header {
  color: var(--silver);
  font-size: 80px;
  font-weight: 700;
  line-height: 65px;
}

.proj-bg {
  background-color: #f5f5f5;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.titulo-amarelo {
  color: var(--goldenrod);
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.size-1280 {
  width: 100%;
  max-width: 1280px;
}

.size-1280.top100 {
  z-index: 99;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.size-1280.top100.wrap {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.size-1280.wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projeto-quadrado {
  background-color: #acacac;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 30px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.projeto-quadrado:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 40px -5px #0006;
}

.projetos-block {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.projeto-item {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.projeto-cinza {
  background-color: var(--dark-slate-grey);
  border-radius: 0 0 6px 6px;
  padding: 15px;
}

.projeto-foto {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.projeto-titulo {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.projeto-subtitulo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
}

.col100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col100.wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.col100.wrap.marginb {
  margin-bottom: 40px;
}

.col50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col50.wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.col25 {
  width: 25%;
  padding: 10px;
}

.col25.flexcenter {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.serv-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.text-grey {
  color: #666;
  text-align: justify;
  font-size: 15px;
}

.subtitle-grey {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

  .subtitle-grey2 {
   font-size: 20px !important;
   font-weight: 700;
   line-height: 20px;
    margin-top: 15px !important;;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }


.serv-col {
  width: 100%;
  margin-top: 40px;
}

.serv-item {
  position: relative;
}

.serv-title {
  color: var(--goldenrod);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.serv-subtitle {
  color: #7e7e7e;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.serv-img {
  z-index: 99;
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.serv-block1 {
  z-index: 90;
  background-color: var(--goldenrod);
  border-radius: 6px;
  width: 50px;
  height: 80px;
  position: absolute;
  top: 19px;
  left: -16px;
}

.serv-block2 {
  z-index: 90;
  background-color: var(--goldenrod);
  border-radius: 6px;
  width: 150px;
  height: 80px;
  position: absolute;
  top: -13px;
  left: 205px;
}

.bar-title {
  color: #5d6266;
  background-color: #ececec;
  border-radius: 6px;
  width: 100%;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.bar-title.topm {
  margin-top: 80px;
  display: none;
}

.bar-title.topm.bottomm {
  margin-bottom: 30px;
}

.equipamentos {
  width: 100%;
  display: none;
}

.equip-block {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.equip-photo {
  width: 300px;
  height: 300px;
  margin-left: -80px;
}

.equip-text {
  width: 230px;
  margin-left: -60px;
}

.equip-country {
  color: var(--goldenrod);
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.equip-factory {
  color: #000;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.equip-model {
  color: #8b8b8b;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.equip-function {
  color: #8b8b8b;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.equip-range {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
}

.equip-description {
  color: #8b8b8b;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.equip-norma {
  color: #8b8b8b;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-2 {
  color: var(--silver);
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
}

.soft-block {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
}

.soft-photo {
  border-radius: 6px;
  width: 40%;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px #0003;
}

.soft-text {
  flex: 1;
  margin-left: 10px;
  padding-top: 13px;
}

.soft-description {
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
}

.projetos-lista {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: -10px;
  display: flex;
}

.equip-item {
  justify-content: center;
  width: 33%;
  display: flex;
}

.photo-grey-block {
  background-color: var(--dark-slate-grey);
  color: #231f20;
  border-radius: 6px;
  width: 60%;
  padding: 20px;
  position: absolute;
  inset: auto 7% -60px auto;
  overflow: hidden;
  box-shadow: 0 10px 30px -5px #231f2066;
}

.photo-text-project {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.photo-text-local {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.lista-bloco2 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
}

.lista-bloco {
  width: 100%;
  display: flex;
}

.lista-colecao {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 50px;
  margin-left: -10px;
  padding-right: 30px;
  display: flex;
}

.lista-titulo {
  color: var(--dark-slate-grey);
  width: 100%;
  font-size: 18px;
  line-height: 18px;
}

.lista-logo {
  opacity: .6;
  filter: grayscale();
  width: 20%;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.lista-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.company-img-block {
  z-index: 99;
  width: 100%;
  max-width: 390px;
  position: relative;
}

.company-yellow-block {
  z-index: 90;
  background-color: var(--goldenrod);
  border-radius: 6px;
  width: 50px;
  height: 80px;
  position: absolute;
  top: 19px;
  left: -16px;
}

.company-img {
  z-index: 99;
  background-image: url('../images/akkerman-alcoragi-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 6px;
  height: 440px;
  position: relative;
}

.company-title {
  z-index: 99;
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.company-year {
  z-index: 99;
  color: var(--goldenrod);
  letter-spacing: -5px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -20px;
  font-size: 90px;
  line-height: 70px;
  position: relative;
}

.company-1-block {
  z-index: 99;
  flex: 1;
  padding-left: 40px;
  position: relative;
}

.company-big-a {
  z-index: 1;
  width: 600px;
  margin-top: -70px;
  position: absolute;
  inset: -28% 0% auto auto;
}

.company-text-limited {
  z-index: 99;
  color: #7e7e7e;
  text-align: justify;
  width: 100%;
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.company-text-l {
  z-index: 99;
  color: #7e7e7e;
  text-align: justify;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.company-text-r {
  z-index: 99;
  color: #7e7e7e;
  text-align: justify;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.company-yellow-block2 {
  z-index: 100;
  background-color: var(--goldenrod);
  border-radius: 6px;
  width: 120px;
  height: 50px;
  position: absolute;
  inset: auto 30px -20px auto;
}

.func-block {
  width: 100%;
  margin-bottom: 50px;
  margin-left: 1%;
  margin-right: 1%;
}

.worker {
  flex-flow: wrap;
  align-items: flex-start;
  width: 31%;
  margin-left: 2%;
  display: flex;
}

.workers-list {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.func-image {
  border-radius: 6px;
  overflow: hidden;
}

.func-title {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.func-title2 {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}


.func-prof {
  color: #949699;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.graduacao2 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
}

.graduacao1 {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
}

.graduacao3, .graduacao4 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
}

.graduacao5 {
  margin-top: 20px;
  line-height: 16px;
}

.contact-map {
  opacity: .6;
  background-image: url('../images/akkerman-map.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.contact-block {
  background-color: #fff;
  border-radius: 6px;
  padding: 50px;
  box-shadow: 0 10px 60px -10px #0009;
}

.cont-text1 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}

.cont-text2 {
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
}

.cont-text3 {
  color: var(--black);
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.cont-text4 {
  color: var(--goldenrod);
  font-size: 15px;
  font-weight: 700;
}

.modal-box {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5% 17%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-text {
  z-index: 100;
  color: #fff;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.modal-photo {
  z-index: 1000;
  background-image: url('../images/5e17850410a1f53e9ffb42b3_matarazzo.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 50px #0006;
}

.modal-content {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.modal-title {
  color: var(--black);
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.modal-place {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.modal-close {
  z-index: 1500;
  background-color: var(--goldenrod);
  background-image: url('../images/close-shite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
  box-shadow: 0 2px 20px #00000080;
}

.modal-close:hover {
  background-image: url('../images/close.svg');
}

.modal-arch {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
}

.modal-subtitle-arch {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.modal-20perc {
  width: 20%;
  margin-top: 10px;
  padding-right: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.modal-subtitle-date {
  color: var(--silver);
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.modal-date {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
}

.modal-subtitle-variates {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.modal-variates {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
}

.slider-cms {
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 73%;
  height: 700px;
  position: relative;
}

.carro-image {
  background-image: url('../images/5e178239e2aa6467fea0a8e4_parque-cidade.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-mask {
  width: 100%;
  height: 550px;
  overflow: visible;
}

.pagination {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.carro-item {
  justify-content: space-between;
}

.slider-akke {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.next {
  z-index: 99999;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 0 #0000;
  border-radius: 0;
  width: 70px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% -20% auto;
}

.previous {
  z-index: 99999;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  height: 680px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  display: flex;
  position: absolute;
  inset: auto auto -20% 0%;
}

.nav-bar2 {
  z-index: 99999991;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 1px 50px #0003;
}

.logo1 {
  background-image: url('../images/webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
}

.container2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.button {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/akkerman-alcoragi-logo-curto.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 130px 40px;
  width: 140px;
  height: 50px;
}

.line-home {
  height: 1px;
}

.carro-numeros {
  display: none;
}

.right-arrow {
  align-items: flex-end;
  height: 550px;
  margin-bottom: 170px;
  display: flex;
}

.seta-d {
  width: 50px;
  margin: 19px 19px 90px;
}

.left-arrow {
  align-items: flex-end;
  height: 550px;
  margin-bottom: 140px;
  display: flex;
}

.seta-e {
  width: 50px;
  margin: 19px 19px 28px;
}

.carro-image-copy {
  background-image: url('../images/5e178239e2aa6467fea0a8e4_parque-cidade.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
}

.slider {
  width: 73%;
  height: 550px;
}

.mask2 {
  height: 700px;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.carro-image2 {
  background-image: url('../images/5e1775e310a1f5e41ffaa6c8_biblioteca-villa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.mask-2 {
  width: 100%;
}

.carro-image2-copy {
  background-image: url('../images/5e1782c05a171e12a5fbd7cf_palacio-tangara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image3 {
  background-image: url('../images/5e1765cf24655372e37ec3de_arena-gremio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image4 {
  background-image: url('../images/5e177ba7fb9c03fce5175f85_redbull-station.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image3-copy {
  background-image: url('../images/5e1f7678b36ff761104a2a7a_Aeroporto-Internacional-de-Guarulhos---Terminal-3---Imagem-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image5 {
  background-image: url('../images/5e1782c05a171e12a5fbd7cf_palacio-tangara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image6 {
  background-image: url('../images/5e1f7678b36ff761104a2a7a_Aeroporto-Internacional-de-Guarulhos---Terminal-3---Imagem-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image7 {
  background-image: url('../images/5e176991fb9c03303516a113_ez-towers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image8 {
  background-image: url('../images/5e177cc2a3e139e4a7073673_sp-corporate-towers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image9 {
  background-image: url('../images/5e17859324655342557ff7c9_cine-bella.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image10 {
  background-image: url('../images/5e178239e2aa6467fea0a8e4_parque-cidade.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image11 {
  background-image: url('../images/5e17764f5a171e026cfb4223_ctparaolimpico.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.carro-image1 {
  background-image: url('../images/5e17850410a1f53e9ffb42b3_matarazzo.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 550px;
  position: relative;
}

.projetos-lista-copy {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: -10px;
  display: flex;
}

.modal-box2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5% 17%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image {
  z-index: 2000;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    margin-top: 30px;
  }

  .container {
    margin-bottom: 20px;
  }

  .logo {
    width: 170px;
    height: 100px;
  }

  .nav-bar-but {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    font-weight: 700;
  }

  .slide-esq {
    width: 100%;
    height: 220px;
    margin-bottom: 85px;
    padding-bottom: 0;
    position: relative;
  }

  .title-header {
    font-size: 10vw;
    line-height: 8vw;
  }

  .titulo-amarelo {
    font-size: 40px;
    line-height: 35px;
  }

  .size-1280.top100 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .projetos-block {
    padding: 10px 0 10px 10px;
  }

  .projeto-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .projeto-cinza {
    padding: 10px;
  }

  .projeto-titulo {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .projeto-subtitulo {
    font-size: 10px;
  }

  .col100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col100.wrap.marginb {
    margin-top: 80px;
  }

  .col50 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col50.wrap {
    margin-top: 30px;
  }

  .serv-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    background-color: var(--goldenrod);
    color: #fff;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .bar-title.topm {
    margin-left: 20px;
    margin-right: 20px;
  }

  .projetos-lista {
    padding-left: 10px;
    padding-right: 0;
  }

  .equip-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .company-img-block {
    width: 50%;
  }

  .company-img {
    height: 50vw;
  }

  .company-text-l {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .company-text-r {
    padding-left: 0;
  }

  .worker {
    width: 100%;
  }

  .graduacao1 {
    margin-top: 14px;
  }

  .contact-block {
    width: 50%;
    padding: 40px;
  }

  .slider-cms {
    width: 100%;
    height: 500px;
    margin-top: -35px;
  }

  .carro-image {
    height: 55vw;
  }

  .slider-akke {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .next {
    justify-content: center;
    align-items: center;
    height: 55vw;
    bottom: auto;
  }

  .previous {
    align-items: center;
    height: 55vw;
    bottom: auto;
  }

  .nav-menu {
    z-index: 99999;
    background-color: var(--white);
    justify-content: flex-end !important;
    align-items: center !important;
    display: flex;
  }

  .nav-bar2 {
    height: 80px;
    margin-top: 0;
    padding-top: 12px;
    display: flex;
  }

  .logo1 {
    width: 170px;
    height: 100px;
  }

  .container2 {
    margin-bottom: 20px;
  }

  .right-arrow {
    margin-bottom: 108px;
  }

  .left-arrow {
    margin-bottom: 78px;
  }

  .carro-image-copy, .carro-image2, .carro-image2-copy, .carro-image3, .carro-image4, .carro-image3-copy, .carro-image5, .carro-image6, .carro-image7, .carro-image8, .carro-image9, .carro-image10, .carro-image11, .carro-image1 {
    height: 55vw;
  }

  .projetos-lista-copy {
    padding-left: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    margin-top: 30px;
  }

  .slide-esq {
    height: auto;
    margin-bottom: 53px;
    position: relative;
  }

  .projeto-quadrado {
    margin-bottom: 20px;
  }

  .serv-title {
    margin-top: 15px;
  }

  .serv-subtitle {
    margin-bottom: 50px;
  }

  .serv-img {
    width: 100%;
  }

  .menu-button {
    padding: 12px;
    font-size: 14px;
  }

  .equip-item {
    width: 100%;
  }

  .photo-grey-block {
    width: 70%;
    padding: 15px;
  }

  .photo-text-project {
    font-size: 20px;
    line-height: 20px;
  }

  .photo-text-local {
    font-size: 12px;
  }

  .lista-colecao {
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .lista-logo {
    width: 22%;
  }

  .company-img-block {
    width: 100%;
    max-width: 100%;
  }

  .company-img {
    background-size: 60%;
  }

  .company-title {
    margin-top: 15px;
  }

  .company-year {
    margin-top: 15px;
    margin-left: -14px;
  }

  .company-1-block {
    z-index: 90;
    padding-left: 0;
  }

  .company-big-a {
    width: 40vw;
  }

  .company-text-limited {
    max-width: 100%;
    margin-bottom: 0;
  }

  .company-text-l, .company-text-r {
    margin-bottom: 50px;
  }

  .func-block {
    width: 48%;
  }

  .contact-block {
    width: 60%;
    padding: 30px;
  }

  .slider-cms {
    height: 375px;
  }

  .seta-d, .seta-e {
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    margin-top: 10px;
    padding: 10px;
  }

  .logo {
    width: 150px;
    height: 80px;
  }

  .cont-center.margin {
    padding: 10px;
  }

  .slide-esq {
    margin-bottom: 46px;
    position: relative;
  }

  .title-header {
    font-size: 40px;
    line-height: 30px;
  }

  .titulo-amarelo {
    font-size: 30px;
    line-height: 25px;
  }

  .projeto-quadrado {
    margin-bottom: 10px;
  }

  .projetos-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .projeto-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .col100, .col50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col25.flexcenter {
    width: 50%;
  }

  .text-grey {
    font-size: 13px;
    line-height: 18px;
  }

  .subtitle-grey {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .serv-col {
    padding-left: 0;
    padding-right: 0;
  }

  .serv-title {
    font-size: 20px;
    line-height: 20px;
  }

  .serv-subtitle {
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    display: flex;
  }

  .bar-title.topm {
    margin-left: 10px;
    margin-right: 10px;
  }

  .equipamentos {
    padding-left: 10px;
  }

  .equip-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .equip-photo {
    width: 70vw;
    height: 70vw;
    margin-left: 0;
  }

  .equip-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .soft-photo {
    width: 100%;
  }

  .soft-text {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .projetos-lista {
    width: 97%;
    margin-left: 0;
    padding-left: 0;
  }

  .software-wrap {
    padding-right: 0;
  }

  .equip-item {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-grey-block {
    width: 86%;
    padding: 10px;
    bottom: -29%;
  }

  .photo-text-project {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .lista-colecao {
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
  }

  .lista-logo {
    margin-right: 0;
  }

  .company-title {
    font-size: 20px;
    line-height: 20px;
  }

  .company-year {
    margin-left: -8px;
    font-size: 70px;
    line-height: 50px;
  }

  .company-text-limited, .company-text-l, .company-text-r {
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .func-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .worker {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .graduacao2 {
    margin-top: 8px;
  }

  .graduacao1 {
    margin-top: 10px;
  }

  .graduacao3, .graduacao4 {
    margin-top: 8px;
  }

  .contact-block {
    width: 100%;
    padding: 20px;
  }

  .slider-cms {
    height: 220px;
  }

  .slider-akke {
    margin-top: 4px;
    margin-bottom: 27px;
  }

  .next {
    justify-content: center;
    align-items: center;
    width: 50px;
  }

  .previous {
    width: 50px;
  }

  .nav-bar2 {
    align-items: flex-start;
    height: 70px;
    padding: 10px;
  }

  .logo1 {
    width: 150px;
    height: 80px;
  }

  .container2 {
    align-items: center;
  }

  .right-arrow {
    height: 100px;
    margin-bottom: -6px;
  }

  .seta-d {
    width: 15px;
  }

  .left-arrow {
    height: 50px;
    margin-bottom: 49px;
  }

  .seta-e {
    width: 15px;
  }

  .projetos-lista-copy {
    width: 97%;
    margin-left: 0;
    padding-left: 0;
  }






@media screen and (max-width: 991px) {
  .dedic-photo {
    width: 33%;
  }

  .dedic-content {
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  .dedic-photo {
    width: 100%;
  }

  .dedic-content {
    width: 100%;
    padding: 20px 29px;
  }
}



  
}


