/* line 36, ../sass/_header.scss */
.navbar-default {
  background-color: transparent;
}

/* line 40, ../sass/_header.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 44, ../sass/_header.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 51, ../sass/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 56, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 60, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 65, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
  font-family: "icon-espanol";
}
/* line 72, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 78, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 84, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 97, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: rgba(0, 35, 64, 0.95);
  height: 60px;
}
/* line 104, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  background-color: #000000;
}
/* line 115, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 120, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 5px;
  width: auto;
  height: 40px;
}
/* line 128, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 135, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: 5px;
}
/* line 22, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 140, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 142, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 145, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 154, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 22, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 156, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 159, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 162, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 178, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 182, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 186, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  /* line 205, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 212, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 214, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 0;
    width: auto;
    height: 50px;
    margin-top: 5px;
  }
  /* line 223, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 225, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 228, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 230, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 236, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 239, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 241, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 257, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* line 3, ../sass/_grid.scss */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/_grid.scss */
body {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  color: #82888a;
  /*background: #2c2d31;*/
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* line 20, ../sass/_grid.scss */
.js .loading::before,
.js .loading::after {
  content: '';
  position: fixed;
  z-index: 1000;
}

/* line 27, ../sass/_grid.scss */
.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2d31;
}

/* line 35, ../sass/_grid.scss */
.loading::after {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 8px solid #383a41;
  border-bottom-color: #565963;
  border-radius: 50%;
  animation: animLoader 0.8s linear infinite forwards;
}

@keyframes animLoader {
  to {
    transform: rotate(360deg);
  }
}
/* line 51, ../sass/_grid.scss */
a {
  text-decoration: none;
  color: #f2f2f2;
  outline: none;
}

/* line 57, ../sass/_grid.scss */
a:hover,
a:focus {
  color: #e6629a;
}

/* line 62, ../sass/_grid.scss */
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 70, ../sass/_grid.scss */
main {
  display: flex;
  flex-wrap: wrap;
}

/* Icons */
/* line 76, ../sass/_grid.scss */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

/* line 84, ../sass/_grid.scss */
.content--side {
  position: relative;
  z-index: 100;
  width: 15vw;
  min-width: 130px;
  max-height: 100vh;
  padding: 0 1em;
  order: 2;
}

/* line 94, ../sass/_grid.scss */
.content--center {
  flex: 1;
  max-width: calc(100vw - 260px);
  order: 3;
}

/* line 100, ../sass/_grid.scss */
.content--right {
  order: 4;
}

/* line 104, ../sass/_grid.scss */
.content--related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 8em 1em 3em;
  text-align: center;
  order: 5;
}

/* line 114, ../sass/_grid.scss */
.media-related {
  width: 100%;
}

/* line 118, ../sass/_grid.scss */
.media-item {
  padding: 1em;
}

/* line 122, ../sass/_grid.scss */
.media-item__img {
  max-width: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

/* line 128, ../sass/_grid.scss */
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

/* line 133, ../sass/_grid.scss */
.media-item__title {
  font-size: 1em;
  max-width: 220px;
  padding: 0.5em;
  margin: 0 auto;
}

/* Header */
/* line 141, ../sass/_grid.scss */
.codrops-header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3em 1em 4em;
  order: 1;
}

/* line 151, ../sass/_grid.scss */
.codrops-header__title {
  font-size: 1em;
  font-weight: normal;
  flex: 1;
  margin: 0 7em 0 0;
  text-align: center;
  text-transform: lowercase;
}

/* line 160, ../sass/_grid.scss */
.codrops-header__title::before,
.codrops-header__title::after {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.25em;
  color: #42454c;
}

/* line 169, ../sass/_grid.scss */
.codrops-header__title::after {
  content: '\2309';
  vertical-align: sub;
}

/* line 174, ../sass/_grid.scss */
.codrops-header__title::before {
  content: '\230A';
}

/* GitHub corner */
/* line 179, ../sass/_grid.scss */
.github-corner {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 185, ../sass/_grid.scss */
.github-corner__svg {
  fill: #82888a;
  color: #2c2d31;
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
}

/* line 194, ../sass/_grid.scss */
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {
  0%,
	100% {
    transform: rotate(0);
  }
  20%,
	60% {
    transform: rotate(-25deg);
  }
  40%,
	80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 500px) {
  /* line 214, ../sass/_grid.scss */
  .github-corner:hover .octo-arm {
    animation: none;
  }

  /* line 217, ../sass/_grid.scss */
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}
/* Top Navigation Style */
/* line 224, ../sass/_grid.scss */
.codrops-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.75em;
  margin: 0 0 0 2.25em;
  text-align: center;
  white-space: nowrap;
  background: #1f2125;
}

/* line 236, ../sass/_grid.scss */
.codrops-links::after {
  content: '';
  position: absolute;
  top: -10%;
  left: calc(50% - 1px);
  width: 2px;
  height: 120%;
  background: #2c2d31;
  transform: rotate3d(0, 0, 1, 22.5deg);
}

/* line 247, ../sass/_grid.scss */
.codrops-icon {
  display: inline-block;
  padding: 0 0.65em;
}

/* Controls */
/* line 253, ../sass/_grid.scss */
.control--grids {
  margin: 0 0 2.5em;
  text-align: right;
}

/* line 258, ../sass/_grid.scss */
.control__title {
  font-size: 0.85em;
  display: block;
  width: 100%;
  margin: 0 0 1em;
  color: #e6629a;
}

/* line 266, ../sass/_grid.scss */
.control__item {
  position: relative;
  display: block;
  margin: 0 0 0.5em;
}

/* line 272, ../sass/_grid.scss */
.control__radio {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* line 283, ../sass/_grid.scss */
.control__label {
  white-space: nowrap;
}

/* line 287, ../sass/_grid.scss */
.control__radio:checked + .control__label {
  color: #fff;
  background: #673ab7;
}

/* line 292, ../sass/_grid.scss */
.control__radio:not(:checked):hover + .control__label,
.control__btn:hover {
  color: white;
}

/* line 297, ../sass/_grid.scss */
.control__btn {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  text-align: left;
  color: inherit;
  border: none;
  background: none;
}

/* line 308, ../sass/_grid.scss */
.control__btn:focus {
  outline: none;
}

/* Grid */
/* line 314, ../sass/_grid.scss */
.grid {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
}

/* line 321, ../sass/_grid.scss */
.grid--hidden {
  position: fixed !important;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

/* line 331, ../sass/_grid.scss */
.js .grid--loading::before,
.js .grid--loading::after {
  content: '';
  z-index: 1000;
}

/* line 337, ../sass/_grid.scss */
.js .grid--loading::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #2c2d31;
}

/* line 346, ../sass/_grid.scss */
.js .grid--loading::after {
  position: absolute;
  top: calc(25vh - 20px);
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -20px;
  border: 8px solid #383a41;
  border-bottom-color: #565963;
  border-radius: 50%;
  animation: animLoader 0.8s linear forwards infinite;
}

/* line 359, ../sass/_grid.scss */
.grid__sizer {
  margin-bottom: 0 !important;
}

/* line 363, ../sass/_grid.scss */
.grid__link,
.grid__img {
  display: block;
}

/* line 368, ../sass/_grid.scss */
.grid__img {
  width: 100%;
}

/* line 372, ../sass/_grid.scss */
.grid__deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* line 379, ../sass/_grid.scss */
.grid__deco path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

/* line 385, ../sass/_grid.scss */
.grid__reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #2c2d31;
}

/* line 397, ../sass/_grid.scss */
.grid .grid__item,
.grid .grid__sizer {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
@media screen and (min-width: 1024px) {
  /* line 397, ../sass/_grid.scss */
  .grid .grid__item,
  .grid .grid__sizer {
    margin: 0 10px 20px;
  }
}

@media screen and (min-width: 60em) {
  /* line 408, ../sass/_grid.scss */
  .grid .grid__item,
  .grid .grid__sizer {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (min-width: 70em) {
  /* line 416, ../sass/_grid.scss */
  .grid .grid__item,
  .grid .grid__sizer {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }

  /* Grid types */
  /* line 422, ../sass/_grid.scss */
  .grid--type-b .grid__item,
  .grid--type-b .grid__sizer {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
  }

  /* line 428, ../sass/_grid.scss */
  .grid--type-c .grid__item,
  .grid--type-c .grid__sizer {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}
@media screen and (max-width: 50em) {
  /* line 436, ../sass/_grid.scss */
  main {
    display: block;
  }

  /* line 439, ../sass/_grid.scss */
  .codrops-header {
    padding: 1em;
    flex-wrap: wrap;
  }

  /* line 443, ../sass/_grid.scss */
  .codrops-links {
    margin: 0;
  }

  /* line 446, ../sass/_grid.scss */
  .codrops-header__title {
    width: 100%;
    text-align: left;
    flex: none;
    margin: 1em 0;
  }

  /* line 452, ../sass/_grid.scss */
  .content--side {
    width: 100%;
  }

  /* line 455, ../sass/_grid.scss */
  .content--right {
    order: 3;
  }

  /* line 458, ../sass/_grid.scss */
  .content--center {
    max-width: 100vw;
  }

  /* line 461, ../sass/_grid.scss */
  .control {
    margin: 0 0 1em;
    text-align: left;
  }

  /* line 465, ../sass/_grid.scss */
  .control__item,
  .control__btn {
    display: inline-block;
  }

  /* line 469, ../sass/_grid.scss */
  .control__btn {
    width: auto;
  }
}
/* line 474, ../sass/_grid.scss */
.pater {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 1em;
  background: #fff;
}
/* line 482, ../sass/_grid.scss */
.pater__img {
  width: 100%;
  background-size: cover;
}
/* line 489, ../sass/_grid.scss */
.pater__content {
  font-size: 0.85em;
  z-index: 9;
  padding: .5em 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 489, ../sass/_grid.scss */
  .pater__content {
    background-position: 0 -320px;
    padding: 1.5em 1em;
  }
}
/* line 501, ../sass/_grid.scss */
.pater__content p {
  font-family: RobotoLight;
  font-size: 15px;
  line-height: 1;
  color: #323232;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  /* line 501, ../sass/_grid.scss */
  .pater__content p {
    color: #fff;
  }
}
/* line 517, ../sass/_grid.scss */
.pater__title {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  color: #323232;
  font-family: RobotoBold;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  /* line 517, ../sass/_grid.scss */
  .pater__title {
    color: #fff;
    font-size: 16px;
  }
}
/* line 531, ../sass/_grid.scss */
.pater__call {
  font-weight: bold;
  border: 1px solid #B8AC72;
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #B8AC72;
}
@media screen and (min-width: 1024px) {
  /* line 531, ../sass/_grid.scss */
  .pater__call {
    border: 1px solid #fff;
  }
}
/* line 545, ../sass/_grid.scss */
.pater::after {
  content: '';
  font-size: 0.765em;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  padding: 1em;
  color: #fff;
}
/* line 556, ../sass/_grid.scss */
.pater:focus, .pater:hover {
  color: #2c2d31;
}

@media screen and (min-width: 50em) {
  /* line 564, ../sass/_grid.scss */
  .pater {
    height: 240px;
    background: #B8AC72;
  }

  /* line 568, ../sass/_grid.scss */
  .pater--small {
    height: 200px;
  }

  /* line 571, ../sass/_grid.scss */
  .pater--big {
    height: 316px;
  }

  /* line 574, ../sass/_grid.scss */
  .pater,
  .pater:focus,
  .pater:hover {
    color: #82888a;
  }

  /* line 579, ../sass/_grid.scss */
  .pater__img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
  }

  /* line 586, ../sass/_grid.scss */
  .pater__call {
    color: #fff;
    font-family: RobotoBold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  /* Hover Animation */
  /* line 596, ../sass/_grid.scss */
  .pater__img,
  .pater__content,
  .pater::after {
    transition: transform 0.3s, opacity 1.5s;
  }

  /* line 602, ../sass/_grid.scss */
  .pater:hover::after {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  /* line 607, ../sass/_grid.scss */
  .pater:hover .pater__img {
    transform: translate3d(0, 100px, 0) scale3d(0.7, 0.7, 1);
  }

  /* line 611, ../sass/_grid.scss */
  .pater--small:hover .pater__img {
    transform: translate3d(0, 100%, 0);
  }

  /* line 615, ../sass/_grid.scss */
  .pater--big:hover .pater__img {
    transform: translate3d(0, 100%, 0);
  }

  /* line 619, ../sass/_grid.scss */
  .pater__content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B8AC72;
  }

  /* line 628, ../sass/_grid.scss */
  .pater--small .pater__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* line 634, ../sass/_grid.scss */
  .pater--big .pater__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* line 640, ../sass/_grid.scss */
  .pater:hover .pater__content {
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes blockquote-box-before {
  0% {
    width: 0;
    height: 0;
    border-right-color: transparent;
  }
  49% {
    border-right-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-right-color: #fff;
  }
  75% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes blockquote-box-before {
  0% {
    width: 0;
    height: 0;
    border-right-color: transparent;
  }
  49% {
    border-right-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-right-color: #fff;
  }
  75% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes blockquote-box-after {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }
  49% {
    border-bottom-color: transparent;
  }
  50% {
    height: 100%;
    width: 0;
    border-bottom-color: #fff;
  }
  75% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes blockquote-box-after {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }
  49% {
    border-bottom-color: transparent;
  }
  50% {
    height: 100%;
    width: 0;
    border-bottom-color: #fff;
  }
  75% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/* line 12, ../sass/branded.scss */
html, * {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

/* line 17, ../sass/branded.scss */
h1, h2 {
  font-family: "Roboto Condensed", sans-serif;
}

/* line 21, ../sass/branded.scss */
.main {
  margin-top: 0;
}
/* line 24, ../sass/branded.scss */
.main .header {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/header-bg.png");
  padding-top: 20px;
  background-position: 0 -110px;
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/branded.scss */
  .main .header {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 24, ../sass/branded.scss */
  .main .header {
    background-position: 0 -30px;
  }
}
@media screen and (min-width: 1220px) {
  /* line 24, ../sass/branded.scss */
  .main .header {
    background-position: 0 -80px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 24, ../sass/branded.scss */
  .main .header {
    background-position: 0 -220px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 24, ../sass/branded.scss */
  .main .header {
    background-position: 0 -320px;
  }
}
/* line 51, ../sass/branded.scss */
.main .header__menu {
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  background-color: #323232e8;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  padding-top: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 51, ../sass/branded.scss */
  .main .header__menu {
    background-color: transparent;
    position: relative;
    padding-top: 0;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
  }
}
/* line 72, ../sass/branded.scss */
.main .header__menu[data-action="toggle"][data-status="off"] {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  /* line 72, ../sass/branded.scss */
  .main .header__menu[data-action="toggle"][data-status="off"] {
    visibility: visible;
  }
}
/* line 80, ../sass/branded.scss */
.main .header__menu__icon-open {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: none;
  position: fixed;
  top: 55px;
  right: 16px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 80, ../sass/branded.scss */
  .main .header__menu__icon-open {
    display: none;
  }
}
/* line 102, ../sass/branded.scss */
.main .header__menu__icon-open:after {
  content: "\f000";
  font-family: IconosElEspanol;
  color: #B8AC72;
  font-size: 24px;
  margin-left: -6px;
}
/* line 111, ../sass/branded.scss */
.main .header__menu__icon-close {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 65px;
  right: 16px;
}
@media screen and (min-width: 768px) {
  /* line 111, ../sass/branded.scss */
  .main .header__menu__icon-close {
    display: none;
  }
}
/* line 125, ../sass/branded.scss */
.main .header__menu__icon-close:after {
  content: "X";
  color: #fff;
  font-size: 19px;
}
/* line 133, ../sass/branded.scss */
.main .header__menu__item {
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 133, ../sass/branded.scss */
  .main .header__menu__item {
    display: inline-block;
    margin-bottom: 0;
  }
}
/* line 144, ../sass/branded.scss */
.main .header__menu__item a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 144, ../sass/branded.scss */
  .main .header__menu__item a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
  }
}
/* line 154, ../sass/branded.scss */
.main .header__menu__item a:hover {
  color: #fff;
}
/* line 161, ../sass/branded.scss */
.main .header__title {
  text-align: center;
  color: #fff;
  margin-top: 0;
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  /* line 161, ../sass/branded.scss */
  .main .header__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  /* line 161, ../sass/branded.scss */
  .main .header__title {
    font-size: 34px;
  }
}
/* line 175, ../sass/branded.scss */
.main .header__title:after {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  position: absolute;
  margin-top: 60px;
}
/* line 189, ../sass/branded.scss */
.main .header__blockquote {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3;
  margin-top: 80px;
  position: relative;
  vertical-align: middle;
}
/* line 209, ../sass/branded.scss */
.main .header__blockquote::before, .main .header__blockquote::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 5px solid transparent;
}
/* line 217, ../sass/branded.scss */
.main .header__blockquote:before {
  top: 0;
  left: 0;
  border-top-color: #fff;
  border-right-color: #fff;
  animation: blockquote-box-before 1.5s;
  -webkit-animation: blockquote-box-before 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
/* line 228, ../sass/branded.scss */
.main .header__blockquote:after {
  top: 0;
  left: 0;
  border-bottom-color: #fff;
  border-left-color: #fff;
  animation: blockquote-box-after 1.5s;
  -webkit-animation: blockquote-box-after 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@media screen and (min-width: 375px) {
  /* line 189, ../sass/branded.scss */
  .main .header__blockquote {
    font-size: 23px;
    max-width: 300px;
  }
}
@media screen and (min-width: 480px) {
  /* line 189, ../sass/branded.scss */
  .main .header__blockquote {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  /* line 189, ../sass/branded.scss */
  .main .header__blockquote {
    max-width: 410px;
  }
}
@media screen and (min-width: 800px) {
  /* line 189, ../sass/branded.scss */
  .main .header__blockquote {
    max-width: 430px;
    font-size: 24px;
  }
}
/* line 258, ../sass/branded.scss */
.main .header__media {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 264, ../sass/branded.scss */
.main .header__media:before, .main .header__media:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #888;
  box-shadow: 0 15px 10px #888;
  transform: rotate(-3deg);
}
/* line 278, ../sass/branded.scss */
.main .header__media:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* line 285, ../sass/branded.scss */
.main .header__media iframe {
  padding: 10px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.3);
  height: 225px;
}
@media screen and (min-width: 768Px) {
  /* line 285, ../sass/branded.scss */
  .main .header__media iframe {
    height: 440px;
  }
}
@media screen and (min-width: 1024Px) {
  /* line 285, ../sass/branded.scss */
  .main .header__media iframe {
    height: 459px;
  }
}
/* line 311, ../sass/branded.scss */
.main .content__title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: RobotoLight;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
/* line 320, ../sass/branded.scss */
.main .content__title:after {
  content: "";
  background-color: #B8AC72;
  width: 100px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
/* line 331, ../sass/branded.scss */
.main .content__title span {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
/* line 337, ../sass/branded.scss */
.main .content__text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: RobotoRegular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  /* line 337, ../sass/branded.scss */
  .main .content__text {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 354, ../sass/branded.scss */
.main .content__text--capitalize:first-letter {
  float: left;
  color: #B8AC72;
  font-size: 60px;
  line-height: 50px;
  padding: 2px;
  margin-right: 5px;
  font-family: RobotoBold;
}
/* line 366, ../sass/branded.scss */
.main .content__projects {
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
/* line 372, ../sass/branded.scss */
.main .content__projects img {
  max-width: 100%;
}
/* line 376, ../sass/branded.scss */
.main .content__projects[data-action="toggle"][data-status="off"] {
  visibility: hidden;
}
/* line 380, ../sass/branded.scss */
.main .content__projects[data-action="toggle"][data-status="on"] {
  visibility: visible;
}
/* line 385, ../sass/branded.scss */
.main .content__influence {
  background-color: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024Px) {
  /* line 385, ../sass/branded.scss */
  .main .content__influence {
    margin-bottom: 0;
  }
}
/* line 396, ../sass/branded.scss */
.main .content__influence img {
  max-width: 100%;
}
/* line 400, ../sass/branded.scss */
.main .content__influence .influence-data {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  padding-left: 0;
}
/* line 407, ../sass/branded.scss */
.main .content__influence .influence-data__item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024Px) {
  /* line 407, ../sass/branded.scss */
  .main .content__influence .influence-data__item {
    width: 25%;
    margin-bottom: 0;
  }
}
/* line 419, ../sass/branded.scss */
.main .content__influence .influence-data__icon {
  text-align: center;
  margin-bottom: 10px;
}
/* line 424, ../sass/branded.scss */
.main .content__influence .influence-data__numbers {
  font-size: 16px;
  color: #323232;
  font-family: RobotoRegular;
  text-align: center;
  line-height: 1.2;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 434, ../sass/branded.scss */
.main .content__influence .influence-data__numbers span {
  font-size: 26px;
  font-family: RobotoBold;
  display: block;
}
@media screen and (min-width: 1024px) {
  /* line 434, ../sass/branded.scss */
  .main .content__influence .influence-data__numbers span {
    font-size: 29px;
  }
}
/* line 449, ../sass/branded.scss */
.main .content__working {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
  overflow: hidden;
}
/* line 459, ../sass/branded.scss */
.main .content__working img {
  max-width: 100%;
}
/* line 463, ../sass/branded.scss */
.main .content__working .working-steps {
  padding-left: 0;
}
/* line 466, ../sass/branded.scss */
.main .content__working .working-steps__item {
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
/* line 472, ../sass/branded.scss */
.main .content__working .working-steps__item.slide_izq {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all .8s linear;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
}
/* line 486, ../sass/branded.scss */
.main .content__working .working-steps__item.slide_izq.in-view-slide_izq {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  clear: both;
}
@media screen and (min-width: 1070px) {
  /* line 499, ../sass/branded.scss */
  .main .content__working .working-steps__item:nth-of-type(2) .working-steps__media, .main .content__working .working-steps__item:nth-of-type(4) .working-steps__media {
    float: left;
  }
}
/* line 507, ../sass/branded.scss */
.main .content__working .working-steps__text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  /* line 507, ../sass/branded.scss */
  .main .content__working .working-steps__text {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 507, ../sass/branded.scss */
  .main .content__working .working-steps__text {
    min-height: 280px;
  }
}
/* line 522, ../sass/branded.scss */
.main .content__working .working-steps__media {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 531, ../sass/branded.scss */
  .main .content__working .working-steps__media img {
    /*height: 280px;*/
  }
}
@media screen and (min-width: 768px) {
  /* line 522, ../sass/branded.scss */
  .main .content__working .working-steps__media {
    width: 50%;
  }
}
/* line 542, ../sass/branded.scss */
.main .content__working .working-steps__description {
  font-size: 17px;
  font-family: RobotoRegular;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  /* line 542, ../sass/branded.scss */
  .main .content__working .working-steps__description {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* line 557, ../sass/branded.scss */
.main .content__working .working-steps__title {
  font-size: 26px;
  font-family: RobotoBold;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 15px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  /* line 557, ../sass/branded.scss */
  .main .content__working .working-steps__title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1070px) {
  /* line 557, ../sass/branded.scss */
  .main .content__working .working-steps__title {
    margin-top: 60px;
  }
}
/* line 576, ../sass/branded.scss */
.main .content__rocket {
  background-image: url("../img/bg-rocket-tv.png");
  background-size: 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 320px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1070px) {
  /* line 576, ../sass/branded.scss */
  .main .content__rocket {
    position: absolute;
    right: 0;
    margin-top: -400px;
    background-size: 500px;
    width: 274px;
    height: 420px;
  }
}
/* line 595, ../sass/branded.scss */
.main .content__rocket img {
  max-height: 300px;
}
/* line 599, ../sass/branded.scss */
.main .content__rocket__atrezzo {
  background-image: url("../img/bg-rocket-atrezzo.png");
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  width: 310px;
  height: 304px;
  background-size: 297px;
}
@media screen and (min-width: 1070px) {
  /* line 599, ../sass/branded.scss */
  .main .content__rocket__atrezzo {
    height: 384px;
    width: 200px;
    top: 38px;
    left: 28px;
    background-size: auto;
  }
}
/* line 626, ../sass/branded.scss */
.main .content__rocket__space {
  background-image: url("../img/bg-rocket-space.png");
  background-repeat: no-repeat;
  height: 384px;
  width: 126px;
  position: relative;
  z-index: 0;
  top: -284px;
  left: 106px;
  background-size: 120px;
}
@media screen and (min-width: 1070px) {
  /* line 626, ../sass/branded.scss */
  .main .content__rocket__space {
    height: 384px;
    width: 464px;
    top: -357px;
    left: 148px;
    background-size: auto;
  }
}
/* line 649, ../sass/branded.scss */
.main .content__tablet img {
  max-height: 300px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  /* line 647, ../sass/branded.scss */
  .main .content__tablet {
    position: absolute;
    right: 86%;
    margin-top: -100px;
  }
  /* line 662, ../sass/branded.scss */
  .main .content__tablet img {
    max-width: inherit;
  }
}
/* line 668, ../sass/branded.scss */
.main .content__clients {
  background-color: #F9F9F9;
  padding-top: 10px;
  padding-bottom: 60px;
}
/* line 673, ../sass/branded.scss */
.main .content__clients .clients-list {
  font-size: 0;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
/* line 680, ../sass/branded.scss */
.main .content__clients .clients-list__item {
  display: inline-block;
  width: calc(100%/2);
  padding-left: 20px;
  padding-right: 20px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  /* line 680, ../sass/branded.scss */
  .main .content__clients .clients-list__item {
    width: calc(100%/5);
  }
}
/* line 691, ../sass/branded.scss */
.main .content__clients .clients-list__item img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 701, ../sass/branded.scss */
.footer {
  background-color: #eee;
}
/* line 704, ../sass/branded.scss */
.footer .corporate-links {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
/* line 708, ../sass/branded.scss */
.footer .corporate-links li {
  display: inline-block;
}
/* line 713, ../sass/branded.scss */
.footer .corporate-links li:first-of-type:after, .footer .corporate-links li:nth-of-type(2):after, .footer .corporate-links li:nth-of-type(3):after {
  content: "|";
  margin-left: 5px;
  color: #bbb;
}
/* line 720, ../sass/branded.scss */
.footer .corporate-links li a {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 4px;
}

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