* {
  padding: 0;
  margin: 0;
  font-family: raleway;
}
body {
  background-color: #000;
}
body .toggle-btn {
  position: fixed;
  text-align: left;
  width: 50px;
  height: 50px;
  right: 5%;
  top: 5%;
  z-index: 2;
  cursor: pointer;
  padding: 10px;
}
body .toggle-btn span.one {
  position: absolute;
  width: 40px;
  height: 2px;
  margin-top: 2px;
  background: #fff;
}
body .toggle-btn span.two {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 14px;
}
body .toggle-btn span.three {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 26px;
}
body .menu {
  z-index: 1;
  position: fixed;
  background: url(../images/stars.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  top: -110%;
}
.data {
  padding: 5em 0 0 4em;
  text-align: left;
}
body ul {
  list-style: none;
}
body .data ul li {
  text-decoration: none;
}
body .data ul li a {
  text-decoration: none;
}
body .data ul li a:hover {
  color: #f5b7b1;
  border-bottom: 1px solid #f5b7b1;
}
body li:first-child {
  color: grey;
  font-size: 24px;
  margin-bottom: 30px;
}
body li:not(:first-child) {
  color: #fff;
  font-size: 42px;
}
body a {
  text-decoration: none;
  color: #fff;
}
body .scroll-line {
  height: 3px;
  background: #f7f0e0;
  width: 0%;
  z-index: 100;
  position: fixed;
}
body .inicio {
  height: 100vh;
  border-bottom: 0.5px solid #f7f0e0;
}
body .inicio video {
  position: absolute;
  width: 100%;
  min-width: 100%;
  top: 0;
}
body .logo {
  width: 60%;
  position: relative;
  text-align: center;
  top: 50px;
}
body .logo img {
  width: 50%;
}
body .texto_home {
  width: 30%;
  position: relative;
  left: 15%;
  top: 8em;
}
body .texto_home #text_home {
  font-weight: 800;
}
body .texto_home p {
  color: #f7f0e0;
  text-align: justify;
  font-size: 1em;
}
body .inicio button {
  width: 9%;
  position: relative;
  left: 15%;
  top: 11em;
  background: 0 0;
  border: 1px solid #f7f0e0;
  border-radius: 8px;
  cursor: pointer;
  padding: 2px 5px;
}
body .inicio button span {
  color: #f7f0e0;
  padding: 5px 3px;
  vertical-align: super;
}
body .inicio button:hover {
  opacity: 0.6;
}
body .inicio button i {
  color: #f7f0e0;
  vertical-align: sub;
}
.splash {
  width: 10%;
  text-align: center;
}
.imagen_splash {
  text-align: center;
}
body .seccion2 {
  background-color: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
body .seccion2 .servicios {
  color: #f7f0e0;
  margin-top: 10%;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
body .seccion2 .servicios span {
  opacity: 0;
  animation: appear-text 3s linear forwards;
  animation-delay: 2.4s;
  -webkit-animation: appear-text 3s linear forwards;
  -webkit-animation-delay: 2.4s;
  -moz-animation: appear-text 3s linear forwards;
  -moz-animation-delay: 2.4s;
  -o-animation: appear-text 3s linear forwards;
  -o-animation-delay: 2.4s;
  border-bottom: 1px solid #e74c3c;
}
body .seccion2 .produccion {
  color: #1abc9c;
  text-align: center;
  margin-top: 20%;
  background: url(../images/servicios/img1.png);
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-background-repeat: no-repeat;
  -moz-background-position: center;
  -moz-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-size: cover;
  -o-background-repeat: no-repeat;
  -o-background-position: center;
  -o-background-size: cover;
}
body .seccion2 .produccion .title_prod a {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 3.5em;
  border: 1px solid #fff;
  padding: 10px 50px;
  overflow: hidden;
  left: 100%;
  top: 50%;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body .seccion2 .produccion .title_prod a::before {
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  height: 0;
  background: rgba(22, 160, 133, 0.85);
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
body .seccion2 .produccion .title_prod a:hover::before {
  height: 400%;
}
body .seccion2 .produccion .title_prod {
  width: 100%;
  color: #fff;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
body .seccion2 .multimedia {
  height: 50vh;
  width: 100%;
  color: #1abc9c;
  text-align: center;
  margin-top: 20%;
  background: url(../images/servicios/360.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  margin-top: 0;
  background-color: #ff7f6b;
}
body .seccion2 .multimedia .title_multimedia {
  width: 100%;
  color: #fff;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
body .seccion2 .multimedia .title_multimedia a {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 3.5em;
  border: 1px solid #fff;
  padding: 10px 50px;
  overflow: hidden;
  transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body .seccion2 .multimedia .title_multimedia a::before {
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body .seccion2 .multimedia .title_multimedia a:hover::before {
  height: 100%;
}
body .seccion2 .multimedia .title_multimedia a:hover {
  color: rgba(0, 0, 0, 0.5);
}
body .seccion2 .digital {
  color: #1abc9c;
  text-align: center;
  margin-top: 20%;
  background: url(../images/servicios/digital.png);
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}
body .seccion2 .digital .title_digital {
  width: 100%;
  color: #fff;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50% -50%);
  -o-transform: translate(-50% -50%);
  -moz-transform: translate(-50%, -50%);
}
body .seccion2 .digital .title_digital a {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 3.5em;
  border: 1px solid #fff;
  padding: 10px 50px;
  overflow: hidden;
  transition: 1s all ease;
  -moz-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body .seccion2 .digital .title_digital a::before {
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  height: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: 1s all ease;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
body .seccion2 .digital .title_digital a:hover::before {
  height: 100%;
}
body .seccion3 {
  padding-top: 10%;
  padding-bottom: 10%;
}
body .seccion3 .team span {
  opacity: 0;
  animation: appear-text 3s linear forwards;
  animation-delay: 2.4s;
}
@keyframes servicios {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes appear-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes team {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.texto_foto,
body .fotografia .titulo_foto {
  color: #f7f0e0;
}
body .fotografia {
  margin-top: 30%;
  text-align: center;
}
body .fotografia .titulo_foto {
  margin-bottom: 5%;
  font-weight: 600;
}
body .fotografia .texto_foto {
  width: 50%;
  margin: 0 auto;
}
body .seccion3 {
  position: relative;
}
body .seccion3 .team {
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  padding-top: 0;
}
body .seccion3 .team span {
  border-bottom: 1px solid #58d68d;
}
body .seccion3 .fotos_line1 {
  display: flex;
  text-align: center;
  margin-top: 10%;
}
body .seccion3 .fotos_line1 p {
  position: relative;
  top: 100%;
  color: #f7f0e0;
}
body .seccion3 .fotos_line1 #titulo_nombre {
  font-size: 1.2em;
  padding-bottom: 7px;
}
body .seccion3 .fotos_line1 .foto_erick {
  margin-bottom: 7%;
}
body .seccion3 .fotos_line1 .foto_erick img {
  width: 65%;
}
body .seccion3 .fotos_line1 .foto_orlando {
  margin-bottom: 7%;
}
body .seccion3 .fotos_line1 .foto_orlando img {
  width: 65%;
}
body .seccion3 .fotos_line1 .foto_fabian {
  margin-bottom: 7%;
}
body .seccion3 .fotos_line1 .foto_fabian img {
  width: 65%;
}
.foto_erick:hover,
.foto_orlando:hover,
body .seccion3 .fotos_line1 .foto_fabian:hover {
  transition: opacity 0.5s ease;
  opacity: 0.5;
}
body .seccion4 .partners {
  color: #fff;
  padding-top: 10%;
  padding-bottom: 7%;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
body .seccion4 .partners span {
  border-bottom: 1px solid #3498db;
}
body .seccion4 .row {
  width: 100%;
  padding-bottom: 10%;
}
body .contenedor_logos {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
body .contenedor_logos img {
  width: 100%;
}
body .contenedor_logos li {
  list-style: none;
  width: 100%;
}
body .contenedor_logos ul {
  display: flex;
  width: 400%;
  overflow: hidden;
  animation: logos 15s infinite alternate ease-in-out;
}
@keyframes logos {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  30% {
    margin-left: -100%;
  }
  50% {
    margin-left: -100%;
  }
  60% {
    margin-left: -200%;
  }
  80% {
    margin-left: -200%;
  }
  90% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}
footer {
  text-align: center;
  height: 45vh;
  color: #fff;
  border-top: 1px solid #fff;
}
footer .contacto {
  padding-top: 4%;
  margin-bottom: 3%;
}
footer .rrss img {
  width: 3%;
  margin-top: 1px;
  margin: 7px 7px;
}
footer .rrss {
  text-align: center;
}
footer .rrss img:hover {
  opacity: 0.5;
}
.wrapper {
  width: 100%;
  height: 150vh;
  z-index: 3;
  background-color: #000;
}

.wrap-capa {
    width: 100%;
    height: 100%;
    position: relative;
}
svg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* margin: 0 auto;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 50%; */
}
.st0 {
  fill: #fffde7;
  stroke: #fffde7;
  stroke-width: 10;
  stroke-miterlimit: 10;
}
.fin1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  position: fixed;
  background-color: #fffde7;
  z-index: 2;
}
.fin2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  position: fixed;
  background-color: #fffde7;
  z-index: 1;
}
path {
  stroke: #fff;
  fill: none;
  stroke-dasharray: 14000;
  opacity: 10;
  animation: animate 3s cubic-bezier(0.42, 0, 1, 1);
}
@keyframes animate {
  0% {
    opacity: 0;
    fill: none;
    stroke-dashoffset: 14000;
  }
  30% {
    opacity: 10;
    fill: none;
    stroke-dashoffset: 13000;
  }
  90% {
    fill: rgba(0.25, 0.1, 0.25, 1);
  }
  100% {
    opacity: 1;
    fill: rgba(0.17, 0.67, 0.83, 0.67);
    stroke-dashoffset: 0;
  }
}
body {
  background-color: #000;
}
.wrapper {
  width: 100%;
  position: absolute;
  top: -50%;
  position: fixed;
}
