@charset "UTF-8";
/*
    Styles - LP Marport
    Version: 1.0.0
*/
@font-face {
  font-family: 'Silka';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/silka-regular-webfont.woff2") format("woff2"); }

@font-face {
  font-family: 'Silka';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/silka-medium-webfont.woff2") format("woff2"); }

@font-face {
  font-family: 'Silka';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/silka-bold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: 'Silka';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/silka-black-webfont.woff2") format("woff2"); }

/* Popup - LGPD */
.popup__lgpd {
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  align-items: flex-end;
  display: flex; }

.popup__lgpd .lgpd__content {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-grow: 1;
  gap: 30px;
  margin: 15px;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3); }

.popup__lgpd .lgpd__content .content__description {
  color: #666;
  font-size: 12px; }

.popup__lgpd .lgpd__content .content__description p:last-child {
  margin-bottom: 0; }

.popup__lgpd .lgpd__content .content__description a {
  color: var(--second-color);
  transition: color .3s; }

.popup__lgpd .lgpd__content .content__description a:hover {
  color: var(--first-color);
  transition: color .3s; }

.popup__lgpd .lgpd__content .content__btn {
  align-items: center;
  background-color: var(--second-color);
  border-radius: 50px;
  color: var(--first-color);
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 1.6;
  justify-content: center;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s, color .3s; }

.popup__lgpd .lgpd__content .content__btn:after {
  content: '\f061';
  font-family: var(--font-awesome);
  font-size: 10px;
  font-weight: 900;
  margin-left: 10px; }

.popup__lgpd .lgpd__content .content__btn:hover {
  background-color: var(--first-color);
  color: #fff;
  transition: background-color .3s, color .3s; }

:root {
  --first-color: #001c43;
  --second-color: #00bedd;
  --third-color: #fcbc88;
  --fourth-color: #99a4b4;
  --font-awesome: 'Font Awesome 5 Free';
  --container_xl: 1140px;
  --container_lg: 960px;
  --container_md: 720px;
  --container_sm: 540px; }

html,
body {
  font-family: 'Silka', sans-serif;
  font-weight: normal;
  margin: 0; }

html.overflow__hidden,
body.overflow__hidden {
  overflow: hidden; }

body:not(.home):not(.single) {
  overflow-x: hidden; }

* {
  box-sizing: border-box !important;
  outline: inherit !important;
  resize: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

/* Plugin libras */
div[vw] {
  margin-top: 15vh !important; }

div[vw] div[vw-plugin-wrapper].active {
  margin: -35vh 0 0; }

.container,
.container-fluid {
  position: relative; }

.not__found {
  background-color: #f5f6f7;
  border-radius: 4px;
  color: #66778e;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  text-align: center; }

/* High Contrast */
body.contrast *:not(.notContrast),
body.contrast *:before,
body.contrast *:after {
  background: #000 !important;
  border-color: transparent !important;
  box-shadow: inherit !important; }

body.contrast svg * {
  fill: #fff !important; }

body.contrast *:not(a),
body.contrast *:not(a):before,
body.contrast *:not(a):after {
  color: #fff !important; }

body.contrast a,
body.contrast a:before,
body.contrast a:after,
body.contrast a i {
  color: yellow !important; }

/* Custom Scrollbar */
.custom__scrollbar::-webkit-scrollbar {
  height: 5px;
  width: 5px; }

.custom__scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
  border-radius: 5px; }

.custom__scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--second-color); }

.custom__scrollbar::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: inset 30px 30px 30px #ccd2d9; }

body {
  font-family: "Itau Display"; }

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px; } }

.popup__ie11,
.site__header,
.site__footer {
  display: none !important; }

svg {
  max-width: 100%;
  display: block; }
  @media (max-width: 767px) {
    svg {
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }

.cubo-section {
  overflow: hidden; }
  .cubo-section.background-hero {
    background: url(../images/cubo/background-hero.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0px;
    color: #fff; }
    .cubo-section.background-hero p {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .cubo-section.background-hero p {
          padding-right: 0px; } }
    @media (max-width: 991px) {
      .cubo-section.background-hero {
        padding: 48px 0px 48px; } }
  .cubo-section.background-white {
    background: #FFFFFF;
    padding: 120px 0px;
    color: #000; }
    .cubo-section.background-white p {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .cubo-section.background-white p {
          padding-right: 0px; } }
    @media (max-width: 991px) {
      .cubo-section.background-white {
        padding: 48px 0px; } }
  .cubo-section.background-categories {
    background: url(../images/cubo/background-categories.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0px;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .cubo-section.background-categories {
        text-align: left; } }
    .cubo-section.background-categories p:last-child {
      margin-bottom: 40px; }
    @media (max-width: 991px) {
      .cubo-section.background-categories {
        padding: 48px 0px; } }
  .cubo-section.background-footer {
    background: #1D1D1B;
    padding: 120px 0px;
    color: #fff; }
    @media (max-width: 991px) {
      .cubo-section.background-footer {
        padding: 48px 0px; } }

h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0px;
  margin-bottom: 48px; }
  @media (max-width: 991px) {
    h1 {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 40px;
      font-weight: 400;
      line-height: 110%;
      margin-bottom: 24px; } }
  h1 span {
    background: var(--azul-cubo-mp, #4F94B5);
    box-shadow: 0px -3px 0px 6px #4F94B5;
    font-weight: 800;
    white-space: nowrap; }

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0px; }

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px;
  margin-bottom: 28px; }
  p:last-child {
    margin-bottom: 0px !important; }
  p b {
    font-weight: 700; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 22px; } }

.cubo-form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6); }
  .cubo-form * {
    font-family: "Itau Display" !important; }
  @media (max-width: 991px) {
    .cubo-form {
      margin-top: 40px; } }
  .cubo-form form {
    display: block;
    width: 100%; }
  .cubo-form p {
    padding: 0px !important; }
  .cubo-form label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; }
    .cubo-form label i {
      color: #EF6B51;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 100%; }
  .cubo-form a {
    color: #fff; }
  .cubo-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    font-size: 12px; }
  .cubo-form .wpcf7 form.invalid .wpcf7-response-output,
  .cubo-form .wpcf7 form.unaccepted .wpcf7-response-output,
  .cubo-form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #1d1d1b;
    border: 0px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    border-radius: 8px; }
  .cubo-form input[type=text],
  .cubo-form input[type=email],
  .cubo-form select {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border: 0px;
    width: 100%;
    margin-top: 6px; }
  .cubo-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(../images/cubo/icon-down.svg) no-repeat right 14px center #fff; }
  .cubo-form .wpcf7-list-item {
    margin: 0px; }
  .cubo-form button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: var(--azul-cubo-mp, #4F94B5);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    padding-top: 18px;
    position: relative;
    cursor: pointer;
    border: 0px;
    width: 100%; }
    .cubo-form button:disabled {
      opacity: 0.5;
      filter: grayscale(1); }
  .cubo-form input[type=checkbox] {
    width: 13px !important; }
    .cubo-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
      content: '';
      width: 16px;
      height: 9px;
      border-left: 3px solid #000;
      border-bottom: 3px solid #000;
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-72%) rotate(-45deg); }
  .cubo-form .wpcf7-list-item-label {
    position: relative;
    padding-left: 32px;
    margin-left: 0px;
    display: block;
    margin-top: -31px;
    padding-top: 3px; }
    .cubo-form .wpcf7-list-item-label:before {
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      /* padding: 12px 16px; */
      /* align-items: center; */
      /* gap: 12px; */
      border-radius: 6px;
      background: #FFF;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%); }

.cubo-item {
  display: flex;
  width: 100%;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(0, 0, 0, 0.6);
  border-top: 2px solid #4F94B5;
  margin-top: 20px; }

.cubo-button {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  background: var(--azul-cubo-mp, #4F94B5);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  padding-top: 18px;
  position: relative;
  left: 50%;
  margin-top: 40px;
  cursor: pointer;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .cubo-button {
      margin-top: 32px;
      width: calc(100vw - 40px); } }

.image-ai {
  display: block;
  width: 100% !important;
  position: relative;
  height: auto !important; }
  @media (max-width: 991px) {
    .image-ai {
      margin-bottom: 48px; } }
  .image-ai:after {
    content: 'Imagem criada com Inteligência Artificial Generativa no Photoshop';
    position: absolute;
    right: 0px;
    top: 100%;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0; }
    @media (max-width: 991px) {
      .image-ai:after {
        opacity: 1; } }
  .image-ai:hover:after {
    opacity: 1; }
  .image-ai img {
    display: block;
    width: 100% !important;
    position: relative;
    height: auto !important; }

.cubo-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  max-width: 996px;
  max-height: 627px;
  transform: translate(-50%, -50%);
  padding: 0px 56px;
  box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.6); }
  @media (max-width: 767px) {
    .cubo-modal {
      padding: 0px;
      left: 15px;
      top: auto;
      bottom: 0px;
      transform: none;
      width: calc(100% - 30px);
      height: auto;
      border-radius: 12px 12px 0px 0px; } }
  .cubo-modal img {
    display: block;
    width: 100%; }
    @media (max-width: 991px) {
      .cubo-modal img {
        margin-top: 48px; } }
    @media (max-width: 767px) {
      .cubo-modal img {
        margin-top: 0px;
        transform: scale(1.2);
        -o-object-fit: cover;
           object-fit: cover;
        height: 200px; } }
  .cubo-modal .container,
  .cubo-modal .row {
    height: 100%; }
    @media (max-width: 991px) {
      .cubo-modal .container,
      .cubo-modal .row {
        height: auto; } }
  .cubo-modal__title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .cubo-modal__title {
        margin-top: 48px; } }
    @media (max-width: 767px) {
      .cubo-modal__title {
        text-align: center;
        margin-top: -17px;
        font-size: 36px;
        line-height: 100%; } }
    .cubo-modal__title span {
      background: var(--azul-cubo-mp, #4F94B5); }
  .cubo-modal__subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .cubo-modal__subtitle {
        padding-right: 0px;
        text-align: center;
        font-size: 15px;
        line-height: 160%; } }
  .cubo-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 0px; }
    .cubo-modal__close:before, .cubo-modal__close:after {
      content: '';
      width: 32px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media (max-width: 767px) {
        .cubo-modal__close:before, .cubo-modal__close:after {
          display: none; } }
    .cubo-modal__close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    @media (max-width: 767px) {
      .cubo-modal__close {
        position: relative;
        right: auto;
        top: auto;
        display: inline-flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        border-radius: 100px;
        background: var(--azul-cubo-mp, #4F94B5);
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-decoration: none;
        padding-top: 18px;
        position: relative;
        cursor: pointer;
        border: 0px;
        width: 287px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 24px;
        margin-bottom: 24px; } }
  .cubo-modal__link {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .cubo-modal__link {
        position: relative;
        bottom: 0px;
        margin-top: 24px;
        font-size: 15px;
        line-height: 160%; } }
    .cubo-modal__link a {
      color: var(--azul-cubo-mp, #4F94B5);
      font-weight: 700;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
      @media (max-width: 767px) {
        .cubo-modal__link a {
          display: block; } }

h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin: 0px;
  margin-top: 48px; }

.cubo-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap; }
  @media (max-width: 767px) {
    .cubo-logos {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 24px; } }
  .cubo-logos img {
    width: auto; }
  .cubo-logos * {
    display: block;
    position: relative !important;
    left: 0px !important;
    transform: none !important; }
    @media (max-width: 767px) {
      .cubo-logos * {
        width: 140px !important;
        height: auto !important; } }
