:root {
  --black: black;
  --white: white;
  --yellow: yellow;
  --navbar: #37444c;
  --celeste: #007fff;
  --prueba1-1: #00a8c6;
  --prueba1-3: #f9f2e7;
  --imagen: 15px;
  --fondo: yellow;
  --azul: #0a0b50;
  --prueba1-2: #40c0cb;
  --prueba1-4: #aee239;
  --prueba1-5: #8fbe00;
  --prueba1-6: orangered;
  --pruueba1-6-1: #00b4fc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  height: 70vh;
  background-color: var(--black);
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  width: 100%;
  height: 50vh;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vh;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-size: 2vh;
  line-height: 3vh;
}

.button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  background-color: var(--yellow);
  color: var(--black);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #3c3;
  border-radius: 8px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: BioRhyme, sans-serif;
  font-size: 6vh;
  font-weight: 800;
  line-height: 7vh;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 3.4vh;
  font-weight: 400;
  line-height: 4vh;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  width: 15%;
  height: 125%;
  max-height: 125%;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  font-family: Bebas Neue, sans-serif;
  display: flex;
  position: fixed;
}

.navigation-item {
  opacity: .85;
  color: var(--navbar);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.5vh;
  font-weight: 500;
  line-height: 3vh;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 11.5vw;
  height: 9vh;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 48px;
  display: flex;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 85%;
  max-width: 1150px;
  margin-bottom: 0;
  position: absolute;
  top: 11vh;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.div-block-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.container-2 {
  max-width: 80vw;
}

.serv-extras {
  background-color: var(--prueba1-1);
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-3 {
  height: 18vh;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: var(--prueba1-3);
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.5vh;
  font-weight: 700;
  line-height: 4vh;
}

.paragraph {
  color: var(--black);
  text-align: center;
  font-family: Dosis, sans-serif;
  font-size: 2vh;
  font-weight: 700;
  line-height: 3vh;
}

.paragraph-2, .paragraph-3 {
  text-align: center;
  font-family: Dosis, sans-serif;
  font-size: 2vh;
  font-weight: 700;
  line-height: 3vh;
}

.bold-text {
  color: #424242;
  font-family: Dosis, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 4vh;
}

.body {
  background-color: var(--prueba1-1);
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-4 {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 9vh;
  line-height: 10vh;
}

.e-commerce {
  height: 100vh;
  background-image: url('../images/negocios-compras-concepto-linea.jpg');
  background-position: 100%;
  background-size: 100vw 100vh;
  overflow: hidden;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  height: 100svh;
}

.div-block-14 {
  width: 40vw;
  height: 100vh;
  background-color: rgba(58, 63, 65, .6);
  margin-left: -8vw;
  padding-left: 0;
  overflow: hidden;
  transform: skew(-12deg);
}

.div-block-15 {
  width: 40vw;
  height: 70vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .49);
  border-radius: 5%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: grid;
}

.heading-5 {
  width: 100vw;
  background-color: var(--prueba1-1);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 180px;
  font-style: normal;
  line-height: 130px;
}

.paragraph-5 {
  color: var(--black);
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  line-height: 4vh;
}

.franja {
  height: 12vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide {
  width: 50%;
  max-width: 50%;
  justify-content: space-around;
  display: flex;
}

.calltoaction {
  width: 100%;
  height: auto;
  background-color: var(--prueba1-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calltoaction.wide {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1b;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.calltoaction.wide.purple {
  background-color: var(--prueba1-3);
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.carrusel {
  width: 200%;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.img {
  filter: grayscale();
  padding-bottom: 0;
  overflow: hidden;
}

.image-9 {
  padding: 0;
}

.image-9.logopiurafeo {
  padding: 20px;
}

.image-9.logoesp {
  padding: 30px;
}

.image-9.imgfea {
  padding: 28px;
  position: static;
  top: 0%;
  left: -18%;
}

.wrap {
  max-width: 100%;
  color: var(--celeste);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-17 {
  width: 100%;
  color: var(--navbar);
  font-family: Dosis, sans-serif;
  font-size: 5vh;
  font-weight: 500;
  line-height: 6vh;
}

.heading-11 {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 9vh;
  line-height: 10vh;
}

.heading-20, .heading-18, .heading-19 {
  color: var(--prueba1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.div-block-27 {
  width: 40vw;
  height: 45vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: end;
  align-items: start;
  justify-items: center;
  display: grid;
}

.heading-23 {
  color: var(--prueba1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.tsr {
  height: 100vh;
  background-color: var(--prueba1-1);
  overflow: hidden;
}

.heading-24 {
  color: var(--prueba1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.tsrservs {
  width: 40vw;
  height: 5vh;
  background-color: var(--prueba1-3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-21 {
  color: var(--prueba1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.div-block-31 {
  padding: 5% 5% 0%;
  display: block;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.listaserv {
  width: 45vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 50vw 50vw;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  display: grid;
}

.infotsr {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  flex-direction: column;
  grid-template-rows: 35vh 60vh;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2vh;
  display: grid;
}

.heading-22 {
  color: var(--prueba1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 3vh;
}

.footer {
  height: 30vh;
  background-color: var(--prueba1-1);
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Dosis, sans-serif;
  font-size: 1.6vh;
  font-weight: 600;
  line-height: 2vh;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.divider-2 {
  width: 90vw;
  height: .2vh;
  max-width: 95%;
  background-color: #878787;
  margin: 10px auto;
}

.paragraph-9 {
  width: 80%;
  color: #000;
  text-align: left;
  margin: 20px auto 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.7vh;
  line-height: 2vh;
  display: flex;
}

.link {
  color: var(--white);
  margin-left: 5px;
  font-family: Bebas Neue, sans-serif;
}

.div-block-33 {
  width: 85%;
}

.link-block-5 {
  text-decoration: none;
}

.container-8 {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  width: 40vw;
  height: 32vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
}

.team-slide-wrapper-2 {
  width: 100%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  width: 42vw;
  height: 32vh;
  margin-bottom: 0;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-3 {
  border-radius: 13px;
}

.div-block-38 {
  width: 40vw;
  height: 45vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contactanos {
  margin-left: 0;
  margin-right: 0;
}

.contactanos.cc-cta {
  height: 35vh;
  color: #fff;
  background-color: #000;
  background-image: url('../images/empresario-mujer-planeando-exito-rascacielos-iluminado-generado-ia.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-10 {
  width: 18vw;
  max-width: 18vw;
  margin-top: -12vh;
  margin-left: auto;
  margin-right: auto;
}

.mask-4 {
  width: 18vw;
}

.dev-mobile {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dev-software {
  height: 100vh;
  background-image: url('../images/experiencia-programacion-persona-que-trabaja-codigos-computadora.jpg');
  background-position: 0%;
  background-size: cover;
  overflow: hidden;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-49 {
  width: 4%;
  height: 6%;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 96%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.heading-34 {
  color: var(--celeste);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 6vh;
  font-weight: 700;
  line-height: 6vh;
}

.link-2 {
  color: var(--prueba1-1);
  text-decoration: none;
}

.wtsapp-back {
  background-color: #1b1b1b;
}

.link-block-3 {
  position: fixed;
  top: 92vh;
  left: 94vw;
  overflow: hidden;
}

.image-5 {
  height: 7vh;
}

.container-13 {
  max-width: 1150px;
}

.div-block-50 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #494d5b;
  position: relative;
  top: -28vh;
}

.heading-35 {
  opacity: 1;
  color: #00b4fc;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f9f2e7;
  font-family: Bebas Neue, sans-serif;
  font-size: 7.5vh;
  font-weight: 400;
  line-height: 8vh;
  display: block;
}

.image-35 {
  width: 40vw;
  height: 38vh;
}

.div-block-51 {
  opacity: 1;
  position: relative;
  top: -32vh;
}

.image-36 {
  width: 40vw;
  height: 38vh;
}

.heading-36 {
  color: #f9f2e7;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 4.2vh;
  font-weight: 400;
  line-height: 10vh;
}

.heading-37 {
  opacity: 1;
  color: #00b4fc;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f9f2e7;
  font-family: Bebas Neue, sans-serif;
  font-size: 7.5vh;
  font-weight: 400;
  line-height: 8vh;
  text-decoration: none;
}

.heading-38 {
  opacity: 1;
  color: #00b4fc;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f9f2e7;
  font-family: Bebas Neue, sans-serif;
  font-size: 7.5vh;
  font-weight: 400;
  line-height: 8vh;
}

.heading-39 {
  opacity: 1;
  color: #00b4fc;
  text-align: center;
  -webkit-text-stroke-color: #f9f2e7;
  font-family: Bebas Neue, sans-serif;
  font-size: 7.5vh;
  line-height: 8vh;
  text-decoration: none;
}

.image-37 {
  width: 40vw;
  height: 38vh;
}

.div-block-52 {
  position: relative;
  top: -27vh;
}

.contenedorimg-3 {
  width: 40vw;
  height: 38vh;
  border-radius: 15px;
  position: absolute;
  top: 22vh;
  left: 8vw;
  overflow: hidden;
  box-shadow: 21px 21px 7px 5px rgba(0, 0, 0, .2);
}

.contenedorimg-3.img2 {
  top: 61vh;
  left: 6vw;
}

.contenedorimg-3.img4 {
  top: 61vh;
  left: 50vw;
}

.contenedorimg-3.img3 {
  left: 52vw;
}

.div-block-53 {
  text-decoration: none;
  position: relative;
  top: -28vh;
}

.principal {
  height: 100vh;
  background-color: #00a8c6;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-38 {
  width: 40vw;
  height: 38vh;
}

.logo-image-2 {
  width: 11.5vw;
  height: 9vh;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 0;
  display: block;
}

.text-block-4 {
  -webkit-text-stroke-color: #e0e0e0;
  font-size: 2vh;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  z-index: 5;
  background-color: #3c3;
  border-radius: 8px;
  position: relative;
}

.navigation-item-2 {
  opacity: .85;
  color: #37444c;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.3vh;
  font-weight: 500;
  line-height: 3vh;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-40 {
  width: 100vw;
  color: #fff;
  text-align: center;
  background-color: #00a8c6;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 180px;
  font-style: normal;
  line-height: 130px;
}

.div-block-55 {
  width: 40vw;
  height: 70vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .62);
  border-radius: 5%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: grid;
}

.paragraph-10 {
  color: #000;
  font-family: Dosis, sans-serif;
  font-size: 2.5vh;
  line-height: 4vh;
}

.div-block-56 {
  grid-column-gap: 4vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-57 {
  height: 100svh;
}

.div-block-58 {
  width: 40vw;
  height: 100vh;
  background-color: rgba(58, 63, 65, .6);
  margin-left: -8vw;
  padding-left: 0;
  overflow: hidden;
  transform: skew(-12deg);
}

.bold-text-3 {
  color: #424242;
  font-family: Dosis, sans-serif;
  font-size: 3.5vh;
  font-weight: 400;
  line-height: 4vh;
}

.container-14 {
  height: 100vh;
  max-width: 55vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-59 {
  width: 18vw;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
  left: 74.8vw;
}

.image-39 {
  width: 14vw;
  transition: opacity .2s;
}

.team-slider-wrapper-4 {
  width: 18vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
}

.image-40 {
  height: 20vh;
}

.image-40.ios {
  height: 15vh;
  margin-top: 1vh;
}

.div-block-60 {
  height: 40vh;
  margin-top: 10vh;
  margin-bottom: 0;
}

.div-block-61 {
  grid-column-gap: 3vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-slide-wrapper-4 {
  width: 18vw;
  height: 50vh;
  margin-right: 5%;
}

.div-block-62 {
  width: 180px;
  height: 55px;
  filter: blur(6px);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 40px;
  margin-left: 0;
  transform: translate(0);
}

.button-primary {
  background-color: var(--prueba1-3);
  color: var(--prueba1-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Dosis, sans-serif;
  font-size: 1.5vh;
  font-weight: 800;
  line-height: 2vh;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.principal-tsr {
  height: 100vh;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.margin-bottom-24px {
  width: 85%;
  color: var(--navbar);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Dosis, sans-serif;
  font-size: 3.5vh;
  line-height: 4vh;
}

.div-block-63 {
  height: 55vh;
}

.container-16 {
  width: 100vw;
  height: 45vh;
  background-color: var(--prueba1-1);
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  width: 90vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-43 {
  width: 100%;
  height: 100%;
}

.heading-41 {
  z-index: 2;
  color: var(--prueba1-3);
  font-family: Bebas Neue, sans-serif;
  font-size: 9vh;
  line-height: 10vh;
  position: relative;
}

.informaci-n {
  height: 100vh;
}

.div-block-65 {
  width: 100vw;
}

.scoresult {
  height: 100vh;
  background-color: var(--prueba1-1);
}

.heading-41-copy {
  z-index: 1;
  color: var(--navbar);
  font-family: Bebas Neue, sans-serif;
  font-size: 9.1vh;
  line-height: 10vh;
  position: absolute;
  top: 56%;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 40vh 59vh 2vh 2vh;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-67 {
  width: 80vw;
  height: 35vh;
  margin-left: auto;
  margin-right: auto;
}

.heading-42 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 9vh;
  line-height: 10vh;
}

.paragraph-11 {
  color: var(--prueba1-3);
  text-align: center;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 3.5vh;
  line-height: 4vh;
}

.youtube {
  height: 100vh;
}

.div-block-69 {
  width: 100vw;
  height: 2vh;
  background-color: var(--navbar);
}

.container-17 {
  width: 90%;
  margin: 5% auto auto;
}

.team-block {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.team-member-image-two {
  width: 65%;
  box-shadow: 11px 11px 13px 3px var(--navbar);
  border-radius: 20px;
  margin: -40px auto 0;
}

.inscripci-n {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/inscripcion.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-67-copy {
  width: 55vw;
  height: 80vh;
  background-color: rgba(55, 68, 76, .8);
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-left: 64px;
  transition: opacity .2s;
  display: flex;
}

.div-block-72 {
  margin-top: auto;
  margin-bottom: auto;
}

.android-ios {
  height: 137vh;
  background-color: var(--prueba1-1);
}

.div-block-74 {
  height: 7vh;
  background-color: var(--prueba1-1);
}

.registro {
  height: 100vh;
  background-color: var(--prueba1-1);
}

@media screen and (min-width: 1280px) {
  .div-block-27, .div-block-31 {
    width: 100vw;
  }

  .div-block-32 {
    width: 100vw;
    height: 100vh;
  }

  .infotsr {
    width: 60vw;
    height: 100vh;
  }

  .team-slide-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-74 {
    height: 7vh;
  }
}

@media screen and (min-width: 1440px) {
  .heading-17 {
    font-family: Dosis, sans-serif;
    font-size: 4vh;
    line-height: 5vh;
  }

  .tsrservs {
    width: 80%;
  }

  .team-slider-wrapper-2, .team-member-image-two-2 {
    width: 42vw;
    height: 32vh;
  }

  .contactanos.cc-cta {
    height: 37vh;
  }

  .div-block-50 {
    top: -23vh;
  }

  .div-block-51 {
    top: -27vh;
  }

  .heading-36 {
    font-size: 4.5vh;
    line-height: 10.5vh;
  }

  .div-block-52 {
    top: -23vh;
  }

  .team-slide-wrapper-4 {
    height: 55vh;
  }

  .div-block-66 {
    grid-template-rows: 28vh 71vh 2vh 40vh 58vh 2vh 40vh 59vh;
  }

  .div-block-67 {
    height: 30vh;
  }

  .android-ios {
    height: 132vh;
  }

  .div-block-74 {
    height: 9vh;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    height: 52vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5vh;
  }

  .navigation-item {
    font-size: 2.8vh;
    line-height: 3vh;
  }

  .intro-content.cc-homepage {
    max-width: 1720px;
    top: 12vh;
  }

  .bold-text {
    font-size: 4vh;
    font-weight: 400;
    line-height: 6vh;
  }

  .div-block-14 {
    background-color: rgba(58, 63, 65, .6);
  }

  .heading-5 {
    height: 14vh;
    padding-left: 5vw;
    font-size: 21vh;
  }

  .paragraph-5 {
    font-size: 4vh;
  }

  .calltoaction {
    position: relative;
  }

  .carrusel {
    width: 200%;
  }

  .heading-17 {
    font-family: Dosis, sans-serif;
    font-size: 4.5vh;
    line-height: 5.5vh;
  }

  .div-block-27 {
    width: 80vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .tsrservs {
    width: 80%;
    height: 5vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .listaserv {
    margin-top: 0;
  }

  .team-slider-wrapper-2 {
    width: 42vw;
    height: 41vh;
  }

  .team-block-2 {
    width: 44vw;
    height: 34vh;
  }

  .team-member-image-two-2 {
    width: 42vw;
    height: 41vh;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contactanos.cc-cta {
    height: 42vh;
    max-height: 42vh;
    background-position: 50%;
    background-size: cover;
  }

  .container-13 {
    width: 100%;
    max-width: 1720px;
  }

  .div-block-50 {
    top: -25vh;
  }

  .heading-35 {
    font-size: 9.5vh;
    line-height: 10vh;
  }

  .image-35 {
    height: 38vh;
  }

  .div-block-51 {
    top: -29vh;
  }

  .image-36 {
    width: 40vw;
    height: 38vh;
  }

  .heading-36 {
    margin-top: 15px;
    font-family: Bebas Neue, sans-serif;
    font-size: 4.5vh;
    line-height: 10vh;
  }

  .heading-37, .heading-38 {
    font-size: 9.5vh;
    line-height: 10vh;
  }

  .heading-39 {
    opacity: 1;
    font-size: 9.5vh;
    line-height: 10vh;
  }

  .image-37 {
    height: 38vh;
  }

  .div-block-52 {
    top: -24vh;
  }

  .contenedorimg-3 {
    width: 40vw;
    height: 38vh;
    top: 23vh;
    left: 8vw;
    box-shadow: 28px 28px 7px 5px rgba(0, 0, 0, .2);
  }

  .contenedorimg-3.img2 {
    left: 6vw;
  }

  .contenedorimg-3.img4 {
    left: 50vw;
  }

  .contenedorimg-3.img3 {
    height: 38vh;
    left: 51vw;
  }

  .div-block-53 {
    top: -28vh;
  }

  .principal {
    background-image: none;
  }

  .image-38 {
    height: 38vh;
  }

  .text-block-4 {
    font-size: 2.9vh;
    line-height: 3vh;
  }

  .navigation-item-2 {
    font-size: 2.8vh;
    line-height: 3vh;
  }

  .heading-40 {
    height: 14vh;
    padding-left: 5vw;
    font-size: 21vh;
  }

  .paragraph-10 {
    font-size: 4vh;
  }

  .div-block-58 {
    background-color: rgba(58, 63, 65, .6);
  }

  .bold-text-3 {
    font-size: 4vh;
    font-weight: 400;
    line-height: 6vh;
  }

  .div-block-59 {
    height: 65vh;
    top: 451vh;
  }

  .image-39 {
    height: 50vh;
  }

  .team-slide-wrapper-4 {
    height: 60vh;
  }

  .div-block-66 {
    grid-template-rows: 28vh 71vh 2vh 30vh 69vh;
  }

  .div-block-67 {
    height: 23vh;
    margin-top: 0;
  }

  .paragraph-11 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-17 {
    margin-top: 1%;
  }

  .team-member-image-two {
    width: 60%;
  }

  .div-block-67-copy {
    height: 70vh;
    margin-top: auto;
    padding-left: 92px;
  }

  .android-ios {
    height: 125vh;
  }

  .div-block-74 {
    height: 12vh;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    color: var(--celeste);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    width: 17.5vw;
  }

  .navigation-items {
    opacity: .95;
    background-color: #fff;
    border-radius: 20px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .bold-text {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .heading-4 {
    font-size: 6vh;
    line-height: 7vh;
  }

  .div-block-14 {
    width: 50vw;
  }

  .heading-5 {
    width: 140vw;
  }

  .slide {
    width: 75%;
    max-width: 75%;
  }

  .calltoaction.wide, .calltoaction.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .carrusel {
    width: 300%;
  }

  .heading-17 {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .heading-11 {
    font-size: 6vh;
    line-height: 7vh;
  }

  .heading-20, .heading-18, .heading-19 {
    font-size: 2vh;
  }

  .div-block-27 {
    width: 45vw;
  }

  .heading-23, .heading-24 {
    font-size: 2vh;
  }

  .tsrservs {
    height: 4.5vh;
  }

  .heading-21 {
    font-size: 2vh;
  }

  .listaserv {
    width: 50vw;
  }

  .infotsr {
    grid-template-rows: 27vh 63vh;
  }

  .heading-22 {
    font-size: 2vh;
  }

  .container-8, .team-slider-wrapper-2 {
    width: 45vw;
  }

  .team-slide-wrapper-2 {
    width: 100%;
  }

  .team-member-image-two-2 {
    width: 45vw;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contactanos.cc-cta {
    height: 28vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    max-width: 728px;
  }

  .div-block-49 {
    width: 6%;
  }

  .link-block-3 {
    left: 91vw;
  }

  .div-block-50 {
    top: -22vh;
  }

  .heading-35 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .image-35 {
    height: 30vh;
  }

  .div-block-51 {
    top: -28vh;
  }

  .image-36 {
    height: 30vh;
  }

  .heading-36 {
    font-size: 3vh;
    line-height: 5vh;
  }

  .heading-37, .heading-38, .heading-39 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .image-37 {
    height: 30vh;
  }

  .div-block-52 {
    top: -20vh;
  }

  .contenedorimg-3 {
    height: 30vh;
  }

  .contenedorimg-3.img2, .contenedorimg-3.img4 {
    top: 56vh;
  }

  .div-block-53 {
    top: -22vh;
  }

  .image-38 {
    height: 30vh;
  }

  .logo-image-2 {
    width: 20vw;
    height: 8vh;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .navigation-item-2 {
    color: #007fff;
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .heading-40 {
    width: 140vw;
  }

  .div-block-58 {
    width: 50vw;
  }

  .bold-text-3 {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    height: 28vh;
    margin-right: 6%;
  }

  .div-block-62 {
    width: 13vw;
    height: 4vh;
  }

  .container-16, .container-17 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-5 {
    width: 210vw;
    height: 13vh;
  }

  .slide {
    width: 100%;
    max-width: 100%;
  }

  .carrusel {
    width: 400%;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .contactanos {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contactanos.cc-cta {
    height: 20vh;
    padding: 15px;
  }

  .div-block-49 {
    width: 8%;
  }

  .link-block-3 {
    left: 88vw;
  }

  .div-block-50 {
    top: -18vh;
  }

  .heading-35 {
    -webkit-text-stroke-width: 1.5px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .image-35 {
    height: 25vh;
  }

  .div-block-51 {
    top: -25vh;
  }

  .image-36 {
    height: 25vh;
  }

  .heading-36 {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .heading-37, .heading-38, .heading-39 {
    -webkit-text-stroke-width: 1.5px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .image-37 {
    height: 25vh;
  }

  .div-block-52 {
    top: -16vh;
  }

  .contenedorimg-3 {
    height: 25vh;
  }

  .contenedorimg-3.img2, .contenedorimg-3.img4 {
    top: 52vh;
  }

  .div-block-53 {
    top: -18vh;
  }

  .principal {
    height: 100vh;
  }

  .image-38 {
    height: 25vh;
  }

  .logo-image-2 {
    width: 18vw;
    height: 8vh;
  }

  .heading-40 {
    width: 210vw;
    height: 13vh;
  }

  .div-block-61 {
    margin-top: 10vh;
  }

  .team-slide-wrapper-4 {
    height: 22vh;
  }

  .principal-tsr {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    height: 8vh;
  }

  .heading {
    font-size: 2.5vh;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 1.5vh;
    line-height: 2vh;
  }

  .bold-text {
    font-size: 2vh;
    line-height: 1vh;
  }

  .team-slider-nav {
    width: 26vw;
    margin-top: 5px;
    font-size: 10px;
    line-height: 2px;
  }

  .heading-4 {
    font-size: 6vh;
    line-height: 7vh;
  }

  .text {
    margin-top: -10vh;
  }

  .div-block-14 {
    width: 56.5vw;
    margin-left: -15vw;
  }

  .heading-5 {
    width: 240vw;
    height: 10vh;
    padding-left: 15vw;
    font-size: 10vh;
    line-height: 8vh;
  }

  .paragraph-5 {
    line-height: 3.2vh;
  }

  .slide {
    width: 150%;
    max-width: 150%;
  }

  .carrusel {
    width: 600%;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-27 {
    width: 100vw;
    height: 41vh;
  }

  .tsrservs {
    width: 80vw;
    height: 3vh;
    align-content: center;
    margin-top: .8vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .listaserv {
    width: 100vw;
    grid-template-rows: auto auto;
    grid-template-columns: 50vw;
    display: block;
  }

  .container-8 {
    width: 80vw;
    max-width: none;
  }

  .team-slider-wrapper-2 {
    width: 80vw;
    height: 28vh;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two-2 {
    width: 80vw;
    height: 28vh;
  }

  .team-slider-nav-2 {
    margin-top: 10px;
  }

  .div-block-38 {
    width: 100vw;
    height: 40vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: -2vh;
    display: block;
  }

  .contactanos.cc-cta {
    height: 13vh;
  }

  .container-10 {
    width: 22vw;
    max-width: none;
    margin-top: -45vh;
  }

  .mask-4 {
    width: 26vw;
  }

  .dev-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-block-3 {
    z-index: 10;
    left: 86vw;
  }

  .div-block-50 {
    top: -17vh;
  }

  .heading-35 {
    color: var(--celeste);
  }

  .image-35 {
    width: 80vw;
    height: 20vh;
  }

  .div-block-51 {
    top: -19vh;
  }

  .image-36 {
    width: 80vw;
    height: 20vh;
  }

  .heading-36 {
    font-size: 2vh;
  }

  .heading-37, .heading-38, .heading-39 {
    color: var(--celeste);
  }

  .image-37 {
    width: 80vw;
    height: 20vh;
  }

  .contenedorimg-3 {
    width: 80vw;
    height: 20vh;
    top: 16vh;
  }

  .contenedorimg-3.img2 {
    z-index: 1;
    top: 56vh;
    left: 8vw;
  }

  .contenedorimg-3.img4 {
    z-index: 2;
    height: 20vh;
    top: 76vh;
    left: 8vw;
  }

  .contenedorimg-3.img3 {
    top: 36vh;
    left: 8vw;
  }

  .image-38 {
    width: 80vw;
    height: 20vh;
  }

  .logo-image-2 {
    width: 35vw;
    height: 7vh;
  }

  .heading-40 {
    width: 240vw;
    height: 10vh;
    padding-left: 15vw;
    font-size: 10vh;
    line-height: 8vh;
  }

  .div-block-55 {
    background-color: rgba(255, 255, 255, .85);
  }

  .paragraph-10 {
    line-height: 3.2vh;
  }

  .div-block-56 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-58 {
    width: 56.5vw;
    margin-left: -15vw;
    overflow: hidden;
  }

  .bold-text-3 {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .container-14 {
    height: 100vh;
  }

  .div-block-59 {
    width: 22vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-39 {
    width: 22vw;
  }

  .team-slider-wrapper-4 {
    width: 26vw;
  }

  .image-40 {
    height: 12vh;
  }

  .image-40.ios {
    height: 10vh;
  }

  .div-block-61 {
    margin-top: 5vh;
  }

  .team-slide-wrapper-4 {
    width: 26vw;
    height: 29vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-62 {
    width: 16vw;
  }

  .image-41 {
    height: 4vh;
  }

  .container-16, .container-17 {
    max-width: none;
  }
}

#w-node-ebdd97a9-0139-6fc4-7985-a3838b2ddd2a-eda69d71, #w-node-ebdd97a9-0139-6fc4-7985-a3838b2ddd30-eda69d71 {
  align-self: center;
}

#w-node-ebdd97a9-0139-6fc4-7985-a3838b2ddd32-eda69d71 {
  align-self: center;
  justify-self: auto;
}

#w-node-ebdd97a9-0139-6fc4-7985-a3838b2ddd33-eda69d71 {
  align-self: center;
}

#w-node-_728d2598-5f06-71a9-9424-10ce14f0cd15-eda69d71 {
  align-self: start;
  justify-self: center;
}

#w-node-_728d2598-5f06-71a9-9424-10ce14f0cd16-eda69d71, #w-node-_89c783dd-3462-7bb2-cae4-783a2f650c1d-eda69d71 {
  align-self: center;
}

#w-node-_1dde34bb-4385-6002-2714-dbab5947bb6d-eda69d71, #w-node-_3de2ebaf-b5df-fc27-37e8-302f36bf669e-eda69d71, #w-node-_74354f2b-6e16-5ce4-6a45-376a4dd79b5e-2be1c23d, #w-node-_81d58af0-941b-0bb9-83d7-b159f40e1ca0-2be1c23d, #w-node-_296bab94-ae54-84fc-8952-011d6306482a-2be1c23d, #w-node-_1275fd8e-d640-b6bc-3df8-d52bc063928d-2be1c23d, #w-node-_30582539-e9db-8ed1-8df7-8cd63afcd9fd-2be1c23d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ba8056bd-2f25-0337-f3ff-1d213a80fbeb-eda69d71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebdd97a9-0139-6fc4-7985-a3838b2ddd30-eda69d71, #w-node-_728d2598-5f06-71a9-9424-10ce14f0cd16-eda69d71 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/Bebas_Neue.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}