@charset "UTF-8";
p {
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html,
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.grid {
  width: min(95%, 80rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.sec-header {
  width: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 555;
  position: fixed;
  transition: 0.3s ease-in-out;
  padding: 0.3333rem 0;
  background-color: #fff;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.15);
}
.sec-header.f-nav .logo {
  width: 150px;
}
.sec-header .logo {
  width: 240px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .sec-header .logo {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
  .sec-header .logo img {
    width: 130px;
  }
}
.sec-header .grid {
  align-items: center;
}
.sec-header .sec-menu {
  align-self: center;
  transition: 0.3s ease-in-out;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu {
    z-index: 999;
    order: 4;
    width: 30%;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: fixed;
    top: 30px;
    right: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff, 0 0 0 8px #fff;
    z-index: 2;
    transition: 0.4s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo:hover {
    box-shadow: 0 0 0 8px #fff, 0 0 0 8px #fff;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #002E62;
    width: 25px;
    height: 2px;
    position: relative;
    top: 14px;
    left: 2px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    background: #002E62;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    left: 0;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -6px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    bottom: -6px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
    box-shadow: 0 0 0 130vw #fff, 0 0 0 130vh #fff;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    transition: 0.25s 0.4s ease;
    opacity: 1 !important;
    visibility: unset;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
    transition: 0s;
    padding: 0;
  }
  .sec-header .sec-menu ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu ul {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu ul li {
    width: auto;
    display: block;
    text-align: center;
  }
  .sec-header .sec-menu ul li.menu-item-home {
    display: none;
  }
  .sec-header .sec-menu ul li.menu-item-has-children > a {
    display: none;
  }
  .sec-header .sec-menu ul li .sub-menu {
    display: block !important;
    position: unset !important;
    transform: translate(0, 0) !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .sec-header .sec-menu ul li a {
    font-size: 1.5rem !important;
    padding: 1.333rem 0 !important;
    color: #002E62 !important;
  }
}
.sec-header .sec-menu li {
  display: inline-flex;
  position: relative;
}
.sec-header .sec-menu li a {
  display: block;
  color: #434343;
  padding: 1.333rem 1rem;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
}
.sec-header .sec-menu li a:hover {
  opacity: 0.6;
}

button.button,
a.button {
  display: inline-table;
  margin-top: 2rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #eac976;
}
button.button.black,
a.button.black {
  border-color: #002e62;
  color: #002e62;
}
button.button.black svg,
button.button.black path,
a.button.black svg,
a.button.black path {
  fill: #002e62;
}
button.button span.txt,
button.button span.ico,
a.button span.txt,
a.button span.ico {
  vertical-align: middle;
  display: inline-table;
}
button.button span.ico,
a.button span.ico {
  margin-left: 1rem;
}

.hero-hydraulic {
  position: relative;
  min-height: 100vh;
}
.hero-hydraulic .grid {
  align-items: center;
  height: 100%;
}
.hero-hydraulic__content {
  width: 50%;
  padding-top: 4rem;
}
@media screen and (max-width: 500px) {
  .hero-hydraulic__content {
    width: 100%;
    padding: 2rem;
  }
}
.hero-hydraulic__content h1 {
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.hero-hydraulic__content h2 {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.hero-hydraulic__content h2 .highlight {
  color: #eac976;
}
.hero-hydraulic__content p {
  color: #fff;
}
.hero-hydraulic__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-hydraulic__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 46, 98, 0.5) 0%, #002e62 77.5%);
  z-index: 1;
}

.about-us {
  background-color: #f9f9f9;
  padding: 4rem 2rem;
  color: #434343;
}
.about-us__wrap {
  align-items: center;
}
.about-us__images {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .about-us__images {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-us__images {
    flex-direction: row;
    justify-content: space-between;
  }
}
.about-us__images .about-us__image {
  width: 100%;
}
.about-us__title {
  font-size: 2.22222rem;
  font-weight: bold;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  color: #002e62;
}
.about-us__content {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .about-us__content {
    width: 100%;
    padding: 2rem;
  }
}
.about-us__content p {
  padding-top: 12px;
  font-size: 14px;
}

.mission,
.quality {
  padding: 4rem 2rem;
  color: #434343;
}
.mission__wrap,
.quality__wrap {
  align-items: center;
  gap: 4rem;
}
.mission__image,
.quality__image {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .mission__image,
  .quality__image {
    width: 100%;
    order: 1;
  }
}
.mission__image img,
.quality__image img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mission__image,
  .quality__image {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mission__content,
.quality__content {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .mission__content,
  .quality__content {
    width: 100%;
    padding: 2rem;
    order: 2;
  }
}
.mission__content h2,
.quality__content h2 {
  color: #002e62;
  font-family: "Crimson Text", serif;
  font-size: 2.22222rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mission__content p,
.quality__content p {
  padding-top: 12px;
  font-size: 14px;
}

.mission {
  padding-bottom: 0;
}

.quality {
  background-color: #f9f9f9;
  padding: 8rem 2rem 4rem 2rem;
  margin-top: -4rem;
}
@media screen and (max-width: 500px) {
  .quality {
    width: 100%;
    padding: 4rem 2rem;
    margin-top: 0;
  }
}

.products {
  background-color: #002e62;
  padding: 8rem 2rem;
}
.products__intro {
  position: sticky;
  width: 40%;
  align-self: flex-start;
  top: 100px;
}
@media screen and (max-width: 500px) {
  .products__intro {
    width: 100%;
    padding: 2rem;
    position: unset;
  }
}
.products__intro h2 {
  color: #fff;
  /* Titulo 1 */
  font-family: "Crimson Text", serif;
  font-size: 2.22222rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.products__intro p {
  color: #fff;
}
.products__list {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .products__list {
    width: 100%;
    padding: 2rem;
  }
}
.products .accordion__item {
  border-radius: 0.44444rem;
  border: 1px solid rgba(255, 255, 255, 0.39);
  background: #032852;
  margin: 1rem 0;
  padding: 1rem;
}
.products .accordion__item.active .accordion__header::after {
  transform: rotate(180deg);
}
.products .accordion__item.active .accordion__content {
  max-height: 500px;
  padding-bottom: 1rem;
}
.products .accordion__header {
  color: #eac976;
  font-family: "Crimson Text", serif;
  font-size: 1.5re;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: left;
  padding: 1rem;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.products .accordion__header::after {
  content: "▾";
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}
.products .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
}
.products .accordion__content p {
  color: #fff;
  font-size: 14px;
}

.catalog-form {
  background-color: #002e62;
  position: relative;
}
.catalog-form:after {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #f3f3f3;
  bottom: 0;
  left: 0;
  position: absolute;
}
.catalog-form .grid {
  position: relative;
  z-index: 3;
}
.catalog-form__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 1.94444rem;
}
.catalog-form__overlay {
  position: relative;
  z-index: 2;
  border-radius: 1.94444rem;
  background: linear-gradient(180deg, rgba(0, 46, 98, 0.5) 0%, #002e62 77.5%);
  width: 100%;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-end;
  padding: 5rem;
}
.catalog-form__content {
  width: 100%;
  max-width: 30rem;
}
.catalog-form__content h2 {
  color: #fff;
  /* Titulo 1 */
  font-family: "Crimson Text", serif;
  font-size: 2.22222rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.catalog-form__content .highlight {
  color: #eac976;
}
.catalog-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.catalog-form .form-group label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
}
.catalog-form .form-group input {
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  outline: none;
  color: #002e62;
}
.catalog-form .form-row {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .catalog-form .form-row {
    flex-direction: column;
  }
}
.catalog-form button.button {
  margin-top: 0;
}

.footer {
  background-color: #f3f3f3;
  padding: 3rem 0;
  font-size: 0.95rem;
  color: #001f5b;
  text-align: center;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
}

.footer__logo img {
  max-width: 150px;
}

.footer__text {
  text-align: left;
  font-size: 0.9rem;
  color: #333;
}

.footer__contacts {
  text-align: left;
}

.footer__contacts a {
  color: #001f5b;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.footer__contacts a:hover {
  text-decoration: underline;
}

.footer__bottom {
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  font-size: 0.85rem;
  color: #001f5b;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer__text,
  .footer__contacts {
    text-align: center;
  }
  .footer__contacts a {
    margin: 0.25rem 0;
  }
}
p {
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #434343;
}

/*# sourceMappingURL=style.css.map */
