@font-face {
  font-family: 'fuel';
  src: url('/fonts/fuel.eot');
  src: url('/fonts/fuel.eot#iefix') format('embedded-opentype'),
    url('/fonts/fuel.ttf') format('truetype'),
    url('/fonts/fuel.woff') format('woff'),
    url('/fonts/fuel.svg#fuel') format('svg');
}

@keyframes box-anim {
	0% {
		transform: scale(1);
	}

	4% {
		transform: scale(1);
	}

	8% {
		transform: scale(1);
	}

	14% {
		transform: scale(1);
	}

	18% {
		transform: scale(1);
	}

	26% {
		transform: scale(1.01);
	}

	28% {
		transform: scale(1.01);
	}

	40% {
		transform: scale(0.98);
	}

	42% {
		transform: scale(0.98);
	}

	56% {
		transform: scale(1.05);
	}

	58% {
		transform: scale(1.04);
	}

	72% {
		transform: scale(0.87);
	}

	86% {
		transform: scale(1.37);
	}

	100% {
		transform: scale(0);
	}
}

/* @-moz-keyframes box-anim {
	0% {
		-moz-transform: scale(1);
	}

	16% {
		-moz-transform: scale(-0.32);
	}

	28% {
		-moz-transform: scale(0.13);
	}

	44% {
		-moz-transform: scale(-0.05);
	}

	59% {
		-moz-transform: scale(0.02);
	}

	73% {
		-moz-transform: scale(-0.01);
	}

	88% {
		-moz-transform: scale(0);
	}

	100% {
		-moz-transform: scale(0);
	}
}

@-webkit-keyframes box-anim {
	0% {
		-webkit-transform: scale(1);
	}

	16% {
		-webkit-transform: scale(-0.32);
	}

	28% {
		-webkit-transform: scale(0.13);
	}

	44% {
		-webkit-transform: scale(-0.05);
	}

	59% {
		-webkit-transform: scale(0.02);
	}

	73% {
		-webkit-transform: scale(-0.01);
	}

	88% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(0);
	}
}

@-o-keyframes box-anim {
	0% {
		-o-transform: scale(1);
	}

	16% {
		-o-transform: scale(-0.32);
	}

	28% {
		-o-transform: scale(0.13);
	}

	44% {
		-o-transform: scale(-0.05);
	}

	59% {
		-o-transform: scale(0.02);
	}

	73% {
		-o-transform: scale(-0.01);
	}

	88% {
		-o-transform: scale(0);
	}

	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes box-anim {
	0% {
		-ms-transform: scale(1);
	}

	16% {
		-ms-transform: scale(-0.32);
	}

	28% {
		-ms-transform: scale(0.13);
	}

	44% {
		-ms-transform: scale(-0.05);
	}

	59% {
		-ms-transform: scale(0.02);
	}

	73% {
		-ms-transform: scale(-0.01);
	}

	88% {
		-ms-transform: scale(0);
	}

	100% {
		-ms-transform: scale(0);
	} */
}

html,
body {
  height: 100%;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fuel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#filter {
position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 78px;
    height: 78px;
    z-index: 9;
    transition: all 0.25s ease-in-out;
    border-radius: 0 0 0 30%;
}


.icon-filter {
  z-index: 9;
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 48px;
  height: 48px;
  background: rgba(230, 40, 47, 0);
  border: 1px solid rgba(230, 40, 47, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-out;
  transition-delay: 0.3s;
}

.icon-filter:after {
  content: "\e900";
  transition: all 0.45s ease-in-out;
  position: absolute;
  top: 16px;
  right: 15px;
  background-color: transparent;
  color: #E62930;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.icon-home {
  display: block;
  width: 34px;
  height: 34px;
  background: rgba(230, 40, 47, 0);
  border: 1px solid rgba(230, 40, 47, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.icon-share {
  display: block;
  width: 34px;
  height: 34px;
  background: rgba(230, 40, 47, 0);
  border: 1px solid rgba(230, 40, 47, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.icon-errorshare {
  display: block;
  width: 34px;
  height: 34px;
  background: rgba(230, 40, 47, 0);
  border: 1px solid rgba(230, 40, 47, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.error_home:hover .icon-home:before, .error_share:hover .icon-errorshare:before {
  bottom: 55px;
  opacity: 1;
}

.icon-home:before {
  position: absolute;
  content: "Volta à homepage.";
  transition: all 0.25s ease-out;
  background-color: transparent;
  font-family: 'Barlow', sans-serif;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  font-size: 1.15rem;
  line-height: 2.5;
  bottom: 45px;
  left: 0;
  font-weight: 600;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.icon-errorshare:before {
  position: absolute;
  content: "Partilha este erro.";
  transition: all 0.25s ease-out;
  background-color: transparent;
  font-family: 'Barlow', sans-serif;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  font-size: 1.15rem;
  line-height: 2.5;
  bottom: 45px;
  right: 0;
  font-weight: 600;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.icon-home:after {
  content: "\e901";
  transition: all 0.45s ease-in-out;
  background-color: transparent;
  color: #E62930;
  -webkit-font-smoothing: none;
  font-size: 14px;
  line-height: 2.3;
}

.icon-errorshare:after {
  content: "\e904";
  transition: all 0.45s ease-in-out;
  background-color: transparent;
  color: #E62930;
  -webkit-font-smoothing: none;
  font-size: 16px;
  line-height: 2;
}

.icon-share:after {
  content: "\e904";
  transition: all 0.45s ease-in-out;
  background-color: transparent;
  color: #E62930;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.8;
}

.box-filter {
  position: fixed;
  display: block;
  z-index: 9;
    right: -10px;
    top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(230, 40, 47, 1);
  cursor: auto;
	transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.filter-type {
  list-style-type: none;
  margin: 0;
  display: block;
  padding: 0;
  text-align: right;
  position: fixed;
  top: 50px;
  right: -140px;
  z-index: 10;
  transition: all 0.45s cubic-bezier(1, 0, .01, 1);
  opacity: 0;
}

.filter-type a {
  text-decoration: none;
}

.filter-type li {
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
font-size: 26px;
    color: #fff;
    line-height: 54px;
  background: transparent;
  transition: all 0.25s ease-in-out;
}

.filter-type li:active {
  font-size: 700;
  transition: all 0.1s ease-in-out;
}

.mixitup-control-active {
  font-weight: 700 !important;
  transition: all 0.1s ease-in-out;
}

.mixitup-control-active[data-toggle]:after {
  background: transparent;
}

@media screen and (min-width: 993px) {
  #filter:hover .filter-type {
    top: 50px;
    right: 75px;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, .01, .01, 1);
    transition-delay: 0.2s;
  }

  .filter-type li:hover {
    color: #f5a9ad;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0);
    transition: all 0.25s ease-in-out;
    padding-right: 20px;
  }

  .icon-errorshare:hover, .icon-home:hover {
    background: rgba(230, 40, 47, 1);
    border: 1px solid rgba(230, 40, 47, 1);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
  }

  .icon-errorshare:hover:after, .icon-home:hover:after {
    color: #fff;
  }

  #filter:hover {
	right: 0;
    top: 0;
    width: 470px;
    height: 534px;
    border-radius: 0 0 0 90%;
  }


#filter:hover > .icon-filter {
	right: -100px;
    transition: all 0.35s ease-in-out;
  }

  #filter:hover>.box-filter, #filter:active>.box-filter {
	right: -498px;
    top: -418px;
    width: 916px;
    height: 916px;
    background: rgba(230, 40, 47, 1);
    cursor: auto;
    -webkit-box-shadow: -30px 30px 100px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: none;
	box-shadow: -30px 30px 100px 0px rgba(0, 0, 0, 0.3);
    animation: 1200ms ease-in-out 0s 1 reverse both running box-anim;
  }

}

@media screen and (max-width: 360px) {
  #filter:hover .filter-type {
    top: -4vh !importantx;
  }

  .filter-type li {
    font-size: 1.1em;
    line-height: 6.5vh !important;
  }

  .box-filter {
    height: 35vh;
  }
	#filter.hover>.box-filter {
    bottom: -82vh!important;
  }
}

@media screen and (max-width: 767px) {
  .filter-type li {
    font-size: 1.15em;
  }

  .box-filter {
    height: 35vh;
  }
 #filter.hover .filter-type {
    transition-delay: 0.2s !important;
  }
}

@media screen and (max-width: 992px) {

  .error_home:hover .icon-home:before, .error_share:hover .icon-errorshare:before {
    display: none;
  }
  .blocker2 {
    width: 100vw;
    background-color: transparent;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 8;
    top: 0;
  }

  #filter.hover+.blocker2 {
    display: block;
    pointer-events: all;
  }

  #filter {
    position: fixed;
    bottom: -78px;
    display: inline-flex;
    top: initial;
    right: 0;
    width: 100vw;
  }

  #filter.hover {
    right: 0;
    width: 100vw;
    top: initial;
  }

  .icon-filter {
    right: 24px !important;
    top: initial !important;
    bottom: 24px !important;
  }

  #filter.hover>.box-filter {
  right: calc(50% - 70vh);
    top: initial !important;
    bottom: -88vh;
    width: 140vh;
    height: 140vh !important;
    -webkit-box-shadow: 30px -30px 100px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 30px -30px 100px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 30px -30px 100px 0px rgba(0, 0, 0, 0.3);
    animation: 1200ms ease-in-out 0s 1 reverse both running box-anim;
  }
#filter.hover > .icon-filter {
	bottom: -100px!important;
    transition: all 0.35s ease-in-out;
  }

  .filter-type {
    position: fixed;
    display: block;
    width: 80vw;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
    transition: all 0.55s cubic-bezier(.2, 0, .01, 1);
    top: initial;
    bottom: -30vh;
  }

  .filter-type li {
    line-height: 6.25vh;
  }

  #filter.hover .filter-type {
    right: 50%;
    transform: translateX(50%);
    opacity: 1;
    transition: all 0.7s cubic-bezier(.5, .01, .01, 1);
    top: initial;
    bottom: 4.5vh;
  }

  .box-filter {
	position: absolute;
    height: 40px;
    top: initial;
    bottom: -100%;
    width: 40px;
    right: calc(50% - 20px);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);

  }
}

	@-moz-document url-prefix() {
		@media screen and (max-width: 992px) {
  .box-filter {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
	box-shadow: none!important;
		}
		}
	}

/* Controls
---------------------------------------------------------------------- */
/* .controls {
    padding: 1rem;
    background: #333;
    font-size: 0.1px;
}

.control {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}

.control:hover {
    background: #3f3f3f;
}

.control[data-filter]:after,
.control[data-toggle]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}


.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter=".green"],
.control[data-toggle=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"],
.control[data-toggle=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"],
.control[data-toggle=".pink"] {
    color: #d595aa;
}
*/
/* Container
---------------------------------------------------------------------- */
.mixcontainer {
  text-align: justify;
  font-size: 0;
  transition: all 0.65s ease-in-out;
}

.mixcontainer:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

.mix {
  background: #fff;
  margin: 0;
  position: relative;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 1 Column */
.mix,
.gap {
  width: 100%;
}

/* 2 Columns */
@media screen and (min-width: 768px) {

  .mix,
  .gap {
    width: calc(100%/2);
  }
}

/* 3 Columns */
@media screen and (min-width: 1200px) {

  .mix,
  .gap {
    width: calc(100%/3);
  }
}

/* 4 Columns */
@media screen and (min-width: 1920px) {

  .mix,
  .gap {
    width: calc(100%/4);
  }
}
