.center {
  padding: 0px; }

@-webkit-keyframes arrow-down {
  0% {
    background-position: center 0px; }
  80% {
    background-position: center 0px; }
  90% {
    background-position: center 9px; }
  100% {
    background-position: center 0px; } }

@keyframes arrow-down {
  0% {
    background-position: center 0px; }
  80% {
    background-position: center 0px; }
  90% {
    background-position: center 9px; }
  100% {
    background-position: center 0px; } }

.btn-down {
  position: fixed;
  width: 30px;
  height: 23px;
  display: inline-block;
  left: 50%;
  top: 60vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../images/svg/down.svg");
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  cursor: pointer;
  -webkit-animation: arrow-down  3s ease-in-out infinite;
          animation: arrow-down  3s ease-in-out infinite; }
  @media screen and (min-width: 992px) {
    .btn-down {
      width: 52px;
      height: 48px;
      bottom: 0px;
      top: auto; } }

#sidenav {
  position: fixed;
  right: 34px;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9997; }
  #sidenav.scrolled a {
    border: 1px solid #931854; }
    #sidenav.scrolled a.active, #sidenav.scrolled a:hover {
      background-color: #931854; }
  @media screen and (min-width: 1190px) {
    #sidenav {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  #sidenav a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ffffff; }
    #sidenav a.active, #sidenav a:hover {
      background-color: #ffffff; }
    #sidenav a:first-child {
      margin-top: 0px; }

#placement {
  color: #CCC;
  text-align: right;
  font-size: 15px;
  padding: 10px; }

#home .description.internal {
  display: none; }
  #home .description.internal p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    margin-top: 19px;
    color: #ffffff; }
  @media screen and (min-width: 992px) {
    #home .description.internal {
      display: block;
      position: relative;
      z-index: 2;
      opacity: 0; }
      #home .description.internal.video-ended {
        opacity: 1; }
        #home .description.internal.video-ended:not(.no-transition) {
          -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
          -webkit-transition-delay: 0.55s;
                  transition-delay: 0.55s; } }

#home .description.external {
  position: absolute;
  top: calc(60vh + 40px);
  display: block; }
  #home .description.external p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    margin-top: 19px;
    color: #931854;
    padding: 0 20px; }
  @media screen and (min-width: 992px) {
    #home .description.external {
      display: none; } }

#home #intro {
  width: 100%;
  height: 60vh;
  top: 0;
  background-color: #a01a62;
  color: #ffffff;
  position: relative;
  margin-top: -21px;
  -webkit-clip-path: url("#clipMaskMobile");
  clip-path: url("#clipMaskMobile");
  /*h1 + p
		{
			margin-top: calc(100vh + 24px);
			color: $c-magenta;

			@include bp($s-md) 
			{
				margin-top: 24px;
				color: $c-white;
			}

			@include bp($s-lg) 
			{
				margin-top: 64px;
			}
		}

		p
		{
			font-family: 'Montserrat';
			font-weight:400;
			font-size: 15px;
			margin-top: 19px;
			color: $c-magenta;

			@include bp($s-md) 
			{
				font-size: 15px;
				margin-top: 19px;
				color: $c-white;
			}

			@include bp($s-lg) 
			{
				font-size: 20px;
				margin-top: 24px;
				color: $c-white;
			}
		}*/ }
  #home #intro #intro-video-container {
    width: auto;
    height: 60vh;
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    #home #intro #intro-video-container:after {
      position: absolute;
      top: 0%;
      left: 0;
      width: 100%;
      height: calc(100% + 80px);
      -webkit-box-shadow: inset 0px 20px 35px 25px #A01A62;
              box-shadow: inset 0px 20px 35px 25px #A01A62;
      content: ''; }
    @media screen and (min-width: 468px) {
      #home #intro #intro-video-container {
        height: 60vh;
        top: 0px; } }
    @media screen and (min-width: 992px) {
      #home #intro #intro-video-container {
        height: 100vh; } }
    #home #intro #intro-video-container.video-ended {
      right: -70px;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      #home #intro #intro-video-container.video-ended:not(.no-transition) {
        -webkit-transition: all 1.55s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: all 1.55s cubic-bezier(0.65, 0.05, 0.36, 1); }
      @media screen and (min-width: 468px) {
        #home #intro #intro-video-container.video-ended {
          right: -100px; } }
      @media screen and (min-width: 992px) {
        #home #intro #intro-video-container.video-ended {
          right: -180px; } }
      @media screen and (min-width: 1190px) {
        #home #intro #intro-video-container.video-ended {
          right: -200px; } }
    #home #intro #intro-video-container video {
      -o-object-fit: contain;
         object-fit: contain;
      position: relative;
      bottom: 0;
      width: auto;
      height: calc(100% + 10px);
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  @media screen and (min-width: 992px) {
    #home #intro {
      min-height: 900px;
      -webkit-clip-path: url("#clipMask");
      clip-path: url("#clipMask"); } }
  @media screen and (min-width: 1440px) {
    #home #intro {
      min-height: 900px;
      -webkit-clip-path: url("#clipMaskLarge");
      clip-path: url("#clipMaskLarge"); } }
  #home #intro .position-holder {
    width: 100%;
    height: 60vh;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    #home #intro .position-holder.moveable {
      position: absolute; }
  @media screen and (min-width: 992px) {
    #home #intro {
      height: 100vh; }
      #home #intro .position-holder {
        height: 100vh; } }
  #home #intro .wrap {
    height: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    @media screen and (min-width: 992px) {
      #home #intro .wrap > div {
        margin-top: 20%; } }
  @media screen and (min-width: 992px) and (orientation: portrait) {
    #home #intro .wrap > div {
      margin-top: 50%; } }
    #home #intro .wrap h1 {
      font-size: 44px;
      line-height: 1.1em;
      font-family: 'nocturne-serif';
      z-index: 2;
      position: absolute;
      top: 55%;
      opacity: 0; }
      #home #intro .wrap h1.video-ended {
        opacity: 1; }
        #home #intro .wrap h1.video-ended:not(.no-transition) {
          -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
          -webkit-transition-delay: 0.55s;
                  transition-delay: 0.55s; }
      @media screen and (min-width: 468px) {
        #home #intro .wrap h1 {
          font-size: 65px; } }
      @media screen and (min-width: 992px) {
        #home #intro .wrap h1 {
          /*position: relative;
					top: auto;
					margin-top: 180px;*/ } }
      @media screen and (min-width: 1190px) {
        #home #intro .wrap h1 {
          line-height: 1em;
          font-size: 100px;
          /*position: relative;
					margin-top: 160px;*/ } }
      @media screen and (min-width: 1920px) {
        #home #intro .wrap h1 {
          font-size: 120px; } }

@media screen and (orientation: portrait) and (min-width: 992px) {
  #home #intro .wrap h1 {
    position: relative;
    top: auto; } }

@media screen and (orientation: landscape) and (min-width: 992px) {
  #home #intro .wrap h1 {
    position: relative;
    top: auto; } }
  #home #intro #intro-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    height: 100%;
    width: auto;
    /*position: absolute;
			bottom: 0px;
			z-index: 1;
			width: 100%;
			overflow-x: hidden;

			img
			{
				margin-left: 0px;
				width: 130%;
			}

			@include bp($s-sm) 
			{
				width: auto;
				right: 0px;

				img
				{
					width: 500px;
					margin-left: 0px;
				}
			}

			@include bp($s-lg) 
			{
				width: auto;
				right: 0px;
				// right: calc((100vw - 1366px) / 2)
				// TODO: descomentar quando tivermos a imagem sem cortes

				img
				{
					width: 550px;
					margin-left: 0px;
				}
			}

			@include bp($s-xxl) 
			{
				width: auto;
				right: 0px;
				// right: calc((100vw - 1366px) / 2)
				// TODO: descomentar quando tivermos a imagem sem cortes

				img
				{
					width: 650px;
					margin-left: 0px;
				}
			}*/ }
    #home #intro #intro-image img {
      width: auto;
      height: 85%;
      max-height: 990px;
      -webkit-transition: height 0.1s ease ease-in-out;
      transition: height 0.1s ease ease-in-out; }
      @media screen and (orientation: portrait) {
        #home #intro #intro-image img {
          height: 75%; } }

#home #supporters {
  padding-top: 20px;
  min-height: 100vh; }
  @media screen and (min-width: 992px) {
    #home #supporters {
      padding-top: 0; } }
  #home #supporters .anchor-background {
    padding-top: 1em; }
  #home #supporters .pre-section {
    max-width: 780px; }
    #home #supporters .pre-section > h2 {
      margin-bottom: 36px;
      margin-top: 36px; }
      @media screen and (min-width: 992px) {
        #home #supporters .pre-section > h2 {
          margin-bottom: 0;
          margin-bottom: 80px; } }
  #home #supporters li p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    margin-top: 19px;
    color: #931854; }
    @media screen and (min-width: 992px) {
      #home #supporters li p {
        font-size: 20px;
        margin-top: 19px;
        color: #ffffff; } }
    @media screen and (min-width: 1190px) {
      #home #supporters li p {
        font-size: 20px;
        margin-top: 24px;
        color: #ffffff; } }
  #home #supporters .btn {
    margin-top: 80px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #home #supporters .card:first-of-type {
    margin-top: 170px; }
  @media screen and (min-width: 0) and (max-width: 679px) {
    #home #supporters .card.col-sm-offset-3 {
      margin-left: 0 !important; } }
  @media screen and (min-width: 680px) and (max-width: 991px) {
    #home #supporters .card.col-sm-offset-3 {
      margin-left: 100%;
      -webkit-transform: translateX(-100%) !important;
              transform: translateX(-100%) !important; } }

#home #counter h2 + p {
  margin-top: 36px; }
  @media screen and (min-width: 992px) {
    #home #counter h2 + p {
      margin-top: 80px; } }

#home #counter #counter-container {
  position: relative; }
  #home #counter #counter-container #counter-success {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(60, 33, 10, 0.16);
            box-shadow: 0 3px 20px 0 rgba(60, 33, 10, 0.16);
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none; }
    @media screen and (min-width: 468px) {
      #home #counter #counter-container #counter-success {
        width: 600px;
        padding: 32px 80px 32px 80px; } }
    #home #counter #counter-container #counter-success.always-on {
      position: relative;
      display: block;
      margin: 3rem auto 0;
      -webkit-transform: none;
              transform: none;
      left: initial;
      top: initial; }
      #home #counter #counter-container #counter-success.always-on #counter-success-close, #home #counter #counter-container #counter-success.always-on #counter-success-title {
        display: none; }
    #home #counter #counter-container #counter-success #counter-success-close {
      width: 34px;
      height: 34px;
      background-color: #931854;
      border-radius: 34px;
      position: absolute;
      right: -17px;
      top: -17px;
      background-image: url("../../images/svg/close.svg");
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #home #counter #counter-container #counter-success #counter-success-close:hover {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background-color: #7d1447; }
    #home #counter #counter-container #counter-success #counter-success-title {
      font-family: 'nocturne-serif';
      font-size: 23px;
      line-height: 1.25em;
      margin-bottom: 25px; }
    #home #counter #counter-container #counter-success #counter-success-share {
      margin-top: 30px; }
      #home #counter #counter-container #counter-success #counter-success-share .share {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        margin-left: 17px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: relative; }
        #home #counter #counter-container #counter-success #counter-success-share .share a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
        #home #counter #counter-container #counter-success #counter-success-share .share:first-child {
          margin-left: 0px; }
        #home #counter #counter-container #counter-success #counter-success-share .share--facebook {
          background-color: #3A449D;
          background-image: url("../../images/svg/ic_facebook.svg");
          background-size: 65%; }
          #home #counter #counter-container #counter-success #counter-success-share .share--facebook:hover {
            background-color: #2c3478; }
        #home #counter #counter-container #counter-success #counter-success-share .share--linkedin {
          background-color: #0E9CCB;
          background-image: url("../../images/svg/ic_linkedin.svg"); }
          #home #counter #counter-container #counter-success #counter-success-share .share--linkedin:hover {
            background-color: #0b779b; }
        #home #counter #counter-container #counter-success #counter-success-share .share--copy {
          background-color: #5B3D6A;
          background-image: url("../../images/svg/ic_copy.svg");
          background-size: 60%;
          overflow: hidden; }
          #home #counter #counter-container #counter-success #counter-success-share .share--copy:hover {
            background-color: #3f2a4a; }
          #home #counter #counter-container #counter-success #counter-success-share .share--copy.copied {
            background-color: #76b871; }
            #home #counter #counter-container #counter-success #counter-success-share .share--copy.copied:hover {
              background-color: #76b871; }
          #home #counter #counter-container #counter-success #counter-success-share .share--copy input {
            opacity: 0;
            position: absolute;
            pointer-events: none; }
    #home #counter #counter-container #counter-success #counter-success-description {
      font-size: 18px;
      line-height: 1.25em;
      font-weight: 600; }
  #home #counter #counter-container #counter-odometer {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    #home #counter #counter-container #counter-odometer.closed {
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      pointer-events: none;
      opacity: 0; }
    #home #counter #counter-container #counter-odometer #counter-vote {
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      #home #counter #counter-container #counter-odometer #counter-vote.hide {
        visibility: hidden; }
    #home #counter #counter-container #counter-odometer #counter-numbers {
      text-align: center;
      margin-top: 60px;
      width: 100%; }
      #home #counter #counter-container #counter-odometer #counter-numbers .odometer-inside {
        text-align: center; }
      #home #counter #counter-container #counter-odometer #counter-numbers .odometer-formatting-mark {
        display: none; }
      #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit {
        width: 55px;
        height: 78px;
        -webkit-box-shadow: 0 3px 20px 0 rgba(60, 33, 10, 0.16);
                box-shadow: 0 3px 20px 0 rgba(60, 33, 10, 0.16);
        display: inline-block;
        border-radius: 10px;
        margin-left: 6px;
        font-family: 'nocturne-serif';
        font-size: 53px;
        line-height: 1.55em;
        text-align: center;
        background-color: #ffffff; }
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit:first-of-type {
          display: none; }
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit .odometer-digit-inner,
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit .odometer-ribbon,
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit .odometer-value,
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit .odometer-last-value,
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit .odometer-first-value {
          width: 100%;
          text-align: center !important; }
        @media screen and (min-width: 468px) {
          #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit {
            width: 80px;
            height: 120px;
            margin-left: 10px;
            font-size: 77px; }
            #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit:first-of-type {
              display: inline-block; } }
        #home #counter #counter-container #counter-odometer #counter-numbers .odometer-digit:first-child {
          margin-left: 10px; }
    #home #counter #counter-container #counter-odometer #counter-description {
      margin-top: 30px;
      font-family: 'nocturne-serif';
      font-size: 20px;
      line-height: 1.25em;
      text-align: center; }
      @media screen and (min-width: 468px) {
        #home #counter #counter-container #counter-odometer #counter-description {
          font-size: 25px;
          line-height: 1.25em; } }
    #home #counter #counter-container #counter-odometer .btn {
      margin-top: 80px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

#home #scholarship h2 {
  font-size: 44px;
  line-height: 1.1em; }
  #home #scholarship h2 br {
    display: none; }
  @media screen and (min-width: 468px) {
    #home #scholarship h2 {
      line-height: 1em;
      font-size: 65px; } }
  @media screen and (min-width: 992px) {
    #home #scholarship h2 br {
      display: initial; } }
  @media screen and (min-width: 1190px) {
    #home #scholarship h2 {
      font-size: 100px; } }

#home #scholarship h2 + p {
  margin-top: 36px; }
  @media screen and (min-width: 992px) {
    #home #scholarship h2 + p {
      margin-top: 80px; } }

#home #scholarship .btn {
  margin-top: 80px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
