body {
  background: #3855a2;
  color: #fff;
  font-family: 'Catamaran', sans-serif;
  padding-top: 79px;
  position: relative; }

section {
  width: 100%;
  max-width: 795px;
  margin: 0 auto;
  position: relative; }
  section .anchor {
    position: absolute;
    top: -90px;
    width: 100%;
    height: 1px;
    display: block; }

p:empty {
  display: none !important; }

.container {
  max-width: 990px !important;
  width: 100%; }
  @media (max-width: 768px) {
    .container {
      padding: 0;
      overflow: hidden; } }

.main-header {
  background: #3855a2;
  height: 79px; }

.navbar {
  margin: 0 auto;
  background: #3855a2; }
  .navbar .nav-item {
    margin: 5px 13px 0 0; }
  .navbar .nav-link {
    color: #fff;
    font-size: 21px; }
    .navbar .nav-link.active {
      position: relative;
      color: #83d0f5; }
      .navbar .nav-link.active:after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        width: 40px;
        margin-left: -20px;
        height: 13px;
        background: url("images/nav-indicator.png") no-repeat 0 0;
        background-size: 40px 13px; }
  .navbar-brand {
    margin-right: 75px; }
    .navbar-brand img {
      max-width: 75px;
      height: auto;
      display: block; }
  .navbar-toggler {
    border-color: #1e2d73; }
    .navbar-toggler svg path {
      fill: #1e2d73; }
  @media (max-width: 768px) {
    .navbar .nav-link.active:after {
      display: none; } }

.top {
  max-width: 100%; }
  .top .content {
    background: #fff; }
    .top .content-bottom {
      width: 100%;
      padding-bottom: 290px;
      background: url("images/top-bg.png") no-repeat center top;
      background-size: contain; }
  .top .map {
    width: 100%;
    margin-bottom: -284px;
    padding: 20px 40px; }
    .top .map svg circle {
      fill: #0e265c; }
    .top .map svg .area-1,
    .top .map svg .area-2,
    .top .map svg .area-3,
    .top .map svg .area-4,
    .top .map svg .area-5,
    .top .map svg .area-6,
    .top .map svg .area-7 {
      fill: red; }
    .top .map-wrapper {
      position: relative; }
    .top .map-overlay {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.25s linear; }
      .top .map-overlay .item {
        position: absolute;
        padding: 5px;
        font-size: 11px;
        background: #3855a2;
        color: #fff; }
        .top .map-overlay .item-1 {
          left: 51.3%;
          top: 25%; }
        .top .map-overlay .item-2 {
          left: 19.1%;
          top: 33.9%; }
        .top .map-overlay .item-3 {
          left: 28.5%;
          top: 60.4%; }
        .top .map-overlay .item-4 {
          left: 56.6%;
          top: 45.8%; }
        .top .map-overlay .item-5 {
          left: 55.5%;
          top: 54.7%; }
        .top .map-overlay .item-6 {
          left: 71.9%;
          top: 54.8%; }
        .top .map-overlay .item-7 {
          left: 84.6%;
          top: 72.4%; }
    .top .map:hover .map-overlay {
      visibility: visible;
      opacity: 1; }
  .top .logo {
    position: relative;
    top: 243px;
    margin-top: 20px; }
    .top .logo img {
      max-width: 148px;
      height: auto;
      display: block;
      margin: 0 auto; }

.contact {
  max-width: 100%;
  width: 100%;
  padding-top: 39px;
  background-color: #fff;
  background-image: url("images/contact-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 298px; }
  .contact h3 {
    color: #042b60;
    text-align: center;
    font-size: 38px; }
  .contact-text {
    max-width: 700px;
    margin: 51px auto 0; }
    .contact-text .logo {
      max-width: 150px;
      height: auto;
      display: block;
      margin: 25px auto; }
    .contact-text h6 {
      color: #706f6f; }
    .contact-text .content {
      position: relative; }
    .contact-text ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .contact-text ul li {
        font-size: 12px;
        color: #706f6f;
        position: relative; }
        .contact-text ul li a {
          color: #706f6f; }
          .contact-text ul li a:hover {
            text-decoration: underline; }
        .contact-text ul li .icon {
          position: absolute;
          left: -40px;
          top: 0;
          max-width: 30px;
          max-height: 35px; }
        .contact-text ul li.tel {
          margin: 10px 0; }
          .contact-text ul li.tel .icon {
            top: -15px;
            max-width: 25px; }
        .contact-text ul li.email .icon {
          max-width: 25px; }
    .contact-text .icon-contact {
      position: absolute;
      right: 0;
      max-width: 30px; }
      .contact-text .icon-contact-1 {
        top: 27px; }
      .contact-text .icon-contact-2 {
        top: 66px; }
      .contact-text .icon-contact-3 {
        top: 105px; }
  .contact .menu {
    text-align: center;
    border-top: 2px solid #3855a2;
    padding: 10px 0;
    margin: 0; }
    .contact .menu li {
      display: inline-block;
      font-size: 14px;
      margin: 0 10px; }
      .contact .menu li a {
        color: #706f6f; }
        .contact .menu li a:hover {
          text-decoration: underline; }

@media (max-width: 500px) {
  .contact-text {
    margin-top: 20px; }
    .contact-text .logo {
      margin: 0 auto 30px; }
  .contact .col-sm-4 .content {
    margin: 0 auto 30px;
    display: block;
    max-width: 240px;
    padding-left: 40px; } }
.page-template-home .homepage {
  max-width: 100%;
  background: url("images/home-bg.jpg") no-repeat center 30%;
  background-size: 906px;
  position: relative; }
.page-template-home .values {
  max-width: 100%;
  padding: 28px 0; }
  .page-template-home .values h3 {
    text-align: center;
    margin: 0 0 33px 0;
    font-size: 38px; }
  .page-template-home .values-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding: 0 78px; }
    .page-template-home .values-list:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 4px;
      background: #fff;
      border-radius: 4px;
      margin-left: -2px; }
  .page-template-home .values-item {
    float: left;
    width: 50%;
    clear: both;
    position: relative; }
    .page-template-home .values-item:before {
      content: "";
      width: 40px;
      height: 4px;
      background: #fff;
      position: absolute;
      top: 50%; }
    .page-template-home .values-item:after {
      content: "";
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 50%;
      margin-top: -7px; }
    .page-template-home .values-item:nth-child(even) {
      float: right;
      padding-left: 90px; }
      .page-template-home .values-item:nth-child(even):before {
        left: 0; }
      .page-template-home .values-item:nth-child(even):after {
        left: 38px; }
    .page-template-home .values-item:nth-child(odd) {
      padding-right: 90px; }
      .page-template-home .values-item:nth-child(odd):before {
        right: 0; }
      .page-template-home .values-item:nth-child(odd):after {
        right: 38px; }
    .page-template-home .values-item p {
      margin: 0;
      font-size: 16px;
      line-height: 17px;
      letter-spacing: 0.3px; }
.page-template-home .services {
  max-width: 100%;
  padding: 21px 60px 30px; }
  .page-template-home .services h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 28px; }
  .page-template-home .services-item {
    display: block; }
    .page-template-home .services-item:hover {
      text-transform: none; }
    .page-template-home .services-item-img img {
      max-width: 100%;
      height: auto;
      display: block; }
    .page-template-home .services-item-text {
      text-align: center; }
      .page-template-home .services-item-text h6 {
        text-transform: uppercase;
        color: #fff;
        margin: 22px 0 3px 0;
        font-size: 18px;
        font-weight: 400; }
      .page-template-home .services-item-text p {
        color: #83d0f5;
        font-size: 18px; }
.page-template-home .about-us {
  max-width: 100%;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  background: #1e2d73 url("images/about-bg.jpg") no-repeat center top;
  background-size: contain;
  padding-bottom: 7px; }
  .page-template-home .about-us h3 {
    text-align: center;
    font-size: 38px; }
  .page-template-home .about-us .content {
    max-width: 604px;
    margin: 38px auto 0; }
    .page-template-home .about-us .content p {
      text-align: justify;
      font-size: 15px;
      margin: 0 0 10px 0;
      line-height: 16px; }
@media (max-width: 768px) {
  .page-template-home .top .logo {
    top: 60px;
    margin: 0; }
  .page-template-home .top .map {
    margin-bottom: -50px;
    padding: 0; }
    .page-template-home .top .map-overlay {
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
  .page-template-home .top .content-bottom {
    padding-bottom: 31%;
    background-size: cover; }
  .page-template-home .values-list {
    padding: 0 20px; }
  .page-template-home .services {
    padding: 20px; } }
@media (max-width: 500px) {
  .page-template-home .top .logo {
    top: 60px;
    margin: 0; }
    .page-template-home .top .logo img {
      max-width: 120px; }
  .page-template-home .values-list:after, .page-template-home .values-list:before, .page-template-home .values-item:after, .page-template-home .values-item:before {
    display: none !important; }
  .page-template-home .values-item {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px; }
    .page-template-home .values-item:last-child {
      margin-bottom: 0; }
  .page-template-home .about-us .content {
    padding: 0 20px;
    margin-top: 20px; } }

.page-top {
  max-width: 100%; }
  .page-top .content {
    width: 100%;
    height: 129px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
  .page-top h3 {
    color: #3855a2;
    font-weight: 600;
    padding: 16px 0;
    text-align: center;
    font-size: 37px;
    line-height: 40px; }
  @media (max-width: 768px) {
    .page-top .content {
      background-color: #fff;
      height: auto;
      background-position: center bottom; } }

.page-template-products {
  background: #47baec; }
  .page-template-products .page-top .content {
    background-image: url("images/page-2.jpg"); }
  .page-template-products .products {
    color: #253182; }
    .page-template-products .products .scopes {
      padding: 14px 0; }
      .page-template-products .products .scopes .scope {
        margin-bottom: 8px; }
        .page-template-products .products .scopes .scope h3 {
          margin: 0;
          font-size: 34px;
          line-height: 37px;
          font-weight: 600; }
        .page-template-products .products .scopes .scope p {
          margin: 5px 0 0 0;
          font-size: 18px;
          max-width: 280px;
          word-spacing: 4px;
          line-height: 16px; }
      .page-template-products .products .scopes img {
        max-width: 407px;
        position: relative;
        right: -25px; }
    .page-template-products .products .possibles {
      position: relative;
      padding: 33px 0 7px; }
      .page-template-products .products .possibles img {
        position: absolute;
        left: -139px;
        top: 110px;
        max-width: 360px;
        width: 100%;
        height: auto;
        display: block; }
      .page-template-products .products .possibles h1 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 38px; }
      .page-template-products .products .possibles h3 {
        font-size: 36px;
        line-height: 24px;
        margin-bottom: 5px; }
      .page-template-products .products .possibles ul {
        margin: 0 0 13px -10px;
        padding: 0;
        list-style-type: none; }
        .page-template-products .products .possibles ul li {
          position: relative;
          color: #fff;
          line-height: 16px;
          padding-left: 10px;
          margin-bottom: 3px;
          letter-spacing: 0.3px; }
          .page-template-products .products .possibles ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background: #253182; }
  @media (max-width: 768px) {
    .page-template-products .products {
      padding: 0 20px; }
      .page-template-products .products .scopes img {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
        right: auto; }
      .page-template-products .products .possibles img {
        position: relative;
        left: auto;
        top: auto;
        max-width: 80%;
        margin: 0 auto 20px; }
      .page-template-products .products .possibles h3 {
        margin-bottom: 10px; } }
  .page-template-products .contact {
    background-image: url("images/contact-products.jpg"); }

.page-template-development,
.page-template-standard {
  background: #3855a2; }
  .page-template-development .page-top .content,
  .page-template-standard .page-top .content {
    background-image: url("images/page-3.jpg"); }
  .page-template-development .page-top h3,
  .page-template-standard .page-top h3 {
    padding: 24px 0; }
  .page-template-development .development,
  .page-template-standard .development {
    margin-top: 20px; }
    .page-template-development .development h5,
    .page-template-standard .development h5 {
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      line-height: 19px;
      margin-bottom: 25px; }
    .page-template-development .development h6,
    .page-template-standard .development h6 {
      font-size: 18px;
      margin-bottom: 0; }
    .page-template-development .development p,
    .page-template-standard .development p {
      font-size: 16px;
      margin-bottom: 9px;
      line-height: 17px; }
    .page-template-development .development ul,
    .page-template-standard .development ul {
      margin: 0 0 15px 0;
      padding: 0;
      list-style-type: none; }
      .page-template-development .development ul.cols,
      .page-template-standard .development ul.cols {
        margin: -7px 0 0 0; }
        .page-template-development .development ul.cols li,
        .page-template-standard .development ul.cols li {
          float: left;
          width: 50%;
          margin-bottom: 6px; }
      .page-template-development .development ul li,
      .page-template-standard .development ul li {
        position: relative;
        line-height: 16px;
        padding-left: 15px;
        margin-bottom: 8px;
        letter-spacing: 0.3px; }
        .page-template-development .development ul li:last-child,
        .page-template-standard .development ul li:last-child {
          margin-bottom: 0; }
        .page-template-development .development ul li:before,
        .page-template-standard .development ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          width: 7px;
          height: 7px;
          border-radius: 5px;
          background: #fff; }
    .page-template-development .development img,
    .page-template-standard .development img {
      max-width: 600px;
      margin: 30px auto;
      display: block;
      width: 100%; }
    .page-template-development .development h2,
    .page-template-standard .development h2 {
      font-size: 38px;
      text-align: center;
      margin: 16px 0 22px; }
    .page-template-development .development img,
    .page-template-standard .development img {
      max-width: 520px;
      margin: 0 auto 13px;
      display: block; }
    @media (max-width: 768px) {
      .page-template-development .development,
      .page-template-standard .development {
        padding: 0 20px; }
        .page-template-development .development h6,
        .page-template-standard .development h6 {
          margin: 20px 0 10px; }
        .page-template-development .development .row.map,
        .page-template-standard .development .row.map {
          margin-top: 30px;
          margin-bottom: 30px; }
          .page-template-development .development .row.map .col-md-4,
          .page-template-standard .development .row.map .col-md-4 {
            margin-bottom: 20px; }
            .page-template-development .development .row.map .col-md-4:last-child,
            .page-template-standard .development .row.map .col-md-4:last-child {
              margin-bottom: 0; } }
  .page-template-development .contact,
  .page-template-standard .contact {
    background-image: url("images/contact-development.jpg"); }

.page-template-devices {
  background: #e2e6eb; }
  .page-template-devices .page-top {
    border-top: 2px solid #e2e6eb; }
    .page-template-devices .page-top .content {
      background-image: url("images/page-1.jpg");
      background-color: #3855a2; }
    .page-template-devices .page-top h3 {
      color: #fff;
      padding: 13px 0; }
  .page-template-devices .devices {
    color: #3855a2;
    padding: 12px 0; }
    .page-template-devices .devices h5 {
      font-size: 26px;
      font-weight: 600;
      line-height: 23px;
      letter-spacing: 0.3px; }
    .page-template-devices .devices p {
      font-size: 17px;
      line-height: 19px;
      letter-spacing: 0.2px;
      margin-bottom: 12px;
      clear: both;
      font-weight: 500; }
    .page-template-devices .devices ul {
      margin: 0 0 13px 0;
      padding: 0;
      list-style-type: none; }
      .page-template-devices .devices ul.cols {
        margin: -7px 0 0 0; }
        .page-template-devices .devices ul.cols li {
          float: left;
          width: 50%;
          margin-bottom: 6px; }
      .page-template-devices .devices ul li {
        position: relative;
        line-height: 16px;
        padding-left: 15px;
        margin-bottom: 11px;
        letter-spacing: 0.3px;
        font-weight: 500; }
        .page-template-devices .devices ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          width: 7px;
          height: 7px;
          border-radius: 5px;
          background: #253182; }
    .page-template-devices .devices .devices-services {
      margin-top: 38px;
      position: relative; }
      .page-template-devices .devices .devices-services img {
        position: relative;
        right: -79px;
        top: -30px;
        width: 650px;
        height: auto;
        display: block; }
      .page-template-devices .devices .devices-services h5 {
        margin-bottom: 16px; }
      .page-template-devices .devices .devices-services p {
        margin-bottom: 19px; }
  @media (max-width: 768px) {
    .page-template-devices .page-top h3 {
      font-size: 30px;
      line-height: 30px;
      padding: 8px 0 29px 0 !important; }
    .page-template-devices .devices {
      padding: 12px 20px; }
      .page-template-devices .devices .devices-services img {
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%; } }
  .page-template-devices .contact {
    background-image: url("images/contact-devices.jpg"); }

#bs4navbar {
  display: block; }

#page {
  overflow: hidden; }

.admin-bar .fixed-top {
  top: 32px !important; }

.submenu-expand,
.menu-item-link-return {
  display: none; }

#cookie-law-info-bar {
  font-family: 'Catamaran', sans-serif !important; }

/*# sourceMappingURL=main.css.map */
