@font-face {
  font-family: "Helvetica", sans-serif;
  src: url(/fonts/Helvetica-01.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-light", sans-serif;
  src: url(/fonts/Helvetica-LightOblique-06.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica-bold", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica-black", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 800;
}
p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.6;
  color: #343333;
}

.breadcrumb {
  background-color: #F1F1F1;
}
.breadcrumb .breadcrumb-wrapper {
  font-family: "Helvetica-light", sans-serif;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a {
  color: #797979;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a:hover {
  color: #2B3676;
}
.breadcrumb .breadcrumb-wrapper .is-active {
  color: #2B3676;
}

.intro-tecnologia .container .columns {
  gap: 5%;
}
.intro-tecnologia .container .columns .column .title {
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -0.5px;
  color: #2B3676;
  margin-bottom: 5%;
  line-height: 1.1;
  /* Mobile Portrait **/
  /* TABLET **portrait */
  /* TABLET  landscape* */
  /* ipad mini*/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-tecnologia .container .columns .column .title {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .intro-tecnologia .container .columns .column .title {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .intro-tecnologia .container .columns .column .title {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .intro-tecnologia .container .columns .column .title {
    margin-bottom: 10%;
  }
}
.intro-tecnologia .container .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
}

.tecnologia-card {
  background-color: #DFDFEC;
  margin-top: -24px;
  padding: 5% 0;
}
.tecnologia-card .container {
  background-color: #fff;
  border-radius: 10px;
  padding: 5%;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.15);
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tecnologia-card .container {
    width: 85%;
  }
}
.tecnologia-card .container .columns {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tecnologia-card .container .columns {
    padding: 5%;
  }
}
.tecnologia-card .container .columns .column .image {
  width: 80%;
  margin: 20px 0;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tecnologia-card .container .columns .column .image {
    width: 90%;
  }
}
.tecnologia-card .container .columns .column .title {
  color: #2B3676;
  font-family: "Helvetica-bold", sans-serif;
}

.intro-tintas {
  background-image: url(/imgs/bg-tintas-mutoh.webp);
  background-size: cover;
  background-position: bottom;
}
.intro-tintas .container {
  width: 85%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-tintas .container {
    margin: 8% 0;
  }
}
.intro-tintas .container .columns {
  gap: 5%;
}
.intro-tintas .container .columns .column .title {
  font-family: "Helvetica-bold", sans-serif;
  font-style: oblique;
  letter-spacing: -0.5px;
  color: #2B3676;
}
.intro-tintas .container .columns .column .image {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-tintas .container .columns .column .image {
    margin-top: -10%;
  }
}
.intro-tintas .container .button {
  margin-top: -8%;
  background-color: #2B3676;
  transition: all, 1s;
  /* TABLET **portrait */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .intro-tintas .container .button {
    margin-top: -2%;
  }
}
.intro-tintas .container .button a {
  color: #fff;
  text-decoration: none;
}
.intro-tintas .container .button:hover {
  background-color: #262626;
}/*# sourceMappingURL=tecnologia.css.map */