.about .row {
  align-items: center;
}
.about__title {
  font-size: 3rem;
}

.aboutPage .row {
  align-items: center;
}

@media (max-width: 959px) {
  .about .subtitle {
    text-align: center;
  }
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 43%;
  color: #ffffff;
  font-size: 3rem;
}

.defaultBtn {
  display: block;
  color: #ffffff;
  background-color: rgba(0, 122, 162, 0.5);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 0;
  margin-top: 2rem;
}
.defaultBtn:hover {
  background-color: #007aa2;
  color: #ffffff;
}

.datasheetBtn {
  color: #ffffff !important;
  margin-right: 5px;
}

.budgetBtn {
  background: #52da52 !important;
  color: #ffffff !important;
  border: none;
  outline: none;
  width: 100% !important;
}

@media (max-width: 959px) {
  .defaultBtn {
    display: block;
    max-width: 180px;
    margin: auto;
  }
  .budgetBtn {
    margin-left: 5px;
  }
}
.Catalogo {
  background: #e9e9e9;
}
.Catalogo h2, .Catalogo p, .Catalogo a {
  text-align: center;
}
.Catalogo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 4px;
  max-width: 70%;
  background: #007aa2;
  color: #ffffff;
  text-align: center;
  margin: auto;
}

.category .subtitle {
  text-align: center;
}
.category__card {
  text-align: center;
}
.category__card h3 {
  font-size: 1.125rem;
  padding-top: 1rem;
}
.category img {
  max-width: 90px;
  display: block;
  margin: auto;
}

@media (max-width: 959px) {
  .category img {
    max-width: 60px;
  }
  .category h3 {
    font-size: 0.75rem;
  }
}
.clients {
  background-color: #00113f;
}
.clients .subtitle {
  text-align: center;
}

#clients img {
  max-width: 130px;
  display: block;
  text-align: center;
}
#clients .owl-prev, #clients .owl-next {
  color: #ffffff;
  margin-top: -4rem;
}

@media (max-width: 959px) {
  .Contact .subtitle {
    text-align: center;
  }
}
.pageTitle h1 {
  font-weight: 700;
  color: #007aa2;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-weight: 700;
  color: #007aa2;
  font-size: 2rem;
  margin-bottom: 2rem;
}

p {
  font-size: 1.25rem;
  text-align: justify;
  padding-right: 2rem;
}

figcaption {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.875rem;
}

@media (max-width: 959px) {
  p {
    text-align: center;
    padding-right: 0;
  }
}
.Form button {
  display: block;
  border: none;
  width: 100%;
}
.Form input, .Form textarea {
  margin-bottom: 1rem;
  border: 1px solid #00113f;
  font-weight: 500;
  font-size: 1.125rem;
}

.Footer {
  background-color: #2b2b2b;
}
.Footer .logoFooter {
  width: 170px;
  height: auto;
  display: block;
  margin: auto;
}
.Footer .waLink {
  color: rgba(255, 255, 255, 0.8);
}
.Footer p {
  color: #e9e9e9;
}
.Footer h4 {
  color: #007aa2;
}
.Footer p {
  font-size: 0.875rem;
}
.Footer .socialList {
  display: flex;
  justify-content: start;
  align-items: center;
}
.Footer .socialList__item {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #e9e9e9;
  padding: 1px;
}
.Footer .socialList__item a {
  display: flex;
}
.Footer .socialList__item .fab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #2b2b2b;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  .Footer .socialList {
    justify-content: center;
  }
}
.Header {
  display: flex;
  padding: 0.625rem;
  justify-content: space-between;
  align-items: center;
  background-color: #00113f;
  color: #ffffff;
}
.Header span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.Header .socialList {
  display: flex;
  justify-content: end;
  align-items: center;
}
.Header .socialList a {
  display: flex;
  color: #00113f;
}
.Header .socialList__item {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  padding: 1px;
}
.Header .socialList__item .fab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  .Header {
    justify-content: end;
  }
}
.line {
  background-color: #e6e4d6;
}
.line .row {
  align-items: center;
}
.line__title {
  font-weight: 700;
  color: #007aa2;
  font-size: 2rem;
}

.Map {
  width: 100%;
  height: 500px;
}

@media (max-width: 959px) {
  .Map {
    height: auto;
  }
}
.Navbar {
  position: relative;
  background: #ffffff;
  padding: 0.675rem 0;
  color: white;
  transition: ease-in-out 0.1s;
  border-bottom: 1px solid #e6e4d6;
}
.Navbar__logo {
  width: 500px;
  height: auto;
}
.Navbar__list {
  text-align: right;
  justify-content: end;
}
.Navbar__list-item {
  display: inline;
  padding: 0 0.5rem;
  text-align: center;
}
.Navbar__list-item a {
  color: #2b2b2b;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: ease-in-out 0.1s;
}
.Navbar__list-item a:hover {
  color: #007aa2;
}

.expand {
  height: calc(100vh - 114px) !important;
}

@media (max-width: 979px) {
  .Navbar {
    padding-top: 1rem;
    height: 70px;
    overflow: hidden;
  }
  .Navbar__logo {
    width: 225px;
    height: auto;
    margin-top: 5px;
  }
  .Navbar__list {
    padding: 2rem 0 1rem 0;
    flex-direction: column;
    flex-grow: strech;
    text-align: left;
  }
  .Navbar__list-item {
    display: block;
    border-bottom: 1px solid rgba(0, 17, 63, 0.2);
    padding: 12px 0;
  }
  .Navbar__list-item a {
    color: #00113f;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .Navbar__list-item:last-of-type {
    border-bottom: none;
  }
}
.Products {
  padding-top: 0 !important;
  background: #e9e9e9;
}
.Products h1 {
  padding: 2rem 0;
}
.Products a {
  color: #2b2b2b;
}
.Products figure {
  background: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid rgba(209, 209, 209, 0.5);
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
}
.Products figure:hover {
  box-shadow: 0 0 5px rgba(43, 43, 43, 0.3);
}
.Products figure figcaption {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProductDescription ul li {
  background-image: url("../assets/img/layout/bullet.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-bottom: 0.5rem;
}

@media (max-width: 959px) {
  .Products figure {
    padding: 0.5rem;
    height: auto;
  }
  .ProductDescription ul li {
    background-position: left 8px;
    text-align: left;
  }
}
.segments {
  background: #e9e9e9;
}
.segments .subtitle {
  text-align: center;
}

.Selo {
  width: 450px;
  height: auto;
}

.Tankyou {
  background: #e9e9e9;
}

.WaChat {
  position: fixed;
  width: 60px;
  height: auto;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  text-decoration: none;
}
.WaChat img {
  border-radius: 100px;
  border: none;
}
.WaChat img:hover {
  box-shadow: 0px 0px 12px rgba(43, 43, 43, 0.7);
}

@media (max-width: 959px) {
  .WaChat img {
    width: 50px;
  }
}
.ToggleButton {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer;
  display: none;
}
.ToggleButton__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00113f;
  transition: ease-in-out 0.1s;
}
.ToggleButton__line:first-of-type {
  top: 8px;
}
.ToggleButton__line:nth-of-type(2) {
  top: 16px;
}
.ToggleButton__line:last-of-type {
  top: 24px;
}

.ButtonTransform span:nth-of-type(2) {
  opacity: 0;
}
.ButtonTransform span:first-of-type {
  transform: rotate(45deg);
  top: 15px;
}
.ButtonTransform span:last-of-type {
  transform: rotate(-45deg);
  top: 15px;
}

@media (max-width: 979px) {
  .ToggleButton {
    display: block;
  }
}
.mobile {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: "Baloo 2", sans-serif;
}

.wrapper {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.image-fluid {
  max-width: 100%;
}

.transition {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

section {
  padding: 5rem 0;
}

.borderTop {
  border-top: 1px solid rgb(204, 204, 204);
}

@media (max-width: 959px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  section {
    padding: 2rem 1rem;
  }
  section .row div {
    margin-bottom: 1rem;
    text-align: left;
  }
  .subtitle {
    margin-bottom: 1rem;
  }
  .hide-in-mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .mobile {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */