* {
  font-family: "alibaba-sans";
}
header {
  background: #09446C;
  background: linear-gradient(90deg, #09446c 0%, #118190 100%);
  padding: 6px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .logo {
  max-width: 200px;
}
header ._b {
  background: #66C481;
  color: #fff;
  border-radius: 15px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
header ._b i {
  font-size: 16px;
}
header ._b .nav-link {
  padding: 4px;
}
header .nav-link {
  font-size: 12px;
  font-weight: normal;
  opacity: 1;
  color: #fff;
  font-style: italic;
}
.hero {
  position: relative;
  padding: 250px 0 180px;
  color: #fff;
  overflow: hidden;
}
.hero h1 {
  color: #65C382;
  font-size: 26px;
  font-weight: 300;
}
.hero p {
  font-size: 14px;
  font-weight: 300;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
}
.hero-line {
  height: 10px;
  background: #0070BC;
  background: linear-gradient(90deg, #0070bc 0%, #34addf 50%, #98db20 100%);
}
.op_5 {
  opacity: 0.5;
}
.btn {
  border-radius: 20px;
  padding: 0 4px 0 14px;
  display: inline-flex;
  align-items: center;
}
.btn.btn-primary {
  background: #62C286;
  border: 0;
  font-size: 12px;
  font-style: italic;
}
.btn.btn-big {
  font-size: 18px;
}
.btn.btn-big i {
  font-size: 26px;
}
.btn i {
  font-size: 20px;
}
.btn.btn-outline-primary {
  color: #000;
  font-size: 14px;
  border-color: #000;
  font-style: italic;
  border-radius: 3px;
  min-width: 140px;
  text-align: center;
  padding: 5px;
  display: block;
}
section span {
  opacity: 0.5;
  font-style: italic;
  font-weight: lighter;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 6px;
  color: #000;
}
section h2 {
  color: #65C382;
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 25px;
  line-height: 40px;
}
section h3 {
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 15px;
}
section p {
  font-size: 14px;
}
section.dark span {
  color: #fff;
  opacity: 1;
}
.especialistas {
  padding: 20px 0 400px;
  background: url(../themes/petroilum/assets/images/bg-1.jpg) center 450px no-repeat;
  background-size: 170%;
  overflow: hidden;
}
.especialistas ._img-1 {
  width: calc(100% + ((100vw - 1320px) / 2));
  max-width: none;
  margin-right: calc((100vw - 1320px) / -2);
  position: relative;
  z-index: 5;
}
.valores {
  position: relative;
  z-index: 1;
}
.valores .box-valores {
  background: url(../themes/petroilum/assets/images/bg-2.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 120px 40px;
  color: #fff;
  position: relative;
  z-index: 10;
  max-width: 90%;
  margin: -440px auto 0;
}
.valores .item {
  position: relative;
  padding: 14px;
  color: #fff;
  height: 100%;
  border-radius: 14px;
  display: flex;
  justify-items: start;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100% !important;
  transition: all 0.3s ease-in-out;
}
.valores .item:hover {
  background-size: 110% !important;
}
.valores .item h4 {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  z-index: 2;
}
.valores .item p {
  z-index: 2;
}
.valores .item .degrade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #000000;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.valores .item._bg-1 {
  background: url(../themes/petroilum/assets/images/pilares/bg-1.png) center;
  background-size: cover;
}
.valores .item._bg-2 {
  background: url(../themes/petroilum/assets/images/pilares/bg-2.png) center;
  background-size: cover;
}
.valores .item._bg-3 {
  background: url(../themes/petroilum/assets/images/pilares/bg-3.png) center;
  background-size: cover;
}
.valores .item._bg-4 {
  background: url(../themes/petroilum/assets/images/pilares/bg-4.png) center;
  background-size: cover;
}
.atuacao {
  padding: 500px 0 80px;
  background: #E7EAEA;
  margin-top: -400px;
}
.atuacao .box-itens .item {
  background: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 10px;
}
.atuacao .box-itens .item ._l {
  font-size: 16px;
  font-style: italic;
  background-color: #62C286;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
}
.atuacao .box-itens .item ._l img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.atuacao .box-itens .item p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
}
.metodo {
  padding: 60px 0 80px;
  background: #E7EAEA;
}
.metodo .box-metodo {
  background: url(../themes/petroilum/assets/images/banner-2-img.png) center top no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 60px 40px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
.metodo .box-metodo img {
  max-width: 340px;
  margin-bottom: 20px;
}
.passos {
  padding: 60px 0 200px;
  background: #E7EAEA;
}
.passos .box-passos {
  background: url(../themes/petroilum/assets/images/bg-4.jpg) center top no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 120px 40px 160px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
.passos .box-itens {
  margin-top: 60px;
  margin-bottom: -240px;
}
.passos .box-itens .card {
  border: 0;
  border-radius: 10px;
  background: #4AB483;
  height: 100%;
}
.passos .box-itens .card-body {
  padding: 0;
}
.passos .box-itens .card-body .card-title {
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  background: #57CB82;
  color: #fff;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
.passos .box-itens .card-body .card-text {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px 30px;
}
.solucoes {
  background: #E7EAEA;
  padding: 20px 0 60px;
}
.contacto {
  padding: 80px 0 60px;
}
.contacto .box-form ::placeholder {
  color: #999;
  font-size: 14px;
}
.contacto .box-form .form-control, .contacto .box-form .form-select {
  margin-bottom: 15px;
  border: 0;
  border-bottom: solid 1px #000;
  border-radius: 0;
}
.detail {
  background: url(../themes/petroilum/assets/images/bg-3.png) center top no-repeat #E7EAEA;
  background-size: 130%;
  height: 500px;
}
footer {
  padding: 20px 0 80px;
  background: #E7EAEA;
}
footer .logo {
  max-width: 300px;
}
footer p {
  font-size: 12px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
footer ul li {
  margin-bottom: 3px;
}
footer ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
footer .midia .nav-link img {
  filter: invert(1);
}
footer .midia ._b {
  background: #66C481;
  color: #fff;
  border-radius: 15px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}
footer .midia ._b i {
  font-size: 16px;
}
.map-wrap {
  position: relative;
  display: inline-block;
}
.pin {
  cursor: pointer;
}
.map-tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 10px)) translateY(6px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.map-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 10px)) translateY(0);
}
.page-header {
  position: relative;
  padding: 90px 0 80px;
  background: linear-gradient(90deg, #0070BC 0%, #34ADDF 50%, #98DB20 100%);
  overflow: visible;
  isolation: isolate;
  background-image: linear-gradient(90deg, #0070bc 0%, #9fe816 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right center, center;
  background-size: cover;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../themes/petroilum/assets/images/bg-6.png") top no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.9;
  pointer-events: none;
}
.page-header .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: var(--bs-breadcrumb-divider, "|");
}
.page-header h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 50px;
  line-height: 50px;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.page-header h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}
.area-atuacao {
  padding: 100px 0 200px;
  background: url(../themes/petroilum/assets/images/bg-5.png) right center no-repeat #E7EAEA;
  background-size: contain;
}
.produtos h5 {
  color: #62C286;
  font-size: 34px;
}
.produtos p {
  min-height: 100px;
}
.logistics-section {
  background: #E7EAEA;
  padding: 60px 0;
}
.logistics-card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background: #4AB483;
  color: #ffffff;
}
.logistics-card-header {
  background: #57CB82;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  font-style: italic;
}
.logistics-card-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.areas {
  padding: 0 0 60px;
}
.areas .row {
  margin-top: -130px;
}
.areas .row .card {
  background: #083C63;
  color: #fff;
  border: 0;
  border-radius: 30px;
  height: 100%;
}
.areas .row .card .card-header {
  padding: 15px 30px;
  border-radius: 30px 30px 0 0;
  background-image: linear-gradient(90deg, #0070bc 0%, #9fe816 100%);
}
.areas .row .card .card-body {
  padding: 30px;
}
.areas .row .card .card-body h4 {
  font-weight: lighter;
}
.areas .row .card .card-body h5 {
  font-weight: lighter;
  margin: 20px 0;
}
.areas .row .card .card-body h6 {
  font-style: italic;
  margin-top: 25px;
  font-size: 18px;
}
.areas .row .card .card-body ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.areas .row .card .card-body ul li {
  margin-bottom: 5px;
}
.sobre-nos {
  padding: 80px 0;
}
.valores-i {
  padding: 80px 0;
}
.valores-i .box-valores-i {
  background: url(../themes/petroilum/assets/images/bg-7.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 80px 40px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
}
.valores-i .box-valores-i span {
  color: #fff;
  opacity: 1;
}
.valores-i .box-valores-i h4 {
  font-weight: lighter;
  margin: 30px 0 20px;
  font-size: 32px;
}
._inst h4 {
  font-size: 18px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .especialistas ._img-1 {
    width: 100%;
    margin-right: 0;
  }
  .passos .box-passos, .valores .box-valores, .valores-i .box-valores-i {
    max-width: none;
  }
  .especialistas {
    padding-top: 60px;
  }
  .valores .box-valores {
    padding: 120px 20px;
  }
  .valores .item {
    min-height: 250px;
  }
  .atuacao .box-itens .item {
    border-radius: 20px;
  }
  .atuacao .box-itens .item p {
    text-align: center;
    padding: 10px;
  }
  .passos .box-passos {
    padding: 120px 20px 160px;
  }
  .detail {
    background-size: cover;
    height: 300px;
  }
}
