@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
header {
  background-image: url(/dist/images/ind-objetivo.jpg?d005ea2502f08121f1f623b92eb0bc94);
}
section.services,
section.selection,
section.manufacturing,
section.equipment,
section.structures,
section.consulting,
section.tools {
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
section.services {
  background-image: url(/dist/images/metal-industry-workshop-modern-machinery-building-steel-parts-generated-by-ai-scale.jpg?1731c7b22c18a79f03efa0e69d8ec107);
  color: white;
}
section.selection {
  background-image: url(/dist/images/personal-selection.jpg?a98496ed6f726f653cc8278a4cf0bca4);
  color: white;
}
section.manufacturing {
  background-image: url(/dist/images/worker-operating-industrial-machine-metal-workshop-scale.jpg?bfb35e7fc2800069a30ad014fd103feb);
  color: white;
}
section.equipment {
  color: black;
}
section.structures {
  background: #000000;
  background: linear-gradient(90deg, #000000 60%, #00d4ff 100%);
  color: white;
}
section.consulting {
  background-image: url(/dist/images/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory-scale.jpg?255a513ee03a5032b7eaf74f9669e8f1);
  color: black;
}
section.tools {
  background: #000000;
  background: linear-gradient(90deg, #000000 60%, #00d4ff 100%);
  color: black;
}
ul.sr-services li a {
  color: white;
  text-decoration: none;
}
ul.sr-services li a:hover {
  color: yellow;
}
.file {
  display: block;
  width: 60px;
  height: 60px;
}
.structure__image {
  display: block;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  overflow: hidden;
}
.structure__file {
  width: 100%;
  height: auto;
}
.structure__caption {
  text-align: center;
  color: yellow;
  margin-top: 2rem;
}
.tool__figure {
  display: block;
}
.tool__image {
  width: 100%;
  height: auto;
}
.tool__list {
  margin-left: 16px;
}
.tool__list-item {
  font-size: 1.05rem !important;
  font-weight: bold;
  color: yellow;
  padding: 0 !important;
}
.tool__list-svg {
  width: 6px;
  height: 6px;
  fill: yellow;
  margin-right: 6px;
}

