@import url("https://fonts.googleapis.com/css?family=Lato:400,500,700&display=swap");
/* line 2, assets/sass/styles.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box; }

/* line 9, assets/sass/styles.scss */
body {
  -webkit-font-smoothing: antialiased; }

/* line 13, assets/sass/styles.scss */
html {
  overflow-x: hidden; }

/* line 17, assets/sass/styles.scss */
html,
body {
  background: #f05d21;
  height: 100%;
  width: 100%;
  font: 22px/30px "Lato", sans-serif; }

/* line 25, assets/sass/styles.scss */
header {
  position: relative;
  z-index: 99; }

/* line 30, assets/sass/styles.scss */
#tubular-shield {
  background-position: center top;
  background-size: cover;
  background-image: url(../../images/capa2.png); }

/* line 36, assets/sass/styles.scss */
.img-responsive {
  max-width: 100%;
  height: auto; }

/* line 41, assets/sass/styles.scss */
.visible-xs,
.visible-sm {
  display: none; }

/* line 46, assets/sass/styles.scss */
.hidden-xs,
.hidden-sm {
  display: inline-block; }

/* line 51, assets/sass/styles.scss */
article {
  clear: both;
  padding: 150px 0 20px 0;
  max-width: 1268px;
  margin: 0 auto;
  text-align: center; }
  /* line 57, assets/sass/styles.scss */
  article .campanha-featured-title {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    color: #ffc600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px;
    padding: 20px 0; }
  /* line 66, assets/sass/styles.scss */
  article p {
    line-height: 36px; }

/* line 71, assets/sass/styles.scss */
.cards-container {
  padding-bottom: 150px; }
  /* line 73, assets/sass/styles.scss */
  .cards-container .card {
    width: 260px;
    min-height: 340px;
    padding: 45px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: 0 auto; }
    /* line 81, assets/sass/styles.scss */
    .cards-container .card .card-header {
      margin-bottom: 40px; }
      /* line 83, assets/sass/styles.scss */
      .cards-container .card .card-header img {
        max-height: 70px; }
    /* line 87, assets/sass/styles.scss */
    .cards-container .card p {
      font-size: 15px;
      line-height: 23px;
      letter-spacing: -0.15px;
      color: #636363; }

/* line 96, assets/sass/styles.scss */
.highlight-text {
  margin: 0 auto;
  width: 55%; }
  /* line 99, assets/sass/styles.scss */
  .highlight-text > * {
    font-family: 'Lato', sans-serif;
    font-size: 31px;
    line-height: 120%;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase; }
    /* line 106, assets/sass/styles.scss */
    .highlight-text > * > .important {
      font-weight: bold;
      color: #ffc600; }

/* line 113, assets/sass/styles.scss */
.vector-decoration {
  position: absolute;
  z-index: 1; }
  /* line 116, assets/sass/styles.scss */
  .vector-decoration.vector-sol {
    width: 111px;
    height: 106px;
    top: 5%;
    right: 10%; }
  /* line 122, assets/sass/styles.scss */
  .vector-decoration.vector-aves {
    width: 172px;
    height: 51px;
    top: 10%;
    left: 6%; }
  /* line 128, assets/sass/styles.scss */
  .vector-decoration.vector-nuvens {
    width: 120px;
    height: 67px;
    top: 35%;
    left: 4%; }

/* line 136, assets/sass/styles.scss */
.divider {
  background: url("../../images/divisoria.png") no-repeat center center;
  width: 139px;
  margin: 0 auto;
  height: 30px;
  padding: 40px 0; }

/* line 144, assets/sass/styles.scss */
.compartilhe {
  text-align: center;
  padding: 100px 0 50px 0; }
  /* line 147, assets/sass/styles.scss */
  .compartilhe span {
    color: #f05d21;
    font-size: 36px;
    display: block;
    padding: 10px 0 30px 0; }

/* line 155, assets/sass/styles.scss */
.redes {
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 162, assets/sass/styles.scss */
  .redes li {
    list-style: none;
    display: inline-block;
    padding: 0 10px; }
    /* line 166, assets/sass/styles.scss */
    .redes li a {
      text-decoration: none;
      font-size: 62px; }

/* line 173, assets/sass/styles.scss */
.facebook {
  color: #344c8a; }

/* line 177, assets/sass/styles.scss */
.twitter {
  color: #469ae9; }

/* line 181, assets/sass/styles.scss */
.linkedin {
  color: #1583bb; }

/* line 185, assets/sass/styles.scss */
.whatsapp {
  color: #25d366; }

/* line 189, assets/sass/styles.scss */
.hashtag {
  background: #00b2e8;
  padding: 16px 20px 20px 20px;
  color: #fff;
  font-size: 28px;
  line-height: 19px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 200, assets/sass/styles.scss */
#section-video {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

/* line 208, assets/sass/styles.scss */
.tubular-play {
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 108px;
  margin: -54px;
  z-index: 100; }

/* line 219, assets/sass/styles.scss */
#content-main {
  background-color: #f05d21;
  background: linear-gradient(#f05d21, #f9855d, #fdd288);
  position: relative; }

/* line 225, assets/sass/styles.scss */
#content-sand {
  background-color: #fbe18d;
  position: relative;
  margin-bottom: 78px; }
  /* line 229, assets/sass/styles.scss */
  #content-sand::after {
    content: "";
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: -128px;
    background-image: url("../../images/border-bottom.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

/* line 242, assets/sass/styles.scss */
.owl-theme .owl-dots .owl-dot span {
  background: #ffe589 !important; }

/* line 246, assets/sass/styles.scss */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc600 !important; }

/* line 251, assets/sass/styles.scss */
#video-controls {
  position: relative;
  z-index: 10; }

/* line 256, assets/sass/styles.scss */
.tubular-container {
  overflow: hidden; }

/* line 260, assets/sass/styles.scss */
.chamada-hotsite {
  margin-bottom: 30px;
  text-align: center; }

/* line 265, assets/sass/styles.scss */
footer {
  background-color: #f05d21;
  color: #FFFFFF;
  padding: 100px 0 25px; }
  /* line 269, assets/sass/styles.scss */
  footer #assinaturas {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: row; }
    /* line 276, assets/sass/styles.scss */
    footer #assinaturas div.realizacao {
      width: 100%;
      text-align: center; }
      /* line 279, assets/sass/styles.scss */
      footer #assinaturas div.realizacao img {
        max-width: 280px; }
    /* line 283, assets/sass/styles.scss */
    footer #assinaturas div p {
      text-align: left;
      color: #FFFFFF; }
  /* line 289, assets/sass/styles.scss */
  footer p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 50px 0 40px 0; }

/* line 297, assets/sass/styles.scss */
#end-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }

/* line 308, assets/sass/styles.scss */
.inner-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align-last: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../../images/capa2.png");
  background-position: center center;
  background-size: cover; }
  /* line 320, assets/sass/styles.scss */
  .inner-end .shadow-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(42, 42, 42, 0.25); }
  /* line 327, assets/sass/styles.scss */
  .inner-end #logo-super {
    position: absolute;
    z-index: 3;
    top: 313px;
    left: 105px;
    background: url("../../images/logo-topo.png") no-repeat;
    width: 398px;
    height: 381px; }
  /* line 336, assets/sass/styles.scss */
  .inner-end #assinatura-super {
    position: absolute;
    z-index: 3;
    top: 113px;
    right: 105px;
    background: url("../../images/assinatura-instituto-branca.png") no-repeat;
    width: 351px;
    height: 67px; }
  /* line 345, assets/sass/styles.scss */
  .inner-end #previna-se {
    position: absolute;
    z-index: 3;
    top: 376px;
    right: 105px;
    background: url("../../images/previna-se.png") no-repeat;
    width: 346px;
    height: 219px; }
  /* line 354, assets/sass/styles.scss */
  .inner-end .container {
    z-index: 5; }
  /* line 357, assets/sass/styles.scss */
  .inner-end .hashtag {
    margin-bottom: 80px; }

/* line 362, assets/sass/styles.scss */
.shared {
  width: 100%;
  margin-bottom: 20px; }
  /* line 365, assets/sass/styles.scss */
  .shared span {
    color: #fff;
    font-size: 26px;
    display: block;
    margin-bottom: 20px; }
  /* line 371, assets/sass/styles.scss */
  .shared .facebook,
  .shared .whatsapp,
  .shared .twitter,
  .shared .linkedin {
    color: #fff; }

/* line 379, assets/sass/styles.scss */
.play-again {
  width: 100%;
  margin-bottom: 50%; }
  /* line 382, assets/sass/styles.scss */
  .play-again span {
    font-size: 22px;
    display: block;
    padding-bottom: 20px; }
  /* line 387, assets/sass/styles.scss */
  .play-again a {
    text-decoration: none;
    color: #fff; }
  /* line 391, assets/sass/styles.scss */
  .play-again .icon {
    display: block;
    font-size: 53px;
    line-height: 53px; }

/* line 398, assets/sass/styles.scss */
.redes li.li_whatsapp {
  display: none; }

/* line 402, assets/sass/styles.scss */
.shared li.li_whatsapp {
  display: none; }

/* line 407, assets/sass/styles.scss */
.mobile .redes li.li_whatsapp {
  display: block; }

/* line 410, assets/sass/styles.scss */
.mobile .shared li.li_whatsapp {
  display: block; }

/* line 413, assets/sass/styles.scss */
.mobile .tubular-play {
  display: none; }

/* line 418, assets/sass/styles.scss */
.container {
  max-width: 500px;
  margin: 0 auto; }

/* line 423, assets/sass/styles.scss */
.play-mobile {
  position: absolute;
  left: 53%;
  top: 65%;
  margin: -30px;
  color: #fff;
  text-decoration: none;
  font-size: 60px; }

/* line 433, assets/sass/styles.scss */
.fonte {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2em; }
  /* line 437, assets/sass/styles.scss */
  .fonte p {
    margin-top: 5px; }

/* line 442, assets/sass/styles.scss */
.opcao-mobile {
  background: #f05d21 url("../../images/capa-mobile-full.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%; }

/* line 449, assets/sass/styles.scss */
.faq {
  padding: 0 15px;
  text-align: left; }

/* line 455, assets/sass/styles.scss */
.fake-ou-verdade h2 {
  display: inline-block;
  color: #f05d21;
  padding: 10px 25px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 20px; }
  /* line 463, assets/sass/styles.scss */
  .fake-ou-verdade h2 br {
    display: none; }

/* line 467, assets/sass/styles.scss */
.fake-ou-verdade a {
  color: #f05d21;
  text-decoration: none; }
  /* line 470, assets/sass/styles.scss */
  .fake-ou-verdade a:hover, .fake-ou-verdade a:focus {
    text-decoration: underline; }

/* line 476, assets/sass/styles.scss */
.fake-ou-verdade .accordeon .single-accordeon {
  margin-bottom: 25px; }
  /* line 479, assets/sass/styles.scss */
  .fake-ou-verdade .accordeon .single-accordeon.active h3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  /* line 484, assets/sass/styles.scss */
  .fake-ou-verdade .accordeon .single-accordeon h3 {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.2em;
    padding: 25px 30px;
    background-color: #f05d21;
    display: block;
    border-radius: 5px;
    cursor: pointer; }
    /* line 493, assets/sass/styles.scss */
    .fake-ou-verdade .accordeon .single-accordeon h3 > .highlight-number {
      color: #ffc600;
      margin-right: 10px; }
  /* line 498, assets/sass/styles.scss */
  .fake-ou-verdade .accordeon .single-accordeon .content {
    display: none;
    text-align: left;
    padding: 20px 40px;
    font-size: 20px;
    word-break: keep-all;
    background-color: #ffffff;
    color: #555555;
    border: solid 2px #f05d21;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    /* line 510, assets/sass/styles.scss */
    .fake-ou-verdade .accordeon .single-accordeon .content p {
      line-height: 1.2em;
      margin-bottom: 15px; }
    /* line 514, assets/sass/styles.scss */
    .fake-ou-verdade .accordeon .single-accordeon .content a {
      color: #fff; }

/*# sourceMappingURL=../../sass */