@charset "UTF-8";
@media only screen and (min-width: 320px) and (max-width: 600px) {
  p.hidden-on-device {
    display: none; }

  .login {
    padding: 10px !important; }

  .the-problem .image img {
    width: 100% !important; } }
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .objetives {
    height: auto !important; }
    .objetives img {
      width: 100%; }

  header nav {
    display: none; }
  header nav.responsive {
    display: table !important; }

  nav#cbp-spmenu-s2 {
    display: table !important; }

  .the-problem .image img {
    width: 70% !important; }
  .the-problem .info .content {
    padding: 10px !important; } }
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  p.hidden-on-device {
    display: none; }

  .login {
    padding: 10px !important; }

  header nav {
    display: block; }
  header nav.responsive {
    display: none !important; }

  .the-problem .image img {
    width: 100% !important; }
  .the-problem .info .content {
    padding: 10px !important; } }
@font-face {
  font-family: "brandhouse";
  src: url("../../fonts/brandhouse/brandhouse.eot");
  src: url("../../fonts/brandhouse/brandhouse.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandhouse/brandhouse.woff") format("woff"), url("../../fonts/brandhouse/brandhouse.ttf") format("truetype"), url("../../fonts/brandhouse/brandhouse.svg#others") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "brandhouse" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "brandhouse" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-brandhouse:before {
  content: "b";
  font-size: 100px;
  display: table;
  margin: 20px auto; }

.icon-brandhouse {
  cursor: auto;
  margin: 15px auto 0;
  overflow: hidden;
  text-align: center;
  display: table;
  cursor: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out; }

.icon-brandhouse:before {
  font-size: 100px;
  background: -webkit-linear-gradient(top, #878787, #000);
  background: linear-gradient(top, #878787, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out; }

.icon-brandhouse:hover:before {
  background: -webkit-linear-gradient(left, #00afaa, #85c441);
  background: linear-gradient(left, #00afaa, #85c441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, blockquote {
  font-family: 'Tinos', serif;
  color: #013356; }

h3 {
  color: #0683d6;
  font-size: 20px;
  letter-spacing: 1px; }

h4 {
  color: #0683d6; }

p, li, a, strong {
  font-family: 'Work Sans', sans-serif; }

a:hover, a:focus, a:active {
  text-decoration: none; }

p {
  font-size: 14px; }

span {
  color: #0683d6; }

.container-fluid, .row {
  margin: 0;
  padding: 0; }

.modal {
  z-index: 99999 !important; }
  .modal .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto; }
    .modal .modal-dialog .modal-content {
      padding: 25px;
      z-index: 99999 !important;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 400px;
      height: 400px;
      text-align: center;
      position: absolute !important;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: rgba(40, 45, 53, 0.9);
      border: rgba(94, 102, 116, 0.2) solid 20px; }
      .modal .modal-dialog .modal-content .modal-body h4 {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        padding: 10px 0; }
      .modal .modal-dialog .modal-content .modal-body .display-image {
        overflow: hidden;
        text-align: center;
        width: 130px;
        height: 130px;
        margin: 10px auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
        .modal .modal-dialog .modal-content .modal-body .display-image img {
          width: 150%; }
      .modal .modal-dialog .modal-content .modal-body p {
        color: #fff;
        font-size: 12px; }
      .modal .modal-dialog .modal-content .modal-header, .modal .modal-dialog .modal-content .modal-footer {
        border: none; }
      .modal .modal-dialog .modal-content .modal-footer {
        padding: 0; }
        .modal .modal-dialog .modal-content .modal-footer button {
          background: none;
          display: table;
          margin: -10px auto 0px;
          outline: none;
          border: none;
          color: #fff;
          text-shadow: none;
          box-shadow: none;
          position: relative; }

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
  z-index: 999; }
  header .logo {
    float: left;
    margin: 0 25px; }
    header .logo img {
      width: auto;
      height: 80px; }
  header nav {
    float: right;
    background: #013356;
    margin-right: -60px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    height: 80px;
    overflow: hidden; }
    header nav ul {
      margin: 0 80px 0 0;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        list-style: none;
        cursor: pointer;
        border: rgba(255, 255, 255, 0) solid 1px;
        height: 80px; }
        header nav ul li a i {
          line-height: 3;
          color: #fff;
          padding: 5px 20px;
          -webkit-transform: skewX(30deg);
          -moz-transform: skewX(30deg);
          -ms-transform: skewX(30deg);
          -o-transform: skewX(30deg);
          transform: skewX(30deg);
          cursor: pointer; }
        header nav ul li a i:hover:before {
          color: #0683d6; }
        header nav ul li a p {
          cursor: pointer;
          color: #fff;
          padding: 0px 8px;
          line-height: 80px;
          -webkit-transform: skewX(30deg);
          -moz-transform: skewX(30deg);
          -ms-transform: skewX(30deg);
          -o-transform: skewX(30deg);
          transform: skewX(30deg);
          font-size: 11px;
          margin: 0;
          letter-spacing: 1px; }
      header nav ul li:hover {
        background: #012239;
        border-left: #01192a solid 1px;
        border-right: #01192a solid 1px;
        box-shadow: #00528d 0px -3px 3px; }
      header nav ul li.no-background {
        background: none;
        border: none;
        box-shadow: none; }
  header nav.responsive {
    float: right;
    background: #013356;
    margin-right: -60px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    height: 80px;
    overflow: hidden;
    display: none; }
    header nav.responsive ul {
      margin: 0 80px 0 0;
      padding: 0; }
      header nav.responsive ul li {
        display: inline-block;
        list-style: none;
        cursor: pointer;
        border: rgba(255, 255, 255, 0) solid 1px;
        height: 80px; }
        header nav.responsive ul li a i {
          line-height: 3;
          color: #fff;
          padding: 5px 20px;
          -webkit-transform: skewX(30deg);
          -moz-transform: skewX(30deg);
          -ms-transform: skewX(30deg);
          -o-transform: skewX(30deg);
          transform: skewX(30deg);
          cursor: pointer; }
        header nav.responsive ul li a i:hover:before {
          color: #0683d6; }
        header nav.responsive ul li a p {
          cursor: pointer;
          color: #fff;
          padding: 0px 8px;
          line-height: 80px;
          -webkit-transform: skewX(30deg);
          -moz-transform: skewX(30deg);
          -ms-transform: skewX(30deg);
          -o-transform: skewX(30deg);
          transform: skewX(30deg);
          font-size: 11px;
          margin: 0;
          letter-spacing: 1px; }
      header nav.responsive ul li.padding {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0 10px;
        background: #012239;
        border-right: #000d17 solid thin;
        box-shadow: #064069 1px 3px 0px; }
      header nav.responsive ul li.padding:hover {
        background: #0683d6; }
      header nav.responsive ul li:hover {
        background: #012239;
        border-left: #01192a solid 1px;
        border-right: #01192a solid 1px;
        box-shadow: #00528d 0px -3px 3px; }
      header nav.responsive ul li.no-background {
        background: none;
        border: none;
        box-shadow: none; }
  header .login {
    background: #0683d6;
    float: right;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    overflow: hidden;
    padding: 8.5px 25px 8.5px 10px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    header .login .display-user {
      border: #fff solid 2px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 32px;
      height: 32px;
      overflow: hidden;
      -webkit-transform: skewX(30deg);
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      transform: skewX(30deg);
      text-align: center;
      line-height: 2;
      float: left;
      margin: 12px 10px;
      color: #fff; }
    header .login p {
      color: #fff;
      -webkit-transform: skewX(30deg);
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      transform: skewX(30deg);
      float: right;
      line-height: 15px;
      margin-top: 12px;
      font-size: 13px; }
  header .login:hover {
    background: #52b7ff; }

.ms-skin-default .ms-time-bar {
  background: #e6e7ec !important; }

.ms-layer.ms-caption {
  text-shadow: rgba(0, 0, 0, 0.5) -1px 1px 10px; }
  .ms-layer.ms-caption h1 {
    color: #fff;
    font-weight: 700; }
  .ms-layer.ms-caption h2 {
    color: #fff;
    font-weight: 400;
    font-size: 20px; }

.certification {
  text-align: center;
  padding: 100px 0; }

.objetives {
  background: #013356;
  padding: 30px 0;
  color: #fff;
  width: auto;
  height: 480px; }
  .objetives .separator {
    background: #fff;
    margin: 15px 0 50px; }
  .objetives h2, .objetives p {
    color: #fff;
    text-align: justify; }
  .objetives p {
    font-size: 14px; }
  .objetives a.button {
    border: #fff solid 2px;
    color: #fff;
    margin-left: 0; }
  .objetives a.button:hover {
    border: #fff solid 2px;
    text-align: center;
    background: #fff;
    color: #013356; }
  .objetives img {
    position: relative;
    margin-top: 50px;
    width: 90%; }

.participants {
  text-align: center;
  padding-bottom: 50px; }
  .participants img {
    width: 50%; }
  .participants h5 {
    background: #f4f6f5;
    padding: 20px 0;
    font-size: 15px;
    color: #282828; }
  .participants p {
    font-size: 12px;
    text-align: justify; }

.company-award {
  padding: 100px 0;
  height: 700px; }
  .company-award .separator {
    margin-left: 0; }
  .company-award img {
    width: 100%;
    position: relative; }

.our-reach .separator {
  margin-left: 0; }
.our-reach .first-certification {
  background: url(../../img/backgrounds/our-reach-background.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .our-reach .first-certification p {
    text-align: center;
    color: #a0d9ff;
    padding: 120px 0; }

.video-section {
  text-align: center;
  height: 500px;
  line-height: 600px;
  background: #013356 url(../../img/backgrounds/video-background.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .video-section .overlay {
    opacity: 0;
    background: #013356;
    position: absolute;
    width: 100%;
    height: 500px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
  .video-section i {
    opacity: .5;
    color: #fff;
    font-size: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.video-section:hover .overlay {
  opacity: .5; }
.video-section:hover i {
  opacity: 1;
  color: #fff;
  font-size: 100px;
  transform: scale(1.2, 1.2); }

.faq {
  background: #e6e7ec;
  padding: 50px 0;
  text-align: center; }
  .faq h2, .faq p, .faq a {
    color: #7f8396; }
  .faq a {
    font-weight: 700;
    font-size: 24px;
    text-align: center; }
  .faq a:hover {
    color: #0683d6; }
  .faq span {
    font-size: 15px;
    color: #7f8396;
    font-weight: 100; }
  .faq .button {
    border-color: #7f8396;
    color: #7f8396; }
  .faq .button:hover {
    background: #7f8396;
    color: #fff;
    border-color: #7f8396; }

.sponsors {
  text-align: center;
  padding: 50px 0;
  background: #fff;
  width: 100%; }
  .sponsors img {
    width: 100%; }

.social-media {
  background: #4a6e89;
  color: #264963;
  padding: 20px 0; }
  .social-media a {
    color: #264963;
    font-weight: bold; }
  .social-media .mail-contact {
    text-align: left; }
  .social-media .social-networks {
    text-align: right; }
  .social-media i {
    font-size: 20px;
    margin: 0 10px; }

footer {
  background: #3e5c72;
  color: #79afd7;
  padding: 50px 0; }
  footer p, footer a {
    font-size: 12px; }
  footer a {
    display: block;
    color: #79afd7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
  footer a:hover {
    color: #b4e0ff;
    transform: translateX(5px); }
  footer .top {
    margin-top: 8px; }
  footer .border-left {
    border-left: #79afd7 solid 1px; }

.copyright {
  background: #10222e;
  padding: 30px;
  text-align: center;
  height: 180px;
  overflow: hidden; }
  .copyright p, .copyright a {
    color: white;
    font-size: 10px; }
  .copyright a {
    display: block; }
  .copyright a:hover {
    color: #2b5c7c; }

.cover {
  text-align: center;
  padding: 170px 0;
  background: url(../../img/backgrounds/identity-background.png) center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .cover h1 {
    font-style: italic;
    font-weight: 700;
    line-height: 50px; }
  .cover blockquote {
    border-left: none;
    font-size: 12px;
    color: #013356;
    font-style: italic;
    font-weight: bold; }
  .cover .container {
    margin-top: 100px; }

.the-problem .row {
  padding: 0;
  margin: 0; }
.the-problem .separator {
  margin-left: 0; }
.the-problem p {
  text-align: justify; }
.the-problem .info {
  height: auto;
  float: right; }
  .the-problem .info .content {
    padding: 80px; }
.the-problem .image {
  background: #44738f;
  text-align: right;
  height: auto;
  text-align: center; }
  .the-problem .image img {
    width: 70%; }

.the-solution {
  margin: 15px 0; }
  .the-solution .row {
    padding: 0;
    margin: 0; }
  .the-solution .separator {
    margin-left: 0; }
  .the-solution p {
    text-align: justify; }
  .the-solution .info {
    height: auto;
    float: right; }
    .the-solution .info .content {
      padding: 100px 100px 0px 0; }
  .the-solution .image {
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    text-align: right;
    position: relative;
    margin-left: -15%;
    height: auto;
    overflow: hidden;
    height: 500px; }
    .the-solution .image .background {
      background: url(../../img/backgrounds/the-solution-background.png) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transform: skewX(30deg);
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      transform: skewX(30deg);
      height: 700px;
      width: 150%;
      margin-left: 15%; }
    .the-solution .image img {
      width: 70%;
      -webkit-transform: skewX(30deg);
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      transform: skewX(30deg); }

.goverment {
  background: #e5f2fc;
  text-align: center;
  padding: 50px 0; }
  .goverment p {
    text-align: justify;
    font-size: 12px; }

.structure {
  text-align: center;
  padding: 100px 0; }
  .structure h2 {
    color: #fff; }
  .structure img {
    width: 100%; }

.about-certification {
  padding: 100px 0;
  background: url(../../img/backgrounds/about-certification-background.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .about-certification p {
    text-align: justify; }
  .about-certification .separator {
    margin-left: 0; }

.intro {
  background: url(../../img/backgrounds/certification-banner.png) center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px; }
  .intro h1 {
    margin-top: 40%; }
  .intro a.button {
    margin-left: 0;
    padding: 15px 25px; }
  .intro img {
    width: 100%;
    position: relative;
    margin-top: 200px; }

.goal {
  padding: 100px 0;
  background: url(../../img/backgrounds/our-goal-background.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .goal p {
    text-align: justify; }
  .goal .separator {
    margin-left: 0; }

.values {
  padding: 100px 0;
  text-align: center; }
  .values .separator {
    background: #fff; }
  .values img {
    width: 100%; }
  .values h2 {
    color: #fff; }
  .values p {
    color: #fff;
    text-align: justify;
    font-size: 13px; }
  .values .content {
    background: rgba(179, 203, 223, 0.2);
    margin: 15px 0;
    height: auto;
    min-height: 250px; }

.kukulcan {
  padding: 50px 0;
  background: #e6e7ec; }
  .kukulcan .col-3-info {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; }
  .kukulcan h2 {
    text-align: center; }
  .kukulcan p {
    text-align: justify;
    font-size: 13.5px; }
  .kukulcan img {
    width: 100%; }

.members {
  padding: 50px;
  border-right: #e9edf4 solid 300px;
  margin: 50px 0; }
  .members h2 {
    font-size: 20px; }
  .members p {
    font-size: 14px;
    text-align: justify; }
  .members .content {
    padding: 10px 20px; }

.process {
  padding: 50px 0;
  text-align: center; }
  .process img {
    margin: 0;
    padding: 0;
    float: left; }
  .process .row.centered {
    display: table;
    margin: 0 auto; }

.intro.autodiagnosis {
  height: auto;
  background: url(../../img/backgrounds/city-bg.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro.autodiagnosis h1 {
    padding: 0;
    margin: 200px 50px; }

.about-diagnosis {
  padding: 100px 0;
  background: url(../../img/backgrounds/road-to-sucess.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .about-diagnosis p {
    text-align: justify; }
  .about-diagnosis ol li {
    margin: 10px;
    text-align: justify; }
    .about-diagnosis ol li a {
      font-weight: 900; }
  .about-diagnosis .separator {
    margin-left: 0; }

.pyramid-diagnosis {
  padding: 50px;
  background: url(../../img/backgrounds/pyramid-diagnosis-background.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.fixed img {
  width: 79%;
  z-index: -1; }

.register {
  padding: 250px 150px 200px;
  background: url(../../img/backgrounds/auto-diagnosis.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .register h1 {
    line-height: auto;
    margin: 0;
    padding: 0; }
  .register h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #0683d6; }

.news {
  padding: 250px 150px 200px;
  background: url(../../img/backgrounds/news.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .news h1 {
    line-height: auto;
    margin: 0;
    padding: 0;
    font-size: 36px; }
  .news h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #0683d6; }

.companies {
  padding: 50px 0; }
  .companies .separator {
    margin-left: 0; }
  .companies img {
    width: 70%; }
  .companies .borders {
    border-top: #e6e7ec solid 1px;
    padding: 25px 0; }
  .companies .box {
    text-align: center; }

.diagnosis-app {
  padding: 90px 0;
  text-align: center;
  background: url(../../img/backgrounds/diagnosis-app.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.privacy-terms {
  padding: 90px 0;
  text-align: center;
  background: url(../../img/backgrounds/diagnosis-app.jpg) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.intro.mge {
  height: auto;
  background: url(../../img/backgrounds/register-signature-background-02.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro.mge h1 {
    padding: 0;
    margin: 200px 50px; }

.intro.certified-companies {
  width: 100%;
  height: 100vh;
  background: url(../../img/backgrounds/certified-companies.png) top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro.certified-companies h1 {
    color: #fff; }

.intro.contact {
  background: url(../../img/backgrounds/company.jpg) center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.location {
  padding: 50px 0;
  background: url(../../img/backgrounds/contact.jpg) center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contact .separator.left {
  margin: 10px 0; }

form input, form textarea {
  font-weight: 900;
  color: #0683d6;
  display: block;
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  height: auto;
  outline: none;
  resize: none;
  border: none;
  border-bottom: #e6e7ec solid thin; }
form input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #0683d6;
  display: table;
  margin: 15px auto;
  padding: 10px 25px;
  width: auto;
  height: auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
form input[type="submit"]:hover {
  background: #013356; }
form textarea {
  height: 100px; }
form ::-webkit-input-placeholder {
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 12px; }
form ::-moz-placeholder {
  letter-spacing: 1.5px; }
form :-ms-input-placeholder {
  letter-spacing: 1.5px; }
form input:-moz-placeholder {
  letter-spacing: 1.5px; }

.map iframe {
  width: 100%;
  height: 45vh;
  border: none;
  outline: none;
  opacity: .3;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 0;
  margin: 0; }
.map iframe:hover {
  opacity: 1; }

.feature.map {
  height: 100%; }
  .feature.map iframe {
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */ }

.navigation-theme {
  position: absolute;
  right: 50px;
  top: 30%;
  transform: translateY(-30%);
  list-style: none; }
  .navigation-theme ul {
    text-align: right; }
    .navigation-theme ul li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff;
      opacity: .3;
      cursor: pointer;
      border-left: rgba(255, 255, 255, 0) solid 5px;
      padding-left: 10px;
      list-style: none;
      font-size: 12px;
      letter-spacing: 1px; }
    .navigation-theme ul li:hover {
      opacity: 1;
      transform: translateX(-10px); }
    .navigation-theme ul li:before {
      content: "·";
      float: right;
      margin: 0 10px; }

.intro.suggest {
  background: url(../../img/backgrounds/comments-background.png) center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro.suggest .info {
    padding: 0 50px; }
    .intro.suggest .info h3 {
      color: #7f8396; }

.suggest {
  background: url(../../img/backgrounds/suggest-form.jpg) center left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0; }
  .suggest form {
    outline: none; }
    .suggest form p {
      color: #0683d6;
      font-size: 12px;
      font-weight: 300; }
    .suggest form input, .suggest form textarea, .suggest form select {
      appearance: none;
      -webkit-appearance: none;
      background: rgba(1, 25, 42, 0.5);
      font-weight: 300;
      color: #fff;
      display: block;
      margin: 5px auto;
      padding: 5px;
      width: 100%;
      height: auto;
      outline: none;
      resize: none;
      border: none;
      border: #e6e7ec solid thin; }
    .suggest form input[type="submit"] {
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #0683d6;
      display: table;
      margin: 15px auto;
      padding: 10px 25px;
      width: auto;
      height: auto;
      text-align: center;
      color: #fff;
      font-weight: 300;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      width: 130px; }
    .suggest form input[type="submit"]:hover {
      background: #013356; }
    .suggest form textarea {
      height: 100px; }
    .suggest form input[type="button" i],
    .suggest form input[type="submit" i],
    .suggest form input[type="reset" i],
    .suggest form input[type="file" i]::-webkit-file-upload-button,
    .suggest form button {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border: none;
      outline: none;
      background: #0683d6;
      color: #fff;
      padding: 5px 10px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      text-align: center;
      font-size: 13px;
      font-weight: 300; }
    .suggest form input[type="file" i] {
      border: none;
      outline: none;
      background: none;
      color: #0683d6; }
    .suggest form input[type="button" i]:hover,
    .suggest form input[type="submit" i]:hover,
    .suggest form input[type="reset" i]:hover,
    .suggest form input[type="file" i]::-webkit-file-upload-button:hover,
    .suggest form button:hover {
      background: #59b9ff; }
    .suggest form .separator {
      height: 1px;
      width: 100%;
      margin: 20px 0;
      font-size: 12px; }
    .suggest form ::-webkit-input-placeholder {
      color: #fff;
      letter-spacing: 1.5px;
      font-weight: 300;
      font-size: 12px; }
    .suggest form ::-moz-placeholder {
      color: #fff;
      letter-spacing: 1.5px; }
    .suggest form :-ms-input-placeholder {
      color: #fff;
      letter-spacing: 1.5px; }
    .suggest form input:-moz-placeholder {
      color: #fff;
      letter-spacing: 1.5px; }

.faq-section {
  padding: 20px 55px; }
  .faq-section .separator.left {
    margin: 10px 0; }
  .faq-section ul {
    margin: 0;
    padding: 0; }
    .faq-section ul li {
      list-style: none;
      border-bottom: #e6e7ec solid thin;
      color: #0683d6; }
      .faq-section ul li button {
        background: none;
        border: none;
        outline: none;
        padding: 5px 10px;
        margin: 5px 0; }
        .faq-section ul li button .fa {
          margin: 3px 25px; }
      .faq-section ul li .response {
        padding: 8px 15px; }
        .faq-section ul li .response p {
          color: #7f8396; }
        .faq-section ul li .response ul {
          margin-left: 35px; }
          .faq-section ul li .response ul li {
            list-style: circle;
            border: none;
            color: #7f8396; }

.scene {
  padding: 0;
  margin: 0; }
  .scene img {
    display: block;
    width: 100%; }

.cbp-spmenu {
  background: rgba(71, 163, 218, 0.8);
  position: fixed;
  margin-top: 70px;
  display: none; }

.cbp-spmenu h3 {
  color: #fff;
  background: rgba(1, 25, 42, 0.6);
  font-size: 15px;
  padding: 20px;
  margin: 0;
  font-weight: 900; }

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 300; }

.cbp-spmenu a:hover {
  background: rgba(11, 56, 83, 0.5); }

.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da; }

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #258ecd;
  padding: 1em; }

.cbp-spmenu-right {
  right: -240px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }

  .cbp-spmenu-top {
    top: -110px; }

  .cbp-spmenu-bottom {
    bottom: -110px; } }
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }

  .cbp-spmenu-right {
    right: -190px; }

  .cbp-spmenu-push-toright {
    left: 190px; } }
.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 0px; }

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, -5px); }
  to {
    -webkit-transform: translate(0, 0px); } }
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, -5px); }
  to {
    -moz-transform: translate(0, 0px); } }
.fixed {
  position: fixed; }

.download {
  background: url(../../img/backgrounds/our-reach-background.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 50px 0; }
  .download h3 {
    color: #fff; }
  .download .separator.white {
    background: #fff; }
  .download a.button {
    color: #fff;
    border: #fff solid 2px;
    width: 220px; }

.front {
  z-index: 9999;
  position: absolute;
  width: 100%; }

.no-padding {
  padding: 0;
  margin: 0; }

.blue-skew {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  width: 70%;
  height: 70px;
  margin-left: -70px;
  background: #0683d6;
  margin-top: -20px; }

.content {
  padding: 25px; }

.separator {
  width: 70px;
  height: 3px;
  background: #0683d6;
  display: table;
  margin: 15px auto 50px; }

a.button {
  border: #0683d6 solid 2px;
  text-align: center;
  padding: 10px 20px;
  margin: 35px auto;
  display: table;
  color: #0683d6;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }

a.button:hover {
  border: #0683d6 solid 2px;
  text-align: center;
  background: #0683d6;
  color: #fff; }
