h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  color: #0b2042;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -2px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0b2042;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 16px;
  color: #0b2042;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #606060;
  font-size: 1em;
  line-height: 2em;
  font-weight: 300;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-bottom: 15px;
  color: #606060;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}

.main-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  position: relative;
  z-index: 3;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.row.align-items-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.mission-row {
  margin-top: 60px;
}

.row.special-padding {
  padding-right: 0px;
  padding-left: 30px;
}

.row.links-row {
  padding-left: 130px;
}

.row.post-footer {
  margin-top: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.6;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
}

.col-4.company-space {
  padding-right: 30px;
  padding-left: 30px;
}

.col-4.hide-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  width: 240px;
  max-width: none;
}

.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.list-inline.menu-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-inline.contact-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-inline-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-inline-item.hide-this {
  display: none;
}

.menu-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.menu-link:hover {
  border-bottom: 3px solid #2770ed;
  border-radius: 0px;
}

.contact-link {
  padding-left: 15px;
}

.social-icon {
  width: 25px;
  height: 25px;
  max-width: none;
}

.btn-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 20px;
  padding: 16px 25px 14px 53px;
  border-style: solid;
  border-width: 3px;
  border-color: #eee;
  border-radius: 13px;
  background-color: #78ae6a;
  background-image: url('../images/whatsapp.svg');
  background-position: 12% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.btn-contact:hover {
  background-color: #fff;
  color: #78ae6a;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.intro {
  padding-top: 270px;
  padding-bottom: 250px;
  padding-left: 0%;
}

.col-6.col-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-6.col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.special-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 30px;
  height: 3px;
  margin-right: 10px;
  background-color: #0b2042;
}

.special-title-h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b2042;
  font-size: 0.7em;
  line-height: 1.2em;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.intro-text {
  margin-bottom: 30px;
}

.intro-text-wrap {
  position: relative;
  margin-right: 0px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.detail-1 {
  position: absolute;
  left: -50px;
  top: -25px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 210px;
  height: 210px;
  background-image: url('../images/display-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-data-separator {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #152f60;
  font-size: 0.9em;
}

.cds-text {
  display: inline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0px;
}

.cds-text-bold {
  display: inline;
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
}

.cds-text-icon {
  margin-right: 26px;
  text-decoration: none;
}

.cds-icon {
  width: 23px;
  height: 20px;
  max-width: none;
  margin-right: 6px;
}

.btn-primary {
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #2770ed;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
}

.product-intro {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 135%;
  height: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.intro-slider {
  overflow: hidden;
  height: 700px;
  padding-left: 140px;
  background-color: transparent;
}

.slider-mask {
  overflow: visible;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.left-arrow {
  left: -305px;
  top: auto;
  right: 0%;
  bottom: 200px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #0b2042;
}

.right-arrow {
  position: absolute;
  left: 188px;
  top: auto;
  right: 0%;
  bottom: 198px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #0b2042;
}

.slide-nav {
  display: none;
}

.slide-item {
  overflow: visible;
  -webkit-perspective: 350px;
  perspective: 350px;
}

.slide-content-card {
  position: absolute;
  left: 140px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 11;
  width: 250px;
  height: auto;
  padding: 30px 35px 20px 40px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 20px -2px #606060;
}

.effector-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 60px;
}

.service-image {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-content-text h4 {
  margin-top: 0px;
  font-family: Archivo, sans-serif;
  color: #0b2042;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider-content-text p {
  text-align: left;
}

.icon-arrow {
  width: 20px;
  height: 45px;
  max-width: none;
  margin-left: -5px;
}

.icon-arrow.right-arrow-icon {
  margin-right: -2px;
  margin-left: 0px;
}

.clean-portable {
  position: absolute;
  left: -130px;
  top: 90px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 380px;
}

.col-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.open-door-icon {
  position: absolute;
  left: auto;
  top: 45%;
  right: 45%;
  bottom: 0%;
  z-index: 2;
  width: 90px;
  height: 90px;
  background-image: url('../images/open-door-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.content-section {
  position: relative;
  height: 350px;
  background-image: url('../images/construction.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #152f60;
  opacity: 0.5;
}

.content-card {
  position: absolute;
  top: 90px;
  width: 450px;
  padding: 45px 50px 40px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px -17px #333;
}

.content-card-text {
  margin-bottom: 45px;
}

.detail-2 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 250px;
  max-width: none;
}

.detail-2.green-section-detail {
  left: -6%;
  top: -11%;
}

.detail-2.pieces-detail-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 0px;
  opacity: 0.58;
}

.btn-secondary {
  padding: 12px 35px;
  border: 2px solid #152f60;
  border-radius: 12px;
  background-color: transparent;
  color: #152f60;
  font-size: 0.9em;
  text-align: left;
}

.contrast-background {
  height: 350px;
  background-color: #f4f4f4;
}

.color-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-line-block {
  width: 100%;
  height: 60px;
}

.color-line-block.blue-one {
  background-color: #2770ed;
}

.color-line-block.blue-two {
  background-color: #152f60;
}

.color-line-block.blue-three {
  background-color: #b2cdff;
}

.pieces-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
}

.pieces-text {
  margin-right: 30px;
  margin-bottom: 60px;
  padding-left: 70px;
  text-align: right;
}

.media-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.media-icon {
  width: 60px;
  height: 60px;
  max-width: none;
  margin-right: 30px;
  background-color: transparent;
}

.media-items-container {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 35px;
}

.pieces-images {
  position: relative;
  left: auto;
  top: -10%;
  right: 22%;
  bottom: auto;
  width: 120%;
  max-width: none;
  margin-top: -260px;
}

.portable-image-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 0;
}

.company-info {
  padding-top: 115px;
  padding-bottom: 150px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.green-section {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.mission-box {
  padding: 40px 40px 29px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px -10px #d3d3d3;
}

.mision-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

.section-image {
  padding-left: 65px;
}

.image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 60px;
}

.img-center {
  position: absolute;
  left: -20%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  max-width: none;
}

.circle-detail {
  position: absolute;
  left: auto;
  top: 5%;
  right: 19%;
  bottom: auto;
  z-index: -2;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #b2cdff;
  opacity: 0.33;
}

.circle-detail.circle-detail-pieces {
  top: -134%;
  right: -5%;
}

.company-h3 {
  padding-right: 50px;
  font-size: 2.3em;
  line-height: 1.5em;
}

.company-p {
  padding-right: 75px;
  padding-left: 20px;
  font-size: 1em;
  line-height: 2.4em;
  letter-spacing: 0px;
}

.list-footer {
  padding-left: 0px;
  list-style-type: none;
}

.list-title {
  margin-bottom: 12px;
  font-family: Archivo, sans-serif;
  color: #152f60;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
}

.list-footer-wrap {
  padding-left: 20px;
}

.list-item {
  padding-bottom: 0px;
}

.footer-link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #152f60;
  font-size: 1em;
  text-align: right;
  text-decoration: none;
}

.tooltip-open {
  position: absolute;
  left: auto;
  top: 37%;
  right: 40%;
  bottom: auto;
  z-index: 10;
  width: 125px;
  height: 45px;
  background-image: url('../images/open-tooltip.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.whatsapp-contact-res {
  display: none;
}

.media-text {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.6em;
  }
  h3 {
    margin-bottom: 20px;
    font-size: 1.8em;
  }
  .main-navigation {
    position: relative;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .container {
    width: 90%;
  }
  .row.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .row.mission-row {
    margin-top: 40px;
  }
  .row.special-padding {
    padding-left: 0px;
  }
  .row.links-row {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0px;
    text-align: center;
  }
  .row.post-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .col-4.company-space {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-4.hide-this {
    display: none;
  }
  .col-4.center-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    width: 90%;
  }
  .btn-contact {
    width: 100%;
  }
  .intro {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .col-6.col-flex-center {
    display: block;
  }
  .line {
    display: none;
  }
  .intro-text-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .detail-1 {
    left: 0px;
    opacity: 0.6;
  }
  .contact-data-separator {
    padding-top: 30px;
    padding-bottom: 31px;
  }
  .cds-text-icon {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .product-intro {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 85px;
    padding-top: 25px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .intro-slider {
    height: 850px;
    padding-left: 0px;
  }
  .slider-mask {
    padding-right: 0px;
  }
  .left-arrow {
    left: -268px;
  }
  .right-arrow {
    left: 255px;
  }
  .slide-content-card {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 5%;
    width: 83%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .effector-wrapper {
    border-radius: 30px;
  }
  .clean-portable {
    left: 60px;
    top: 30px;
    width: 120%;
  }
  .col-5 {
    height: auto;
  }
  .col-7 {
    margin-top: 30px;
  }
  .content-section {
    height: 815px;
  }
  .content-card {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .btn-secondary {
    text-align: center;
  }
  .contrast-background {
    height: 0px;
  }
  .pieces-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .pieces-text {
    margin-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .media-items-container {
    padding-left: 0px;
  }
  .pieces-images {
    top: 0%;
    right: 0%;
    width: 100%;
    margin-top: 0px;
  }
  .company-info {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .section-image {
    padding-left: 0px;
  }
  .circle-detail.circle-detail-pieces {
    display: none;
  }
  .company-h3 {
    margin-bottom: 43px;
    padding-right: 0px;
    font-size: 2em;
    line-height: 1.9em;
    text-align: center;
  }
  .company-p {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .list-title {
    margin-top: 35px;
  }
  .list-footer-wrap {
    padding-left: 0px;
  }
  .post-footer-text {
    margin-bottom: 35px;
  }
  .whatsapp-contact-res {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #78ae6a;
    box-shadow: 0 0 12px -2px #333;
    text-decoration: none;
  }
  .whatsapp-contact-text {
    font-family: Archivo, sans-serif;
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .whatsapp-contact-icon {
    width: 25px;
    height: 25px;
    max-width: none;
    margin-right: 20px;
  }
  .media-text {
    text-align: left;
  }
}

