.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  width: 80vw;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-template: "Area-2 Area Area"
  / .75fr 1fr 1fr;
}

.section {
  color: #b18391;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linea {
  width: 40vw;
  height: 1px;
  background-color: #4d4d4d;
}

.div-block {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-2 {
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 3vw;
  display: flex;
}

.grid-2 {
  width: 60vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area"
                       "Area-2 Area-2";
}

.grid-2._2 {
  grid-template-rows: auto auto auto;
}

.div-block-2 {
  height: 5vw;
  border-top: 1px #4d4d4d;
  border-left: 1px #000;
}

.div-block-2._2 {
  height: 0;
  border-top-style: none;
}

.div-block-3 {
  height: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 1px #000;
}

.heading {
  color: #83ccdb;
  text-align: center;
  letter-spacing: -.23vw;
  text-transform: uppercase;
  border-top: 1px #4d4d4d;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vw;
}

.heading._2 {
  letter-spacing: 0;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.grid-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-areas: "Area-2 Area-2"
                       ". Area";
}

.grid-2-copy._2 {
  grid-template-rows: auto auto auto;
}

.grid-3 {
  width: 60vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area"
                       ". Area-2";
}

.div-block-4 {
  height: 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px #000;
}

.div-block-5 {
  height: 5vw;
  border-top: 1px #4d4d4d;
  border-left: 1px solid #000;
}

.grid-4 {
  width: 60vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-3 Area"
                       "Area-2 Area-2";
}

.div-block-6 {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px #4d4d4d;
  justify-content: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-7 {
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  justify-content: center;
  padding: 3vw 2vw;
  display: flex;
}

.div-block-7._2 {
  border-top-color: #4d4d4d;
  border-right-style: none;
  border-right-color: #4d4d4d;
}

.div-block-8 {
  border-top: 1px solid #000;
  justify-content: center;
  display: flex;
}

.grid-5 {
  width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  grid-template: "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                 "Area-9 Area-9 Area-9 Area-9 Area-9 Area-9"
                 ". Area-10 Area-10 Area-11 Area-11 ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-5._2 {
  width: 60vw;
  border-top-style: solid;
  border-top-color: #4d4d4d;
}

.div-block-9 {
  border: 1px solid #000;
}

.div-block-10, .div-block-11 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-block-12, .div-block-13 {
  border-bottom: 1px solid #000;
}

.div-block-14 {
  border: 1px #4d4d4d;
  border-style: none none solid solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  border-top: 1px #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #000;
  border-right: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  border-top: 1px #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #408491;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  display: flex;
}

.heading-2.c:hover {
  color: #83ccdb;
}

.heading-3 {
  color: #408491;
  text-align: center;
  letter-spacing: -.05vw;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  display: flex;
}

.heading-4 {
  color: #83ccdb;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 6vw;
  display: flex;
}

.heading-4._2 {
  text-align: center;
  justify-content: flex-start;
}

.heading-4.galeria {
  width: 100%;
}

.heading-5 {
  width: 100%;
  color: #4d4d4d;
  justify-content: center;
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.heading-6 {
  justify-content: center;
  display: flex;
}

.heading-7 {
  color: #83ccdb;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 6vw;
  display: flex;
}

.heading-7._2 {
  text-align: center;
}

.heading-8 {
  justify-content: center;
  margin-top: 20px;
  margin-left: 1vw;
  padding-right: 1vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.div-block-17 {
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px #4d4d4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-19 {
  border-bottom: 1px solid #4d4d4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  border-left: 1px solid #4d4d4d;
  justify-content: flex-start;
  padding-top: 2vw;
  padding-left: 2vw;
  display: flex;
}

.div-block-21 {
  width: 80vw;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21.ins {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-21._2 {
  text-align: center;
  border-top-style: none;
}

.div-block-21._3 {
  text-align: center;
  border-bottom-style: none;
  margin-bottom: 0;
}

.div-block-22 {
  border-left: 1px solid #000;
  border-right: 1px #000;
  padding-top: 2vw;
  padding-bottom: 3vw;
  padding-left: 2vw;
}

.heading-9 {
  color: #83ccdb;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

.heading-10 {
  color: #408491;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.paragraph {
  color: #4d4d4d;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.image {
  height: 4vw;
  color: #8d9896;
  margin-right: 1vw;
}

.image-2 {
  width: 80vw;
  display: none;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  width: 50vw;
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: -.05vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-family: Poppins, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.paragraph-2._2 {
  width: 60vw;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 4vw;
  font-size: 1.8vw;
}

.section-5 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.section-6 {
  justify-content: center;
  display: flex;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
  text-align: center;
}

.grid-6 {
  width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / .5fr 1fr;
  margin-top: 3vw;
}

.heading-16 {
  color: #83ccdb;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 6vw;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  display: flex;
}

.div-block-23 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 10vw;
  padding-right: 10vw;
}

.heading-17 {
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.heading-18 {
  color: #408491;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.heading-19 {
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.div-block-24, .div-block-25, .div-block-26 {
  border-bottom: 1px solid #000;
}

.div-block-27, .div-block-28 {
  border-bottom: 1px solid #000;
  align-items: center;
  display: flex;
}

.div-block-29 {
  border-bottom: 1px solid #000;
}

.paragraph-3 {
  text-align: justify;
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.paragraph-3._2 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.grid-7 {
  max-width: 100%;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  grid-template: "Area-7 Area-6 Area-5 Area-4 Area-3 Area-2 Area Area-8"
  / auto auto auto auto auto auto auto 1fr;
}

.text-block {
  color: #408491;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px #4d4d4d;
  padding: .5vw;
}

.text-block:hover {
  color: #4a5654;
}

.link-block {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  justify-content: center;
}

.section-8 {
  justify-content: center;
  margin-top: 3vw;
  display: flex;
}

.body {
  background-color: #fff;
}

.image-3 {
  width: 15vw;
  height: 15vw;
}

.text-span {
  color: #b18391;
}

.text-span-2, .text-span-3 {
  color: #408491;
  font-weight: 700;
}

.text-span-4 {
  color: #647876;
  font-style: italic;
}

.div-block-30 {
  width: 15vw;
  height: 5vw;
  background-image: url('../images/Recurso-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-5 {
  color: #408491;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.paragraph-4 {
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.div-block-31 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2vw;
  padding-right: 2vw;
  display: flex;
}

.heading-20 {
  color: #408491;
  margin-top: 1vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.heading-21 {
  width: 100%;
  color: #4d4d4d;
  justify-content: center;
  margin-top: 1vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.bold-text {
  color: #4d4d4d;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  color: #4d4d4d;
}

.image-4 {
  width: 10vw;
  margin-top: 2vw;
}

.image-4._2 {
  margin-top: 3.5vw;
}

.image-5 {
  width: 10vw;
  margin-top: 2vw;
}

.image-5._2 {
  width: 6vw;
  opacity: 1;
  filter: grayscale() saturate(200%);
}

.image-5._3 {
  filter: brightness(0%) saturate(200%);
}

.paragraph-5 {
  max-width: 400px;
  color: #4d4d4d;
  text-align: justify;
  margin-top: 3vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.paragraph-5._2 {
  margin-top: 1vw;
  padding-top: 0;
  font-family: Poppins, sans-serif;
}

.html-embed {
  width: 100%;
  height: 30vw;
  margin-bottom: 3vw;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-3"
                       "Area-2 Area-3"
                       "Area-4 Area-3";
}

.div-block-32 {
  min-height: 80vh;
  background-image: url('../images/Captura22_resultado.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: .02vw;
  margin-bottom: 3vw;
  margin-left: 3vw;
}

.div-block-33 {
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  padding: 0 3vw 3vw 2vw;
}

.div-block-34 {
  border-right: 1px solid #4d4d4d;
  padding: 3vw 3vw 3vw 2vw;
}

.div-block-34._2 {
  border-top: 1px solid #4d4d4d;
}

.wats-app {
  width: 50px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
}

.link-block-11, .image-52 {
  width: 50px;
  height: 50px;
}

.div-block-35 {
  justify-content: flex-end;
  padding-top: .5vw;
  padding-bottom: .5vw;
  display: flex;
}

.div-block-36 {
  max-width: 100%;
}

.link-block-12 {
  width: 2vw;
  height: 2vw;
  background-image: url('../images/ig.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1vw;
}

.link-block-12._2 {
  background-image: url('../images/fb.svg');
}

.link-block-12._2.f {
  margin-right: 0;
}

.link-block-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 3vw;
  padding-right: 2vw;
  display: flex;
}

.heading-22 {
  color: #408491;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  position: relative;
  top: -.02vw;
}

.paragraph-6 {
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: .05vw;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.paragraph-6._2 {
  margin-top: 40px;
}

.grid-9 {
  width: 80vw;
  grid-template: "Area Area-2 Area-3"
  / .25fr 1.25fr .25fr;
}

.section-9 {
  justify-content: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.heading-23 {
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
}

.heading-24 {
  text-align: center;
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
}

.grid-10 {
  max-width: 350px;
  min-width: 344px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 / .75fr 1fr;
}

.heading-25 {
  color: #408491;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5vw;
  position: relative;
  bottom: -.5vw;
}

.image-53 {
  width: 6vw;
  margin-left: 1vw;
}

.grid-11 {
  max-width: 350px;
  min-width: 334px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-2 Area-4"
                 "Area-5 Area-5 Area-5"
                 "Area Area Area"
                 / 1fr 1fr 1fr;
}

.div-block-38 {
  color: #4d4d4d;
}

.heading-26 {
  color: #408491;
  margin-top: 1vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.heading-27 {
  color: #408491;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.image-54 {
  width: 6vw;
  position: relative;
  bottom: -.2vw;
}

.heading-28 {
  color: #408491;
  margin-bottom: 0;
  margin-right: .4vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5vw;
  position: relative;
  bottom: -.55vw;
}

.ig {
  background-image: url('../images/_BST4700_resultado.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}

.ig._2 {
  background-image: none;
  margin: 3vw;
  position: relative;
  overflow: hidden;
}

.link-block-ig {
  width: 20vw;
  height: 20vw;
  background-color: rgba(238, 238, 238, .53);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-57 {
  width: 30px;
  height: 30px;
  background-image: url('../images/Imagen-13_1Imagen 13.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-12 {
  width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-10 Area-10 Area-10 Area-10"
                 "Area-7 . . Area-8"
                 "Area Area-2 Area-3 ."
                 "Area-6 Area-5 Area-4 ."
                 / 1fr 1fr 1fr 1fr;
}

.grid-12._3x3 {
  border-top: 1px #000;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: minmax(0, .25fr);
}

.div-block-86 {
  width: 80vw;
}

.text-span-6 {
  letter-spacing: .02vw;
}

.text-span-7 {
  color: #4c5654;
}

.bold-text-3 {
  color: #408491;
  font-weight: 700;
}

.div-block-87 {
  justify-content: center;
  display: block;
}

.text-span-8, .text-span-9 {
  color: #408491;
  letter-spacing: .05vw;
  font-weight: 700;
}

.text-span-10 {
  color: #408491;
  letter-spacing: .05vw;
  text-transform: lowercase;
  font-weight: 700;
}

.text-span-11 {
  letter-spacing: .05vw;
}

.grid-13 {
  width: 80vw;
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  grid-template: "Area Area-5 Area-5"
                 "Area-3 Area-5 Area-5"
                 "Area-4 Area-5 Area-5"
                 / 1fr 1fr 1fr;
}

.section-10 {
  justify-content: center;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-block.inicio {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  padding: 2vw;
}

.div-block-88 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2vw;
  display: flex;
}

.div-block-88.inicio {
  z-index: 50;
  height: auto;
  background-color: rgba(255, 255, 255, .77);
  border-radius: 20px;
  align-items: center;
  margin: 5vw 1vw 5vw 2vw;
  padding: 1vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-88._2 {
  flex-direction: column;
}

.text-span-12 {
  color: #408491;
  font-weight: 700;
}

.paragraph-7 {
  width: 70%;
  color: #4d4d4d;
  text-align: center;
  border-top: 1px solid #000;
  font-family: Roboto Condensed, sans-serif;
}

.div-block-89 {
  justify-content: center;
  display: block;
}

.div-block-90 {
  border-bottom: 1px #000;
}

.div-block-91 {
  border-top: 1px #000;
}

.field-label {
  color: #408491;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-field {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #8d9896;
  font-family: Poppins, sans-serif;
}

.text-field._2 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
}

.text-field._2.com {
  height: 100px;
}

.text-field.inicio {
  background-color: rgba(0, 0, 0, 0);
}

.submit-button {
  background-color: #607a77;
  font-family: Poppins, sans-serif;
}

.grid-14 {
  width: 80vw;
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-4 Area-3"
                 "Area Area-2 Area-3"
                 / 1fr 1fr 1fr;
}

.div-block-92 {
  padding-top: 0;
}

.html-embed-2 {
  width: 3vw;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-93 {
  width: 100%;
  background-image: url('../images/junel-mujar-w4BWVYQb4H4-unsplash_resultado.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 3vw;
}

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

.form._3 {
  align-items: flex-start;
}

.div-block-94 {
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
  margin-right: 2vw;
  display: flex;
}

.text-span-13, .text-span-14 {
  letter-spacing: -.05vw;
}

.text-span-15 {
  letter-spacing: 0;
}

.text-span-16 {
  letter-spacing: -.1vw;
}

.text-span-18 {
  letter-spacing: -.081vw;
}

.text-span-20 {
  letter-spacing: .103vw;
}

.text-span-21 {
  letter-spacing: .07vw;
}

.gridrender {
  width: 80vw;
  max-width: 1200px;
  flex-wrap: wrap;
  grid-template-rows: 200px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  display: flex;
}

.render {
  width: 350px;
  height: 200px;
  object-fit: cover;
  padding: 10px;
}

.image-12 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.text-span-22, .text-span-23 {
  color: #408491;
  font-weight: 700;
}

.tarjeta {
  width: 50%;
  height: 300px;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 40px;
  font-size: 1.5em;
  display: flex;
}

.tarjeta.untercio {
  width: 30%;
  height: 250px;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.3em;
}

.tarjeta.untercio.desarrollador {
  width: 33%;
  height: auto;
  justify-content: flex-start;
  padding: 40px 10px 20px;
}

.tarjeta.untercio.desarrollador.larga {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tarjeta.untercio.desarrollador.comentario {
  width: 80%;
}

.tarjeta.untercio.desarrollador {
  width: 33%;
  height: auto;
  justify-content: flex-start;
  padding: 40px 20px 20px;
}

.tarjeta.untercio.desarrollador.p {
  width: 25%;
  padding-bottom: 40px;
  position: relative;
}

.tarjeta.untercio.desarrollador.p.comentario {
  width: 70%;
  align-items: flex-start;
  display: block;
}

.tarjeta.untercio.desarrollador.p.comentario.form {
  width: 30%;
}

.tituloseccion {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lineavertical {
  width: 1px;
  height: 150px;
  background-color: #676868;
}

.div-block-95 {
  height: 100%;
}

.grid-15 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.paragraph-8 {
  color: #966071;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5em;
}

.paragraph-8.desarrolladores {
  color: #676868;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2em;
}

.heading-29 {
  color: #494949;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.heading-29.subtitle {
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 2em;
}

.parrafotarjeta {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 75%;
}

.parrafotarjeta.desarrollador {
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: -.049vw;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.parrafotarjeta.desarrollador.com {
  margin-top: 20px;
  font-size: .7em;
}

.parrafotarjeta.desarrollador {
  text-align: left;
  text-transform: none;
  font-size: .9em;
  line-height: 1em;
}

.parrafotarjeta.desarrollador.p {
  z-index: 10;
  text-align: center;
  line-height: 1.3em;
}

.image-55 {
  width: 100%;
  height: 50px;
  opacity: .66;
  filter: saturate(0%);
  object-fit: contain;
  margin-bottom: 60px;
}

.separador {
  width: 600px;
  height: 100px;
  justify-content: center;
  display: flex;
}

.separador.superior {
  height: 150px;
  border-bottom: 1px solid #676868;
}

.separador.superior.largo {
  width: 100%;
}

.separador.superior.largo.p {
  height: 10px;
  border-bottom-color: #000;
}

.separador.completo {
  height: auto;
  border-top: 1px solid #676868;
  border-bottom: 1px solid #676868;
  margin-left: auto;
  margin-right: auto;
}

.separador.completo.largo {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.separador.completo.largo.p.n {
  border-top-style: none;
  border-bottom-style: none;
}

.separador.completo.largo.p.n.comentario {
  align-items: stretch;
}

.paragraph-copy {
  color: #966071;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5em;
}

.paragraph-copy.desarrolladores {
  color: #676868;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2em;
}

.paragraph-copy.desarrolladores._2 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.5em;
}

.paragraph-copy.desarrolladores._2.com {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}

.image-4-copy {
  width: 100%;
  height: 50px;
  opacity: 1;
  object-fit: contain;
  margin-bottom: 60px;
}

.image-4-copy._2 {
  filter: grayscale();
}

.image-4-copy._3 {
  filter: brightness(0%);
}

.image-11 {
  filter: invert(41%);
  margin-right: auto;
}

.image-11._2 {
  filter: invert();
}

.grid-2-copy-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.div-block-12-copy {
  height: 100%;
}

.div-block-11-copy {
  border-bottom: 1px solid #676868;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-copy {
  color: #494949;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.heading-copy.p {
  color: #83ccdb;
  font-family: Poppins, sans-serif;
}

.grid-2-copy-copy {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.container {
  max-width: 80vw;
}

.text-span-24 {
  letter-spacing: -.06vw;
}

.text-span-25 {
  letter-spacing: -.076vw;
}

.text-span-26 {
  letter-spacing: -.07vw;
}

.heading-30 {
  color: #151616;
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
}

.heading-30.margin-bottom {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

.div-block-96 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-97 {
  width: 60px;
  height: 4px;
  text-align: center;
  background-color: #000;
  margin: 0 auto 20px 0;
}

.left-arrow-3 {
  background-image: url('../images/f1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.tab-link-tab-3 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-3.w--current {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-3 {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3rem;
}

.columns-3 {
  margin-top: 15px;
}

.text-block-4 {
  text-transform: uppercase;
}

.div-block-98 {
  justify-content: flex-start;
  display: flex;
}

.tipolog-as {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.container-3 {
  z-index: 2;
  padding-top: 40px;
  position: relative;
}

.slide-2 {
  width: 100%;
  height: 100%;
  max-height: 70vh;
}

.miniaturatipo {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 100%;
}

.paragraph-13 {
  color: #000;
  line-height: 1.5rem;
}

.tabs {
  width: 100%;
}

.slider-5 {
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider-5.none {
  display: none;
}

.tab-link-tab-2 {
  opacity: .6;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2.w--current {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.link-block-10 {
  color: #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  margin-left: 10px;
}

.link-block-9 {
  color: #886a33;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.none {
  display: none;
}

.right-arrow-3 {
  background-image: url('../images/f2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.text-block-8 {
  color: #fff;
  position: absolute;
}

.div-block-50 {
  width: 20px;
  height: 20px;
  background-color: #886a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.div-block-49 {
  width: 3rem;
  height: .3rem;
  opacity: 0;
  background-color: #0f0f0f;
  display: block;
}

.tiplogia {
  width: 100%;
  height: 100%;
  max-height: 100%;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.tiplogia.btn {
  max-height: 200px;
  max-width: 200px;
}

.tiplogia.btn.none {
  display: none;
}

.tiplogia.btn {
  width: 150px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  display: none;
}

.tipotab {
  height: auto;
  min-height: 50vh;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  z-index: 1;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-51 {
  width: 20px;
  height: 20px;
  background-image: url('../images/f2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
}

.div-block-99 {
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.image-4-copy-2 {
  width: 100%;
  height: 50px;
  opacity: .66;
  filter: saturate(0%);
  object-fit: contain;
  margin-bottom: 60px;
}

.image-4-copy-2._6 {
  height: 70px;
  opacity: 1;
  filter: saturate(0%);
  margin-bottom: 35px;
  padding-bottom: 0;
}

.image-4-copy-2._2 {
  height: 80px;
  opacity: .78;
  filter: brightness(29%) saturate(200%);
  margin-bottom: 25px;
}

.image-4-copy-2._4 {
  height: 80px;
  opacity: 1;
  filter: brightness(0%);
  margin-bottom: 25px;
}

.image-4-copy-2._3 {
  opacity: 1;
  filter: saturate(0%);
}

.grid-2-copy-copy-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-11 {
  padding-top: 5px;
}

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

.div-block-100 {
  width: 100vw;
  height: 70vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  width: 78vh;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.grid-5-copy {
  width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  grid-template: "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                 "Area-9 Area-9 Area-9 Area-9 Area-9 Area-9"
                 ". Area-10 Area-10 Area-11 Area-11 ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-5-copy._2 {
  width: 60vw;
  border-top-style: solid;
  border-top-color: #4d4d4d;
}

.slider-6 {
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/04_S32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Captura-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-14, .link-block-15 {
  text-decoration: none;
}

.link-block-16 {
  text-align: center;
  text-decoration: none;
}

.link-block-16:hover {
  color: #c0f3fa;
}

.link-block-17 {
  text-align: center;
  text-decoration: none;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1em;
}

.tab-link-tab-4 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-4.w--current {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-5 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-5.w--current {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.bold-text-4, .text-span-27, .bold-text-5 {
  color: #408491;
}

@media screen and (max-width: 991px) {
  .div-block-22 {
    border-right-style: none;
  }

  .text-block {
    font-size: 10px;
  }

  .wats-app {
    width: 5%;
  }

  .tarjeta.untercio.desarrollador.p.comentario, .tarjeta.untercio.desarrollador.p.comentario.form {
    width: 100%;
  }

  .separador.completo.largo.p.n.comentario {
    flex-direction: column;
  }

  .heading-30 {
    font-size: 2rem;
  }

  .tipotab {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }

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

  .background-video-2 {
    width: 78vw;
    height: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template: ". Area-2 ."
                   "Area Area Area"
                   / 1fr 1fr 1fr;
  }

  .linea {
    width: 70vw;
  }

  .heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .grid-5._2 {
    grid-template-rows: auto auto auto auto;
  }

  .div-block-21 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9 {
    font-size: 8vw;
  }

  .heading-10 {
    font-size: 4vw;
  }

  .paragraph {
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .paragraph-2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template: "Area-7 Area-6 Area-5 Area"
                   "Area-4 Area-3 Area-2 Area-8"
                   / auto auto auto auto;
  }

  .text-block {
    font-size: 12px;
  }

  .wats-app {
    width: 8%;
  }

  .div-block-35 {
    justify-content: center;
  }

  .link-block-12 {
    width: 4vw;
    height: 4vw;
  }

  .tarjeta.untercio.desarrollador {
    height: auto;
    height: auto;
  }

  .grid-15 {
    grid-template-columns: 2fr;
  }

  .heading-29.subtitle {
    margin-right: auto;
  }

  .image-11 {
    margin-left: auto;
  }

  .grid-2-copy-2 {
    grid-template-columns: 2fr;
  }

  .div-block-11-copy {
    flex-direction: column;
    align-items: center;
  }

  .grid-2-copy-copy {
    grid-template-columns: 2fr;
  }

  .heading-30 {
    font-size: 2rem;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2-copy-copy-2 {
    grid-template-columns: 2fr;
  }

  .grid-5-copy {
    grid-template-areas: "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                         ". . . . . ."
                         "Area-9 Area-10 Area-10 Area-11 Area-11 .";
  }

  .grid-5-copy._2 {
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    width: 90vw;
  }

  .section-2 {
    margin-bottom: 30px;
    display: block;
  }

  .grid-2 {
    width: 90vw;
  }

  .heading, .heading._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-3 {
    width: 90vw;
  }

  .grid-4 {
    width: 90vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area-3 Area-3"
                         "Area Area"
                         "Area-2 Area-2";
  }

  .div-block-7 {
    border-right-style: none;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7._2 {
    border-top-style: none;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    width: 90vw;
    grid-template-areas: "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                         "Area-9 Area-9 Area-9 Area-9 Area-9 Area-9"
                         "Area-10 Area-10 Area-10 Area-11 Area-11 Area-11";
  }

  .div-block-14 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .div-block-15 {
    border-top-style: none;
    border-left-style: none;
  }

  .heading-2 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading-4 {
    margin-top: 30px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .heading-4._2 {
    text-align: center;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .heading-5 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .heading-7 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-block-17 {
    border-right-style: none;
  }

  .div-block-18 {
    border-left: 1px solid #000;
  }

  .div-block-19 {
    border-bottom-style: solid;
  }

  .div-block-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    width: auto;
    border-bottom-style: none;
  }

  .div-block-22 {
    border-top: 1px solid #000;
    border-left-style: none;
    margin-top: 30px;
    padding-top: 30px;
  }

  .heading-9 {
    margin-top: 30px;
    font-size: 6vw;
    line-height: 8vw;
  }

  .heading-10 {
    line-height: 6vw;
  }

  .paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-2 {
    width: 95vw;
  }

  .paragraph-2 {
    width: 80vw;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 5.5vw;
  }

  .paragraph-2._2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .grid-6 {
    width: 90vw;
    margin-top: 30px;
  }

  .heading-16 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .section-7 {
    margin-top: 90px;
  }

  .div-block-23 {
    width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-24 {
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .paragraph-3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .paragraph-3._2 {
    margin-bottom: 30px;
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area-7 Area-6 Area-5 Area-8"
                         "Area-3 Area-2 Area Area-8";
  }

  .div-block-30 {
    width: 25vw;
    height: 10vw;
  }

  .paragraph-4 {
    width: 80vw;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .paragraph-4.hyphens {
    line-height: 5.5vw;
  }

  .div-block-31 {
    padding-top: 30px;
    padding-bottom: 3vw;
  }

  .heading-20 {
    font-size: 3.8vw;
    line-height: 3.8vw;
  }

  .heading-21 {
    width: 90%;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .image-4 {
    width: 20vw;
  }

  .image-4._2 {
    opacity: .7;
  }

  .image-5 {
    width: 20vw;
    opacity: .7;
  }

  .image-5._2 {
    width: 12vw;
  }

  .paragraph-5 {
    font-size: 3.5vw;
    line-height: 3.6vw;
  }

  .paragraph-5._2 {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-4 Area-4"
                         "Area-3 Area-3";
  }

  .div-block-32 {
    margin-bottom: 30px;
  }

  .div-block-33, .div-block-34 {
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wats-app {
    width: 38px;
  }

  .link-block-11, .image-52 {
    width: 38px;
    height: 38px;
  }

  .div-block-35.f {
    align-items: center;
    display: none;
  }

  .div-block-37 {
    padding-top: 2.3vw;
  }

  .heading-22 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-22._2 {
    text-align: left;
  }

  .paragraph-6 {
    text-align: justify;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .paragraph-6._2 {
    text-align: left;
  }

  .grid-9 {
    grid-column-gap: 14px;
    grid-template: "Area Area-2 Area-2"
                   ". Area-3 ."
                   / .5fr 1fr .25fr;
  }

  .heading-23, .heading-24 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading-25 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .image-53 {
    width: 8vw;
  }

  .heading-26 {
    font-size: 3.8vw;
    line-height: 3.8vw;
  }

  .heading-27 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .image-54 {
    width: 8vw;
  }

  .heading-28 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .ig {
    margin-top: 0;
  }

  .link-block-ig {
    width: 30vw;
    height: 30vw;
  }

  .grid-12 {
    width: 90vw;
    grid-template: ". ."
                   "Area-6 Area-5"
                   "Area-3 Area-4"
                   "Area-10 Area-10"
                   "Area-7 Area"
                   "Area-8 Area-2"
                   "Area-9 Area-9"
                   / 1fr 1fr;
    grid-auto-columns: 100px;
    margin-bottom: 40px;
  }

  .grid-12._3x3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-86 {
    width: 90vw;
  }

  .grid-13 {
    width: 70vw;
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "Area Area Area"
                         "Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4"
                         "Area-5 Area-5 Area-5";
  }

  .form-block {
    width: 100%;
  }

  .form-block.inicio {
    padding: 3vw;
  }

  .div-block-88.inicio {
    margin-top: 20vw;
    margin-bottom: 5vw;
    padding: 3vw;
    position: static;
  }

  .paragraph-7 {
    border-top-style: none;
  }

  .div-block-89 {
    border-top: 1px solid #000;
  }

  .div-block-90 {
    margin-bottom: 3vw;
  }

  .text-field {
    border: 1px #000;
    border-bottom: 1px solid #8d9896;
  }

  .grid-14 {
    grid-template: "Area-4 Area-4"
                   "Area Area-2"
                   "Area-3 Area-3"
                   / 1fr 1fr;
  }

  .div-block-92 {
    padding-top: 30px;
  }

  .div-block-93 {
    height: 50vw;
    display: none;
  }

  .div-block-94 {
    margin-left: 2vw;
  }

  .tarjeta {
    width: 100%;
    height: 150px;
  }

  .tarjeta.untercio {
    width: 50%;
    height: 230px;
    justify-content: space-around;
    padding: 20px 10px;
  }

  .tarjeta.untercio.desarrollador {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tarjeta.untercio.desarrollador.comentario {
    width: 100%;
  }

  .tarjeta.untercio.desarrollador {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tarjeta.untercio.desarrollador.p {
    width: 100%;
  }

  .lineavertical {
    height: 50px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .paragraph-8.desarrolladores {
    margin-top: 20px;
  }

  .heading-29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .parrafotarjeta {
    letter-spacing: 1px;
    font-size: .75em;
  }

  .parrafotarjeta.desarrollador {
    font-size: .8em;
  }

  .parrafotarjeta.desarrollador.com {
    font-size: .6em;
    line-height: 1.1em;
  }

  .image-55 {
    margin-bottom: 20px;
  }

  .separador.superior {
    width: 100%;
    height: 50px;
  }

  .separador.completo {
    width: 100%;
    flex-wrap: wrap;
  }

  .separador.completo.largo {
    align-content: stretch;
  }

  .separador.completo.largo._2 {
    border-bottom-style: none;
  }

  .paragraph-copy {
    margin-bottom: 0;
  }

  .paragraph-copy.desarrolladores {
    border: 1px #000;
    margin-top: 20px;
  }

  .image-4-copy {
    margin-bottom: 20px;
  }

  .grid-2-copy-2 {
    grid-template-columns: 1fr;
  }

  .heading-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .grid-2-copy-copy {
    grid-template-columns: 1fr;
  }

  .div-block-96 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-97 {
    margin-top: 10px;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
    display: block;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .miniaturatipo {
    overflow: hidden;
  }

  .slider-5 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

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

  .tiplogia {
    margin: 5px;
    padding: 10px;
  }

  .tiplogia.btn {
    width: 100px;
    height: 100px;
  }

  .container-10 {
    top: 0%;
  }

  .tabs-menu {
    text-align: center;
    flex-flow: column wrap;
  }

  .image-4-copy-2 {
    margin-bottom: 20px;
  }

  .grid-2-copy-copy-2 {
    grid-template: "."
    / 1fr;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .background-video-2 {
    width: 100vw;
    height: 100vw;
    max-height: 100vw;
    max-width: 100vw;
    padding-top: 80vw;
  }

  .grid-5-copy {
    width: 90vw;
    grid-template-areas: "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                         "Area-9 Area-9 Area-9 Area-9 Area-9 Area-9"
                         "Area-10 Area-10 Area-10 Area-11 Area-11 Area-11";
  }

  .slider-6 {
    height: 50vh;
  }
}

#w-node-_64b27682-1e7e-5fb9-a521-8aa511720507-7d115336 {
  grid-area: Area;
  align-self: center;
}

#w-node-affed121-c433-1eb1-a8e8-22da5764aec0-7d115336 {
  grid-area: Area-7;
  justify-self: auto;
}

#w-node-c5017ff7-a8a5-3a3f-a33a-ba495b0206ac-7d115336 {
  grid-area: Area-6;
}

#w-node-fd57861f-4871-e5c3-d14d-717361acb026-7d115336 {
  grid-area: Area-5;
}

#w-node-c0e2cb09-0d40-834d-432f-8f3343c62326-7d115336 {
  grid-area: Area-3;
}

#w-node-_0ddf4158-c69f-904f-a6c4-f5a7f1609e1c-7d115336 {
  grid-area: Area-2;
}

#w-node-b9aafa77-fe06-6cfa-6bc3-75684adfa8c7-7d115336 {
  grid-area: Area;
}

#w-node-_2c546b0d-edc4-acc2-f645-d20df9981872-7d115336 {
  grid-area: Area-8;
  justify-self: end;
}

#w-node-_3b6b585e-ddc3-a81f-5b90-76969d1f5c6d-7d115336 {
  grid-area: Area-2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_7e7f9769-e285-541b-d33f-abb48b40243c-7d115336 {
  grid-area: Area-2;
}

#w-node-_26bd6f0f-1a54-dcef-f11f-f6a282876272-7d115336 {
  grid-area: Area;
}

#w-node-_12d1ae08-f028-c489-16df-de4b5f2fc761-7d115336 {
  grid-area: Area-7;
  align-self: start;
}

#w-node-d036d885-0a36-3ce4-a20f-a2cb4ec0f72c-7d115336 {
  grid-area: Area-2;
  align-self: end;
  justify-self: start;
}

#w-node-e7761a06-e3f8-258c-3af2-656b2be7a863-7d115336 {
  grid-area: Area;
  align-self: end;
  justify-self: end;
}

#w-node-_239c4937-2718-5c4d-93f2-6e9e47a0fb0f-7d115336 {
  grid-area: Area-3;
  align-self: start;
  justify-self: center;
}

#w-node-_01b41beb-bd34-5999-d24d-ffe713303506-7d115336 {
  grid-area: Area-4;
  justify-self: auto;
}

#Proyecto.w-node-d58775c3-4301-0ba7-0e6e-e8b50cda6323-7d115336 {
  grid-area: Area-8;
  align-self: start;
}

#w-node-_9178985f-457e-20ed-a9cc-996cfd068c2a-7d115336 {
  grid-area: Area-3;
  align-self: end;
  justify-self: end;
}

#w-node-_22f0a5e0-2ac0-c474-5265-089163d3109d-7d115336 {
  grid-area: Area-5;
  align-self: start;
  justify-self: center;
}

#w-node-eed381fc-6021-a851-ae3f-1ae36a03053a-7d115336 {
  grid-area: Area;
}

#w-node-ca7a5e4f-5519-52ef-4f34-5722099756ae-7d115336 {
  grid-area: Area-2;
  align-self: end;
  justify-self: center;
}

#w-node-cca878a6-01f4-9c77-bf38-f2f4c3a78e0c-7d115336 {
  grid-area: Area-4;
  align-self: end;
  justify-self: start;
}

#w-node-f080e70e-611a-35b3-7def-8f8f16a2d945-7d115336 {
  grid-area: Area-2;
}

#w-node-f080e70e-611a-35b3-7def-8f8f16a2d946-7d115336, #w-node-_59f56c24-f14e-fb8c-36e4-fedcf65851ba-7d115336 {
  grid-area: Area;
}

#w-node-d64020fe-b52e-7dc6-62b0-c69d652bcde9-7d115336 {
  grid-area: Area-3;
}

#w-node-d0ecd007-a021-aa1d-abe5-22dcb0d49853-7d115336 {
  grid-area: Area-2;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa87942e-7d115336 {
  grid-area: Area;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa879433-7d115336 {
  grid-area: Area-2;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa879438-7d115336 {
  grid-area: Area-3;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa87943d-7d115336 {
  grid-area: Area-4;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa879442-7d115336 {
  grid-area: Area-5;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa879447-7d115336 {
  grid-area: Area-6;
}

#w-node-_9a721807-36c8-34cb-0287-8256aa879454-7d115336 {
  grid-area: Area-10;
}

#w-node-_1f60df7f-742e-86df-4142-d6d5d381419e-7d115336 {
  grid-area: Area;
}

#w-node-_0a79fabe-3b29-d92c-4a05-4addbaf1f990-7d115336 {
  grid-area: Area-2;
}

#w-node-e91b2a8d-e3b5-b83a-abf5-dd96db1bf541-7d115336 {
  grid-area: Area-3;
}

#w-node-e31a3eb7-c9c7-eac0-713d-6657e280a3ff-7d115336 {
  grid-area: Area-4;
}

#w-node-da776811-bb0e-a4fb-875a-62a1abde200d-7d115336 {
  grid-area: Area-5;
}

#w-node-_3ce44d8e-0254-20f2-ecde-1008b6443b7f-7d115336 {
  grid-area: Area-4;
  align-self: end;
}

#w-node-_21952f45-ff91-41da-03a7-36f48c487a9e-7d115336 {
  grid-area: Area-3;
}

#w-node-_9561404b-3d0c-c016-95c2-03ce12074940-7d115336 {
  grid-area: Area;
}

#w-node-_6070c375-498a-6a37-bf8e-48343992732e-7d115336 {
  grid-area: Area-4;
}

#w-node-c91f0e03-1449-8e5e-b208-fd65f72b7d2e-7d115336 {
  grid-area: Area-6;
}

#w-node-_3fd96855-29dd-4ba4-c97d-2aba6ee490b6-7d115336 {
  grid-area: Area-5;
}

#w-node-_26e2024c-4742-76c4-0f9c-081e409f9282-7d115336 {
  grid-area: Area-3;
  align-self: auto;
}

#w-node-_8fa67e21-3b6d-3c23-a880-c3a27af4e946-7d115336 {
  grid-area: Area;
}

#w-node-_9ef0a41e-28bc-2dee-e37b-831af8953419-7d115336 {
  grid-area: Area-2;
}

#w-node-d7c14307-9ea1-84d4-a2f4-e80c5f0cdc04-7d115336 {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-_2ca80ca0-da42-cd6c-b81c-fe89b87cb3f4-7d115336 {
  grid-area: Area-2;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_2c546b0d-edc4-acc2-f645-d20df9981872-7d115336 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3b6b585e-ddc3-a81f-5b90-76969d1f5c6d-7d115336 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a721807-36c8-34cb-0287-8256aa87942e-7d115336, #w-node-_9a721807-36c8-34cb-0287-8256aa879433-7d115336 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8fa67e21-3b6d-3c23-a880-c3a27af4e946-7d115336 {
    align-self: auto;
  }
}


