.versiculo-direita {
    width: 380px;
    float: right;
    margin-top: 135px;
    margin-right: 180px;
}

.versiculo-esquerda {
    width: 380px;
    float: left;
    margin-top: 180px;
    margin-left: 205px;
}

.headerlogocarreira {
    margin-top: 5px;
    display: inline-block;
}

.logo-menu {
    width: 288px;
}

.logo-menu-index {
  width: 330px;
  margin-bottom: 180px;
  margin-right: 100px;
}

.logo-menu-contact {
  width: 330px;
  margin-bottom: 80px;
  margin-right: 80px;
}

/* Retirar cantos arredondados */

.btn {
    border-radius: 0;
}

.input-input-v1 {
    border: 0;
}

input,
textarea {
    border-radius: 0 !important;
}

.versiculo-index {
    width: 380px;
    float: right;
    margin-top: 245px;
    margin-right: 130px;
}

.versiculo-contas {
    width: 380px;
    margin-top: 160px;
    margin-right: 300px;
}

.versiculo-civitas {
    width: 380px;
    margin-top: 160px;
    margin-right: 180px;
}

.versiculo-sapiens {
    width: 380px;
    margin-top: 140px;
    margin-right: 100px;
}

.versiculo-prosper {
    width: 380px;
    margin-top: 150px;
    margin-right: 110px;
}

.versiculo-produtos-financeiros {
    width: 650px;
    margin-top: 120px;
}

.versiculo-abra-sua-conta {
    width: 650px;
    margin-top: 105px;
}

.versiculo-digital {
    width: 380px;
    margin-top: 192px;
    margin-left: 165px;
}

.logo-system-06 {
    width: 115px;
    margin-top: -9px;
}

.img-index-01 {
    width: 90%;
}

.base-right {
  display: flex;
  width: 100%;
  height:100%;
  align-items: middle;
  justify-content: right;
}

.base-left {
  display: flex;
  width: 100%;
  height:100%;
  align-items: end;
}

.fundo-banner-index {
    background-image: url(../img/oil-tanker-hd.jpg);
    height: 700px;
    background-size: cover;
    background-position: center center;
    border-bottom: 3.5em solid var(--primary);
}
@media(max-width: 981px) {
    .fundo-banner-index {
        height: 320px;
        background-position: center top;
    }
}


.fundo-banner-01-produtos {
    padding-top: 0vh;
    padding-bottom: 10vh;
    height: 665px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.215), rgba(0, 0, 0, 0.215)), url("../img/produtos/tubos-industria.jpg");
    background-position: 0% 0%, 50% 0%;
    background-size: auto, cover;
    color: #fff;
    border-width: 3.5em;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: var(--primary);
}

@media(max-width: 981px) {
    .fundo-banner-01-produtos {
        height: 320px;
        background-position: 0%, 75%;
    }
}


.fundo-banner-01-carreira {
    background-image: url(../img/plataforma-04.jpg);
    background-position: center bottom;
}

.fundo-banner-02-carreira {
    height: 810px;
    background-image: url(../img/sede-002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 300px;
    border-top: 57px solid var(--primary);
    text-align: center;
}

.align-text {
    display: inline-block;
}

.img-logo-04 {
    max-width: 850px;
}

.logo-380 {
    width: 380px;
    margin-bottom: 11px;
    margin-right: 6px;
}


/*----------- Cookies -------------*/

.cookieConsentContainer {
    z-index: 999;
    width: 400px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 10px 30px 28px 30px;
    background: var(--primary);
    overflow: hidden;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 0;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #69872c;
}

.cookieConsentContainer .cookieDesc a:hover {
    text-decoration: none;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin-top: 18px;
    background: #fff;
    box-sizing: border-box;
    padding: 8px 34px;
    transition: background 0.3s;
    border-radius: 0;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    text-decoration: none;
    background: #69872c;
}

@media (max-width: 680px) {
    .cookieConsentContainer {
        width: 95% !important;
    }
}


/* ---------- //Cookies -------------*/


/* Menu Dropdown Responsivo */

.dropdown-mobile {
    display: none !important;
}

@media(max-width: 981px) {
    .dropdown-desktop {
        display: none !important;
    }
    .dropdown-mobile {
        display: block !important;
    }
    .dropdown-child {
        position: relative !important;
        top: 0 !important;
        margin-left: 0 !important;
        width: calc(100% - 15px) !important;
    }
    .dropdown-contas-mobile a,
    .dropdown-cffe-mobile a {
        color: #fff !important;
    }
}


/* Responsivo Geral */

.navbar-toggle {
    position: absolute;
    margin-top: 0;
    top: 4px;
    right: 0;
}

@media(max-width: 981px) {
    .link-over>a,
    .link-bellow>a {
        padding-top: 7px !important;
        line-height: 30px !important;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .ch-section {
        background-position: center !important;
    }
    ul.navbar-nav li.link-bellow:last-child a {
        padding-right: 15px;
    }
}
.contato_titulo {
    width: 100%;
  position: relative;
  float: left;
  padding: 44px 0 30px 134px;
  font-weight: 600;
}
.contato_titulo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
  }
  .contato_txt {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    padding: 0 40px 80px;
  }

  .section_po6EOcmFPQos {
    padding-top: 0vh;
    padding-bottom: 15vh;
    height: 320px;
    background-image: url(../img/tanques-petroleo.jpg);
    background-position: 25% 50%;
    background-size: cover;
    color: #fff;
}

.client-login-bk {
  padding-top: 0vh;
  padding-bottom: 15vh;
  height: 320px;
  background-image: url(../img/ship-in.jpg);
  background-position: 25% 50%;
  background-size: cover;
  color: #fff;
  background-color: #fff;
}

.logo-login-03 {
  width:140px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.logo-compliance {
  width:140px;
  margin-bottom: 16px;
  margin-left: 15px;
}

.logo-menu-prod {
  width: 140px;
  margin-bottom: 12px;
  margin-right: 30px;
}

.logo-menu-carreira {
  width: 140px;
  margin-bottom: 105px;
  margin-right: 30px;
}

@media (min-width: 981px) {
    .section_po6EOcmFPQos {
        height: 700px;
    }
    .client-login-bk {
      height: 700px;
    }
    .logo-login-03 {
      width:450px;
      margin-bottom: 50px;
      margin-left: 60px;
    }
    .logo-compliance {
      width:450px;
      margin-bottom: 50px;
      margin-left: 60px;
    }
    .logo-menu-prod {
      width: 330px;
      margin-bottom: 100px;
  margin-right: 100px;
    }
    .logo-menu-carreira {
      width: 330px;
      margin-bottom: 140px;
  margin-right: 90px;
    }
}

.section_bases {
    padding-top: 0vh;
    padding-bottom: 15vh;
    height: 320px;
    background-image: url(../img/operational-bases.jpg);
    background-position: 25% 50%;
    background-size: cover;
    color: #fff;
}

@media (min-width: 981px) {
    .section_bases {
        height: 700px;
    }
}

.bases_operacionais {
    padding-top: 0vh;
    padding-bottom: 15vh;
    height: 700px;
    background-image: url(../img/oxycer-in-map.jpg);
    background-position: -540px 100px;
    background-size: auto;
    color: #fff;
}

@media (min-width: 981px) {
    .bases_operacionais {
        width: 100%;
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

#section_po6EOcmFPQos {
  padding-top: 0vh;
  height: 315px;
  background-size: cover;
  color: #fff;
}

@media (min-width: 981px) {
  #section_po6EOcmFPQos {
      height: 700px;
      background-size: cover;
  }
}

.title-expand {
	font: 'Open Sans';
	font-weight: 400;
	font-size: 54px;
	color: var(--primary-medium);
	text-align: center;
	margin: 0;
	padding: 0 0 30px 0;
}


.logo-color{
  color: var(--primary);
}
.logo-color-bold{
  color: var(--primary);
  font-weight: bold;
}
.logo-color-light{
  color: var(--primary-xlight);
}
.logo-color-text {
  /*display: inline-block; retirado para quebrar linha da logomarca no mobile */
  color: var(--primary);
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover{
  color: #fff;
  text-decoration: none !important;
}

#div_Ys6PtXKkcuWx {
  background-color: rgb(15, 78, 251);
  font-family: 'Lucida Console', sans-serif;
  font-size: 15px;
  line-height: 25px;
  width: 400px;
  border-radius: 6px;
  color: #ffffff;
  padding-left: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 25px;
}
#btn_2Q7QvSKiwHAY {
  background-color: rgb(255, 255, 255);
  color: #000000;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
#btn_2Q7QvSKiwHAY a:hover {
  text-decoration: none;
}
#div_Ys6PtXKkcuWx a:hover {
  text-decoration: none;
}
#btn_2Q7QvSKiwHAY:hover {
  background-color: #d1ddfd;
  color: #000000;
}
#text_6I6OpL1mpvrC {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#div_3rvCwne21AwM {
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#text_QT18Ra2hGs6q {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#text_6I6OpL1mpvrC a {
  color: #a3bbfc;
}
#text_6I6OpL1mpvrC a:hover {
  color: #ffffff;
}
#text_QT18Ra2hGs6q a {
  color: #a3bbfc;
}
#text_QT18Ra2hGs6q a:hover {
  color: #ffffff;
}
#div_9L1om20K6tZB {
  padding-bottom: 25px;
  padding-left: 25px;
  max-width: 425px;
}
#builder-body {
  font-family: 'Helvetica Neue', sans-serif;
}

.ch-container-footer {
  padding-left: 10px;
  padding-right: 10px;
}

#image_AyDxmG92Akv4 {
width: 750px;
height: auto;
max-width: 230px;
float: none;
}
#image_5f50b26db0av {
background-color: rgba(0, 0, 0, .0);
width: 120px;
height: auto;
max-width: 230px;
margin-top: 70px;
}
.prefooter {
height: 630px;
background-size: auto, cover;
color: #ffffff;
text-align: center;
margin-top: -20px;
}
.hpfooter {
padding-top: 38vh;
}

.linkfooter01 a {
color: #ffffff;
}
.linkfooter01 a:hover {
color: rgba(255, 255, 255, 0.558);
}
.linkfooter01 a:link {
text-decoration: none;
}
.hidden{
display: none;
}

@media (max-width: 767px) {
  #div_Ys6PtXKkcuWx {
    min-width: none;
    width: auto;
  }
  #div_9L1om20K6tZB {
    max-width: none;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  #div_9L1om20K6tZB {
    max-width: none;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #div_Ys6PtXKkcuWx {
    min-width: none;
  }
}

@media screen and (max-width: 767px) {
  #chimpify-popup-19 {
    min-height: 100vh !important;
    max-height: none !important;
    height: 100vh !important;
    width: 100vw !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    max-width: none !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 2147483647 !important;
  }
}
@media screen and (max-width: 480px) {
  #chimpify-popup-19 {
    width: 100vw !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #chimpify-popup-19 > .chimpify-inner {
    overflow-y: scroll !important;
  }
}
#chimpify-popup-19{
  width: 425px;
  height: 337px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  margin: auto;
}
.titulo{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.link-menu-footer a {
  color: #ffffff;
}

.link-menu-footer a:hover {
  color: rgba(255, 255, 255, 0.558);
}
.link-menu-footer {
  display: inline-block;
  margin-bottom: 19px;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .link-menu-footer {
      width: 50%;
      margin-left: 0px;
  }
}
@media (max-width: 479px) {

  .link-menu-footer {
      display: block;
      width: 100%;
  }
}