body, html {
  font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
  color: #000000 !important;
	background-color:#fff !important;
  -webkit-text-size-adjust: 100%;
    letter-spacing: 0.23px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; 
  height: 100%;
min-height: 100vh;
  position:relative;
  }
  
p{
  color: #000000 !important;
    letter-spacing: 0.23px;
  font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
  margin-bottom:0.5rem !important;
}

h1,h2,h3,h4,h5{
  color: #000000 !important;
    letter-spacing: 0.23px;
  font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
}

.paginate_button
{margin: 0.5rem;}

.pagination{
overflow:hidden;
display: table-row !important;
}

.nav-tabs .nav-link { color:#555;font-size: 12px;}

.nav-tabs a.active {color:#000 !important;}


.input-group-addon {
    font-size: 14px!important;
    color: #6c757d;
    background-color: #fff;
    border: 0;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    
}

.dataTables_paginate .pagination li {
    float: left;
}


.btn.btn-info
{
color:#fff !important;
background-color: #495057 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.col-centered{float: none !important;margin: 0 auto;}

.navbar {
    background: #fff!important;
}

.inactivo {color: #6c757d !important;}

table {font-size: 0.8rem !important};

.dropdown-menu {
  font-size: 14px !important;
}

nav a {opacity:1 !important;}

.navbar .navbar-nav li > a {
    background: none !important;
    color: #000 !important;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #000 !important;
}

.navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
    color: #999 !important;
    cursor:pointer !important;

}

.navbar{
    display: flex !important;
}


.navbar-brand {
    border:0 !important;
}

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }
  
.form-control {
	font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.23px;
    color: #000;
	background-color:#fff !important;
	border-bottom: 2px solid #a6a6a6;
	border-radius: 0px;
	border-top:0;
	border-left:0;
	border-right:0;
	padding: .37rem .70rem !important;


}  
  .login-form label {
	font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.23px;
    color: #000;
    text-transform:none !important;
   
    }

.btn
{
	padding: 1rem;
    display: inline-block;
    height: auto;
    border: 1px solid #fff !important;
    border-radius: 17px !important;
    text-align: center;
	background-color:#002060 !important;
	color:#fff !important;
	opacity: 1 !important;
	text-transform: uppercase;
    font-size: 1rem;
	margin:0.8rem;
}

.login-form .btn {
    width: 100% !important;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 1rem;
    border: 0px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    display:block;
}

.btn:hover
{
color:#fff !important;
background-color:#a6a6a6 !important;
	opacity: 1 !important;
}

button
{
color:#000 !important;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; 
padding: 0.7rem !important;
  }
  
select.form-control
{
padding: 0.8rem !important;
height:auto !important;
}

.login-form
{
border-color: #a6a6a6;
border-style: solid;
margin-top:2rem;
}

input, textarea, select {
  outline: none; }
  
.m-l{margin-left:1rem !important;}
.m-t{margin-top:1rem !important;}
.m-b{margin-bottom:1rem !important;}
.m-r{margin-right:1rem !important;}
.m-l-l{margin-left:2rem !important;}
.m-t-l{margin-top:2rem !important;}
.m-b-l{margin-bottom:2rem !important;}
.m-r-l{margin-right:2rem !important;}
.m-l-xl{margin-left:3rem !important;}
.m-t-xl{margin-top:3rem !important;}
.m-b-xl{margin-bottom:3rem !important;}
.m-r-xl{margin-right:3rem !important;}

.p-l{padding-left:1rem !important;}
.p-t{padding-top:1rem !important;}
.p-b{padding-bottom:1rem !important;}
.p-r{padding-right:1rem !important;}
.p-l-l{padding-left:2rem !important;}
.p-t-l{padding-top:2rem !important;}
.p-b-l{padding-bottom:2rem !important;}
.p-r-l{padding-right:2rem !important;}
.p-l-xl{padding-left:3rem !important;}
.p-t-xl{padding-top:3rem !important;}
.p-b-xl{padding-bottom:3rem !important;}
.p-r-xl{padding-right:3rem !important;}


.m-l-s{margin-left:0.5rem !important;}
.m-l-4{margin-left:0.4rem !important;}
.m-t-s{margin-top:0.5rem !important;}
.m-b-s{margin-bottom:0.5rem !important;}
.m-r-s{margin-right:0.5rem !important;}
.b-b {border-bottom: 2px solid #000 !important;}
.b-l {border-left: 2px solid #000 !important;}
.b-r {border-right: 2px solid #000 !important;}

.conteudo{
min-height:70%;
padding: 2.5rem 0 2.5rem 2.5rem;
}

h1
{
font-size: 1.5rem;
}

.footer {
  /*position: relative; */
  left: 0;
  /* bottom: 0; */

  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 1rem;
   height:60px;
   margin-top:1rem;
}

#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%; } }

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: 0.6; }

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; } }

.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; }

.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 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; }

.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%; }

section {
  padding-top: 197px; }
  @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; }
  section
#cfaca-parte
.columns_wrap {
    padding-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      section
#cfaca-parte
.columns_wrap {
        padding-top: 28px; } }
  section
#cfaca-parte
.beneficios_wrap {
    padding-top: 18px; }
    @media only screen and (max-width: 767px) {
      section
#cfaca-parte
.beneficios_wrap {
        margin-top: 180px; } }
  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; } }
  @media only screen and (max-width: 767px) {
    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
#cbrochura-e-press-kit
.texto {
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      section
#cbrochura-e-press-kit
.texto {
        padding-bottom: 0px; } }
  section
#cbrochura-e-press-kit
.col1
.resumo {
    padding-bottom: 45px; }
  section
#cbrochura-e-press-kit
.download_title {
    margin-top: 28px;
    font-size: 15px;
    line-height: 15px; }
    section
#cbrochura-e-press-kit
.download_title.desktop {
      display: none; }
  section
#cbrochura-e-press-kit
.presskit_wrap {
    position: absolute;
    bottom: 0px; }
    section
#cbrochura-e-press-kit
.presskit_wrap
img {
      height: 48px;
      display: inline-block;
      width: auto;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        section
#cbrochura-e-press-kit
.presskit_wrap
img {
          height: 36px; } }
    @media only screen and (max-width: 767px) {
      section
#cbrochura-e-press-kit
.presskit_wrap.mobile {
        position: relative;
        height: 36px;
        margin-top: 28px; } }
  @media only screen and (max-width: 767px) {
    section
#cbrochura-e-press-kit
.columns_wrap {
      padding-top: 0px; }
      section
#cbrochura-e-press-kit
.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% - 150px);
        border: none;
        background: transparent;
        font-size: 21px;
        line-height: 32px;
        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; }
        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;
      font-family: "HelveticaNowDisplay-Bold"; }
      @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; }
  @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
.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; }

#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; }

@media only screen and (max-width: 767px) {
  #termos-e-condicoes .close {
    padding-left: 18px; }
  #cookie_accept_close {
    padding-left: 18px; } }