body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.vert-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

header.masthead {}

header .menu {
  display: inline-block;
}

header .menu a {
  color: #fff;
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

header .menu a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

header .menu a:hover {
  color: #000;
  background-color: #d8d4d4;
}

.banner-top {
  overflow: hidden;
  position: relative;
}

.banner-top .banner-title h1 {
  color: #fff;
  line-height: 110%;
}

.banner-top .banner-text p {
  color: #fff;
}

.strategy .strategy-title {
  color: #000;
  line-height: 110%;
}

.strategy .products p {
  color: #000;
  line-height: 120%;
}

.strategy {
  background-image: url(/img/bg-strategy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.products-list ul {
  padding-left: 20px;
}

.projects .project-info .project-title p {
  font-weight: 800;
  line-height: 100%;
}

.projects .project-info .project-text p {
  color: #000;
  line-height: 120%;
}

.projects .project-info .project-descent p {
  color: #000;
  line-height: 120%;
}

.projects .project-info .link a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.projects .project-info .link a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0%;
	position: absolute;
	background: #000;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.projects .project-info .link a:hover:after {
	width: 100%;
	left: 0;
}

.projects .capture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.inside-project .project-title p {
  font-weight: 800;
  line-height: 100%;
}

.inside-project .project-title p a {
  color: #000;
  line-height: 100%;
  display: inline-block;
  padding-bottom: 3px;
}

.inside-project .project-title p a:hover {
  color: #ebebeb;
}

.inside-project .project-text p {
  color: #000;
  line-height: 120%;
}

.capture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #ebebeb;
  min-height: 700px;
  overflow: hidden;
}

.inside-project .title-info p {
  color: #000;
  line-height: 120%;
}

.inside-project .project-info p {
  color: #000;
  line-height: 140%;
}

.pictures-project .capture-project {
  overflow: hidden;
  border-radius: 20px;
}

.information-project .sub-title p {
  color: #000;
  line-height: 120%;
}

.information-project .title-info p {
  font-weight: 700;
  margin-bottom: 10px;
}

footer {
  background-color: #000;
}

footer p {
  color: #fff;
}

footer .contact-title p {
  font-weight: 800;
  line-height: 100%;
}

footer .contact-info p {
  line-height: 120%;
}

footer .contact-info a {
  color: #fff;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

#particles-js {
  position: relative;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.bganim {
  background: linear-gradient(-45deg, #b431f4, #fe24a4, #ace900);
  background-size: 500% 500%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*Nuevo Menu*/
.has-offcanvas {
  /*position: fixed;*/
}

.row-h {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 15px 0;
}

.header-row-h {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.hamburger-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}

.line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.line--middle {
  width: 80%;
}

.line--bottom {
  width: 60%;
}

.hamburger-toggle__circle {
  width: 60px;
  height: 60px;
  fill: #999797;
  pointer-events: none;
  transform: scale(1) translateZ(1%, 1%, 0);
  transform-origin: center;
  transition: transform 0.5s;
}

.has-offcanvas .hamburger-toggle__circle {
  transform: scale(75) translate3d(1%, 1%, 0);
}

.offcanvas-h {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.3s;
}

.has-offcanvas .offcanvas-h {
  pointer-events: auto;
  opacity: 1;
  transform: none;
  z-index: 2;
}

.offcanvas-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-nav__item {
  font-family: "Bree Serif", serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1400px) {
  .offcanvas-nav__item {
    font-size: 64px;
  }
}

.offcanvas-nav__item+.offcanvas-nav__item {
  margin-top: 15px;
}

.offcanvas-nav__link {
  color: #fff;
  text-decoration: none;
}

.toggle-circle {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 15px 0;
  z-index: 1;
  background: #fff;
}
.lang {
  position: fixed;
  right: 100px;
  top: 20px;
  /*width: 100%;*/
  height: 90px;
  padding: 15px 0;
  z-index: 100;
  color: #000;
  /*background: #fff;*/
}

.lang a {
    color: #000;
  text-decoration: none;
}
.lang a.active {
  font-weight: 800;
}
.toggle-circle .row-h {
  text-align: end;
}

.has-offcanvas .logo {
  opacity: 0;
  transition: 0.2s;
}

.capture-project .carousel-indicators {
  margin-bottom: 0.5rem;
}

.capture-project .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999797;
}

.capture-project .carousel-indicators .active {
  background-color: #716e6e;
}

.capture-project .carousel-control-prev,
.capture-project .carousel-control-next {
  color: #000;
  width: 5%;
}

/*Dots*/

.animation-wrapper {
  height: 100%;
  min-height: 100%;
}

.stagger-visualizer {
  position: absolute;
  width: 1100px;
  transform-origin: left top;
  overflow: hidden;
  z-index: -1;
  background-color: #000;
  height: 100%;
  min-height: 1900px;
  opacity: 1;
}

.stagger-visualizer .dots-wrapper {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}

.stagger-visualizer .dot {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin: 16px;
  background-color: #eceaea;
  border-radius: 50%;
}

@media (min-width: 740px) {
  .stagger-visualizer .dot {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 8%, #d3cdc6 100%);
  }
}

.stagger-visualizer .cursor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  margin: 15px;
  background-color: currentColor;
  border-radius: 50%;
}

.color-white {
  color: #F6F4F2;
}

/* White */
.color-black {
  color: #2E2C2C;
}

/* Black */
.color-red, .color-targets {
  color: #FF4B4B;
}

.color-gray, .color-targets {
  color: #999797;
}

/* red: */
.color-orange, .color-properties {
  color: #FF8F42;
}

/* orange: */
.color-lightorange, .color-prop-params {
  color: #FFC730;
}

/* lightorange: */
.color-yellow, .color-anim-params {
  color: #F6FF56;
}

/* yellow: */
.color-citrus, .color-values {
  color: #A4FF4F;
}

/* citrus: */
.color-green, .color-keyframes {
  color: #18FF74;
}

/* green: */
.color-darkgreen, .color-staggering {
  color: #00D672;
}

/* darkgreen: */
.color-turquoise, .color-tl {
  color: #3CFFEC;
}

/* turquoise: */
.color-skyblue, .color-controls {
  color: #61C3FF;
}

/* skyblue: */
.color-kingblue, .color-callbacks {
  color: #5A87FF;
}

/* kingblue: */
.color-lavender, .color-svg {
  color: #8453E3;
}

/* lavender: */
.color-purple, .color-easings {
  color: #C26EFF;
}

/* purple: */
.color-pink, .color-helpers {
  color: #FB89FB;
}

/* pink: */
.anime-mini-logo {
  width: 100px;
  height: 24px;
  transform: scaleY(.5);
}
