﻿#slide > .owl-dots > button > span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  margin: 5px; }

#slide > .owl-dots > button.active > span {
    border-color: transparent;
  background: #055d8c; }

#slide > .owl-nav {
  margin-top: 0; }
  #slide > .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border: 3px solid #dfdfdf;
    border-radius: 50%;
    opacity: .5; }
    #slide > .owl-nav > button > span {
      display: none; }
    #slide > .owl-nav > button:before {
      content: '';
      width: 20px;
      height: 20px;
      border-top: 3px solid #dfdfdf;
      border-left: 3px solid #dfdfdf;
      transform: translateY(-50%) translateX(-50%) translateX(5px) rotate(-45deg);
      position: absolute;
      top: 50%;
      left: 50%; }
    #slide > .owl-nav > button.owl-next {
      transform: translateY(-50%) rotate(180deg);
      right: 10px; }
    #slide > .owl-nav > button.owl-prev {
      left: 10px; }
    #slide > .owl-nav > button:hover {
      border-color: #055d8c;
      background: transparent; }
      #slide > .owl-nav > button:hover:before {
        border-color: #055d8c; }

#slide > .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -5px; }

#slide .item {
  height: 34.4vw;
  width: 100%;
  position: relative;
  overflow: hidden; }
#slide .item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
  #slide .item > a > img {
    width: 100%;
    height: 100%;
  }
  #slide .item > .container {
    height: 100%; }
    #slide .item > .container > .row {
      height: 100%;
      -webkit-align-items: center;
      align-items: center; }
      #slide .item > .container > .row .banner > p.title,
      #slide .item > .container > .row .banner > p.title > span {
        color: #ffffff;
        font-size: 30px;
        font-weight: bold; }
      #slide .item > .container > .row .banner > p.description {
        color: #ffffff;
        font-weight: 300; }
      /*#slide .item > .container > .row .target-animate.left-in {
        transform: translate(-20px) scale(0.93); }
      #slide .item > .container > .row .target-animate.right-in {
        transform: translate(20px) scale(0.93); }*/
      #slide .item > .container > .row .target-animate.zoom-in {
        transform: scale(1); }

#slide .owl-item.active > .item .target-animate.left-in, #slide .owl-item.active > .item .target-animate.right-in {
  transform: translate(0) scale(1);
  transition: 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease; }

#slide .owl-item.active > .item .target-animate.zoom-in {
  transform: scale(1.03);
  transition: 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease; }

@media (max-width: 767.8px) {
  #slide .item {
    height: auto;
    max-height: none;
    background: #00232e; }
    #slide .item > img {
      position: relative; }
    #slide .item > .container {
          padding-top: 10px;
    padding-bottom: 12px; }
  #slide > .owl-nav {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
    #slide > .owl-nav > button {
      border-color: transparent;
      width: 35px;
      height: 35px;
      margin: 0; }
      #slide > .owl-nav > button:hover {
        border-color: transparent; }
  #slide > .owl-dots {
    bottom: 2px;
    width: auto;
    left: 50%;
    transform: translateX(-50%); } }

#introduction {
  padding: 50px 0 70px; 
}
  #introduction > .container > .row > div:first-child > .title:first-child {
    font-size: 40px;
    margin-bottom: 0; }
  #introduction > .container > .row > div:first-child > p.description {
    margin-bottom: 15px;
    text-align: justify;
  }
  #introduction > .container > .row > div:first-child > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #introduction > .container > .row > div:first-child > div:last-child > a.btn-1 {
      margin-bottom: 20px;
      margin-right: 6px; }
      #introduction > .container > .row > div:first-child > div:last-child > a.btn-1:hover {
        background: #d35400; }
  #introduction > .container > .row > div:last-child > iframe {
    width: 100%; }

#benefit {
  background-color: #ffffff;
  padding: 50px 0 70px; }
  #benefit > .container > .row.title {
    margin-bottom: 30px; }
    #benefit > .container > .row.title > div > .title {
      font-size: 40px;
      margin-bottom: 0; }
  #benefit > .container > .row.content {
    margin-bottom: 30px; }
    #benefit > .container > .row.content > div > .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      margin-bottom: 30px;
      display: flex; }
      #benefit > .container > .row.content > div > .item > .thumbnail {
        width: 84px; }
        #benefit > .container > .row.content > div > .item > .thumbnail > .wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -moz-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          width: 84px;
          height: 84px;
          border-radius: 50%;
          background-color: #055d8c; }
      #benefit > .container > .row.content > div > .item > .content {
        margin-left: 20px; }
        #benefit > .container > .row.content > div > .item > .content > .title {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 8px; }
        #benefit > .container > .row.content > div > .item > .content > .description {
          font-size: 15px;
          text-align: justify;
        }
  #benefit > .container > .row.consult > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #benefit > .container > .row.consult > div > div:first-child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      flex: 1;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top: 1px solid #cee0ed;
      border-left: 1px solid #cee0ed;
      border-bottom: 6px solid #cee0ed;
      padding: 0 10px; }

    #benefit > .container > .row.consult > div > div:first-child #typed > *,
    #benefit > .container > .row.consult > div > div:first-child .typed-cursor {
        font-size: 20px;
    }
    #benefit > .container > .row.consult > div > a:last-child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
      min-height: 58px;
      background: #055d8c;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      text-decoration: none;
      padding: 0 25px;
      border-bottom: 6px solid #c96f20; }
      #benefit > .container > .row.consult > div > a:last-child > img {
        margin-right: 8px; }
      #benefit > .container > .row.consult > div > a:last-child > span {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff; }
        @media (max-width: 767.8px) {
          #benefit > .container > .row.consult > div > a:last-child > span {
            display: none; } }

#versions {
  background-color: #f9f9f9;
  padding: 50px 0; }
#versions > .container > .row > div {
    margin-bottom: 20px;

}
  #versions > .container > .row > div > .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #e6e6e6;
    height: 100%;
    background: #ffffff; }
    #versions > .container > .row > div > .item > .content {
        flex: 1;
      position: relative;
      background-color: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    flex-direction: column; }
      #versions > .container > .row > div > .item > .content > .version {
        padding: 10px 20px 0 20px;
        position: absolute;
        bottom: 100%;
        background: #ffffff;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px; }
        #versions > .container > .row > div > .item > .content > .version > p {
          margin-bottom: 0;
          font-size: 28px; }
      #versions > .container > .row > div > .item > .content > .features {
          flex:1;
        padding: 20px 10px 20px 20px; }
        #versions > .container > .row > div > .item > .content > .features > p {
          padding-left: 25px;
          background: url(/Content/img/disc-2.png);
          background-repeat: no-repeat;
          background-position: 0 2px; }
      #versions > .container > .row > div > .item > .content > .function {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px 10px; 
        justify-content: center;
      }
        #versions > .container > .row > div > .item > .content > .function > a {
          margin-bottom: 10px;
          margin-right: 5px; }

#experience {
  padding: 70px 0; }
  #experience > .container > .title {
    margin-bottom: 30px; }
    #experience > .container > .title > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
    #experience > .container > .slide {
        margin: 0;
    }
      #experience > .container > .title > div > div:first-child {
        flex: 1; }
      #experience > .container > .title > div > div > .title {
        font-size: 40px;
        margin-bottom: 0; }
      #experience > .container > .title > div > div > .subtitle {
        font-size: 22px;
        color: #666666;
        font-weight: 300; }
  #experience > .container > .slide > .owl-dots > button > span {
    width: 25px;
    height: 3px;
    background: #e1e1e1;
    margin: 5px; }
  #experience > .container > .slide > .owl-dots > button.active > span {
    width: 50px;
    background: #055d8c; }
  #experience > .container > .slide .items-wrapper {
    padding: 10px 15px; }

#news {
  padding: 70px 0; }
  #news > .container > .title > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    #news > .container > .title > div > div:first-child {
      flex: 1;
      margin-bottom: 20px; }
      #news > .container > .title > div > div:first-child > .title {
        font-size: 40px;
        margin-bottom: 0; }
      #news > .container > .title > div > div:first-child > .subtitle {
        font-size: 22px;
        font-weight: 300;
        color: #666666; }
  #news > .container > .content > div > .item {
    border-radius: 5px;
    overflow: hidden;
    background: #f3f6f9;
    margin-bottom: 20px; }
    #news > .container > .content > div > .item > .content {
      padding: 10px; }
      #news > .container > .content > div > .item > .content > a.title {
        display: block;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        margin-bottom: 8px; }
        #news > .container > .content > div > .item > .content > a.title:hover {
          color: #055d8c; }
        #news > .container > .content > div > .item > .content > a.title > h3 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          max-height: 4.5em;
          line-height: 1.5em;
          box-sizing: content-box;
          height: 4.5em;
          font-size: 16px;
          font-weight: bold; }
      #news > .container > .content > div > .item > .content > span.time {
        margin-bottom: 8px;
        font-size: 13px;
        color: #848484;
        display: block; }
        #news > .container > .content > div > .item > .content > span.time:before {
          content: url(/Content/img/calendar.png);
          padding-right: 5px;
          position: relative;
          top: 1px; }
      #news > .container > .content > div > .item > .content > p.description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 6em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 6em;
        font-size: 15px; }
    #news > .container > .content > div > .item > .function {
      padding: 10px; }
      #news > .container > .content > div > .item > .function > a {
        display: block;
        background: #ffffff;
        box-shadow: 0 0 5px #e6e6e6;
        text-align: center;
        color: #055d8c;
        padding: .7em 0;
        border-radius: 5px;
        text-decoration: none; }
        #news > .container > .content > div > .item > .function > a:hover {
          color: #ffffff;
          background: #055d8c; }

.slideFadeOutLeft {
  -webkit-animation-name: slideFadeOutLeft;
  animation-name: slideFadeOutLeft;
  animation-timing-function: ease; }

@keyframes slideFadeOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; } }

/*# sourceMappingURL=homepage.css.map */
