body {
  padding: 0;
  margin: 0;
}

.sizeAdjust {
  padding: 0 12px 0;
}

.sizeAdjust {
  padding: 0 12px 0;
}

@media (min-width: 576px) {
  .sizeAdjust {
    padding: 0;
    width: 516px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .sizeAdjust {
    padding: 0;
    width: 696px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .sizeAdjust {
    padding: 0;
    width: 936px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .sizeAdjust {
    padding: 0;
    width: 1116px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .sizeAdjust {
    padding: 0;
    width: 1296px;
    margin: 0 auto;
  }
}

.headerIntro {
  display: none;
}

@media (min-width: 768px) {
  .headerIntro {
    font-family: open sans;
    font-size: 15px;
    display: block;
    background-color: #5c6917;
    color: white;
  }
}

.headerContacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .headerContacts ul {
    justify-content: flex-start;
    gap: 34px;
  }
}

.headerContacts {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .headerContacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.headerSocial a svg {
  display: block;
  margin: 12px auto 0;
  color: floralwhite;
}

@media (min-width: 992px) {
  .headerSocial a svg {
    margin: 0;
  }
}

.headerLogo img {
  width: 233px;
}

@media (min-width: 576px) {
  .headerLogo img {
    width: 284px;
  }
}

.headerMob {
  border: none;
  padding: 0;
  margin: 0;
  height: 35px;
  display: block;
  width: 35px;
}

.headerMob svg {
  height: 35px;
  width: 35px;
  color: #18ba60;
}

.headerItems {
  text-transform: uppercase;
  font-family: montserrat;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .headerItems {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .headerItems {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .headerItems {
    margin: 0;
  }
}

.headerItems a {
  color: #242424;
  transition: .3s all ease-in-out;
}

.headerItems a:hover {
  color: #5c6917;
}

.headerItems li {
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 0 8px 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .headerItems li {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}

.headerItems li:first-child a {
  color: #5c6917;
}

.hero-link {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #5c6917;
  font-weight: 600;
  padding: 10px 20px;
  transition: .3s all ease-in-out;
}

.hero-link:hover {
  background-color: #212025;
}

#sobre {
  background-color: #f4f4f4;
}

.sobreContent, .sedeContent {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .sobreContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.sobreContentIntro h1 {
  font-family: montserrat;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #242424;
}

.sobreContentIntro h1 span {
  color: #5c6917;
}

.sobreContentIntro p {
  font-size: 20px;
  color: #242424;
  margin: 20px 0 25px;
}

.sobreContentIntro > span {
  font-size: 15px;
  color: #898989;
}

.sobreContentImg img {
  margin: 30px 0 0;
  width: 326px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .sobreContentIntro {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .sobreContentImg {
    width: 28%;
  }
}

#produtos {
  background-color: #2a292e;
}

.produtosContent {
  padding-top: 60px;
  padding-bottom: 60px;
}

.produtosContentIntro {
  color: white;
}

@media (min-width: 576px) {
  .produtosContentIntro {
    width: 45%!important;
    min-width: 45%!important;
  }
}

@media (min-width: 992px) {
  .produtosContentIntro {
    width: 24%!important;
    min-width: 24%!important;
  }
}

.produtosContentIntro h1 {
  font-family: montserrat;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.produtosContentIntro p {
  font-family: lato;
  margin: 20px 0;
  color: #898989;
  font-size: 17px;
}

#prev, #next {
  color: #898989;
  background-color: transparent!important;
  display: block;
  border: 2px solid #898989!important;
  border-radius: 0;
  width: 46px;
  height: 46px;
  transition: .3s all ease-in-out;
}

#prev:hover, #next:hover {
  color: white;
  border: 2px solid white!important;
}

.produtosButtons {
  display: flex;
  gap: 14px;
}

.produtosCards {
  margin: 40px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 60px;
  width: 54%;
  min-width: 54%;
}

@media (min-width: 992px) {
  .produtosCards {
    gap: 27px;
  }
}

@media (min-width: 1200px) {
  .produtosCards {
    gap: 8px;
  }
}

@media (min-width: 1400px) {
  .produtosCards {
    gap: 58px;
  }
}

@media (min-width: 992px) {
  .produtosCards {
    width: 74%;
    min-width: 74%;
  }
}

.produtoCard {
  width: 270px;
  min-width: 270px;
}

.produtoCard:nth-child(1) .produtoCardImg {
  background-image: url("../../assets/img/konica-bizhub-c301i.jpg");
}

.produtoCard:nth-child(2) .produtoCardImg {
  background-image: url("../../assets/img/konica-bizhub-c227i.jpg");
}

.produtoCard:nth-child(3) .produtoCardImg {
  background-image: url("../../assets/img/konica-bizhub-c3300i.jpg");
}

.produtoCard:nth-child(4) .produtoCardImg {
  background-image: url("../../assets/img/konica-bizhub-c3350i.jpg");
}

.produtoCard:nth-child(5) .produtoCardImg {
  background-image: url("../../assets/img/konica-accurio-print-c4065.jpg");
}

.produtoCard:nth-child(6) .produtoCardImg {
  background-image: url("../../assets/img/konica-accurio-press-c7100.jpg");
}

.produtoCard:nth-child(7) .produtoCardImg {
  background-image: url("../../assets/img/konica-accurio-press-c14000.jpg");
}

.produtoCard:nth-child(8) .produtoCardImg {
  background-image: url("../../assets/img/konica-accurio-press-6136p.jpg");
}

.produtoCard:nth-child(9) .produtoCardImg {
  background-image: url("../../assets/img/konica-accurio-press-7136p.jpg");
}

.produtoCard:nth-child(10) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-press-v900.jpg");
}

.produtoCard:nth-child(11) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-press-v900.jpg");
}

.produtoCard:nth-child(12) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-press-v1000.jpg");
}

.produtoCard:nth-child(13) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-press-c910-series.jpg");
}

.produtoCard:nth-child(14) .produtoCardImg {
  background-image: url("../../assets/img/canon-vario-print-140-130-115.jpg");
}

.produtoCard:nth-child(15) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-runner-c3326i.jpg");
}

.produtoCard:nth-child(16) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-runner-c3326i.jpg");
}

.produtoCard:nth-child(17) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-runner--ir1643-if.jpg");
}

.produtoCard:nth-child(18) .produtoCardImg {
  background-image: url("../../assets/img/canon-image-runner--ir1643-if.jpg");
}

.produtoCard:nth-child(19) .produtoCardImg {
  background-image: url("../../assets/img/canon-maxify-gx-4010.jpg");
}

.produtoCard:nth-child(20) .produtoCardImg {
  background-image: url("../../assets/img/canon-maxify-gx7010.jpg");
}

@media (min-width: 768px) {
  .produtoCard {
    width: 345px;
    min-width: 345px;
  }
}

@media (min-width: 992px) {
  .produtoCard {
    width: 213px;
    min-width: 213px;
  }
}

@media (min-width: 1200px) {
  .produtoCard {
    width: 270px;
    min-width: 270px;
  }
}

.produtoCardImg {
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .produtoCardImg {
    height: 363px;
  }
}

@media (min-width: 992px) {
  .produtoCardImg {
    height: 224px;
  }
}

@media (min-width: 1200px) {
  .produtoCardImg {
    height: 284px;
  }
}

.produtoCardImg span {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(24,186,96,0.79);
  justify-content: center;
  align-items: center;
  font-family: montserrat;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateX(-270px);
  transition: .3s all ease-in-out;
}

@media (min-width: 768px) {
  .produtoCardImg span {
    transform: translateX(-3450px);
  }
}

.produtoCardLink {
  text-decoration: none;
}

.produtoCardLink:hover span {
  transform: translateX(0);
}

.produtoCardLink > p {
  color: #5c6917;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0;
}

.produtoCard > p:last-child {
  color: #a0a0a0;
  font-family: lato;
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0;
}

@media (min-width: 576px) {
  .produtosContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.casesDeSucessoContent {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.casesDeSucessoContent.sizeAdjust h1 {
  font-size: 30px;
  font-family: montserrat;
  font-weight: 600;
  text-transform: uppercase;
  color: #242424;
}

.casesDeSucessoContent.sizeAdjust h1 span {
  color: #5c6917;
}

.casesDeSucessoContent.sizeAdjust p {
  color: #898989;
  font-family: lato;
  font-size: 17px;
  margin: 20px 0;
}

.casesDeSucessoCard {
  width: 100%;
  text-align: left;
  margin: 60px 0;
}

@media (min-width: 576px) {
  .casesDeSucessoCard {
    width: 48%;
    margin: 30px 0;
  }
}

@media (min-width: 992px) {
  .casesDeSucessoCard {
    width: 32%;
    margin: 30px 0;
  }
}

.casesDeSucessoCard:nth-child(1) .casesDeSucessoCardImg {
  background-image: url("../../assets/img/service-1.png");
}

.casesDeSucessoCard:nth-child(2) .casesDeSucessoCardImg {
  background-image: url("../../assets/img/service-2.png");
}

.casesDeSucessoCard:nth-child(3) .casesDeSucessoCardImg {
  background-image: url("../../assets/img/service-3.png");
}

.casesDeSucessoCardImg {
  width: 100%;
  height: 231px;
  background-position: center center;
  background-size: cover;
  transition: .3s all ease-in-out;
  overflow: hidden;
}

.casesDeSucessoCardImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 231px;
  background-color: rgba(24, 186, 96, .8);
  transform: translateX(-330px);
  transition: .3s all ease-in-out;
}

@media (min-width: 768px) {
  .casesDeSucessoCardImg::before {
    transform: translateX(-350px);
  }
}

@media (min-width: 1200px) {
  .casesDeSucessoCardImg::before {
    transform: translateX(-380px);
  }
}

@media (min-width: 1400px) {
  .casesDeSucessoCardImg::before {
    transform: translateX(-460px);
  }
}

.casesDeSucessoCardImg:hover::before {
  transform: translateX(0);
}

.casesDeSucessoCardContent {
  margin: 20px 0 0;
  border-left: 3px solid #5c6917;
  padding: 0 0 0 20px;
}

.casesDeSucessoCardContent h2 {
  font-family: montserrat;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #242424;
  margin: 0;
  text-align: left;
  padding: 0;
}

.casesDeSucessoCardContent p {
  margin: 10px 0 0!important;
}

.casesDeSucessoCards {
  margin: 40px 0 0;
}

@media (min-width: 576px) {
  .casesDeSucessoCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#contato {
  background-color: #5c6917;
}

.contatoContent {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: white;
  font-family: montserrat;
  font-weight: 700;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .contatoContent {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.contatoContent h1 {
  font-size: 22px;
}

@media (min-width: 576px) {
  .contatoContent h1 {
    font-size: 32px;
  }
}

.contatoContent p {
  font-family: 'Lato';
  font-weight: normal;
  margin: 0;
}

.contatoContent a {
  font-size: 14px;
  color: #5c6917;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
  padding: 10px 20px;
  margin: 10px 0 0;
  transition: 3s all ease-in-out;
}

.contatoContainer div {
  margin: 30px auto 0;
}

@media (min-width: 1200px) {
  .contatoContainer div {
    margin: 0 auto;
  }
}

.contatoContent a:hover {
  color: white;
  background-color: #18ba60;
}

@media (min-width: 1200px) {
  .contatoContent a {
    margin: 0;
    padding: 15px 40px;
  }
}

footer {
  background-color: #29282e;
}

.footerContent {
  padding-top: 60px;
  color: #757575;
}

.footerInfos a {
  color: #757575;
  transition: .3s all ease-in-out;
}

.footerInfos a:hover {
  color: #5c6917;
}

.footerLists {
  margin: 20px 0 0;
}

.footerList h1 {
  font-family: montserrat;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  border-bottom: 2px solid #5c6917;
  padding: 0 0 16px 0;
  width: 30px;
}

.footerList ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
  font-family: lato;
  font-size: 16px;
}

.footerList ul a {
  color: #757575;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

.footerList ul a:hover {
  color: #5c6917;
}

.footerBrand {
  background-color: #212025;
  padding: 20px;
  text-align: center;
  font-family: lato;
  color: #545454;
}

.footerInfosList li {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.footerInfosList li svg {
  height: 20px;
}

.footerInfosList li span:first-child {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
}

.footerInfosList li:nth-child(2) a {
  display: block;
  font-weight: 800;
  font-size: 18px;
}

@media (min-width: 576px) {
  .footerContent > nav {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .footerInfos, .footerLists {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .footerInfos {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .footerLists {
    width: 56%;
  }
}

@media (min-width: 992px) {
  .footerLists {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footerList {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .footerBrand {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footerInfos {
    margin-top: 40px;
  }
}

.sedeContent img {
  width: 400px;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 576px) {
  .sedeContent img {
    width: 100%;
  }
}

