

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }

input, textarea, select {
  outline: none; }

#main {
  width: 100%;
  position: relative; }

.content_margin {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (2 * 22px)); }
  @media only screen and (max-width: 767px) {
    .content_margin {
      width: 100%; } }

      
.small {font-size:15px; }

input::placeholder {font-size:15px; }


a {
  text-decoration: none !important;
  color: inherit;
  -moz-transition: all 0.3s ease-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-out;
  /* Opera */
  -o-transition: all 0.3s ease-out;
  /* Standard */
  transition: all 0.3s ease-out; }
  a:hover {
    opacity: 1; }

header {
  position: fixed;
  width: 100%;
  z-index: 99999; }
  header
.header_wrap {
    background-color: #fff; }
  header
.columns_wrap {
    padding-top: 22px;
    padding-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      header
.columns_wrap {
        padding-top: 18px;
        padding-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    header .col2 {
      text-align: right;
      width: 145px; }
      header .col2
img {
        float: right; } }
  header
.menu_sep {
    border-bottom: solid 7px #231F20; }
  header
h1
img {
    display: block; }
    @media only screen and (max-width: 900px) {
      header
h1
img {
        width: 115px;
        height: auto;
        padding-left: 0px; } }
  header
.menu {
    margin: 0;
    padding: 0;
    font-size: 0px;
    padding-bottom: 26px; }
    header
.menu
li {
      font-size: 28px;
      line-height: 33px;
      color: #231F20;
      list-style: none; }
      @media only screen and (max-width: 900px) {
        header
.menu
li {
          font-size: 18px;
          line-height: 22px; } }
      header
.menu
li
a:hover {
        text-decoration: none; }
      header
.menu
li
a.sel {
        margin-left: 40px; }
        @media only screen and (max-width: 767px) {
          header
.menu
li
a.sel {
            margin-left: 20px; } }


button[disabled], html input[disabled] {
    cursor: not-allowed;
    
}


.resumo {
  font-size: 40px;
  line-height: 43px;
  color: #000000;
  letter-spacing: 0.23px;
  padding-right: 18px;
  margin-top: -5px; }
  @media only screen and (max-width: 900px) {
    .resumo {
      font-size: 25px;
      line-height: 28px;
      letter-spacing: 0.12px; } }

.frase {
  letter-spacing: 0.23px;
  font-size: 15px;
  line-height: 32px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .frase {
      line-height: 25px; } }


.texto {
  margin-top: -5px;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.23px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .texto {
      font-size: 19px;
      line-height: 22px;
      letter-spacing: 0.12px; } }
  .texto
figure {
    margin: 0; }
  .texto ol {
    counter-reset: item;
    list-style-type: none; }
    .texto ol li {
      display: block;
      margin-left: 40px; }
      .texto ol li:before {
        position: absolute;
        margin-left: -40px;
        content: counter(item) "  ";
        counter-increment: item; }
  .texto
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }

.titulo {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 900px) {
    .titulo {
      font-size: 21px;
      line-height: 27px;
      letter-spacing: 0.12px; } }
  @media only screen and (max-width: 767px) {
    .titulo {
      font-size: 21px;
      line-height: 27px;
      letter-spacing: 0.12px;
      padding-bottom: 28px; } }

.texto_contactos {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 29px;
  line-height: 33px;
  color: #231F20;
  padding-top: 22px; }
  @media only screen and (max-width: 900px) {
    .texto_contactos {
      font-size: 19px;
      line-height: 22px;
      letter-spacing: 0.12px;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .texto_contactos {
      font-size: 21px;
      line-height: 27px;
      letter-spacing: 0.12px;
      max-width: 90%; } }

.col1, .col2 {
  width: calc((100% - 7px) / 2);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .col1, .col2 {
      width: 100%; } }

.col1 {
  margin-right: 22px; }
  @media only screen and (max-width: 767px) {
    .col1 {
      margin-right: 0px;
      padding-left: 18px;
      padding-right: 18px; } }

.col2 {
  margin-left: 22px; }
  @media only screen and (max-width: 767px) {
    .col2 {
      margin-left: 0px;
      padding-left: 18px;
      padding-right: 18px; } }

.colsep {
  width: 7px;
  background-color: #231F20; }
  @media only screen and (max-width: 767px) {
    .colsep {
      display: none; } }

.columns_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#reposicao {
  display: none;
  height: 198px; }
  @media only screen and (max-width: 900px) {
    #reposicao {
      height: 151px; } }

.video-container {
  position: relative;
  padding-bottom: 50.0%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 900px) {
  section {
    padding-top: 157px; } }

@media only screen and (max-width: 767px) {
  section {
    padding-top: 151px; } }

section .columns_wrap {
  padding-bottom: 18px;
  padding-top: 18px; }
  @media only screen and (max-width: 900px) {
    section .columns_wrap {
      padding-bottom: 0px; } }
  section .columns_wrap .col1, section .columns_wrap
.col2 {
    padding-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      section .columns_wrap .col1, section .columns_wrap
.col2 {
        padding-bottom: 28px; } }

section
.border {
  border-top: solid 7px #231F20; }

@media only screen and (max-width: 767px) {
  section
#cfaca-parte
.columns_wrap {
    padding-top: 28px; } }

section
#cfaca-parte
.beneficios_wrap {
  padding-top: 18px;
  margin-top: 18px; }
  @media only screen and (max-width: 767px) {
    section
#cfaca-parte
.beneficios_wrap {
      margin-top: 30px; } }

section
#cfaca-parte
.formulario_wrap {
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    section
#cfaca-parte
.formulario_wrap {
      padding-top: 28px; } }

section
#cfaca-parte
.grafico_wrap {
  position: absolute;
  top: -20px;
  left: -50vw;
  max-width: 390px;
  width: 390px; }
  @media only screen and (max-width: 900px) {
    section
#cfaca-parte
.grafico_wrap {
      max-width: 300px; } }
  @media only screen and (max-width: 767px) {
    section
#cfaca-parte
.grafico_wrap {
      position: absolute;
      left: auto;
      top: -145px;
      max-width: 100%;
      width: 100%; } }
  section
#cfaca-parte
.grafico_wrap
.grafico_inner {
    width: 100%; }
    section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_container {
      border: solid #231F20 5px;
      height: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      padding-left: 10px;
      padding-right: 10px; }
      section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_container
.grafico_value {
        background-color: #231F20;
        width: 0%;
        height: 5px;
        margin-top: 5px; }
    section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_escala {
      margin: 0;
      padding: 0;
      font-size: 0px;
      list-style: none;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_escala {
          display: none; } }
      section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_escala
li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% / 2);
        display: inline-block;
        height: 15px;
        border-left: solid 5px #231F20;
        border-right: solid 5px #231F20; }
        section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_escala
li:first-child {
          border-right-width: 2px; }
        section
#cfaca-parte
.grafico_wrap
.grafico_inner
.grafico_escala
li:last-child {
          border-left-width: 3px; }
    section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado {
      padding-top: 45px; }
      @media only screen and (max-width: 767px) {
        section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado {
          padding-top: 18px; } }
      section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado
.label {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0.23px;
        color: #231F20; }
        @media only screen and (max-width: 900px) {
          section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado
.label {
            font-size: 12px;
            line-height: 33px;
            letter-spacing: 0.12px; } }
      section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado
.total {
        position: relative;
        margin-left: 10px;
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.23px;
        color: #231F20; }
        @media only screen and (max-width: 900px) {
          section
#cfaca-parte
.grafico_wrap
.grafico_inner
.valor_angariado
.total {
            font-size: 21px;
            line-height: 27px;
            letter-spacing: 0.12px; } }

section
#csobre-a-broteria {
  /*
			.columns_wrap
			{
				&.border
				{
					border-top: none;
				}
			}
*/ }

section
.doadores_wrap .columns_wrap {
  padding-top: 0px;
  padding-bottom: 18px !important; }
  @media only screen and (max-width: 767px) {
    section
.doadores_wrap .columns_wrap {
      padding-bottom: 0px !important; } }
  section
.doadores_wrap .columns_wrap .col1, section
.doadores_wrap .columns_wrap .col2 {
    padding-top: 18px; }

@media only screen and (max-width: 767px) {
  section
.doadores_wrap {
    width: calc(100% - (2 * 18px));
    margin-left: auto;
    margin-right: auto; }
    section
.doadores_wrap
.columns_wrap {
      padding-top: 0px !important; }
      section
.doadores_wrap
.columns_wrap
.col1 {
        padding-top: 28px;
        padding-left: 0px;
        padding-right: 0px; }
      section
.doadores_wrap
.columns_wrap
.col2 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px; }
        section
.doadores_wrap
.columns_wrap
.col2.border {
          border-top: none; } }

section
#crevista
.texto {
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    section
#crevista
.texto {
      padding-bottom: 0px; } }

section
#crevista
.col1
.resumo {
  padding-bottom: 45px; }

section
#crevista
.download_title {
  margin-top: 28px;
  font-size: 15px;
  line-height: 15px;
  display: none; }
  section
#crevista
.download_title.desktop {
    display: none; }

section
#crevista
.presskit_wrap {
  position: absolute;
  bottom: 0px; }
  section
#crevista
.presskit_wrap
img {
    height: 48px;
    display: inline-block;
    width: auto;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      section
#crevista
.presskit_wrap
img {
        height: 36px; } }
  @media only screen and (max-width: 767px) {
    section
#crevista
.presskit_wrap.mobile {
      position: relative;
      height: 36px;
      margin-top: 28px; } }

@media only screen and (max-width: 767px) {
  section
#crevista
.columns_wrap {
    padding-top: 0px; }
    section
#crevista
.columns_wrap .col1 {
      padding-top: 28px; } }

section
.formulario_inner {
  margin-top: -10px; }
  section
.formulario_inner
.row {
    border-bottom: solid 4px #000; }
    section
.formulario_inner
.row
label {
      font-size: 15px;
      line-height: 15px;
      letter-spacing: 0.23px;
      color: #000;
      /* width: 150px; */ }
      @media only screen and (max-width: 1050px) {
        section
.formulario_inner
.row
label {
          font-size: 12px;
          line-height: 12px; } }
    section
.formulario_inner
.row.noborder {
      border-bottom: none; }
    section
.formulario_inner
.row
.label {
      width: /* 150px; */ }
      @media only screen and (max-width: 1050px) {
        section
.formulario_inner
.row
.label {
          /* width: 90px; */} }
    section
.formulario_inner
.row
.caixa {
      width: calc(100% - 180px);
      border: none;
      background: transparent;
      font-size: 21px;
      line-height: 21px;
      letter-spacing: 0.23px; }
      @media only screen and (max-width: 1050px) {
        section
.formulario_inner
.row
.caixa {
          font-size: 15px;
          line-height: 32px;
          letter-spacing: 0.12px; } }
      @media only screen and (max-width: 1050px) {
        section
.formulario_inner
.row
.caixa {
          width: calc(100% - 90px); } }
    section
.formulario_inner
.row.caixa_error {
      border-bottom-color: #ff0000; }
  section
.formulario_inner
.autoriza {
    font-size: 15px;
    line-height: 22px;
    border: none;
    margin-top: 5px; }
    section
.formulario_inner
.autoriza
span {
      margin-left: 10px; }
    section
.formulario_inner
.autoriza.obrigatorio
span {
      margin-left: 0px; }
  section
.formulario_inner
.montantes {
    margin: 0;
    padding: 0;
    width: calc(100% - 150px);
    margin-top: 36px;
    max-width: 500px; }
    @media only screen and (min-width: 1041px) and (max-width: 1395px) {
      section
.formulario_inner
.montantes {
        max-width: 450px; } }
    @media only screen and (max-width: 1050px) {
      section
.formulario_inner
.montantes {
        width: calc(100% - 90px); } }
    @media only screen and (max-width: 768px) {
      section
.formulario_inner
.montantes {
        max-width: 400px; } }
    section
.formulario_inner
.montantes
li {
      margin: 0;
      padding: 0;
      font-size: 0px;
      display: inline-block;
      width: 147px;
      height: 29px;
      margin-left: 20px;
      border: 3px solid #000000;
      border-radius: 17px;
      text-align: center;
      margin-bottom: 10px;
      overflow: hidden;
      vertical-align: top; }
      section
.formulario_inner
.montantes
li:nth-child(3n+1) {
        margin-left: 0px; }
      @media only screen and (min-width: 1041px) and (max-width: 1395px) {
        section
.formulario_inner
.montantes
li:nth-child(3n+1) {
          margin-left: 20px; }
        section
.formulario_inner
.montantes
li:nth-child(2n+1) {
          margin-left: 0px; } }
      @media only screen and (max-width: 1050px) {
        section
.formulario_inner
.montantes
li {
          margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(3n+1) {
            margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(2n+0) {
            margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(even) {
            margin-left: 20px; } }
      @media only screen and (min-width: 769px) and (max-width: 925px) {
        section
.formulario_inner
.montantes
li {
          display: block;
          margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(3n+1) {
            margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(2n+0) {
            margin-left: 0px; } }
      @media only screen and (max-width: 768px) {
        section
.formulario_inner
.montantes
li {
          display: inline-block; }
          section
.formulario_inner
.montantes
li:nth-child(3n+1) {
            margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(2n+0) {
            margin-left: 0px; }
          section
.formulario_inner
.montantes
li:nth-child(even) {
            margin-left: 20px; } }
      @media only screen and (max-width: 420px) {
        section
.formulario_inner
.montantes
li:nth-child(even) {
          margin-left: 0px; } }
      section
.formulario_inner
.montantes
li
p {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0.23px; }
      section
.formulario_inner
.montantes
li
input {
        width: 80%;
        border: none;
        height: 27px;
        font-size: 21px;
        line-height: 31px;
        text-align: center;
        background-color: transparent; }
        section
.formulario_inner
.montantes
li
input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #000;
          font-size: 21px;
          line-height: 31px; }
        section
.formulario_inner
.montantes
li
input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000;
          opacity: 1;
          font-size: 21px;
          line-height: 31px; }
        section
.formulario_inner
.montantes
li
input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000;
          opacity: 1;
          font-size: 21px;
          line-height: 31px; }
        section
.formulario_inner
.montantes
li
input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000;
          font-size: 21px;
          line-height: 31px; }
      section
.formulario_inner
.montantes
li.values:hover, section
.formulario_inner
.montantes
li.sel {
        background-color: #000;
        color: #fff; }
        section
.formulario_inner
.montantes
li.values:hover
input
, section
.formulario_inner
.montantes
li.sel
input {
          color: #fff; }
  section
.formulario_inner
.pagamento {
    padding-top: 22px; }
  section
.formulario_inner
button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.23px;
    margin-left: 30px;
    -moz-transition: all 0.3s ease-out;
    /* WebKit */
    -webkit-transition: all 0.3s ease-out;
    /* Opera */
    -o-transition: all 0.3s ease-out;
    /* Standard */
    transition: all 0.3s ease-out;
     }
    @media only screen and (max-width: 900px) {
      section
.formulario_inner
button {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0.12px; } }
    @media only screen and (max-width: 767px) {
      section
.formulario_inner
button {
        line-height: normal; } }
    section
.formulario_inner
button:first-child {
      margin-left: 0px; }
    section
.formulario_inner
button:hover {
      opacity: 0.7; }

section
#error {
  padding-top: 15px;
  font-size: 15px;
  color: #ff0000; }

section
.msg_resultado_form {
  padding-bottom: 250px; }
  section
.msg_resultado_form strong, section
.msg_resultado_form
b {
    text-decoration: underline;
    font-weight: normal; }

@media only screen and (max-width: 767px) {
  section
.columns_wrap {
    display: block; } }

section
.banners_wrap {
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 18px; }
  section
.banners_wrap
.slider-item
img {
    height: calc(100vh - (215px));
    width: auto; }

footer {
  padding-bottom: 18px;
  margin-top: 55px;
  margin-left: 22px;
  margin-right: 22px; }
  footer .logoss {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    footer .logoss
img {
      height: 50px;
      margin-left: 10px;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        footer .logoss
img {
          height: 40px;
          margin-left: 6px;
          margin-right: 6px; } }
  footer
.sign {
    letter-spacing: 0.23px;
    font-size: 15px;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      footer
.sign {
        font-size: 12px;
        line-height: 15px; } }
  footer
.logos {
    margin-left: 20px;
    position: relative;
    top: 5px; }
    @media only screen and (max-width: 767px) {
      footer
.logos {
        margin-left: 0px; } }
  footer
.ml {
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      footer
.ml {
        margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    footer
.right {
      float: left; } }

.desktop {
  display: block; }

.mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

@media screen and (max-width: 1024px) {
  .slick-prev, .slick-next {
    display: none !important; } }

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat; }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #231f20;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 100000;
  width: 100%;
  font-size: 10px;
  line-height: 20px;
  display: none; }

#subscrevernewsletter
{
cursor:pointer;
}


#politica-de-privacidade {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #231f20;
  padding-top: 45px;
  padding-bottom: 35px;
  z-index: 100001;
  color: #fff;
  font-size: 11px;
  line-height: 15px; }
  #politica-de-privacidade
.columns_wrap {
    padding-bottom: 120px; }

#termos-e-condicoes {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #231f20;
  padding-top: 45px;
  padding-bottom: 35px;
  z-index: 100001;
  color: #fff;
  font-size: 11px;
  line-height: 15px; }
  #termos-e-condicoes
.columns_wrap {
    padding-bottom: 120px; }
  #termos-e-condicoes
.close {
    font-size: 28px;
    line-height: 33px; }

#cookie_accept_close {
  font-size: 28px;
  line-height: 33px; }

#cnewsletter {
  text-align: center;
  font-size: 29px;
  line-height: 33px;
  color: #231F20;
  padding-top: 10px;
  letter-spacing: 0.23px; }
  @media only screen and (max-width: 900px) {
    #cnewsletter {
      font-size: 19px;
      line-height: 22px;
      letter-spacing: 0.12px; } }
  @media only screen and (max-width: 767px) {
    #cnewsletter {
      font-size: 21px;
      line-height: 27px;
      letter-spacing: 0.12px; } }
  #cnewsletter
#mce-EMAIL {
    border: none;
    width: 430px;
    text-align: center;
    border-bottom: solid 2px #000; }
    @media only screen and (max-width: 900px) {
      #cnewsletter
#mce-EMAIL {
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      #cnewsletter
#mce-EMAIL {
        width: 75%; } }
  #cnewsletter
#mc-embedded-subscribe {
    background: none;
    font-size: 19px;
    border: none;
    cursor: pointer;
     }
  #cnewsletter
div.mce_inline_error {
    background-color: #000 !important; }

@media only screen and (max-width: 767px) {
  #termos-e-condicoes .close {
    padding-left: 18px; }
  #cookie_accept_close {
    padding-left: 18px; } }

.splash
a {
  text-decoration: underline !important; }

.splash
header {
  position: relative;
  height: 50px;
  background-color: #fff;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .splash
header {
      height: 64px; } }
  .splash
header
img {
    padding-top: 11px; }
    @media only screen and (max-width: 900px) {
      .splash
header
img {
        padding-top: 18px; } }

.splash
section {
  padding-top: 0px; }

.splash
.content_margin {
  width: calc(100% - (2 * 22px));
  background-color: #1D1D1B; }
  @media only screen and (max-width: 900px) {
    .splash
.content_margin {
      width: 100%; } }

.splash
.colsep {
  background-color: #fff; }

.splash
.columns_wrap {
  padding-top: 22px;
  padding-bottom: 22px; }
  @media only screen and (max-width: 900px) {
    .splash
.columns_wrap {
      display: block; } }
  .splash
.columns_wrap.border {
    border-top: none; }

.splash .texto, .splash
.resumo {
  color: #fff; }

.splash
.col1 {
  padding-left: 22px; }
  @media only screen and (max-width: 900px) {
    .splash
.col1 {
      padding-top: 10px;
      width: 100%;
      padding-right: 22px;
      border-bottom: solid #fff 7px;
      padding-bottom: 30px !important; } }
  .splash
.col1 .texto {
    max-width: 480px; }
    @media only screen and (max-width: 900px) {
      .splash
.col1 .texto {
        max-width: none; } }
    @media only screen and (max-width: 900px) {
      .splash
.col1 .texto {
        font-size: 17px;
        line-height: 20px; } }

.splash
.col2 {
  margin-left: 0px;
  padding-left: 22px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .splash
.col2 {
      padding-top: 30px;
      width: 100%;
      padding-bottom: 20px !important; } }
  .splash
.col2
.resumo {
    font-size: 28px;
    line-height: 33px;
    max-width: 380px; }
    @media only screen and (max-width: 900px) {
      .splash
.col2
.resumo {
        font-size: 21px;
        line-height: 27px;
        max-width: 90%; } }

@media only screen and (max-width: 900px) {
  .splash .colsep {
    display: none; } }

.splash
footer {
  padding-top: 13px;
  margin-top: 0px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 900px) {
    .splash
footer {
      margin-left: 0px;
      margin-right: 0px;
      padding-bottom: 0px; } }
  .splash
footer .columns_wrap {
    padding-top: 0px; }
    @media only screen and (max-width: 900px) {
      .splash
footer .columns_wrap {
        padding-bottom: 0px; } }
  .splash
footer
ul {
    margin: 0;
    padding: 0;
    font-size: 0px;
    max-width: 580px; }
    @media only screen and (max-width: 900px) {
      .splash
footer
ul {
        max-width: 80%; } }
    .splash
footer
ul
li {
      display: inline-block;
      list-style: none;
      width: calc((100% - 50px) / 2);
      vertical-align: top;
      margin-left: 50px;
      font-size: 15px;
      line-height: 18px; }
      @media only screen and (max-width: 900px) {
        .splash
footer
ul
li {
          width: 100%;
          display: block;
          margin-left: 0px;
          line-height: 19px; } }
      .splash
footer
ul
li:first-child {
        margin-left: 0px; }
  @media only screen and (max-width: 900px) {
    .splash
footer
.col2 {
      padding-top: 0px; }
    .splash
footer
.col1
ul
li:nth-child(2) {
      padding-top: 20px; } }

.splash
.lx_logo {
  position: absolute;
  right: 20px; }
  @media only screen and (max-width: 900px) {
    .splash
.lx_logo {
      display: none; } }
  .splash
.lx_logo:hover {
    opacity: 1; }

.splash
.lx_logo_w {
  display: none;
  padding-top: 10px; }
  @media only screen and (max-width: 900px) {
    .splash
.lx_logo_w {
      display: inline-block; } }
  .splash
.lx_logo_w:hover {
    opacity: 1; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
 .btn
 {
 	margin: 0;
    padding: 0;
    font-size: 0px;
    display: inline-block;
    width: 160px;
    height: 35px;
    margin-left: 20px;
    border: 3px solid #000000 !important;
    border-radius: 17px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top;
 }
 
 .btn-default
 {
 	color:#fff !important;;
 	background-color: #000 !important;
 }
 
  .btn-info
 {
 	color:#000 !important;;
 	background-color: #fff !important;
 	border-color:#000;
 }