@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');
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: all 0.35s;
  color: green;
}
a:hover,
a:focus {
  color: #004d00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 50px 0;
}
.nav-custom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 62px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.nav-custom__logo {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 8px 16px;
  background-color: white;
}
.nav-custom__logo-image {
  height: 100%;
}
section#mosaic {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0;
  padding: 0;
}
section#mosaic .mosaic__item {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
section#mosaic .mosaic__item_ambiental {
  background-image: url(/dist/images/header.jpg?c150d3710c4153aec75f6903d417d48d);
}
section#mosaic .mosaic__item_industrial {
  background-image: url(/dist/images/ind-objetivo.jpg?d005ea2502f08121f1f623b92eb0bc94);
  background-position: 70%;
}
section#mosaic .mosaic__item_automotriz {
  background-image: url(/dist/images/metal-industry-workshop-modern-machinery-building-steel-parts-generated-by-ai-scale.jpg?1731c7b22c18a79f03efa0e69d8ec107);
}
section#mosaic .mosaic__title {
  font-size: 52px !important;
  text-transform: uppercase;
  color: white;
  z-index: 99;
}
section#mosaic .zoom-in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
section#mosaic .zoom-in:focus::after,
section#mosaic .zoom-in:hover::after {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  section#mosaic {
    flex-flow: row;
  }
}
.navbar-default {
  background-color: white;
  border-color: rgba(102, 102, 102, 0.05);
  font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: green;
  font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #004d00;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #666;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: green;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: green !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-default .nav > li > a {
    font-size: 0.9999999em !important;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(102, 102, 102, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: green;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #004d00;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #666;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: green;
  }
  .navbar-default .nav > li {
    font-size: 12px;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .triangulo {
  width: 0;
  height: 0;
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  font-size: 56px !important;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
header .header-content .header-content-inner p {
  font-weight: 400;
  color: face(white, 70%);
  font-size: 18px;
  margin-bottom: 50px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .header-content .header-content-inner .margin {
  margin: 10px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  header .header-content .header-content-inner h1 {
    font-size: 30px !important;
  }
}
section {
  position: relative;
  width: 100%;
  min-height: auto;
}
section .section-content {
  position: relative;
  padding: 100px 15px 100px;
  width: 100%;
}
section .section-content .section-content-inner h1 {
  font-weight: 700;
  font-size: 60px !important;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
section .section-content .section-content-inner h2 {
  font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
section .section-content .section-content-inner h4 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .section-content .section-content-inner p {
  font-weight: 400;
  color: face(white, 70%);
  font-size: 18px;
  margin-bottom: 50px;
}
section .section-content .section-content-inner ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
section .section-content .section-content-inner ul > li {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  padding: 4px;
}
section .section-content .section-content-inner ul > li > i {
  font-size: 16px;
  color: #666;
}
@media (min-width: 768px) {
  section {
    min-height: 100%;
  }
  section .section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
  }
  section .section-content .section-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  section .section-content .section-content-inner p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section .section-content .section-content-inner h1 {
    font-size: 44px !important;
  }
}
.btn-default {
  color: #666;
  background-color: white;
  border-color: white;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #666;
}
.btn-primary {
  color: white;
  background-color: green;
  border-color: green;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #006700;
  border-color: #005c00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: green;
  border-color: green;
}
.btn-primary .badge {
  color: green;
  background-color: white;
}
.btn {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #666;
}
::selection {
  color: white;
  text-shadow: none;
  background: #666;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #666;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
.col {
  padding: 10px;
}
.fluid {
  flex: 1;
}
.w-full {
  width: 100%;
}
.f-1 {
  font-size: 1rem !important;
}
.f-2 {
  font-size: 1.25rem !important;
}
.f-3 {
  font-size: 1.5rem !important;
}
.f-4 {
  font-size: 1.75rem !important;
}
.f-5 {
  font-size: 2rem !important;
}
.f-6 {
  font-size: 2.25rem !important;
}
.f-7 {
  font-size: 2.5rem !important;
}
.f-8 {
  font-size: 3rem !important;
}
.f-9 {
  font-size: 3.25rem !important;
}
.f-10 {
  font-size: 4rem !important;
}
.f-bold {
  font-weight: bold;
}
.m-0 {
  margin: 0 !important;
}
.mt-05 {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 1.25rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.75rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 2.25rem !important;
}
.mt-7 {
  margin-top: 3rem !important;
}
.mt-8 {
  margin-top: 3.25rem !important;
}
.mt-9 {
  margin-top: 3.5rem !important;
}
.mt-10 {
  margin-top: 4rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 1.25rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.75rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.section-title {
  display: inline-block;
}
.section-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  height: 6px;
  background-color: #c03014;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-center {
  text-align: center;
}

