@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@400;500;700&display=swap');
.soft-transition {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #585858;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}
#about {
  background-color: #F1F1F1;
  margin-top: 140px;
  padding-bottom: 50px;
  padding-top: 65px;
}
#about .container {
  display: flex;
  justify-content: space-between;
}
#about .about-texts {
  padding-right: 5rem;
}
#about .partition-title {
  margin-bottom: 20px;
}
#about .partition-title .title {
  color: #3C8ADD;
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#about .partition-title .subtitle {
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0;
}
#about .about-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 50px;
  text-align: justify;
}
#about .about-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-top: 84px;
  max-height: 585px;
  width: 40%;
}
#values {
  padding-bottom: 100px;
  padding-top: 80px;
}
#values .container {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#values .item {
  width: 27%;
}
#values .item .title {
  color: #222222;
  line-height: 48px;
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}
#values .item .title:after {
  content: "";
  height: 6px;
  width: 50px;
  background-color: #3C8ADD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#values .item .text {
  color: #585858;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 27px;
}
#institutional-photos {
  padding-bottom: 40px;
}
#institutional-photos .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 470px;
}
#institutional-photos .swiper-wrapper {
  padding-left: 200px;
  padding-right: 200px;
}
#products {
  margin-top: 140px;
  padding-bottom: 70px;
  padding-top: 50px;
  min-height: 70vh;
}
#products .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 100px;
}
#products .header .partition-title {
  margin-bottom: 0;
}
#products .header .partition-title .title {
  color: #3C8ADD;
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#products .header .partition-title .subtitle {
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0;
}
#products .header .partition-title .subtitle {
  margin-bottom: 10px;
}
#products .header .partition-title .intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
}
#products .header .dropdown .dropdown-toggle {
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 29px;
}
#products .header .dropdown .dropdown-toggle:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#products .header .dropdown .dropdown-toggle[aria-expanded="true"]:after {
  transform: rotateX(180deg);
}
#products .header .dropdown .dropdown-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  border: none;
  width: 100%;
  top: 10px !important;
  border-radius: 20px;
  box-shadow: 0px 14px 44px #c7c7c760;
}
#products #pagination ul {
  align-items: center;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  justify-content: center;
  line-height: 19px;
  list-style: none;
}
#products #pagination .paginationjs-page {
  margin-left: 10px;
  margin-right: 10px;
}
#products #pagination .paginationjs-page a {
  color: #383938;
  font-weight: 300;
}
#products #pagination .paginationjs-page.active a {
  color: #3C8ADD;
  font-weight: bold;
}
#products #pagination .paginationjs-prev,
#products #pagination .paginationjs-next {
  align-items: center;
  background-color: #3C8ADD;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
#products #pagination .paginationjs-prev a,
#products #pagination .paginationjs-next a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
#products #pagination .paginationjs-prev.disabled,
#products #pagination .paginationjs-next.disabled {
  background-color: #E0E0E0;
  color: #3C8ADD;
}
#products #pagination .paginationjs-prev {
  margin-right: 25px;
}
#products #pagination .paginationjs-next {
  margin-left: 25px;
}
#product-details {
  background-color: #F1F1F1;
  margin-top: 140px;
  padding-bottom: 70px;
  padding-top: 40px;
}
#product-details .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#product-details .media {
  flex-direction: column;
  padding-right: 80px;
  width: 50%;
}
#product-details .go-back {
  color: #001B17;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 50px;
}
#product-details .go-back svg {
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#product-details .go-back svg.fill {
  fill: #001B17;
}
#product-details .go-back svg.stroke {
  stroke: #001B17;
}
#product-details .go-back:hover {
  color: #3C8ADD;
}
#product-details .go-back:hover svg.fill {
  fill: #3C8ADD;
}
#product-details .go-back:hover svg.stroke {
  stroke: #3C8ADD;
}
#product-details .main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 355px;
  overflow: hidden;
  width: 100%;
}
#product-details .main-image img {
  height: auto;
  min-width: 100%;
}
#product-details .content {
  margin-top: 80px;
}
#product-details .content .title {
  color: #222222;
  font-size: 23px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 40px;
}
#product-details .content .description {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 36px;
  margin-bottom: 55px;
}
#product-details .content table {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
#product-details .content table li {
  display: inline-flex;
}
#product-details .content table tr th,
#product-details .content table tr td {
  border-bottom: 1px solid #e3e3e3;
}
#product-details .content table tr th {
  padding: 7px 0 7px 0;
}
#product-details .content table tr td:first-child {
  color: #448FB4;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding: 7px 0 7px 0;
}
#product-photos {
  background-color: #F1F1F1;
  padding-bottom: 40px;
}
#product-photos .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 470px;
}
#product-photos .swiper-wrapper {
  padding-left: 200px;
  padding-right: 200px;
}
#segments {
  background-color: #F1F1F1;
  margin-top: 140px;
  padding-bottom: 70px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
#segments:after {
  content: "";
  height: 510px;
  background: #E8E8E8;
  position: absolute;
  top: 310px;
  width: 100%;
  z-index: -1;
}
#segments .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
#segments .header .partition-title {
  margin-bottom: 0;
}
#segments .header .partition-title .title {
  color: #3C8ADD;
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#segments .header .partition-title .subtitle {
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0;
}
#segments .header .partition-title .subtitle {
  margin-bottom: 10px;
}
#segments .header .partition-title .intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
  width: 60%;
}
#segments .banner {
  display: block;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
  overflow: hidden;
}
#segments .banner img {
  min-width: 100%;
}
#segments .list-segments {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 50px 30px;
}
#segments .list-segments .item {
  background: #FFFFFF;
  box-shadow: 0px 14px 44px rgba(0,0,0,0.06);
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  padding: 40px 22px 45px;
  text-align: center;
}
#segments .list-segments .title {
  color: #3C8ADD;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 15px;
}
#segments .list-segments .text {
  color: #585858;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0;
}
#specifications {
  background-color: #F1F1F1;
  margin-top: 140px;
  padding-bottom: 70px;
  padding-top: 50px;
}
#specifications .header .partition-title {
  margin-bottom: 20px;
}
#specifications .header .partition-title .title {
  color: #3C8ADD;
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#specifications .header .partition-title .subtitle {
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0;
}
#specifications .list-specifications {
  border-collapse: separate;
  margin-bottom: 50px;
  width: 100%;
}
#specifications .list-specifications tr {
  background: #FFFFFF;
}
#specifications .list-specifications td {
  color: #585858;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 25px;
}
#specifications .list-specifications td:first-child {
  color: #3C8ADD;
  font-weight: bold;
}
#specifications .section-title {
  color: #222222;
  font-size: 33px;
  font-weight: bold;
  line-height: 48px;
}
#specifications .list-relations {
  border-collapse: separate;
  margin-bottom: 70px;
  width: 100%;
}
#specifications .list-relations caption {
  caption-side: unset;
}
#specifications .list-relations tr {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
#specifications .list-relations td {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 20px;
  text-align: center;
  min-height: 60px;
  position: relative;
}
#specifications .list-relations td.axis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#specifications .list-relations td.axis sub {
  bottom: -1.25em;
}
#specifications .list-relations td.axis hr {
  height: 130px;
  background: #0FB6FD;
  width: 2px;
  border: none;
  margin: 0;
  transform: rotate(-75deg);
  position: absolute;
  left: 105px;
}
#specifications .list-relations td.axis sup {
  bottom: -1em;
}
#specifications .list-relations td.active {
  background: #3C8ADD;
}
#specifications .list-colors {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3,1fr);
  list-style: none;
  width: 60%;
}
#specifications .list-colors .item {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
}
#specifications .list-colors .item .color {
  border: 5px solid #FFFFFF;
  box-shadow: 6px 6px 12px rgba(0,0,0,0.06);
  border-radius: 50%;
  display: block;
  margin-right: 17px;
  height: 57px;
  width: 57px;
}
