.selecao-idioma {
  position: absolute;
  bottom: 1.4em;
  left: 100px;
  z-index: 1;
  width: calc(100% - 200px);
  text-align: center;
}

body {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1rem;
  color: #1e193a;
}

body::before {
  display: none;
}

body::after {
  background: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.margin-t-1 {
  margin-top: 1rem;
}

.margin-t-1-5 {
  margin-top: 1.5rem;
}

.margin-t-2 {
  margin-top: 2rem;
}

.margin-t-2-5 {
  margin-top: 2.5rem;
}

.margin-t-3 {
  margin-top: 3rem;
}

.margin-t-3-5 {
  margin-top: 3.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.blocker {
  z-index: 1022;
}

#wrapper {
  box-shadow: none;
}

#wrapper::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 5rem solid #ffffff !important;
  border-right: 5rem solid transparent;
  width: 0;
}

.color5 {
  background: rgba(39, 132, 146, 1);
  background: -moz-linear-gradient(
    left,
    rgba(39, 132, 146, 1) 0%,
    rgba(39, 132, 146, 1) 27%,
    rgba(39, 129, 147, 1) 51%,
    rgba(40, 123, 150, 1) 77%,
    rgba(42, 112, 155, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(39, 132, 146, 1)),
    color-stop(27%, rgba(39, 132, 146, 1)),
    color-stop(51%, rgba(39, 129, 147, 1)),
    color-stop(77%, rgba(40, 123, 150, 1)),
    color-stop(100%, rgba(42, 112, 155, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(39, 132, 146, 1) 0%,
    rgba(39, 132, 146, 1) 27%,
    rgba(39, 129, 147, 1) 51%,
    rgba(40, 123, 150, 1) 77%,
    rgba(42, 112, 155, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(39, 132, 146, 1) 0%,
    rgba(39, 132, 146, 1) 27%,
    rgba(39, 129, 147, 1) 51%,
    rgba(40, 123, 150, 1) 77%,
    rgba(42, 112, 155, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(39, 132, 146, 1) 0%,
    rgba(39, 132, 146, 1) 27%,
    rgba(39, 129, 147, 1) 51%,
    rgba(40, 123, 150, 1) 77%,
    rgba(42, 112, 155, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(39, 132, 146, 1) 0%,
    rgba(39, 132, 146, 1) 27%,
    rgba(39, 129, 147, 1) 51%,
    rgba(40, 123, 150, 1) 77%,
    rgba(42, 112, 155, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#278492', endColorstr='#2a709b', GradientType=1);
}

.color6 {
  background: rgba(55, 121, 135, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(55, 121, 135, 1)),
    color-stop(27%, rgba(86, 154, 167, 1)),
    color-stop(64%, rgba(135, 196, 193, 1)),
    color-stop(100%, rgba(232, 236, 211, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#377987', endColorstr='#e8ecd3', GradientType=1);
}

.color7 {
  background: rgba(232, 236, 211, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(232, 236, 211, 1)),
    color-stop(36%, rgba(135, 196, 193, 1)),
    color-stop(73%, rgba(86, 154, 167, 1)),
    color-stop(100%, rgba(55, 121, 135, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8ecd3', endColorstr='#377987', GradientType=1);
}

.color8 {
  background: rgba(55, 121, 135, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(55, 121, 135, 1)),
    color-stop(27%, rgba(86, 154, 167, 1)),
    color-stop(64%, rgba(135, 196, 193, 1)),
    color-stop(100%, rgba(232, 236, 211, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#377987', endColorstr='#e8ecd3', GradientType=1);
}

.color9 {
  background: rgba(232, 236, 211, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(232, 236, 211, 1)),
    color-stop(36%, rgba(135, 196, 193, 1)),
    color-stop(73%, rgba(86, 154, 167, 1)),
    color-stop(100%, rgba(55, 121, 135, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(232, 236, 211, 1) 0%,
    rgba(135, 196, 193, 1) 36%,
    rgba(86, 154, 167, 1) 73%,
    rgba(55, 121, 135, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8ecd3', endColorstr='#377987', GradientType=1);
}

.color10 {
  background: rgba(55, 121, 135, 1);
  background: -moz-linear-gradient(
    left,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(55, 121, 135, 1)),
    color-stop(27%, rgba(86, 154, 167, 1)),
    color-stop(64%, rgba(135, 196, 193, 1)),
    color-stop(100%, rgba(232, 236, 211, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 27%,
    rgba(135, 196, 193, 1) 64%,
    rgba(232, 236, 211, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#377987', endColorstr='#e8ecd3', GradientType=1);
}

.color11 {
  background: rgba(55, 121, 135, 1);
  background: -moz-linear-gradient(
    top,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 15%,
    rgba(185, 212, 211, 1) 45%,
    rgba(254, 255, 247, 1) 75%,
    rgba(254, 255, 247, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(55, 121, 135, 1)),
    color-stop(15%, rgba(86, 154, 167, 1)),
    color-stop(45%, rgba(185, 212, 211, 1)),
    color-stop(75%, rgba(254, 255, 247, 1)),
    color-stop(100%, rgba(254, 255, 247, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 15%,
    rgba(185, 212, 211, 1) 45%,
    rgba(254, 255, 247, 1) 75%,
    rgba(254, 255, 247, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 15%,
    rgba(185, 212, 211, 1) 45%,
    rgba(254, 255, 247, 1) 75%,
    rgba(254, 255, 247, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 15%,
    rgba(185, 212, 211, 1) 45%,
    rgba(254, 255, 247, 1) 75%,
    rgba(254, 255, 247, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(55, 121, 135, 1) 0%,
    rgba(86, 154, 167, 1) 15%,
    rgba(185, 212, 211, 1) 45%,
    rgba(254, 255, 247, 1) 75%,
    rgba(254, 255, 247, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#377987', endColorstr='#fefff7', GradientType=0);
}

.color12 {
  background: rgb(103, 52, 93);
  background: -webkit-linear-gradient(
    top left,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: -moz-linear-gradient(
    top left,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: -o-linear-gradient(
    top left,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: linear-gradient(
    to bottom right,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
}

.color13 {
  background: rgb(72, 46, 91);
  background: -webkit-linear-gradient(
    218deg,
    rgba(72, 46, 91, 1) 0%,
    rgba(94, 49, 92, 1) 50%,
    rgba(131, 55, 94, 1) 100%
  );
  background: -moz-linear-gradient(
    218deg,
    rgba(72, 46, 91, 1) 0%,
    rgba(94, 49, 92, 1) 50%,
    rgba(131, 55, 94, 1) 100%
  );
  background: -o-linear-gradient(
    218deg,
    rgba(72, 46, 91, 1) 0%,
    rgba(94, 49, 92, 1) 50%,
    rgba(131, 55, 94, 1) 100%
  );
  background: linear-gradient(
    308deg,
    rgba(72, 46, 91, 1) 0%,
    rgba(94, 49, 92, 1) 50%,
    rgba(131, 55, 94, 1) 100%
  );
}

.color14 {
  background: rgb(103, 52, 93);
  background: -webkit-linear-gradient(
    220deg,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: -moz-linear-gradient(
    220deg,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: -o-linear-gradient(
    220deg,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
  background: linear-gradient(
    310deg,
    rgba(103, 52, 93, 1) 0%,
    rgba(117, 55, 94, 1) 50%,
    rgba(199, 82, 142, 1) 100%
  );
}

.color0-2020 {
  background: rgb(155, 210, 210);
}

.color1-2020 {
  background: rgb(155, 210, 210);
  background: linear-gradient(
    180deg,
    rgba(155, 210, 210, 1) 0%,
    rgba(30, 25, 58, 1) 100%
  );
}

.color2-2020 {
  background: rgb(155, 210, 210);
  background: linear-gradient(
    130deg,
    rgba(155, 210, 210, 1) 0%,
    rgba(30, 25, 58, 1) 100%
  );
}

.color3-2020 {
  background: rgb(155, 210, 210);
  background: linear-gradient(
    220deg,
    rgba(155, 210, 210, 1) 0%,
    rgba(30, 25, 58, 1) 100%
  );
}

.color4-2020 {
  background: rgb(155, 210, 210);
  background: radial-gradient(
    circle,
    rgba(155, 210, 210, 1) 0%,
    rgba(30, 25, 58, 1) 100%
  );
}

.color5-2020 {
  background: #5a9776;
}

.logo-celer {
  max-height: 3.5rem !important;
}

.box {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-top: 40px;
  text-align: center;
}

.box > .links {
  display: flex;
  justify-content: space-evenly;
}

.box > .links strong {
  font-weight: 700;
}

.font-ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.panel:not(:last-child) {
  border-right: 1px solid #fff;
}

.panel > .content {
  justify-content: flex-start !important;
}

.font-color1 {
  color: #1e193a;
}

.font-color2 {
  color: #023a5b;
}

.font-color3 {
  color: #163535;
}

.font-color4 {
  color: #1e193a;
}

.logo {
  position: absolute;
  top: 2rem;
  z-index: 1;
}

/* .logo.left {
    left: -5.7rem;
    display: flex;
    align-items: center;
} */

.logo.right {
  right: -5.8rem;
}

.logo img {
  width: 11rem;
}

.logo span {
  position: relative;
}

.logo-transparente {
  position: absolute;
  top: 2rem;
}

.logo-transparente img {
  width: 8rem;
}

.logo-transparente .apoio {
  position: absolute;
  bottom: -27px;
  left: 0;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
}

/* .logo::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.75rem;
    width: 8.5rem;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, 0.25);
} */

.logo .text,
.logo-transparente .text {
  transform: rotate(270deg);
  border-bottom: 1px solid #1e193a;
  width: 7em;
  text-align: center;
  font-size: 1.3em;
  position: absolute;
  right: -4.5em;
  bottom: 2.2em;
}

.logo-transparente .text {
  border-bottom: 0;
  font-size: 0.1em;
  bottom: 0.7em;
  border-top: 1px solid #fff;
  width: 4.7em;
  color: #fff;
  right: -3.8em;
  opacity: 0.5;
}

.panel > .content {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-bottom: 3.5rem !important;
  display: block !important;
}

.panel.slide1 > .content {
  padding-top: 11.5rem;
}

/* .panel.slide2 > .content, */

.panel.slide3 > .content {
  padding-top: 8.5rem;
}

.panel.slide4 > .content,
.panel.slide5 > .content,
.panel.slide6 > .content {
  padding-top: 6.5rem;
}

.panel.slide2 {
  position: relative;
  /* height: calc(100% + 1px); */
}

.panel.slide2 .barra-navegacao {
  /* bottom: calc(1rem + 1px); */
}

.btn-submit {
  box-shadow: none;
  border: solid 2px rgba(0, 132, 148, 0.5);
  color: #008494 !important;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}

.btn-submit:hover {
  border-color: #005678 !important;
  color: #005678 !important;
  box-shadow: none;
}

.major::after {
  display: none !important;
}

h2 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.bc-hashtag-mobile > div {
  display: flex;
  align-items: center;
}

.bc-hashtag-mobile {
  display: none;
}

.bc-hashtag-mobile img {
  margin-right: 10px;
  width: 50px;
}

.bc-hashtag-mobile a {
  text-transform: uppercase;
}

h2.destaque {
  letter-spacing: 0.02rem;
  position: relative;
}

h2.destaque span.texto {
  border: 1px solid #1e193a;
  border-left: 0;
  border-right: 0;
  padding: 0.2rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}

h2.destaque .big {
  margin-left: 0.5rem;
  position: absolute;
}

h2.destaque span.big {
  top: -1.2rem;
  font-size: 4rem;
}

h2.destaque.regulamento img.big {
  top: 0;
}

h2.destaque img.big {
  width: 2.2rem;
  top: 0.8rem;
  margin-left: 0.8rem;
}

.container-video {
  height: 15rem;
  position: relative;
  top: -4rem;
  right: 1rem;
}

.container-video .icon-play {
  width: 7rem;
}

.no-border-b {
  border-bottom: none !important;
}

.no-decoration {
  border: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.slide2 h2.destaque {
  margin-bottom: 2rem;
  text-align: center;
}

/* .panel:not(.slide2):not(.slide3) h2.destaque span.texto {
    border-top: none;
} */

.panel .line {
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 9rem;
  left: 0;
}

.slide4 .line {
  width: 38rem;
  left: auto;
  right: 0;
}

.slide4 .barra-navegacao {
  background: #edf4ee;
}

.slide6 .line {
  width: 20rem;
}

.slide6 .descricao {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.barra-navegacao {
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(134, 174, 204, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(134, 174, 204, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(134, 174, 204, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(134, 174, 204, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(134, 174, 204, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(134, 174, 204, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#86aecc', GradientType=1);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}

.barra-navegacao.bg-inverse {
  background: rgba(134, 174, 204, 0);
  background: -moz-linear-gradient(
    left,
    rgba(134, 174, 204, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(134, 174, 204, 0)),
    color-stop(100%, rgba(255, 255, 255, 0.5))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(134, 174, 204, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(134, 174, 204, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(134, 174, 204, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(134, 174, 204, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#ffffff', GradientType=1);
}

.barra-navegacao .button {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 0;
  transition: all 0.5s;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.barra-navegacao .button.proximo {
  position: absolute;
  right: 2rem;
}

.barra-navegacao .button.anterior {
  position: absolute;
  left: 2rem;
}

.barra-navegacao .button span {
  font-size: 2.5rem;
  letter-spacing: -0.3rem;
  display: flex;
  align-items: center;
  height: 2.5rem;
}

.barra-navegacao .button.proximo .icon {
  color: #278392;
}

.barra-navegacao .button.proximo .icon:nth-child(1) {
  opacity: 0.2;
}

.barra-navegacao .button.proximo .icon:nth-child(2) {
  opacity: 0.5;
}

.barra-navegacao .button.proximo .icon:nth-child(3) {
  opacity: 0.8;
}

.barra-navegacao .button.anterior .icon {
  color: #278392;
}

.barra-navegacao .button.anterior .icon:nth-child(1) {
  opacity: 0.8;
}

.barra-navegacao .button.anterior .icon:nth-child(2) {
  opacity: 0.5;
}

.barra-navegacao .button.anterior .icon:nth-child(3) {
  opacity: 0.2;
}

.barra-navegacao .button.font-color1 .icon {
  color: #fff;
}

.barra-navegacao .button.proximo:hover {
  right: 1.5rem;
}

.barra-navegacao .button.anterior:hover {
  left: 1.5rem;
}

.text-uppercase {
  text-transform: uppercase;
}

form > div:not(.buttons) {
  margin-bottom: 1rem;
}

.buttons {
  text-align: right;
}

.btn-contato {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 1;
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: solid 2px rgba(0, 132, 148, 0.5);
  color: #008494;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}

a {
  color: #005678;
}

a:hover {
  border-bottom-color: transparent;
  color: #00658d;
}

input::placeholder {
  color: #008494 !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #008494 !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #008494 !important;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #008494 !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #008494 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #005678;
}

/* .logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5rem;
}
.logos li {
    padding-left: 1rem;
    padding-right: 1rem;
}
.logos li:not(:last-child) {
    border-right: 1px solid #79ad9d;
    padding-left: 0;
}
.logos img {
    width: 8rem;
} */

.box-logos {
  background: rgba(255, 255, 255, 1);
  padding: 2.5rem 1.5rem 2.5rem;
  border-radius: 0.3rem;
}

.box-logos > div {
  display: flex;
  align-items: center;
}

.box-logos h3 {
  width: 190px;
  margin-right: 20px;
  margin-bottom: 0;
}

.box-logos .logos {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}

.box-logos .logos > div:not(:last-child) {
  margin-right: 1.5rem;
}

.box-logos > div:not(:last-child) {
  margin-bottom: 2em;
}

.box-logos .coordenacao img {
  max-height: 3.5rem;
}

.box-logos .parceiros img {
  max-height: 2.5rem;
  max-width: 10rem;
}

.logos-coordenacao.slide-apoiadores h3 {
  text-align: center;
}

.logos-coordenacao.slide-apoiadores .container {
  justify-content: center;
}

.logos-coordenacao {
  margin-top: 20px;
}

.logos-coordenacao h3 {
  margin-bottom: 10px;
}

.logos-coordenacao .container {
  display: flex;
  align-items: center;
}

.logos-coordenacao .container > div:not(:last-child) {
  margin-right: 20px;
}

.logos-coordenacao .logo-fenasbac {
  max-height: 30px;
}

.logos-coordenacao .logo-bc {
  max-height: 40px;
}

/* .box-logos img { transition: transform .2s ease; }
.box-logos img:hover { transform: scale(1.05); } */

.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0 0;
  padding: 0;
}

.timeline li {
  transition: all 200ms ease-in;
  padding: 0 0 0 2px;
  cursor: pointer;
}

.timeline .timestamp {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  transition: all 200ms ease-in;
  height: 54px;
  line-height: 1rem;
}

.timeline .date {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.timeline .status {
  padding: 0 3rem;
  position: relative;
  transition: all 200ms ease-in;
  border-top: 2px dotted #ddd;
}

.timeline .status::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  border-radius: 1rem;
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 0.8rem);
  transition: all 200ms ease-in;
}

.timeline .ativo {
}

.timeline .ativo .timestamp {
}

.timeline .ativo .status {
}

.timeline .ativo .status::before {
}

.timeline li.ativo .timestamp {
  color: #1e193a;
}

.timeline li.ativo .status {
  /* border-top-color: #19bbac; */
}

.timeline li.ativo .status::before {
  background-color: #19bbac;
  border: none;
  transition: all 200ms ease-in;
  width: 2rem;
  height: 2rem;
  top: -1.1rem;
  left: calc(50% - 1.05rem);
}

.eventos-timeline {
  margin-top: 3rem;
  position: relative;
}

.eventos-timeline .evento {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 1.5rem;
  border-radius: 0.3rem;
  width: 100%;
}

.eventos-timeline h3 {
  margin-bottom: 0.3rem;
}

.eventos-timeline em {
}

.eventos-timeline p {
  margin-bottom: 0;
}

.box-padrao {
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 0.3rem;
}

.temas {
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  border-radius: 0.3rem;
  width: 50%;
  margin: auto;
}

.temas p {
  margin: 2rem 2rem 0;
}

.temas > div {
  display: flex;
  justify-content: center;
}

.temas > div:first-child {
  margin-bottom: 1.2rem;
}

.temas a {
  border: none;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
}

.temas img {
  height: 4rem;
  max-width: 100%;
}

.temas .pilar {
  position: relative;
  width: 50%;
  height: 4rem;
}

.temas .pilar:first-child {
  width: calc(50% - 0.5rem);
  margin-right: 1.2rem;
}

.temas > div:nth-child(1) > .pilar:nth-child(1) a,
.temas > div:nth-child(2) > .pilar:nth-child(1) a {
  right: 0;
}

.temas > div:nth-child(1) > .pilar:nth-child(2) a,
.temas > div:nth-child(2) > .pilar:nth-child(2) a {
  left: 0;
}

.temas > div:nth-child(1) > .pilar:nth-child(1) a:hover {
  transform: translate(-5px, -5px);
  -webkit-transform: translate(-5px, -5px);
}

.temas > div:nth-child(1) > .pilar:nth-child(2) a:hover {
  transform: translate(5px, -5px);
  -webkit-transform: translate(5px, -5px);
}

.temas > div:nth-child(2) > .pilar:nth-child(1) a:hover {
  transform: translate(-5px, 5px);
  -webkit-transform: translate(-5px, 5px);
}

.temas > div:nth-child(2) > .pilar:nth-child(2) a:hover {
  transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
}

.bc-hashtag {
  width: 90%;
  height: 70%;
  padding: 20px;
  display: flex;
  justify-content: stretch;
  background: #fff;
  border-radius: 0.3rem;
  margin: auto;
}

.bc-hashtag .item2 {
  position: relative;
  right: -25px;
}

.bc-hashtag .item3 {
  position: relative;
  left: -25px;
}

.bc-hashtag > .content-bchashtag {
  background-image: url("../../img/bg_bchashtag.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bc-hashtag > .content-bchashtag2 {
  background-image: url("../../img/dimensoes_bc_v2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
}

.bc-hashtag > .content-bchashtag2 a {
  flex-grow: 1;
  width: 100%;
  text-indent: -9999px;
}

.content-bchashtag > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15%;
  height: 31.5%;
}

.bc-hashtag a {
  color: #fff;
}

.logo-bchashtag {
  position: absolute;
  width: 130px;
  right: calc(50% - 75px);
  top: 40px;
}

.panel.slide-1 {
  background-image: url("../../img/3_card_01_bkg_lift_day.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 0;
}

.panel.slide-1 .header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  margin-bottom: 20px;
}

.panel.slide-1 > .content {
  padding-top: 2em;
}

.panel.slide-1 .vem-ai {
  width: 30%;
}

.panel.slide-1 .lift-day {
  width: 40%;
  /* margin: 0 auto;
        margin-top: -1em;
        margin-bottom: 1em; */
}

.panel.slide-1 .texto-apoio {
  font-size: 2em;
  margin-bottom: 0;
  width: 355px;
  text-align: right;
}

.panel.slide-1 .texto-apoio:before,
.panel.slide-1 .texto-apoio:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  float: right;
}

.panel.slide-1 .texto-apoio:before {
  width: 90%;
  margin-bottom: 12px;
}

.panel.slide-1 .texto-apoio:after {
  width: 80%;
  margin-top: 12px;
}

.panel.slide-1 .container {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.panel.slide-1 .container > p {
  font-size: 1.3em;
  line-height: 1.4em;
  /* text-align: justify; */
}

.panel.slide-1 .container > .date {
  position: relative;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: right;
  margin: 0 50% !important;
  width: 50%;
  margin-top: 40px !important;
}

.panel.slide-1 .container > .date > .first-line {
  display: flex;
  white-space: nowrap;
}

.panel.slide-1 .container > .date > .first-line > p {
  margin: 0 !important;
}

.panel.slide-1 .container > .date > .first-line > .line {
  position: relative;
  width: 100%;
  top: 0.7em;
  margin-right: 0.5em;
}

.panel.slide-1 .container > .date > p {
  margin: 0;
}

.panel.slide0 {
  background-image: url("../../img/3_card_02_bkg_lift_2019.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 0;
  /* margin-right: -1px; */
}

.panel > .content:before {
  content: "";
  display: block;
  width: 350px;
  height: 399px;
  background: url(../../img/bg_setas.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 80px;
  z-index: 1001;
}

.panel.slide0 .lift-2019 {
  margin-bottom: 2em;
  border: 1px solid #1e193a;
  border-left: 0;
  border-right: 0;
  padding: 0.5em 10px 0.8em;
  background: rgba(255, 255, 255, 0.1);
}

.panel.slide0 .lift-2019 h2 {
  margin-bottom: 0;
  font-size: 2.5em;
  letter-spacing: -1px;
}

.panel.slide0 .lift-2019 p {
  margin-bottom: 0;
  font-size: 1.5em;
}

.panel.slide0 > .content {
  /* padding-top: 10em; */
  padding-left: 6em !important;
  padding-right: 6em !important;
  /* overflow: hidden; */
}

.panel.slide0 > .content > p {
  text-align: justify;
}

.barra-navegacao,
.barra-navegacao {
  background-color: #fff !important;
  opacity: 0.2;
}

.barra-navegacao .button .icon,
.barra-navegacao .button .icon {
  color: rgb(0, 72, 104) !important;
}

.slide1 .inscricoes {
  margin-top: 3em;
  margin-bottom: 3.5em;
}

.slide1 .inscricoes h3 {
  margin-bottom: 0;
}

.slide1 .inscricoes p {
  margin-bottom: 0;
}

.slide-2 .logo-lift-day {
  text-align: center;
  margin-bottom: 10px;
}

.slide-2 .logo-lift-day > img {
  width: 12em;
}

.slide-2 .blocos {
  margin: 40px 0 20px;
}

.slide-2 h3 > small {
  font-size: 1rem;
  margin-left: 10px;
}

.slide-2 h3 a {
  color: #005678;
}

.slide-2 .box2 {
  background: rgba(255, 255, 255, 0.2);
  padding: 1em 1.5em;
  border-radius: 0.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.slide-2 .video-apresentacoes {
  display: flex;
  justify-content: space-evenly;
}

.slide-2 .video-apresentacoes > h3 {
  font-size: 1.1rem;
}

.main-video {
  margin-top: 1rem;
  height: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .box-logos h3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .box-logos > div {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .bc-hashtag {
    display: none;
  }
  .bc-hashtag-mobile {
    display: block;
  }
  .selecao-idioma {
    position: static;
    left: auto;
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  .logos-coordenacao .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos-coordenacao .container > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .logos-coordenacao .selecao-idioma {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
  .container-video {
    position: static;
    /* height: auto; */
    margin-bottom: 1rem;
  }
  .panel:not(.slide1):not(.slide3) > .content {
    padding-top: 2rem;
  }
  .slide4 .line,
  .slide5 .line,
  .slide6 .line {
    display: none;
  }
  h2.destaque img.big {
    top: -0.3rem;
  }
  form {
    margin: 0;
  }
  .panel.spotlight .content {
    min-height: auto;
  }
  .barra-navegacao {
    display: none;
  }
  .container-video {
    height: 20rem;
  }
  .logos {
    position: static;
  }
  .slide5 .content {
    padding-bottom: 15rem !important;
  }
  .btn-contato {
    right: 2.5rem;
    bottom: auto;
    margin-top: 1rem;
  }
  .panel.slide0 {
    margin-right: 0;
  }
  .panel.slide0 > .content {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .panel.slide-1 .header {
    margin-bottom: 50px;
  }
  .panel.slide-1 .container {
    padding: 0 !important;
  }
  .panel.slide-1 .vem-ai {
    width: 40%;
  }
  .panel.slide-1 .lift-day {
    margin-top: 0;
  }
  .panel.slide-1 .texto-apoio {
    font-size: 1.8em;
    width: auto;
  }
  .panel.slide-1 .container > .date {
    margin-top: 50px !important;
  }
  .panel.slide2 {
    position: static;
    height: auto;
  }
  .panel.slide2 .barra-navegacao {
    bottom: 1rem;
  }
  .panel.spotlight .content {
    background-image: none !important;
  }
  .logo-bchashtag {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .logo {
    top: -3.5rem;
  }
  .logo.left {
    left: calc(50% - 10rem);
    flex-direction: column;
    top: -5.5rem;
    align-items: flex-end;
    left: 2.6em;
  }
  .logo .text {
    transform: none;
    position: static;
  }
  .logo.right {
    left: calc(50% - 10rem);
    top: auto;
    right: auto;
    bottom: -4rem;
  }
  .panel.slide1 > .content {
    padding-top: 6rem;
  }
  .slide6 .content {
    padding-bottom: 7.5rem !important;
  }
  h2.destaque span.big {
    top: -1.5rem;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .panel.slide6 > .content {
    padding-top: 7.5rem !important;
  }
  .panel.slide6 .barra-navegacao {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .timeline {
    list-style-type: none;
    display: block;
  }
  .timeline li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
    margin-bottom: 0.5rem;
  }
  .timeline .timestamp {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .timeline .status {
    top: 1.8rem;
  }
  .eventos-timeline {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .main-video {
    margin-top: 1rem;
    height: auto;
    width: 110%;
  }
  .container-video {
    height: 10rem;
  }
  .slide5 .content {
    padding-bottom: 15rem !important;
  }
  .temas {
    width: 100%;
  }
  .temas > div:first-child {
    margin-bottom: 0.4rem;
  }
  .temas .pilar {
    height: 4rem;
  }
  /* .temas img {
        width: 9rem;
    } */
  /* .temas {
        padding: 0;
        border-radius: 0;
    }
    .temas > div {
        flex-direction: column;
    }
    .temas .pilar {
        width: 100% !important;
        text-align: center;
    }
    .temas a {
        position: static;
    }
    .temas > div:first-child {
        margin-bottom: 0;
    }
    .temas .pilar:first-child {
        margin-right: 0;
    } */
  .temas p {
    margin: 2rem 0 0;
  }
  .box-logos .logos {
    flex-direction: column;
    align-content: center;
  }
  .box-logos .logos > div {
    text-align: center;
  }
  .box-logos .logos > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .panel.slide-1 .header {
    flex-direction: column;
  }
  .panel.slide-1 .lift-day {
    width: 65%;
    margin-bottom: 20px;
  }
  .panel.slide-1 .container > .date {
    width: 80%;
    margin: 40px 0 40px 20% !important;
  }
}
