.text-dark {
  color: #1C1C1C !important; }

* {
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  background: #1C1C1C;
  font-family: "Rubik", sans-serif; }

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px; }

a {
  text-decoration: none; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #bb001b;
  color: #fff; }

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px; }

p {
  font-weight: 400px;
  font-size: 14px;
  color: #A9A9A9;
  line-height: 22px; }

.centro {
  width: 1170px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .centro {
      width: 90%;
      margin: 0 5%; } }

.divide {
  width: 100%;
  height: 1px;
  float: left; }

@media (max-width: 768px) {
  .content {
    width: 95%;
    margin: 0 2.5%;
    float: left;
    border-left: 1px solid #6A6A6A;
    border-right: 1px solid #6A6A6A; } }

#topo {
  width: 100%;
  height: 96px;
  float: left;
  border-bottom: 1px solid #6A6A6A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  #topo .box-logo {
    width: 11.198vw;
    height: 96px;
    float: left;
    border-right: 1px solid #6A6A6A;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      #topo .box-logo {
        width: 35%; } }
  #topo .title {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.57em; }
    @media (max-width: 768px) {
      #topo .title {
        display: none; } }
  #topo .email {
    width: 281px;
    height: 96px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #6A6A6A; }
  #topo input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    right: 330px; }
    #topo input[type="checkbox"]:checked + label {
      background-color: #fff; }
      #topo input[type="checkbox"]:checked + label:before {
        transform: translateX(18px);
        background-color: #000; }
  #topo label {
    display: flex;
    width: 44px;
    height: 24px;
    background: #000;
    border-radius: 99em;
    position: absolute;
    right: 330px;
    transition: transform 0.2s ease-in-out;
    transform-origin: 50% 50%;
    cursor: pointer; }
    @media (max-width: 768px) {
      #topo label {
        right: 10px;
        top: 110px; } }
    #topo label:before {
      transition: transform 0.2s ease;
      transition-delay: 0.1s;
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border-radius: 50%;
      top: 2px;
      left: 2px; }

.box-1 {
  width: 50.833vw;
  height: 460px;
  float: left; }
  @media (max-width: 768px) {
    .box-1 {
      width: 100%;
      height: auto; } }
  .box-1 .box-1-1 {
    width: 37.083vw;
    height: 460px;
    float: left;
    border-right: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    padding-left: 3.75vw;
    padding-right: 2.708vw;
    padding-top: 56px; }
    @media (max-width: 768px) {
      .box-1 .box-1-1 {
        width: 100%;
        height: auto;
        border-right: 0px;
        padding-top: 41px;
        padding-left: 32px;
        padding-right: 32px; } }
    .box-1 .box-1-1 .box-title {
      width: 100%;
      float: left;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 28px; }
      .box-1 .box-1-1 .box-title .avatar {
        width: 68px;
        float: left;
        background: #fff;
        border-radius: 50%;
        margin-right: 23px; }
        .box-1 .box-1-1 .box-title .avatar img {
          display: block;
          width: 100%; }
      .box-1 .box-1-1 .box-title .title {
        float: left;
        font-weight: 300;
        font-size: 24px;
        color: #fff; }
        @media (max-width: 768px) {
          .box-1 .box-1-1 .box-title .title {
            width: 198px; } }
        .box-1 .box-1-1 .box-title .title span {
          font-weight: 500; }
    .box-1 .box-1-1 .title-p {
      width: 100%;
      float: left;
      font-size: 3.333vw;
      font-weight: 500;
      color: #fff; }
      @media (max-width: 768px) {
        .box-1 .box-1-1 .title-p {
          font-size: 64px;
          width: 321px; } }
    .box-1 .box-1-1 .text {
      float: left;
      width: 372px; }
      @media (max-width: 768px) {
        .box-1 .box-1-1 .text {
          width: 252px; } }
  .box-1 .box-1-2 {
    width: 13.75vw;
    height: 460px;
    border-right: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    float: left;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .box-1 .box-1-2 {
        width: 100%;
        height: auto;
        border-right: 0px; } }
    .box-1 .box-1-2 ul {
      width: 100%;
      float: left; }
      .box-1 .box-1-2 ul li {
        list-style: none;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          .box-1 .box-1-2 ul li {
            width: 33.33%;
            margin-top: 40px; } }
        .box-1 .box-1-2 ul li .title {
          width: 100%;
          float: left;
          font-weight: 400;
          color: #fff;
          text-align: center;
          margin-top: 10px; }
          @media (max-width: 768px) {
            .box-1 .box-1-2 ul li .title {
              font-weight: 300;
              font-size: 13px; } }
  .box-1 .box-1-3 {
    width: 16.042vw;
    height: 308px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A; }
    @media (max-width: 768px) {
      .box-1 .box-1-3 {
        width: 100%;
        height: auto;
        border-right: 0px;
        padding: 0px 0; } }
    .box-1 .box-1-3 .selo {
      max-width: 100%;
      max-height: 307px;
      -webkit-animation: spin 14s linear infinite;
      -moz-animation: spin 14s linear infinite;
      animation: spin 14s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .box-1 .box-1-4 {
    width: 34.789vw;
    height: 308px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A; }
    @media (max-width: 768px) {
      .box-1 .box-1-4 {
        width: 100%;
        border-right: 0px;
        height: auto;
        padding: 20px 0; } }
    .box-1 .box-1-4 .box-1-4-1 {
      width: 31.976vw;
      height: 256px;
      background: rgba(23, 23, 23, 0.4);
      float: left;
      padding-left: 1.771vw; }
      @media (max-width: 768px) {
        .box-1 .box-1-4 .box-1-4-1 {
          width: 95%;
          height: auto;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; } }
      .box-1 .box-1-4 .box-1-4-1 .text {
        margin-top: 36.24px;
        float: left;
        margin-right: 20px; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .text {
            margin-top: 0px; } }
        .box-1 .box-1-4 .box-1-4-1 .text p {
          color: #fff;
          font-size: 1.042vw;
          line-height: 1.667vw;
          font-weight: 300; }
          @media (max-width: 768px) {
            .box-1 .box-1-4 .box-1-4-1 .text p {
              font-size: 18px;
              line-height: 30px;
              width: 95%;
              margin: 0 2.5%; } }
          .box-1 .box-1-4 .box-1-4-1 .text p span {
            font-weight: 700; }
      .box-1 .box-1-4 .box-1-4-1 .aspiral {
        width: 7.396vw;
        max-width: 7.396vw;
        margin-top: 20px; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .aspiral {
            width: 90%;
            max-width: 90%;
            margin: 0 5%;
            display: none !important; } }
      .box-1 .box-1-4 .box-1-4-1 .aspiral-mobile {
        display: none; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .aspiral-mobile {
            display: block;
            margin-top: 10px; } }
      .box-1 .box-1-4 .box-1-4-1 .aspiral-mobile-negative {
        display: none; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .aspiral-mobile-negative {
            margin-top: 10px; } }
      .box-1 .box-1-4 .box-1-4-1 .btn {
        border: 1px solid #A9A9A9;
        padding: 16px 32px;
        float: left;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        background: #1C1C1C;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .btn {
            border-radius: 8px; } }
        .box-1 .box-1-4 .box-1-4-1 .btn img {
          margin-left: 16px;
          margin-top: 0px;
          float: left; }
        .box-1 .box-1-4 .box-1-4-1 .btn .borda-1 {
          width: 80%;
          margin: 0 10%;
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 1px;
          background: #A9A9A9;
          z-index: -1;
          transition: 0.4s;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
        .box-1 .box-1-4 .box-1-4-1 .btn .borda-2 {
          width: 85%;
          margin: 0 7.5%;
          position: absolute;
          left: 0px;
          bottom: 5px;
          height: 1px;
          background: #A9A9A9;
          z-index: -1;
          transition: 0.4s;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
        .box-1 .box-1-4 .box-1-4-1 .btn .borda-3 {
          width: 90%;
          margin: 0 5%;
          position: absolute;
          left: 0px;
          bottom: 10px;
          height: 1px;
          background: #A9A9A9;
          z-index: -1;
          transition: 0.4s;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
      .box-1 .box-1-4 .box-1-4-1 .btn:hover {
        margin-top: -5px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
        .box-1 .box-1-4 .box-1-4-1 .btn:hover .borda-1 {
          bottom: -15px; }
        .box-1 .box-1-4 .box-1-4-1 .btn:hover .borda-2 {
          bottom: -10px; }
        .box-1 .box-1-4 .box-1-4-1 .btn:hover .borda-3 {
          bottom: -5px; }
      .box-1 .box-1-4 .box-1-4-1 .redes {
        float: left;
        margin-left: 1.66vw;
        margin-top: 25px; }
        @media (max-width: 768px) {
          .box-1 .box-1-4 .box-1-4-1 .redes {
            margin-left: 0px; } }
        .box-1 .box-1-4 .box-1-4-1 .redes a {
          float: left; }
        .box-1 .box-1-4 .box-1-4-1 .redes img {
          float: left;
          margin-right: 1vw; }
          @media (max-width: 768px) {
            .box-1 .box-1-4 .box-1-4-1 .redes img {
              margin-right: 0px;
              margin: 0 10px; } }

.box-2 {
  width: 49.167vw;
  float: left; }
  @media (max-width: 768px) {
    .box-2 {
      width: 100%; } }
  .box-2 .box-2-1 {
    width: 31.667vw;
    height: 664px;
    float: left;
    border-right: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .box-2 .box-2-1 {
        width: 100%;
        height: auto;
        border-right: 0px; } }
    .box-2 .box-2-1 .box-2-1-1 {
      width: 26.875vw;
      height: 598px;
      background: rgba(255, 255, 255, 0.08);
      float: left;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        .box-2 .box-2-1 .box-2-1-1 {
          width: 100%;
          height: auto;
          margin: 32px 35px;
          padding: 30px 45px; } }
      @media (max-width: 768px) {
        .box-2 .box-2-1 .box-2-1-1 img {
          width: 100%; } }
  .box-2 .box-2-2 {
    width: 17.5vw;
    height: 315px;
    float: left;
    border-bottom: 1px solid #6A6A6A;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .box-2 .box-2-2 {
        width: 100%;
        height: auto;
        padding: 47px 63px; } }
    @media (max-width: 768px) {
      .box-2 .box-2-2 img {
        width: 258px; } }
  .box-2 .box-2-3 {
    width: 17.5vw;
    height: 349px;
    float: left;
    border-bottom: 1px solid #6A6A6A;
    padding: 1.667vw; }
    @media (max-width: 768px) {
      .box-2 .box-2-3 {
        width: 100%;
        height: auto;
        padding: 30px 36px; } }
    .box-2 .box-2-3 img {
      width: 14.167vw;
      max-width: 272px;
      float: left; }
      @media (max-width: 768px) {
        .box-2 .box-2-3 img {
          width: 100%;
          max-width: 100%;
          margin: 0; } }
    .box-2 .box-2-3 .box-text {
      float: left; }
      @media (max-width: 768px) {
        .box-2 .box-2-3 .box-text {
          width: 100%;
          margin: 0%; } }
      .box-2 .box-2-3 .box-text .title {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        line-height: 19px;
        text-decoration: underline; }
        @media (max-width: 768px) {
          .box-2 .box-2-3 .box-text .title {
            font-size: 18px;
            line-height: 30px; } }
      .box-2 .box-2-3 .box-text .ico {
        width: 28px;
        margin-top: 10px;
        margin-left: 0px; }
  .box-2 .box-2-4 {
    width: 49.167vw;
    height: 104px;
    border-bottom: 1px solid #6A6A6A;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 11.198vw; }
    @media (max-width: 768px) {
      .box-2 .box-2-4 {
        display: none; } }
    .box-2 .box-2-4 .title {
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      letter-spacing: 0.57em;
      float: left;
      text-transform: uppercase; }

.slide {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #6A6A6A;
  float: left;
  position: relative; }
  @media (max-width: 768px) {
    .slide {
      display: none; } }
  .slide .item {
    float: left;
    font-weight: 700;
    font-size: 1.4vw;
    color: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 19px; }
  .slide .item:nth-child(2n + 0) {
    opacity: 0.2; }

footer {
  width: 100%;
  height: 116px;
  float: left;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  /*mix-blend-mode: color-burn;*/ }

.marquee__inner {
  width: 200vw;
  display: flex;
  position: relative;
  transform: translate3d(100vw, 0, 0);
  animation: marquee 14s linear infinite;
  transition: opacity 0.1s; }

@keyframes marquee {
  0% {
    transform: translate3d(100vw, 0, 0); }
  100% {
    transform: translate3d(-100vw, 0, 0); } }
.negative {
  display: none; }

.positive {
  display: block; }

.negative-mobile {
  display: none; }
  @media (max-width: 768px) {
    .negative-mobile {
      display: none; } }

.positive-mobile {
  display: none; }
  @media (max-width: 768px) {
    .positive-mobile {
      display: block; } }

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