/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Ubuntu", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

.third-color {
  color: #fac939 !important;
}

.white-color {
  color: #ffffff !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.p20 {
  padding: 0 20px !important;
}

header {
  position: relative;
}
header img {
  width: 100%;
}
header .footer-header {
  position: relative;
  z-index: 1;
  font-size: 0;
}
header .banner-header {
  margin-bottom: -65px;
}
header .logo {
  background-image: url("/assets/images/bg-logo.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 280px;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .logo--img {
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
}
header .menu {
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0) 0%, #a9a9a9 10%);
  position: fixed;
  top: 25px;
  right: 0;
  z-index: 10;
  max-width: 100%;
}
header .menu--list {
  display: flex;
  align-items: center;
  padding: 10px 40px;
}
header .menu--list--item {
  font-size: 16px;
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  padding: 0 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  header .banner-header {
    margin-bottom: -20px;
  }
  header .menu {
    top: 70px;
  }
  header .menu--list--item {
    font-size: 12px;
    padding: 0 8px;
  }
  header .logo {
    background-image: url("/assets/images/bg-logo-mobile.svg");
    width: 100%;
    height: 80px;
    background-position: center;
  }
  header .logo--img {
    max-width: 115px;
    left: 50%;
  }

  .footer-header {
    margin-bottom: -11px;
  }
}
@media (max-width: 360px) {
  header .logo {
    height: 66px;
  }
  header .menu {
    top: 57px;
  }
  header .menu li {
    display: flex;
  }
  header .menu--list {
    padding: 10px 20px 10px 40px !important;
  }
  header .menu--list--item {
    font-size: 10px !important;
  }
}
.security {
  background-image: url("/assets/images/bg-security.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 160px 65px 280px;
}
.security--int--title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.security--int--subtitle {
  font-size: 16px;
  color: #ffffff;
}
.security--int--icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
}
.security--int--icons--item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.security--int--icons--item--desc {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .security {
    padding: 90px 40px 80px;
  }
  .security--int--title {
    font-size: 20px;
  }
  .security--int--subtitle {
    font-size: 12px;
    font-weight: 700;
  }
  .security--int--icons {
    margin-top: 20px;
  }
  .security--int--icons--item {
    margin-bottom: 20px;
    padding: 0;
    width: 50%;
  }
  .security--int--icons--item--image {
    max-height: 65px;
  }
  .security--int--icons--item--desc {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .security {
    padding: 90px 35px 80px;
  }
}
.oleo-500 {
  background-image: url("/assets/images/first-oleo-bg.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.oleo-500--int {
  display: flex;
}
.oleo-500--int--text {
  padding: 145px 90px 260px;
  width: 50%;
}
.oleo-500--int--text--title {
  margin-bottom: 0;
  font-size: 34px;
  color: #bc3b36;
}
.oleo-500--int--text--content {
  color: #ffffff;
  font-size: 16px;
  margin-top: 60px;
}
.oleo-500--int--image {
  width: 50%;
  margin-top: -40px;
  margin-bottom: 60px;
}
.oleo-500--int--image img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 920px) {
  .oleo-500 {
    background-image: url("/assets/images/first-oleo-bg-mobile.jpg");
  }
  .oleo-500--int {
    flex-direction: column;
  }
  .oleo-500--int--text {
    padding: 130px 40px 20px;
    width: auto;
  }
  .oleo-500--int--image {
    width: auto;
    margin-top: 0;
    text-align: center;
  }
}
.oleo-500--int--text--read-more {
  font-size: 12px;
  color: #1e71b8;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}

.bombas {
  background-image: url("/assets/images/third-oleo-bg.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.bombas--int {
  display: flex;
}
.bombas--int--text {
  padding: 145px 90px 260px;
  width: 50%;
}
.bombas--int--text--title {
  margin-bottom: 40px;
  font-size: 34px;
  color: #bc3b36;
}
.bombas--int--text--content {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
.bombas--int--image {
  width: 50%;
  margin-top: -40px;
  margin-bottom: 60px;
}
.bombas--int--image img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 920px) {
  .bombas {
    background-image: url("/assets/images/third-oleo-bg-mobile.jpg");
  }
  .bombas--int {
    flex-direction: column;
  }
  .bombas--int--text {
    padding: 130px 40px 20px;
    width: auto;
  }
  .bombas--int--image {
    width: auto;
    margin-top: 0;
    text-align: center;
  }
}
.bombas--int--text--list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.bombas--int--text--list li {
  color: #ffffff;
}

.oleo-10--int {
  display: flex;
}
.oleo-10--int--text {
  padding: 145px 90px 260px;
  width: 50%;
}
.oleo-10--int--text--title {
  font-size: 34px;
  color: #fac939;
}
.oleo-10--int--text--content {
  color: #0f0f0f;
  font-size: 16px;
  margin-top: 60px;
}
.oleo-10--int--image {
  width: 50%;
  margin-top: -40px;
  margin-bottom: 60px;
  text-align: right;
}
.oleo-10--int--image img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 920px) {
  .oleo-10--int {
    flex-direction: column;
  }
  .oleo-10--int--text {
    width: auto;
    padding: 130px 40px 20px;
  }
  .oleo-10--int--image {
    width: auto;
    margin-top: 0;
    text-align: center;
    order: 1;
  }

  .bombas {
    padding-bottom: 80px;
  }
}
@media (max-width: 360px) {
  .oleo-500--int--image {
    padding: 0 40px 0;
  }

  .oleo-10--int--image {
    padding: 0 40px 0;
  }
}
.brands {
  padding: 145px 20px;
}
.brands--int {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1e71b8;
}
.brands--int--title {
  font-size: 34px;
  margin-bottom: 15px;
}
.brands--int--subtitle {
  font-size: 20px;
  margin-bottom: 70px;
}
.brands--int--image {
  margin-bottom: 70px;
}
.brands--int--footer-text {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .brands {
    padding: 120px 35px;
  }
  .brands--int--title {
    font-size: 20px;
    font-weight: 700;
  }
  .brands--int--subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .brands--int--image {
    margin-bottom: 40px;
  }
  .brands--int--footer-text {
    font-size: 12px;
  }
}
.about-us {
  background-image: url("/assets/images/bg-about-us.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  padding: 240px 120px 240px 60px;
  overflow: hidden;
}
.about-us:after {
  content: url("/assets/images/right-frame.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.about-us--int--first-line {
  display: flex;
  margin-bottom: 80px;
}
.about-us--int--first-line--content {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  padding: 0 60px;
  line-height: 1.4;
  font-size: 20px;
}
.about-us--int--first-line--content:first-child {
  width: 60%;
}
.about-us--int--first-line--content:last-child {
  width: 40%;
}
.about-us--int--first-line--content img {
  margin-right: 25px;
}
.about-us--int--second-line {
  padding: 0 70px 0;
  display: flex;
}
.about-us--int--second-line--content {
  width: 40%;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  padding: 0 60px;
  line-height: 1.4;
  font-size: 20px;
}
.about-us--int--second-line--content img {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .about-us {
    padding: 120px 40px;
  }
  .about-us:after {
    display: none;
  }
  .about-us--int--first-line, .about-us--int--second-line {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  .about-us--int--first-line--content, .about-us--int--second-line--content {
    width: auto !important;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
    font-size: 12px;
  }
  .about-us--int--first-line--content img, .about-us--int--second-line--content img {
    max-width: 35px;
  }
}
.contact {
  padding: 100px 95px 50px;
  position: relative;
}
.contact:before {
  content: url("/assets/images/bottom-frame.png");
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-70%);
  width: 100%;
  overflow-x: hidden;
  max-width: 1366px;
}
.contact--title {
  font-size: 34px;
  color: #1e71b8;
  margin-bottom: 20px;
}
.contact--int {
  display: flex;
}
.contact--int--info {
  padding: 0 20px;
  width: 50%;
  position: relative;
}
.contact--int--info:after {
  content: "";
  position: absolute;
  background-color: #dadada;
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
}
.contact--int--info--subtitle {
  color: #5b5c5d;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.2;
}
.contact--int--info--list {
  margin-bottom: 10px;
}
.contact--int--info--list--item {
  padding: 10px;
}
.contact--int--info--list--item a {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #5b5c5d;
}
.contact--int--info--list--item:nth-child(1) a:before {
  content: url("/assets/images/cel-phone.svg");
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.contact--int--info--list--item:nth-child(2) a:before {
  content: url("/assets/images/phone.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact--int--info--list--item:nth-child(3) a:before {
  content: url("/assets/images/letter.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact--int--info--list--item:nth-child(4) a:before {
  content: url("/assets/images/mark.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact--int--form {
  width: 50%;
  padding-left: 100px;
}
.contact--int--form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact--int--form--group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact--int--form--group label {
  color: #5b5c5d;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact--int--form--group--input {
  border-radius: 3px;
  border: 1px solid #dcd8d8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  margin-bottom: 16px;
}
.contact--int--form--group--input[type=textarea] {
  height: 120px;
}
.contact--int--form .contact--int--button {
  margin-top: 40px;
}
.contact--int--button {
  background-color: #558ab8;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 40px;
  display: inline-block;
  border: 1px solid #558ab8;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .contact:before {
    display: none;
  }
}
@media (max-width: 920px) {
  .contact--int {
    flex-direction: column;
  }
  .contact--int--info {
    width: 100%;
    margin-bottom: 70px;
  }
  .contact--int--info:after {
    display: none;
  }
  .contact--int--form {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 100px 50px 50px;
  }
  .contact:before {
    content: "";
    background-image: url("/assets/images/bottom-frame-mobile.png");
    background-size: cover;
    background-position: -40px -10px;
    background-repeat: no-repeat;
    height: 90px;
  }
  .contact--title {
    font-size: 20px;
    font-weight: 700;
  }
  .contact--int--info--subtitle {
    font-size: 12px;
  }
  .contact--int--info--list--item a {
    font-size: 12px;
    display: inline-block;
  }
  .contact--int--show-form {
    display: inline-block;
    font-size: 12px;
    color: #5b5c5d;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
  }
  .contact--int--show-form:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    color: #5b5c5d;
    font-size: 12px;
  }
  .contact--int--show-form.activeForm:after {
    content: "-";
  }
}
.copyright {
  background-image: url("/assets/images/bg-corpyright.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 220px;
}
.copyright--int--text {
  color: white;
  text-align: center;
  padding-top: 160px;
}

@media (min-width: 1400px) {
  .copyright {
    background-image: none;
    background-color: #5b5c5d;
    margin-bottom: 40px;
    height: auto;
  }
  .copyright--int--text {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .copyright {
    background-image: none;
    background-color: #5b5c5d;
    height: auto;
    padding: 0 20px;
  }
  .copyright--int--text {
    padding: 10px 0;
    line-height: 1.97;
    font-size: 12px;
    text-align: left;
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 767px) {
  .scroll-top {
    right: 15px;
    width: 45px;
  }
}
.fixed-whats {
  bottom: 120px;
  right: 40px;
  position: fixed;
  z-index: 11;
}

@media (max-width: 767px) {
  .fixed-whats {
    right: 15px;
    width: 45px;
    bottom: 155px;
  }
}
.fixed-tel {
  display: none;
}

@media (max-width: 767px) {
  .fixed-tel {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 11;
    width: 45px;
  }
}
.scroll-bottom {
  position: absolute;
  bottom: 300px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: scroll-bottom;
          animation-name: scroll-bottom;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  cursor: pointer;
}
.scroll-bottom--image {
  max-width: 150px;
}

@-webkit-keyframes scroll-bottom {
  0% {
    bottom: 300px;
  }
  60% {
    bottom: 300px;
  }
  90% {
    bottom: 250px;
  }
  100% {
    bottom: 300px;
  }
}

@keyframes scroll-bottom {
  0% {
    bottom: 300px;
  }
  60% {
    bottom: 300px;
  }
  90% {
    bottom: 250px;
  }
  100% {
    bottom: 300px;
  }
}
@media (max-width: 767px) {
  .scroll-bottom {
    bottom: 100px;
    -webkit-animation-name: scroll-bottom-mobile;
            animation-name: scroll-bottom-mobile;
  }
  .scroll-bottom--image {
    max-width: 100px;
  }

  @-webkit-keyframes scroll-bottom-mobile {
    0% {
      bottom: 100px;
    }
    60% {
      bottom: 100px;
    }
    90% {
      bottom: 75px;
    }
    100% {
      bottom: 100px;
    }
  }

  @keyframes scroll-bottom-mobile {
    0% {
      bottom: 100px;
    }
    60% {
      bottom: 100px;
    }
    90% {
      bottom: 75px;
    }
    100% {
      bottom: 100px;
    }
  }
}
