@charset "UTF-8";

.moved {
  position:absolute; top:3px; right: 3%;text-align:center;
}

.moved img{
  width:80px !important;
  height:auto !important;
}

.logonav{
  position:absolute; top:26px; right: 3%;text-align:center;
}

.logonav img{
  height:80px;
  width:auto;
}


@media screen and (max-width: 1277px) {
  .logonav{
    position:absolute; top:3px; right: 3%;text-align:center;
  }

  .logonav img{
    width:80px;
    height:auto;
  }
}

@media screen and (max-width: 1000px) {
  .logonav{
    position:absolute; top:3px; right: 3%;text-align:center;
  }

  .logonav img{
    width:80px;
    height:auto;
  }
}

@media screen and (max-width: 767px) {
  .logonav{
    position:absolute; top:3px; right: 8%;text-align:center;
  }
  .logonav img{
    width:80px;
    height:auto;
  }

  .moved {
    position:absolute; top:3px; right: 8%;text-align:center;
  }
}

@media screen and (max-width: 540px) {
  .logonav{
    position:absolute; top:3px; right: 10%;text-align:center;
  }
  .logonav img{
    width:80px;
    height:auto;
  }
  .moved {
    position:absolute; top:3px; right: 10%;text-align:center;
  }
}


body.js .animated {
  display: block;
  transition-timing-function: ease-out; }
  body.js .animated.left {
    transition-property: transform;
    transform: translateX(-800px); }
  body.js .animated.bottom {
    transition-property: transform, opacity;
    transform: translateY(60px);
    opacity: 0; }
  body.js .animated.opacity {
    transition-property: opacity;
    opacity: 0; }
  body.js .animated.imageZoom {
    transform-origin: 50% 10%;
    transform: scale(0.6, 0.6); }

body.js .animation-trigger.on .animated,
body.js .animation-trigger.on.animated {
  transition-duration: 0.7s; }
  body.js .animation-trigger.on .animated.speed2,
  body.js .animation-trigger.on.animated.speed2 {
    transition-duration: 0.9s; }
  body.js .animation-trigger.on .animated.speed3,
  body.js .animation-trigger.on.animated.speed3 {
    transition-duration: 1.1s; }
  body.js .animation-trigger.on .animated.speed4,
  body.js .animation-trigger.on.animated.speed4 {
    transition-duration: 1.3s; }
  body.js .animation-trigger.on .animated.speed5,
  body.js .animation-trigger.on.animated.speed5 {
    transition-duration: 1.5s; }
  body.js .animation-trigger.on .animated.delay1,
  body.js .animation-trigger.on.animated.delay1 {
    transition-delay: 0.2s; }
  body.js .animation-trigger.on .animated.delay2,
  body.js .animation-trigger.on.animated.delay2 {
    transition-delay: 0.4s; }
  body.js .animation-trigger.on .animated.delay3,
  body.js .animation-trigger.on.animated.delay3 {
    transition-delay: 0.6s; }
  body.js .animation-trigger.on .animated.delay4,
  body.js .animation-trigger.on.animated.delay4 {
    transition-delay: 0.8s; }
  body.js .animation-trigger.on .animated.delay5,
  body.js .animation-trigger.on.animated.delay5 {
    transition-delay: 1s; }
  body.js .animation-trigger.on .animated.delay6,
  body.js .animation-trigger.on.animated.delay6 {
    transition-delay: 1.2s; }
  body.js .animation-trigger.on .animated.left,
  body.js .animation-trigger.on.animated.left {
    transform: translateX(0); }
  body.js .animation-trigger.on .animated.bottom,
  body.js .animation-trigger.on.animated.bottom {
    transform: translateY(0);
    opacity: 1; }
  body.js .animation-trigger.on .animated.opacity,
  body.js .animation-trigger.on.animated.opacity {
    opacity: 1; }
  body.js .animation-trigger.on .animated.imageZoom,
  body.js .animation-trigger.on.animated.imageZoom {
    animation: imageZoom 3s cubic-bezier(0.19, 0.86, 0.44, 0.89) forwards; }

@keyframes imageZoom {
  0% {
    transform: scale(0.6, 0.6); }
  100% {
    transform: none; } }

.form-control {
  outline: none;
  width: 100%;
  height: 5rem;
  padding: 6px 12px;
  font-size: 2rem;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #29516d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(41, 81, 109, 0.6); }

.button {
  width: auto;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-color: #333;
  background-color: #333;
  transition: background-color 0.2s, color 0.2s; }
  .button:hover {
    background-color: #29516d;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    border-bottom-width: 1px; }
  .button.secondary:hover {
    background-color: #3c72a2;
    border-color: #3c72a2; }

a.button, a:visited.button, a:link.button {
  color: #fff; }

textarea.form-control {
  height: 20rem; }

input[type=checkbox].form-control {
  box-shadow: none;
  width: 2rem;
  margin-right: 10px;
  color: #29516d; }


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons/icons.svg#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-user:before {
  content: '\e801'; }

/* '' */
.icon-cancel:before {
  content: '\e804'; }

/* '' */
.icon-up:before {
  content: '\e805'; }

/* '' */
.icon-phone:before {
  content: '\e806'; }

/* '' */
.icon-world:before {
  content: '\e807'; }

/* '' */
.icon-down-open:before {
  content: '\e808'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-mail:before {
  content: '\f0e0'; }

/* '' */
.icon-text:before {
  content: '\f0f6'; }

/* '' */
.icon-calendar:before {
  content: '\f133'; }

/* '' */
.icon-link:before {
  content: '\f14c'; }

/* '' */
.icon-plane:before {
  content: '\f1d8'; }

/* '' */
.slider {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  background-color: #eee; }
  @media (max-width: 575.98px) {
    .slider {
      height: 500px; } }
  .slider video {
    width: 100%; }
  .slider .slide {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity linear 1.5s;
    overflow: hidden; }
    .slider .slide.right figcaption {
      align-items: flex-end; }
      .slider .slide.right figcaption .slide-info {
        margin-right: 20px; }
    .slider .slide.left figcaption {
      align-items: flex-start; }
      .slider .slide.left figcaption .slide-info {
        margin-left: 20px; }
    .slider .slide figcaption {
      position: absolute;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      text-align: center;
      opacity: 0.9;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .slider .slide figcaption .slide-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .slider .slide figcaption .slide-info h2.section-title {
          font-size: 3rem;
          margin-bottom: 0;
          padding-left: 10px;
          padding-right: 10px; }
          @media (min-width: 576px) {
            .slider .slide figcaption .slide-info h2.section-title {
              font-size: 3.5rem; } }
        .slider .slide figcaption .slide-info .subtitle {
          font-size: 2rem;
          margin-bottom: 3rem;
          padding-left: 10px;
          padding-right: 10px;
          font-style: italic; }
          @media (min-width: 576px) {
            .slider .slide figcaption .slide-info .subtitle {
              font-size: 3rem; } }
        .slider .slide figcaption .slide-info .button {
          border-color: rgba(255, 255, 255, 0.5) !important; }
          .slider .slide figcaption .slide-info .button:hover {
            border-color: inherit !important; }
    .slider .slide.active {
      z-index: 3;
      opacity: 1; }
    @media (max-width: 575.98px) {
      .slider .slide figcaption .slide-info h2.section-title {
        font-size: 2.3rem; } }
    @media (max-width: 767.98px) {
      .slider .slide.right figcaption {
        align-items: center; }
        .slider .slide.right figcaption .slide-info {
          margin-right: 0; }
      .slider .slide.left figcaption {
        align-items: center; }
        .slider .slide.left figcaption .slide-info {
          margin-left: 0; } }

.section.parallax {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-color: #eee; }
  @media (max-width: 575.98px) {
    .section.parallax {
      height: 300px; } }
  .section.parallax .parallax-image {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateZ(-1px) scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .section.parallax .parallax-image .parallax-info {
      color: #fff;
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .section.parallax .parallax-image .parallax-info h3 {
        font-size: 3rem;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          .section.parallax .parallax-image .parallax-info h3 {
            font-size: 4rem; } }
      .section.parallax .parallax-image .parallax-info .subtitle {
        font-size: 2rem;
        margin-bottom: 3rem;
        padding-left: 10px;
        padding-right: 10px;
        font-style: italic; }
        @media (min-width: 576px) {
          .section.parallax .parallax-image .parallax-info .subtitle {
            font-size: 3rem; } }
      .section.parallax .parallax-image .parallax-info .button {
        border-color: rgba(255, 255, 255, 0.5) !important; }

.section.contact .contained {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section.contact .contained .message-sent {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #3c72a2;
    text-align: center;
    color: #fff; }
  .section.contact .contained form.contact-form {
    width: 70%;
    padding: 20px;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .section.contact .contained form.contact-form {
        width: 100%; } }
    .section.contact .contained form.contact-form .form-item {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap; }
      .section.contact .contained form.contact-form .form-item.inner {
        flex-wrap: nowrap;
        margin-left: 0 !important; }
        .section.contact .contained form.contact-form .form-item.inner input[type=checkbox].form-control {
          width: 3rem; }
          .section.contact .contained form.contact-form .form-item.inner input[type=checkbox].form-control + label {
            line-height: 5.3rem; }
        .section.contact .contained form.contact-form .form-item.inner label {
          flex: 0 1 auto;
          width: auto;
          text-transform: none;
          text-align: left;
          line-height: 3.5rem; }
      .section.contact .contained form.contact-form .form-item label {
        width: 100%;
        text-align: left;
        display: block;
        flex: 0 auto;
        margin-right: 20px; }
    .section.contact .contained form.contact-form .form-control {
      flex: 0 1 auto;
      display: block; }
    .section.contact .contained form.contact-form textarea.form-control {
      height: 20rem; }
    .section.contact .contained form.contact-form .icon {
      color: #29516d; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  background: radial-gradient(ellipse at 100% 100%, #fff 0%, #fff 100%);
  position: relative; }
  .section:first-child {
    padding-top: 20px !important; }
  .section:nth-child(even) {
    background: #eee;
    background: radial-gradient(ellipse at 100% 100%, #fafafa 0%, #eee 100%); }
  .section .item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    .section .item .item-image {
      order: 2;
      overflow: hidden;
      flex: 1 0 auto;
      max-width: 100%;
      margin-left: 40px;
      margin-right: 0;
      text-align: right; }
      .section .item .item-image.with-reflection {
        margin-bottom: -50px; }
    .section .item .item-info {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      order: 1;
      text-align: justify; }
      .section .item .item-info .title, .section .item .item-info .text {
        margin-bottom: 20px; }
      .section .item .item-info .text > p {
        margin-top: 0; }
    .zebra .item:nth-child(odd) .item-image {
      order: 1;
      margin-right: 40px;
      margin-left: 0; }
    .zebra .item:nth-child(odd) .item-info {
      order: 2; }
    @media (max-width: 575.98px) {
      .section .item {
        flex-wrap: wrap;
        justify-content: center; }
        .section .item .item-image {
          order: 1 !important;
          height: auto;
          margin: 20px !important;
          display: flex;
          justify-content: center; }
          .section .item .item-image.with-reflection {
            margin-bottom: 0px !important; }
        .section .item .item-info {
          order: 2 !important;
          text-align: left !important; } }
  .section.vista-caracteristicas .panel-item .text > p {
    margin-top: 0; }
  .section.vista-caracteristicas .panel-item .feature-diagram picture {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .section.vista-caracteristicas .panel-item .feature-diagram picture img {
      max-width: 100%; }
  .section.vista-caracteristicas .panel-item .permalink a {
    font-size: 1.2rem;
    color: #666; }
    .section.vista-caracteristicas .panel-item .permalink a:hover {
      border-bottom: 0; }
  .section.vista-caracteristicas .nav-item {
    line-height: normal;
    color: #29516d;
    cursor: pointer; }
    .section.vista-caracteristicas .nav-item.active {
      color: #3c72a2; }
  @media (min-width: 768px) {
    .section.vista-caracteristicas .accordion {
      display: flex;
      flex-direction: column; }
      .section.vista-caracteristicas .accordion ul.nav {
        position: relative;
        flex: 1 1 auto;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        list-style-type: none;
        border-bottom: 1px solid #666; }
        .section.vista-caracteristicas .accordion ul.nav .nav-item {
          padding: 15px 15px;
          margin: 0px 1px;
          text-align: center;
          border-radius: 5px 5px 0 0;
          color: #666; }
          .section.vista-caracteristicas .accordion ul.nav .nav-item.active {
            color: #333; }
            .section.vista-caracteristicas .accordion ul.nav .nav-item.active ~ .nav-decoration {
              transform: translateX(0); }
            .section.vista-caracteristicas .accordion ul.nav .nav-item.active:nth-child(2) ~ .nav-decoration {
              transform: translateX(50px); }
        .section.vista-caracteristicas .accordion ul.nav .nav-decoration {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0;
          transition: transform 0.3s;
          height: 2px;
          border-bottom: 2px solid #333; }
      .section.vista-caracteristicas .accordion .panel {
        flex: 1 1 auto;
        padding-top: 20px; }
        .section.vista-caracteristicas .accordion .panel .panel-item {
          display: none;
          align-items: stretch; }
          .section.vista-caracteristicas .accordion .panel .panel-item.active {
            display: flex; }
          .section.vista-caracteristicas .accordion .panel .panel-item .feature-image,
          .section.vista-caracteristicas .accordion .panel .panel-item .feature-video {
            flex: 0 1 auto;
            width: 320px;
            overflow: hidden;
            display: flex;
            align-items: flex-start;
            justify-content: center; }
            .section.vista-caracteristicas .accordion .panel .panel-item .feature-image.feature-video,
            .section.vista-caracteristicas .accordion .panel .panel-item .feature-video.feature-video {
              align-self: flex-start; }
          .section.vista-caracteristicas .accordion .panel .panel-item .feature-info {
            width: 71%;
            padding: 20px; }
        .section.vista-caracteristicas .accordion .panel .nav-item {
          display: none; }
    .section.vista-caracteristicas:nth-child(even) .accordion .panel .panel-item .feature-image,
    .section.vista-caracteristicas:nth-child(even) .accordion .panel .panel-item .feature-video {
      order: 2; }
    .section.vista-caracteristicas:nth-child(even) .accordion .panel .panel-item .feature-info {
      order: 1; } }
  @media (max-width: 767.98px) {
    .section.vista-caracteristicas .accordion {
      display: flex;
      flex-direction: column; }
      .section.vista-caracteristicas .accordion .nav {
        display: none; }
      .section.vista-caracteristicas .accordion .nav-item {
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #3c72a2; }
        .section.vista-caracteristicas .accordion .nav-item:first-child {
          margin-top: 0; }
        .section.vista-caracteristicas .accordion .nav-item i {
          display: block;
          float: right; }
        .section.vista-caracteristicas .accordion .nav-item.active i {
          transform: rotate(180deg); }
      .section.vista-caracteristicas .accordion .feature-image {
        width: 100vw;
        margin-top: -10px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px; }
      .section.vista-caracteristicas .accordion .feature-video {
        margin-top: -10px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center; }
      .section.vista-caracteristicas .accordion .panel .panel-item {
        display: none; }
        .section.vista-caracteristicas .accordion .panel .panel-item.active {
          display: block; } }
  .section.feature-page-content .contained {
    display: flex; }
    @media (max-width: 767.98px) {
      .section.feature-page-content .contained {
        flex-direction: column; }
        .section.feature-page-content .contained > div {
          width: 100%; }
        .section.feature-page-content .contained img {
          max-width: 100%; } }
  .section.feature-page-content .feature-image,
  .section.feature-page-content .feature-video {
    flex: 0 1 auto;
    width: 320px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .section.feature-page-content .feature-image.feature-video,
    .section.feature-page-content .feature-video.feature-video {
      align-self: flex-start; }
  .section.feature-page-content .feature-info {
    width: 71%;
    padding: 20px; }
  .section.feature-page-diagram img {
    max-width: 100%; }
  .section.productos-destacados .contained {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section.productos-destacados .contained .item-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .section.productos-destacados .contained .item-list a.item-content {
        flex: 1 1;
        min-width: 300px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        transition: background-color linear 0.5s;
        border-radius: 5px; }
        .section.productos-destacados .contained .item-list a.item-content:hover {
          background-color: #77a5cd;
          background: radial-gradient(ellipse at 100% 100%, rgba(255, 255, 255, 0) 20%, #e7eff6 100%);
          border-bottom: none; }
        .section.productos-destacados .contained .item-list a.item-content .item-image {
          display: flex;
          align-items: center;
          justify-content: center; }
          .section.productos-destacados .contained .item-list a.item-content .item-image.with-reflection {
            margin-bottom: -50px; }
        .section.productos-destacados .contained .item-list a.item-content .item-info {
          text-align: center; }
          .section.productos-destacados .contained .item-list a.item-content .item-info .text {
            color: #333; }
        @media (max-width: 575.98px) {
          .section.productos-destacados .contained .item-list a.item-content {
            flex-wrap: wrap;
            justify-content: center; }
            .section.productos-destacados .contained .item-list a.item-content .item-image {
              order: 1 !important;
              height: auto;
              margin: 20px !important; }
            .section.productos-destacados .contained .item-list a.item-content .item-info {
              order: 2 !important;
              text-align: left !important; } }
      @media (max-width: 767.98px) {
        .section.productos-destacados .contained .item-list {
          flex-direction: column; }
          .section.productos-destacados .contained .item-list a.item-content {
            width: 100%; } }
  .section.section-with-header-image {
    padding-top: 0;
    padding-bottom: 0; }
    .section.section-with-header-image .contained {
      display: flex;
      justify-content: stretch;
      min-height: 400px; }
      .section.section-with-header-image .contained .titles {
        margin-bottom: 20px; }
        .section.section-with-header-image .contained .titles h3.section-title {
          margin: 0;
          text-align: left;
          letter-spacing: 2px; }
        .section.section-with-header-image .contained .titles h4.section-subtitle {
          text-align: left;
          text-transform: none;
          margin-bottom: 0; }
        .section.section-with-header-image .contained .titles.small {
          display: none;
          margin-top: 40px;
          padding-left: 20px;
          padding-right: 20px; }
      .section.section-with-header-image .contained .section-image {
        flex: 0 0 auto;
        order: 1;
        width: 30%;
        margin: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .section.section-with-header-image .contained .section-image .image {
          width: 100%;
          margin-top: 0;
          height: 400px; }
          .section.section-with-header-image .contained .section-image .image img {
            object-fit: cover;
            object-position: center;
            width: auto; }
          .section.section-with-header-image .contained .section-image .image.styleset-distributorLogo {
            width: auto;
            height: auto !important;
            margin-top: 40px; }
      .section.section-with-header-image .contained .section-image + .section-content {
        padding-left: 40px; }
      .section.section-with-header-image .contained .section-content {
        flex: 0 0 auto;
        order: 2;
        width: 70%;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap; }
        .section.section-with-header-image .contained .section-content .image {
          margin-top: 20px;
          margin-bottom: 20px; }
      @media (max-width: 1277.98px) {
        .section.section-with-header-image .contained {
          flex-wrap: wrap;
          justify-content: center;
          min-height: 0; }
          .section.section-with-header-image .contained .titles.small {
            display: block;
            text-align: center; }
            .section.section-with-header-image .contained .titles.small h3.section-title, .section.section-with-header-image .contained .titles.small h4.section-subtitle {
              text-align: center;
              display: block; }
            .section.section-with-header-image .contained .titles.small h3.section-title {
              margin-right: -10px; }
          .section.section-with-header-image .contained .section-image {
            width: 100%;
            height: auto;
            margin-bottom: 20px; }
            .section.section-with-header-image .contained .section-image .image {
              height: 100%; }
          .section.section-with-header-image .contained .section-image + .section-content {
            padding-left: 0; }
          .section.section-with-header-image .contained .section-content {
            width: 100%; }
            .section.section-with-header-image .contained .section-content .titles {
              display: none; }
            .section.section-with-header-image .contained .section-content .image {
              display: block;
              margin-left: auto !important;
              margin-right: auto !important; } }
  .section.distribuidor .contained .section-image .image img {
    height: 100%; }
  .section.distribuidor .contained .titles h3, .section.distribuidor .contained .titles div {
    vertical-align: middle;
    display: inline; }
  .section.articulo .contained .text {
    text-align: justify; }
  .section.articulo .contained .more-info {
    display: flex;
    justify-content: space-between;
    text-align: left; }
  .section.articulo.teaser .contained {
    min-height: 300px; }
    .section.articulo.teaser .contained .image {
      height: 300px; }
  .section.articulo.standalone .section-content {
    padding-top: 0; }
  .section.vista-especificaciones .contained {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section.vista-especificaciones .contained table th {
      text-align: right; }
  .section.vista-ejemplos .contained .item-info {
    align-content: flex-start; }
    .section.vista-ejemplos .contained .item-info .title {
      width: 100%; }
  .section.block-productos .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section.block-productos .product-list a.block-item {
      flex: 1 0 auto;
      width: 20%;
      margin-bottom: 20px;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      .section.block-productos .product-list a.block-item:hover {
        border-bottom: none;
        background-color: #77a5cd;
        background: radial-gradient(ellipse at 100% 100%, rgba(255, 255, 255, 0) 20%, #e7eff6 100%); }
      @media (max-width: 767.98px) {
        .section.block-productos .product-list a.block-item {
          width: 50%; } }
  @media (min-width: 768px) {
    .section.control-remoto .section-content {
      display: flex;
      align-items: stretch;
      justify-content: space-around; }
      .section.control-remoto .section-content .remote-image {
        position: relative;
        flex: 1 0 auto;
        width: 50%;
        order: 2;
        display: flex;
        justify-content: center; }
      .section.control-remoto .section-content ul {
        flex: 1 0 auto;
        position: relative;
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .section.control-remoto .section-content ul.left-col {
          text-align: right;
          order: 1; }
          .section.control-remoto .section-content ul.left-col li::before {
            display: none; }
          .section.control-remoto .section-content ul.left-col li::after {
            content: "·";
            padding-left: 1rem;
            vertical-align: middle;
            color: #29516d; }
          .section.control-remoto .section-content ul.left-col li.margin1, .section.control-remoto .section-content ul.left-col li.margin5 {
            margin-right: -10px; }
          .section.control-remoto .section-content ul.left-col li.margin2, .section.control-remoto .section-content ul.left-col li.margin4 {
            margin-right: 10px; }
          .section.control-remoto .section-content ul.left-col li.margin3 {
            margin-right: 20px; }
        .section.control-remoto .section-content ul.right-col {
          order: 3; }
          .section.control-remoto .section-content ul.right-col li::before {
            content: "·";
            padding-right: 1rem;
            vertical-align: middle;
            color: #29516d; }
          .section.control-remoto .section-content ul.right-col li.margin1, .section.control-remoto .section-content ul.right-col li.margin5 {
            margin-left: -10px; }
          .section.control-remoto .section-content ul.right-col li.margin2, .section.control-remoto .section-content ul.right-col li.margin4 {
            margin-left: 10px; }
          .section.control-remoto .section-content ul.right-col li.margin3 {
            margin-left: 20px; } }
  @media (max-width: 767.98px) {
    .section.control-remoto .section-content {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section.control-remoto .section-content ul li {
        padding-left: 1em;
        text-indent: -.7em; }
        .section.control-remoto .section-content ul li::before {
          content: "•";
          color: #29516d;
          padding-right: 1rem; }
        .section.control-remoto .section-content ul li::after {
          color: #29516d; }
      .section.control-remoto .section-content .remote-image {
        flex: 1 0 auto;
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 20px; }
      .section.control-remoto .section-content .left-col {
        order: 2;
        width: 100%; }
      .section.control-remoto .section-content .right-col {
        order: 3;
        width: 100%; } }
  .section .animation-trigger .animated.bottom {
    transform: translateY(150px); }
  .section .animation-trigger.on .animated.delay2 {
    transition-delay: 0.4s !important; }
  .section .animation-trigger.on .animated.delay3 {
    transition-delay: 0.8s !important; }
  .section .animation-trigger.on .animated.delay4 {
    transition-delay: 1.2s !important; }
  .section .animation-trigger.on .animated.delay5 {
    transition-delay: 1.6s !important; }

:root {
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  font-family: UbuntuLight,"Helvetica Neue",Roboto,Helvetica,Arial,sans-serif;
  line-height: 2; }

::selection,
::-moz-selection {
  background: #29516d;
  color: #fff; }

* {
  box-sizing: border-box; }

a {
  color: #29516d;
  transition: color 0.5s; }
  a, a:link, a:active, a:focus, a:visited {
    text-decoration: none;
    outline: 0;
    color: #29516d; }
  a:hover {
    color: #376d92; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table th, table tr, table td {
    margin: 0; }
  table tr {
    border-bottom: 1px solid #999999; }
  table th {
    padding: 20px;
    font-weight: bold; }
  table td {
    padding: 20px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.more-info {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.page-title h1 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
  color: #333; }
  @media (min-width: 576px) {
    .page-title h1 {
      font-size: 2.3rem; } }
  @media (min-width: 768px) {
    .page-title h1 {
      font-size: 2.5rem; } }
  @media (max-width: 575.98px) {
    .page-title h1 {
      text-align: left; } }
  .page-title h1 span {
    text-transform: none; }

.section-icon {
  font-size: 3rem;
  display: block;
  text-align: center; }
  @media (min-width: 576px) {
    .section-icon {
      font-size: 3.5rem; } }

.section-title {
  font-size: 1.8rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .section-title {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .section-title {
      font-size: 2.5rem; } }
  .section-title span {
    color: #29516d;
    text-transform: none; }

.section-subtitle {
  font-size: 1.8rem;
  text-align: center;
  text-transform: lowercase;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .section-subtitle {
      font-size: 2rem; } }

p {
  margin-left: 0;
  margin-right: 0; }

figure {
  margin: 0; }

.image-decoration, .section.section-with-header-image .contained .section-image .image img {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }

img {
  display: block;
  margin: 0;
  padding: 0; }

.styleset-diagram img {
  max-width: 100%; }

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 2rem;
  color: #333;
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  body > .page-main {
    flex-grow: 1; }

.container {
  width: 100%;
  display: flex;
  justify-content: center; }
  .container > .contained {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1278px) {
      .container > .contained {
        width: 1200px;
        padding-left: 0;
        padding-right: 0; } }

.date {
  color: #666; }

.scroll-to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); }

main {
  position: relative; }
  main a:hover {
    border-bottom: 2px solid #376d92; }
    main a:hover.image-link {
      border-bottom: none; }
  main p ul li, main .text ul li {
    padding-left: 1em;
    text-indent: -.7em; }
    main p ul li::before, main .text ul li::before {
      content: "•";
      color: #29516d;
      padding-right: 1rem; }
    main p ul li::after, main .text ul li::after {
      color: #29516d; }

body.menu-open header.page-header {
  max-height: 200px !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }
  body.menu-open header.page-header .menus {
    max-height: 200px !important; }
  @media (max-width: 1277.98px) {
    body.menu-open header.page-header {
      max-height: 2000px !important; }
      body.menu-open header.page-header .menus {
        max-height: 2000px !important; } }

.header-placeholder {
  height: 170px;
  transition: height 0.6s; }

header.page-header {
  height: auto;
  background-color: #fff;
  transition: max-height 0.6s; }

@media (max-width: 1277.98px) {
  body header.page-header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }
    body header.page-header .contained {
      padding-top: 5px;
      padding-bottom: 5px; }
    body header.page-header .menu-open-handle {
      display: inline; }
    body header.page-header .titles {
      margin-bottom: 0;
      flex: 1 0 auto;
      width: 100%; }
      body header.page-header .titles a.logo {
        width: 250px; }
        body header.page-header .titles a.logo img {
          vertical-align: middle; }
      body header.page-header .titles h2.page-subtitle {
        display: none; }
    body header.page-header .menus {
      max-height: 0; }
    body header.page-header nav.menu {
      width: 100%;
      flex: 1 0 auto;
      display: flex;
      justify-content: center;
      text-align: center; } }
    @media (max-width: 1277.98px) and (max-width: 1277.98px) {
      body header.page-header nav.menu ul {
        margin-top: 20px;
        flex-direction: column;
        justify-content: flex-start; }
        body header.page-header nav.menu ul li {
          padding: 0;
          margin-top: 10px;
          margin-bottom: 10px; }
          body header.page-header nav.menu ul li a:hover {
            border-bottom: 2px solid #3c72a2; } }

@media (max-width: 1277.98px) {
  body .header-placeholder {
    max-height: 55px; } }

@media (min-width: 1278px) {
  body.small-header header.page-header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }
    body.small-header header.page-header .contained {
      padding-top: 5px;
      padding-bottom: 5px; }
    body.small-header header.page-header .menu-open-handle {
      display: inline; }
    body.small-header header.page-header .titles {
      margin-bottom: 0;
      flex: 1 0 auto;
      width: 100%; }
      body.small-header header.page-header .titles a.logo {
        width: 250px; }
        body.small-header header.page-header .titles a.logo img {
          vertical-align: middle; }
      body.small-header header.page-header .titles h2.page-subtitle {
        display: none; }
    body.small-header header.page-header .menus {
      max-height: 0; }
    body.small-header header.page-header nav.menu {
      width: 100%;
      flex: 1 0 auto;
      display: flex;
      justify-content: center;
      text-align: center; } }
    @media (min-width: 1278px) and (max-width: 1277.98px) {
      body.small-header header.page-header nav.menu ul {
        margin-top: 20px;
        flex-direction: column;
        justify-content: flex-start; }
        body.small-header header.page-header nav.menu ul li {
          padding: 0;
          margin-top: 10px;
          margin-bottom: 10px; }
          body.small-header header.page-header nav.menu ul li a:hover {
            border-bottom: 2px solid #3c72a2; } }

header.page-header {
  position: fixed;
  z-index: 10;
  overflow: hidden;
  line-height: 1.6; }
  header.page-header .contained {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767.98px) {
      header.page-header .contained {
        padding-left: 20px;
        padding-right: 20px; } }
  header.page-header .menu-open-handle {
    display: none;
    flex: 1 0 auto;
    text-align: right;
    cursor: pointer; }
  header.page-header h1 {
    font-size: 3rem;
    margin: 0 0 1rem 0;
    line-height: 1;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
    @media (min-width: 576px) {
      header.page-header h1 {
        font-size: 4rem; } }
    @media (min-width: 768px) {
      header.page-header h1 {
        font-size: 5rem; } }
  header.page-header h2 {
    font-size: 1.5rem;
    margin: 0;
    color: #666; }
    @media (min-width: 576px) {
      header.page-header h2 {
        font-size: 2rem; } }
  header.page-header ul {
    padding-left: 0; }
  header.page-header .titles {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    header.page-header .titles a.logo {
      overflow: hidden;
      width: 500px;
      transition: width 0.6s; }
      @media (max-width: 575.98px) {
        header.page-header .titles a.logo {
          width: 200px; } }
      header.page-header .titles a.logo img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    header.page-header .titles h2.page-subtitle {
      flex: 1 0 auto;
      text-align: right;
      display: none; }
  header.page-header .menus {
    width: 100%; }
  header.page-header nav.menu {
    font-size: 1.5rem;
    width: 100%;
    color: #666;
    text-transform: uppercase;
    display: flex;
    justify-content: center; }
    @media (min-width: 576px) {
      header.page-header nav.menu {
        font-size: 2rem; } }
    header.page-header nav.menu ul {
      display: flex;
      justify-content: space-evenly;
      margin: 0;
      padding: 0; }
    header.page-header nav.menu li {
      padding-right: 30px; }
      header.page-header nav.menu li:last-child {
        padding-right: 0; }
      header.page-header nav.menu li.active a {
        border-bottom: 2px solid #29516d;
        color: #333; }
      header.page-header nav.menu li.language-switcher a {
        color: #333;
        text-transform: none; }
        header.page-header nav.menu li.language-switcher a:hover {
          color: #376d92; }

footer.page-footer {
  color: #acacac;
  background-color: #404040;
  position: relative; }
  footer.page-footer h4 {
    font-weight: normal;
    text-transform: uppercase; }
  footer.page-footer a {
    color: #ccc;
    text-decoration: none !important; }
    footer.page-footer a:hover {
      color: #fff; }
  footer.page-footer .contained {
    padding: 40px 20px;
    display: flex;
    flex-direction: column; }
    footer.page-footer .contained .data {
      display: flex; }
      footer.page-footer .contained .data nav {
        width: 60%;
        display: flex; }
        footer.page-footer .contained .data nav ul {
          margin-right: 40px;
          padding-left: 0; }
      footer.page-footer .contained .data .nmea-logo {
        width: 40%;
        text-align: right; }
        footer.page-footer .contained .data .nmea-logo img {
          display: inline; }
      @media (max-width: 575.98px) {
        footer.page-footer .contained .data {
          flex-direction: column; }
          footer.page-footer .contained .data nav {
            width: 100%; }
          footer.page-footer .contained .data .nmea-logo {
            width: 100%;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px; } }
    footer.page-footer .contained .copyright {
      text-align: center;
      font-size: 0.8em; }

#gdpr-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: auto;
  padding: 20px;
  background: #404040;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: max-height 0.6s;
  max-height: 600px; }
  #gdpr-banner.hidden {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  #gdpr-banner .button {
    margin-right: 20px; }
  #gdpr-banner a {
    color: #528cbf;
    text-decoration: none !important; }
    #gdpr-banner a:hover {
      color: #77a5cd; }
