/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

#home {
  position: relative;
  z-index: 1;
}
#home .cabecalho {
  background-image: url("/aberto/resources/img/textura-verde.png");
  background-repeat: repeat;
  color: white;
  overflow: hidden;
  padding: 0px var(--espacamento-horizontal) 40px;
  border-bottom-right-radius: 60px;
  position: relative;
}
#home .cabecalho .papel-dobrado {
  position: absolute;
  top: 0;
  right: 0;
  width: 98.5%;
  height: 338px;
  z-index: 0;
  background: url("/aberto/resources/img/papel_dobrado.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .papel-dobrado {
    background: url("/aberto/resources/img/papel-dobrado-desktop.png");
    background-position: top right;
    background-repeat: no-repeat;
    height: 740px;
    max-width: 1049px;
    top: -2px;
    left: 0;
    right: initial;
  }
}
#home .cabecalho .logo {
  position: relative;
  text-align: center;
  padding: 10px 10px;
  height: 90px;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .logo {
    text-align: left;
  }
}
#home .cabecalho .logo img {
  width: 160px;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .logo img {
    transform: translateX(-32px);
  }
}
#home .cabecalho .bem-vindo {
  position: relative;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 0px 2px 2px;
  border-style: solid;
  padding: 5px 20px;
  border-bottom-right-radius: var(--raio-secao-arredondada);
}
@media screen and (min-width: 880px) {
  #home .cabecalho .bem-vindo {
    padding: 5px 100px;
  }
}
#home .cabecalho .bem-vindo .titulo {
  display: block;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.1;
  letter-spacing: 0.2;
  font-weight: 600;
  padding: 0px 30px;
  height: 250px;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .bem-vindo .titulo {
    text-align: left;
    max-width: 200px;
    height: auto;
    padding: 0px;
  }
}
#home .cabecalho .bem-vindo .titulo strong {
  color: var(--amarelo);
}
#home .cabecalho .bem-vindo .container {
  overflow: hidden;
  transition: height 400ms ease-out;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .bem-vindo .container {
    height: auto !important;
  }
}
#home .cabecalho .bem-vindo .toggle {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  margin-top: 15px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  text-align: center;
}
#home .cabecalho .bem-vindo .toggle i {
  transform: rotate(0deg);
  transition: transform 400ms ease-out;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .bem-vindo .toggle {
    display: none;
  }
}
#home .cabecalho .bem-vindo .container.expandido + .toggle i {
  transform: rotate(-540deg);
}
#home .cabecalho .bem-vindo .subtitulo {
  display: block;
  padding-top: 1em;
  font-weight: 600;
  font-size: 1.1333em;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
#home .cabecalho .bem-vindo .texto {
  padding-top: 2em;
}
@media screen and (min-width: 880px) {
  #home .cabecalho .bem-vindo .texto {
    column-count: 2;
    column-gap: 3em;
  }
}
#home .cabecalho .bem-vindo .texto p {
  font-size: 1.1333em;
  line-height: 1.5;
  margin-bottom: 2em;
}
#home .cabecalho .bem-vindo .texto p strong {
  font-weight: 600;
}
#home .redes-sociais {
  position: fixed;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0px;
  right: 0;
  z-index: 20;
  top: 100px;
}
#home .redes-sociais .botao-expansao {
  background-color: white;
  min-height: 25px;
  height: 5%;
  margin: 0;
  text-align: center;
  font-size: 2em;
  color: var(--verde);
  padding: 10px;
  opacity: 0.8;
  visibility: visible;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#home .redes-sociais .botao-expansao a {
  color: inherit;
}
#home .redes-sociais .botao-expansao.aberto {
  border-bottom-left-radius: 0px;
  opacity: 0.9;
}
@media screen and (min-width: 880px) {
  #home .redes-sociais .botao-expansao {
    visibility: hidden;
  }
}
#home .redes-sociais .container-icones {
  background-color: white;
  border-bottom-left-radius: 10px;
  display: none;
  /* flex-flow: row; */
  /* visibility: hidden; */
  opacity: 0;
}
@media screen and (min-width: 880px) {
  #home .redes-sociais .container-icones {
    background-color: white;
    display: flex;
    flex-flow: row;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    min-height: 250px;
    height: 20%;
    opacity: 0.9;
    visibility: visible;
  }
  #home .redes-sociais .container-icones.visivel {
    opacity: 0.9;
    visibility: visible;
  }
}
#home .redes-sociais .container-icones.visivel {
  opacity: 0.9;
  /* visibility: visible; */
  display: block;
}
#home .redes-sociais .container-icones .compartilhe {
  visibility: hidden;
  height: 0px;
  width: 0px;
}
#home .redes-sociais .container-icones .compartilhe span {
  /* writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  justify-content: center; */
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  width: 200px;
  height: 190px;
  text-align: center;
  /* letter-spacing: 0.3em; */
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 880px) {
  #home .redes-sociais .container-icones .compartilhe {
    height: inherit;
    width: 20px;
    padding-top: 25px;
    visibility: visible;
  }
}
#home .redes-sociais .container-icones .icones {
  text-align: center;
  font-size: 2em;
  color: var(--verde);
  padding-bottom: 5px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10px;
  z-index: 10;
}
#home .redes-sociais .container-icones .icones a {
  text-decoration: none;
  color: inherit;
  margin-right: 0;
  margin: 10px 0 10px 0;
}
#home .redes-sociais .container-icones .icones a.mobile-only {
  display: block;
}
@media screen and (min-width: 880px) {
  #home .redes-sociais .container-icones .icones a.mobile-only {
    display: none;
  }
}

.mensagem {
  z-index: 1;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: var(--azul-pastel);
  padding: 60px var(--espacamento-horizontal);
  margin: 0px auto;
  max-width: 300px;
}
@media screen and (min-width: 880px) {
  .mensagem {
    max-width: initial;
  }
}

#casos {
  background: var(--verde);
  border-top-left-radius: var(--raio-secao-arredondada);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 40px;
  padding: var(--espacamento-horizontal);
}
#casos .texto {
  display: block;
  color: white;
  width: 100%;
  padding-right: calc(50% + 0.5 * var(--espacamento-horizontal));
  font-size: 1.6em;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 880px) {
  #casos .texto {
    padding: 0px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#casos .texto span {
  display: block;
}
@media screen and (min-width: 880px) {
  #casos .texto span {
    display: inline-block;
  }
  #casos .texto span:not(.barra) {
    padding: 0px var(--espacamento-horizontal) !important;
    box-sizing: content-box;
    max-width: 180px;
  }
}
#casos .texto span.polemicos {
  padding-bottom: 30px;
  padding-top: 40px;
}
@media screen and (min-width: 880px) {
  #casos .texto span.polemicos {
    text-align: right;
  }
}
#casos .texto span.respostas {
  padding-bottom: 30px;
}
@media screen and (min-width: 880px) {
  #casos .texto span.respostas {
    text-align: left;
  }
}
#casos .texto span.barra {
  display: none;
  height: 1px;
  background: white;
  width: calc((100% - 2 * var(--espacamento-horizontal)) / 3);
}
@media screen and (min-width: 880px) {
  #casos .texto span.barra {
    display: inline-block;
  }
}
#casos #containerCaso {
  --deslocamento-vertical: 210px;
  text-align: right;
  direction: rtl;
}
@media screen and (min-width: 880px) {
  #casos #containerCaso {
    --deslocamento-vertical: 0px;
    direction: ltr;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
#casos #containerCaso.impar {
  margin-bottom: calc(-1 * var(--deslocamento-vertical));
}
#casos #containerCaso.expandido .caso {
  display: inline-block;
}
#casos #containerCaso .caso {
  display: none;
  width: calc(50% - 0.5 * var(--espacamento-horizontal) - 1px);
  padding: 4px;
  overflow: hidden;
  background: var(--verde-shade);
  border-radius: 20px;
  margin-bottom: 25px;
  position: static;
}
#casos #containerCaso .caso.destaque {
  display: inline-block;
}
@media screen and (min-width: 880px) {
  #casos #containerCaso .caso {
    width: calc(33.3333% - 0.333 * 2 * var(--espacamento-horizontal) - 1px);
    margin-right: var(--espacamento-horizontal);
    background: var(--verde-shade);
  }
  #casos #containerCaso .caso:nth-child(3), #casos #containerCaso .caso:nth-child(6), #casos #containerCaso .caso:nth-child(9), #casos #containerCaso .caso:nth-child(12), #casos #containerCaso .caso:nth-child(15), #casos #containerCaso .caso:nth-child(18), #casos #containerCaso .caso:nth-child(21) {
    margin-right: 0px;
  }
}
#casos #containerCaso .caso:nth-child(odd) {
  margin-left: calc(var(--espacamento-horizontal) - 4px);
  transform: translateY(calc(-1 * var(--deslocamento-vertical)));
}
@media screen and (min-width: 880px) {
  #casos #containerCaso .caso:nth-child(odd) {
    margin-left: 0px;
  }
}
#casos #containerCaso .caso a {
  text-decoration: none;
}
#casos #containerCaso .caso .imagem {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  height: 160px;
}
#casos #containerCaso .caso .imagem-play {
  background: url("/aberto/resources/img/play.png") no-repeat center;
  background-size: 50px 50px;
}
#casos #containerCaso .caso .saiba-mais {
  padding: 30px 20px 20px;
  text-align: center;
  color: white;
  font-size: 1.13333em;
  font-weight: 500;
}
@media screen and (min-width: 880px) {
  #casos #containerCaso .caso .saiba-mais {
    color: var(--verde);
    padding: 20px 20px 16px;
  }
}
#casos #containerCaso .caso .saiba-mais a {
  color: inherit;
  text-decoration: none;
}
#casos #containerCaso .caso .saiba-mais-2 {
  padding: 15px 15px 15px;
  text-align: center;
  color: white;
  font-size: 1.13333em;
  font-weight: 500;
}
#casos #containerCaso .caso .titulo-caso {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  direction: ltr;
}
#casos .mais {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.3333em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2;
  color: white;
  z-index: 0;
}
@media screen and (min-width: 880px) {
  #casos .mais {
    margin-top: 30px;
  }
}
#casos .mais:after {
  content: "";
  position: absolute;
  width: 25%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--azul-pastel);
  opacity: 0.5;
  z-index: -1;
  left: 2.5%;
}
@media screen and (min-width: 880px) {
  #casos .mais:after {
    width: 30%;
    left: 10%;
  }
}
#casos .mais:before {
  content: "";
  position: absolute;
  width: 25%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--azul-pastel);
  opacity: 0.5;
  z-index: -1;
  right: 2.5%;
}
@media screen and (min-width: 880px) {
  #casos .mais:before {
    width: 30%;
    right: 10%;
  }
}

#futuro {
  background-image: url("/aberto/resources/img/textura-azul.png");
  background-repeat: repeat;
  color: white;
  position: relative;
  margin-top: -60px;
  padding: 50px var(--espacamento-horizontal) 120px;
}
@media screen and (min-width: 880px) {
  #futuro {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 0px;
    padding-top: 60px;
    background-image: url("/aberto/resources/img/futuro-bg-desktop-direita.png"), url("/aberto/resources/img/futuro-bg-desktop.png");
    background-repeat: repeat-y, repeat;
    background-position: right 0px top, left top;
    border-radius: 30px;
    height: 536px;
  }
}
@media screen and (min-width: 880px) {
  #futuro .conteudo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  #futuro .conteudo > * {
    flex: 1;
    max-width: 35%;
    margin: 0px calc(100px - var(--espacamento-horizontal));
  }
  #futuro .conteudo > .titulo-video {
    max-width: 40%;
  }
}
#futuro .conteudo .titulo-video {
  position: relative;
}
#futuro .conteudo .titulo-video .titulo {
  display: block;
  margin: 60px 0px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.5;
  padding-bottom: 30px;
  padding-top: 50px;
  color: var(--amarelo);
}
@media screen and (min-width: 880px) {
  #futuro .conteudo .titulo-video .titulo {
    position: absolute;
    top: -140px;
    left: calc(var(--espacamento-horizontal) - 100px);
    /* max-width: 200px; */
    text-align: left;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0px;
  }
}
#futuro .conteudo .titulo-video .video {
  display: flex;
  justify-content: center;
  align-items: center;
}
#futuro .conteudo .texto {
  display: block;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 100px;
}
@media screen and (min-width: 880px) {
  #futuro .conteudo .texto {
    margin-top: 0px;
    border-style: solid;
    border-color: var(--verde-texto);
    border-width: 2px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#futuro .conheca {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2;
  color: white;
  z-index: 0;
}
#futuro .conheca:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-1px);
  left: 0;
  background: var(--verde);
  height: 2px;
  z-index: -1;
}

#acoes {
  position: relative;
  z-index: 1;
  background: white;
  margin-top: -50px;
  border-top-right-radius: var(--raio-secao-arredondada);
  padding: 30px var(--espacamento-horizontal) 0px;
}
@media screen and (min-width: 880px) {
  #acoes {
    max-width: 1200px;
    margin: 90px auto 0px;
  }
}
#acoes > .cabecalho {
  text-align: right;
}
@media screen and (min-width: 880px) {
  #acoes > .cabecalho {
    text-align: center;
  }
}
#acoes > .cabecalho img {
  width: 230px;
}
@media screen and (min-width: 880px) {
  #acoes > .cabecalho img {
    margin-left: 100px;
  }
}
#acoes > .cabecalho .texto {
  display: block;
  text-align: center;
  padding: 25px 5px;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 880px) {
  #acoes > .cabecalho .texto {
    max-width: 600px;
    margin: 40px auto;
  }
}
#acoes #acoesHome {
  margin-bottom: 40px;
  position: relative;
  height: 460px;
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome {
    max-width: 1200px;
    margin: 0px auto;
    height: calc(5 * (130px + 20px));
  }
}
#acoes #acoesHome .controle {
  position: absolute;
  top: 45%;
  font-size: 2.3em;
  color: var(--verde-texto);
  z-index: 10;
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .controle {
    display: none;
  }
}
#acoes #acoesHome .controle.anterior {
  left: -25px;
}
#acoes #acoesHome .controle.proxima {
  right: -25px;
}
#acoes #acoesHome .controle.desabilitado {
  display: none;
}
#acoes #acoesHome .acao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  display: flex;
  flex-flow: column nowrap;
  height: 420px;
  padding: 30px 20px 20px;
  border-color: #8080a0;
  border-width: 1px 1px 1px !important;
  border-style: solid;
  border-radius: 30px;
  /*
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  */
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao {
    position: static;
    margin-bottom: 30px;
    border-width: 0px 1px 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /* height: auto; */
  }
}
#acoes #acoesHome .acao.invisivel {
  transform: translateX(-200%);
  z-index: 15;
}
#acoes #acoesHome .acao.card-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-1 {
    z-index: 10;
    transform: scaleX(1) translateY(0);
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-1 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(0px, calc(0 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-1.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-1.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-1.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-1.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-2 {
    z-index: 9;
    transform: scaleX(0.92) translateY(8px);
    opacity: 0.8;
  }
  #acoes #acoesHome .acao.card-2 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-2 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(calc(100% + var(--espacamento-horizontal)), calc(0 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-2.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-2.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-2.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-2.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-3 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-3 {
    z-index: 8;
    transform: scaleX(0.84) translateY(16px);
    opacity: 0.6;
  }
  #acoes #acoesHome .acao.card-3 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-3 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(0px, calc(1 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-3.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-3.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-3.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-3.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-4 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-4 {
    z-index: 7;
    transform: scaleX(0.76) translateY(24px);
    opacity: 0.4;
  }
  #acoes #acoesHome .acao.card-4 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-4 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(calc(100% + var(--espacamento-horizontal)), calc(1 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-4.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-4.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-4.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-4.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-5 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-5 {
    z-index: 6;
    transform: scaleX(0.68) translateY(32px);
    opacity: 0.2;
  }
  #acoes #acoesHome .acao.card-5 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-5 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(0px, calc(2 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-5.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-5.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-5.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-5.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-6 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-6 {
    z-index: 5;
    transform: scaleX(0.6) translateY(40px);
    opacity: 0;
  }
  #acoes #acoesHome .acao.card-6 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-6 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(calc(100% + var(--espacamento-horizontal)), calc(2 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-6.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-6.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-6.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-6.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-7 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-7 {
    z-index: 4;
    transform: scaleX(0.52) translateY(48px);
    opacity: -0.2;
  }
  #acoes #acoesHome .acao.card-7 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-7 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(0px, calc(3 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-7.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-7.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-7.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-7.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-8 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-8 {
    z-index: 3;
    transform: scaleX(0.44) translateY(56px);
    opacity: -0.4;
  }
  #acoes #acoesHome .acao.card-8 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-8 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(calc(100% + var(--espacamento-horizontal)), calc(3 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-8.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-8.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-8.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-8.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-9 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-9 {
    z-index: 2;
    transform: scaleX(0.36) translateY(64px);
    opacity: -0.6;
  }
  #acoes #acoesHome .acao.card-9 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-9 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(0px, calc(4 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-9.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-9.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-9.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-9.exibeacao .texto {
  opacity: 1;
}
#acoes #acoesHome .acao.card-10 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao.card-10 {
    z-index: 1;
    transform: scaleX(0.28) translateY(72px);
    opacity: -0.8;
  }
  #acoes #acoesHome .acao.card-10 .cabecalho {
    margin-left: 0px;
    transition: margin-left 100ms linear 400ms;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao.card-10 {
    height: 130px;
    width: calc((100% - var(--espacamento-horizontal)) / 2);
    transform: translate(calc(100% + var(--espacamento-horizontal)), calc(4 * (130px + 20px)));
  }
}
#acoes #acoesHome .acao.card-10.exibeacao {
  transform: translate(-42px, 0);
  height: 100%;
  max-height: calc(100vh - 80px);
  width: calc(100% - -42px);
  z-index: 200;
}
#acoes #acoesHome .acao.card-10.exibeacao .acoes-detalhes::before {
  content: "Fechar";
}
#acoes #acoesHome .acao.card-10.exibeacao .cabecalho {
  margin-left: 0px;
}
#acoes #acoesHome .acao.card-10.exibeacao .texto {
  opacity: 1;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao .acoes-detalhes {
    display: none;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao .acoes-detalhes {
    position: absolute;
    right: 2em;
    bottom: 1em;
    width: 65px;
    height: 14px;
    font-weight: 500;
    font-size: 0.75rem;
    cursor: hand;
    color: transparent;
  }
  #acoes #acoesHome .acao .acoes-detalhes::before {
    content: "Veja mais";
    color: var(--verde-texto);
    position: absolute;
    right: 0;
  }
}
#acoes #acoesHome .acao .cabecalho {
  margin-left: -42px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao .cabecalho {
    align-items: center;
  }
}
#acoes #acoesHome .acao .cabecalho .numero {
  color: var(--verde-texto);
  font-size: 2.6em;
  font-weight: 600;
  margin-right: 15px;
  letter-spacing: -2px;
  margin-top: -7px;
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao .cabecalho .numero {
    margin-top: 0px;
  }
}
#acoes #acoesHome .acao .cabecalho .titulo {
  font-weight: 700;
  font-size: 1.2em;
  flex: 1;
}
#acoes #acoesHome .acao .texto {
  padding-top: 20px;
  font-size: 1.0666em;
  line-height: 1.5;
  font-weight: 400;
  flex-grow: 1;
  max-height: 280px;
  overflow: hidden;
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao .texto {
    opacity: 0;
  }
}
@media screen and (max-width: 879px) {
  #acoes #acoesHome .acao .texto {
    font-size: 1em;
    overflow: auto;
    margin-top: 15px;
  }
  #acoes #acoesHome .acao .texto:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 10px;
    border-radius: 25px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 60%);
    width: 100%;
    height: 100px;
  }
}
@media screen and (min-width: 880px) {
  #acoes #acoesHome .acao .texto {
    font-size: 0.933333em;
    max-height: initial;
  }
}
#acoes #acoesHome .acao .texto p:not(:first-child) {
  margin-top: 2em;
}
#acoes #acoesHome .acao .texto strong {
  font-weight: 500;
}
#acoes #acoesHome .acao .texto ul {
  display: block;
  padding-left: 1.2em;
  margin-top: 1em;
  list-style: circle;
}
#acoes #acoesHome .acao .saiba-mais {
  color: var(--azul);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1.0666em;
  font-weight: 600;
  padding-top: 25px;
}
#acoes #acoesHome .acao .saiba-mais a {
  text-decoration: inherit;
  color: inherit;
}

#rodape {
  text-align: center;
  background-image: url("/aberto/resources/img/textura-rodape.png");
  background-size: cover;
  border-radius: 30px 30px 0px 0px;
  padding-bottom: 25px;
}
#rodape img {
  width: 160px;
}

#cabecalho-caso {
  text-align: center;
  padding: 5px 30px;
}
@media screen and (min-width: 880px) {
  #cabecalho-caso {
    text-align: left;
  }
}
#cabecalho-caso .logo {
  width: 160px;
  filter: invert(100%);
}
@media screen and (min-width: 880px) {
  #cabecalho-caso .logo {
    transform: translateX(-5px);
  }
}
#cabecalho-caso a {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  padding: 20px var(--espacamento-horizontal);
  background: white;
  text-decoration: none;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom-left-radius: 30px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0px 0px 1px 1px;
}

#menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1030;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
@media screen and (min-width: 880px) {
  #menu {
    bottom: unset;
    left: unset;
    top: calc(30px - var(--deslocamento-menu, 0px));
    right: 0px;
    width: 700px;
    border-bottom-left-radius: 30px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0px 0px 1px 1px;
  }
}
@media screen and (max-width: 879px) {
  #menu.escondido {
    opacity: 0;
    pointer-events: none;
  }
}
#menu:before {
  --altura-borda: 5px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--altura-borda) * -1);
  left: 0px;
  height: var(--altura-borda);
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.9));
}
@media screen and (min-width: 880px) {
  #menu:before {
    --altura-borda: 0px;
  }
}
#menu .menu-item {
  flex: 1;
  padding: 20px;
  font-weight: 700;
  color: black;
  text-align: center;
  transition: color 100ms linear;
}
#menu .menu-item.selecionado {
  color: green;
}
#menu .menu-item a {
  color: inherit;
  text-decoration: none;
}

#overlay {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  overflow: auto;
  display: none;
  transition: top 4000ms ease-out;
}
@media screen and (min-width: 880px) {
  #overlay {
    display: block;
    position: static;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
  }
}
#overlay.visivel {
  display: block;
  top: 0;
}
#overlay #duvidas {
  overflow: auto;
  background: white;
  margin-top: 90px;
  border-top-left-radius: calc(var(--raio-secao-arredondada) / 2);
  border-top-right-radius: calc(var(--raio-secao-arredondada) / 2);
  padding: 0px var(--espacamento-horizontal);
}
@media screen and (min-width: 880px) {
  #overlay #duvidas {
    margin-top: 80px;
  }
}
#overlay #duvidas .titulo {
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
  color: var(--azul-pastel);
  padding-top: 60px;
}
@media screen and (min-width: 880px) {
  #overlay #duvidas .titulo {
    font-size: 1.8em;
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    /* padding-top: 0px; */
  }
}
#overlay #duvidas .subtitulo {
  padding: 25px 0px;
  font-size: 1.0666em;
  line-height: 1.5;
  font-weight: 400;
}
#overlay #duvidas .link-tachado {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.3333em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 0;
  max-width: 400px;
}
@media screen and (min-width: 880px) {
  #overlay #duvidas .link-tachado {
    max-width: 700px;
    margin: 10px auto;
  }
  #overlay #duvidas .link-tachado:before {
    right: 10%;
  }
  #overlay #duvidas .link-tachado:after {
    left: 10%;
  }
}
#overlay #duvidas .link-tachado a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
#overlay #duvidas .link-tachado:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 2px;
  transform: translateY(-50%);
  background: var(--verde-b);
  opacity: 0.5;
  z-index: -1;
  right: 2.5%;
}
#overlay #duvidas .link-tachado:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28%;
  height: 2px;
  transform: translateY(-50%);
  background: var(--verde-b);
  opacity: 0.5;
  z-index: -1;
  left: 2.5%;
}
#overlay #duvidas .formulario {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 880px) {
  #overlay #duvidas .formulario form .dados-pessoais {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #overlay #duvidas .formulario form .dados-pessoais .form-group {
    width: 30%;
  }
}
#overlay #duvidas .formulario form .form-group {
  position: relative;
  margin: 35px 0 5px;
  border: 2px solid #8a8a8a;
  border-radius: 10px;
  display: flex;
}
#overlay #duvidas .formulario form .form-group.ativo {
  border-color: var(--verde);
}
#overlay #duvidas .formulario form .form-group label {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  height: 1em;
  padding-left: 3px;
  font-size: 0.83333em;
  line-height: 1;
  transform: translateY(-50%);
  color: var(--cinza);
  background-color: white;
}
#overlay #duvidas .formulario form .form-group label .obrigatorio {
  font-size: 11px;
  color: red;
}
#overlay #duvidas .formulario form .form-group input,
#overlay #duvidas .formulario form .form-group textarea {
  flex: 1;
  border: none;
  padding: 6px 10px;
  margin: 4px;
  width: 85%;
  font-family: "Fira Sans", sans-serif;
}
#overlay #duvidas .formulario form span.error {
  font-size: 11px;
  color: red;
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
  margin-top: 10px;
  display: block;
}
#overlay #duvidas .formulario form .captcha {
  margin: 50px auto 40px;
  text-align: center;
  max-width: 304px;
}
#overlay #duvidas .formulario .mensagem-obrigatoriedade {
  display: block;
  text-align: left;
  font-style: italic;
  font-size: 0.86666em;
  color: var(--cinza);
  margin-top: 1em;
}
#overlay #duvidas .formulario .enviar {
  margin-bottom: 80px;
}
@media screen and (min-width: 880px) {
  #overlay #duvidas .formulario .enviar {
    margin-bottom: 0px;
  }
}
#overlay #duvidas .fechar-formulario {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background: linear-gradient(to top, white 0%, white 30%, rgba(255, 255, 255, 0.3) 100%);
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 880px) {
  #overlay #duvidas .fechar-formulario {
    display: none;
  }
}
#overlay #duvidas .fechar-formulario a {
  text-decoration: none;
  font-weight: 600;
  color: #1E428B;
  font-size: 2em;
}
#overlay #duvidas .lds-container-mensagem {
  display: none;
  position: relative;
  text-align: center;
  width: 90%;
  left: 5%;
}
#overlay #duvidas .lds-container-mensagem.ativo {
  display: block;
}
#overlay #duvidas .lds-container-mensagem mensagem {
  font-size: 12px;
  font-weight: 400;
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--verde-b);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
#overlay #duvidas .lds-container-mensagem .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
#overlay #duvidas .messageFA {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  width: 80%;
  left: 10%;
}
#overlay #duvidas .messageFA.success {
  color: green;
}
#overlay #duvidas .messageFA.error {
  color: red;
}

#containerCaso .topo {
  background-image: url("/aberto/resources/img/textura-azul.png");
  background-repeat: repeat;
  padding: 40px var(--espacamento-horizontal) 0px;
  border-top-right-radius: var(--raio-secao-arredondada);
  border-bottom-left-radius: var(--raio-secao-arredondada);
  border-bottom: 40px;
  color: white;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo {
    padding: 40px 4% 0px var(--espacamento-horizontal);
    background-image: url("/aberto/resources/img/papel-dobrado-desktop.png"), url("/aberto/resources/img/textura-verde.png");
    background-position: 0 -230px, left top;
    background-repeat: no-repeat, repeat;
    background-size: 95% 900px, auto;
  }
  #containerCaso .topo:after {
    content: "";
    position: absolute;
    background-image: url("/aberto/resources/img/textura-azul-casos.png");
    width: 100%;
    height: 100%;
    left: -1px;
    top: 670px;
    background-size: 95% auto;
    z-index: 1;
    background-repeat: repeat-y;
  }
}
#containerCaso .topo > div {
  z-index: 2;
  position: relative;
}
#containerCaso .topo .titulo {
  padding: 30px 50px 0px var(--espacamento-horizontal);
  margin-bottom: 30px;
  border-width: 2px 2px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-top-right-radius: var(--raio-secao-arredondada);
  font-size: 32px;
  font-weight: 500;
}
#containerCaso .topo .titulo span {
  color: yellow;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .titulo {
    padding: 50px calc(2 * var(--espacamento-horizontal)) 0px;
    font-size: 2.4em;
  }
  #containerCaso .topo .titulo span {
    display: inline-block;
  }
}
#containerCaso .topo .titulo .redes-sociais {
  display: flex;
  width: -webkit-fill-available;
  margin-top: 8px;
}
#containerCaso .topo .titulo .redes-sociais .compartilhe {
  font-weight: 700;
  font-size: 1.06666em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
#containerCaso .topo .titulo .redes-sociais .icones {
  text-align: center;
  font-size: 2.4em;
  color: white;
  /* var(--verde); */
  display: flex;
  flex-flow: row nowrap;
  line-height: 1;
}
#containerCaso .topo .titulo .redes-sociais .icones a {
  text-decoration: none;
  color: inherit;
  margin-right: 16px;
  font-size: 28px;
}
#containerCaso .topo .titulo .redes-sociais .icones a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#containerCaso .topo .titulo .redes-sociais .icones a.mobile-only {
  display: block;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .titulo .redes-sociais .icones a.mobile-only {
    display: none;
  }
}
#containerCaso .topo .multimedia-social {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .multimedia-social .multimidia-texto {
    padding: 0px calc(2 * var(--espacamento-horizontal));
  }
}
#containerCaso .topo .multimedia-social .multimidia-texto .video, #containerCaso .topo .multimedia-social .multimidia-texto .imagem {
  margin-bottom: 30px;
}
#containerCaso .topo .multimedia-social .multimidia-texto .video iframe, #containerCaso .topo .multimedia-social .multimidia-texto .imagem iframe {
  max-width: 100%;
  width: calc(var(--largura-cem-porcento));
  height: calc(9 * (var(--largura-cem-porcento)) / 16);
  border-radius: 8px;
}
#containerCaso .topo .multimedia-social .multimidia-texto .video img, #containerCaso .topo .multimedia-social .multimidia-texto .imagem img {
  width: 100%;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .multimedia-social .multimidia-texto .video, #containerCaso .topo .multimedia-social .multimidia-texto .imagem {
    margin: 0px calc(var(--espacamento-horizontal) / 2) calc(var(--espacamento-horizontal) / 2) 0px;
  }
  #containerCaso .topo .multimedia-social .multimidia-texto .video img, #containerCaso .topo .multimedia-social .multimidia-texto .video iframe, #containerCaso .topo .multimedia-social .multimidia-texto .imagem img, #containerCaso .topo .multimedia-social .multimidia-texto .imagem iframe {
    max-width: 880px;
  }
}
#containerCaso .topo .multimedia-social .multimidia-texto .texto {
  padding: 0px calc(0.5 * var(--espacamento-horizontal));
  font-weight: 300;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .multimedia-social .multimidia-texto .texto {
    min-height: 290px;
    padding: 0px;
  }
}
#containerCaso .topo .multimedia-social .multimidia-texto .texto p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
#containerCaso .topo .perguntas {
  border-top-right-radius: var(--raio-secao-arredondada);
  color: white;
}
@media screen and (min-width: 880px) {
  #containerCaso .topo .perguntas {
    margin-bottom: 10px;
    padding-bottom: 60px;
    border-bottom-right-radius: var(--raio-secao-arredondada);
    border-bottom-left-radius: var(--raio-secao-arredondada);
  }
  #containerCaso .topo .perguntas .container {
    padding-left: 70px;
    padding-right: 70px;
    margin: 0px auto;
  }
}
#containerCaso .topo .perguntas .texto-livre {
  margin-top: 3em;
  line-height: 1.5;
  margin-bottom: 3em;
}
#containerCaso .topo .perguntas .pergunta {
  position: relative;
  display: block;
  padding: 50px 0px 10px;
  margin-right: 1em;
  border-bottom: 2px solid white;
  font-size: 1.33333em;
  font-weight: 400;
}
#containerCaso .topo .perguntas .pergunta .toggle {
  display: inline-block;
  outline: none;
  position: absolute;
  left: 100%;
  top: calc(100% - 0.5em - 3px);
  line-height: 1;
  font-weight: 400;
  height: calc(24px);
  width: calc(24px);
  border: 2px solid white;
  border-radius: 50%;
  transform: rotate(-720deg);
  transition: transform 400ms ease-in-out;
}
#containerCaso .topo .perguntas .pergunta .toggle.expandido {
  transform: rotate(0deg);
}
#containerCaso .topo .perguntas .pergunta .toggle.expandido:after {
  opacity: 0;
}
#containerCaso .topo .perguntas .pergunta .toggle:before, #containerCaso .topo .perguntas .pergunta .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: white;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 400ms linear;
}
#containerCaso .topo .perguntas .pergunta .toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#containerCaso .topo .perguntas .pergunta .toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#containerCaso .topo .perguntas .resposta {
  overflow: hidden;
  transition: height 400ms ease-out;
}
#containerCaso .topo .perguntas .resposta p {
  padding: 1em 2em 0 1em;
  line-height: 1.4;
  font-weight: 300;
  font-size: 16px;
}
#containerCaso .topo .perguntas .resposta strong {
  font-weight: 600;
}
#containerCaso .topo .perguntas .resposta table {
  width: 100%;
  color: white;
  margin: 1em 2em 0 1em;
}
#containerCaso .topo .perguntas .resposta table tbody tr:first-child {
  border-bottom: 1px solid white;
}
#containerCaso .topo .perguntas .resposta table tbody tr:first-child td p {
  font-weight: 600;
}
#containerCaso .topo .perguntas .resposta table tbody tr:last-child {
  border-top: 1px solid white;
}
#containerCaso .topo .perguntas .resposta table tbody td {
  padding: 0.5rem 0;
}
#containerCaso .topo .perguntas .resposta table tbody td p {
  margin: 0;
  padding: 0;
}
#containerCaso .topo .perguntas .resposta :any-link {
  color: white;
}
#containerCaso .conteudo-relacionado {
  display: block;
  background: white;
  border-top-right-radius: var(--raio-secao-arredondada);
  padding: 50px var(--espacamento-horizontal) 50px;
  text-align: center;
  text-decoration: none;
}
#containerCaso .conteudo-relacionado .titulo {
  color: var(--azul-pastel);
  margin: 0 auto;
  max-width: 175px;
  letter-spacing: 0.4px;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 880px) {
  #containerCaso .conteudo-relacionado .titulo {
    max-width: 400px;
  }
}
#containerCaso .conteudo-relacionado .continue {
  outline: none;
  color: var(--verde-background);
  font-weight: 700;
  font-size: 0.86666em;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
}

:root {
  --largura-cem-porcento: 100vw;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  --azul: #1E428B;
  --azul-pastel: #2552AC;
  --verde: #1AA348;
  --verde-texto: #65B32E;
  --verde-shade: #0C8D61;
  --verde-background: #0CB15B;
  --verde-b: #009933;
  --cinza: #7F7F7F;
  --amarelo: #FFDD00;
  --ocre: #CD8627;
  --raio-secao-arredondada: 55px;
  --espacamento-horizontal: 35px;
}
@media screen and (max-width: 879px) {
  body.duvidas-visivel {
    overflow: hidden;
  }
}
@media screen and (min-width: 880px) {
  body {
    --espacamento-horizontal: 35px;
  }
}

* {
  box-sizing: border-box;
}

.navegadorNaoSuportado {
  background: firebrick;
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 16px 2em 8px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px 5px 0px 0px;
  z-index: 1000;
}

@supports (--test-var: 999px) {
  .navegadorNaoSuportado {
    display: none;
  }
}

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