@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,700;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,700&display=swap");
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Fuencarralera";
  src: url("../fonts/fuente_fuencarralera.woff2") format("woff2"), url("../fonts/fuente_fuencarralera.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes visible {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hidden {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes logoColor {
  to {
    fill: #FFFFFF;
  }
}
@keyframes logoScale {
  to {
    transform: scale(0.8) translateY(-100px);
  }
}
@keyframes logoMove {
  to {
    transform: scale(0.8) translateY(110px);
  }
}
@keyframes logoMoveD {
  to {
    transform: scale(0.8) translateY(-150px);
  }
}
@keyframes logoMove2 {
  to {
    transform: scale(0.8) translateY(110px);
  }
}
@keyframes logoMove2D {
  to {
    transform: scale(0.8) translateY(-160px) translateX(-72%);
  }
}
@keyframes rotate {
  to {
    transform: rotate(180deg);
  }
}
@keyframes translateY {
  to {
    transform: translateY(0);
  }
}
@keyframes translateX {
  to {
    transform: translateX(0);
  }
}
@keyframes translateXCenter {
  to {
    transform: translateX(-50%);
  }
}
@keyframes translateX50 {
  to {
    transform: translateX(50%);
  }
}
@keyframes translateY50 {
  to {
    transform: translateY(-50%);
  }
}
@keyframes translateY100Up {
  to {
    transform: translateY(-100%);
  }
}
@keyframes translateY110Up {
  to {
    transform: translateY(-110%);
  }
}
@keyframes translateY120Up {
  to {
    transform: translateY(-120%);
  }
}
@keyframes translateY100Down {
  to {
    transform: translateY(100%);
  }
}
@keyframes translateY110Down {
  to {
    transform: translateY(110%);
  }
}
@keyframes translateY120Down {
  to {
    transform: translateY(120%);
  }
}
@keyframes translateY100VHDown {
  to {
    transform: translateY(100vh);
  }
}
@keyframes translateX100Left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes translateX110Left {
  to {
    transform: translateX(-110%);
  }
}
@keyframes translateX120Left {
  to {
    transform: translateX(-120%);
  }
}
@keyframes translateX150VWLeft {
  to {
    transform: translateX(-150vw);
  }
}
@keyframes translateX100Right {
  to {
    transform: translateX(100%);
  }
}
@keyframes translateX110Right {
  to {
    transform: translateX(110%);
  }
}
@keyframes translateX120Right {
  to {
    transform: translateX(120%);
  }
}
@keyframes translateX100VWRight {
  to {
    transform: translateX(100vw);
  }
}
@keyframes translateX150VWRight {
  to {
    transform: translateX(150vw);
  }
}
@keyframes flipV {
  to {
    transform: scale(1, -1);
  }
}
@keyframes flipH {
  to {
    transform: scale(-1, 1);
  }
}
@keyframes bgTop {
  to {
    width: 33%;
  }
}
@keyframes bgTopD {
  to {
    width: calc(50% - 210px);
  }
}
@keyframes bgBottom {
  to {
    width: 66%;
  }
}
@keyframes bgBottomD {
  to {
    width: calc(50% + 418px);
  }
}
@keyframes width0 {
  to {
    width: 0;
  }
}
@keyframes circle {
  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes circle2 {
  to {
    top: 70%;
    left: 70%;
  }
}
@keyframes circle2D {
  to {
    top: 12%;
    left: 81%;
  }
}
@keyframes circle3 {
  to {
    width: 96px;
    height: 96px;
    top: calc(50% - 20px);
    left: calc(50% + 70px);
    margin-top: -48px;
    margin-left: -48px;
  }
}
@keyframes circle3D {
  to {
    top: calc(50% - 40px);
    left: calc(50% + 80px);
    margin-top: -60px;
    margin-left: -60px;
  }
}
@keyframes circle4 {
  to {
    width: 200vw;
    height: 200vw;
    top: 50%;
    left: 50%;
    margin-top: -100vw;
    margin-left: -100vw;
  }
}
@keyframes bgHeader {
  to {
    width: 115vw;
    height: 115vh;
  }
}
@keyframes bgHeader2 {
  to {
    width: 130vw;
    height: 130vh;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
}
@keyframes bgHeader3 {
  to {
    width: 160vw;
    height: 160vh;
    transform: translate(-50%, -50%) rotate(-25deg);
  }
}
@keyframes bgHeaderD {
  to {
    width: 115%;
    height: 115%;
  }
}
@keyframes bgHeaderD2 {
  to {
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
}
@keyframes bgHeaderD3 {
  to {
    width: 160%;
    height: 160%;
    transform: translate(-50%, -50%) rotate(-25deg);
  }
}
@keyframes translateY200Up {
  to {
    transform: translateY(-200vh);
  }
}
@keyframes translateY200Down {
  to {
    transform: translateY(200vh);
  }
}
@keyframes translateX200Left {
  to {
    transform: translateX(-200vw);
  }
}
@keyframes translateX200Right {
  to {
    transform: translateX(200vw);
  }
}
@keyframes translateY1500Up {
  to {
    transform: translateY(-1500px);
  }
}
@keyframes translateY1500Down {
  to {
    transform: translateY(1500px);
  }
}
@keyframes translateX1500Left {
  to {
    transform: translateX(-1500px);
  }
}
@keyframes translateX1500Right {
  to {
    transform: translateX(1500px);
  }
}
@keyframes bounce {
  from {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(3px);
  }
}
@keyframes headerScroll {
  to {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes showNavLink {
  0%, 100% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes showNavLinkFirst {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes showDotSublink {
  100% {
    max-height: 100px;
  }
}
@keyframes mapMove {
  0% {
    transform: rotate(0deg) scale(1) translate(0%, 0%);
  }
  100% {
    transform: rotate(-15deg) scale(2.35) translate(-5.5%, -2.5%);
  }
}
@keyframes mapMoveMod {
  0% {
    transform: rotate(-15deg) scale(2.35) translate(-5.5%, -2.5%);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(0%, 0%);
  }
}
@keyframes subitemLine {
  100% {
    height: 450px;
  }
}
@keyframes cHeaderDescription {
  to {
    transform: translateX(50%);
    right: 50%;
  }
}
#colours {
  /*
  .c-mosaic .c-city_media img,
  .c-mosaic .c-city_text p,
  .c-mosaic .c-area_text p,
  .c-mosaic .c-street_media img,
  .c-mosaic .c-street_text p,
  .c-mosaic .c-tipo_text p,
  .c-mosaic .c-patterns_text p,
  .c-mosaic .c-textures_text p {
      @include mobile-tablet {
          transition-delay: 0s;
          transform: translateX(0%);
      }
  }
  */
}
#colours {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #000000;
}
#colours * {
  box-sizing: border-box;
}
#colours *:before, #colours *:after {
  box-sizing: border-box;
}
#colours article, #colours aside, #colours details, #colours figcaption, #colours figure, #colours footer, #colours header, #colours hgroup, #colours nav, #colours section, #colours summary {
  display: block;
}
#colours video, #colours img {
  display: block;
  width: 100%;
}
#colours figure,
#colours blockquote {
  padding: 0;
  margin: 0;
}
#colours h1, #colours h2, #colours h3, #colours h4, #colours h5, #colours h6, #colours p {
  margin: 0;
}
#colours a {
  text-decoration: none;
}
#colours a:active, #colours a:focus {
  outline: none;
  text-decoration: none;
}
#colours ul,
#colours ol,
#colours li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colours .c-main {
  width: 100%;
  overflow: hidden;
}
#colours .c-container {
  width: 100%;
}
#colours .c-hidden {
  display: none !important;
}
@media (max-width: 599px) {
  #colours .c-hidden-m {
    display: none !important;
  }
}
@media (max-width: 999px) {
  #colours .c-hidden-mt {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  #colours .c-hidden-d {
    display: none !important;
  }
}
#colours .c-hidden-text {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
}
#colours .swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
#colours .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
#colours .swiper .swiper-button-prev {
  width: 75px;
  height: 29px;
  display: block;
  background-image: url("../images/ico-prev.svg");
  background-size: 46px auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #colours .swiper .swiper-button-prev {
    width: 100px;
    height: 33px;
    background-size: 60px auto;
  }
}
#colours .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#colours .swiper .swiper-button-next {
  width: 75px;
  height: 29px;
  display: block;
  background-image: url("../images/ico-next.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #colours .swiper .swiper-button-next {
    width: 100px;
    height: 33px;
    background-size: 60px auto;
  }
}
#colours .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#colours .swiper-autoheight, #colours .swiper-autoheight .swiper-slide {
  height: auto;
}
#colours .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
#colours .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
#colours .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
#colours .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
#colours .swiper-fade .swiper-slide-active, #colours .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#colours .swiper-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#colours .swiper-android .swiper-slide,
#colours .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
#colours .swiper-pointer-events {
  touch-action: pan-y;
}
#colours .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
#colours .swiper-slide-invisible-blank {
  visibility: hidden;
}
#colours .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#colours .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
#colours .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
#colours .swiper-button-lock {
  display: none;
}
#colours .swiper-slide {
  overflow: hidden;
}
#colours .c-horizontal {
  position: relative;
}
#colours .c-horizontal .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  width: 600vw;
  max-width: 600vw;
}
#colours .c-horizontal .c-container {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}
#colours .c-horizontal.c-fixed .c-wrapper {
  position: fixed;
}
#colours .c-horizontal.c-absoluted .c-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}
#colours .c-horizontal .c-trick {
  height: calc(600vw + 100vh - 100vw);
}
#colours .c-nav {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 66px;
  display: flex;
  height: 0;
  padding-top: 0;
  transition: all 1s;
}
#colours .c-nav:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 32px;
  transition: all 1s;
  height: 0;
}
#colours .c-nav_button {
  position: fixed;
  bottom: 22px;
  left: 15px;
  width: 37px;
  height: 37px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 100;
}
@media (min-width: 1000px) {
  #colours .c-nav_button {
    display: none;
  }
}
#colours .c-nav_button:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #1C1E1C;
  border: 2px solid #F6B7BE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#colours .c-nav_button:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #F6B7BE;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#colours .c-nav_list {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  padding-left: 15px;
  position: relative;
  transform: translateY(-60vh);
  transition: all 0.75s;
}
#colours .c-nav_item {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #colours .c-nav_item {
    display: none;
    text-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (min-width: 1000px) {
  #colours .c-nav_item {
    position: relative;
    z-index: 2;
  }
}
#colours .c-nav_item:nth-of-type(9) {
  margin-top: 10px;
}
#colours .c-nav_item:nth-of-type(1) .c-nav_link span span {
  background-color: #FCC775;
}
#colours .c-nav_item:nth-of-type(1) .c-nav_link:hover:before {
  border-color: #FCC775;
}
#colours .c-nav_item:nth-of-type(1) .c-nav_link:hover:after {
  background-color: #FCC775;
}
#colours .c-nav_item:nth-of-type(9) .c-nav_link span span {
  background-color: #F6B7BE;
}
#colours .c-nav_item:nth-of-type(9) .c-nav_link:hover:before {
  border-color: #F6B7BE;
}
#colours .c-nav_item:nth-of-type(9) .c-nav_link:hover:after {
  background-color: #F6B7BE;
}
#colours .c-nav_item:nth-of-type(10) .c-nav_link span span {
  background-color: #FEEDC0;
}
#colours .c-nav_item:nth-of-type(10) .c-nav_link:hover:before {
  border-color: #FEEDC0;
}
#colours .c-nav_item:nth-of-type(10) .c-nav_link:hover:after {
  background-color: #FEEDC0;
}
#colours .c-nav_item:nth-of-type(11) .c-nav_link span span {
  background-color: #CD8879;
}
#colours .c-nav_item:nth-of-type(11) .c-nav_link:hover:before {
  border-color: #CD8879;
}
#colours .c-nav_item:nth-of-type(11) .c-nav_link:hover:after {
  background-color: #CD8879;
}
#colours .c-nav_item:nth-of-type(12) .c-nav_link span span {
  background-color: #C5C5BB;
}
#colours .c-nav_item:nth-of-type(12) .c-nav_link:hover:before {
  border-color: #C5C5BB;
}
#colours .c-nav_item:nth-of-type(12) .c-nav_link:hover:after {
  background-color: #C5C5BB;
}
#colours .c-nav_item:nth-of-type(13) .c-nav_link span span {
  background-color: #FFFFFF;
}
#colours .c-nav_item:nth-of-type(13) .c-nav_link:hover:before {
  border-color: #FFFFFF;
}
#colours .c-nav_item:nth-of-type(13) .c-nav_link:hover:after {
  background-color: #FFFFFF;
}
#colours .c-nav_link {
  display: flex;
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}
#colours .c-nav_link > span {
  border-radius: 15px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
}
#colours .c-nav_link > span span {
  display: flex;
  color: #1C1E1C;
  font-family: "Fuencarralera", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 15px;
  padding: 7px 15px 10px 40px;
  transform: translateX(-100%);
  transition: all 1s;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  #colours .c-nav_link > span span {
    font-size: 13px;
  }
}
#colours .c-nav_link:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #1C1E1C;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
}
#colours .c-nav_link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.5s;
}
#colours .c-nav_link:hover > span span {
  transform: translateX(0);
}
#colours .c-nav_subitem {
  margin-left: 4px;
  max-height: 0;
  position: relative;
}
@media (max-width: 999px) {
  #colours .c-nav_subitem {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  #colours .c-nav_subitem:before {
    content: "";
    display: block;
    height: 0;
    width: 1px;
    position: absolute;
    left: 13px;
    bottom: 50%;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1000px) {
  #colours .c-nav_subitem:hover:before {
    animation: subitemLine 0.1s forwards;
  }
}
@media (min-width: 1000px) {
  #colours .c-nav_subitem {
    transition: all 2s;
  }
}
#colours .c-nav_subitem:nth-of-type(2) {
  margin-top: -10px;
}
@media (min-width: 1000px) {
  #colours .c-nav_subitem.c-visible {
    max-height: 100px;
  }
}
#colours .c-nav_subitem.c-visible:nth-of-type(8) .c-nav_sublink {
  margin-bottom: 20px;
}
#colours .c-nav_subitem:nth-of-type(2) .c-nav_sublink:before {
  background-image: url("../images/bg-link-ciudad.png");
}
#colours .c-nav_subitem:nth-of-type(3) .c-nav_sublink:before {
  background-image: url("../images/bg-link-barrio.png");
}
#colours .c-nav_subitem:nth-of-type(4) .c-nav_sublink:before {
  background-image: url("../images/bg-link-calles.png");
}
#colours .c-nav_subitem:nth-of-type(5) .c-nav_sublink:before {
  background-image: url("../images/bg-link-edificios.png");
}
#colours .c-nav_subitem:nth-of-type(6) .c-nav_sublink:before {
  background-image: url("../images/bg-link-tipografia.png");
}
#colours .c-nav_subitem:nth-of-type(7) .c-nav_sublink:before {
  background-image: url("../images/bg-link-patrones.png");
}
#colours .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before {
  background-image: url("../images/bg-link-texturas.png");
}
#colours .c-nav_sublink {
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}
#colours .c-nav_sublink > span {
  border-radius: 15px;
  overflow: hidden;
}
#colours .c-nav_sublink > span span {
  display: flex;
  color: #1C1E1C;
  font-family: "Fuencarralera", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 15px;
  background-color: #FCC775;
  padding: 7px 15px 7px 34px;
  transform: translateX(-100%);
  transition: all 0s 0s;
}
@media (min-width: 1000px) {
  #colours .c-nav_sublink > span span {
    font-size: 11px;
  }
}
#colours .c-nav_sublink:hover > span span {
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 0.45s;
}
#colours .c-nav_sublink:hover:before {
  transition-duration: 0.75s;
  transform: scale(1);
}
#colours .c-nav_sublink:hover:after {
  transition-duration: 0.75s;
  opacity: 0;
}
#colours .c-nav_sublink:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-blend-mode: multiply, luminosity;
  border: 2px solid #FCC775;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
  transform: scale(0);
  transition: all 0s;
}
#colours .c-nav_sublink:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
  transition: all 0.75s 0s;
}
#colours.cMosaic .c-nav, #colours.cVideo .c-nav, #colours.cMap .c-nav, #colours.cQuotes .c-nav, #colours.cClosure .c-nav, #colours.cExhibition .c-nav {
  height: 100vh;
  padding-top: 40px;
}
@media (max-width: 999px) {
  #colours.cMosaic .c-nav, #colours.cVideo .c-nav, #colours.cMap .c-nav, #colours.cQuotes .c-nav, #colours.cClosure .c-nav, #colours.cExhibition .c-nav {
    height: 132px;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic .c-nav, #colours.cVideo .c-nav, #colours.cMap .c-nav, #colours.cQuotes .c-nav, #colours.cClosure .c-nav, #colours.cExhibition .c-nav {
    padding-top: 36vh;
  }
}
#colours.cMosaic .c-nav:before, #colours.cVideo .c-nav:before, #colours.cMap .c-nav:before, #colours.cQuotes .c-nav:before, #colours.cClosure .c-nav:before, #colours.cExhibition .c-nav:before {
  height: 100vh;
}
@media (min-width: 1000px) {
  #colours.cMosaic .c-nav:before, #colours.cVideo .c-nav:before, #colours.cMap .c-nav:before, #colours.cQuotes .c-nav:before, #colours.cClosure .c-nav:before, #colours.cExhibition .c-nav:before {
    height: 36vh;
  }
}
#colours.cMosaic .c-nav .c-nav_list, #colours.cVideo .c-nav .c-nav_list, #colours.cMap .c-nav .c-nav_list, #colours.cQuotes .c-nav .c-nav_list, #colours.cClosure .c-nav .c-nav_list, #colours.cExhibition .c-nav .c-nav_list {
  transform: translateY(0vh);
}
#colours.cMosaic .c-nav .c-nav_button, #colours.cVideo .c-nav .c-nav_button, #colours.cMap .c-nav .c-nav_button, #colours.cQuotes .c-nav .c-nav_button, #colours.cClosure .c-nav .c-nav_button, #colours.cExhibition .c-nav .c-nav_button {
  opacity: 1;
  visibility: visible;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before, #colours.cVideo .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before, #colours.cMap .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before, #colours.cClosure .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:before {
  border-color: #FCC775;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before, #colours.cVideo .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before, #colours.cMap .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before, #colours.cClosure .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:before {
  border-color: #F6B7BE;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before, #colours.cVideo .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before, #colours.cMap .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before, #colours.cClosure .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:before {
  border-color: #FEEDC0;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before, #colours.cVideo .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before, #colours.cMap .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before, #colours.cClosure .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:before {
  border-color: #CD8879;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before, #colours.cVideo .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before, #colours.cMap .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before, #colours.cClosure .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:before {
  border-color: #C5C5BB;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after, #colours.cVideo .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after, #colours.cMap .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after, #colours.cClosure .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(1) .c-nav_link:after {
  background-color: #FCC775;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after, #colours.cVideo .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after, #colours.cMap .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after, #colours.cClosure .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(9) .c-nav_link:after {
  background-color: #F6B7BE;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after, #colours.cVideo .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after, #colours.cMap .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after, #colours.cClosure .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(10) .c-nav_link:after {
  background-color: #FEEDC0;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after, #colours.cVideo .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after, #colours.cMap .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after, #colours.cClosure .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(11) .c-nav_link:after {
  background-color: #CD8879;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after, #colours.cVideo .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after, #colours.cMap .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after, #colours.cQuotes .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after, #colours.cClosure .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after, #colours.cExhibition .c-nav .c-nav_item:nth-of-type(12) .c-nav_link:after {
  background-color: #C5C5BB;
}
#colours.cMosaic .c-nav .c-nav_item:nth-of-type(1) .c-nav_link span span {
  animation: showNavLinkFirst 1s 1s forwards;
}
#colours.cMosaic .c-nav .c-nav_item:not(:nth-of-type(1)) .c-nav_link > span span {
  animation: showNavLink 2s 1s;
}
@media (min-width: 1000px) {
  #colours.cMosaic .c-nav .c-nav_subitem {
    animation: showDotSublink 1.5s 2.5s forwards;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="3"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="4"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="5"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="6"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="7"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="8"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="9"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="10"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="11"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="12"] .c-nav_item:nth-of-type(1) .c-nav_link > span span, #colours.cMosaic[cmosaic="13"] .c-nav_item:nth-of-type(1) .c-nav_link > span span {
    transform: translateX(-110%);
    animation: none;
  }
}
@media (max-width: 999px) {
  #colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2), #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(3), #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(4), #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4), #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(5), #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(6), #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6), #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(7), #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7), #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(8), #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8), #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) {
    max-height: 100px;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2):before, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(3):before, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(4):before, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4):before, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(5):before, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(6):before, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6):before, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(7):before, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7):before, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(8):before, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8):before, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8):before {
    animation: subitemLine 0.1s forwards;
  }
}
#colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink:before, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(3) .c-nav_sublink:before, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:before, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:before, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(5) .c-nav_sublink:before, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:before, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:before, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:before, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:before, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before {
  transition-duration: 0.75s;
  transform: scale(1);
}
#colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink:after, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(3) .c-nav_sublink:after, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:after, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:after, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(5) .c-nav_sublink:after, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:after, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:after, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:after, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:after, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:after, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:after, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:after {
  transition-duration: 0.75s;
  opacity: 0;
}
#colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(3) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(5) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink > span span {
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 0.45s;
}
#colours.cMosaic .c-nav_sublink.c-active:before {
  transition-duration: 0.75s;
  transform: scale(1);
}
#colours.cMosaic .c-nav_sublink.c-active:after {
  transition-duration: 0.75s;
  opacity: 0;
}
#colours.cMosaic .c-nav_sublink.c-active > span span {
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 0.45s;
}
#colours.cVideo .c-nav_item:nth-of-type(9) .c-nav_link span span, #colours.cMap .c-nav_item:nth-of-type(10) .c-nav_link span span, #colours.cClosure .c-nav_item:nth-of-type(11) .c-nav_link span span, #colours.cQuotes .c-nav_item:nth-of-type(12) .c-nav_link span span, #colours.cExhibition .c-nav_item:nth-of-type(13) .c-nav_link span span {
  animation: showNavLinkFirst 1s 1s forwards;
}
@media (max-width: 999px) {
  #colours.cMosaic .c-nav_item:nth-of-type(1), #colours.cVideo .c-nav_item:nth-of-type(9), #colours.cMap .c-nav_item:nth-of-type(10), #colours.cClosure .c-nav_item:nth-of-type(11), #colours.cQuotes .c-nav_item:nth-of-type(12), #colours.cExhibition .c-nav_item:nth-of-type(13) {
    display: flex;
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible .c-nav {
    height: 100vh;
    padding-top: 40vh;
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible .c-nav .c-nav_item {
    display: block;
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible .c-nav .c-nav_item .c-nav_link > span span {
    animation: none !important;
    transform: translateX(0);
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible .c-nav .c-nav_subitem {
    display: none;
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-fuencarral-alt.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
  }
}
@media (max-width: 999px) {
  #colours.c-menu-visible:after {
    content: "";
    display: block;
    width: calc(100% - 100px);
    height: 70px;
    background-image: url("../images/logo-los-colores-de-fuencarral.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    z-index: 99;
    top: 10vh;
    left: 50px;
    filter: grayscale(1);
  }
}
@media (min-width: 1000px) {
  #colours.cVideo .c-nav_list {
    max-width: 66px;
  }
}
@media (min-width: 1000px) {
  #colours.cClosure .c-nav_list {
    max-width: 66px;
  }
}
#colours .c-header {
  position: relative;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transition: all 1s 1s;
}
#colours .c-header.c-inactive {
  visibility: hidden;
  z-index: 1;
}
#colours .c-header .c-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  width: 600vw;
  max-width: 600vw;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-header .c-wrapper {
    width: 200vw;
    max-width: 200vw;
  }
}
#colours .c-header .c-trick {
  height: calc(600vw + 100vh - 100vw);
}
@media (min-width: 1000px) {
  #colours .c-header .c-trick {
    height: calc(200vw + 100vh - 100vw);
  }
}
#colours .c-header .c-container {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
#colours .c-header .c-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 33.335%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: bgTop 1.75s 2.25s forwards, width0 1.25s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header .c-container:before {
    height: calc(50% - 157px);
    animation: bgTopD 1.75s 2.25s forwards, width0 1.25s 4.5s forwards;
  }
}
#colours .c-header .c-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 66.665%;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: bgBottom 1.75s 2.25s forwards, width0 1.25s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header .c-container:after {
    height: calc(50% + 157px);
    animation: bgBottomD 1.75s 2.25s forwards, width0 1.25s 4.5s forwards;
  }
}
#colours .c-header svg {
  display: block;
  width: 100%;
}
#colours .c-header_scroll {
  display: flex;
  color: #F6B7BE;
  font-family: "Fuencarralera", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 270px;
  z-index: 2;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  animation: headerScroll 1s 4.5s forwards;
}
#colours .c-header_scroll:before, #colours .c-header_scroll:after {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  background-image: url("../images/ico-scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 20px;
  animation: bounce 1600ms infinite ease-in-out alternate;
}
#colours .c-header_lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
  height: 100%;
  z-index: 2;
}
#colours .c-header_lines .c-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 958px;
}
#colours .c-header_lines #v-1 {
  transform: translateY(-1500px);
  animation: translateY 2s 2s forwards, translateY1500Up 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-1 {
    transform: translateY(-200vh);
    animation: translateY 2s 2s forwards, translateY200Up 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-2 {
  transform: translateY(-1500px);
  animation: translateY 2s 2s forwards, translateY1500Up 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-2 {
    transform: translateY(-200vh);
    animation: translateY 2s 2s forwards, translateY200Up 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-3 {
  transform: translateY(1500px);
  animation: translateY 2s 2s forwards, translateY200Down 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-3 {
    transform: translateY(200vh);
    animation: translateY 2s 2s forwards, translateY1500Down 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-4 {
  transform: translateY(1500px);
  animation: translateY 2s 2s forwards, translateY200Down 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-4 {
    transform: translateY(200vh);
    animation: translateY 2s 2s forwards, translateY200Down 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-5 {
  transform: translateY(-1500px);
  animation: translateY 2s 2s forwards, translateY1500Up 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-5 {
    transform: translateY(-200vh);
    animation: translateY 2s 2s forwards, translateY200Up 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-6 {
  transform: translateY(1500px);
  animation: translateY 2s 2s forwards, translateY1500Down 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-6 {
    transform: translateY(200vh);
    animation: translateY 2s 2s forwards, translateY200Down 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-7 {
  transform: translateY(-1500px);
  animation: translateY 2s 2s forwards, translateY1500Up 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-7 {
    transform: translateY(-200vh);
    animation: translateY 2s 2s forwards, translateY200Up 2s 4.5s forwards;
  }
}
#colours .c-header_lines #v-8 {
  transform: translateY(-1500px);
  animation: translateY 2s 2s forwards, translateY1500Up 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #v-8 {
    transform: translateY(-200vh);
    animation: translateY 2s 2s forwards, translateY200Up 2s 4.5s forwards;
  }
}
#colours .c-header_lines #h-1 {
  transform: translateX(-1500px);
  animation: translateX 2s 2s forwards, translateX1500Left 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #h-1 {
    transform: translateX(-200vw);
    animation: translateX 2s 2s forwards, translateX200Left 2s 4.5s forwards;
  }
}
#colours .c-header_lines #h-2 {
  transform: translateX(1500px);
  animation: translateX 2s 2s forwards, translateX1500Right 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #h-2 {
    transform: translateX(200vw);
    animation: translateX 2s 2s forwards, translateX200Right 2s 4.5s forwards;
  }
}
#colours .c-header_lines #h-3 {
  transform: translateX(1500px);
  animation: translateX 2s 2s forwards, translateX1500Right 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #h-3 {
    transform: translateX(200vw);
    animation: translateX 2s 2s forwards, translateX200Right 2s 4.5s forwards;
  }
}
#colours .c-header_lines #h-4 {
  transform: translateX(1500px);
  animation: translateX 2s 2s forwards, translateX1500Right 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #h-4 {
    transform: translateX(200vw);
    animation: translateX 2s 2s forwards, translateX200Right 2s 4.5s forwards;
  }
}
#colours .c-header_lines #h-5 {
  transform: translateX(-1500px);
  animation: translateX 2s 2s forwards, translateX1500Left 2s 4.5s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_lines #h-5 {
    transform: translateX(-200vw);
    animation: translateX 2s 2s forwards, translateX200Left 2s 4.5s forwards;
  }
}
#colours .c-header_logo {
  width: 100%;
  max-width: 304px;
  margin: auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
  animation: logoScale 1s 5.25s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_logo {
    max-width: 508px;
    animation: logoScale 1s 5.25s forwards;
  }
}
#colours .c-header_logo path {
  animation: logoColor 1s 2s forwards;
}
#colours .c-header_logo #colores-o,
#colours .c-header_logo #colores-s,
#colours .c-header_logo #fuencarral-n {
  animation: translateY 0.8s 1.2s forwards, logoColor 1s 2s forwards, rotate 1s 2s forwards;
}
#colours .c-header_logo #colores-o {
  transform-origin: 70px 29px;
}
#colours .c-header_logo #colores-s {
  transform-origin: 311px 30px;
}
#colours .c-header_logo #fuencarral-n {
  transform-origin: 177px 31px;
}
#colours .c-header_logo #colores-o2 {
  transform-origin: 165px 29px;
  animation: translateY 0.8s 1.2s forwards, logoColor 1s 2s forwards, flipV 1s 2s forwards;
}
#colours .c-header_logo #fuencarral-u,
#colours .c-header_logo #fuencarral-a,
#colours .c-header_logo #fuencarral-a2 {
  animation: translateY 0.8s 1.2s forwards, logoColor 1s 2s forwards, flipH 1s 2s forwards;
}
#colours .c-header_logo #fuencarral-u {
  transform-origin: 74px 31px;
}
#colours .c-header_logo #fuencarral-a {
  transform-origin: 281px 31px;
}
#colours .c-header_logo #fuencarral-a2 {
  transform-origin: 434px 31px;
}
#colours .c-header_logo-los {
  width: 29px;
  height: 21px;
  margin: auto 0 auto auto;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-header_logo-los {
    width: 48px;
    height: 36px;
  }
}
#colours .c-header_logo-los svg {
  transform: translateY(110%);
  animation: translateY 1s 1s forwards;
}
#colours .c-header_logo-colores {
  width: 209px;
  height: 36px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-header_logo-colores {
    width: 339px;
    height: 60px;
  }
}
#colours .c-header_logo-colores svg {
  transform: translateY(110%);
  animation: translateY 0.8s 1.2s forwards;
}
#colours .c-header_logo-de {
  width: 19px;
  height: 21px;
  margin: auto auto auto 0;
  transform: translateX(-10px);
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-header_logo-de {
    width: 32px;
    height: 36px;
  }
}
#colours .c-header_logo-de svg {
  transform: translateY(110%);
  animation: translateY 1s 1s forwards;
}
#colours .c-header_logo-fuencarral {
  width: 100%;
  margin: 6px auto 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-header_logo-fuencarral {
    margin-top: 12px;
  }
}
#colours .c-header_logo-fuencarral svg {
  transform: translateY(110%);
  animation: translateY 1s 1s forwards;
}
#colours .c-header_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: url("../images/bg-fuencarral-alt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000000;
}
@media (min-width: 1000px) {
  #colours .c-header_bg {
    width: 105vw;
    height: 105vw;
  }
}
#colours .c-header_circle {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 20%;
  left: 65%;
  z-index: 1;
  background-color: #f3a0aa;
  mix-blend-mode: difference;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: scale(0);
  animation: circle 1s 3.25s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header_circle {
    width: 120px;
    height: 120px;
    top: 44%;
    left: 78%;
    animation: circle 1s 3.25s forwards;
  }
}
#colours .c-header_intro {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 72px auto 0;
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1000px) {
  #colours .c-header_intro {
    font-size: 22px;
  }
}
#colours .c-header_intro span {
  display: block;
  width: 90%;
  max-width: 550px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30%);
  animation: translateY 1s 5.25s forwards, visible 1s 5.25s forwards;
}
#colours .c-header_intro:before {
  content: "";
  display: block;
  width: 90%;
  max-width: 720px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(calc(-100vw - 50%));
  animation: translateXCenter 1s 5.25s forwards;
}
#colours .c-header_description {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px !important;
  line-height: 1.4;
  font-style: normal;
  font-weight: 200;
  text-align: left;
  position: absolute;
  bottom: calc(50% + 70px);
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1000px) {
  #colours .c-header_description {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 55%;
    height: 100%;
    width: 45%;
    font-size: 22px !important;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
  }
}
#colours .c-header_description strong {
  font-weight: 700;
}
#colours .c-header_description span {
  display: block;
  width: 90%;
  max-width: 360px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30%);
}
#colours .c-header_description:before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  width: 90%;
  max-width: 720px;
  height: 1px;
  bottom: -40px;
  left: auto;
  right: 0;
  transform: translateX(120vw);
}
@media (min-width: 1000px) {
  #colours .c-header_description:before {
    height: 90%;
    max-height: 415px;
    width: 1px;
    max-width: 1px;
    bottom: auto;
    top: 50%;
    margin-top: 30px;
    left: 0;
    right: auto;
    transform: translateY(-120vw) translateX(0);
  }
}
#colours .c-header_link {
  color: #FFFFFF;
  font-family: "Fuencarralera", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
#colours .c-header[data-current="2"] .c-header_logo {
  animation: logoScale 0s 0s forwards, logoMove 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="2"] .c-header_logo {
    animation: logoScale 0s 0s forwards, logoMoveD 1s 0s forwards;
  }
}
#colours .c-header[data-current="2"] .c-header_bg {
  animation: bgHeader 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="2"] .c-header_bg {
    animation: bgHeaderD 1s 0s forwards;
  }
}
#colours .c-header[data-current="2"] .c-header_intro span {
  animation: translateY 0s 0s forwards, visible 0s 0s forwards, hidden 1s 0s forwards;
}
#colours .c-header[data-current="2"] .c-header_intro:before {
  animation: translateXCenter 0s 0s forwards, translateX100VWRight 1s 0s forwards;
}
#colours .c-header[data-current="3"] .c-header_logo {
  animation: logoScale 0s 0s forwards, logoMove 0s 0s forwards, logoMove2 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="3"] .c-header_logo {
    animation: logoScale 0s 0s forwards, logoMoveD 0s 0s forwards, logoMove2D 1s 0s forwards;
  }
}
#colours .c-header[data-current="3"] .c-header_bg {
  animation: bgHeader 0s 0s forwards, bgHeader2 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="3"] .c-header_bg {
    animation: bgHeaderD 0s 0s forwards, bgHeaderD2 1s 0s forwards;
  }
}
#colours .c-header[data-current="3"] .c-header_intro span {
  animation: translateY 0s 0s forwards, visible 0s 0s forwards, hidden 0s 0s forwards;
}
#colours .c-header[data-current="3"] .c-header_intro:before {
  animation: translateXCenter 0s 0s forwards, translateX100VWRight 0s 0s forwards;
}
#colours .c-header[data-current="3"] .c-header_description span {
  animation: translateX 1s 0s forwards, visible 1s 0s forwards;
}
#colours .c-header[data-current="3"] .c-header_description:before {
  animation: cHeaderDescription 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="3"] .c-header_description:before {
    animation: translateY50 1s 0s forwards;
  }
}
#colours .c-header[data-current="4"] .c-header_scroll, #colours .c-header[data-current="5"] .c-header_scroll {
  animation: none;
}
#colours .c-header[data-current="4"] .c-header_logo, #colours .c-header[data-current="5"] .c-header_logo {
  animation: logoScale 0s 0s forwards, logoMove 0s 0s forwards, logoMove2 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="4"] .c-header_logo, #colours .c-header[data-current="5"] .c-header_logo {
    animation: logoScale 0s 0s forwards, logoMoveD 0s 0s forwards, logoMove2D 1s 0s forwards;
  }
}
#colours .c-header[data-current="4"] .c-header_logo #colores-o,
#colours .c-header[data-current="4"] .c-header_logo #colores-s,
#colours .c-header[data-current="4"] .c-header_logo #fuencarral-n, #colours .c-header[data-current="5"] .c-header_logo #colores-o,
#colours .c-header[data-current="5"] .c-header_logo #colores-s,
#colours .c-header[data-current="5"] .c-header_logo #fuencarral-n {
  animation: translateY 0s 0s forwards, logoColor 0s 0s forwards, rotate 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo #colores-o2, #colours .c-header[data-current="5"] .c-header_logo #colores-o2 {
  animation: translateY 0s 0s forwards, logoColor 0s 0s forwards, flipV 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo #fuencarral-u,
#colours .c-header[data-current="4"] .c-header_logo #fuencarral-a,
#colours .c-header[data-current="4"] .c-header_logo #fuencarral-a2, #colours .c-header[data-current="5"] .c-header_logo #fuencarral-u,
#colours .c-header[data-current="5"] .c-header_logo #fuencarral-a,
#colours .c-header[data-current="5"] .c-header_logo #fuencarral-a2 {
  animation: translateY 0s 0s forwards, logoColor 0s 0s forwards, flipH 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo-los svg, #colours .c-header[data-current="5"] .c-header_logo-los svg {
  animation: translateY 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo-colores svg, #colours .c-header[data-current="5"] .c-header_logo-colores svg {
  animation: translateY 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo-de svg, #colours .c-header[data-current="5"] .c-header_logo-de svg {
  animation: translateY 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_logo-fuencarral svg, #colours .c-header[data-current="5"] .c-header_logo-fuencarral svg {
  animation: translateY 0s 0s forwards, translateY110Down 0.5s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_bg, #colours .c-header[data-current="5"] .c-header_bg {
  animation: bgHeader 0s 0s forwards, bgHeader2 0s 0s forwards, bgHeader3 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="4"] .c-header_bg, #colours .c-header[data-current="5"] .c-header_bg {
    animation: bgHeaderD 0s 0s forwards, bgHeaderD2 0s 0s forwards, bgHeaderD3 1s 0s forwards;
  }
}
#colours .c-header[data-current="4"] .c-header_link, #colours .c-header[data-current="5"] .c-header_link {
  opacity: 1;
  visibility: visible;
}
#colours .c-header[data-current="4"] .c-header_intro span, #colours .c-header[data-current="5"] .c-header_intro span {
  animation: translateY 0s 0s forwards, visible 0s 0s forwards, hidden 0s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_intro:before, #colours .c-header[data-current="5"] .c-header_intro:before {
  animation: translateXCenter 0s 0s forwards, translateX100VWRight 0s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_description span, #colours .c-header[data-current="5"] .c-header_description span {
  animation: translateX 0s 0s forwards, visible 0s 0s forwards, hidden 1s 0s forwards;
}
#colours .c-header[data-current="4"] .c-header_description:before, #colours .c-header[data-current="5"] .c-header_description:before {
  animation: translateX50 0s 0s forwards, translateX150VWLeft 1s 0s forwards;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="4"] .c-header_description:before, #colours .c-header[data-current="5"] .c-header_description:before {
    animation: translateY50 0s 0s forwards, translateY100VHDown 1s 0s forwards;
  }
}
#colours .c-header .c-header_link {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-header .c-header_circle {
  transition: all 1s;
}
#colours .c-header[data-current="2"] .c-header_circle {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: none;
  top: 20%;
  left: 65%;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="2"] .c-header_circle {
    top: 32%;
    left: 73%;
  }
}
#colours .c-header[data-current="3"] .c-header_circle {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: none;
  top: 70%;
  left: 70%;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="3"] .c-header_circle {
    top: 12%;
    left: 81%;
  }
}
#colours .c-header[data-current="4"] .c-header_circle {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: none;
  top: calc(50% - 20px);
  left: calc(50% + 70px);
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
}
@media (min-width: 1000px) {
  #colours .c-header[data-current="4"] .c-header_circle {
    top: calc(50% - 80px);
    left: calc(50% + 20px);
    margin-top: 0;
    margin-left: 0;
  }
}
#colours .c-header[data-current="5"] .c-header_link {
  opacity: 0;
  visibility: hidden;
}
#colours .c-header[data-current="5"] .c-header_circle {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: none;
  top: 50%;
  left: 100%;
  width: 1140px;
  height: 1140px;
  margin-top: -570px;
  margin-left: -1080px;
  background-color: #1C1E1C;
  opacity: 0;
  visibility: hidden;
}
#colours[cheader="5"] .c-header {
  visibility: hidden;
  opacity: 0;
}
#colours.cMap .c-header, #colours.cClosure .c-header, #colours.cQuotes .c-header, #colours.cExhibition .c-header, #colours.cVideo .c-header {
  opacity: 0 !important;
  visibility: hidden !important;
}
#colours .c-mosaic {
  position: relative;
  z-index: 3;
}
#colours .c-mosaic .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  width: 700vw;
  max-width: 700vw;
  transition: all 1s;
}
#colours .c-mosaic.c-absoluted .c-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}
#colours .c-mosaic.c-fixed .c-wrapper, #colours .c-mosaic.c-viewport .c-wrapper {
  position: fixed;
}
#colours .c-mosaic .c-trick {
  height: calc(700vw + 100vh - 100vw);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-trick {
    height: 800vh;
  }
}
#colours .c-mosaic .c-container {
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-image: url("../images/bg-fuencarral.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#colours .c-mosaic .c-city,
#colours .c-mosaic .c-area,
#colours .c-mosaic .c-street,
#colours .c-mosaic .c-buildings,
#colours .c-mosaic .c-tipo,
#colours .c-mosaic .c-patterns,
#colours .c-mosaic .c-textures {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#colours .c-mosaic .c-city {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-city {
    left: 100%;
    width: calc(100% - 175px);
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#colours .c-mosaic .c-city_mosaic {
  display: none;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-city_mosaic {
    display: block;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 82%;
    max-width: 900px;
    transition: all 1.5s 0s;
  }
}
#colours .c-mosaic .c-city_media {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-city_media {
    max-width: 404px;
    margin: 6% auto auto 11.2%;
  }
}
@media (min-width: 1440px) {
  #colours .c-mosaic .c-city_media {
    max-width: 600px;
    height: 600px;
  }
}
#colours .c-mosaic .c-city_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateX(-105%);
  transition: all 1s;
}
#colours .c-mosaic .c-city_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-city_text {
    max-width: 310px;
    margin: 6% 12% auto auto;
    background-color: #FFFFFF;
    padding: 20px;
    z-index: 1;
  }
}
#colours .c-mosaic .c-city_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-city_text p {
    font-size: 18px;
  }
}
#colours .c-mosaic .c-area {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area {
    width: calc(100% - 175px);
    left: 100%;
    flex-direction: row;
    transition: left 1s 0s;
  }
}
#colours .c-mosaic .c-area_media {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area_media {
    width: 50%;
    min-width: 50%;
    height: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
#colours .c-mosaic .c-area_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#colours .c-mosaic .c-area_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area_text {
    margin: 0;
    position: absolute;
    left: 53.3%;
    width: 280px;
    top: 2%;
    padding: 15px;
    background-color: #FFFFFF;
  }
}
#colours .c-mosaic .c-area_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area_text p {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area_text p {
    max-width: 100%;
  }
}
#colours .c-mosaic .c-area_text + .c-area_text {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-area_text + .c-area_text {
    left: 64%;
    top: auto;
    bottom: 19%;
    width: 270px;
    padding-top: 15px;
  }
}
#colours .c-mosaic .c-area_text + .c-area_text p {
  transition-delay: 1s;
}
#colours .c-mosaic .c-street {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street {
    width: calc(100% - 175px);
    left: 100%;
    flex-direction: row;
    justify-content: flex-start;
    transition: left 1s 0s;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street:before {
    content: "";
    display: block;
    width: 12%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/calles-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
  }
}
#colours .c-mosaic .c-street_mosaic {
  display: none;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_mosaic {
    display: block;
    position: absolute;
    bottom: -100%;
    right: 0;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-street_media {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_media {
    width: 35%;
    max-width: 408px;
    height: auto;
    margin-left: 39px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: auto;
    transition: all 1s;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-street_media:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-street_media:nth-of-type(3) {
    display: none;
  }
}
#colours .c-mosaic .c-street_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateX(-105%);
  transition: all 1s;
}
#colours .c-mosaic .c-street_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_text {
    margin: 0;
    position: absolute;
    right: 17%;
    width: 400px;
    bottom: 15%;
    padding: 15px;
    background-color: #FFFFFF;
  }
}
#colours .c-mosaic .c-street_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_text p {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_text p {
    max-width: 100%;
  }
}
#colours .c-mosaic .c-street_text + .c-street_text {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-street_text + .c-street_text {
    left: 11%;
    right: auto;
    top: auto;
    bottom: 20%;
    width: 390px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
  }
}
#colours .c-mosaic .c-street_text + .c-street_text p {
  transition-delay: 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings {
    width: calc(100% - 175px);
    left: 100%;
    transition: left 1s 0s;
  }
}
#colours .c-mosaic .c-buildings_nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav {
    flex-direction: row;
    height: 100%;
  }
}
#colours .c-mosaic .c-buildings_nav_item {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 143px;
  padding: 32px;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item {
    justify-content: center;
    border-top: none;
    border-bottom: none;
    width: 25%;
    border-left: 3px solid #000000;
    background-size: cover;
    height: 100%;
    transition: all 1s;
    overflow: hidden;
  }
}
#colours .c-mosaic .c-buildings_nav_item:after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background-image: url("../images/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item:after {
    width: 82px;
    height: 100%;
    right: 0;
    top: 0;
    transform: none;
    background-image: url("../images/edificios-texto-1.svg");
    background-position: top right;
    background-size: 81px auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-buildings_nav_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.85;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item:before {
    opacity: 0.85;
    visibility: visible;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-buildings_nav_item:nth-of-type(1) {
  background-image: url("../images/edificios-1.jpg");
}
#colours .c-mosaic .c-buildings_nav_item:nth-of-type(2) {
  background-image: url("../images/edificios-2.jpg");
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item:nth-of-type(2):after {
    background-image: url("../images/edificios-texto-2.svg");
    background-size: 80px auto;
  }
}
#colours .c-mosaic .c-buildings_nav_item:nth-of-type(3) {
  background-image: url("../images/edificios-3.jpg");
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item:nth-of-type(3):after {
    background-image: url("../images/edificios-texto-3.svg");
    background-size: 82px auto;
  }
}
#colours .c-mosaic .c-buildings_nav_item:nth-of-type(4) {
  background-image: url("../images/edificios-4.jpg");
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item:nth-of-type(4):after {
    background-image: url("../images/edificios-texto-4.svg");
    background-size: 69px auto;
  }
}
#colours .c-mosaic .c-buildings_nav_item_text {
  position: relative;
  z-index: 2;
  color: #A4A4A4;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item_text {
    font-size: 25px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-buildings_nav_item_text strong {
  display: block;
  color: #1C1E1C;
  font-family: "Fuencarralera", sans-serif;
  font-size: 19.5px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item_text strong {
    font-size: 27px;
    margin-top: 3px;
  }
}
#colours .c-mosaic .c-buildings_nav_item_more {
  display: none;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_nav_item_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-buildings_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 9;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_modal {
    width: calc(100% - 521px);
  }
}
#colours .c-mosaic .c-buildings_modal.c-active {
  opacity: 1;
  visibility: visible;
}
#colours .c-mosaic .c-buildings_modal_content {
  padding: 28px 28px 28px 56px;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_modal_content {
    padding-top: 45px;
    width: 100%;
    max-width: 515px;
    margin: 0 auto auto;
    display: flex;
    flex-direction: column;
  }
}
#colours .c-mosaic .c-buildings_modal_back {
  display: flex;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_modal_back {
    font-size: 15px;
  }
}
#colours .c-mosaic .c-buildings_modal_back:before {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-image: url("../images/ico-back.svg");
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
#colours .c-mosaic .c-buildings_modal_title {
  color: #000000;
  font-family: "Fuencarralera", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  max-width: 200px;
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_modal_title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#colours .c-mosaic .c-buildings_modal_text {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings_modal_text {
    max-width: 290px;
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-active {
    width: 40%;
    min-width: 40%;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-active:before,
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-active .c-buildings_nav_item_text {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-active:after,
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-active .c-buildings_nav_item_more {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings:not(.c-visible) .c-buildings_nav_item.c-inactive {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav {
    justify-content: flex-end;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item {
    width: 56px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item:after {
    width: 30px;
    height: 100%;
    right: 20px;
    top: 15px;
    transform: none;
    background-image: url("../images/edificios-texto-1-s.svg");
    background-position: top right;
    background-size: 25px auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item:nth-of-type(2):after {
    background-image: url("../images/edificios-texto-2-s.svg");
    background-size: 25px auto;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item:nth-of-type(3):after {
    background-image: url("../images/edificios-texto-3-s.svg");
    background-size: 25px auto;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item:nth-of-type(4):after {
    background-image: url("../images/edificios-texto-4-s.svg");
    background-size: 21px auto;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item .c-buildings_nav_item_text {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item.c-expand {
    width: 320px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-buildings.c-visible .c-buildings_nav_item.c-expand:before {
    opacity: 0;
    visibility: hidden;
  }
}
#colours .c-mosaic .c-tipo {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo {
    width: calc(100% - 175px);
    left: 100%;
    flex-direction: row;
    justify-content: flex-start;
    transition: left 1s 0s;
  }
}
#colours .c-mosaic .c-tipo_mosaic {
  display: block;
  margin-top: 60px;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_mosaic {
    position: absolute;
    bottom: -100%;
    right: 0;
    transition: all 1s;
    width: 100%;
    max-height: 90vh;
  }
}
#colours .c-mosaic .c-tipo_media {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.25;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_media {
    width: 60%;
    max-width: 60%;
    opacity: 1;
    left: auto;
    right: 0;
  }
}
#colours .c-mosaic .c-tipo_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_media img {
    transform: translateX(0%);
    transition: all 1s;
  }
}
#colours .c-mosaic .c-tipo_content {
  overflow-y: auto;
}
#colours .c-mosaic .c-tipo_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_text {
    margin: 0;
    position: absolute;
    left: 19%;
    width: 420px;
    top: 3%;
    padding: 15px;
    background-color: #FFFFFF;
  }
}
#colours .c-mosaic .c-tipo_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_text p {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_text p {
    max-width: 100%;
  }
}
#colours .c-mosaic .c-tipo_text + .c-tipo_text {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-tipo_text + .c-tipo_text {
    left: auto;
    right: 60%;
    top: 18%;
    width: 390px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
  }
}
#colours .c-mosaic .c-tipo_text + .c-tipo_text p {
  transition-delay: 1s;
}
#colours .c-mosaic .c-patterns {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns {
    width: calc(100% - 175px);
    left: 100%;
    flex-direction: row;
    justify-content: flex-start;
    transition: left 1s 0s;
  }
}
#colours .c-mosaic .c-patterns_mosaic {
  display: none;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_mosaic {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 1s;
    width: 50%;
    display: flex;
    transform: translateY(-50%);
    overflow: hidden;
  }
}
#colours .c-mosaic .c-patterns_mosaic img {
  width: calc(50% - 14px);
  margin-left: auto;
  transition: all 1s;
  background-color: #FFFFFF;
}
#colours .c-mosaic .c-patterns_mosaic img:nth-of-type(1) {
  transform: translateY(-100%);
}
#colours .c-mosaic .c-patterns_mosaic img:nth-of-type(2) {
  transform: translateY(100%);
}
#colours .c-mosaic .c-patterns_media {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_media {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    transition: all 1s;
  }
}
#colours .c-mosaic .c-patterns_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_media img {
    transform: translateX(50%);
    transition: all 1s;
    max-height: calc(100vh - 40px);
  }
}
#colours .c-mosaic .c-patterns_content {
  overflow-y: auto;
  margin-bottom: auto;
}
#colours .c-mosaic .c-patterns_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_text {
    margin: 0;
    position: absolute;
    left: 55%;
    width: 380px;
    top: 50%;
    padding: 15px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    transition: opacity 0.1s 0s;
  }
}
#colours .c-mosaic .c-patterns_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_text p {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-patterns_text p {
    max-width: 100%;
  }
}
#colours .c-mosaic .c-textures {
  background-color: #FFFFFF;
  background-image: url("../images/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures {
    width: calc(100% - 175px);
    left: 100%;
    flex-direction: column;
    transition: left 1s 0s;
    overflow: hidden;
    padding-top: 46px;
  }
}
#colours .c-mosaic .c-textures_mosaic {
  display: block;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_mosaic {
    position: absolute;
    top: 46px;
    left: 100%;
    transition: all 1s;
    width: 60%;
    height: calc(32vh + 23px);
    overflow: hidden;
    transition: all 1s;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_mosaic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: translateX(0%);
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_media {
    display: none;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_media {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
    transition: all 1s;
    height: 16vh;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_media:nth-of-type(3) {
    width: 90%;
    max-width: 90%;
    margin-left: 10%;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_media:nth-of-type(3) img {
    transition-delay: 1.5s;
  }
}
#colours .c-mosaic .c-textures_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_media img {
    transform: translateX(105%);
    transition: all 1s 1s;
  }
}
#colours .c-mosaic .c-textures_content {
  overflow-y: auto;
  margin-bottom: auto;
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_content {
    opacity: 0;
    visibility: hidden;
  }
}
#colours .c-mosaic .c-textures_text {
  width: 100%;
  padding: 24px 24px 24px 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_text {
    margin: 0;
    position: absolute;
    left: 50%;
    width: 410px;
    bottom: 11%;
    padding: 15px;
    transform: translateX(-57%);
    background-color: #FFFFFF;
  }
}
#colours .c-mosaic .c-textures_text p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  max-width: 294px;
  margin: auto;
  transform: translateX(-105%);
  transition: all 1s 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_text p {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_text p {
    max-width: 100%;
  }
}
#colours .c-mosaic .c-textures_gallery {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  transition: all 1s;
  display: flex;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery {
    padding-left: 175px;
  }
}
#colours .c-mosaic .c-textures_gallery_item {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: default;
}
#colours .c-mosaic .c-textures_gallery_item_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#colours .c-mosaic .c-textures_gallery_item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  color: #FFFFFF;
  font-family: "Fuencarralera", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery_item_text {
    font-size: 21px;
    padding: 30px;
    height: 75%;
  }
}
#colours .c-mosaic .c-textures_gallery_col {
  display: flex;
  flex-direction: column;
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) {
  width: calc(33.33% - 20px);
  margin: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) {
    width: calc(35% - 24px);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(1) {
  margin-bottom: 34px;
  height: 40%;
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
  background-color: #CD8879;
  transform: translateY(100%);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
    transform: translateY(0);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(1):hover .c-textures_gallery_item_text {
  transform: translateY(0);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(2) {
  height: calc(60% - 34px);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(2) .c-textures_gallery_item_text {
  background-color: #C5C5BB;
  color: #000000;
  height: 100%;
  width: 80%;
  transform: translateX(-100%);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(2) .c-textures_gallery_item_text {
    transform: translateX(0);
  }
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(2) .c-textures_gallery_item_text {
    width: 75%;
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(1) .c-textures_gallery_item:nth-of-type(2):hover .c-textures_gallery_item_text {
  transform: translateX(0);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) {
  width: calc(33.33% - 0px);
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) {
    width: calc(30% - 24px);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) {
  height: 100%;
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
  background-color: #FCC775;
  color: #000000;
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
    transform: translateY(0);
    padding-top: 160px;
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1):hover .c-textures_gallery_item_text {
  transform: translateY(0);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) {
  width: calc(33.33% - 20px);
  margin: 0;
}
@media (min-width: 1000px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) {
    width: calc(35% - 24px);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(1) {
  margin-bottom: 34px;
  height: calc(60% - 34px);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
  background-color: #FEEDC0;
  color: #000000;
  height: 100%;
  width: 75%;
  transform: translateX(-100%);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
    width: 80%;
    transform: translateX(0);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(1):hover .c-textures_gallery_item_text {
  transform: translateX(0);
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(2) {
  height: 40%;
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(2) .c-textures_gallery_item_text {
  background-color: #F6B7BE;
  color: #000000;
  transform: translateY(100%);
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(2) .c-textures_gallery_item_text {
    transform: translateY(0);
  }
}
#colours .c-mosaic .c-textures_gallery_col:nth-of-type(3) .c-textures_gallery_item:nth-of-type(2):hover .c-textures_gallery_item_text {
  transform: translateY(0);
}
#colours.cMosaic[cmosaic="2"] .c-city {
  z-index: 10;
}
@media (max-width: 999px) {
  #colours.cMosaic[cmosaic="2"] .c-city {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-city_mosaic {
    left: 0;
  }
}
#colours.cMosaic[cmosaic="2"] .c-city_media img,
#colours.cMosaic[cmosaic="2"] .c-city_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-area {
    left: 90%;
    transition-delay: 1s;
    z-index: 11;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-city, #colours.cMosaic[cmosaic="3"] .c-city {
    opacity: 1;
    visibility: visible;
    left: 175px;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="2"] .c-area, #colours.cMosaic[cmosaic="3"] .c-area {
    opacity: 1;
    visibility: visible;
  }
}
#colours.cMosaic[cmosaic="3"] .c-area {
  z-index: 10;
}
@media (max-width: 999px) {
  #colours.cMosaic[cmosaic="3"] .c-area {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="3"] .c-area {
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="3"] .c-area_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="3"] .c-street {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="3"] .c-street_media:nth-of-type(1) {
    margin-left: -100px;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="4"] .c-street:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="4"] .c-street_media:nth-of-type(1) {
    margin-left: 5%;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="4"] .c-area, #colours.cMosaic[cmosaic="5"] .c-area {
    opacity: 1;
    visibility: visible;
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="4"] .c-street, #colours.cMosaic[cmosaic="5"] .c-street {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="4"] .c-street, #colours.cMosaic[cmosaic="5"] .c-street {
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="4"] .c-street_text p, #colours.cMosaic[cmosaic="5"] .c-street_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="4"] .c-street_text + .c-street_text p, #colours.cMosaic[cmosaic="5"] .c-street_text + .c-street_text p {
    transform: translateX(-105%);
  }
}
#colours.cMosaic[cmosaic="4"] .c-street_media img, #colours.cMosaic[cmosaic="5"] .c-street_media img {
  transform: translateX(0%);
}
#colours.cMosaic[cmosaic="5"] .c-street {
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street_text {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street_text + .c-street_text {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street_text + .c-street_text p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street_mosaic {
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="5"] .c-street_media:nth-of-type(1) {
    margin-left: -45%;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="6"] .c-street {
    opacity: 1;
    visibility: visible;
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="6"] .c-buildings {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="6"] .c-buildings {
    left: 175px;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="7"] .c-buildings {
    opacity: 1;
    visibility: visible;
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="7"] .c-tipo {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="7"] .c-tipo {
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="7"] .c-tipo_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="7"] .c-tipo_text + .c-tipo_text p {
    transform: translateX(-105%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="7"] .c-tipo_mosaic {
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="7"] .c-tipo_media {
    opacity: 0;
    visibility: hidden;
  }
}
#colours.cMosaic[cmosaic="8"] .c-tipo {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="8"] .c-tipo {
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="8"] .c-tipo_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="8"] .c-tipo_text {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="8"] .c-tipo_text + .c-tipo_text {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="8"] .c-tipo_text + .c-tipo_text p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="8"] .c-tipo_media {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="9"] .c-tipo {
    opacity: 1;
    visibility: visible;
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="9"] .c-patterns {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="9"] .c-patterns {
    left: 175px;
  }
}
#colours.cMosaic[cmosaic="9"] .c-patterns_text p {
  transform: translateX(0%);
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="9"] .c-patterns_media {
    opacity: 0;
    visibility: hidden;
    transition: all 1s 0s;
  }
}
#colours.cMosaic[cmosaic="9"] .c-patterns_mosaic img:nth-of-type(1) {
  transform: translateY(-9%);
}
#colours.cMosaic[cmosaic="9"] .c-patterns_mosaic img:nth-of-type(2) {
  transform: translateY(8%);
}
#colours.cMosaic[cmosaic="10"] .c-patterns_mosaic img:nth-of-type(1) {
  transform: translateY(-100%);
}
#colours.cMosaic[cmosaic="10"] .c-patterns_mosaic img:nth-of-type(2) {
  transform: translateY(100%);
}
#colours.cMosaic[cmosaic="10"] .c-patterns {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="10"] .c-patterns {
    left: 175px;
    background-image: none;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="10"] .c-patterns_text {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 999px) {
  #colours.cMosaic[cmosaic="10"] .c-patterns_text p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="10"] .c-patterns_media {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="10"] .c-patterns_media img {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-patterns {
    opacity: 1;
    visibility: visible;
    left: 175px;
    background-image: none;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-patterns_text {
    opacity: 0;
    visibility: hidden;
  }
}
#colours.cMosaic[cmosaic="11"] .c-textures, #colours.cMosaic[cmosaic="12"] .c-textures, #colours.cMosaic[cmosaic="13"] .c-textures {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures, #colours.cMosaic[cmosaic="12"] .c-textures, #colours.cMosaic[cmosaic="13"] .c-textures {
    left: 175px;
  }
}
@media (max-width: 999px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_text p, #colours.cMosaic[cmosaic="12"] .c-textures_text p, #colours.cMosaic[cmosaic="13"] .c-textures_text p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_text:nth-of-type(1) p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_text:nth-of-type(2),
  #colours.cMosaic[cmosaic="11"] .c-textures_text:nth-of-type(3) {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_media {
    display: block;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_media img {
    transform: translateX(0);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="11"] .c-textures_mosaic {
    display: block;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(2),
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(3) {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(2) p,
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(3) p {
    transform: translateX(0%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_mosaic {
    left: 40%;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_media {
    transform: translateX(calc(-60% - 32px));
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_media:nth-of-type(3) {
    transform: translateX(calc(-66.6% - 32px));
    margin-bottom: auto;
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_media img {
    transform: translateX(0%);
  }
}
#colours.cMosaic[cmosaic="12"] .c-textures_content {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_content {
    position: absolute;
    left: 50%;
    width: 51%;
    bottom: 7%;
    transform: translateX(-57%);
  }
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(2),
  #colours.cMosaic[cmosaic="12"] .c-textures_text:nth-of-type(3) {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }
}
#colours.cMosaic[cmosaic="13"] .c-textures_content {
  opacity: 0;
  visibility: hidden;
}
#colours.cMosaic[cmosaic="13"] .c-textures_mosaic {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1000px) {
  #colours.cMosaic[cmosaic="13"] .c-textures_mosaic {
    opacity: 1;
    visibility: visible;
    left: 105%;
  }
}
#colours.cMosaic[cmosaic="13"] .c-textures_media {
  transform: translateX(-105%);
}
#colours.cMosaic[cmosaic="13"] .c-textures_media:nth-of-type(3) {
  transform: translateX(-125%);
  margin-bottom: auto;
}
#colours.cMosaic[cmosaic="13"] .c-textures_media img {
  transform: translateX(0%);
}
#colours.cMosaic[cmosaic="13"] .c-textures_gallery {
  opacity: 1;
  visibility: visible;
}
#colours.cMosaic[cmosaic="2"] .c-home, #colours.cMosaic[cmosaic="3"] .c-home, #colours.cMosaic[cmosaic="4"] .c-home, #colours.cMosaic[cmosaic="5"] .c-home, #colours.cMosaic[cmosaic="6"] .c-home, #colours.cMosaic[cmosaic="7"] .c-home, #colours.cMosaic[cmosaic="8"] .c-home, #colours.cMosaic[cmosaic="9"] .c-home, #colours.cMosaic[cmosaic="10"] .c-home, #colours.cMosaic[cmosaic="11"] .c-home, #colours.cMosaic[cmosaic="12"] .c-home, #colours.cMosaic[cmosaic="13"] .c-home {
  opacity: 0;
  visibility: hidden;
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_link, #colours.cMosaic[cmosaic="3"] .c-home .c-home_link, #colours.cMosaic[cmosaic="4"] .c-home .c-home_link, #colours.cMosaic[cmosaic="5"] .c-home .c-home_link, #colours.cMosaic[cmosaic="6"] .c-home .c-home_link, #colours.cMosaic[cmosaic="7"] .c-home .c-home_link, #colours.cMosaic[cmosaic="8"] .c-home .c-home_link, #colours.cMosaic[cmosaic="9"] .c-home .c-home_link, #colours.cMosaic[cmosaic="10"] .c-home .c-home_link, #colours.cMosaic[cmosaic="11"] .c-home .c-home_link, #colours.cMosaic[cmosaic="12"] .c-home .c-home_link, #colours.cMosaic[cmosaic="13"] .c-home .c-home_link {
  opacity: 0;
  visibility: hidden;
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(1), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(1) {
  transform: translate(-50%, -150%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(2), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(2) {
  transform: translate(-50%, -150%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(3), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(3) {
  transform: translate(0%, -50%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(4), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(4) {
  transform: translate(-50%, 150%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(5), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(5) {
  transform: translate(-150%, -33%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(6), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(6) {
  transform: translate(-150%, -50%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(7), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(7) {
  transform: translate(-150%, -75%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(8), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(8) {
  transform: translate(-50%, -150%);
}
#colours.cMosaic[cmosaic="2"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="3"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="4"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="5"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="6"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="7"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="8"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="9"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="10"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="11"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="12"] .c-home .c-home_image:nth-of-type(9), #colours.cMosaic[cmosaic="13"] .c-home .c-home_image:nth-of-type(9) {
  transform: translate(-50%, -150%);
}
#colours .c-home {
  position: relative;
  border-radius: 100%;
  background-color: #1C1E1C;
  width: 1140px;
  height: 1140px;
  min-width: 1140px;
  min-height: 1140px;
  overflow: hidden;
  margin: auto -10px auto auto;
  transform: scale(1) translateY(0) translateX(-40px);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
@media (max-width: 999px) {
  #colours .c-home {
    width: 440px;
    height: 440px;
    min-width: 440px;
    min-height: 440px;
    z-index: 99;
  }
}
@media (min-width: 1000px) {
  #colours .c-home {
    transform: scale(0.85);
  }
}
@media (min-width: 1440px) {
  #colours .c-home {
    margin-right: -60px;
    transform: translateY(0px) scale(1);
  }
}
#colours .c-home_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  z-index: 1;
}
#colours .c-home_image:nth-of-type(1) {
  transform: translate(-50%, -150%);
}
#colours .c-home_image:nth-of-type(2) {
  transform: translate(-50%, -150%);
  transition-delay: 0.2s;
}
#colours .c-home_image:nth-of-type(3) {
  transform: translate(0%, -50%);
  transition-delay: 0.1s;
}
#colours .c-home_image:nth-of-type(4) {
  transform: translate(-50%, 150%);
}
#colours .c-home_image:nth-of-type(5) {
  transform: translate(-150%, -33%);
}
#colours .c-home_image:nth-of-type(6) {
  transform: translate(-150%, -50%);
  transition-delay: 0.2s;
}
#colours .c-home_image:nth-of-type(7) {
  transform: translate(-150%, -75%);
}
#colours .c-home_image:nth-of-type(8) {
  transform: translate(-50%, -150%);
  transition-delay: 0.3s;
}
#colours .c-home_image:nth-of-type(9) {
  transform: translate(-50%, -150%);
  transition-delay: 0.5s;
}
#colours .c-home_link {
  height: 32px;
  align-items: center;
  display: flex;
  position: absolute;
  text-wrap: nowrap;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-home_link:nth-of-type(1) {
  top: 43%;
  left: 61%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(1) {
    top: 41%;
    left: 55%;
  }
}
#colours .c-home_link:nth-of-type(1):before {
  background-image: url("../images/bg-link-patrones.png");
}
#colours .c-home_link:nth-of-type(2) {
  top: 46.7%;
  left: 79%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(2) {
    top: 49%;
    left: 72%;
  }
}
#colours .c-home_link:nth-of-type(2):before {
  background-image: url("../images/bg-link-ciudad.png");
}
#colours .c-home_link:nth-of-type(3) {
  top: 63%;
  left: 74%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(3) {
    top: 64%;
    left: 72%;
  }
}
#colours .c-home_link:nth-of-type(3):before {
  background-image: url("../images/bg-link-barrio.png");
}
#colours .c-home_link:nth-of-type(4) {
  top: 76%;
  left: 48%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(4) {
    top: 82%;
    left: 37%;
  }
}
#colours .c-home_link:nth-of-type(4):before {
  background-image: url("../images/bg-link-calles.png");
}
#colours .c-home_link:nth-of-type(5) {
  top: 60%;
  left: 26.3%;
}
#colours .c-home_link:nth-of-type(5):before {
  background-image: url("../images/bg-link-edificios.png");
}
#colours .c-home_link:nth-of-type(6) {
  top: 32%;
  left: 24%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(6) {
    top: 33.5%;
    left: 18%;
  }
}
#colours .c-home_link:nth-of-type(6):before {
  background-image: url("../images/bg-link-texturas.png");
}
#colours .c-home_link:nth-of-type(7) {
  top: 28.8%;
  left: 59%;
}
@media (max-width: 599px) {
  #colours .c-home_link:nth-of-type(7) {
    left: 58%;
  }
}
#colours .c-home_link:nth-of-type(7):before {
  background-image: url("../images/bg-link-tipografia.png");
}
#colours .c-home_link > span {
  border-radius: 15px;
  overflow: hidden;
}
#colours .c-home_link > span:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -18px;
  transition: all 0.75s;
}
#colours .c-home_link > span span {
  display: flex;
  color: #1C1E1C;
  font-family: "Fuencarralera", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 7px 15px 10px 40px;
  transform: translateX(0);
  transition: all 0.75s;
}
@media (max-width: 999px) {
  #colours .c-home_link > span span {
    font-size: 9px;
    padding: 6px 10px 6px 35px;
  }
}
#colours .c-home_link:hover > span:before, #colours .c-home_link.c-active > span:before {
  border-color: #FCC775;
}
#colours .c-home_link:hover > span span, #colours .c-home_link.c-active > span span {
  background-color: #FCC775;
}
#colours .c-home_link:hover:before, #colours .c-home_link.c-active:before {
  filter: blur(0px);
  transform: scale(1.1);
}
#colours .c-home_link:hover:after, #colours .c-home_link.c-active:after {
  opacity: 0;
}
#colours .c-home_link:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -16.5px;
  transition: all 0.75s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-blend-mode: multiply, luminosity;
  filter: blur(2px);
  transform: scale(1);
}
#colours .c-home_link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
  transition: all 0.75s;
}
#colours .c-mosaic.c-viewport .c-home_image {
  transform: translate(-50%, -50%);
}
#colours .c-mosaic.c-viewport .c-home_link {
  opacity: 1;
  visibility: visible;
}
#colours .c-video {
  background-color: #000000;
  height: 120vh;
  position: relative;
  z-index: 3;
}
#colours .c-video .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-video.c-viewport .c-wrapper {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#colours .c-video .vimeo {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
#colours .c-video .vimeo iframe {
  width: 100%;
  height: 100%;
}
#colours .c-video_play {
  width: 100%;
  position: relative;
  width: calc(100% - 33px);
  margin-left: auto;
  height: 100%;
  background-color: #000000;
}
@media (min-width: 1000px) {
  #colours .c-video_play {
    width: calc(100% - 66px);
  }
}
#colours .c-video_play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
#colours .c-video_play:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../images/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
}
#colours .c-video_play:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
#colours .c-video_play.c-inactive {
  display: none;
}
#colours .c-video_iframe {
  display: none;
  width: calc(100% - 33px);
  margin-left: auto;
  height: 100%;
  background-color: #000000;
}
@media (min-width: 1000px) {
  #colours .c-video_iframe {
    width: calc(100% - 66px);
  }
}
#colours .c-video_iframe iframe {
  width: 100%;
  height: 100%;
}
#colours .c-video_iframe.c-active {
  display: block;
}
#colours .c-video_player {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  position: relative;
}
#colours .c-video_player:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("../images/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}
@media (min-width: 1000px) {
  #colours .c-video_player:before {
    width: 62px;
    height: 62px;
  }
}
#colours .c-video_player:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
#colours .c-video_player img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#colours .c-map {
  height: 200vh;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#colours .c-map .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-map.c-viewport .c-wrapper {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#colours .c-map_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 2.5s;
  transform: rotate(-15deg) scale(2.35) translate(-5.5%, -2.5%);
  max-width: 1440px;
  max-height: 960px;
}
@media (max-width: 999px) {
  #colours .c-map_bg {
    max-height: 100vh;
  }
}
@media (min-width: 1880px) {
  #colours .c-map_bg {
    top: 50%;
  }
}
#colours .c-map_bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colours .c-map_bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#colours .c-map_bg picture:nth-of-type(1) {
  z-index: 2;
}
#colours .c-map_bg picture:nth-of-type(2) {
  z-index: 1;
}
#colours .c-map_link {
  align-items: center;
  display: flex;
  position: absolute;
  text-wrap: nowrap;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 1s 0s;
}
@media (max-width: 599px) {
  #colours .c-map_link {
    max-width: 38px;
  }
}
#colours .c-map_link:nth-of-type(1) {
  top: 17%;
  left: 84%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(1) {
    top: 7%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(1) {
    top: 15%;
    left: 80%;
  }
}
#colours .c-map_link:nth-of-type(2) {
  top: 30%;
  left: 60%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(2) {
    top: 24%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(2) {
    left: 50%;
    top: 36%;
  }
}
#colours .c-map_link:nth-of-type(2):before {
  content: "2";
}
#colours .c-map_link:nth-of-type(3) {
  top: 38%;
  left: 46%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(3) {
    left: 51%;
    top: 31%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(3) {
    left: 48%;
    top: 44%;
  }
}
#colours .c-map_link:nth-of-type(3):before {
  content: "3";
}
#colours .c-map_link:nth-of-type(4) {
  top: 54%;
  left: 68%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(4) {
    left: 61%;
    top: 41%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(4) {
    left: 54%;
    top: 58%;
  }
}
#colours .c-map_link:nth-of-type(4):before {
  content: "4";
}
#colours .c-map_link:nth-of-type(5) {
  top: 54%;
  left: 35%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(5) {
    left: 43%;
    top: 52%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(5) {
    left: 45%;
    top: 68%;
  }
}
#colours .c-map_link:nth-of-type(5):before {
  content: "5";
}
#colours .c-map_link:nth-of-type(6) {
  top: 70%;
  left: 26%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(6) {
    left: 30%;
    top: 60%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(6) {
    left: 39%;
    top: 81%;
  }
}
#colours .c-map_link:nth-of-type(6):before {
  content: "6";
}
#colours .c-map_link:nth-of-type(7) {
  top: 32%;
  left: 16%;
}
@media (min-width: 600px) {
  #colours .c-map_link:nth-of-type(7) {
    top: 23%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map_link:nth-of-type(7) {
    left: 25%;
    top: 36%;
  }
}
#colours .c-map_link:nth-of-type(7):before {
  content: "7";
}
#colours .c-map_link > span {
  border-radius: 15px;
  overflow: hidden;
}
#colours .c-map_link > span span {
  display: flex;
  color: #1C1E1C;
  font-family: "Fuencarralera", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 7px 15px 10px 40px;
  transform: translateX(-100%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-map_link > span span {
    font-size: 13px;
  }
}
#colours .c-map_link:hover > span span {
  transform: translateX(0);
}
#colours .c-map_link:hover:before {
  background-image: linear-gradient(to right, #4b4746 0%, #878483 100%);
}
#colours .c-map_link:before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  background-color: #4b4746;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -16.5px;
  transition: all 1s;
  color: #FFFFFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.44px;
}
@media (min-width: 1000px) {
  #colours .c-map_link:before {
    font-size: 23px;
  }
}
#colours .c-map_back {
  position: absolute;
  z-index: 6;
  background-color: #F6B7BE;
  padding: 6px 14px;
  border-radius: 30px;
  color: #1C1E1C;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  top: 252px;
  left: 53px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-map_back {
    top: 5%;
    left: 10%;
    font-size: 15px;
  }
}
#colours .c-map_back.c-active {
  opacity: 1;
  visibility: visible;
}
#colours .c-map_back:before {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-image: url("../images/ico-back.svg");
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
@media (min-width: 1000px) {
  #colours .c-map_back:before {
    margin-top: 2px;
  }
}
#colours .c-map_modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 5;
  background-color: #FFFFFF;
  transform: translateX(110%);
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-map_modal {
    max-width: 491px;
  }
}
#colours .c-map_modal.c-active {
  transform: translateX(0%);
}
#colours .c-map_modal_media {
  width: 100%;
  height: 35vh;
  max-height: 488px;
  overflow: hidden;
  position: relative;
}
#colours .c-map_modal_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#colours .c-map_modal_content {
  height: calc(100% - 498px);
  padding: 30px 30px 30px 60px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  #colours .c-map_modal_content {
    padding: 60px;
  }
}
#colours .c-map_modal_title {
  color: #CD8879;
  font-family: "Fuencarralera", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  #colours .c-map_modal_title {
    font-size: 29px;
  }
}
#colours .c-map_modal_text {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  #colours .c-map_modal_text {
    font-size: 18px;
  }
}
#colours .c-map_modal_nav {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#colours .c-map_modal_nav_prev, #colours .c-map_modal_nav_next {
  color: #CD8879;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1000px) {
  #colours .c-map_modal_nav_prev, #colours .c-map_modal_nav_next {
    font-size: 15px;
  }
}
#colours .c-map_modal_nav_prev:before, #colours .c-map_modal_nav_next:before {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#colours .c-map_modal_nav_prev.c-inactive, #colours .c-map_modal_nav_next.c-inactive {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#colours .c-map_modal_nav_prev {
  padding-left: 28px;
}
#colours .c-map_modal_nav_prev:before {
  background-image: url("../images/ico-map-prev.svg");
  left: 0;
}
#colours .c-map_modal_nav_next {
  padding-right: 28px;
}
#colours .c-map_modal_nav_next:before {
  background-image: url("../images/ico-map-next.svg");
  right: 0;
}
#colours .c-map.c-viewport .c-map_bg {
  transform: rotate(0deg) scale(1) translate(0%, 0%);
}
@media (min-width: 1880px) {
  #colours .c-map.c-viewport .c-map_bg {
    transform: rotate(0deg) scale(1) translate(0%, -50%);
  }
}
#colours .c-map.c-viewport .c-map_bg picture:nth-of-type(1) {
  display: block;
  animation: hidden 1s 2s forwards;
}
#colours .c-map.c-viewport .c-map_link {
  opacity: 1;
  visibility: visible;
  transition-delay: 2s;
}
#colours .c-map.c-viewport.c-visible .c-map_link {
  transition-delay: 0s;
}
#colours .c-map.c-viewport.m-cMapPoint1 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint2 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint3 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint4 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint5 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint6 .c-map_link, #colours .c-map.c-viewport.m-cMapPoint7 .c-map_link {
  transition-delay: 0s;
  transform: scale(0.3) rotate(15deg);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint1 .c-map_bg {
    transform: rotate(0deg) scale(3) translate(-32.5%, 20.5%);
  }
}
#colours .c-map.c-viewport.m-cMapPoint1 .c-map_bg .c-map_link:nth-of-type(1) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint1 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint1 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint2 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(-9.5%, 6.5%);
  }
}
#colours .c-map.c-viewport.m-cMapPoint2 .c-map_bg .c-map_link:nth-of-type(2) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint2 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint2 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint3 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(-6.5%, -3.5%);
  }
}
#colours .c-map.c-viewport.m-cMapPoint3 .c-map_bg .c-map_link:nth-of-type(3) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint3 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint3 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint4 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(-8.5%, -20.5%);
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint4 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
#colours .c-map.c-viewport.m-cMapPoint4 .c-map_bg .c-map_link:nth-of-type(4) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint4 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint5 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(-3.5%, -20.5%);
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint5 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
#colours .c-map.c-viewport.m-cMapPoint5 .c-map_bg .c-map_link:nth-of-type(5) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint5 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint6 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(0.5%, -35.5%);
  }
}
#colours .c-map.c-viewport.m-cMapPoint6 .c-map_bg .c-map_link:nth-of-type(6) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint6 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint6 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint7 .c-map_bg {
    transform: rotate(-15deg) scale(3) translate(13.5%, 6.5%);
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint7 .c-map_bg .c-map_link:nth-of-type(7) {
    left: 25%;
    top: 35%;
  }
}
#colours .c-map.c-viewport.m-cMapPoint7 .c-map_bg .c-map_link:nth-of-type(7) > span span {
  transform: translateX(0);
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint7 .c-map_bg .c-map_link:nth-of-type(4) {
    left: 43%;
    top: 59%;
  }
}
@media (min-width: 1000px) {
  #colours .c-map.c-viewport.m-cMapPoint7 .c-map_bg .c-map_link:nth-of-type(5) {
    left: 38%;
    top: 68%;
  }
}
#colours .c-quotes {
  height: 200vh;
  position: relative;
  z-index: 3;
}
#colours .c-quotes .c-wrapper {
  background-image: url("../images/bg-fuencarral-alt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000000;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-quotes .c-wrapper:before {
    content: "";
    display: block;
    height: 0%;
    width: 1px;
    background-color: #F6B7BE;
    position: absolute;
    top: 0;
    left: calc(34% - 25px);
    transition: height 1s;
  }
}
#colours .c-quotes.c-viewport .c-wrapper {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#colours .c-quotes_item {
  padding-top: 20px;
  padding-bottom: 116px;
  padding-left: 53px;
  padding-right: 20px;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #colours .c-quotes_item {
    padding-left: 34%;
    padding-bottom: 225px;
  }
}
#colours .c-quotes_media {
  position: absolute;
  bottom: calc(70vh - 180px);
  left: calc(70vw - 180px);
  width: 352px;
  min-width: 352px;
  height: 352px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1440px) {
  #colours .c-quotes_media {
    bottom: calc(70vh - 330px);
    left: calc(70vw - 330px);
    width: 625px;
    min-width: 625px;
    height: 625px;
  }
}
#colours .c-quotes_media .c-video_player {
  border-radius: 100%;
}
#colours .c-quotes_media .c-video_player img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#colours .c-quotes_play {
  position: relative;
}
#colours .c-quotes_play:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../images/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
}
#colours .c-quotes_play:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
#colours .c-quotes_play.c-inactive {
  display: none;
}
#colours .c-quotes_iframe {
  display: none;
  height: 100%;
  padding: 0;
  position: relative;
  filter: grayscale(1);
}
#colours .c-quotes_iframe.c-active {
  display: block;
}
#colours .c-quotes_iframe > div {
  padding: 100% 0 0 0 !important;
}
#colours .c-quotes_iframe > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.9);
}
#colours .c-quotes .vimeo {
  display: none;
  height: 100%;
  padding: 75% 0 0 0;
  position: relative;
  filter: grayscale(1);
}
#colours .c-quotes .vimeo.c-active {
  display: block;
}
#colours .c-quotes .vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.9);
}
#colours .c-quotes_name {
  color: #FFFFFF;
  font-family: "Fuencarralera", sans-serif;
  font-size: 16px;
  line-height: 1.49;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: auto;
  max-width: 370px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #colours .c-quotes_name {
    font-size: 19px;
    margin-bottom: 35px;
  }
}
#colours .c-quotes_name strong {
  font-size: 28px;
  line-height: 1.39;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  #colours .c-quotes_name strong {
    font-size: 41px;
  }
}
#colours .c-quotes_text {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.39;
  font-style: normal;
  font-weight: 200;
  text-align: left;
  max-width: 370px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #colours .c-quotes_text {
    font-size: 21px;
  }
}
#colours .c-quotes_controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 65px;
  z-index: 1;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 26px;
}
@media (min-width: 1000px) {
  #colours .c-quotes_controls {
    bottom: 180px;
    height: 33px;
    padding-right: 130px;
  }
}
#colours .c-quotes_controls:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #F6B7BE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 1s;
}
#colours .c-quotes_controls:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #F6B7BE;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transition: all 1s;
}
@media (min-width: 1000px) {
  #colours .c-quotes.c-viewport:before {
    height: 100%;
  }
}
#colours .c-quotes.c-viewport .c-quotes_controls:before {
  width: calc(100% - 176px);
}
@media (min-width: 1000px) {
  #colours .c-quotes.c-viewport .c-quotes_controls:before {
    width: calc(100% - 330px);
  }
}
#colours .c-quotes.c-viewport .c-quotes_controls:after {
  width: 26px;
}
@media (min-width: 1000px) {
  #colours .c-quotes.c-viewport .c-quotes_controls:after {
    width: 130px;
  }
}
#colours .c-closure {
  height: 120vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
#colours .c-closure .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-closure.c-viewport .c-wrapper {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#colours .c-closure .c-video_player {
  opacity: 1;
  visibility: visible;
}
#colours .c-closure .vimeo {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
#colours .c-closure .vimeo iframe {
  width: 100%;
  height: 100%;
}
#colours .c-exhibition {
  height: 120vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
#colours .c-exhibition .c-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#colours .c-exhibition.c-viewport .c-wrapper {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#colours .c-exhibition .c-video_player {
  opacity: 1;
  visibility: visible;
}
#colours .c-exhibition .vimeo {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
#colours .c-exhibition .vimeo iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-wrapper,
  #colours .c-mosaic .c-city,
  #colours .c-mosaic .c-area,
  #colours .c-mosaic .c-street,
  #colours .c-mosaic .c-buildings,
  #colours .c-mosaic .c-tipo,
  #colours .c-mosaic .c-patterns,
  #colours .c-mosaic .c-textures,
  #colours .c-mosaic .c-textures_gallery,
  #colours .c-video,
  #colours .c-video .c-wrapper,
  #colours .c-map .c-wrapper,
  #colours .c-closure,
  #colours .c-closure .c-wrapper,
  #colours .c-quotes,
  #colours .c-quotes .c-wrapper,
  #colours .c-exhibition,
  #colours .c-exhibition .c-wrapper {
    position: relative !important;
    max-height: none !important;
    max-width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-tipo_mosaic {
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_mosaic {
    max-width: 400px;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_content, #colours.cMosaic[cmosaic="13"] .c-textures_mosaic, #colours.cMosaic[cmosaic="13"] .c-textures_content {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 999px) {
  #colours .c-home {
    margin: 50px 0 50px auto;
  }
}
@media (max-width: 999px) {
  #colours .c-home .c-home_link:nth-of-type(1) {
    left: 54%;
  }
}
@media (max-width: 999px) {
  #colours .c-home .c-home_link:nth-of-type(6) {
    top: 34.2%;
    left: 22%;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-buildings_modal {
    position: fixed;
    z-index: 11;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-buildings_modal_media {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-trick {
    display: none;
  }
}
@media (max-width: 999px) {
  #colours .c-video .c-wrapper,
  #colours .c-closure .c-wrapper,
  #colours .c-exhibition .c-wrapper {
    height: 100vh !important;
  }
}
@media (max-width: 999px) {
  #colours .c-map,
  #colours .c-map_bg,
  #colours .c-map .c-wrapper {
    height: 700px !important;
    max-height: 700px !important;
  }
}
@media (max-width: 999px) {
  #colours .c-map_bg {
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (max-width: 999px) {
  #colours .c-mosaic .c-textures_gallery_item_text {
    height: 70% !important;
  }
}
@media (max-width: 999px) {
  #colours .c-map {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 999px) {
  #colours .c-map .c-map_bg {
    transform: rotate(0deg) scale(1) translate(0%, 0%);
  }
}
@media (max-width: 999px) {
  #colours .c-map .c-map_bg picture:nth-of-type(1) {
    display: block;
    animation: hidden 1s 2s forwards;
  }
}
@media (max-width: 999px) {
  #colours .c-map .c-map_link {
    opacity: 1;
    visibility: visible;
    transition-delay: 2s;
  }
}
@media (max-width: 999px) {
  #colours .c-map.c-visible .c-map_link {
    transition-delay: 0s;
  }
}
@media (max-width: 999px) {
  #colours .c-map .c-map_modal_media {
    height: 290px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="2"] .c-city_media img, #colours.cMosaic[cmosaic="2"] .c-city_text p, #colours.cMosaic[cmosaic="3"] .c-city_media img, #colours.cMosaic[cmosaic="3"] .c-city_text p, #colours.cMosaic[cmosaic="4"] .c-city_media img, #colours.cMosaic[cmosaic="4"] .c-city_text p {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-area_media img {
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="2"] .c-area_media img {
    transform: translateX(-100vw);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="3"] .c-area_text p, #colours.cMosaic[cmosaic="4"] .c-area_text p, #colours.cMosaic[cmosaic="5"] .c-area_text p, #colours.cMosaic[cmosaic="3"] .c-area_media img, #colours.cMosaic[cmosaic="4"] .c-area_media img, #colours.cMosaic[cmosaic="5"] .c-area_media img {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="4"] .c-street_media img, #colours.cMosaic[cmosaic="4"] .c-street_text p, #colours.cMosaic[cmosaic="5"] .c-street_media img, #colours.cMosaic[cmosaic="5"] .c-street_text p, #colours.cMosaic[cmosaic="6"] .c-street_media img, #colours.cMosaic[cmosaic="6"] .c-street_text p, #colours.cMosaic[cmosaic="7"] .c-street_media img, #colours.cMosaic[cmosaic="7"] .c-street_text p {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-tipo_mosaic img {
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="6"] .c-tipo_mosaic img, #colours.cMosaic[cmosaic="6"] .c-tipo_text p, #colours.cMosaic[cmosaic="7"] .c-tipo_mosaic img, #colours.cMosaic[cmosaic="7"] .c-tipo_text p {
    transform: translateX(-100vw);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="8"] .c-tipo_mosaic img, #colours.cMosaic[cmosaic="8"] .c-tipo_text p, #colours.cMosaic[cmosaic="9"] .c-tipo_mosaic img, #colours.cMosaic[cmosaic="9"] .c-tipo_text p, #colours.cMosaic[cmosaic="10"] .c-tipo_mosaic img, #colours.cMosaic[cmosaic="10"] .c-tipo_text p {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-patterns_media img {
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="8"] .c-patterns_media img, #colours.cMosaic[cmosaic="8"] .c-patterns_text p, #colours.cMosaic[cmosaic="9"] .c-patterns_media img, #colours.cMosaic[cmosaic="9"] .c-patterns_text p {
    transform: translateX(-100vw);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="10"] .c-patterns_mosaic img, #colours.cMosaic[cmosaic="10"] .c-patterns_text p, #colours.cMosaic[cmosaic="11"] .c-patterns_mosaic img, #colours.cMosaic[cmosaic="11"] .c-patterns_text p, #colours.cMosaic[cmosaic="12"] .c-patterns_mosaic img, #colours.cMosaic[cmosaic="12"] .c-patterns_text p {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-textures_mosaic img {
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="9"] .c-textures_mosaic img, #colours.cMosaic[cmosaic="9"] .c-textures_text p, #colours.cMosaic[cmosaic="10"] .c-textures_mosaic img, #colours.cMosaic[cmosaic="10"] .c-textures_text p {
    transform: translateX(-100vw);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="11"] .c-textures_mosaic img, #colours.cMosaic[cmosaic="12"] .c-textures_text p, #colours.cMosaic[cmosaic="12"] .c-textures_mosaic img, #colours.cMosaic[cmosaic="13"] .c-textures_text p, #colours.cMosaic[cmosaic="13"] .c-textures_mosaic img, #colours.cMosaic[cmosaic="13"] .c-textures_text p, #colours.cVideo[cmosaic="13"] .c-textures_mosaic img, #colours.cVideo[cmosaic="13"] .c-textures_text p {
    transform: translateX(0%);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-mosaic .c-textures_gallery_item_text {
    transform: translateY(100%) !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-mosaic .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
    transform: translateY(-100vw) !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="13"] .c-textures_gallery_item_text, #colours.cVideo[cmosaic="13"] .c-textures_gallery_item_text, #colours.cMosaic[cmosaic="13"] .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text, #colours.cVideo[cmosaic="13"] .c-textures_gallery_col:nth-of-type(2) .c-textures_gallery_item:nth-of-type(1) .c-textures_gallery_item_text {
    transform: translateY(0%) !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-video {
    opacity: 0 !important;
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cVideo .c-video, #colours.cMap .c-video {
    opacity: 1 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-map {
    opacity: 0 !important;
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMap .c-map, #colours.cClosure .c-map {
    opacity: 1 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-closure {
    opacity: 0 !important;
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cClosure .c-closure, #colours.cQuotes .c-closure {
    opacity: 1 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-quotes {
    opacity: 0 !important;
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cQuotes .c-quotes, #colours.cExhibition .c-quotes {
    opacity: 1 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-exhibition {
    opacity: 0 !important;
    transition: all 1s;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cExhibition .c-exhibition {
    opacity: 1 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic .c-header, #colours.cVideo .c-header, #colours.cMap .c-header, #colours.cClosure .c-header, #colours.cQuotes .c-header, #colours.cExhibition .c-header {
    opacity: 0 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-nav_subitem .c-nav_sublink > span span {
    transform: translateX(-100%) !important;
    transition: all 0.25s ease-in-out !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(3) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(5) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink > span span, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink > span span {
    transform: translateX(0) !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours .c-nav_subitem {
    max-height: 0 !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2), #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(2), #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(3), #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4), #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(4), #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(5), #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6), #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(6), #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7), #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(7), #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8), #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) {
    max-height: 100px !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic .c-nav_subitem .c-nav_sublink:before {
    transform: scale(0) !important;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  #colours.cMosaic[cmosaic="2"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink:before, #colours.cMosaic[cmosaic="3"] .c-nav_subitem:nth-of-type(2) .c-nav_sublink:before, #colours.cMosaic[cmosaic="4"] .c-nav_subitem:nth-of-type(3) .c-nav_sublink:before, #colours.cMosaic[cmosaic="5"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:before, #colours.cMosaic[cmosaic="6"] .c-nav_subitem:nth-of-type(4) .c-nav_sublink:before, #colours.cMosaic[cmosaic="7"] .c-nav_subitem:nth-of-type(5) .c-nav_sublink:before, #colours.cMosaic[cmosaic="8"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:before, #colours.cMosaic[cmosaic="9"] .c-nav_subitem:nth-of-type(6) .c-nav_sublink:before, #colours.cMosaic[cmosaic="10"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:before, #colours.cMosaic[cmosaic="11"] .c-nav_subitem:nth-of-type(7) .c-nav_sublink:before, #colours.cMosaic[cmosaic="12"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before, #colours.cMosaic[cmosaic="13"] .c-nav_subitem:nth-of-type(8) .c-nav_sublink:before {
    transform: scale(1) !important;
  }
}