@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400i,700");
html, body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #29182f; }

::selection {
  background: #ff2c54;
  color: #fff; }

h1 {
  color: #393939;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase; }

h3 {
  color: #393939; }

h5 {
  color: #ffbf00; }

.test {
  border: dashed 1px red; }

.container {
  width: 90%;
  max-width: 1280px; }

.container.corset {
  max-width: 955px; }

.btn {
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 10px 20px;
  border-radius: 0; }

.btn-mag {
  background-color: #6ccacb;
  color: #fff; }
  .btn-mag:hover {
    background: #41294a;
    color: #fff; }

.no-padding {
  padding: 0; }

section {
  position: relative; }

#preloader {
  background-color: #f3f3ec; }

.cbp-spmenu-vertical {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999; }

.cbp-spmenu-right {
  right: -100%; }

.koi-primary-nav-trigger.active {
  right: -135px;
  background: #ff2c54; }

.cbp-spmenu-vertical .container {
  padding-top: 2em;
  text-align: center;
  position: relative; }

#closeMenu {
  padding: 10px 15px;
  background: #ff2c54;
  position: absolute;
  top: 20px;
  left: 0px; }
  #closeMenu i {
    font-size: 1.8em;
    color: #fff; }

.menu-list {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0; }
  .menu-list li {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
    width: 100%; }

.menu-social {
  padding: 3em 0 0 0; }

.koi-header {
  padding-right: 20px;
  height: 120px;
  box-shadow: none; }

.texto-intro h1 {
  font-weight: normal;
  position: relative;
  display: inline-block;
  color: #fff; }
  .texto-intro h1 strong {
    color: #ff2c54;
    font-weight: black; }
  .texto-intro h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 40%;
    height: 6px;
    background: #ff2c54; }
.texto-intro p {
  font-family: "Playfair Display";
  font-style: italic;
  color: #fff;
  margin-top: 2.5em;
  margin-bottom: 3em;
  font-size: 24px; }

.container-fluid .jumbotron {
  border-radius: 0;
  background: #41294a;
  position: relative;
  width: 75%;
  margin: 0 auto; }
  .container-fluid .jumbotron h1 {
    font-weight: normal;
    position: relative;
    display: inline-block;
    color: #fff; }
    .container-fluid .jumbotron h1 strong {
      color: #6ccacb;
      font-weight: black; }
    .container-fluid .jumbotron h1:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      margin: 10px 0 0;
      width: 40%;
      height: 6px;
      background: #6ccacb; }
  .container-fluid .jumbotron p {
    font-family: "Playfair Display";
    font-style: italic;
    color: #fff;
    margin-top: 2.5em;
    font-size: 24px; }
  .container-fluid .jumbotron .btn {
    position: absolute;
    bottom: -25px; }
    .container-fluid .jumbotron .btn:hover {
      background: #ff2c54; }

.row-100 {
  height: 100vh; }

.vcenter {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-koi;
  display: -moz-koi;
  display: -ms-flexkoi;
  display: -webkit-flex;
  display: flex;
  -webkit-koi-align: center;
  -webkit-align-items: center;
  -moz-koi-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-koi-pack: center;
  -moz-koi-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6vw;
  z-index: 10;
  /* set height to pixels if you want angle to change with screen width */ }

.koi-header {
  z-index: 9998; }
  .koi-header .container-fluid {
    position: relative; }

.koi-video {
  position: relative;
  background-position: center;
  position: relative;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .koi-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    height: 300px;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity; }

.mouse {
  display: none; }

.portfolio-section {
  overflow: hidden; }
  .portfolio-section .intro-port {
    padding: 4em 0; }
    .portfolio-section .intro-port h4 {
      text-align: center; }
  .portfolio-section .container-fluid {
    padding: 0; }

.portfolio-filter {
  list-style: none;
  padding: 4em 0 3em;
  text-align: center; }
  .portfolio-filter li {
    width: 100%;
    font-size: 20px;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
    color: #29182f;
    cursor: pointer; }
    .portfolio-filter li:hover {
      color: #ff2c54; }
  .portfolio-filter li.mixitup-control-active {
    color: #ff2c54; }

.mix {
  padding: 0px; }

.mix-works {
  padding: 15px; }

.portfolios-area .gallery-block {
  position: relative; }

.padd-100 {
  padding: 0 30px; }

.works-row {
  padding-bottom: 20px; }

.h-port {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.h-port-vis {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.animate-box {
  opacity: 0; }

.portfolio-item {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  .portfolio-item video {
    width: 100%;
    height: auto; }
  .portfolio-item .pi-inner {
    display: table;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .portfolio-item .pi-inner video {
      position: absolute;
      z-index: -1; }
    .portfolio-item .pi-inner .inner-cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .portfolio-item .pi-inner .inner-cell .iso-over, .portfolio-item .pi-inner .inner-cell h2, .portfolio-item .pi-inner .inner-cell h3, .portfolio-item .pi-inner .inner-cell i {
        opacity: 0; }
      .portfolio-item .pi-inner .inner-cell h2 {
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        position: relative;
        color: #fff;
        letter-spacing: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .portfolio-item .pi-inner .inner-cell h2:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          margin: 10px auto;
          width: 80px;
          height: 6px;
          background: #6ccacb; }
      .portfolio-item .pi-inner .inner-cell h3 {
        color: #fff;
        font-size: 30px;
        font-family: "Playfair Display";
        font-style: italic;
        padding-bottom: 2em;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  .portfolio-item:hover {
    text-decoration: none; }
    .portfolio-item:hover .pi-inner h2, .portfolio-item:hover .pi-inner h3, .portfolio-item:hover .pi-inner i {
      opacity: 1; }
    .portfolio-item:hover .pi-inner h2 {
      letter-spacing: 0; }
    .portfolio-item:hover .pi-inner h3 {
      padding-bottom: 0; }
    .portfolio-item:hover .pi-rojo {
      background: #ff2c54; }
    .portfolio-item:hover .pi-violeta {
      background: #41294a; }

.portfolio-meta {
  padding-bottom: 45px; }
  .portfolio-meta h2 {
    font-size: 24px; }
  .portfolio-meta p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0; }

.portfolio-intro {
  display: block; }

#frase {
  padding: 3.5em 0 5em; }
  #frase .btn {
    margin: 2em auto 0; }

.work-together {
  background: white;
  position: relative;
  z-index: 50; }
  .work-together .container-fluid {
    position: relative;
    background: #29182f;
    padding: 6em 0 4em 0;
    z-index: 2;
    overflow: hidden;
    /*.overlay
     * position: absolute
     * width: 100%
     * height: 100%
     * left: 0
     * top: 0
     * z-index: 3
     * background-image: url("../img/overlay.gif")
     * background-repeat: no-repeat
     * background-size: cover */ }
    .work-together .container-fluid #overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: auto;
      z-index: 3; }
  .work-together .jumbotron {
    z-index: 5;
    position: relative; }
  .work-together svg {
    top: -2px;
    bottom: auto; }

#work-tog-jum {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px); }

#work-tog-jum.visible {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

footer {
  background: white;
  position: relative;
  z-index: 50; }
  footer .row-foo [class^="col-"] {
    min-height: 650px;
    padding-bottom: 3em; }
  footer .col-foo-l {
    display: none; }
  footer .col-foo-r {
    background: #29182f;
    padding-top: 2.6em;
    overflow-x: hidden; }
    footer .col-foo-r h1 {
      color: #fff;
      border-left: 6px solid #ff2c54;
      padding-left: 20px; }
    footer .col-foo-r p {
      font-family: "Playfair Display";
      font-style: italic;
      color: #fff;
      margin-top: 1em;
      font-size: 24px;
      padding: 0 30px; }
    footer .col-foo-r h2, footer .col-foo-r h3, footer .col-foo-r .mail-foo {
      letter-spacing: 3px; }
    footer .col-foo-r h2 {
      text-transform: uppercase;
      color: #ff2c54;
      padding-left: 30px;
      font-size: 30px; }
    footer .col-foo-r h3 {
      color: #fff;
      font-weight: 300;
      padding-left: 30px;
      margin-top: 0;
      font-size: 22px; }
    footer .col-foo-r a.mail-foo {
      display: inline-block;
      margin-top: 1em;
      color: #ff2c54;
      font-size: 1.3em;
      font-weight: 300;
      margin-left: 30px; }
      footer .col-foo-r a.mail-foo:hover {
        text-decoration: none;
        color: #6ccacb; }
    footer .col-foo-r .social-foo {
      margin-top: 1.2em;
      text-align: left;
      display: inline-block;
      width: 100%; }
      footer .col-foo-r .social-foo li {
        display: inline-block; }
      footer .col-foo-r .social-foo a {
        display: inline-block;
        padding-top: 0.2em;
        width: 50px;
        height: 50px;
        color: #ff2c54;
        border: solid 1px #ff2c54;
        border-radius: 50%;
        font-size: 1.6em;
        margin-right: 0.2em; }
        footer .col-foo-r .social-foo a:hover {
          border-color: #6ccacb;
          color: #6ccacb; }
      footer .col-foo-r .social-foo .social-icon1 {
        padding-left: 0.7em;
        padding-top: 0.25em; }
      footer .col-foo-r .social-foo .social-icon2 {
        padding-top: 0.25em;
        padding-left: 0.65em; }
      footer .col-foo-r .social-foo .social-icon3 {
        padding-top: 0.3em;
        padding-left: 0.65em; }
  footer .copy-foo {
    padding: 2em 0;
    background: #000; }
    footer .copy-foo p {
      color: #777;
      font-size: 1.2em;
      margin: 0;
      padding-left: 30px; }
      footer .copy-foo p strong {
        font-weight: normal;
        color: #ff2c54; }

.footer-ele {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px); }

.foot-vis {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.social-foo-ele {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.social-vis {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.intro-section {
  padding-top: 12em;
  padding-bottom: 4em; }
  .intro-section .section-title {
    font-size: 4.5em;
    font-weight: bold;
    text-transform: capitalize;
    color: #41294a; }
  .intro-section .works-section-title {
    text-align: center;
    text-overflow: clip;
    letter-spacing: 3px;
    text-shadow: -2px -2px 1px #ff2c54, 2px 2px 1px #6ccacb; }

.detalle-intro {
  background: #41294a; }

.intro-section.detalle-intro {
  padding-bottom: 14em; }
  .intro-section.detalle-intro h1 {
    font-size: 3.5em;
    color: #fff; }
  .intro-section.detalle-intro h2 {
    color: #ff2c54;
    text-transform: uppercase; }

.detalle-section {
  margin-top: -8em; }

.deta-img-intro img, .deta-img-intro video, .deta-list-img img, .deta-list-img video {
  width: 100%;
  height: auto; }

.deta-texto {
  padding-top: 3em;
  padding-bottom: 2em; }
  .deta-texto .deta-serv-list {
    padding-bottom: 2em; }
    .deta-texto .deta-serv-list h3 {
      color: #ff2c54;
      margin-top: 0; }
    .deta-texto .deta-serv-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      .deta-texto .deta-serv-list ul li {
        color: #6ccacb;
        margin: 6px 10px;
        float: left;
        display: block; }
  .deta-texto .deta-txt p {
    font-size: 16px;
    line-height: 1.6; }
    .deta-texto .deta-txt p:first-child {
      font-family: "Playfair Display";
      font-style: italic;
      font-size: 24px;
      margin-bottom: 1.5em; }

.deta-list-img {
  padding-bottom: 6em; }
  .deta-list-img .portfolio-item {
    cursor: zoom-in;
    margin-top: 30px; }
  .deta-list-img .portfolio-item-no-zoom {
    cursor: default;
    margin-top: 30px; }

.pi-violeta-trans {
  background: rgba(0, 0, 0, 0.8); }

.deta-inner i {
  color: #fff;
  font-size: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.deta-btn-col {
  text-align: center;
  padding-top: 7em; }
  .deta-btn-col .btn {
    margin: 0 8px;
    margin-bottom: 10px;
    text-align: center; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-bg {
  background: #41294a; }

.deta-ele {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.deta-ele-vis {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.fancybox-button {
  background: #6ccacb;
  color: #fff; }

.fancybox-button--close {
  background: #ff2c54; }

#home-about {
  display: none; }

#about-no-parallax {
  background: url("../img/ban1.jpg") right center no-repeat;
  width: 100%;
  height: 480px; }

#about-lands {
  display: block; }

.h-100 {
  height: 100% !important; }

#about-team {
  background: #29182f;
  padding: 2em 0;
  z-index: 50;
  position: relative; }
  #about-team .personita {
    text-align: center;
    margin-bottom: 30px; }
    #about-team .personita img {
      width: 100%;
      height: auto; }
    #about-team .personita h2 {
      text-transform: uppercase;
      color: #fff;
      font-size: 25px;
      margin-top: 1.3em; }
    #about-team .personita h3 {
      font-family: "Playfair Display";
      font-style: italic;
      font-size: 20px;
      color: #ff2c54;
      margin-top: 0; }
    #about-team .personita .social-foo {
      padding: 0;
      margin-top: 1.2em;
      display: inline-block;
      width: 100%; }
      #about-team .personita .social-foo li {
        display: inline-block; }
      #about-team .personita .social-foo a {
        display: inline-block;
        padding-top: 0.2em;
        width: 50px;
        height: 50px;
        color: #ff2c54;
        border: solid 1px #ff2c54;
        border-radius: 50%;
        font-size: 1.6em;
        margin-right: 0.2em; }
        #about-team .personita .social-foo a:hover {
          border-color: #6ccacb;
          color: #6ccacb; }
      #about-team .personita .social-foo .social-icon1 {
        padding-top: 0.25em; }
      #about-team .personita .social-foo .social-icon2 {
        padding-top: 0.25em; }
      #about-team .personita .social-foo .social-icon3 {
        padding-top: 0.3em; }
  #about-team .video-about {
    width: 100%; }

#services {
  position: relative;
  background: #fff;
  z-index: 50;
  padding: 5em 0; }
  #services .texto-intro h1 {
    color: #000; }
    #services .texto-intro h1 strong {
      color: #000; }
    #services .texto-intro h1:after {
      background: #000; }
  #services .texto-intro p {
    color: #000; }
  #services h2 {
    font-family: "Playfair Display"; }
  #services ul {
    list-style: none;
    font-size: 16px; }
    #services ul li {
      margin-bottom: 0.3em; }
      #services ul li:first-child {
        margin-top: 1.5em; }

/*# sourceMappingURL=base-koi.css.map */
