@charset "UTF-8";
/**
 * * Swith lights On!
 * * Import setup and initialization files like colors, grid
 * * system, font sizes, variables, etc.
 * *
 * * Example:
 * * @import 'setup/grid'
 * * @import 'setup/colors'
 * */
[v-cloak] {
  display: none;
}

.translate-pending {
  background-color: yellow;
  color: #000000;
  font-size: 0.6rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li a {
  color: inherit!important;
}


.fade-enter,
.fade-leave-to {
  opacity: 0;
}

#componentsApp .container__row {
  position: relative;
}

/**
 * * Here you would add all the main structure elements used on your 
 * * template composition.
 * *
 * * Example:
 * * @import 'structure/main-navigation'
 * * @import 'structure/footer'
 * */
header .main-principal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
header .main-principal > a {
  font-weight: 600 !important;
  padding: 0.8rem 1rem !important;
  margin-top: 10px;
}
@media (max-width: 1160px) {
  header .main-principal > a {
    display: none;
  }
}
header.header {
  position: absolute;
  width: 100%;
  min-height: 125px;
  background: url("/source/5b8cd2d1316372d7d56651c5b74d73c3/bg-header.png") right top no-repeat;
  z-index: 1000;
  top: 0;
}
header.header.sticky-start {
  min-height: auto;
  position: fixed;
  top: -100%;
  opacity: 0;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
header.header.sticky-start #logo .logo-absolute {
  display: none;
}
@media (max-width: 1160px) {
  header.header.sticky-start #logo .logo-absolute {
    display: none;
  }
}
header.header.sticky-start #logo .logo-fixed {
  display: inline;
}
@media (max-width: 1160px) {
  header.header.sticky-start #logo .logo-fixed {
    width: 100px;
    margin-top: 0 !important;
  }
}
header.header.sticky-start .main-principal .language-switcher span {
  color: #000000;
}
header.header.sticky-start .main-principal .language-switcher span:before {
  background: #000000;
}
header.header.sticky-start .main-principal .language-switcher span i {
  color: #000000;
}
header.header.sticky-start .main-principal > a {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
header.header.sticky-start .main-principal > a:hover:before {
  background: #ffffff;
}
header.header.sticky-start .main-principal > a:hover span {
  color: #000000 !important;
}
header.header .logo {
  max-width: 100%;
}
@media (max-width: 960px) {
  header.header .logo.logo-absolute {
    max-width: 170px;
    display: inline-block;
  }
}
header.header .logo .main-navigation > li > a {
  color: #000000;
}
header.header .inner-header {
  display: flex;
}
header.header .nav {
  margin-top: 10px;
}
header.header .language-switcher {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 10px 0.5rem 0;
  font-weight: 600;
  font-size: 0.8rem;
}
@media (max-width: 1160px) {
  header.header .language-switcher {
    display: none;
  }
}
header.header .language-switcher span {
  cursor: pointer;
  text-align: center;
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: color 0.5s ease;
}
header.header .language-switcher span:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  background: #ffffff;
}
header.header .language-switcher span i {
  color: #ffffff;
  padding-left: 10px;
  vertical-align: top;
}
header.header .language-switcher ul {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 45px;
  background: #ffffff;
}
header.header .language-switcher ul li {
  width: 100%;
}
header.header .language-switcher ul li a {
  cursor: pointer;
  color: #000000;
  text-align: center;
  border-bottom-color: #f2f2f2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 10px;
  display: block;
  transition: all 0.5s ease;
}
header.header .language-switcher ul li a:hover {
  text-decoration: none;
  background: #000000;
  border-bottom-color: #000000;
  color: #ffffff;
}
header.header .language-switcher:hover ul {
  display: flex;
  opacity: 1;
}

.main-navigation {
  position: relative;
  float: right;
  clear: right;
}
@media (max-width: 1160px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation > li {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  /*margin: 0 0.5rem*/
  position: initial;
}
.main-navigation > li a {
  position: relative;
}
.main-navigation > li.main-about .megamenu ul.megamenu-sidebar li a {
  padding: 22px 33px 12px 30px;
}
.main-navigation > li > a {
  border-color: transparent;
  transition: background-color 0.5s ease, color 0.5s ease;
  padding: 0.8rem 1rem !important;
}
.main-navigation > li > a:after {
  position: absolute;
  left: 0;
  content: "";
  height: 4px;
  background: #ffffff;
  transform: translateY(0%);
  transition: width 0.3s linear;
  width: 0;
  bottom: 0;
}
.main-navigation > li:hover:not(.button) > a:after {
  width: 100%;
  left: 0px;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
}
.main-navigation > li:hover .megamenu {
  opacity: 1;
  pointer-events: all;
}
.main-navigation > li.current-menu-item:not(.button) > a:after, .main-navigation > li.current-menu-ancestor:not(.button) > a:after {
  width: 100%;
}
.main-navigation .megamenu {
  display: flex;
  position: absolute;
  top: 46px;
  right: -100px;
  width: 1000px;
  min-height: 380px;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  background-color: #f2f2f2;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: opacity 0.5s ease;
}
.main-navigation .megamenu ul.megamenu-sidebar {
  width: 30%;
  background-color: #ffffff;
  color: #3f4140;
  font-weight: 700;
  font-size: 1rem;
  text-transform: initial;
}
.main-navigation .megamenu ul.megamenu-sidebar > li {
  float: none;
  position: static;
  color: #000000;
}
.main-navigation .megamenu ul.megamenu-sidebar > li > a {
  color: inherit;
  position: relative;
  padding: 25px 33px 15px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.main-navigation .megamenu ul.megamenu-sidebar > li > a:after {
  position: absolute;
  left: 30px;
  content: "";
  height: 2px;
  background: #778818;
  transform: translateY(0%);
  transition: all 0.5s linear;
  width: 0;
  bottom: 0;
}
.main-navigation .megamenu ul.megamenu-sidebar > li:hover {
  color: #778818;
}
.main-navigation .megamenu ul.megamenu-sidebar > li:hover > :after {
  width: 240px;
  left: 30px;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
}
.main-navigation .megamenu ul.megamenu-sidebar > li.current-menu-item, .main-navigation .megamenu ul.megamenu-sidebar > li.current-menu-ancestor {
  color: #778818;
}
.main-navigation .megamenu ul.megamenu-sidebar > li.current-menu-item > :after, .main-navigation .megamenu ul.megamenu-sidebar > li.current-menu-ancestor > :after {
  width: 240px;
}
.main-navigation .megamenu ul.megamenu-sidebar > li.menu-item-has-children > a:before {
  font-family: FontAwesome;
  content: "\F054";
  position: absolute;
  right: 20px;
  top: 35px;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #f2f2f2;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 700px;
  padding: 3% 3%;
  min-height: 380px;
  height: fit-content;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu > li:nth-child(2) {
  margin: 0 2%;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li {
  color: #3f4140;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li a {
  color: #3f4140;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li a:after {
  position: absolute;
  left: 4%;
  content: "";
  height: 2px;
  background: #778818;
  transform: translateY(0%);
  transition: all 0.5s linear;
  width: 0;
  bottom: 0;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li a:hover {
  color: #778818;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li a:hover:after {
  width: 100%;
  left: 4%;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li.current-menu-item a {
  color: #778818;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu li li.current-menu-item a:after {
  width: 100%;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu > li {
  width: 32%;
  height: auto;
  align-self: flex-start;
  align-items: flex-start;
  font-size: 0.9rem;
}
.main-navigation .megamenu ul.megamenu-sidebar > li ul.megamenu-submenu > li li {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 0.9rem;
}
.main-navigation .megamenu ul.megamenu-sidebar > li:hover .megamenu-submenu {
  opacity: 1;
  pointer-events: all;
}
.main-navigation .megamenu .megamenu-content {
  width: 70%;
  padding: 40px;
  position: relative;
  color: #3f4140;
}
.main-navigation .megamenu .megamenu-content h2 {
  font-weight: 500;
  font-size: 1.9rem;
  text-transform: initial;
  width: 50%;
}
.main-navigation .megamenu .megamenu-content p {
  text-transform: none;
  font-weight: 500;
  font-size: 0.9rem;
  width: 45%;
}
.main-navigation .megamenu .megamenu-content a {
  position: absolute;
  bottom: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbb5;
  padding: 15px 45px 15px 15px;
  transition: color 0.3s linear;
}
.main-navigation .megamenu .megamenu-content a span {
  position: relative;
  color: #000000;
}
.main-navigation .megamenu .megamenu-content a:after {
  position: absolute;
  content: "\F061";
  font-family: FontAwesome;
  right: 10px;
  color: #bbbbb5;
}
.main-navigation .megamenu .megamenu-content a:before {
  position: absolute;
  content: "";
  background-color: transparent;
  height: 100%;
  width: 0;
  transition: width 0.3s linear;
}
.main-navigation .megamenu .megamenu-content a:hover span {
  color: #ffffff;
}
.main-navigation .megamenu .megamenu-content a:hover:before {
  background-color: #404241;
  width: 100%;
  left: 0;
  top: 0;
}
.main-navigation .megamenu .megamenu-content img {
  position: absolute;
  top: 0;
  right: 0;
}

.logo-fixed {
  margin-top: 5px !important;
}

.sticky-start .main-navigation > li:not(.nav-contact) > a {
  color: #000000;
}
.sticky-start .main-navigation > li:not(.nav-contact) > a:after {
  background: #000000;
}
.sticky-start .main-navigation > li .search-icon {
  fill: #000000;
}
.sticky-start .main-navigation > li.nav-contact {
  background-color: #000000;
}
.sticky-start .main-navigation > li.nav-contact a {
  color: #ffffff;
  border: 1px solid #000000;
}
.sticky-start .main-navigation > li.nav-contact:hover a {
  color: #000000 !important;
}
.sticky-start .main-navigation > li.nav-contact:hover:before {
  background-color: #ffffff;
}

.container__row {
  color: #3f4140;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 4.6rem 0;
}
@media (max-width: 1280px) {
  .container__row {
    padding: 4.6rem 2.6rem;
  }
}
@media (max-width: 700px) {
  .container__row {
    padding: 1.5rem;
  }
}
.container__row--icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 4.6rem;
}
@media (max-width: 700px) {
  .container__row--icon {
    flex-direction: column-reverse;
    margin-bottom: 5%;
  }
}
@media (max-width: 700px) {
  .container__row--icon .tile-txt.intro {
    margin-top: 0 !important;
  }
}
.container__row--icon .caja-icon {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .container__row--icon .caja-icon {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 700px) {
  .container__row--icon .caja-icon {
    display: none;
  }
}
@media (max-width: 700px) {
  .container__row--icon .caja-icon img {
    width: 60%;
    height: 60%;
  }
}

.main-container .container__row .tile-txt.intro {
  width: 50%;
}
@media (max-width: 800px) {
  .main-container .container__row .tile-txt.intro {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .main-container .container__row .tile-txt.intro {
    width: 100%;
  }
}
@media (max-width: 1060px) {
  .main-container .container__row .tile-txt.intro h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1060px) {
  .main-container .container__row .tile-txt.intro p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.main-container .container__row .tile-txt.intro p:last-child {
  margin-bottom: 0;
}

body #responsive-menu-pro-button {
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.show-responsive-menu-button #responsive-menu-pro-button {
  width: 65px !important;
  height: 50px !important;
  opacity: 1;
  top: 0 !important;
  right: 0 !important;
}

#responsive-menu-pro-container {
  margin-top: 54px !important;
  z-index: 500 !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a.responsive-menu-pro-item-link {
  font-size: 0.8rem !important;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin: 0;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a.responsive-menu-pro-item-link .responsive-menu-pro-subarrow {
  margin: 1% 4% !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a.responsive-menu-pro-item-link .responsive-menu-pro-subarrow i:before {
  font-size: 1rem;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul {
  padding: 0 !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul li a.responsive-menu-pro-item-link {
  padding: 1rem 1.5rem !important;
  border-bottom: 1px #f2f2f2 solid !important;
  text-transform: capitalize !important;
  color: #3f4140 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul li a.responsive-menu-pro-item-link .responsive-menu-pro-subarrow {
  color: #3f4140 !important;
}
#responsive-menu-pro-container .responsive-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
#responsive-menu-pro-container .responsive-navigation div {
  width: 20%;
}
#responsive-menu-pro-container .responsive-navigation div p {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f2f2f2;
}
#responsive-menu-pro-container .responsive-navigation div p a {
  font-size: 0.8rem;
  font-weight: 600;
}
#responsive-menu-pro-container .responsive-navigation div.active p {
  background: #3f4140;
}

/**
 * * Here you would add any of your custom component classes; stuff that you'd
 * * want loaded *before* the pages so that the pages could still
 * * override them.
 * *
 * * Example:
 * * @import 'components/buttons'
 * * @import 'components/forms'
 * */
.button {
  padding: 1rem 3rem;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background-color: transparent;
  border: 1px solid transparent;
}
@media (max-width: 860px) {
  .button {
    padding: 0.8rem 1rem !important;
  }
}
.button span {
  position: relative;
  transition: color 0.3s linear;
}
.button:before {
  content: "";
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 0;
  transition: width 0.3s linear;
}
.button.button--white {
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
.button.button--white:hover a,
.button.button--white:hover span {
  color: #ffffff;
}
.button.button--white:hover:before {
  background-color: #000000;
  width: 100%;
  left: 0;
  top: 0;
}
.button.button--orange {
  color: #ffffff;
  background-color: #e76032;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
.button.button--orange:hover span {
  color: #e76032;
}
.button.button--orange:hover:before {
  background-color: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
}
.button.button--outline {
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
.button.button--outline:hover span {
  color: #000000;
}
.button.button--outline:hover:before {
  background-color: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
}
.button.button--icon-left {
  color: #000000;
  border-style: solid;
  border-color: #000000;
  padding: 1rem 1.6rem 1rem 1rem;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.3s linear;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 700px) {
  .button.button--icon-left {
    padding: 0.8rem 1.6rem 0.8rem 0.8rem !important;
  }
}
.button.button--icon-left svg {
  position: relative;
  top: 0;
  width: 2rem;
  margin-right: 2rem;
  transition: all 0.3s linear;
}
.button.button--icon-left span {
  text-align: left;
  font-weight: 700;
}
.button.button--icon-left span span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  clear: both;
}
.button.button--icon-left:before {
  background-color: #ffffff;
  left: 0;
  top: 0;
}
.button.button--icon-left:hover {
  color: #778818;
}
.button.button--icon-left:hover svg {
  fill: #ffffff;
}
.button.button--icon-left:hover:before {
  background-color: #000000;
  width: 66px;
  left: 0;
  top: 0;
}

.button-simple {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 0.9rem;
}
.button-simple span {
  color: #3f4140;
}
.button-simple span span {
  color: #e76032;
}
.button-simple svg {
  width: 1.6rem;
  margin-left: 1rem;
  transition: margin-left 0.3s linear;
}
.button-simple:hover svg {
  margin-left: 1.5rem;
}

.progressive-image {
  overflow: hidden;
}
.progressive-image__wrapper {
  position: relative;
  display: block;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 2560px) {
  .progressive-image__ratio {
    padding-bottom: 700px;
  }
}
@media (max-width: 1280px) {
  .progressive-image__ratio {
    padding-bottom: 580px;
  }
}
@media (max-width: 600px) {
  .progressive-image__ratio {
    padding-bottom: 390px;
  }
}
.progressive-image__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  will-change: transform;
  transition: opacity 100ms 400ms;
  -o-object-fit: cover;
     object-fit: cover;
}
.progressive-image__lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease 0ms;
}
.progressive-image__lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.progressive-image.loaded .progressive-image__thumb {
  opacity: 0;
}
.progressive-image.loaded .progressive-image__lazy {
  opacity: 1;
}

.caja {
  width: 100%;
  height: auto;
  padding: 0 4%;
  margin-bottom: 3rem;
}
.caja .caja--content {
  text-decoration: none;
  display: block;
  transition: all 0.3s linear;
}
.caja .caja--content > img {
  width: 100%;
}
.caja .caja--content .caja--texto-caja-icon {
  height: 230px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .caja .caja--content .caja--texto-caja-icon {
    height: 190px;
  }
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon {
    height: 150px;
  }
}
@media (max-width: 820px) {
  .caja .caja--content .caja--texto-caja-icon {
    height: auto;
    flex-direction: column-reverse;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja--texto {
  width: 50%;
  padding: 10% 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.3s linear;
}
@media (max-width: 1280px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto {
    width: 55%;
    padding: 5% 4%;
  }
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto {
    width: 60%;
    padding: 0 5%;
  }
}
@media (max-width: 820px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto {
    width: 100%;
    padding: 5% 5% 0;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja--texto.align-right {
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 820px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto.align-right {
    text-align: left;
    align-items: flex-start;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 0 0 5%;
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0 0 1% 0;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.naranja-oscuro {
  color: #e76032;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.verde-claro {
  color: #c0c093;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.azul-claro {
  color: #829eb2;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.gris {
  color: #3f4140;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.gris-azulado {
  color: #cacccd;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto h3.azul-claro {
  color: #829eb2;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto p {
  color: #3f4140;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto p {
    font-size: 0.8rem;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja--texto p:last-child {
  margin-bottom: 0;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto .link--see-more {
  width: auto;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto .link--see-more span {
  color: #3f4140;
  font-size: 0.9rem;
  margin-right: 15px;
}
.caja .caja--content .caja--texto-caja-icon .caja--texto .link--see-more svg {
  width: 3rem;
  transition: all 0.3s linear;
  right: 0;
  fill: #3f4140;
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon .caja--texto .link--see-more svg {
    width: 2rem;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja-icon {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s linear;
}
@media (max-width: 1280px) {
  .caja .caja--content .caja--texto-caja-icon .caja-icon {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 960px) {
  .caja .caja--content .caja--texto-caja-icon .caja-icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 820px) {
  .caja .caja--content .caja--texto-caja-icon .caja-icon {
    width: 130px;
    height: 130px;
    margin: -100px 0 0 5%;
  }
}
@media (max-width: 480px) {
  .caja .caja--content .caja--texto-caja-icon .caja-icon {
    width: 100px;
    height: 100px;
    margin-top: -80px;
  }
}
.caja .caja--content .caja--texto-caja-icon .caja-icon .svg--centrado {
  width: 100%;
  transition: all 0.3s linear;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon .svg--centrado.svg__fluid--connectors {
  margin-top: -50%;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon .svg--arriba {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -5%);
}
.caja .caja--content .caja--texto-caja-icon .caja-icon.caja--naranja-oscuro {
  background-color: #e76032;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon.caja--verde-claro {
  background-color: #c0c093;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon.caja--azul-claro {
  background-color: #829eb2;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon.caja--gris {
  background-color: #3f4140;
}
.caja .caja--content .caja--texto-caja-icon .caja-icon.caja--gris-azulado {
  background-color: #cacccd;
}
@media (max-width: 820px) {
  .caja.right .caja--texto-caja-icon {
    flex-direction: column;
  }
}
.caja.caja--link:hover .caja--texto {
  width: 60%;
}
@media (max-width: 1280px) {
  .caja.caja--link:hover .caja--texto {
    width: 55%;
  }
}
@media (max-width: 960px) {
  .caja.caja--link:hover .caja--texto {
    width: 65%;
  }
}
.caja.caja--link:hover .caja--texto svg.naranja {
  fill: #e76032;
}
.caja.caja--link:hover .caja--texto svg.verde-claro {
  fill: #c0c093;
}
.caja.caja--link:hover .caja--texto svg.azul-claro {
  fill: #829eb2;
}
.caja.caja--link:hover .caja--texto svg.gris {
  fill: #3f4140;
}
.caja.caja--link:hover .caja--texto svg.gris-azulado {
  fill: #cacccd;
}
.caja.caja--link:hover .caja--texto svg.azul-claro {
  fill: #829eb2;
}
.caja.caja--link:hover .caja-icon {
  width: 200px;
  height: 200px;
}
@media (max-width: 1280px) {
  .caja.caja--link:hover .caja-icon {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 960px) {
  .caja.caja--link:hover .caja-icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 820px) {
  .caja.caja--link:hover .caja-icon {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .caja.caja--link:hover .caja-icon {
    width: 100px;
    height: 100px;
  }
}

ul.listado-productos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  ul.listado-productos {
    margin-bottom: 2rem;
  }
}
ul.listado-productos:last-child {
  margin-bottom: 0;
}
ul.listado-productos li {
  font-weight: 500;
  position: relative;
  display: inline-block;
  border-color: transparent;
  background-color: #f2f2f2;
  color: #000000;
  display: block;
  clear: left;
  margin: 1rem 0.5rem 0 0;
  transition: color 0.1s linear;
}
ul.listado-productos li a {
  color: #000000;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  ul.listado-productos li a {
    font-size: 0.88rem;
  }
}
ul.listado-productos li a svg {
  fill: rgba(0, 0, 0, 0.25);
  position: relative;
  width: 3rem;
  transition: all 0.3s linear;
  right: 0.5rem;
}
@media (max-width: 1280px) {
  ul.listado-productos li a svg {
    width: 1.2rem;
  }
}
ul.listado-productos li.listado--nolink {
  padding: 1rem;
}
@media (max-width: 1280px) {
  ul.listado-productos li.listado--nolink {
    padding: 0.8rem;
  }
}
ul.listado-productos li.listado--link a {
  padding: 1rem 0.8rem;
  font-size: 0.9rem;
}
@media (max-width: 1280px) {
  ul.listado-productos li.listado--link a {
    padding: 0.8rem;
  }
}
ul.listado-productos li.listado--ancho-small {
  width: 24.3%;
}
@media (max-width: 1060px) {
  ul.listado-productos li.listado--ancho-small {
    width: 48.5%;
  }
  ul.listado-productos li.listado--ancho-small:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  ul.listado-productos li.listado--ancho-small {
    width: 100%;
    margin-right: 0;
  }
}
ul.listado-productos li.listado--ancho-small:nth-child(4n) {
  margin-right: 0;
}
ul.listado-productos li.listado--ancho-small a svg {
  width: 1.6rem;
}
ul.listado-productos li.listado--ancho-middle {
  width: 32%;
}
@media (max-width: 1060px) {
  ul.listado-productos li.listado--ancho-middle {
    width: 48.5%;
  }
  ul.listado-productos li.listado--ancho-middle:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  ul.listado-productos li.listado--ancho-middle {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1061px) {
  ul.listado-productos li.listado--ancho-middle:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  ul.listado-productos li.listado--ancho-middle a svg {
    width: 1.6rem;
  }
}
ul.listado-productos li.listado--ancho-large {
  width: 48.5%;
}
@media (max-width: 760px) {
  ul.listado-productos li.listado--ancho-large {
    width: 100%;
    margin-right: 0;
  }
}
ul.listado-productos li.listado--ancho-large:nth-child(2n) {
  margin-right: 0;
}
ul.listado-productos li.listado--ancho-large a {
  font-weight: 700;
}
@media (max-width: 760px) {
  ul.listado-productos li.listado--ancho-large a svg {
    width: 1.6rem;
  }
}
ul.listado-productos li.listado--link {
  cursor: pointer;
}
ul.listado-productos li.listado--link:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  transition: width 0.3s linear;
}
ul.listado-productos li.listado--link:hover:before {
  background-color: #000000;
  width: 100%;
  left: 0;
  top: 0;
}
ul.listado-productos li.listado--link:hover a {
  color: #ffffff !important;
}
ul.listado-productos li.listado--link:hover a svg {
  fill: #ffffff;
  right: 0;
}

.progressbar {
  overflow: hidden;
  width: 255px;
  margin: 0 auto 20px auto;
}
.progressbar span {
  display: block;
}
.progressbar__inner {
  background: rgba(0, 0, 0, 0.075);
}
.progressbar__progress {
  background: #ee8c00;
  height: 3px;
  width: 0;
  transition: width 0.5s ease;
}
.progressbar__progress--start {
  width: 86%;
  opacity: 1;
  -webkit-animation: loading 5s ease;
          animation: loading 5s ease;
}
.progressbar__progress--complete {
  width: 100% !important;
  opacity: 0;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 35%;
  }
  56% {
    width: 41%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 80%;
  }
  100% {
    width: 83%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 35%;
  }
  56% {
    width: 41%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 80%;
  }
  100% {
    width: 83%;
  }
}
.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 10;
}
.loader-container svg {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
.solid-header__content .solid-header__row {
  width: 100%;
  max-width: 1070px;
  padding: 130px 2.6rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .solid-header__content .solid-header__row {
    padding-top: 100px;
  }
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row {
    height: 420px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
}
.solid-header__content .solid-header__row div[class^=col] {
  width: 50%;
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row div[class^=col] {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-left {
    margin-bottom: 2rem;
  }
}
.solid-header__content .solid-header__row .col-left .tile-txt {
  padding: 2.5rem 0;
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-left .tile-txt {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.solid-header__content .solid-header__row .col-left .tile-txt h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-left .tile-txt h1 {
    text-align: center;
    flex-direction: column;
  }
}
.solid-header__content .solid-header__row .col-left .tile-txt h1 img {
  width: 84px;
  margin-right: 1rem;
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-left .tile-txt h1 img {
    width: 65px;
    margin: 0 0 1rem;
  }
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-left .tile-txt .button {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .solid-header__content .solid-header__row .col-right {
    width: 100%;
  }
}
.solid-header__content .solid-header__row .col-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .solid-header + .main-container .container__row {
    padding-top: 0;
  }
}
.solid-header + .main-container .container__row .tile-txt.intro {
  align-self: flex-end;
  margin-top: -15%;
}
@media (max-width: 700px) {
  .solid-header + .main-container .container__row .tile-txt.intro {
    padding-bottom: 2.5rem;
  }
}

.solid-header.solid-header__category .bg-color .solid-header__row {
  align-items: flex-end;
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row {
    height: 370px;
    padding-right: 0;
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left {
    width: 70%;
  }
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left {
    width: 100%;
  }
}
.solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt {
  padding: 1rem 0;
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt {
    padding: 0;
  }
}
.solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt {
  width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt {
    width: 100%;
    flex-direction: column;
    padding: 1rem 1rem 0;
  }
}
.solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt h2 {
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt h2 {
    margin-left: 0;
  }
}
.solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt img {
  width: 50px;
  padding-bottom: 0.9rem;
  border-bottom: 4px solid #ffffff;
}
@media (max-width: 700px) {
  .solid-header.solid-header__category .bg-color .solid-header__row .col-left .tile-txt.subtitle-txt img {
    margin-bottom: 1rem;
  }
}

.solid-header.solid-header__image .tile-txt {
  padding-right: 2.5rem !important;
}
@media (max-width: 1280px) {
  .solid-header.solid-header__image .tile-txt {
    padding: 2.5rem !important;
  }
}
@media (max-width: 960px) {
  .solid-header.solid-header__image .tile-txt {
    padding: 2rem !important;
  }
}
@media (max-width: 700px) {
  .solid-header.solid-header__image .tile-txt {
    padding: 0 1.5rem 1.5rem !important;
  }
}
@media (max-width: 700px) {
  .solid-header.solid-header__image .tile-txt h1:before {
    width: 60px;
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  .solid-header.solid-header__image .col-right {
    display: none;
  }
}
.solid-header.solid-header__image + .main-container .container__row {
  padding-top: 0;
}
.solid-header.solid-header__image + .main-container .container__row .container__row--icon .tile-txt.intro {
  margin-top: -15%;
  align-self: flex-start;
}
@media (max-width: 700px) {
  .solid-header.solid-header__image + .main-container .container__row .container__row--icon .tile-txt.intro {
    margin-top: -70px !important;
  }
}

.image-header-template {
  position: relative;
}
@media (max-width: 700px) {
  .image-header-template {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.image-header-template .container__row {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .image-header-template .container__row {
    padding: 0 3.6rem;
  }
}
@media (max-width: 820px) {
  .image-header-template .container__row {
    padding: 0 2.6rem;
  }
}
@media (max-width: 700px) {
  .image-header-template .container__row {
    padding: 7.5rem 1.5rem 0;
    margin-top: -395px;
    flex-direction: column;
    position: relative;
  }
}
.image-header-template .container__row .col-left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
  .image-header-template .container__row .col-left {
    width: 100%;
    background: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .image-header-template .container__row .col-left .tile-txt {
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;
  }
}
.image-header-template .container__row .col-right {
  width: 50%;
  margin-top: 48%;
  z-index: 1;
}
@media (max-width: 960px) {
  .image-header-template .container__row .col-right {
    width: 52%;
    margin-top: 260px;
  }
}
@media (max-width: 700px) {
  .image-header-template .container__row .col-right {
    width: 100%;
    margin-top: 0;
  }
}
.image-header-template .container__row .col-right .tile-txt {
  padding: 2.5rem;
  margin-top: 0;
}
@media (max-width: 960px) {
  .image-header-template .container__row .col-right .tile-txt {
    padding: 2rem;
  }
}
@media (max-width: 1060px) {
  .image-header-template .container__row .col-right .tile-txt h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.image-header-template .container__row .col-right .tile-txt p {
  color: #e76032;
}
@media (max-width: 1060px) {
  .image-header-template .container__row .col-right .tile-txt p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.image-header-template .container__row .col-right .tile-txt p:last-child {
  margin-bottom: 0;
}
.image-header-template .container__row .col-right .tile-txt .button {
  margin-top: 2rem;
}
@media (max-width: 960px) {
  .image-header-template figure {
    height: 400px;
  }
}
@media (max-width: 700px) {
  .image-header-template figure {
    height: 430px;
  }
  .image-header-template figure .progressive-image__wrapper {
    margin-top: -15%;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  .image-header-template figure .progressive-image__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  .image-header-template figure picture {
    height: 430px;
  }
}

.search {
  text-align: center;
}
.search h3 {
  max-width: 520px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0 auto 2rem;
}
.search p {
  max-width: 410px;
  margin: 0 auto 2rem;
}
.search form {
  max-width: 580px;
  margin: 0 auto;
}
.search form div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.search form div input,
.search form div select {
  width: 45%;
  margin: 0 0.7rem 1rem 0.7rem;
}
@media (max-width: 600px) {
  .search form div input,
.search form div select {
    width: 100%;
  }
}
.search .container__row:before {
  content: "";
  width: 100%;
  height: 2px;
  margin: -4.6rem 0 4.6rem;
  display: block;
  background: #f2f2f2;
}
@media (max-width: 600px) {
  .search .container__row:before {
    margin: -2rem 0 2rem;
  }
}

form.default input,
form.default select {
  color: #3f4140 !important;
  font-size: 0.9rem;
  padding: 5px 15px !important;
  border: 1px solid #3f4140 !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
}
form.default input::-webkit-input-placeholder,
form.default select::-webkit-input-placeholder {
  color: #3f4140 !important;
}
form.default input::-moz-placeholder,
form.default select::-moz-placeholder {
  color: #3f4140 !important;
}
form.default input:-ms-input-placeholder,
form.default select:-ms-input-placeholder {
  color: #3f4140 !important;
}
form.default input::-ms-input-placeholder,
form.default select::-ms-input-placeholder {
  color: #3f4140 !important;
}
form.default input::placeholder,
form.default select::placeholder {
  color: #3f4140 !important;
}
form.default input:focus,
form.default select:focus {
  background-color: #f2f2f2 !important;
}
form.default select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("/source/c6d662453147d329991ce8028a60639e/caret-down.gif") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

.filter {
  margin: 1rem 0 1rem 0;
}
@media (max-width: 760px) {
  .filter {
    margin: 1rem 0 2rem;
  }
}
.filter h3 {
  color: #e76032;
  font-weight: 600;
}
.filter form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media (max-width: 760px) {
  .filter form {
    flex-direction: column;
    align-items: left;
  }
}
.filter form .icon-search {
  width: 25%;
  min-width: 190px;
  margin: 0 1.1rem 1.1rem 0;
  position: relative;
}
@media (max-width: 760px) {
  .filter form .icon-search {
    width: 100%;
  }
}
.filter form .icon-search:before {
  font-family: "FontAwesome";
  padding-left: 10px;
  position: absolute;
  top: 14px;
  right: 14px;
  content: "\F002";
}
.filter form .icon-search input {
  margin: 0;
}
.filter form select {
  width: 22%;
  min-width: 110px;
  margin: 0 1.1rem 1.1rem 0;
}
@media (max-width: 960px) {
  .filter form select {
    background-size: 22px;
  }
}
@media (max-width: 768px) {
  .filter form select {
    width: 31%;
  }
}
@media (max-width: 760px) {
  .filter form select {
    width: 100%;
  }
}
.filter form button {
  font-size: 0.9rem;
  padding: 15px 0;
  margin-bottom: 1.1rem;
  transition: all 0.5s ease;
}
@media (max-width: 760px) {
  .filter form button {
    text-align: left;
    width: 100%;
  }
}
.filter form button i {
  margin-right: 5px;
}
.filter form button:hover {
  color: #e76032;
}

.contact-us {
  text-align: center;
  background: url("/source/fccf5dcc73c7676d0b2d202e100e7964/contact_bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .contact-us {
    padding-bottom: 5rem;
  }
}
.contact-us .container__row {
  color: #ffffff;
}
.contact-us .container__row h2 {
  max-width: 520px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.contact-us .container__row p {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-us .container__row a {
  min-width: 250px;
  text-decoration: none;
  margin: 1rem 0.6rem 0 0.6rem;
}

.mobile-contact {
  display: none;
  position: fixed;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 600px) {
  .mobile-contact {
    display: block;
  }
}
.mobile-contact__inner {
  display: flex;
  justify-content: center;
}
.mobile-contact__inner a {
  width: 140px;
  padding: 15px 10px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.mobile-contact__inner a:hover {
  text-decoration: none;
}
.mobile-contact__by-phone {
  background-color: #778818;
}
.mobile-contact__by-phone:hover {
  background-color: #647214;
}
.mobile-contact__by-form {
  background-color: #3f4140;
}
.mobile-contact__by-form:hover {
  background-color: #323433;
}

.tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 420px) {
  .tabs {
    justify-content: center;
  }
}
.tabs li:first-child {
  margin-right: 1.5rem;
}
@media (max-width: 600px) {
  .tabs li:first-child {
    margin-right: 1rem;
  }
}
.tabs li a {
  color: #c0c093 !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 600px) {
  .tabs li a {
    font-size: 1.3rem;
  }
}
.tabs li a:before {
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 0.8rem;
  display: inline-block;
  background: #f2f2f2;
  border: 10px solid #f2f2f2;
  border-radius: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .tabs li a:before {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    border-width: 8px;
  }
}
@media (max-width: 420px) {
  .tabs li a:before {
    display: none;
  }
}
.tabs li a span:after {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background: #c0c093;
  transition: all 0.5s ease;
}
.tabs li a:hover:before {
  background: #ffffff;
  border-color: #c0c093;
}
.tabs li a:hover span:after {
  width: 100%;
}
.tabs li.tabs__item--active a:before {
  background: #ffffff;
  border-color: #c0c093;
}
.tabs li.tabs__item--active a span:after {
  width: 100%;
}
.tabs + .tabs-content .tabs__item__content {
  display: none;
}
.tabs + .tabs-content .tabs__item__content .industrial ul li {
  display: flex;
}
.tabs + .tabs-content .tabs__item__content .industrial ul li span:first-child {
  font-weight: 500;
}
.tabs + .tabs-content .tabs__item__content.show {
  display: block !important;
}

.accordion > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #ececea;
}
.accordion__toggle {
  width: 100%;
  color: #3f4140 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
}
.accordion__toggle span.img {
  width: 15%;
  text-align: center;
  padding: 0 1.3rem;
  border-right: 1px solid #ececea;
}
@media (max-width: 920px) {
  .accordion__toggle span.img {
    padding: 0 0.8rem;
  }
}
@media (max-width: 600px) {
  .accordion__toggle span.img {
    display: none;
  }
}
.accordion__toggle span.img img {
  width: 100%;
  display: block;
}
.accordion__toggle span.txt {
  width: 85%;
  font-weight: 600;
  padding: 1.5rem;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .accordion__toggle span.txt {
    width: 100%;
  }
}
.accordion__toggle span.txt:after {
  color: #c0c093;
  content: "\F067";
  font-family: fontawesome;
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 1.6rem;
}
.accordion__toggle:hover {
  color: #c0c093 !important;
  text-decoration: none;
}
.accordion__toggle:hover span.txt:after {
  content: "\F068";
}
.accordion__body {
  width: 85%;
  max-height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .accordion__body {
    width: 100%;
  }
}
.accordion__body p {
  margin-bottom: 1rem;
}
.accordion__body h3 {
  font-size: 1rem;
  color: #778818;
  line-height: 1.7rem;
}
.accordion__body ul {
  margin: 1.3rem 2rem 3.7rem 1rem;
}
.accordion__body ul li {
  margin-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1.9rem;
  margin-bottom: 20px;
}
.accordion__body ul li span:first-child {
  font-weight: 600;
}
.accordion__body ul li span:nth-last-of-type(1) {
  display: block;
  margin-left: 1rem;
  font-size: 1rem;
  color: #3f4140;
}
.accordion__body ul li:before {
  content: "-";
  margin-right: 0.5rem;
  display: inline-block;
}
.accordion__item--active .accordion__toggle span.txt:after {
  content: "\F068";
}
.accordion__item--active .accordion__body {
  max-height: 1000px !important;
  padding: 1.5rem;
}

#componentsApp .component-count {
  font-weight: 700;
  padding: 0 0 1rem 1rem;
  border-bottom: 2px solid #f2f2f2;
}
#componentsApp .component-list {
  margin-bottom: 2rem;
}
#componentsApp .component-list .component-list-item {
  overflow: hidden;
  transition: background-color 0.5s ease;
}
#componentsApp .component-list .component-list-item__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #f2f2f2;
}
@media (max-width: 450px) {
  #componentsApp .component-list .component-list-item__inner {
    flex-direction: column;
  }
}
#componentsApp .component-list .component-list-item__logo {
  width: 130px;
}
#componentsApp .component-list .component-list-item__logo img {
  width: 100%;
  display: block;
}
#componentsApp .component-list .component-list-item__reference {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 1rem;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item__reference {
    padding: 0 0.9rem;
    width: 65%;
  }
}
@media (max-width: 450px) {
  #componentsApp .component-list .component-list-item__reference {
    width: 100%;
  }
}
#componentsApp .component-list .component-list-item__reference p {
  margin-bottom: 0;
}
#componentsApp .component-list .component-list-item__reference a {
  color: #23293c;
}
#componentsApp .component-list .component-list-item__reference strong, #componentsApp .component-list .component-list-item__reference span {
  display: block;
}
#componentsApp .component-list .component-list-item__download-link {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item__download-link {
    width: 20%;
  }
}
@media (max-width: 760px) {
  #componentsApp .component-list .component-list-item__download-link {
    width: 30%;
  }
}
@media (max-width: 450px) {
  #componentsApp .component-list .component-list-item__download-link {
    width: 100%;
    justify-content: flex-end;
  }
}
#componentsApp .component-list .component-list-item__download-link a {
  color: #3f4140;
  font-size: 0.85rem;
  margin-right: 15px;
  padding: 0.5rem;
  transition: color 0.3s linear;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  #componentsApp .component-list .component-list-item__download-link a {
    font-size: 0.75rem;
  }
}
#componentsApp .component-list .component-list-item__download-link a span {
  text-align: left;
  font-weight: 700;
  position: relative;
  transition: color 0.3s linear;
}
#componentsApp .component-list .component-list-item__download-link a svg {
  width: 25px;
  margin-right: 2px;
  margin-left: 20px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item__download-link a svg {
    width: 40px;
    margin-right: 2px;
    margin-left: 2px;
  }
}
@media (max-width: 450px) {
  #componentsApp .component-list .component-list-item__download-link a svg {
    width: 25px;
    margin: 15px 10px;
  }
}
#componentsApp .component-list .component-list-item__download-link a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: transparent;
  left: 0;
  bottom: 0;
  transition: width 0.3s linear;
}
#componentsApp .component-list .component-list-item__download-link a:hover svg {
  fill: #000000;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item__download-link a:hover svg {
    fill: #000000;
  }
}
#componentsApp .component-list .component-list-item__download-link a:hover:before {
  background-color: #000000;
  width: 100%;
  right: 0;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item__download-link a:hover:before {
    background-color: none;
    width: auto;
  }
}
#componentsApp .component-list .component-list-item:hover {
  background-color: #f2f2f2;
}
@media (max-width: 960px) {
  #componentsApp .component-list .component-list-item:hover {
    background-color: #ffffff !important;
  }
}
#componentsApp .component-more {
  margin: 60px auto 45px auto;
  width: 50%;
  text-align: center;
}
@media (max-width: 560px) {
  #componentsApp .component-more {
    width: 100%;
  }
}
#componentsApp .component-more .btn-more {
  cursor: pointer;
  margin: 0 auto 0 auto;
  width: 255px;
  position: relative;
  background-color: #f2f2f2;
  color: #000000;
  display: block;
  transition: opacity 0.5s linear;
}
@media (max-width: 480px) {
  #componentsApp .component-more .btn-more {
    width: 100%;
  }
}
#componentsApp .component-more .btn-more a {
  padding: 1rem 0.8rem;
  color: #000000;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  display: block;
}
#componentsApp .component-more .btn-more:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  transition: width 0.3s linear;
}
#componentsApp .component-more .btn-more:hover:before {
  background-color: #000000;
  width: 100%;
  left: 0;
  top: 0;
}
#componentsApp .component-more .btn-more:hover a {
  color: #ffffff !important;
}
#componentsApp .component-more .result-more {
  display: block;
  font-size: 0.8rem;
  margin: 10px 0;
}

.tile-txt {
  padding: 3.5rem;
}
@media (max-width: 1280px) {
  .tile-txt {
    padding: 2.5rem;
  }
}
@media (max-width: 960px) {
  .tile-txt {
    padding: 2rem;
  }
}
@media (max-width: 320px) {
  .tile-txt {
    padding: 1.5rem;
  }
}
.tile-txt h1 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.9rem;
  margin-bottom: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .tile-txt h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 960px) {
  .tile-txt h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 860px) {
  .tile-txt h1 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }
}
.tile-txt p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.tile-txt.intro {
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (max-width: 960px) {
  .tile-txt.intro {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .tile-txt.intro {
    padding-bottom: 2.5rem;
  }
}
.tile-txt.intro h2 {
  font-weight: 800;
  color: #3f4140;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 1280px) {
  .tile-txt.intro h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 600px) {
  .tile-txt.intro h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.tile-txt.intro p {
  color: #3f4140;
  font-size: 1rem;
  margin: 1.25rem 0 1rem;
}
@media (max-width: 600px) {
  .tile-txt.intro p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 2rem;
  }
}
.tile-txt.intro p.color {
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  .tile-txt.intro p.color {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

/**
 * * Here you would add any of your custom page related styles;
 * *
 * * Example:
 * * @import 'pages/home'
 * * @import 'pages/archive'
 * */
.bg-imagen-technologies {
  background: url("/source/d40ef6c966784c9bed987aa1aa24c865/home-img-technologies.jpg") no-repeat 0 100%;
  background-size: cover;
}
@media (max-width: 1180px) {
  .bg-imagen-technologies {
    background-position: center top !important;
  }
}
@media (max-width: 768px) {
  .bg-imagen-technologies {
    background-position: -130px 0 !important;
  }
}
@media (max-width: 580px) {
  .bg-imagen-technologies {
    background-position: 0 57% !important;
  }
}

.bg-imagen-services-distribution {
  background: url("/source/07c39f80b193d97de1cf3c41c1875841/home-img-services-distribution.jpg") no-repeat 0 100%;
  background-size: cover;
}
@media (max-width: 1180px) {
  .bg-imagen-services-distribution {
    background-position: center top !important;
  }
}
@media (max-width: 768px) {
  .bg-imagen-services-distribution {
    background-position: 0 0 !important;
  }
}
@media (max-width: 580px) {
  .bg-imagen-services-distribution {
    background-position: 0 50% !important;
  }
}

.cb-slideshow li {
  background-size: cover;
}

.big .title {
  padding: 22% 25%;
  font-size: 55px;
  color: #ffffff;
  line-height: 62px;
  font-weight: bold;
  top: 0px;
  position: absolute;
}
@media (max-width: 1060px) {
  .big .title {
    padding: 22% 15%;
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .big .title {
    padding: 20% 20%;
    font-size: 35px;
    line-height: 41px;
  }
}
@media (max-width: 660px) {
  .big .title {
    padding: 24% 15%;
  }
}
@media (max-width: 500px) {
  .big .title {
    padding: 30% 15%;
  }
}
@media (max-width: 430px) {
  .big .title {
    font-size: 28px;
    line-height: 33px;
    padding: 44% 10%;
  }
}
.big .title2 {
  font-size: 26px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  transition: 1s ease;
}
@media (max-width: 768px) {
  .big .title2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.big .title3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  font-weight: bold;
  transition: 1s ease;
}
@media (max-width: 768px) {
  .big .title3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.big .title4 {
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  font-weight: bold;
  transition: 1s ease;
}
@media (max-width: 768px) {
  .big .main2 {
    padding: 34% 14% !important;
  }
}
@media (max-width: 480px) {
  .big .main2 {
    padding: 14% 10% !important;
  }
}
@media (max-width: 348px) {
  .big .main2 {
    padding: 14% 10% !important;
  }
}
@media (max-width: 480px) {
  .big .main2 .subtitle {
    width: 100% !important;
    border-bottom: 2px solid #ffffff !important;
  }
}

.map .arrows li {
  height: inherit;
  line-height: 20px;
}
.map .arrows li a {
  padding: 15px 0 15px 40px;
}

.cards .container__row {
  padding-top: 9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1060px) {
  .cards .container__row {
    padding-top: 6rem;
  }
}
@media (max-width: 700px) {
  .cards .container__row {
    padding-top: 2rem;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.cards .container__row .col-left {
  width: 50%;
}
@media (max-width: 700px) {
  .cards .container__row .col-left {
    width: 100%;
    max-width: 540px;
  }
}
.cards .container__row .col-right {
  width: 50%;
  margin-top: -31%;
  z-index: 1;
}
@media (max-width: 700px) {
  .cards .container__row .col-right {
    width: 100%;
    max-width: 540px;
    margin-top: -40px;
  }
}
.cards .container__row .col-right .tile-txt.intro {
  margin: 0 0 4rem;
}
@media (max-width: 700px) {
  .cards .container__row .col-right .tile-txt.intro {
    margin: 0 0 2rem;
  }
}
@media (max-width: 1060px) {
  .cards .container__row .col-right .tile-txt.intro h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.cards .container__row .col-right .tile-txt.intro p {
  color: #e76032;
}
@media (max-width: 1060px) {
  .cards .container__row .col-right .tile-txt.intro p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.cards .container__row .col-right .tile-txt.intro p:last-child {
  margin-bottom: 0;
}
.cards .container__row .col-right .tile-txt.intro .button {
  margin-top: 2rem;
}

.content-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 150px;
}
.content-products .introduction--position {
  margin-top: -300px;
  right: 19px;
}
.content-products .introduction {
  width: 550px;
  padding: 50px;
  z-index: 200;
  position: relative;
  align-self: flex-end;
}
.content-products .introduction h2 {
  font-weight: 800;
  color: #3f4140;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
@media (max-width: 1280px) {
  .content-products .introduction h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}
.content-products .introduction p {
  color: #e76032;
  font-size: 1.2rem;
  margin: 30px 0;
}
.content-products .bg-blanco {
  background: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .content-products .introduction-vacio {
    display: none;
  }
  .content-products .introduction--position {
    right: 0;
  }
  .content-products .introduction {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .content-products {
    display: block;
  }
}
@media (max-width: 800px) {
  .content-products .bg-blanco {
    margin-bottom: 0;
  }
  .content-products .introduction h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  .content-products .introduction p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .content-products .introduction--position {
    margin-top: -50px;
  }
}
.page-template-spare-parts header.header {
  background: transparent;
}
.page-template-spare-parts header.header.sticky-start {
  background: #ffffff;
}
.page-template-spare-parts .solid-header .solid-header__content {
  background: #e76032;
}
.page-template-spare-parts .solid-header .solid-header__content .tile-txt p.color {
  color: #e76032;
}
.page-template-spare-parts .container__row--icon .caja-icon {
  background: #e76032;
}
.page-template-spare-parts .search h3 {
  color: #e76032;
}
.page-template-spare-parts .solid-header .col-left .tile-txt .button {
  margin-left: 102px;
}
@media (max-width: 700px) {
  .page-template-spare-parts .solid-header .col-left .tile-txt .button {
    margin-left: 0;
  }
}
.page-template-spare-parts .main-container .container__row {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .page-template-spare-parts .main-container .container__row .tile-txt.intro {
    margin-top: -80px;
  }
}
.page-template-spare-parts .main-container .container__column {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 4.6rem 2.6rem;
}
@media (max-width: 930px) {
  .page-template-spare-parts .main-container .container__column {
    display: inherit;
  }
}
@media (max-width: 770px) {
  .page-template-spare-parts .main-container .container__column {
    padding-top: 2.8rem;
  }
}
@media (max-width: 480px) {
  .page-template-spare-parts .main-container .container__column {
    padding: 1.5rem;
  }
}
.page-template-spare-parts .main-container .container__column .col-left {
  margin-right: 5%;
  width: 45%;
}
@media (max-width: 930px) {
  .page-template-spare-parts .main-container .container__column .col-left {
    width: 100%;
  }
}
.page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro {
  padding: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro h3 {
  padding: 0;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 800 !important;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media (max-width: 480px) {
  .page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro h3 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro p {
  color: #e76032;
  margin-bottom: 2rem;
}
@media (max-width: 930px) {
  .page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro a {
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro a {
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 380px) {
  .page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro a svg {
    width: 1.6rem;
    margin-right: 0.6rem;
  }
}
@media (max-width: 480px) {
  .page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro a span {
    font-size: 1rem;
  }
}
.page-template-spare-parts .main-container .container__column .col-left .tile-txt.intro a span span {
  font-size: 0.8rem;
}
.page-template-spare-parts .main-container .container__column .col-right {
  width: 55%;
}
@media (max-width: 930px) {
  .page-template-spare-parts .main-container .container__column .col-right {
    width: 100%;
    text-align: center;
  }
}
.page-template-spare-parts .main-container .container__column .col-right img {
  width: 100%;
  border-top: 5px solid #e76032;
}
@media (max-width: 930px) {
  .page-template-spare-parts .main-container .container__column .col-right img {
    width: auto;
  }
}
@media (max-width: 680px) {
  .page-template-spare-parts .main-container .container__column .col-right img {
    width: 100%;
  }
}

.page-template-spare-parts-category header.header {
  background: transparent;
}
.page-template-spare-parts-category header.header.sticky-start {
  background: #ffffff;
}
.page-template-spare-parts-category .solid-header .solid-header__content {
  background: #e76032;
}
.page-template-spare-parts-category .solid-header .solid-header__content .tile-txt p.color {
  color: #e76032;
}
.page-template-spare-parts-category .container__row--icon .caja-icon {
  background: #e76032;
}
.page-template-spare-parts-category .search h3 {
  color: #e76032;
}
.page-template-spare-parts-category .main-container .container__row {
  padding: 0 2.6rem 2.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 700px) {
  .page-template-spare-parts-category .main-container .container__row {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.page-template-spare-parts-category .main-container .container__row .tile-txt.intro {
  padding-left: 0;
  margin-top: 0 !important;
  align-self: flex-start;
}
@media (max-width: 960px) {
  .page-template-spare-parts-category .main-container .container__row .tile-txt.intro {
    width: 70%;
  }
}
@media (max-width: 700px) {
  .page-template-spare-parts-category .main-container .container__row .tile-txt.intro {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-spare-parts-category .main-container .container__row .img {
  width: 48.9%;
  margin-top: -21%;
  border-bottom: 5px solid #e76032;
}
@media (max-width: 960px) {
  .page-template-spare-parts-category .main-container .container__row .img {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .page-template-spare-parts-category .main-container .container__row .img {
    width: 100%;
    margin-top: -70px;
  }
}
.page-template-spare-parts-category .main-container .container__row .img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-spare-parts-category .main-container #componentsApp .container__row > div {
  width: 100%;
}

.page-template-spare-parts-catalogue header.header {
  background: transparent;
}
.page-template-spare-parts-catalogue header.header.sticky-start {
  background: #ffffff;
}
.page-template-spare-parts-catalogue .solid-header .solid-header__content {
  background: #e76032;
}
.page-template-spare-parts-catalogue .solid-header .solid-header__content .tile-txt p.color {
  color: #e76032;
}
.page-template-spare-parts-catalogue .container__row--icon .caja-icon {
  background: #e76032;
}
.page-template-spare-parts-catalogue .search h3 {
  color: #e76032;
}
.page-template-spare-parts-catalogue .solid-header .tile-txt {
  width: 58%;
  padding-top: 1rem;
}
@media (max-width: 960px) {
  .page-template-spare-parts-catalogue .solid-header .tile-txt {
    width: 100%;
  }
}
.page-template-spare-parts-catalogue .solid-header .tile-txt h1 {
  margin-bottom: 1rem !important;
}
.page-template-spare-parts-catalogue .solid-header .tile-txt p {
  margin-bottom: 0;
}
.page-template-spare-parts-catalogue .results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .page-template-spare-parts-catalogue .results {
    padding-top: 2rem !important;
  }
}
.page-template-spare-parts-catalogue .results .col-left {
  width: 25%;
}
@media (max-width: 960px) {
  .page-template-spare-parts-catalogue .results .col-left {
    display: none;
  }
}
.page-template-spare-parts-catalogue .results .col-left > span {
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 1rem;
  display: block;
}
.page-template-spare-parts-catalogue .results .col-left > span.title {
  color: #e76032;
  font-size: 1.25rem;
}
.page-template-spare-parts-catalogue .results .col-left ul {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #f2f2f2;
}
.page-template-spare-parts-catalogue .results .col-left ul li a {
  color: #3f4140 !important;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
}
.page-template-spare-parts-catalogue .results .col-left ul li a span.name {
  margin-right: 10px;
}
.page-template-spare-parts-catalogue .results .col-left ul li a:hover {
  color: #e76032 !important;
}
.page-template-spare-parts-catalogue .results .col-left ul li a.active {
  color: #e76032 !important;
  background: #f2f2f2;
}
.page-template-spare-parts-catalogue .results .col-left ul:last-child {
  border: none;
}
.page-template-spare-parts-catalogue .results .col-right {
  width: 70%;
}
@media (max-width: 960px) {
  .page-template-spare-parts-catalogue .results .col-right {
    width: 100%;
  }
}

.page-template-repairs header.header {
  background: transparent;
}
.page-template-repairs header.header.sticky-start {
  background: #ffffff;
}
@media (max-width: 700px) {
  .page-template-repairs h1:before {
    content: url("/source/f9751eaac32ea8301e42ef49a94c81a4/icon-repairs.svg");
  }
}
.page-template-repairs .solid-header .solid-header__content {
  background: #c0c093;
}
.page-template-repairs .solid-header .solid-header__content .tile-txt p.color {
  color: #c0c093;
}
.page-template-repairs .container__row--icon .caja-icon {
  background: #c0c093;
}
.page-template-repairs .search h3 {
  color: #c0c093;
}
.page-template-repairs .solid-header .intro p.color {
  color: #778818 !important;
}
@media (max-width: 600px) {
  .page-template-repairs .solid-header .intro p:last-child {
    margin-bottom: 0 !important;
  }
}
.page-template-repairs .solid-header h3 {
  width: 100%;
}

.page-template-service-distribution header.header {
  background: transparent;
}
.page-template-service-distribution header.header.sticky-start {
  background: #ffffff;
}
.page-template-service-distribution .cont-graphic {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10% auto;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-template-service-distribution .cont-graphic {
    flex-direction: column;
  }
}
.page-template-service-distribution .cont-graphic img {
  width: 50%;
}
@media (max-width: 1280px) {
  .page-template-service-distribution .cont-graphic img {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .page-template-service-distribution .cont-graphic img {
    width: 70%;
  }
}
@media (max-width: 350px) {
  .page-template-service-distribution .cont-graphic img {
    width: 90%;
  }
}
.page-template-service-distribution .cont-graphic h2 {
  color: #3f4140;
  font-weight: 800;
  font-size: 2rem;
  width: 40%;
  line-height: 2.4rem;
  margin-left: 5%;
}
@media (max-width: 1000px) {
  .page-template-service-distribution .cont-graphic h2 {
    width: 80%;
    text-align: center;
    margin-left: 0;
    margin-top: 5%;
  }
}
@media (max-width: 980px) {
  .page-template-service-distribution .cont-graphic h2 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .page-template-service-distribution .cont-graphic h2 br {
    display: none;
  }
}
@media (max-width: 800px) {
  .page-template-service-distribution .cont-graphic h2 {
    width: 95%;
  }
}
@media (max-width: 350px) {
  .page-template-service-distribution .cont-graphic h2 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
.page-template-service-distribution .cont-graphic h2 span {
  color: #778818;
  clear: both;
  display: block;
  font-weight: 400;
  margin-top: 0.5rem;
}

.page-template-technical-support header.header {
  background: transparent;
}
.page-template-technical-support header.header.sticky-start {
  background: #ffffff;
}
@media (max-width: 700px) {
  .page-template-technical-support h1:before {
    content: url("/source/17324c5ceeb119ce9b91fcb28aae1d67/icon-technical-assistant.svg");
  }
}
.page-template-technical-support .solid-header .solid-header__content {
  background: #829eb2;
}
.page-template-technical-support .solid-header .solid-header__content .tile-txt p.color {
  color: #829eb2;
}
.page-template-technical-support .container__row--icon .caja-icon {
  background: #829eb2;
}
.page-template-technical-support .search h3 {
  color: #829eb2;
}
.page-template-technical-support .main-container .container__row h3 {
  color: #829eb2;
  padding-bottom: 4px;
  margin: 0 0.5rem 1.5rem 0;
  display: inline-block;
  border-bottom: 3px solid #829eb2;
}
@media (max-width: 600px) {
  .page-template-technical-support .main-container .container__row h3 {
    margin-bottom: 1rem;
  }
}
.page-template-technical-support .main-container .container__row h3 + span {
  font-weight: 600;
  padding-left: 0.8rem;
  display: inline-block;
  position: relative;
}
.page-template-technical-support .main-container .container__row h3 + span:before {
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #3f4140;
}
.page-template-technical-support .main-container .container__row > p {
  width: 65%;
}
@media (max-width: 960px) {
  .page-template-technical-support .main-container .container__row > p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-template-technical-support .main-container .container__row > p {
    margin-bottom: 0;
  }
}
.page-template-technical-support .main-container .container__row a {
  color: #3f4140;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #3f4140;
  transition: all 0.5s ease;
}
.page-template-technical-support .main-container .container__row a:hover {
  color: #829eb2;
  border-color: #829eb2;
}

.page-template-upgrade-programs header.header {
  background: transparent;
}
.page-template-upgrade-programs header.header.sticky-start {
  background: #ffffff;
}
@media (max-width: 700px) {
  .page-template-upgrade-programs h1:before {
    content: url("/source/f2643382a57ddfb1db0ae1ee10a01894/icon-upgrade.svg");
  }
}
.page-template-upgrade-programs .solid-header .solid-header__content {
  background: #3f4140;
}
.page-template-upgrade-programs .solid-header .solid-header__content .tile-txt p.color {
  color: #3f4140;
}
.page-template-upgrade-programs .container__row--icon .caja-icon {
  background: #3f4140;
}
.page-template-upgrade-programs .search h3 {
  color: #3f4140;
}
.page-template-upgrade-programs .main-container h3 {
  width: 65%;
}
@media (max-width: 960px) {
  .page-template-upgrade-programs .main-container h3 {
    width: 100%;
  }
}
.page-template-upgrade-programs .main-container p:not(.color) {
  width: 65%;
}

.page-template-corporate-materials header.header {
  background: transparent;
}
.page-template-corporate-materials header.header.sticky-start {
  background: #ffffff;
}
.page-template-corporate-materials .solid-header .solid-header__content {
  background: #c0c093;
}
.page-template-corporate-materials .solid-header .solid-header__content .tile-txt p.color {
  color: #c0c093;
}
.page-template-corporate-materials .container__row--icon .caja-icon {
  background: #c0c093;
}
.page-template-corporate-materials .search h3 {
  color: #c0c093;
}
.page-template-corporate-materials .solid-header .col-left .tile-txt {
  padding: 2.5rem 0;
}
@media (max-width: 700px) {
  .page-template-corporate-materials .solid-header .col-left .tile-txt {
    padding: 0;
  }
}
.page-template-corporate-materials .solid-header .col-left .tile-txt .button {
  margin-left: 102px;
}
@media (max-width: 700px) {
  .page-template-corporate-materials .solid-header .col-left .tile-txt .button {
    margin-left: 0;
  }
}
.page-template-corporate-materials .main-container .container__row {
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=app.css.map*/