@charset "UTF-8";



.color-bluegreen {
  background-color: #30B9C1;
  color: white;
}

.color-lightgreen {
  background-color: #B7DFAA;
  color: #848484;
}

.color-yellow {
  background-color: #fcb830;
}

.color-orange {
  background-color: #e27b4f;
}

ul {
  padding: 0;
  list-style-type: none;
}

.fill-bluegreen {
  fill: #30B9C1;
}

.fill-lightgreen {
  fill: #B7DFAA;
}




.cake-btn a,
.cake-btn a:visited,
.cake-btn a:hover,
.cake-btn a:active {
  color: black;
}

a:not .btn-default {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a:not .btn-default:after {
  width: 0;
  content: "";
  height: 1px;
  background-color: black;
  position: relative;
  display: block;
  margin-top: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}

a:not .btn-default:hover:after {
  width: 100%;
}

.superscript {
  font-size: x-small;
  vertical-align: top;
}



.color-bluegreen {
  background-color: #30B9C1;
  color: white;
}

.color-lightgreen {
  background-color: #B7DFAA;
  color: #848484;
}

.color-yellow {
  background-color: #fcb830;
}

.color-orange {
  background-color: #e27b4f;
}

ul {
  padding: 0;
  list-style-type: none;
}

.fill-bluegreen {
  fill: #30B9C1;
}

.fill-lightgreen {
  fill: #B7DFAA;
}

.btn-default {
  border: 1px solid #f25929;
  /*height: 50px;*/
  box-sizing: border-box;
  /*padding: 18px 30px 16px;*/
  padding: 10px 30px;
  letter-spacing: 4px;
  font-size: 11px;
  margin: 30px 10px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-default:hover {
  background-color: #30B9C1;
  border: 1px solid transparent;
}

.btn-default.btn-border {
  /*&:hover {
      background-color: transparent;
      border: 1px solid white;
      color: white;
    }*/
}

.btn-default.btn-border:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

.btn-default.btn-violet:hover {
  background-color: #a1e5eb;
  color: white;
}

.btn-default.btn-pink:hover {
  background-color: #dd467d;
  color: white;
}

.btn-default.btn-bluegreen:hover {
  background-color: #c4e0a3;
}

.btn-default.btn-orange:hover {
  background-color: #16becf;
}

.btn-default.btn-yellow:hover {
  background-color: #a6ce42;
}

.btn-default.btn-lightgreen:hover {
  background-color: #ffcb05;
}

.btn-defaultbutton {
  border-radius: 0;
}

.arrow {
  position: relative;
  border-bottom: 1px solid black;
  width: 50px;
  height: 1px;
  display: block;
  margin-left: 60px;
}

.arrow.down {
  border-left: 1px solid black;
  border-bottom: none;
  width: 1px;
  height: 50px;
  margin-bottom: 20px;
}

.arrow.down:before {
  content: "";
  border-right: none;
  border-top: none;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  position: absolute;
  height: 6px;
  width: 6px;
  left: -4px;
  right: 0px;
  bottom: 0;
  top: auto;
}

.arrow.right {
  margin-right: 60px;
  margin-left: auto;
}

.arrow.right:before {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  left: auto;
  right: 0;
  border-left: none;
  border-top: none;
}

.arrow:before {
  content: "";
  border-top: 1px solid black;
  border-left: 1px solid black;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 6px;
  width: 6px;
  left: 0px;
  top: -2px;
}

.btn-toggle {
  width: 53px;
  height: 53px;
  cursor: pointer;
  background-color: white;
  padding: 17px 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-toggle:hover {
  background-color: #30B9C1;
}

.btn-close {
  width: 53px;
  height: 53px;
  cursor: pointer;
  background-color: white;
  padding: 25px 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
}

.btn-close span {
  border-top: 1px solid black;
  display: block;
}

.btn-close span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  margin-top: 1px;
}

.btn-close span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  margin-top: -1px;
}

.btn-close:hover {
  background-color: black;
}

.btn-close:hover span {
  border-top: 1px solid white;
}

.menu-toggle {
  background-color: black;
  margin: 1px 0 auto auto;
}

.menu-toggle span {
  height: 1px;
  width: 100%;
  background-color: white;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-toggle:hover span {
  background-color: white;
  margin-top: 8px;
}

.menu-toggle:hover span:first-child {
  margin-top: 0px;
}

.menu-toggle:hover span:last-child {
  margin-top: 8px;
}

.menu-toggle.active span {
  opacity: 0;
}

.menu-toggle.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  margin-top: 9px;
}

.menu-toggle.active span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  margin-top: -9px;
}

.lang-toggle,
.contact-toggle {
  margin: 1px 0 auto auto;
}

.lang-toggle:hover,
.contact-toggle:hover {
  background-color: #30B9C1;
}

.lang-toggle {
  padding: 0px;
}

.lang-toggle a {
  padding-top: 18px;
  width: 100%;
  display: block;
  text-align: center;
}

.lang-toggle:hover {
  color: white;
}

.lang-toggle:hover a {
  color: white;
}

.contact-toggle {
  padding-top: 8px;
  padding-left: 8px;
  overflow: hidden;
  position: relative;
  width: 188px;
}

.contact-toggle.animation-start {
  -webkit-animation: contactAnimation 20s ease-in-out;
  -moz-animation: contactAnimation 20s ease-in-out;
  animation: contactAnimation 20s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.contact-toggle span {
  position: absolute;
  top: 21px;
  left: 53px;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-toggle path {
  -webkit-transition: fill 0.3s linear;
  -moz-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.contact-toggle:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-animation: showContact 0.5s ease-in-out;
  -moz-animation: showContact 0.5s ease-in-out;
  animation: showContact 0.5s ease-in-out;
  background-color: #30B9C1;
  width: 188px;
}

.contact-toggle:hover span {
  color: white;
}

.contact-toggle:hover path {
  fill: #ffffff;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  background-color: black;
  cursor: pointer;
  z-index: 200;
}

.close:hover {
  background-color: #333333;
}

.close:before {
  width: 0px;
  height: 25px;
  content: "";
  top: 11px;
  left: 23px;
  border-right: 1px solid white;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:after {
  width: 0px;
  height: 25px;
  content: "";
  top: 11px;
  right: 23px;
  display: block;
  position: absolute;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross {
  margin: 10px auto;
  width: 13px;
  height: 13px;
  overflow: hidden;
  display: block;
  position: relative;
}

.cross.medium {
  margin: 10px auto;
}

.cross.medium span {
  width: 15px;
}

.cross span {
  height: 0px;
  border-top: 1px solid black;
  width: 10px;
  display: block;
  position: absolute;
  top: 5px;
}

.cross span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cross span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-illustration {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-image: url(https://www.emformar.pt/images/menu-circular/img/Icons_Site_Exp-01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-illustration:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
}

.icon-illustration.icon-leaf {
  background-position: 0 0;
}

.icon-illustration.icon-leaf:hover,
.icon-illustration.icon-leaf.active {
  background-position: -63px 0;
}

.icon-illustration.icon-key {
  background-position: -123px 0;
}

.icon-illustration.icon-key:hover,
.icon-illustration.icon-key.active {
  background-position: -183px 0;
}

.icon-illustration.icon-medal {
  background-position: -243px 0;
}

.icon-illustration.icon-medal:hover,
.icon-illustration.icon-medal.active {
  background-position: -303px 0;
}

.icon-illustration.icon-stopwatch {
  background-position: -363px 0;
}

.icon-illustration.icon-stopwatch:hover,
.icon-illustration.icon-stopwatch.active {
  background-position: -423px 0;
}

.icon-illustration.icon-megafon {
  background-position: -483px 0;
}

.icon-illustration.icon-megafon:hover,
.icon-illustration.icon-megafon.active {
  background-position: -543px 0;
}

.icon-illustration.icon-map {
  background-position: -603px 0;
}

.icon-illustration.icon-map:hover,
.icon-illustration.icon-map.active {
  background-position: -663px 0;
}


@-webkit-keyframes contactAnimation {
  0% {
    width: 188px;
  }
  3% {
    width: 188px;
  }
  5% {
    width: 53px;
  }
  95% {
    width: 53px;
  }
  98% {
    width: 188px;
  }
  100% {
    width: 188px;
  }
}

@-moz-keyframes contactAnimation {
  0% {
    width: 188px;
  }
  3% {
    width: 188px;
  }
  5% {
    width: 53px;
  }
  95% {
    width: 53px;
  }
  98% {
    width: 188px;
  }
  100% {
    width: 188px;
  }
}

@keyframes contactAnimation {
  0% {
    width: 188px;
  }
  3% {
    width: 188px;
  }
  5% {
    width: 53px;
  }
  95% {
    width: 53px;
  }
  98% {
    width: 188px;
  }
  100% {
    width: 188px;
  }
}

@-webkit-keyframes showContact {
  0% {
    width: 53px;
  }
  100% {
    width: 188px;
  }
}

@-moz-keyframes showContact {
  0% {
    width: 53px;
  }
  100% {
    width: 188px;
  }
}

@keyframes showContact {
  0% {
    width: 53px;
  }
  100% {
    width: 188px;
  }
}



.menu-toggle-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

/* .letters-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 100%;
} */

.letters-container .letter {
  position: absolute;
}

.letters-container .letter #svg-leaf {
  fill: #e27b4f;
}

.letters-container .letter #svg-watter {
  fill: #e27b4f;
}

.letters-container .letter #svg-key {
  fill: #dd467d;
}

.letters-container .letter #svg-keyhole {
  fill: #dd467d;
}

.letters-container .letter #svg-medal {
  fill: #945ea7;
}

.letters-container .letter #svg-stairs {
  fill: #945ea7;
}

.letters-container .letter #svg-bulp {
  fill: #7dbb52;
}

.letters-container .letter #svg-light {
  fill: #7dbb52;
}

.letters-container .letter #svg-yacht {
  fill: #30B9C1;
}

.letters-container .letter #svg-wave {
  fill: #30B9C1;
}

.letters-container .letter #svg-mark {
  fill: #fcb830;
}

.letters-container .letter #svg-cross {
  fill: #fcb830;
}

.letters-container .letter #letter-e {
  fill: #fcb830;
}

.letters-container .letter #letter-one {
  fill: #fcb830;
}

.letters-container .letter #letter-q {
  fill: rgba(48, 185, 193, 0.7);
  -webkit-animation: greenToBlue 16s linear infinite;
  -moz-animation: greenToBlue 16s linear infinite;
  animation: greenToBlue 16s linear infinite;
}

.letters-container .letter #letter-e {
  fill: #fafafa;
  -webkit-animation: whiteToGrey 16s linear infinite;
  -moz-animation: whiteToGrey 16s linear infinite;
  animation: whiteToGrey 16s linear infinite;
}

.letters-container .letter #letter-d {
  fill: black;
}

.letters-container .letter #letter-one {
  fill: white;
  -webkit-animation: whiteToGrey 16s linear infinite;
  -moz-animation: whiteToGrey 16s linear infinite;
  animation: whiteToGrey 16s linear infinite;
}

.letters-container .letter #letter-eight {
  fill: black;
}

.letters-container .letter #letter-three {
  fill: #96d8b1;
  -webkit-animation: greenToBlue 16s linear infinite;
  -moz-animation: greenToBlue 16s linear infinite;
  animation: greenToBlue 16s linear infinite;
}

.letters-container .letter #letter-zero {
  fill: #96d8b1;
  -webkit-animation: greenToBlue 16s linear infinite;
  -moz-animation: greenToBlue 16s linear infinite;
  animation: greenToBlue 16s linear infinite;
  transform: translate(20px, 0px);
}

.letters-container.first .first-symbol {
  left: 10%;
  top: 400px;
}

.letters-container.first .second-symbol {
  right: 10%;
  top: 100px;
}

.letters-container.first .q {
  bottom: -50px;
  left: 20%;
}

.letters-container.first .e {
  top: 50px;
  right: 30%;
}

.letters-container.first .d {
  top: 450px;
  right: 12%;
}

.letters-container.first .one {
  top: 0px;
  right: 25%;
}

.letters-container.first .eight {
  top: 400px;
  right: 10%;
}

.letters-container.first .thirty {
  top: 500px;
  left: 2%;
}

.letters-container.second .first-symbol {
  left: 10%;
  top: 250px;
}

.letters-container.second .second-symbol {
  right: 10%;
  top: -50px;
}

.letters-container.second .q {
  bottom: 460px;
  left: 5%;
}

.letters-container.second .e {
  top: -120px;
  right: 8%;
}

.letters-container.second .d {
  top: 140px;
  right: 0px;
}

.letters-container.second .one {
  top: -120px;
  right: 15%;
}

.letters-container.second .eight {
  top: 330px;
  right: 0;
}

.letters-container.second .thirty {
  top: 330px;
  left: 2%;
}

.letters-container.third .first-symbol {
  left: 10%;
  top: 250px;
}

.letters-container.third .second-symbol {
  right: 10%;
  top: -50px;
}

.letters-container.fourth .first-symbol {
  left: 10%;
  top: 350px;
}

.letters-container.fourth .second-symbol {
  right: 10%;
  top: 200px;
}

.letters-container.fifth .first-symbol {
  left: 10%;
  top: 350px;
}

.letters-container.fifth .second-symbol {
  right: 10%;
  top: 200px;
}

.letter {
  position: absolute;
  height: 275px;
  width: 275px;
  z-index: 99;
}

.letter .caption {
  font-size: 12px;
  position: absolute;
  padding: 8px;
  font-family: "Georgia" "Serif";
  font-style: italic;
  font-weight: normal;
  color: black;
}

.letter .caption:before {
  content: "";
  height: 1px;
  background-color: black;
  width: 20px;
  position: absolute;
  top: 0;
}

.letter.i {
  top: 0px;
  right: 15%;
  height: 275px;
  width: 300px;
  color: white;
}

.letter.i .caption {
  right: 23%;
  bottom: 5%;
}

.letter.one {
  height: 275px;
  width: 210px;
}

.letter.one .caption {
  right: 0;
  bottom: 5%;
  width: 100px;
}

.letter.eight .caption {
  right: 0;
  bottom: 0;
  width: 100px;
}

.letter.thirty {
  width: 380px;
  height: 275px;
}

.letter.thirty .caption {
  right: -100px;
  bottom: 35%;
  width: 100px;
}


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes landscapeMove {
  0% {
    -webkit-transform: translate3d(0px, 400px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 400px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@-moz-keyframes landscapeMove {
  0% {
    -moz-transform: translate3d(0px, 400px, 0px);
  }
  50% {
    -moz-transform: translate3d(0px, 400px, 0px);
  }
  100% {
    -moz-transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes landscapeMove {
  0% {
    -webkit-transform: translate3d(0px, 400px, 0px);
    -moz-transform: translate3d(0px, 400px, 0px);
    -ms-transform: translate3d(0px, 400px, 0px);
    -o-transform: translate3d(0px, 400px, 0px);
    transform: translate3d(0px, 400px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 400px, 0px);
    -moz-transform: translate3d(0px, 400px, 0px);
    -ms-transform: translate3d(0px, 400px, 0px);
    -o-transform: translate3d(0px, 400px, 0px);
    transform: translate3d(0px, 400px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes landscapeMoveShort {
  0% {
    -webkit-transform: translate3d(0px, 300px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 300px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@-moz-keyframes landscapeMoveShort {
  0% {
    -moz-transform: translate3d(0px, 300px, 0px);
  }
  50% {
    -moz-transform: translate3d(0px, 300px, 0px);
  }
  100% {
    -moz-transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes landscapeMoveShort {
  0% {
    -webkit-transform: translate3d(0px, 300px, 0px);
    -moz-transform: translate3d(0px, 300px, 0px);
    -ms-transform: translate3d(0px, 300px, 0px);
    -o-transform: translate3d(0px, 300px, 0px);
    transform: translate3d(0px, 300px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 300px, 0px);
    -moz-transform: translate3d(0px, 300px, 0px);
    -ms-transform: translate3d(0px, 300px, 0px);
    -o-transform: translate3d(0px, 300px, 0px);
    transform: translate3d(0px, 300px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes letterBornSmall {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0.5);
  }
}

@-moz-keyframes letterBornSmall {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(0.5);
  }
}

@keyframes letterBornSmall {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes letterBornFirst {
  0% {
    -webkit-transform: scale(0);
  }
  60% {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes letterBornFirst {
  0% {
    -moz-transform: scale(0);
  }
  60% {
    -moz-transform: scale(0);
  }
  80% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes letterBornFirst {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes letterBornSecond {
  0% {
    -webkit-transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes letterBornSecond {
  0% {
    -moz-transform: scale(0);
  }
  70% {
    -moz-transform: scale(0);
  }
  90% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes letterBornSecond {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes letterBornThird {
  0% {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes letterBornThird {
  0% {
    -moz-transform: scale(0);
  }
  80% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes letterBornThird {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(2);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.5);
  }
  100% {
    -moz-transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes lineAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 450px;
  }
}

@-moz-keyframes lineAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 450px;
  }
}

@keyframes lineAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 450px;
  }
}

@-webkit-keyframes lineAnimationSecond {
  0% {
    height: 0;
  }
  100% {
    height: 330px;
  }
}

@-moz-keyframes lineAnimationSecond {
  0% {
    height: 0;
  }
  100% {
    height: 330px;
  }
}

@keyframes lineAnimationSecond {
  0% {
    height: 0;
  }
  100% {
    height: 330px;
  }
}

@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scale(0, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@-moz-keyframes scaleX {
  0% {
    -moz-transform: scale(0, 1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes scaleX {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}


.menu-toggle-container {
  position: fixed;
  right: 47px;
  top: 47px;
  z-index: 100;
}

.products section {
  position: relative;
  padding: 80px 0;
}

section::after {
  clear: both;
  content: "";
  display: table;
}

.two-column {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.two-column::after {
  clear: both;
  content: "";
  display: table;
}

.three-column {
  width: 33.3%;
  float: left;
}

.three-column::after {
  clear: both;
  content: "";
  display: table;
}

.five-column {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}

.five-column::after {
  clear: both;
  content: "";
  display: table;
}

.four-column {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
}

.four-column::after {
  clear: both;
  content: "";
  display: table;
}

.narrow-column {
  width: 23%;
  float: left;
}

.wide-column {
  width: 54%;
  float: left;
}

.bordered-box {
  width: 640px;
  border: 1px solid black;
  top: -35px;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.bordered-box:before {
  width: 1px;
  height: 80px;
  content: "";
  background-color: black;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bordered-box:after {
  width: 1px;
  height: 80px;
  content: "";
  background-color: black;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-container {
  padding: 20px;
  box-sizing: border-box;
}


.table-container {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}



.half-text-image {
  padding: 0;
}

.half-text-image p {
  font-size: 14px;
  width: 73%;
  margin: 0 auto;
}

.half-text-image .border {
  position: absolute;
  border: 1px solid black;
  left: -20px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}

.half-text-image .container {
  height: 504px;
}

.half-text-image .text-container {
  z-index: 5;
}

.half-text-image img {
  position: relative;
  z-index: 0;
}

.half-text-image a.btn-default {
  position: relative;
  margin-top: 40px;
  z-index: 300;
}

.half-text-image .btn-default {
  position: relative;
  z-index: 300;
}

.divider {
  border-bottom: 1px dashed black;
  border-left: 1px dashed black;
  border-right: 1px dashed black;
  height: 20px;
  position: relative;
}

.divider:after {
  content: "";
  height: 50px;
  position: absolute;
  margin: 0 auto;
  width: 0px;
  border-right: 1px dashed black;
  bottom: -50px;
}

.vertical-divider {
  width: 0px;
  border-right: 1px solid black;
  height: 40px;
  margin: 20px auto;
}



@-webkit-keyframes arrowLeft {
  0% {
    margin-left: 60px;
  }
  30% {
    margin-left: 80px;
  }
  50% {
    margin-left: 60px;
  }
  80% {
    margin-left: 80px;
  }
  100% {
    margin-left: -200px;
  }
}

@-moz-keyframes arrowLeft {
  0% {
    margin-left: 60px;
  }
  30% {
    margin-left: 80px;
  }
  50% {
    margin-left: 60px;
  }
  80% {
    margin-left: 80px;
  }
  100% {
    margin-left: -200px;
  }
}

@keyframes arrowLeft {
  0% {
    margin-left: 60px;
  }
  30% {
    margin-left: 80px;
  }
  50% {
    margin-left: 60px;
  }
  80% {
    margin-left: 80px;
  }
  100% {
    margin-left: -200px;
  }
}

@-webkit-keyframes arrowRight {
  0% {
    margin-right: 60px;
  }
  30% {
    margin-right: 80px;
  }
  50% {
    margin-right: 60px;
  }
  80% {
    margin-right: 80px;
  }
  100% {
    margin-right: -200px;
  }
}

@-moz-keyframes arrowRight {
  0% {
    margin-right: 60px;
  }
  30% {
    margin-right: 80px;
  }
  50% {
    margin-right: 60px;
  }
  80% {
    margin-right: 80px;
  }
  100% {
    margin-right: -200px;
  }
}

@keyframes arrowRight {
  0% {
    margin-right: 60px;
  }
  30% {
    margin-right: 80px;
  }
  50% {
    margin-right: 60px;
  }
  80% {
    margin-right: 80px;
  }
  100% {
    margin-right: -200px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.menu-container,
.contact-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background-color: white;
}



.product-menu {
  position: fixed;
  width: 135px;
  height: 53px;
  top: 48px;
  right: 100px;
  background-color: #ded9d5;
  z-index: 199;
}

.product-menu a {
  padding-left: 75px;
  height: 100%;
  display: block;
  padding-top: 20px;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
}



.products {
  position: relative;
  text-align: center;
}

.products h4 {
  margin-top: 15px;
}

.products .cake-btn {
  z-index: 999;
}

.products .cake-btn > a {
  text-decoration: none;
  color:#522e91; 
  font-weight:bold;

}

#page-top\ home .products .cake-btn > a{
  display:none;
}

#page-top\ home .products .text-modulos{
  display:none;
}

#page-top\ modulos .products .text-home{
  display:none;
}



.products .cake-btn .btn-default {
  /*width: 135px;
  height: 40px;
  padding-top: 13px;*/
}



.products .narrow-column .text-container {
  padding-top: 200px;
}

.products .wide-column {
  max-width: 607px;
  width: 53%;
}

.products .wide-column .text-container {
  width: 280px;
}

.products .illustation {
  position: relative;
  width: 100%;
  max-width: 607px;
  padding-bottom: 100%;
  margin: 20px 0 40px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.products .illustation img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.products .illustation .lines-img {
  position: absolute;
  width: 110%;
  top: -4.8%;
  left: -4.8%;
  max-width: 667px;
  max-height: 667px;
}

.products .illustation .line {
  position: absolute;
  top: 0%;
  left: 50%;
  transform-origin: 50% 100%;
  margin-left: -5px;
  width: 10px;
  height: 50%;
}

.products .illustation .line > .circle {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #522e91;
  margin-top: -34px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.products .illustation .line.first-line {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.products .illustation .line.second-line {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  margin-top: -2px;
}

.products .illustation .line.third-line {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.products .illustation .line.fourth-line {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products .illustation .line.fifth-line {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  margin-top: -2px;
}

.products .illustation .line.sixth-line {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
  margin-top: -1px;
}

.products .illustation.first .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.products .illustation.first .first-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.first #firstLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .illustation.second .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.products .illustation.second .second-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.second #secondLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .illustation.third .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.products .illustation.third .third-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.third #thirdLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .illustation.fourth .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.products .illustation.fourth .fourth-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.fourth #fourthLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .illustation.fifth .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products .illustation.fifth .fifth-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.fifth #fifthLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .illustation.sixth .foreground {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.products .illustation.sixth .sixth-line .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products .illustation.sixth #sixthLine {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.products .text-container {
  margin: 0px auto;
  width: 100%;
  padding: 0;
  min-height: 400px;
}

.products .text-container p {
  font-size: 16px;
  /* font-family: "Georgia","Serif"; */
  /* font-style: italic; */
  letter-spacing: 0.5px;
  /* line-height: 180%; */
}



.products .text-container h4 {
  letter-spacing: 5px;
  font-size: 18px;
}

@media (max-width: 768px) {

}

@media (min-width: 1200px) {
  .letters-container {
    display: block;
  }
  .letter {
    display: block;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .letter:nth-child(1) {
    -webkit-animation: letterBornFirst 3s;
    -moz-animation: letterBornFirst 3s;
    animation: letterBornFirst 3s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
  }
  .letter:nth-child(2) {
    -webkit-animation: letterBornSecond 3s;
    -moz-animation: letterBornSecond 3s;
    animation: letterBornSecond 3s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
  }
  .letter:nth-child(3) {
    -webkit-animation: letterBornThird 3s;
    -moz-animation: letterBornThird 3s;
    animation: letterBornThird 3s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 2);
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .half-text-image .border {
    left: 40px;
  }
  .half-text-image .two-column {
    width: 100%;
    overflow: hidden;
  }
  .half-text-image .two-column img {
    min-width: 100%;
    min-height: 100%;
  }
 
}

@media (max-width: 1100px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 900px) {
  .live-in-qed-list .two-column {
    width: 100%;
  }
  .persons-list .five-column {
    width: 33.3%;
  }
  section {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {

  .products .narrow-column,
  .products .wide-column {
    width: 100%;
  }
  .products .narrow-column .text-container,
  .products .wide-column .text-container {
    width: 50%;
    float: left;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .illustation {
    display: none;
  }
  .persons-list .five-column {
    width: 50%;
  }
  .bordered-box {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .qed-word p {
    padding: 0 5%;
    width: auto;
  }
  .career p {
    width: auto;
  }
  .gallery-list .two-column {
    width: 100%;
  }
  .gallery-list .four-column {
    width: 50%;
  }
  .gallery-list .empty {
    display: none;
  }
 
  .letters-container.first .q {
    top: 700px;
    left: 5%;
  }
  .letters-container.first .e {
    top: 50px;
    right: 25%;
  }
  .letters-container.first .d {
    top: 450px;
    right: 2%;
  }
  .letters-container.first .eight {
    top: 300px;
    right: -20px;
  }
  .letters-container.second .q {
    top: 450px;
    left: -60px;
  }
  .letters-container.second .e {
    top: -120px;
    right: -80px;
  }
  .letters-container.second .e #letter-e {
    fill: #945ea7;
  }
  .letters-container.second .d {
    top: 450px;
    right: -40px;
  }
  .letters-container.second .one {
    top: -50px;
    right: 0%;
  }
  .letters-container.second .one #letter-one {
    fill: #945ea7;
  }
  .letters-container.second .eight {
    top: 600px;
    right: -30px;
  }
  .letters-container.second .thirty {
    top: 600px;
    left: -40px;
  }

}

@media (max-width: 700px) {

  .products .narrow-column,
  .products .wide-column {
    width: 100%;
  }
  .products .narrow-column .text-container,
  .products .wide-column .text-container {
    width: 100%;
  }
  .menu-container .social-media,
  .contact-container .social-media {
    bottom: 20px;
  }
  .cross.medium {
    display: none;
  }
  .container > p {
    width: 90%;
  }
  .gallery-list .four-column {
    width: 100%;
  }
  .persons-list {
    height: auto;
    padding: 0;
  }
  .persons-list .five-column {
    width: 100%;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .letter {
    display: none;
  }
  .menu-toggle-container {
    right: 0px;
  }



  .product-menu {
    right: 53px;
    width: 53px;
  }
  .product-menu a > span {
    display: none;
  }
  .product-menu .arrow {
    margin-left: 15px;
    width: 20px;
  }
  .product-menu:hover .arrow {
    margin-left: 20px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

  .menu-border .three-column,
  .contact-border .three-column {
    width: 33.3%;
  }
  .menu-border .btn-default,
  .contact-border .btn-default {
    margin: 5px auto;
  }

}
