@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700|Anonymous+Pro:400,400italic,700,700italic|Source+Code+Pro:400,200,300,500,600,700,900|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Roboto+Mono:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic|Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,100italic,300,100|Roboto+Slab:400,100,300,700|Roboto+Condensed:400,300,300italic,400italic,700,700italic);
body {
  line-height: 1.7em; }

strong {
  font-style: italic; }

.btn {
  border-radius: 0.3rem;
  font-weight: 300; }

p {
  word-spacing: -1px;
  letter-spacing: -.006rem;
  clear: both; }

p a {
  color: #2C57C1;
  border-bottom: 1px dotted #2C57C1; }

p a:hover {
  border-bottom: 1px dashed #2C57C1;
  color: #2C57C1; }

h3 {
  margin-bottom: 3rem; }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: initial; }

.cta {
  text-align: center; }

.display-3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.04em; }

.carousel-caption {
  text-align: left;
  right: 5%;
  left: 7%; }
  .carousel-caption .display-3 {
    font-size: 1.3rem; }
  .carousel-caption h2 {
    display: block;
    font-size: 14px; }

.carousel-item {
  background-attachment: fixed; }

.form-control-message:after {
  font-size: 1.5rem;
  background-image: url(../img/icon/meet.svg);
  content: "\f04f";
  font-family: 'icomoon' !important; }

#pricing {
  background: url(../img/our-team-hero.jpg);
  background-attachment: fixed; }

#about .row .p-y-3 {
  padding-bottom: 0; }

.media-bottom {
  vertical-align: middle; }

.display-icon {
  text-align: center;
  display: block;
  margin-bottom: 1.25rem;
  font-size: 6rem; }

.card {
  background-color: transparent; }

#services {
  background: url(../img/keyboard.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #services .row {
    margin-bottom: 3em; }
  #services .card-text {
    text-align: left; }

#details-2 {
  background: url(../img/lisbon-office.jpg); }

#details-4 {
  background: url(../img/lisbon-office-2.jpg); }

#details-2, #details-4 {
  background-repeat: no-repeat;
  background-size: cover; }

#services, #details-2, #details-4 {
  color: white; }

.separator-x:before {
  height: 100%; }

#details-1 .separator-x:before, #details-3 .separator-x:before, #about .separator-x:before {
  background-color: #818a91; }

#about, #about .grid {
  padding-bottom: 0; }

figure {
  margin: 0; }

.grid {
  text-align: center;
  padding-top: 5.625rem; }

/* Common style */
.grid figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure figcaption {
  padding: .5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption h2 {
  text-align: left; }

.grid figure figcaption p {
  position: absolute;
  bottom: 0;
  right: 1em;
  margin-bottom: .5em; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white; }

/*-----------------*/
/***** Hover effect *****/
/*-----------------*/
/*

figure.effect-apollo {
  background: #3498db;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0 1em 1em 0;
  padding: 0 1em;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-apollo img {
  opacity: 0.95;s
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
*/
.section-footer .nav-inline a {
  text-decoration: none; }

.section-footer .nav-inline {
  font-weight: 300; }

.copywrite {
  margin: .25rem;
  color: rgba(255, 255, 255, 0.4); }

@media (max-height: 36.5em) {
  h2 {
    display: block; } }

@media (min-height: 36.5em) {
  .carousel-caption .display-3 {
    font-size: 2rem; }
  .carousel-caption h2 {
    font-size: 1rem;
    max-width: 90%; } }

@media (min-width: 414px) {
  .carousel-header .carousel-caption {
    top: 18%; }
    .carousel-header .carousel-caption .display-3 {
      font-size: 2.5rem; }
    .carousel-header .carousel-caption h2 {
      font-size: 1.1rem; } }

@media (min-width: 768px) {
  .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link:focus,
  .navbar-dark .navbar-nav .active > .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.open,
  .navbar-dark .navbar-nav .nav-link.open:focus,
  .navbar-dark .navbar-nav .nav-link.open:hover,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.active:focus,
  .navbar-dark .navbar-nav .nav-link.active:hover {
    color: white; }
  .carousel-header .carousel-caption {
    top: 55%; }
    .carousel-header .carousel-caption .display-3 {
      font-size: 4rem; }
    .carousel-header .carousel-caption h2 {
      font-size: 1.5rem;
      margin-bottom: 5% !important; } }

@media (min-width: 768px) {
  .section-footer .media {
    padding-top: 0; } }

@media (min-width: 920px) {
  .grid figure {
    width: 24%;
    max-width: none; } }

@media only screen and (min-width: 1025px) {
  #services, #details-2, #details-4 {
    background-attachment: fixed; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 0 2em; } }

@media only screen and (max-device-width: 1024px) {
  .carousel-item, #pricing {
    background-attachment: initial; } }

section h3 {
  text-align: center; }

@media only screen and (min-width: 1290px) {
  section h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem; } }

/*/////////////////////////
ICONS
//////////////////////////////*/
.card-block > span {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  font-size: 2.125rem;
  line-height: 2.5;
  text-align: center; }

.icon {
  background-size: 100%;
  background-repeat: no-repeat;}
  /*background-image: url(../img/icon/bug.svg); }*/

.icon img {
  width: 100%; }

.icon .down-arrow {
  width: 50px; }

#details-1 .display-icon, #details-2 .display-icon, #details-3 .display-icon, #details-4 .display-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  font-size: 2.125rem;
  line-height: 2.5;
  text-align: center; }

.back-to-top-arrow {
  width: 34px;
  margin-bottom: 10px; }

.bg-inverse-custom {
  margin-top: 0rem;
  background: rgba(0, 0, 0, 0.4); }

.icon-logo img {
  width: 218px; }

.navicon-button {
  display: inline-block;
  position: relative;
  padding: 1.25rem 1rem;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: .8; }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s; }
  .navicon-button:hover {
    transition: 0.5s;
    opacity: 1; }
    .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
      transition: 0.25s; }
    .navicon-button:hover .navicon:before {
      top: .825rem; }
    .navicon-button:hover .navicon:after {
      top: -.825rem; }

.navicon {
  position: relative;
  width: 2.5rem;
  height: .3125rem;
  background: #fff;
  transition: 0.5s;
  border-radius: 2.5rem; }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 2.5rem;
    background: #fff;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem; }
  .navicon:before {
    top: .625rem; }
  .navicon:after {
    top: -.625rem; }

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important; }

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s; }

/* � and + */
.open.plus .navicon,
.open.x .navicon {
  background: transparent; }
  .open.plus .navicon:before,
  .open.x .navicon:before {
    transform: rotate(-45deg); }
  .open.plus .navicon:after,
  .open.x .navicon:after {
    transform: rotate(45deg); }

.open.plus {
  transform: scale(0.75) rotate(45deg); }
