@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik+Mono+One|Rubik:400,500,700,900");
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-small {
  font-size: 0.7rem;
}

.font-big {
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.white {
  color: #fff !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

/*
* font-colors, backgrous and borders by area
*/
.espectaculos {
  color: #0094ff;
}
.espectaculos--bg {
  background-color: #0094ff;
}
.espectaculos--border {
  border-color: #0094ff;
}

.institucional {
  color: #ffd329;
}
.institucional--bg {
  background-color: #ffd329;
}
.institucional--border {
  border-color: #ffd329;
}

.servico-educativo {
  color: #f34058;
}
.servico-educativo--bg {
  background-color: #f34058;
}
.servico-educativo--border {
  border-color: #f34058;
}

.escola-profissional {
  color: #51c072;
}
.escola-profissional--bg {
  background-color: #51c072;
}
.escola-profissional--border {
  border-color: #51c072;
}

.festivais {
  color: #a88958;
}
.festivais--bg {
  background-color: #a88958;
}
.festivais--border {
  border-color: #a88958;
}

.filmes {
  color: #ff3fc4;
}
.filmes--bg {
  background-color: #ff3fc4;
}
.filmes--border {
  border-color: #ff3fc4;
}

.residencias {
  color: #a8d800;
}
.residencias--bg {
  background-color: #a8d800;
}
.residencias--border {
  border-color: #a8d800;
}

.contactos {
  color: #30add6;
}
.contactos--bg {
  background-color: #30add6;
}
.contactos--border {
  border-color: #30add6;
}

.projectos {
  color: #823ae2;
}
.projectos--bg {
  background-color: #823ae2;
}
.projectos--border {
  border-color: #823ae2;
}

.preto {
  color: #000;
}
.preto--bg {
  background-color: #000;
}
.preto--border {
  border-color: #000;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

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

body,
.body {
  background-color: #ebebeb;
  font-family: "Rubik", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

a.font-white,
a.font-white:hover,
.font-white {
  text-decoration: none;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-family: "Rubik", sans-serif;
}

p {
  font-size: 1rem;
}

.p30 {
  font-size: 1.9rem;
}

.p40 {
  font-size: 3rem;
}

h1,
.h1 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 3rem;
}

/* aprox. 56px*/
h2,
.h2 {
  font-size: 2.25rem;
}

/* aprox. 36px*/
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3rem;
}

/* aprox. 24px*/
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

/* aprox. 20px*/
h5,
.h5 {
  font-size: 1.125rem;
}

/* aprox. 18px*/
h6,
.h6 {
  font-size: 0.875rem;
}

/* aprox. 14px*/
/* 
*  utilities
*/
hr {
  border-top: 2px solid #000;
}

.nolh {
  line-height: 0;
}

.two-cols {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 3rem;
}

.three-cols {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.mt-30 {
  margin-top: 1.9rem;
}

.mt-60 {
  margin-top: 3.8rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-60 {
  margin-bottom: 3.8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mr-12 {
  margin-right: 12rem;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left-6 {
  left: 6rem;
}

.left-10 {
  left: 10rem;
}

.bordered {
  border: 3px solid;
  border-color: inherit;
}

.p-h {
  padding: 1rem 2rem !important;
}

.p-v {
  padding: 2rem 1rem !important;
}

.p-vh {
  padding: 2rem !important;
}

.p-vh2 {
  padding: 2rem 4rem !important;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

main {
  padding-bottom: 100px;
}

.main_content {
  padding-top: 120px;
}

.bg_context {
  width: 100%;
  z-index: -1;
  position: absolute;
}

/* border bottom */
.bb {
  border-bottom: 3px solid;
  border-color: #000;
}
.bb--white {
  border-color: #fff;
}

.bt {
  border-top: 3px solid #000;
}
.bt--white {
  border-color: #fff;
}

.privacy-policy h3 {
  margin-top: 4rem;
}

.cookie-banner {
  background-color: #fff;
  width: 100%;
  position: fixed;
  padding-top: 16px;
  z-index: 1;
  bottom: 0;
}
.cookie-banner .button {
  background-color: #000;
  padding: 10px 15px;
  color: #fff;
}
.cookie-banner p {
  font-size: 0.8rem;
}

.card-nav {
  display: flex;
  flex-direction: column;
}
.card-nav__item {
  background: #fff;
  padding: 15px;
  margin: 5px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-nav__item:hover, .card-nav__item.active {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.modal .modal-content {
  border-radius: 0;
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-body img {
  width: 100%;
}

.gallery a {
  margin: 5px 5px 5px 0;
  display: inline-block;
}

.header {
  position: absolute;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0;
}

.menu {
  background: #000000;
  position: fixed;
  width: 40%;
  height: 100%;
  top: 0;
  z-index: 1001;
  left: -40%;
}
.menu.menu-open {
  left: 0px;
}

.menu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.menu-push-toright {
  left: 30%;
}

.menu,
.menu-push {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.menu_link {
  width: 40px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_link span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.inverse #logo {
  fill: #fff;
}
.inverse .menu_link span {
  background: #fff;
}

.menu_link span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_link span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_link span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_link.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.menu_link.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu_link.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

/* */
.nav-wrapper {
  position: absolute;
  max-width: 420px;
  width: 100%;
  right: 40px;
  top: 40px;
  overflow: auto;
  height: 100%;
}

ul.language_switch {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  float: right;
  color: #b4b4b4;
}
ul.language_switch li {
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
  cursor: pointer;
}
ul.language_switch li.active {
  color: #fff;
}

/* accordion menu */
ul {
  list-style-type: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
.accordion {
  margin-top: 90px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 5px 0;
  color: #b4b4b4;
  border-bottom: 3px solid #b4b4b4;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link:hover {
  color: #fff;
  border-color: #fff;
}

.accordion li i.fa-chevron-down {
  position: absolute;
  right: 0;
  left: auto;
  font-size: 16px;
  top: 8px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link:hover i.fa-chevron-down {
  opacity: 1;
}

.accordion li.open .link {
  color: #fff;
  border-color: #fff;
}

.accordion li.open i.fa-chevron-down {
  opacity: 1;
}

.accordion li.open .submenu {
  display: block;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  padding-left: 30px;
}

.submenu li {
  border-bottom: 3px solid #b4b4b4;
}
.submenu li:hover {
  border-color: #fff;
}

.submenu a {
  color: #b4b4b4;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #fff;
}

@media (max-width: 576px) {
  .menu {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .menu.menu-open {
    left: 0px;
  }
}
.slideshow {
  position: relative;
  width: 100%;
  /* define width here */
  max-width: 1600px;
  margin: 0 auto;
}

.slideshow:focus {
  outline: none;
}

.js .slideshow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  pointer-events: none;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-top-color: #ffeb3b;
  border-radius: 50%;
}

.js .slideshow--loaded::after {
  opacity: 0;
}

.js .slideshow.home {
  height: 550px;
  /* define height here */
  max-height: 550px;
  pointer-events: none;
}

.slide {
  width: 100%;
}

.js .slide {
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

.js .slide--current {
  pointer-events: auto;
  opacity: 1;
}

.slide__item-inner {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: tranform, opacity;
}

.slide__img {
  max-width: 800px;
  max-height: 440px;
  overflow: hidden;
  animation-delay: 1.25s;
}
.slide__info {
  background-color: #fff;
  min-height: 300px;
  padding: 30px;
  border-bottom: 5px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation-delay: 1s;
}
.slide .info__category {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 0.8em;
  line-height: 0.8rem;
  position: absolute;
  right: -30px;
  transform: rotate(-90deg);
  top: 80px;
  width: 130px;
  text-align: right;
}
.slide__link {
  font-weight: 700;
  margin: 11% 12%;
  border: 3px solid #b4b4b4;
  padding: 1em 1.5em;
  color: #b4b4b4;
  animation-delay: 1.5s;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.slide__link:hover {
  color: #000;
  border-color: #000;
}
.slide_one .slide__img {
  bottom: 0;
  right: 0;
}
.slide_one .slide__info {
  top: 0;
}
.slide_one .slide__link {
  bottom: 0;
}
.slide_two .slide__img {
  top: 0;
}
.slide_two .slide__info {
  bottom: 0;
  right: 0;
}
.slide_two .slide__link {
  top: 0;
  right: 0;
}
.slide_three .slide__img {
  bottom: 0;
}
.slide_three .slide__info {
  right: 0;
}
.slide_three .slide__link {
  bottom: 0;
  right: 0;
}
.slide_four .slide__img {
  right: 0;
}
.slide_four .slide__info {
  top: 10%;
}
.slide_four .slide__link {
  bottom: 0;
}

/*
* SlideShow dot Navigation
*/
/* Common styles and resets */
.dotstyle {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 18px;
  height: 18px;
}

.dotstyle li a {
  color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: default;
  position: absolute;
}

.dotstyle li a:focus {
  outline: none;
}

.dotstyle-circlegrow li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 3px #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dotstyle-circlegrow li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.dotstyle-circlegrow li a:hover,
.dotstyle-circlegrow li a:focus {
  opacity: 0.7;
}

.dotstyle-circlegrow li.current a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("../fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("../fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.agenda-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 80px;
}
.agenda-nav__item {
  background: #fff;
  padding: 15px;
  width: 210px;
  margin: 20px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.agenda-nav__item.active, .agenda-nav__item:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.agenda-nav__button {
  padding: 15px;
  text-decoration: none;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  font-size: 1.5rem;
  width: 200px;
}
.agenda-nav__button a {
  text-decoration: none;
  color: #fff;
}

.separator {
  position: relative;
  z-index: 1;
  margin: 40px 0;
}
.separator:before {
  content: "";
  border-bottom: 3px solid #000;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -1;
}
.separator span {
  display: flex;
  justify-content: center;
  background-color: #ebebeb;
  padding: 0 15px;
  width: 200px;
  margin: auto;
}

.agenda__item {
  margin-bottom: 15px;
  background-color: #fff;
  border-bottom: 3px solid #000;
  overflow: hidden;
  -webkit-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.agenda__item__info {
  padding: 20px 15px;
  min-height: 200px;
}
.agenda__item__info span {
  display: block;
}
.agenda__item__info .item__info {
  font-family: "Rubik", sans-serif;
  display: flex;
  flex-direction: column;
}
.agenda__item__info .item__info__what {
  line-height: 1.3rem;
}
.agenda__item__info .item__info__where {
  line-height: 1.3rem;
}
.agenda__item__info .more_info {
  color: #b4b4b4;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.agenda__item__info .more_info:hover {
  color: #000;
}
.agenda__item__info .category {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Rubik Mono One", sans-serif;
  line-height: 0.8rem;
}
.agenda__item__image img {
  width: 100%;
}
.agenda__item:hover {
  border-color: #fff;
  transform: translateY(3px);
}
.agenda__item:hover .more_info {
  color: #000;
}

/*
* Agenda Detail Page
*/
img.background_context {
  position: absolute;
  width: 100%;
  max-height: 560px;
  z-index: -1;
  object-fit: cover;
}

.bt-card {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  padding: 30px;
  border-bottom: 5px solid #000;
  display: flex;
  flex-direction: column;
}
.bt-card__min-height {
  min-height: 300px;
}

.datasheet {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 20px 0;
}
.datasheet p {
  font-weight: 700;
}
.datasheet p span:first-child {
  font-size: 0.875rem;
}
.datasheet p span:not(:first-child) {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.sidebar_info {
  padding-left: 10%;
}

.category {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Rubik Mono One", sans-serif;
}

@media (max-width: 768px) {
  .agenda__item .invert-mobile {
    flex-direction: column-reverse;
  }

  .agenda__item__info .category {
    font-size: 0.8em;
    position: absolute;
    right: -30px;
    transform: rotate(-90deg);
    text-align: right;
  }
}
footer {
  background-color: #000;
  padding: 40px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #b4b4b4;
}
footer a,
footer a:hover {
  text-decoration: none;
  color: #b4b4b4;
}
footer .logo {
  margin: 0 10px;
}
footer .logo > img {
  padding: 5px;
}
footer form.newsletter .mc-field-group {
  position: relative;
}
footer form.newsletter input {
  color: inherit;
}
footer form.newsletter button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: inherit;
  background: inherit;
  outline: none;
  border: none;
  cursor: pointer;
}
footer input {
  background-color: inherit;
  width: 100%;
  border: 1px solid #b4b4b4;
  padding: 5px;
  margin-top: 20px;
}
footer .row:first-child {
  font-size: 0.875em;
  margin-bottom: 80px;
}
footer .row:last-child {
  font-size: 0.7em;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select {
  position: relative;
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: "▾";
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: "✓";
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
  background: #000;
  color: #fff;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 53px;
  width: 100%;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 0 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

@media screen and (max-width: 30em) {
  div.cs-skin-elastic {
    font-size: 1em;
  }
}
.cs-skin-elastic > span::after {
  font-family: "icomoon";
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #fff;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.6s ease-out;
  animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */
.cs-skin-elastic .cs-options li {
  background: #000;
  padding: 5px 0;
  color: #b4b4b4;
  border-bottom: 3px solid #b4b4b4;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-skin-elastic .cs-options li:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
  color: #fff;
  border-color: #fff;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
  content: "";
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.mosaic {
  display: flex;
  flex-direction: row;
  height: 420px;
  position: relative;
  margin-bottom: 100px;
}
.mosaic__title {
  display: flex;
  flex-direction: column;
}
.mosaic__title .box {
  border: 3px solid;
  padding: 20px 50px 20px 25px;
  font-family: "Rubik Mono One", sans-serif;
}
.mosaic__card {
  font-family: "Rubik", sans-serif;
  height: 230px;
  padding: 30px;
  border-bottom: 5px solid #000;
  position: absolute;
  z-index: 1000;
}
.mosaic__absolute_image {
  position: absolute;
}

.texts.nav {
  flex-direction: column;
}
.texts.nav .nav-link {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.texts.nav .nav-link.active, .texts.nav .nav-link:hover {
  opacity: 1;
}
.texts.nav .nav-link span.autor {
  font-size: 1em;
}

.artista .artista__link {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  display: inline-block;
}
.artista .artista__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  width: 100%;
  height: 3px;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.artista img {
  width: 100%;
}

.artista:focus,
.artista:hover {
  transform: translate3d(0, 0, 0);
}

.artista:hover .artista__link::before,
.artista:focus .artista__link::before {
  background: #000;
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}

.equipa {
  padding: 0 90px;
}
.equipa__item {
  border-bottom: 3px solid #000;
  overflow: hidden;
  -webkit-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.equipa__item .more_info {
  color: #b4b4b4;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.equipa__item .more_info:hover {
  color: #000;
}
.equipa__item:hover {
  border-color: #fff;
  transform: translateY(3px);
}
.equipa__item:hover .more_info {
  color: #000;
}
.equipa div[class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.equipa div[class*=col-] .bt-card {
  border: none;
  padding: 15px;
  flex: 1;
}

.classes {
  padding-bottom: 10rem;
}
.classes__item {
  padding: 35px 0;
  border-bottom: 4px solid #fff;
}
.classes__item__image {
  position: relative;
}
.classes .item__info {
  display: none;
}
.classes .item__info.visible {
  display: block;
}
.classes .item__info .box {
  border: 3px solid;
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 2rem;
  letter-spacing: 0.5rem;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.classes .item__info .box:hover {
  background: #fff;
  color: inherit !important;
}

.calendario {
  line-height: 1.5;
}
.calendario.nav {
  display: block;
}
.calendario__header {
  font-size: 0.8rem;
  font-weight: 700;
}
.calendario .active > .calendario__body {
  opacity: 1;
}
.calendario__body {
  font-weight: 500;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.calendario__body:hover {
  opacity: 1;
}
.calendario__descricao {
  font-size: 0.9rem;
  column-gap: 2rem;
}

.md-modal {
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 900px;
  min-width: 320px;
  height: 60%;
  max-height: 600px;
  min-height: 480px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

/* Content styles */
.md-content {
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
.md-content .md-body {
  padding: 20px;
  overflow: scroll;
  height: 100%;
}
.md-content .md-body::-webkit-scrollbar {
  margin-top: 30px;
  width: 10px;
}
.md-content .md-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.md-content .md-body::-webkit-scrollbar-thumb {
  background-color: #000;
}
.md-content .md-close {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 576px) {
  .equipa {
    padding: 0;
  }
}
.edifilms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.edifilms__item {
  display: flex;
  flex-direction: column;
  padding: 0 20px 40px 20px;
  width: 190px;
}

/*
* Cursos List
* 
*/
.cursos__item {
  min-height: 300px;
}
.cursos img {
  position: absolute;
}
.cursos img.danca_1 {
  right: 9rem;
  top: -6rem;
}
.cursos img.danca_2 {
  top: 1rem;
}
.cursos img.teatro_1 {
  left: 6rem;
  top: -6rem;
}
.cursos img.teatro_2 {
  right: 9rem;
}
.cursos .box {
  border: 3px solid;
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  letter-spacing: 0.5rem;
  transition: all 0.25s ease-in-out;
}
.cursos .box:hover {
  background: #fff;
  color: inherit !important;
}

.testemunhos {
  position: relative;
}
.testemunhos .bordered {
  position: absolute;
  right: 10rem;
  top: -1rem;
}

.js .slideshow.testemunhos {
  height: 450px;
  /* define height here */
  max-height: 450px;
  pointer-events: none;
}

.slide__person {
  left: 6rem;
  top: -4rem;
}
.slide__quote {
  bottom: 5rem;
  font-style: italic;
  font-size: 1.8rem;
  color: #b4b4b4;
  max-width: 70%;
  left: 10rem;
}

.dots ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 5rem;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dots li {
  position: relative;
  display: block;
  float: left;
  margin: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.dots li a {
  color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}

.dots li a:focus {
  outline: none;
}

.dots-circlegrow li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 3px #51c072;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dots-circlegrow li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #51c072;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.dots-circlegrow li a:hover,
.dots-circlegrow li a:focus {
  opacity: 0.7;
}

.dots-circlegrow li.current a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.curso {
  padding: 80px 0;
  position: relative;
}

table.horario tr.row-group td {
  padding-top: 30px;
}
table.horario thead td {
  border-top: 3px solid #000;
  padding: 10px 0;
  border-right: 20px solid #fff;
}
table.horario tbody td,
table.horario tfoot td {
  border-right: 20px solid #fff;
}
table.horario tbody td.area,
table.horario tfoot td.area {
  vertical-align: top;
}
table.horario tbody td:not(.area),
table.horario tfoot td:not(.area) {
  border-bottom: 1px solid #000;
}

.docentes {
  flex-direction: column;
  height: 850px;
  margin-top: 170px;
}
.docentes ul {
  padding-left: 0;
  margin-right: 40px;
}
.docentes ul.convidados li {
  font-size: 0.8rem;
}
.docentes ul .grouper {
  padding: 10px 0;
}

form.submission .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
form.submission .form-control {
  border: 0;
  border-radius: 0;
}
form.submission input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
}
form.submission .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
form.submission .inputfile + label {
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  text-transform: inherit;
  width: 100%;
  color: #495057;
  font-size: 1rem;
}
form.submission ul.cursos {
  display: flex;
  align-items: baseline;
}
form.submission ul.cursos li input[type=radio]:checked + label {
  border-color: #51c072;
}
form.submission ul.cursos li label {
  padding: 0 15px 0 10px;
  color: #51c072;
  font-weight: 900;
  font-size: 1.5rem;
  border: 4px solid;
  border-color: #fff;
}
form.submission ul.radios {
  display: flex;
  padding: 0;
}
form.submission ul.radios li {
  height: 20px;
}
form.submission ul.radios li input[type=radio]:checked + label {
  opacity: 1;
}
form.submission ul.radios li label {
  font-weight: 500;
  font-size: 0.875em;
  opacity: 0.5;
}
form.submission label {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
form.submission .submit {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
form.submission .submit button {
  background-color: transparent;
  padding: 15px 35px;
  font-weight: 900;
  font-size: 0.6rem;
  letter-spacing: 0.5rem;
}

.sgq form.submission label[for=terms] {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.sgq-form {
  margin-top: 100px;
}
.sgq-list {
  padding: 0;
}
.sgq-link {
  text-transform: uppercase;
  text-decoration: underline;
}

.docentes__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(205px, 205px));
  grid-gap: 20px;
}
.docentes__item {
  -webkit-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.docentes__item.has-info {
  cursor: pointer;
}
.docentes__item .bt-card {
  padding: 18px;
  min-height: 90px;
  border-bottom: 3px solid #000;
}
.docentes__item .more_info {
  color: #b4b4b4;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.docentes__item .more_info:hover {
  color: #000;
}
.docentes__item:hover {
  border-color: #fff;
  transform: translateY(3px);
}
.docentes__item:hover .more_info {
  color: #000;
}
.docentes__modal .modal-dialog {
  max-width: 700px;
  width: 90%;
}
.docentes__modal .modal-body {
  padding: 3rem;
  padding-top: 0;
}

.festival__item {
  margin-bottom: 15px;
  background-color: #fff;
  border-bottom: 3px solid #000;
  overflow: hidden;
  -webkit-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: transform 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.festival__item__info {
  padding: 20px 15px;
  min-height: 158px;
}
.festival__item__info span {
  display: block;
}
.festival__item__info .item__info {
  font-family: "Rubik", sans-serif;
  display: flex;
  flex-direction: column;
}
.festival__item__info .item__info__what {
  line-height: 1.3rem;
}
.festival__item__info .item__info__where {
  line-height: 1.3rem;
}
.festival__item__info .more_info {
  color: #b4b4b4;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.festival__item__info .more_info:hover {
  color: #000;
}
.festival__item__info .category {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Rubik Mono One", sans-serif;
  line-height: 0.8rem;
}
.festival__item__image img {
  width: 100%;
}
.festival__item:hover {
  border-color: #fff;
  transform: translateY(3px);
}
.festival__item:hover .more_info {
  color: #000;
}

@media (max-width: 768px) {
  .festival__item .invert-mobile {
    flex-direction: column-reverse;
  }

  .festival__item__info .category {
    font-size: 0.8em;
    position: absolute;
    right: -30px;
    transform: rotate(-90deg);
    text-align: right;
  }
}

/*# sourceMappingURL=project.css.map */
