body {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  float: none;
  clear: none;
  font-family: Poppins, sans-serif;
  color: #272c2f;
  font-size: 43px;
  line-height: 50px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Raleway;
  color: #adb8be;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-family: Raleway;
  color: #272c2f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  float: left;
  clear: none;
  font-family: Poppins, sans-serif;
  color: #272c2f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

a {
  color: #272c2f;
  text-decoration: none;
}

li {
  margin-bottom: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 300;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 10%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #0000db;
  background-image: url('../images/-p-500.png');
  background-position: 50% 0%;
  background-size: 260px;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: left;
}

.hero.small {
  min-height: 410px;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding-top: 2px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Work Sans';
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  opacity: 0.8;
  color: #fff;
}

.nav-link.w--current {
  display: none;
  color: #00d6b4;
}

.logo {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo.w--current {
  display: inline-block;
  padding-left: 0px;
  float: left;
  clear: none;
  text-align: center;
}

.logo.w--current:hover {
  -webkit-transform: perspective(1087px);
  transform: perspective(1087px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.main-heading {
  display: block;
  margin-bottom: 20px;
  font-family: Martel;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.main-heading.inline {
  display: inline;
}

.heading-wrapper {
  display: block;
  margin-top: 200px;
  text-align: left;
}

.heading-wrapper.project {
  display: block;
  margin-top: 140px;
  padding-right: 0%;
}

.nav-menu {
  display: none;
  float: right;
  clear: none;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}

.empty-state {
  padding: 33px 33px 49px;
  border: 1px solid hsla(0, 0%, 100%, .34);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  display: block;
  width: 50%;
  float: left;
}

.project-image:hover {
  overflow: visible;
  opacity: 0.8;
}

.nav-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0% 0px 2%;
  text-align: center;
}

.portfolio-section {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  font-weight: 300;
  text-align: center;
}

.clientes {
  display: block;
  width: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131417;
  direction: ltr;
}

.project-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/urbanmate_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.project-hero.fit {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .3)), to(rgba(38, 44, 48, .3))), url('../images/Fit3.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .3), rgba(38, 44, 48, .3)), url('../images/Fit3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.project-hero.mtg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .5)), to(rgba(38, 44, 48, .5))), url('../images/MTG2.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .5), rgba(38, 44, 48, .5)), url('../images/MTG2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.project-hero.diactual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .5)), to(rgba(38, 44, 48, .5))), url('../images/diactualHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .5), rgba(38, 44, 48, .5)), url('../images/diactualHero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.project-main-heading {
  font-family: Raleway;
  color: #fff;
  font-size: 76px;
  line-height: 76px;
  font-weight: 100;
  text-align: center;
}

.project-descrption {
  font-family: Raleway;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}

.bloque-texto {
  display: none;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: left;
}

.home-project-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 68px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
}

.home-project-description {
  display: block;
  max-width: 650px;
  margin-bottom: 40px;
  padding-top: 0px;
  opacity: 0.9;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-6 {
  display: none;
  padding-top: 27px;
  float: right;
  direction: ltr;
  text-align: left;
}

.list-item {
  display: block;
  margin-right: 10px;
  padding-bottom: 0px;
  float: left;
  border: 1px solid #272c2f;
  color: #adb8be;
}

.list-item:hover {
  border-bottom: 1px solid #00ffd6;
}

.text-block-2 {
  display: block;
  padding-bottom: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #bfc9ce;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-2:hover {
  color: #fff;
}

.clientes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.clientes-heading {
  display: block;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
}

.clientes-logo {
  padding: 30px;
  opacity: 1;
}

.cliente-logo-div {
  width: 200px;
  opacity: 1;
  text-align: center;
}

.services {
  display: block;
  padding-top: 300px;
  padding-bottom: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #131417;
  color: #758188;
  font-size: 9px;
}

.servicios-list {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: Poppins, sans-serif;
  color: hsla(203.07692307692312, 18.41%, 91.01%, 1.00);
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.about-wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-7 {
  width: 25%;
  float: left;
  text-align: left;
}

.project-thumb {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 94vw;
  height: 70vh;
  max-height: 800px;
  margin-right: auto;
  margin-bottom: 4%;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-thumb.pro-tonspion {
  background-image: url('../images/Tonspion2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumb.mtg {
  background-image: url('../images/MTG2_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumb.pro-fit {
  background-image: url('../images/Fit3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumb.diactual {
  background-image: url('../images/diactual.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumb.codeworks {
  max-height: 1000px;
  background-image: url('../images/Codeworks-home.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projectname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.projects-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding-top: 0px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Raleway;
  font-weight: 300;
}

.image-4 {
  width: 24px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0000db;
}

.contacto-wrapper {
  text-align: center;
}

.div-block-17 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Raleway;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.clientes-paragraph {
  display: none;
  font-family: Raleway;
  color: #fafafa;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.icon {
  width: 30%;
  margin-bottom: 30px;
}

.contactlinks {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #007aff;
  font-family: Poppins, sans-serif;
  color: hsla(211.29411764705884, 0.00%, 96.67%, 1.00);
  font-size: 32px;
  line-height: 70px;
  font-style: normal;
  font-weight: 200;
}

.contactlinks:hover {
  border-bottom: 1px solid hsla(199.02439024390245, 0.00%, 100.00%, 1.00);
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  padding-bottom: 180px;
  background-color: #131417;
}

.testimonial-quote {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.testimonials-wrapper {
  display: block;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonial-author {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.udo {
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  text-align: left;
}

.link {
  margin-bottom: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Raleway;
  color: #2ea3d9;
  font-size: 16px;
  text-decoration: underline;
}

.link.cc {
  font-family: Poppins, sans-serif;
  color: #8f9da5;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.body-3 {
  height: 100%;
  background-color: transparent;
}

.tituloproyecto {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 68px;
  line-height: 78px;
  font-weight: 100;
  text-align: center;
}

.baselineproyecto {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.tituloproyectosingle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloquetxt {
  display: block;
  overflow: visible;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.bloquetxt.reto {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  -webkit-column-count: 1;
  column-count: 1;
}

.bloquetxt.reto p {
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3b4349;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.bloquetxt.reto strong {
  color: #fff;
}

.bloquetxt.reto h2 {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 200;
  text-align: left;
}

.bloquetxt.propvalor {
  margin-bottom: 20px;
  padding-top: 60px;
  font-family: Poppins, sans-serif;
}

.bloquetxt.resumen {
  max-width: 800px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  -webkit-column-count: 1;
  column-count: 1;
}

.bloquetxt.resumen p {
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.bloquetxt.resumen strong {
  color: #fff;
}

.bloquetxt.resumen h2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 200;
  text-align: center;
}

.bloquetxt.sketching {
  max-width: 960px;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  -webkit-column-count: 1;
  column-count: 1;
}

.bloquetxt.sketching p {
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.bloquetxt.sketching strong {
  color: #fff;
}

.bloquetxt.sketching h2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 200;
}

.projectlink {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.projectlink:hover {
  opacity: 1;
}

.cta-proyecto {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.viewcase {
  margin: 5px;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.viewcase:hover {
  background-color: #fff;
  color: #16181a;
}

.introh2 {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #758188;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.abstract {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.persona {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.image-10 {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.prototipado {
  padding-top: 140px;
  background-color: transparent;
}

.image-11 {
  width: 100%;
}

.slider {
  display: block;
  height: 100%;
  background-color: #192a34;
}

.slide-nav {
  display: none;
}

.sliderdiv {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.propdevalor {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: hsla(200.00000000000006, 0.00%, 100.00%, 1.00);
}

.image-12 {
  display: block;
}

.mask {
  position: relative;
  overflow: visible;
}

.image-13 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  width: 100%;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
}

.tonsiponpinc {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tonsiponpinc.web {
  margin-top: 100px;
}

.mtgwrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 120px;
}

.mobile {
  margin-top: 80px;
}

.body-single-fitness {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(200.00000000000006, 0.00%, 100.00%, 1.00);
  color: #272c2f;
  text-align: left;
}

.body-mtg {
  height: 100%;
  background-color: #2e3235;
}

.bod {
  height: 100%;
  background-color: #272c2f;
}

.body-diactual {
  height: 100%;
  background-color: #272c2f;
}

.diactualpic {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto 80px;
}

.diactualwrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 120px;
}

.textodestacado {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #272c2f;
}

.masproyectos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 37, 53, .75)), to(rgba(21, 37, 53, .75))), url('../images/port.jpg');
  background-image: linear-gradient(180deg, rgba(21, 37, 53, .75), rgba(21, 37, 53, .75)), url('../images/port.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1280px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.div-block-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.back {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.back:hover {
  color: #fff;
  text-decoration: none;
}

.back.w--current {
  display: inline-block;
  padding-left: 0px;
  float: left;
  clear: none;
  text-align: center;
}

.back.w--current:hover {
  -webkit-transform: perspective(1087px);
  transform: perspective(1087px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.image-18 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navi {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrowleft {
  max-width: 60px;
}

.image-19 {
  max-width: 60px;
}

.heading {
  font-family: Raleway;
  color: #758188;
  font-size: 20px;
  line-height: 26px;
}

.heading.footercontact {
  color: #fff;
}

.projectrollover {
  padding: 80px 40px;
  background-color: blue;
}

.verproyecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #007aff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.verproyecto:hover {
  border-style: none;
  background-color: #fff;
  color: #16181a;
}

.image-20 {
  display: block;
}

.logofooter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.letstalk {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Raleway;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
}

.projectim {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.projectmainpic {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footerproject {
  display: block;
  padding-top: 120px;
  padding-bottom: 80px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.portfolioback {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.portfolioback:hover {
  color: #fff;
  text-decoration: none;
}

.portfolioback.w--current {
  display: inline-block;
  padding-left: 0px;
  float: left;
  clear: none;
  text-align: center;
}

.portfolioback.w--current:hover {
  -webkit-transform: perspective(1087px);
  transform: perspective(1087px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.clientestitulo {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.projectnavi {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.morework {
  display: block;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #fff;
  border-radius: 6px;
  background-color: #007aff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.morework:hover {
  border-color: #fff;
  background-color: #fff;
  color: #16181a;
}

.navprojects {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-30 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.linkbutton {
  display: none;
  margin: 0px 10px 0px 0px;
  padding: 20px 12px;
  border: 1px solid #2ea3d9;
  border-radius: 6px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2ea3d9;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.linkbutton:hover {
  background-color: #2ea3d9;
  color: #fff;
}

.logohome {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.logohome:hover {
  color: #fff;
  text-decoration: none;
}

.logohome.w--current {
  z-index: 99;
  float: left;
  clear: none;
}

.logohome.w--current:hover {
  -webkit-transform: perspective(1087px);
  transform: perspective(1087px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.sectiondescription {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  opacity: 0.9;
  font-family: Raleway;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
}

.sectiondescription.mastrabajos {
  margin-bottom: 40px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  font-size: 62px;
  line-height: 68px;
  font-weight: 100;
}

.image-24 {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  float: right;
}

.image-25 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.prevtittle {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
  font-family: Raleway;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.nexttittle {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  font-family: Raleway;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 10px 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272c2f;
}

.navbutton.right {
  width: 25%;
  padding: 30px 30px 30px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.navbutton.right:hover {
  background-color: #272c2f;
}

.navbutton.left {
  width: 25%;
  padding-right: 20px;
  background-color: transparent;
}

.navbutton.left:hover {
  background-color: #272c2f;
}

.link-block-14 {
  display: block;
  width: 20%;
  padding-top: 36px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.featured-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-hero.tonspion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .5)), to(rgba(38, 44, 48, .5))), url('../images/Tonspion2.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .5), rgba(38, 44, 48, .5)), url('../images/Tonspion2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.featured-hero.codeworks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .4)), to(rgba(38, 44, 48, .4))), url('../images/Codeworks-home.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .4), rgba(38, 44, 48, .4)), url('../images/Codeworks-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.footercontact {
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.hablemos {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hablemos:hover {
  border-color: #fff;
  background-color: #fff;
  color: #16181a;
}

.gotophome {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.caselinks {
  display: block;
  padding: 12px 20px 12px 0px;
  float: none;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #2ea3d9;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.caselinks:hover {
  text-decoration: underline;
}

.lightbox-link {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.picture {
  display: block;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pictureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mock {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: transparent;
  text-align: center;
}

.wireframe {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.image-30 {
  width: 100%;
  margin-bottom: 60px;
}

.image-31 {
  width: 100%;
}

.tonspionappwrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 120px;
}

.content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tonspionwebwrapper {
  display: block;
  width: 80%;
  margin: 120px auto 80px;
  padding-top: 1px;
}

.mtgpic {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.diactualmock {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto 140px;
}

.toparrow {
  width: 30px;
  height: 30px;
}

.footerlogo_project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.proyectos {
  display: none;
  padding: 100px 180px;
  background-color: #fff;
  color: #fff;
}

.proyectos-heading {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  font-family: Raleway;
  color: #272c2f;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.proyectos-paragraph {
  display: none;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway;
  color: #758188;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.portfolio {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
  font-weight: 300;
}

.arrowdown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
}

.section {
  background-image: url('../images/diactualHero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.portfolio-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 4%, .85)), to(hsla(0, 0%, 4%, .85))), url('../images/port.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 4%, .85), hsla(0, 0%, 4%, .85)), url('../images/port.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliotittle {
  margin-bottom: 21px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 78px;
  font-weight: 100;
  text-align: center;
}

.body-portfolio {
  height: 100%;
  background-color: #111;
}

.image-34 {
  max-height: 575px;
  max-width: 400px;
}

.portfolioitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projectnameportfolio {
  position: static;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.projectthumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1c1d1f;
  text-align: center;
}

.projectthumb.neuromerk-web {
  display: none;
}

.description {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.body_project {
  height: 100%;
  background-color: #282c2f;
}

.whitetext {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.whitetext h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.whitetext p {
  color: #fff;
  line-height: 32px;
}

.black-text {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: center;
}

.black-text h2 {
  position: static;
  display: block;
  color: #272c2f;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

.black-text p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #272c2f;
  line-height: 32px;
}

.wrapper-contact {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutparagraph {
  display: block;
  width: 100%;
  margin-bottom: 120px;
  padding-right: 140px;
  font-family: Poppins, sans-serif;
  color: hsla(201.4285714285714, 0.00%, 100.00%, 1.00);
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
}

.about-heading {
  display: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 100;
  text-align: left;
}

.div-block-32 {
  display: block;
  width: 100%;
}

.proyectos-wrapper {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
}

._80 {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.portfoliohero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfoliohero.heropic_fastgood {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .5)), to(rgba(38, 44, 48, .5))), url('../images/Hero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .5), rgba(38, 44, 48, .5)), url('../images/Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.heropic_lasirena {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/hero_1.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/hero_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.novohero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/novo02.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/novo02.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.urbanhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/UMHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/UMHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.traumahero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/traumaHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/traumaHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.mentorhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/mentorHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/mentorHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.ordesahero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/ordesaHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/ordesaHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.tonidelgadohero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/tonidelgadoHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/tonidelgadoHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.neuromerckhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/NeuroMerkHEro.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/NeuroMerkHEro.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.osteoconnecthero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/osteoHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/osteoHero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.isdinhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/isdinHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/isdinHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.gestahero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/gestaHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/gestaHero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.chiesihero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/chiesiHero.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/chiesiHero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfoliohero.kernhero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 48, .7)), to(rgba(38, 44, 48, .7))), url('../images/kernHero.png');
  background-image: linear-gradient(180deg, rgba(38, 44, 48, .7), rgba(38, 44, 48, .7)), url('../images/kernHero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolioabstract {
  display: block;
  padding-top: 80px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.portfoliointro {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #758188;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.portfoliopic {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.portfoliopic.dark {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #272c2f;
}

.portfoliopic.dark.padding0 {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.portfoliopic.white {
  background-color: #fff;
}

.portfoliopic.white.padding0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}

.portfoliopic.grey {
  background-color: #c0c5d1;
}

.portfoliopic.traumascores {
  max-width: 1400px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #272c2f;
}

.portfoliopic.ipad {
  max-width: 800px;
}

.portfoliopic.color {
  background-color: #282c2f;
}

.portfoliopic.grey {
  background-color: #e7e7e7;
}

.portfoliopic.isdin {
  background-color: #fff;
}

.portfoliowhiteintrotxt {
  display: block;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}

.portfoliowhiteintrotxt.dark {
  display: block;
  background-color: #272c2f;
}

.portfoliovideo {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tituloportfoliosingle {
  position: absolute;
  display: block;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.baselineportfolio {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.tituloportfolio {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  line-height: 84px;
  font-weight: 100;
  text-align: center;
}

._50 {
  display: inline-block;
  width: 50%;
  padding-bottom: 0px;
  float: none;
}

.role {
  position: relative;
  top: -50px;
  display: block;
  width: 60%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #ca4423;
  box-shadow: 10px 19px 50px 5px rgba(0, 0, 0, .1);
}

.myroletxt {
  width: 30%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}

.myroletxt-list {
  width: 70%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.portfoliotitle {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #272c2f;
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
}

.lasirena-main-pic {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.portfoliopic-lasirena {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #fff;
}

.urban02 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.urban3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.novo01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.novo2 {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.trauma {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.ordensamain {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ordesaapp {
  display: block;
  width: 80%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.tonidelgadomain {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.neuromerckapp01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.neuromerckapp {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.neuromerckipad {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.osteoconnect-main {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.neuromerck00 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.isdinmain {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.gestagyn00 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  display: none;
  padding-bottom: 40px;
  font-family: Raleway;
  color: hsla(219.99999999999997, 13.99%, 13.45%, 1.00);
  font-size: 12em;
  line-height: 1em;
  font-style: normal;
  font-weight: 800;
}

.body-poroject {
  height: 100%;
  background-color: hsla(220.00000000000006, 4.35%, 13.53%, 1.00);
}

.fitneesbodytext {
  width: 50%;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 300;
}

.links {
  padding-top: 0px;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-35 {
  overflow: visible;
  box-shadow: 3px 20px 60px -4px #000;
}

.body-home {
  height: 100%;
  background-color: #131417;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  color: hsla(200.00000000000006, 0.00%, 100.00%, 1.00);
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 1px;
}

.body-investigacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(200.00000000000006, 4.98%, 88.07%, 1.00);
  color: #272c2f;
  text-align: left;
}

.divlinks {
  width: 50%;
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  min-width: 100vw;
  padding: 30px 4% 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menulink {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: hsla(202.50000000000003, 0.00%, 100.00%, 1.00);
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.menulink.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #000;
  color: hsla(202.50000000000003, 0.00%, 100.00%, 1.00);
  text-align: center;
}

.menu-button {
  display: none;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-menu-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.portfolio-contact {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 29px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.6px;
}

.contactme {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.contactme.tons {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: blue;
}

.body-5 {
  height: 100vh;
}

._90 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-36 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-39 {
  max-height: 576px;
  max-width: 400px;
}

.image-40 {
  max-height: 576px;
  max-width: 400px;
}

.image-41 {
  max-height: 575px;
  max-width: 400px;
}

.image-42 {
  max-height: 575px;
  max-width: 400px;
}

.image-43 {
  max-height: 576px;
  max-width: 400px;
}

.body-6 {
  background-color: #272c2f;
}

.link-block-15 {
  display: none;
}

html.w-mod-js *[data-ix="fadeinonload"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="down-arrow"] {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  .nav {
    margin-top: 0px;
  }
  .heading-wrapper {
    margin-top: 160px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-wrapper.project {
    margin-top: 100px;
  }
  .portfolio-section {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .project-main-heading {
    font-size: 66px;
    line-height: 72px;
  }
  .bloque-texto {
    width: 90%;
  }
  .home-project-name {
    width: 100%;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 54px;
  }
  .home-project-description {
    width: 100%;
    font-size: 16px;
  }
  .clientes-wrapper {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .cliente-logo-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-wrapper {
    width: 90%;
  }
  .div-block-7 {
    text-align: center;
  }
  .project-thumb {
    width: 90vw;
    margin-bottom: 5%;
    border-radius: 0px;
    background-image: none;
  }
  .project-thumb.pro-tonspion {
    border-radius: 0px;
  }
  .project-thumb.mtg {
    background-position: -480px 0px;
  }
  .projectname {
    width: 50%;
  }
  .projects-wrapper {
    width: 100%;
  }
  .div-block-16 {
    max-width: 460px;
    margin-bottom: 80px;
  }
  .contact-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .icon {
    width: 45%;
  }
  .contactlinks {
    font-size: 26px;
  }
  .testimonials {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .testimonials-wrapper {
    width: 80%;
  }
  .div-block-19 {
    width: 90%;
  }
  .paragraph {
    margin-top: 100px;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
  .image-12 {
    max-width: 100%;
  }
  .tonsiponpinc.web {
    margin-top: 50px;
  }
  .image-20 {
    max-width: 100%;
  }
  .projectim {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .projectmainpic {
    max-width: 100%;
  }
  .clientestitulo {
    width: 80%;
  }
  .navprojects {
    margin-top: 0px;
  }
  .sectiondescription {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 100;
  }
  .picture {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pictureswrapper {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .portfolio {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .description {
    width: 100%;
    font-size: 16px;
  }
  .aboutparagraph {
    padding-top: 60px;
    padding-right: 0px;
    text-align: center;
  }
  .about-heading {
    text-align: center;
  }
  .role {
    padding-right: 30px;
    padding-left: 30px;
  }
  .myroletxt {
    width: 40%;
  }
  .myroletxt-list {
    width: 60%;
    padding-left: 20px;
  }
  .heading-2 {
    font-size: 8em;
  }
  .div-block-36 {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-35 {
    width: 312px;
  }
  .paragraph-3 {
    font-size: 1.3em;
  }
  .menulink {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: rgba(10, 10, 11, .5);
  }
  .nav-menu-3 {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0000db;
    text-align: right;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    margin-bottom: 0px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .hero.small {
    min-height: 280px;
  }
  .nav {
    padding-top: 20px;
  }
  .nav-link {
    padding-top: 20px;
  }
  .logo {
    padding-left: 0px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .heading-wrapper {
    margin-top: 72px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading-wrapper.project {
    margin-top: 80px;
    padding-right: 5%;
  }
  .portfolio-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .project-hero {
    margin-bottom: 0px;
  }
  .project-main-heading {
    font-size: 54px;
    line-height: 60px;
  }
  .project-descrption {
    font-size: 17px;
  }
  .bloque-texto {
    width: 90%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .home-project-name {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }
  .home-project-description {
    font-size: 15px;
  }
  .div-block-6 {
    display: block;
  }
  .clientes-wrapper {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .clientes-heading {
    text-align: center;
  }
  .clientes-logo {
    max-width: 80%;
  }
  .cliente-logo-div {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .div-block-7 {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }
  .project-thumb {
    width: 88%;
    max-height: 500px;
    margin-bottom: 7%;
    background-image: none;
  }
  .project-thumb.pro-tonspion {
    min-height: 500px;
  }
  .project-thumb.mtg {
    min-height: 500px;
    background-position: -253px 0px;
  }
  .project-thumb.pro-fit {
    min-height: 500px;
  }
  .project-thumb.diactual {
    min-height: 500px;
  }
  .project-thumb.codeworks {
    min-height: 500px;
  }
  .projectname {
    width: 100%;
  }
  .contacto-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-17 {
    width: 90%;
  }
  .contact-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .clientes-paragraph {
    text-align: center;
  }
  .icon {
    width: 15%;
  }
  .contactlinks {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
  }
  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .testimonial-quote {
    font-size: 21px;
  }
  .div-block-19 {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paragraph {
    margin-top: 80px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .link {
    display: inline;
  }
  .bloquetxt.reto p {
    font-size: 15px;
  }
  .bloquetxt.resumen p {
    font-size: 15px;
  }
  .bloquetxt.sketching p {
    font-size: 15px;
  }
  .viewcase {
    line-height: 12px;
  }
  .abstract {
    padding: 80px 20px;
  }
  .diactualwrapper {
    width: 90%;
  }
  .masproyectos {
    background-color: #16181a;
  }
  .back {
    float: none;
  }
  .verproyecto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .projectim {
    padding-top: 40px;
  }
  .portfolioback {
    float: none;
  }
  .projectnavi {
    background-color: transparent;
  }
  .morework {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navprojects {
    padding-top: 20px;
  }
  .div-block-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .linkbutton {
    width: 320px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }
  .sectiondescription {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
  }
  .sectiondescription.mastrabajos {
    font-size: 44px;
    line-height: 50px;
  }
  .navbutton {
    background-color: transparent;
  }
  .navbutton.right:hover {
    background-color: transparent;
  }
  .navbutton.left:hover {
    background-color: transparent;
  }
  .featured-hero {
    margin-bottom: 0px;
  }
  .footercontact {
    font-size: 16px;
    line-height: 22px;
  }
  .caselinks {
    display: block;
  }
  .lightbox-link {
    width: 100%;
  }
  .lightbox-link-2 {
    width: 100%;
  }
  .picture {
    width: 50%;
  }
  .pictureswrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mock {
    width: 90%;
  }
  .wireframe {
    width: 90%;
  }
  .footerlogo_project {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .proyectos {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .proyectos-heading {
    text-align: center;
  }
  .portfolio {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .portfolio-header {
    margin-bottom: 0px;
  }
  .projectthumb {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description {
    font-size: 15px;
  }
  .whitetext {
    width: 90%;
  }
  .black-text {
    width: 90%;
  }
  .black-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .about-heading {
    text-align: left;
  }
  .portfoliohero {
    margin-bottom: 0px;
  }
  .portfolioabstract {
    padding: 80px 20px;
  }
  .portfoliopic {
    width: 90%;
  }
  .portfoliovideo {
    width: 90%;
  }
  .portfoliopic-lasirena {
    width: 90%;
  }
  .paragraph-3 {
    width: 80%;
    font-size: 1.3em;
  }
  .menulink {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Poppins, sans-serif;
    text-align: center;
  }
  .contactme {
    padding: 80px 20px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .hero {
    background-attachment: fixed;
  }
  .nav {
    padding-top: 20px;
  }
  .logo {
    padding-left: 0px;
  }
  .logo.w--current {
    display: block;
    float: left;
    text-align: left;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-heading {
    font-size: 28px;
    text-align: center;
  }
  .heading-wrapper {
    margin-top: 50px;
    padding-right: 8%;
    padding-left: 8%;
    text-align: center;
  }
  .heading-wrapper.project {
    margin-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-menu {
    position: relative;
    display: block;
    float: right;
    clear: none;
  }
  .nav-wrapper {
    padding-left: 20px;
    float: none;
    text-align: left;
  }
  .portfolio-section {
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .clientes {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .project-hero {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .project-hero.fit {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Fit2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Fit2.jpg');
    background-position: 0px 0px, -502px 0px;
  }
  .project-hero.mtg {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/MTG2_2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/MTG2_2.jpg');
    background-position: 0px 0px, -416px 0px;
  }
  .project-hero.diactual {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/diactualHero.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/diactualHero.jpg');
    background-position: 0px 0px, -621px 0px;
  }
  .project-main-heading {
    width: 100%;
    font-size: 46px;
    line-height: 52px;
    font-weight: 100;
  }
  .project-descrption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .bloque-texto {
    width: 90%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .home-project-name {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding-top: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 200;
  }
  .home-project-description {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-bottom: 15px;
    padding-left: 0%;
    opacity: 0.7;
    font-size: 15px;
    line-height: 18px;
  }
  .div-block-6 {
    display: none;
  }
  .clientes-wrapper {
    width: 90%;
  }
  .clientes-heading {
    font-size: 36px;
    font-weight: 200;
    text-align: center;
  }
  .clientes-logo {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cliente-logo-div {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .servicios-list {
    width: 100%;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    text-align: center;
  }
  .about-wrapper {
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-7 {
    width: 100%;
    padding-bottom: 40px;
  }
  .project-thumb.pro-tonspion {
    max-height: 620px;
    min-height: 620px;
  }
  .project-thumb.mtg {
    max-height: 620px;
    min-height: 620px;
    border-radius: 0px;
    background-position: -313px 0px;
  }
  .project-thumb.pro-fit {
    max-height: 620px;
    min-height: 620px;
    background-position: -551px 0px;
  }
  .project-thumb.diactual {
    max-height: 620px;
    min-height: 620px;
    border-radius: 0px;
    background-position: 68% 50%;
  }
  .project-thumb.codeworks {
    max-height: 620px;
    min-height: 620px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }
  .projectname {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0% 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .projects-wrapper {
    padding-top: 0px;
  }
  .div-block-16 {
    max-width: 290px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .div-block-17 {
    width: 90%;
    margin-top: 0px;
  }
  .contact-div {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clientes-paragraph {
    text-align: center;
  }
  .icon {
    width: 30%;
  }
  .contactlinks {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 300;
  }
  .testimonial-quote {
    font-size: 18px;
    line-height: 28px;
  }
  .div-block-19 {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paragraph {
    margin-top: 60px;
    float: none;
    text-align: left;
  }
  .link {
    display: block;
  }
  .tituloproyecto {
    font-size: 64px;
    line-height: 68px;
  }
  .tituloproyecto.tonspion {
    font-size: 52px;
    line-height: 62px;
  }
  .baselineproyecto {
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  .bloquetxt {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bloquetxt.reto {
    width: 90%;
  }
  .bloquetxt.resumen h2 {
    font-size: 24px;
  }
  .projectlink {
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }
  .viewcase {
    width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .introh2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .abstract {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .persona {
    margin-bottom: 20px;
  }
  .propdevalor {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .image-12 {
    width: 100%;
  }
  .tonsiponpinc.web {
    width: 90%;
  }
  .mtgwrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .body-single-fitness {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .diactualpic {
    margin-bottom: 40px;
  }
  .diactualwrapper {
    width: 90%;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .textodestacado {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .masproyectos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 5%;
    background-color: #16181a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 37, 53, .8)), to(rgba(21, 37, 53, .8))), url('../images/port.jpg');
    background-image: linear-gradient(180deg, rgba(21, 37, 53, .8), rgba(21, 37, 53, .8)), url('../images/port.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1280px;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .back {
    padding-left: 0px;
    float: none;
  }
  .back.w--current {
    display: block;
    float: left;
    text-align: left;
  }
  .heading {
    font-size: 16px;
    line-height: 22px;
  }
  .verproyecto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    border-width: 1px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
  }
  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logofooter {
    display: block;
  }
  .letstalk {
    margin-top: 60px;
    font-size: 28px;
  }
  .projectmainpic {
    padding-top: 0px;
  }
  .footerproject {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .portfolioback {
    padding-left: 0px;
    float: none;
  }
  .portfolioback.w--current {
    display: block;
    float: left;
    text-align: left;
  }
  .clientestitulo {
    width: 90%;
    margin-bottom: 60px;
  }
  .projectnavi {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0%;
    background-color: transparent;
  }
  .morework {
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
  }
  .navprojects {
    padding-top: 20px;
  }
  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .linkbutton {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
  }
  .logohome.w--current {
    display: block;
    float: left;
    text-align: left;
  }
  .sectiondescription {
    display: block;
    margin-bottom: 25px;
    padding-right: 0%;
    padding-left: 0%;
    opacity: 0.7;
    font-size: 27px;
    line-height: 31px;
    font-weight: 300;
  }
  .sectiondescription.mastrabajos {
    font-size: 42px;
    line-height: 44px;
  }
  .image-24 {
    width: 30px;
    height: 30px;
  }
  .image-25 {
    width: 30px;
    height: 30px;
  }
  .navbutton {
    background-color: transparent;
  }
  .navbutton.right:hover {
    background-color: transparent;
  }
  .navbutton.left:hover {
    background-color: transparent;
  }
  .link-block-14 {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-hero {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .featured-hero.tonspion {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .featured-hero.codeworks {
    min-height: 600px;
  }
  .footercontact {
    font-size: 15px;
    line-height: 22px;
  }
  .hablemos {
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
  }
  .picture {
    width: 100%;
  }
  .pictureswrapper {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mock {
    width: 90%;
  }
  .wireframe {
    width: 90%;
    margin-bottom: 0px;
  }
  .tonspionappwrapper {
    width: 90%;
    margin-top: 36px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .tonspionwebwrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .diactualmock {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footerlogo_project {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .proyectos {
    padding: 50px 20px;
  }
  .proyectos-heading {
    text-align: center;
  }
  .proyectos-paragraph {
    margin-bottom: 60px;
  }
  .portfolio {
    margin-top: 0px;
    padding: 60px 0px 80px;
  }
  .portfolio-header {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .portfoliotittle {
    font-size: 64px;
    line-height: 68px;
  }
  .image-34 {
    max-height: 540px;
    max-width: 330px;
  }
  .portfolioitem {
    overflow: visible;
  }
  .description {
    display: block;
    width: 90%;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-bottom: 36px;
    padding-left: 0%;
    opacity: 0.7;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
  .whitetext h2 {
    line-height: 44px;
  }
  .black-text h2 {
    font-size: 40px;
  }
  .aboutparagraph {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
  }
  .about-heading {
    font-size: 42px;
    font-weight: 100;
    text-align: center;
  }
  ._80 {
    width: 80%;
    padding-bottom: 0px;
  }
  .portfoliohero {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .portfoliohero.heropic_fastgood {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.heropic_lasirena {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.novohero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.urbanhero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.traumahero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.mentorhero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.ordesahero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.tonidelgadohero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.neuromerckhero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.osteoconnecthero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.isdinhero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.gestahero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.chiesihero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfoliohero.kernhero {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tonspion2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tonspion2.jpg');
    background-position: 0px 0px, -436px 0px;
  }
  .portfolioabstract {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .portfoliointro {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .portfoliopic {
    width: 100%;
    padding-bottom: 0px;
  }
  .portfoliopic.dark {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .portfoliopic.grey {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .portfoliopic.traumascores {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .portfoliopic.ipad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .portfoliopic.isdin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .portfoliopic.merck {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .portfoliopic.merck.first {
    padding-top: 80px;
  }
  .portfoliopic.ifc {
    padding-top: 0px;
    background-color: #fff;
  }
  .portfoliowhiteintrotxt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .portfoliowhiteintrotxt.dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .portfoliovideo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tituloportfoliosingle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .baselineportfolio {
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  .tituloportfolio {
    font-size: 54px;
    line-height: 60px;
  }
  .tituloportfolio.osteo {
    font-size: 40px;
  }
  ._50 {
    width: 100%;
    padding-bottom: 20px;
  }
  .role {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .myroletxt {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .myroletxt-list {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  .lasirena-main-pic {
    width: 100%;
    padding-bottom: 0px;
  }
  .portfoliopic-lasirena {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
  }
  .urban3 {
    width: 100%;
    padding-bottom: 0px;
  }
  .trauma {
    width: 90%;
  }
  .ordensamain {
    width: 100%;
    padding-bottom: 0px;
  }
  .ordesaapp {
    width: 100%;
    padding-bottom: 0px;
  }
  .tonidelgadomain {
    width: 100%;
    padding-bottom: 0px;
  }
  .osteoconnect-main {
    width: 100%;
    padding-bottom: 0px;
  }
  .isdinmain {
    width: 100%;
    padding-bottom: 0px;
  }
  .heading-2 {
    font-size: 4.6em;
    line-height: 1em;
  }
  .fitneesbodytext {
    width: 90%;
  }
  .paragraph-3 {
    width: 100%;
    font-size: 1.9em;
    line-height: 1.5em;
  }
  .divlinks {
    width: 90%;
    margin-bottom: 0px;
  }
  .menu-wrapper {
    background-color: transparent;
  }
  .menulink {
    position: static;
    padding: 40px 30px;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
  }
  .menulink.w--current {
    padding-left: 30px;
  }
  .menu-button {
    border-radius: 4px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu-3 {
    display: block;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: blue;
  }
  .portfolio-contact {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .contactme {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contactme.tons {
    display: none;
  }
  ._90 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-36 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-37 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-38 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

