:root {
  --indian-red: #dc545c;
  --dark-slate-blue: #26327d;
  --white: white;
  --yellow-green: #7fbe41;
  --orange-red: #fa6400;
  --dodger-blue: #4f8ecb;
  --dim-grey: #474747;
  --sky-blue: #96e7ff;
}

.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%;
}

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

.navbar-light {
  background-color: #fff;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.container-light-nav {
  max-width: 100%;
  object-fit: cover;
  display: flex;
}

.navbar-light-brand {
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.company-name-block {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: center;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.navbar-light-bold-link {
  color: #747474;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 600;
}

.navbar-light-bold-link:hover {
  color: #000;
}

.navbar-light-navbutton {
  color: #fff;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #000;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  margin-right: 20px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.navbar-light-navbutton:hover {
  background-color: #242424;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inicio {
  height: 100vh;
  background-image: url('../images/Cover-3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nosotros {
  width: 100vw;
  height: 700px;
  justify-content: center;
  align-items: center;
  display: block;
}

.servicios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -93px;
  display: block;
}

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

.influencers {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: block;
}

.blog {
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: none;
}

.contacto {
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  width: 100%;
  height: 320px;
  background-image: linear-gradient(138deg, #182368, #18225f);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar-dark {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dark-brand {
  flex: 1;
  align-self: center;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: lowercase;
  align-self: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link-light {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
}

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

.navbar-dark-nav-button {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.navbar-dark-nav-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.navbar-3 {
  width: 100%;
  height: 90px;
  background-color: var(--dark-slate-blue);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.nav-link-11 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.nav-link-11:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.nav-link-11.w--current {
  color: var(--indian-red);
  font-weight: 700;
  text-decoration: none;
}

.nav-link-12 {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
}

.nav-link-12:hover, .nav-link-12.w--current {
  color: var(--indian-red);
  font-weight: 700;
}

.nav-link-13 {
  color: var(--white);
  font-size: 12px;
  display: none;
}

.nav-link-13:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.nav-link-13.w--current {
  color: var(--white);
  font-weight: 700;
}

.nav-link-14 {
  color: var(--white);
}

.nav-link-15 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.nav-link-15:hover, .nav-link-15.w--current {
  color: var(--indian-red);
  font-weight: 700;
}

.container-2 {
  color: var(--white);
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
}

.brand-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.brand-4.w--current {
  width: 90px;
  margin-top: 10px;
}

.socialmedia {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block-3 {
  float: none;
  clear: none;
  display: inline;
}

.link-block-4 {
  float: none;
  clear: left;
  display: block;
}

.link-block-5 {
  display: block;
}

.link-block-6 {
  float: none;
  clear: left;
}

.image-4 {
  float: none;
  clear: none;
  margin-top: 10px;
}

.div-block-3 {
  clear: left;
  display: block;
}

.div-block-5 {
  float: none;
  clear: both;
}

.callphone {
  z-index: 3;
  margin-top: 150px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.waa {
  width: 60px;
  height: 45px;
  background-color: var(--yellow-green);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: 5px;
}

.call {
  width: 60px;
  height: 45px;
  background-color: var(--orange-red);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-top: 5px;
}

.image-5, .image-6 {
  margin-top: 10px;
  margin-left: 20px;
}

.link-block-7 {
  float: left;
  clear: right;
}

.link-block-8 {
  float: right;
  clear: right;
}

.image-7 {
  margin-top: 35px;
  margin-left: -14px;
}

.heading {
  margin-bottom: 0;
}

.bold-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
}

.paragraph {
  width: 300px;
  color: var(--white);
  margin-top: -21px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.button {
  width: 150px;
  background-color: var(--indian-red);
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
}

.image-8 {
  width: 4%;
  margin-top: 0;
  margin-left: -20px;
  padding-right: 3px;
}

.heading-3 {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
}

.heading-4 {
  margin-top: 10px;
}

.bold-text-2 {
  color: var(--dark-slate-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.heading-5 {
  color: var(--dodger-blue);
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block-8 {
  margin-top: 90px;
}

.paragraph-2 {
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.div-block-9 {
  margin-left: 60px;
}

.paragraph-3 {
  margin-right: 20px;
}

.div-block-10 {
  width: 400px;
  margin-top: 20px;
}

.div-block-11 {
  width: 170px;
  height: 4px;
  background-color: var(--indian-red);
  margin-left: -65px;
}

.div-block-12 {
  width: 400px;
  height: 250px;
  background-color: var(--dodger-blue);
  margin-top: -245px;
  padding-bottom: 0;
  position: relative;
  top: -10px;
  left: -20px;
}

.div-block-13 {
  width: 100%;
  height: 400px;
  margin-top: 300px;
}

.text-block-2 {
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.text-block-2:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.dropdown-list.w--open {
  background-color: var(--dark-slate-blue);
  margin-left: -35px;
}

.dropdown-link-r {
  color: var(--white);
}

.dropdown-link-r:hover {
  color: var(--indian-red);
}

.dropdown-link-r.w--current {
  color: var(--white);
}

.dropdown-link-r.w--current:hover {
  color: var(--indian-red);
  font-weight: 600;
}

.dropdown-link-a {
  color: var(--white);
}

.dropdown-link-a:hover {
  color: var(--indian-red);
}

.dropdown-link-a.w--current, .dropdown-link--m {
  color: var(--white);
}

.dropdown-link--m:hover {
  color: var(--indian-red);
}

.dropdown-link--m.w--current {
  color: var(--white);
}

.icon {
  color: var(--indian-red);
  white-space: normal;
  font-style: normal;
}

.cover-3 {
  width: 100%;
  height: 400px;
  background-image: url('../images/interna.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.heading-6 {
  display: inline-block;
}

.footer-wrapper {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.wrap {
  width: 940px;
  margin: 40px auto;
  display: block;
  position: relative;
}

.footer-2 {
  width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "."
                 / 6fr 3.25fr 3.25fr 4fr;
  align-items: start;
  justify-items: start;
  margin-top: 100px;
  margin-bottom: 80px;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  color: #333;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: rgba(29, 31, 46, .3);
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #747474;
  align-self: end;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-link {
  color: rgba(29, 31, 46, .7);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

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

.footer-email-link {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #242424;
}

.heading-7 {
  color: var(--sky-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.div-block-14 {
  width: 500px;
}

.paragraph-4 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-15 {
  margin-top: 46px;
}

.submit-button {
  width: 150px;
  height: 40px;
  float: right;
  background-color: var(--indian-red);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 65px;
  display: block;
}

.submit-button:hover {
  background-color: var(--dodger-blue);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
}

.div-block-16 {
  margin-left: 60px;
}

.div-block-17 {
  margin-top: 69px;
}

.div-block-19 {
  background-image: url('../images/Group-19.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-8 {
  display: inline-block;
}

.paragraph-5 {
  width: 300px;
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.div-block-21 {
  margin-left: 60px;
}

.div-block-22 {
  display: inline-block;
}

.heading-9 {
  width: 100%;
}

.paragraph-6 {
  width: 400px;
  color: var(--dodger-blue);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-10 {
  color: var(--dim-grey);
  margin-top: -17px;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.heading-10:hover {
  font-weight: 700;
}

.div-block-27 {
  margin-top: 60px;
}

.div-block-28 {
  width: 400px;
  float: left;
  clear: none;
  margin-bottom: 0;
}

.div-block-29 {
  width: 350px;
  float: left;
  clear: left;
}

.div-block-30 {
  width: 350px;
  clear: left;
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-31 {
  width: 350px;
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-32 {
  width: 400px;
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-33 {
  width: 350px;
  display: inline-block;
}

.link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.link-block-12 {
  display: inline-block;
}

.div-block-40 {
  width: 60%;
  height: 800px;
  float: right;
  background-color: var(--dodger-blue);
  flex-direction: row;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -304px;
}

.image-10 {
  width: 50%;
  float: none;
  clear: left;
  display: block;
  position: relative;
}

.image-11 {
  z-index: 1;
  margin-top: -4px;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.div-block-41 {
  width: 400px;
  padding-left: 50px;
}

.paragraph-7 {
  width: 20%;
  height: 40%;
}

.link-block-14 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-block;
}

.div-block-47 {
  clear: left;
  margin-left: 0;
  display: block;
}

.paragraph-11 {
  width: 100px;
  float: left;
  clear: left;
  color: var(--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 18px;
  display: block;
}

.paragraph-12 {
  float: left;
  clear: left;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.image-13 {
  margin-right: 20px;
}

.link-block-15 {
  float: right;
  clear: none;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-50 {
  width: 600px;
  height: 200px;
  clear: left;
  color: var(--white);
  flex-flow: row;
  flex: 1;
  align-content: flex-start;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: static;
  top: 0;
  left: -105px;
}

.conta {
  float: left;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.sol {
  width: 170px;
  float: left;
  color: var(--white);
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.sol:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.paragraph-13 {
  width: 150px;
  float: left;
  clear: left;
  color: var(--white);
  margin-top: 10px;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link-6:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link-7:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.link-8 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link-8:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.link-9 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link-9:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.link-10 {
  color: var(--white);
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.link-10:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.link-11 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link-11:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.text-field-6 {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: black black var(--sky-blue) var(--sky-blue);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
}

.field-label-5 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}

.div-block-56 {
  width: 240px;
  float: none;
  clear: left;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  display: inline-block;
}

.div-block-57 {
  width: 240px;
  float: left;
  margin-right: 15px;
}

.select-field {
  border: 1px solid var(--sky-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.textarea {
  width: 450px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: black black var(--sky-blue) var(--sky-blue);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
}

.field-label-6, .field-label-7 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}

.div-block-58 {
  margin-left: 60px;
}

.image-14 {
  clear: left;
  margin-top: 10px;
}

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

.link-block-16:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  margin-top: 155px;
}

.image-16 {
  float: none;
  clear: none;
}

.image-17 {
  margin-top: 10px;
}

.section-4 {
  background-color: var(--indian-red);
}

.inicioo {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Cover-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-20 {
  width: auto;
  margin-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-61 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/cover-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 55px;
}

.heading-13 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.div-block-62 {
  width: 560px;
  margin-top: 200px;
  margin-left: 60px;
  position: absolute;
}

.bold-text-3 {
  font-size: 25px;
}

.paragraph-14 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-63 {
  width: 400px;
  margin-top: 20px;
}

.button-2 {
  width: 190px;
  height: 45px;
  background-color: var(--indian-red);
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  background-color: var(--dodger-blue);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, .3);
}

.column-3 {
  padding-left: 0;
  padding-right: 10px;
}

.div-block-64 {
  width: 100vw;
  height: 700px;
  background-image: linear-gradient(#182368, #18225f);
  display: block;
}

.bold-text-4 {
  color: var(--dodger-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.div-block-65 {
  padding-top: 110px;
}

.bold-text-5 {
  width: 100%;
  color: var(--dark-slate-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
  display: block;
}

.div-block-66 {
  width: 100%;
  margin-top: 150px;
  margin-left: 60px;
}

.column-4 {
  padding-left: 0;
}

.bold-text-6 {
  width: 450px;
}

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

.div-block-67 {
  z-index: 4;
  width: 300px;
  height: 4px;
  background-color: var(--indian-red);
  position: relative;
  top: 574px;
  right: 239px;
}

.column-5 {
  top: 290px;
}

.div-block-68 {
  float: left;
  clear: none;
  display: inline-block;
}

.div-block-69 {
  width: 100%;
}

.heading-14 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.bold-text-7 {
  line-height: 33px;
}

.paragraph-15 {
  width: 350px;
  color: var(--white);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-70 {
  padding-left: 0;
  display: inline-block;
}

.div-block-71 {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 190px;
  display: flex;
}

.div-block-72 {
  width: 50%;
  height: 600px;
  max-width: 800px;
  clear: left;
  background-color: var(--dodger-blue);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: 502px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-73 {
  z-index: 3;
  width: 50%;
  height: 700px;
  background-color: var(--dodger-blue);
  display: inline-block;
  position: relative;
  top: -664px;
  left: 415px;
}

.div-block-74 {
  width: 55%;
  height: 800px;
  max-width: 900px;
  background-color: var(--dodger-blue);
}

.column-6 {
  padding-left: 0;
}

.div-block-75 {
  background-color: var(--dodger-blue);
  margin-top: -71px;
  margin-left: -51px;
  padding-bottom: 30px;
  overflow: visible;
}

.image-21 {
  z-index: 3;
  position: relative;
}

.div-block-76 {
  width: 400px;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 100px;
  padding-top: 250px;
}

.heading-15 {
  color: var(--dark-slate-blue);
}

.heading-16 {
  color: var(--dark-slate-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 32px;
  display: inline-block;
}

.paragraph-16 {
  width: 400px;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.text-field-7, .text-field-8, .text-field-9, .text-field-10 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
}

.field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.submit-button-3 {
  width: 150px;
  height: 40px;
  float: right;
  background-color: var(--indian-red);
  border-radius: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.submit-button-3:hover {
  float: right;
  background-color: var(--dark-slate-blue);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .1);
}

.column-7, .column-8 {
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-77 {
  clear: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-block;
}

.div-block-78 {
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 126px;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.form-block-2 {
  display: none;
}

.image-22 {
  width: 8%;
  flex: 0 auto;
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  display: block;
}

.form-block-3 {
  margin-top: -30px;
}

.column-10 {
  padding-right: 0;
}

.social {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: auto;
}

.link-block-19 {
  float: left;
  clear: left;
}

.link-block-20 {
  float: left;
  clear: left;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-21, .link-block-22 {
  float: left;
  clear: left;
}

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

.image-24 {
  margin: 0;
}

.image-25 {
  margin-top: 0;
  margin-left: 10px;
}

.div-block-84 {
  z-index: 9;
  width: 5%;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-85 {
  width: 100%;
  background-color: var(--yellow-green);
  cursor: pointer;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 10px;
}

.div-block-85:hover {
  background-color: #68a031;
}

.image-26 {
  margin: 10px 10px 10px 20px;
}

.callme {
  width: 100%;
  background-color: var(--orange-red);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 10px;
}

.callme:hover {
  background-color: #c75204;
}

.image-27 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.div-block-86 {
  display: inline-block;
}

.background-video {
  z-index: 2;
  width: 450px;
  height: 300px;
  top: 75px;
  left: 1px;
}

.div-block-87 {
  margin-right: auto;
}

.div-block-88 {
  position: relative;
  top: -88px;
}

.image-28 {
  position: -webkit-sticky;
  position: sticky;
  top: -118px;
}

.image-29 {
  width: 2%;
  margin-top: 75px;
  margin-left: 35px;
}

.heading-17 {
  color: var(--dark-slate-blue);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  display: block;
}

.paragraph-17 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.div-block-90 {
  float: left;
  display: inline-block;
}

.div-block-91 {
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.div-block-92 {
  margin-left: 20px;
  display: inline-block;
}

.seccion-6 {
  width: 100%;
  height: 600px;
  background-color: rgba(79, 142, 203, .1);
}

.heading-18 {
  width: 450px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.bold-text-9 {
  color: var(--dark-slate-blue);
  margin-left: 0;
  font-size: 25px;
  line-height: 26px;
}

.paragraph-18 {
  width: 400px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.div-block-93 {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.heading-19 {
  color: var(--indian-red);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.heading-19:hover {
  color: var(--dodger-blue);
}

.image-30 {
  margin-top: 0;
  margin-left: 0;
}

.bold-text-10 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.div-block-94 {
  float: left;
  clear: right;
  align-self: flex-start;
  display: inline-block;
}

.div-block-95 {
  float: left;
  clear: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-left: 100px;
  margin-right: 0;
  display: block;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.seccion-2 {
  width: 100%;
  height: 500px;
  background-color: rgba(79, 142, 203, .1);
}

.seccion-3 {
  width: 100%;
  height: 500px;
  margin-bottom: 0;
}

.seccion-5 {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.seccion-4 {
  width: 100%;
  height: 500px;
  background-color: rgba(79, 142, 203, .1);
  margin-top: 0;
  display: block;
}

.seccion-1 {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-97 {
  margin-top: 110px;
  margin-left: 100px;
  display: inline-block;
}

.paragraph-19 {
  width: 520px;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-98 {
  height: 150px;
  float: left;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.image-31 {
  float: none;
  clear: left;
  text-align: left;
  flex: none;
  order: 1;
  align-self: flex-start;
  display: block;
  position: static;
}

.heading-20 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.bold-text-11 {
  color: var(--white);
  text-transform: uppercase;
  order: 0;
  align-self: auto;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.bold-text-11:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.div-block-99 {
  width: 300px;
  clear: none;
  text-decoration: none;
}

.div-block-100 {
  width: 50px;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.serv {
  z-index: 5;
  width: 100vw;
  float: left;
  clear: none;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image-32 {
  float: none;
  clear: right;
  position: relative;
  top: -44px;
  left: 215px;
}

.success-message {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.error-message {
  background-color: var(--indian-red);
  margin-top: 25px;
  margin-bottom: 0;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
}

.correo {
  width: 200px;
  float: none;
  clear: left;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  display: inline-block;
}

.nombre {
  width: 240px;
  float: none;
  clear: left;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  display: inline-block;
}

.telefono {
  width: 200px;
  float: none;
  clear: left;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  display: inline-block;
}

.popup {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: linear-gradient(#182368, #18225f);
  display: none;
  position: fixed;
}

.div-block-medios {
  z-index: 9999;
  width: 800px;
  height: 450px;
  background-color: var(--white);
  border-radius: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, .3);
}

.image-33 {
  margin-top: 10px;
}

.column-11 {
  border-radius: 15px;
  padding-left: 0;
  padding-right: 0;
}

.heading-21 {
  color: var(--dodger-blue);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.div-block-103 {
  width: 400px;
  margin-top: 70px;
  margin-left: 20px;
}

.paragraph-20 {
  color: var(--dark-slate-blue);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

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

.image-35 {
  float: right;
  cursor: pointer;
  border-radius: 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
}

.compliance {
  width: 350px;
  height: 150px;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.influencer {
  width: 300px;
  height: 150px;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.gobierno {
  width: 300px;
  height: 150px;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.propiedad {
  width: 350px;
  height: 150px;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.medios {
  width: 270px;
  height: 150px;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.image-36 {
  position: relative;
  top: -30px;
  left: 120px;
}

.image-37 {
  position: relative;
  top: -27px;
  left: 70px;
}

.columns-mediosdi {
  background-color: var(--white);
  border-radius: 15px;
}

.image-38 {
  display: block;
}

.poppp, .link-block-24 {
  text-decoration: none;
}

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

.image-39 {
  float: left;
  clear: left;
}

.column-12, .column-13 {
  padding-left: 0;
  padding-right: 0;
}

.image-40 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  padding: 0;
}

.div-block-104 {
  width: 40px;
  height: 40px;
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 10px;
  display: flex;
}

.div-block-104:hover {
  background-color: var(--dodger-blue);
}

.div-block-105 {
  width: 40px;
  height: 40px;
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.div-block-105:hover {
  background-color: var(--dodger-blue);
}

.div-block-106 {
  width: 40px;
  height: 40px;
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-106:hover {
  background-color: var(--dodger-blue);
}

.div-block-107 {
  width: 37px;
  height: 37px;
  background-color: var(--dark-slate-blue);
  background-image: url('../images/facebook-f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 10px;
  display: flex;
}

.div-block-107:hover {
  background-color: var(--dodger-blue);
}

.button-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block-25, .link-block-26 {
  width: 100%;
}

.column-14, .column-15 {
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.column-17 {
  padding-left: 0;
  padding-right: 0;
}

.linea-2 {
  width: 1px;
  height: 300px;
  background-color: var(--white);
  margin-top: -265px;
  margin-left: 953px;
}

.linea-1 {
  width: 300px;
  height: 1px;
  background-color: var(--white);
  margin-top: -51px;
  margin-left: 689px;
}

.image-43 {
  width: 100px;
  display: block;
  position: relative;
  top: -100px;
  left: 59px;
}

.paragraph-21 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: static;
  left: -18px;
}

.image-44 {
  margin-top: 223px;
  margin-right: 0;
}

.div-block-108 {
  width: 300px;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 94px;
  left: -760px;
}

.link-block-28 {
  flex: 0 auto;
  margin-right: 33px;
}

.conta-1 {
  float: left;
  margin-top: 0;
  margin-right: 0;
  padding-right: 40px;
  display: inline-block;
}

.div-block-109 {
  z-index: 2;
  width: 470px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.div-block-110 {
  width: 320px;
  height: 120px;
  background-color: var(--dodger-blue);
  position: static;
  top: 0;
  left: 225px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
}

.div-block-110:hover {
  background-color: var(--dark-slate-blue);
}

.heading-22 {
  width: 220px;
  color: var(--white);
  margin: 40px 40px 40px 55px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 20px;
  display: inline-block;
}

.image-45 {
  margin-left: -30px;
  display: inline-block;
}

.image-46 {
  position: relative;
  top: -41px;
  left: 280px;
}

.link-block-29 {
  position: relative;
  top: 200px;
  left: -277px;
}

.grid-4 {
  grid-template: "Area"
                 "." minmax(auto, 1fr)
                 / 1fr 1fr 1fr;
}

.div-block-111 {
  width: 480px;
  height: 761px;
  opacity: .1;
  background-color: #04a9da;
  display: block;
  position: relative;
  top: -553px;
}

.text-block-5 {
  color: #b86277;
  font-size: 16px;
  display: inline-block;
}

.text-block-5:hover {
  color: #b86277;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.image-47 {
  margin-left: 10px;
}

.div-block-112 {
  display: inline-block;
}

.popup-copy, .popup-copy-copy {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: linear-gradient(#182368, #18225f);
  display: none;
  position: fixed;
}

.compliance-digital {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: linear-gradient(#182368, #18225f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.influencers-pop, .gobierno-pop, .intelectual-pop, .mediosalter-pop {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: linear-gradient(#182368, #18225f);
  display: none;
  position: fixed;
}

.button-4 {
  color: var(--indian-red);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.button-4:hover {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
}

.button-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-5:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.button-6 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-6:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.button-7 {
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.button-7:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.text-span {
  font-size: 17px;
}

.button-8 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-8:hover {
  color: var(--indian-red);
  font-weight: 700;
}

.dropdown-toggle-3 {
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 22px;
  padding-right: 20px;
}

.image-48 {
  opacity: .04;
  margin-left: 453px;
  position: -webkit-sticky;
  position: sticky;
  top: -24px;
  left: 0;
}

.div-block-114 {
  width: 400px;
  height: 200px;
  background-color: var(--dodger-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: -110px;
  left: -15px;
}

.image-49 {
  width: 400px;
}

.div-block-115 {
  width: 300px;
  height: 100px;
  background-color: var(--dodger-blue);
}

.heading-23 {
  width: 250px;
  height: 50px;
  color: var(--white);
  margin: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.link-block-30 {
  text-decoration: none;
  position: relative;
  top: 193px;
  left: -246px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, .3);
}

.section-5 {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 20px;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.div-block-116 {
  width: 334px;
  height: 500px;
}

.blog-1 {
  width: 280px;
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-50 {
  width: 300px;
  height: 200px;
  background-color: var(--dark-slate-blue);
  display: inline-block;
}

.heading-24 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-22 {
  color: var(--dim-grey);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-117 {
  width: 100px;
  height: 3px;
  background-color: var(--indian-red);
}

.link-12 {
  color: var(--indian-red);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.blog-2, .blog-3 {
  width: 280px;
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-51 {
  width: 300px;
  height: 350px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.div-block-118 {
  width: 300px;
  height: 100px;
  background-color: var(--dodger-blue);
}

.link-block-31 {
  text-decoration: none;
  position: relative;
  top: -125px;
  left: 168px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
}

.heading-25 {
  color: var(--white);
  margin: -6px 30px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.image-52 {
  margin-left: 0;
  display: block;
  position: relative;
  top: 58px;
  left: 257px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  max-width: 1200px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
}

.cards-image-mask {
  width: auto;
  border-radius: 0%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 288px;
  height: 150px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-26 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
}

.bold-text-12 {
  font-size: 17px;
}

.paragraph-23 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.div-block-119 {
  margin-top: -354px;
  display: flex;
}

.div-block-120 {
  max-width: 1000px;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -55%;
  margin-left: 50%;
  display: flex;
  position: absolute;
}

.blogse1 {
  width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-27 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.paragraph-24 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.collection-list-wrapper {
  width: 100%;
  display: block;
}

.collection-list {
  align-items: center;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  height: 100%;
  background-image: url('../images/2blog.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.splide__track {
  width: 100%;
}

.splide__list {
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100px;
  display: flex;
}

.div-block-121 {
  overflow: hidden;
}

.collection-list-wrapper-3 {
  background-image: url('../images/2blog.png');
  background-position: 0 0;
  background-size: auto;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 100%;
  background-image: url('../images/2blog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  display: flex;
}

.text-block-6 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.collection-item-2 {
  width: 100%;
  display: flex;
}

.collection-list-wrapper-5 {
  background-color: var(--dark-slate-blue);
}

.collection-list-wrapper-6, .collection-list-2 {
  width: 100%;
}

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

.div-block-122 {
  width: 50vw;
  height: 400px;
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -581px;
  display: flex;
  position: static;
  overflow: visible;
}

.collection-list-wrapper-7 {
  width: 100%;
}

.collection-list-wrapper-8 {
  z-index: 1;
  width: 100vw;
  object-fit: contain;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 548px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.collection-item-3 {
  flex-direction: column;
  display: flex;
}

.collection-list-3 {
  object-fit: fill;
  flex: 1;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.image-53 {
  margin-right: 20px;
}

.link-13 {
  width: 400px;
  color: var(--indian-red);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-32 {
  width: 200px;
  color: var(--indian-red);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  text-decoration: none;
  display: inline-block;
}

.image-54 {
  margin-left: 15px;
}

.heading-28 {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.conte-2 {
  color: var(--dark-slate-blue);
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.bold-text-13 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.conte-1 {
  color: var(--dark-slate-blue);
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-123 {
  width: 450px;
  height: 720px;
  background-color: var(--sky-blue);
  opacity: .1;
  margin-top: -398px;
  display: inline-block;
  position: relative;
}

.heading-29 {
  margin-top: 23px;
}

.paragraph-25 {
  width: 290px;
  font-family: Open Sans, sans-serif;
}

.collection-item-4 {
  margin-right: 20px;
}

.div-block-124 {
  width: 350px;
  height: 1px;
  background-color: var(--indian-red);
  position: relative;
  top: 20px;
  left: 548px;
}

.div-block-125 {
  width: 250px;
  height: 3px;
  background-color: var(--indian-red);
  position: relative;
  top: 18px;
  left: 547px;
}

.div-block-126 {
  z-index: 2;
  width: 200px;
  height: 50px;
  margin-top: 5px;
  margin-left: 951px;
  display: block;
  position: relative;
}

.image-55 {
  margin-left: 10px;
}

.image-56 {
  width: 90%;
  border: 5px none var(--white);
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, .3);
}

.collection-item-5 {
  width: 290px;
  object-fit: fill;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.heading-30 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.image-57 {
  position: relative;
  top: -83px;
  left: -15px;
}

.link-block-33 {
  clear: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: static;
  top: 123px;
  left: 568px;
  right: auto;
}

.image-58 {
  position: relative;
  top: -440px;
  left: 43px;
}

.div-block-127 {
  z-index: 4;
  position: relative;
}

.column-19, .column-20, .column-21, .column-22, .column-23, .column-24 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-62 {
  width: 60px;
  display: block;
  position: static;
}

.bold-text-14 {
  color: var(--indian-red);
  font-size: 15px;
}

.bold-text-14:hover {
  color: var(--dodger-blue);
}

.link-14 {
  color: var(--indian-red);
  text-decoration: none;
}

.link-14:hover {
  color: var(--dodger-blue);
}

.link-15 {
  color: var(--indian-red);
  text-decoration: none;
}

.link-15:hover {
  color: var(--dodger-blue);
}

.link-16 {
  color: var(--indian-red);
  text-decoration: none;
  display: block;
}

.link-16:hover {
  color: var(--dodger-blue);
}

.link-17 {
  color: var(--indian-red);
  font-size: 15px;
  text-decoration: none;
}

.link-17:hover {
  color: var(--dodger-blue);
}

.link-18 {
  color: var(--dodger-blue);
  text-decoration: none;
}

.link-18:hover {
  color: var(--indian-red);
}

.image-63 {
  padding-left: 10px;
}

.section-6 {
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contenido {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.heading-31 {
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  display: flex;
}

.paragraph-26 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 70px;
  font-family: Open Sans, sans-serif;
}

.section-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Open Sans, sans-serif;
}

.button-9 {
  z-index: 5;
  color: #b86277;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Path-Copy-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 31px;
  margin-left: 45px;
  font-family: Open Sans, sans-serif;
  position: relative;
  top: -55px;
  left: -524px;
}

.button-9:hover {
  font-weight: 700;
}

.section-8 {
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-64 {
  width: 100%;
  text-align: center;
  display: block;
}

.body {
  font-family: Open Sans, sans-serif;
}

.heading-32 {
  color: var(--dark-slate-blue);
  display: block;
}

.paragraph-27 {
  display: inline-block;
}

.div-block-129 {
  margin-left: 60px;
  margin-right: 60px;
}

.section-9 {
  height: 450px;
  background-image: url('../images/Interna-Blog.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-66 {
  position: relative;
  top: -275px;
  left: 44px;
}

.div-block-130 {
  display: none;
  overflow: visible;
}

.paragraph-28 {
  width: 700px;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  left: -732px;
}

.paragraph-29 {
  clear: left;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: static;
  top: 100px;
  left: -38px;
}

.icon-5 {
  color: var(--indian-red);
}

.dropdown-toggle-4 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-132 {
  width: 500px;
  clear: both;
}

.footer-3 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  background-image: linear-gradient(132deg, #18225f, #182368);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-flex-container {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  width: 150px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-heading:hover {
  color: var(--indian-red);
  font-weight: 600;
}

.footer-link-2 {
  width: 150px;
  color: var(--white);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: var(--indian-red);
  font-weight: 600;
  text-decoration: none;
}

.text-block-9 {
  color: var(--white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
}

.link-19, .link-20 {
  color: var(--white);
  text-decoration: none;
}

.link-21, .link-22, .link-23 {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.div-block-133 {
  width: 100px;
}

.container-4 {
  align-self: flex-start;
  margin-top: -30px;
  padding-left: 0;
  display: flex;
}

.div-block-134 {
  width: 250px;
  margin-left: 60px;
}

.link-24 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.div-block-135, .div-block-136, .div-block-137 {
  width: 100px;
}

.image-68 {
  width: 100px;
  align-self: flex-start;
  margin-top: -30px;
  margin-left: 60px;
  display: block;
}

.success-message-2 {
  background-color: var(--dark-slate-blue);
  opacity: .8;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
}

.text-block-10 {
  color: var(--white);
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-11 {
  color: var(--indian-red);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.error-message-2 {
  background-color: var(--dark-slate-blue);
  opacity: 1;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
}

.link-block-35 {
  margin-top: -25px;
  margin-left: 924px;
  display: block;
}

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

.div-block-139 {
  background-color: var(--white);
  margin-top: -100px;
}

.div-block-140 {
  width: 400px;
  height: 200px;
  background-color: var(--yellow-green);
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -377px;
}

.footer-4 {
  text-align: center;
  background-image: linear-gradient(#18225f, #182368);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-2 {
  width: 70%;
  text-align: left;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 40px;
  margin-left: 200px;
  display: flex;
}

.footer-image-2 {
  width: 50%;
  height: 100%;
  object-fit: fill;
  object-position: 0% 50%;
}

.footer-heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-heading-2:hover {
  color: var(--indian-red);
  font-weight: 600;
}

.footer-link-3 {
  width: 200px;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  color: var(--indian-red);
  font-weight: 600;
  text-decoration: none;
}

.list-item, .list-2 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.text-block-12 {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.image-70 {
  width: 100px;
  display: block;
}

.div-block-141 {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 30px;
  display: flex;
}

.div-block-142 {
  width: 300px;
  margin-top: -65px;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.link-25 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.link-26 {
  color: var(--white);
  text-decoration: none;
}

.link-26:hover {
  color: var(--indian-red);
}

.link-27 {
  color: var(--white);
  text-decoration: none;
}

.link-27:hover {
  color: var(--indian-red);
}

.link-27.w--current {
  font-size: 12px;
}

.link-28 {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}

.link-28:hover {
  color: var(--indian-red);
}

.link-29 {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}

.link-29:hover {
  color: var(--indian-red);
}

.link-30 {
  color: var(--white);
  text-decoration: none;
}

.link-30:hover {
  color: var(--indian-red);
}

.link-30.w--current {
  font-size: 12px;
}

.div-block-143 {
  float: right;
  margin-top: -20px;
  display: inline-block;
  position: relative;
  left: 0;
}

.button-10 {
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 700;
}

.button-10:hover {
  color: var(--indian-red);
}

.div-block-149, .div-block-150 {
  display: inline-block;
}

.div-block-151 {
  display: block;
}

.div-block-152, .div-block-153, .div-block-154 {
  display: inline-block;
}

.columns-7 {
  flex: none;
}

.columns-9 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  overflow: visible;
}

.button-11 {
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.button-11:hover {
  color: var(--indian-red);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.image-71, .image-72, .image-73, .image-74, .image-75 {
  display: none;
}

.image-76 {
  opacity: .04;
  position: -webkit-sticky;
  position: sticky;
  top: -77px;
  left: 290px;
}

.image-77 {
  margin-top: 0;
  margin-left: 45px;
  position: relative;
  top: auto;
  left: auto;
}

.link-block-38 {
  margin-top: 10px;
  margin-left: 20px;
}

.link-block-38.w--current {
  margin-left: 0;
}

.image-78 {
  margin-left: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.column-25 {
  padding-left: 0;
  padding-right: 0;
}

.columns-12 {
  margin-left: 60px;
}

.div-block-156 {
  width: 100vw;
  height: 350px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.column-26 {
  margin-top: 75px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.collection-list-wrapper-9 {
  display: flex;
}

.collection-item-6 {
  width: 290px;
  margin-bottom: 60px;
  margin-right: 15px;
  display: inline-block;
}

.button-12 {
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-30 {
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.link-block-39 {
  z-index: 1;
  width: 300px;
  height: 100px;
  background-color: var(--dodger-blue);
  color: var(--white);
  margin-top: 0;
  margin-right: 26px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  top: -150px;
  left: 208px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, .3);
}

.link-block-39:hover {
  background-color: var(--dark-slate-blue);
}

.heading-34 {
  width: 200px;
  margin: 27px 0 27px 50px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.image-79 {
  position: relative;
  top: -40px;
  left: 255px;
}

.link-31 {
  color: var(--indian-red);
  text-decoration: none;
}

.link-31:hover {
  color: var(--dodger-blue);
}

.background-video-2 {
  width: 3px;
}

.image-81 {
  margin-top: -105px;
  margin-left: -540px;
}

.image-82 {
  margin-top: -515px;
  margin-left: 40px;
}

.image-83 {
  margin-top: -520px;
  margin-left: 45px;
  display: inline;
}

.image-84 {
  margin-top: -550px;
  margin-left: 40px;
}

.image-85 {
  margin-top: -515px;
  margin-left: 45px;
}

.div-block-157 {
  display: inline-block;
  position: relative;
  top: -275px;
  left: 40px;
}

.image-86 {
  margin-top: -517px;
  margin-left: 42px;
}

.div-block-158 {
  background-size: auto;
}

.image-87 {
  margin-top: -205px;
  margin-left: -208px;
}

.div-block-159 {
  margin-right: 0;
}

.image-88 {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-160 {
  width: 300px;
  height: 2px;
  float: left;
  background-color: var(--indian-red);
  position: relative;
  top: 10px;
}

.div-block-161 {
  margin-left: 100px;
  display: inline-block;
}

.div-block-162 {
  width: 200px;
  height: 4px;
  background-color: var(--indian-red);
  position: relative;
  top: -1px;
}

.image-89 {
  cursor: pointer;
}

.heading-35 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-left: 60px;
  padding-top: 200px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.div-block-163 {
  text-align: center;
  margin-top: 0;
  margin-left: 60px;
  padding-top: 200px;
  display: block;
}

.image-90 {
  width: 150px;
}

.div-block-170 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cover-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-172 {
  height: 100vh;
  background-image: url('../images/Cover-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-94 {
  opacity: .03;
}

.div-block-176 {
  width: 100%;
  position: relative;
  top: -50px;
  overflow: hidden;
}

.heading-40 {
  color: var(--dark-slate-blue);
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.text-block-13 {
  color: #b86277;
  margin-left: 35px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.text-block-13:hover {
  font-weight: 700;
}

.div-block-181 {
  margin-top: -95px;
}

.image-99 {
  margin-left: 10px;
}

.div-block-182 {
  width: 400px;
  height: 650px;
  opacity: .1;
  background-color: #04a9da;
  position: relative;
  top: -564px;
  left: -61px;
}

.div-block-183 {
  z-index: 4;
  position: relative;
}

.link-block-40 {
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: block;
}

.image-100 {
  margin-top: -61px;
  margin-left: 44px;
}

.heading-41 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-17 {
  color: var(--dark-slate-blue);
  font-size: 30px;
}

.paragraph-31 {
  color: var(--dark-slate-blue);
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Open Sans, sans-serif;
  line-height: 21px;
  text-decoration: none;
}

.div-block-185 {
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  color: var(--dark-slate-blue);
}

.image-101, .image-102, .image-103, .image-104, .image-105 {
  display: none;
}

.heading-42 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.bold-text-28 {
  font-size: 29px;
  line-height: 30px;
}

.heading-43 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.nombretext {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: black black var(--sky-blue) var(--sky-blue);
  background-color: rgba(0, 0, 0, 0);
}

.medios-block {
  width: 800px;
  height: 450px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.youtube-2 {
  margin-top: 0;
  top: 0;
}

.div-block-186 {
  width: 400px;
  height: 200px;
  background-color: var(--dodger-blue);
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 285px;
  left: -16px;
}

.link-block-42 {
  width: 100%;
  height: 120px;
}

.brand-5 {
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.navbar-4 {
  width: 100%;
  height: 90px;
  background-color: var(--dark-slate-blue);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-4 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.nav-link-16, .nav-link-17 {
  color: var(--white);
}

.nav-link-18 {
  color: var(--white);
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link-19 {
  color: var(--white);
  display: none;
}

.nav-link-19.w--current {
  color: var(--white);
  font-weight: 600;
}

.nav-link-20, .dropdown-3 {
  color: var(--white);
}

.dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15 {
  color: var(--white);
  text-transform: none;
}

.dropdown-list-3 {
  background-color: var(--dark-slate-blue);
}

.dropdown-list-3.w--open {
  margin-left: -35px;
  padding-top: 5px;
}

.text-block-14 {
  color: var(--white);
}

.dropdown-toggle-5 {
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
}

.container-5 {
  margin-top: 30px;
}

.image-110 {
  width: 150px;
}

.text-block-15 {
  color: var(--white);
}

.dropdown-toggle-6.w--open {
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
}

.dropdown-link-16, .dropdown-link-17, .dropdown-link-18, .dropdown-link-19, .dropdown-link-20, .dropdown-link-21 {
  color: var(--white);
}

.dropdown-list-4.w--open {
  background-color: var(--dark-slate-blue);
  margin-left: -35px;
}

.dropdown-toggle-7 {
  background-image: url('../images/cruz-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
}

.text-block-16 {
  color: var(--white);
}

.dropdown-link-22 {
  color: var(--white);
  text-transform: none;
  font-size: 12px;
}

.dropdown-link-22.w--current {
  color: var(--white);
}

.dropdown-link-23 {
  color: var(--white);
  text-transform: none;
  font-size: 13px;
}

.dropdown-link-23.w--current {
  color: var(--white);
}

.dropdown-link-24 {
  color: var(--white);
  text-transform: none;
}

.dropdown-link-24.w--current {
  color: var(--white);
}

.dropdown-link-25 {
  color: var(--white);
  text-transform: none;
}

.dropdown-link-25.w--current {
  color: var(--white);
}

.dropdown-link-26 {
  color: var(--white);
  text-transform: none;
}

.dropdown-link-26.w--current {
  color: var(--white);
}

.dropdown-link-27 {
  color: var(--white);
  text-transform: none;
}

.dropdown-link-27.w--current {
  color: var(--white);
}

.dropdown-list-5 {
  background-color: var(--dark-slate-blue);
}

.dropdown-list-5.w--open {
  margin-left: 0;
}

.link-32, .link-33 {
  color: var(--dark-slate-blue);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-30 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-block-17 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-18 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.div-block-189 {
  max-width: 1440px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .nosotros {
    height: 800px;
  }

  .servicios {
    justify-content: center;
    align-items: center;
    margin-top: -300px;
    display: flex;
  }

  .soluciones {
    background-image: linear-gradient(#e3e3e3, #fff);
  }

  .blog {
    height: 750px;
  }

  .contacto {
    width: 100%;
    align-items: center;
    display: block;
  }

  .navbar-3 {
    width: 100%;
    height: 100px;
  }

  .nav-link-11, .nav-link-12, .nav-link-13, .nav-link-15 {
    font-size: 12px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .container-2 {
    margin-top: 30px;
  }

  .nav-menu-3 {
    font-size: 14px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .paragraph {
    width: 330px;
    margin-top: 35px;
    font-size: 19px;
  }

  .button {
    width: 190px;
    height: 45px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .image-8 {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: -190px;
    margin-left: -25px;
  }

  .div-block-7 {
    width: 1000px;
    height: auto;
    background-image: url('../images/Cover-1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .paragraph-3 {
    font-family: Open Sans, sans-serif;
  }

  .div-block-10 {
    width: 450px;
  }

  .div-block-12 {
    height: 300px;
    margin-top: 0;
    top: -200px;
    left: -25px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .icon {
    color: var(--indian-red);
  }

  .submit-button {
    margin-right: 70px;
    display: inline-block;
  }

  .div-block-19 {
    width: 100%;
  }

  .heading-8 {
    margin-top: 0;
  }

  .div-block-21 {
    margin-top: 200px;
    display: inline-block;
  }

  .heading-10 {
    font-weight: 400;
  }

  .div-block-29, .div-block-30 {
    width: 400px;
  }

  .image-11 {
    margin-right: 0;
  }

  .div-block-50 {
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
    top: 0;
    left: 0;
  }

  .div-block-57 {
    width: 300px;
  }

  .textarea {
    width: 560px;
  }

  .image-15 {
    margin-top: 0;
    display: inline;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-18 {
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "Area Area-2"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: space-around;
    justify-content: end;
    align-items: start;
    justify-items: baseline;
    margin-top: 246px;
    display: grid;
  }

  .image-19 {
    width: 80%;
    max-width: 100%;
    display: block;
    position: static;
    top: 11%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-59 {
    flex-flow: column wrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .section-4 {
    width: 100%;
    height: 100px;
    background-image: url('../images/Cover-3.png');
    background-position: 50%;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inicioo {
    background-image: url('../images/Cover-3.png');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .image-20 {
    margin-left: 0;
  }

  .div-block-61 {
    width: 100%;
    height: 100vh;
    background-image: url('../images/cover-2.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .heading-12 {
    font-size: 70px;
  }

  .heading-13 {
    margin-bottom: 10px;
  }

  .div-block-62 {
    margin-left: 60px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .paragraph-14 {
    font-size: 23px;
  }

  .div-block-63 {
    margin-top: 30px;
  }

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

  .div-block-64 {
    height: 750px;
  }

  .div-block-65 {
    padding-top: 0;
    display: block;
  }

  .bold-text-5 {
    font-family: Poppins, sans-serif;
  }

  .column-5 {
    display: inline-block;
    top: 0;
  }

  .div-block-75 {
    width: 690px;
    height: 930px;
  }

  .div-block-76 {
    margin-left: 100px;
  }

  .paragraph-16 {
    width: 350px;
    font-size: 16px;
    line-height: 24px;
  }

  .column-8 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-78 {
    flex-direction: column;
    display: block;
    position: relative;
    left: 241px;
  }

  .div-block-84 {
    width: 5%;
  }

  .background-video {
    width: 600px;
    height: 380px;
  }

  .div-block-88 {
    width: 100%;
    display: inline-block;
    top: 150px;
    left: 150px;
  }

  .div-block-89 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
    display: flex;
  }

  .div-block-91 {
    position: relative;
    top: -70px;
  }

  .seccion-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-93 {
    flex: 1;
    align-self: center;
    padding-top: 99px;
  }

  .div-block-95 {
    margin-left: -100px;
  }

  .seccion-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seccion-3 {
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seccion-5, .seccion-4, .seccion-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-97 {
    margin-top: 110px;
    margin-left: 140px;
    display: inline-block;
  }

  .serv {
    width: 1000px;
    flex-direction: row-reverse;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
    display: flex;
  }

  .nombre {
    width: 300px;
  }

  .compliance {
    width: 300px;
    flex: none;
    order: 1;
  }

  .influencer, .gobierno {
    width: 300px;
    flex: none;
  }

  .propiedad {
    width: 300px;
    flex: none;
    order: 4;
  }

  .medios {
    order: 1;
    align-self: baseline;
  }

  .image-38 {
    margin-top: 10px;
  }

  .column-12 {
    padding-right: 0;
  }

  .column-13, .column-14, .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    padding-left: 0;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .linea-2 {
    margin-left: 1236px;
  }

  .linea-1 {
    margin-left: 965px;
  }

  .image-43 {
    top: -82px;
    left: 33px;
  }

  .paragraph-21 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    position: static;
    left: 0;
  }

  .div-block-108 {
    align-self: flex-end;
    position: relative;
    top: -11px;
    left: -750px;
  }

  .div-block-109 {
    z-index: 3;
  }

  .compliance-digital {
    display: none;
  }

  .div-block-123 {
    margin-top: -302px;
  }

  .link-block-33 {
    position: relative;
    top: 138px;
    left: 0;
  }

  .image-58 {
    top: -425px;
    left: 25px;
  }

  .div-block-127 {
    z-index: 4;
    position: relative;
  }

  .image-62 {
    width: 70px;
  }

  .section-7 {
    height: 90vh;
  }

  .section-8 {
    height: 100%;
    margin-top: 100px;
  }

  .image-64 {
    width: 100%;
  }

  .image-66 {
    position: relative;
    top: -424px;
    left: 23px;
  }

  .footer-3 {
    background-image: linear-gradient(140deg, #18225f, #182368);
  }

  .footer-flex-container {
    color: var(--white);
    font-family: Open Sans, sans-serif;
  }

  .footer-heading {
    font-weight: 400;
  }

  .footer-link-2 {
    color: var(--white);
  }

  .text-block-9 {
    color: var(--white);
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .list {
    color: var(--white);
  }

  .footer-link-3 {
    font-size: 8px;
    line-height: 15px;
  }

  .text-block-12 {
    margin-left: 0;
  }

  .div-block-141, .div-block-142 {
    margin-left: -100px;
  }

  .link-25 {
    margin-left: 0;
  }

  .link-block-37 {
    position: relative;
    left: 127px;
  }

  .columns-7 {
    margin-left: 0;
    display: inline-block;
  }

  .columns-8 {
    padding-left: 0;
  }

  .columns-9 {
    margin-left: 0;
  }

  .image-77 {
    margin-top: -849px;
    margin-left: 84px;
    position: -webkit-sticky;
    position: sticky;
    top: -425px;
    left: 83px;
  }

  .link-block-38 {
    margin-top: 10px;
    margin-left: -102px;
  }

  .div-block-156 {
    margin-top: 40px;
  }

  .image-82 {
    margin-top: -824px;
    margin-left: 80px;
  }

  .heading-35 {
    text-align: left;
  }

  .image-90 {
    width: 180px;
    margin-top: 0;
  }

  .div-block-170 {
    background-size: contain;
  }

  .div-block-176 {
    top: -131px;
  }

  .heading-40 {
    margin-bottom: 40px;
  }

  .text-block-13 {
    margin-left: 0;
  }

  .div-block-181 {
    margin-top: -91px;
  }

  .div-block-183 {
    display: inline-block;
  }

  .paragraph-31 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .youtube-2 {
    width: 500px;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
    top: 0;
  }

  .div-block-186 {
    margin-top: 0;
    margin-left: 0;
    top: 317px;
    left: -15px;
  }

  .link-block-43 {
    height: 20vh;
  }
}

@media screen and (min-width: 1440px) {
  .brand {
    background-image: url('../images/Logo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 180%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .inicio {
    width: 100vh;
    height: 100vh;
    max-width: 100px;
    background-color: var(--indian-red);
    background-image: url('../images/Group-19.png');
    background-position: 50%;
    background-size: auto;
    background-attachment: scroll;
    display: block;
  }

  .nosotros {
    width: 100vw;
    height: 680px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .servicios {
    height: 750px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    margin-top: 0;
    position: relative;
  }

  .soluciones {
    height: auto;
    background-image: linear-gradient(#e3e3e3, #fff);
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    display: flex;
  }

  .influencers {
    max-width: 1440px;
    display: flex;
  }

  .blog {
    height: auto;
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .contacto {
    z-index: 2;
    width: auto;
    max-width: none;
    background-image: url('../images/Group-19.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .footer {
    background-image: linear-gradient(120deg, #18225f, #182368);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .navbar {
    background-color: var(--dark-slate-blue);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand-2 {
    width: 186px;
    background-image: url('../images/Logo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 10px;
  }

  .nav-menu-2 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: 283px;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .nav-link {
    color: var(--white);
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
    color: #fff;
  }

  .image {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: 0;
  }

  .link-block {
    margin-top: 10px;
    margin-right: 200px;
  }

  .container {
    margin-left: 68px;
    margin-right: 69px;
    display: flex;
  }

  .link-block-2 {
    margin-top: 25px;
    margin-left: 0;
  }

  .brand-3 {
    width: 189px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Logo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .navbar-2 {
    background-color: var(--dark-slate-blue);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link-6, .nav-link-7 {
    color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .nav-link-8 {
    color: #fff;
    text-align: center;
  }

  .nav-link-9 {
    color: #fff;
  }

  .nav-link-10 {
    color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .navbar-dark {
    height: 115px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-3 {
    height: 100px;
    max-width: none;
    background-color: var(--dark-slate-blue);
    color: #fff;
    align-items: flex-end;
    font-family: Open Sans, sans-serif;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .nav-link-11 {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .nav-link-11.w--current {
    color: var(--indian-red);
    font-weight: 700;
  }

  .nav-link-12 {
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .nav-link-12.w--current {
    color: var(--indian-red);
    font-weight: 700;
  }

  .nav-link-13 {
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    display: none;
    overflow: visible;
  }

  .nav-link-14 {
    color: var(--white);
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-15 {
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .nav-link-15.w--current {
    color: var(--indian-red);
    font-weight: 700;
  }

  .image-3 {
    margin-top: 10px;
  }

  .container-2 {
    flex: 1;
    margin-top: 25px;
    margin-left: 489px;
    margin-right: 80px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-menu-3 {
    text-align: right;
    flex-flow: wrap;
    align-content: space-around;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 140px;
    padding-left: 0;
    display: flex;
  }

  .brand-4 {
    margin-left: -390px;
  }

  .socialmedia {
    z-index: 3;
    height: 200px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .link-block-3 {
    float: left;
  }

  .link-block-4, .link-block-5, .link-block-6 {
    float: left;
    clear: left;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-4 {
    padding-top: 0;
  }

  .div-block-3, .div-block-4, .div-block-5 {
    padding-top: 15px;
  }

  .callphone {
    z-index: 1;
    margin-top: 190px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .waa {
    width: 60px;
    height: 45px;
    background-color: var(--yellow-green);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .call {
    width: 60px;
    height: 45px;
    background-color: var(--orange-red);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-5, .image-6 {
    margin-top: 10px;
    margin-left: 20px;
  }

  .link-block-7 {
    float: left;
    clear: right;
  }

  .link-block-8 {
    float: right;
    clear: right;
  }

  .image-7 {
    margin-top: 0;
    margin-left: -20px;
  }

  .column {
    height: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .heading {
    color: var(--white);
    margin-top: 0;
    font-family: Open Sans, sans-serif;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: 90px;
    display: flex;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .heading-2 {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 75px;
  }

  .paragraph {
    width: 416px;
    color: var(--white);
    margin-top: -30px;
    margin-bottom: 20px;
    margin-left: 0;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    line-height: 26px;
  }

  .button {
    width: 190px;
    height: 45px;
    background-color: var(--indian-red);
    text-align: center;
    border-radius: 20px;
    margin-top: 0;
    padding: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .image-8 {
    width: 4%;
    margin-top: 0;
    margin-left: -30px;
    padding-top: 108px;
    display: block;
  }

  .column-2 {
    margin-top: 0;
  }

  .heading-3 {
    color: var(--dark-slate-blue);
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 85px;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
  }

  .bold-text-2 {
    color: var(--dark-slate-blue);
    font-size: 55px;
  }

  .div-block-7 {
    width: 100%;
    height: 100%;
    margin-top: auto;
  }

  .heading-5 {
    color: var(--dodger-blue);
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

  .div-block-8 {
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-2 {
    width: 511px;
    color: var(--dim-grey);
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 33px;
  }

  .div-block-9 {
    flex: none;
    margin-top: -20px;
    margin-bottom: 0;
    margin-left: -50px;
  }

  .paragraph-3 {
    width: 481px;
    color: var(--dim-grey);
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 27px;
  }

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

  .div-block-11 {
    width: 290px;
    height: 4px;
    background-color: var(--indian-red);
    margin-top: 32px;
    margin-left: -169px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-12 {
    width: 463px;
    height: 390px;
    background-color: var(--dodger-blue);
    margin-top: -386px;
    padding-bottom: 0;
    padding-right: 0;
    top: 110px;
    left: -26px;
  }

  .video {
    margin-top: -417px;
    margin-left: 22px;
  }

  .div-block-13 {
    margin-top: 306px;
  }

  .image-9 {
    margin-top: 41px;
  }

  .text-block-2 {
    color: var(--white);
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-2:hover {
    font-weight: 700;
  }

  .dropdown-list {
    background-color: var(--dark-slate-blue);
  }

  .dropdown-list.w--open {
    width: 300px;
    height: 350px;
    margin-top: -6px;
    margin-left: -30px;
  }

  .dropdown-link-r {
    width: 250px;
    color: var(--white);
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .dropdown-link-r:hover {
    color: var(--indian-red);
  }

  .dropdown-link-a {
    width: 250px;
    color: var(--white);
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .dropdown-link-a:hover {
    color: var(--indian-red);
  }

  .dropdown-link--m {
    width: 250px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .dropdown-link--m:hover {
    color: var(--indian-red);
  }

  .icon {
    outline-offset: 0px;
    color: var(--indian-red);
    background-image: none;
    background-size: auto;
    border: 1px rgba(0, 0, 0, 0);
    outline: 3px #222;
  }

  .cover-3 {
    height: 520px;
    background-color: var(--dark-slate-blue);
  }

  .heading-6 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 46px;
  }

  .footer-wrapper {
    background-image: linear-gradient(135deg, #182368, var(--dark-slate-blue));
    padding-bottom: 1px;
  }

  .wrap {
    margin-top: 0;
  }

  .heading-7 {
    color: #96e7ff;
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .div-block-14 {
    width: 600px;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-4 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-15 {
    margin-top: 28px;
  }

  .field-label {
    width: 60px;
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .text-field {
    width: 300px;
    height: 46px;
    float: left;
    clear: left;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    border: 1px #96e7ff;
    border-style: none none solid solid;
    font-family: Open Sans, sans-serif;
  }

  .submit-button {
    width: 150px;
    height: 40px;
    float: right;
    background-color: var(--indian-red);
    text-align: center;
    border-radius: 20px;
    margin-left: 0;
    margin-right: -70px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
  }

  .div-block-16 {
    max-height: 100vh;
    max-width: 100vw;
    margin-top: 50px;
    margin-left: 110px;
  }

  .div-block-17 {
    margin-top: 70px;
  }

  .div-block-18 {
    width: auto;
    height: 790px;
    margin-top: 92px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-19 {
    clear: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-20 {
    margin-left: 110px;
    padding-top: 200px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-8 {
    color: #4b87c1;
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .paragraph-5 {
    width: 410px;
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-21 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 180px;
    margin-left: 110px;
    padding-top: 0;
    display: block;
  }

  .div-block-22 {
    padding-top: 25px;
  }

  .div-block-23 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 200px;
    display: flex;
  }

  .div-block-24 {
    width: 270px;
    height: 150px;
    float: left;
    clear: right;
    background-color: var(--indian-red);
    margin-top: 115px;
    margin-left: 100px;
  }

  .div-block-25 {
    height: 1029px;
    background-image: url('../images/foto-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    color: var(--dark-slate-blue);
    font-family: Poppins, sans-serif;
    font-size: 46px;
  }

  .paragraph-6 {
    width: 525px;
    color: var(--dodger-blue);
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-26 {
    margin-left: 110px;
  }

  .heading-10 {
    color: var(--dim-grey);
    text-transform: none;
    border: 1px #000;
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    text-decoration: none;
    overflow: visible;
  }

  .div-block-27 {
    margin-top: 60px;
  }

  .div-block-28 {
    width: 550px;
    margin-bottom: 35px;
  }

  .div-block-29, .div-block-30 {
    width: 550px;
    float: left;
    clear: left;
    margin-bottom: 35px;
  }

  .div-block-31, .div-block-32, .div-block-33 {
    width: 550px;
    margin-bottom: 35px;
  }

  .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-34 {
    height: 1133px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: -115px;
    margin-left: 278px;
    display: flex;
  }

  .div-block-35 {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-36 {
    background-color: var(--orange-red);
  }

  .div-block-37 {
    width: 925px;
    height: 1133px;
    float: left;
    background-color: var(--dodger-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -98px;
    margin-left: 528px;
    display: flex;
  }

  .div-block-38 {
    width: 925px;
    height: 1133px;
    background-color: var(--dodger-blue);
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-39 {
    background-color: var(--yellow-green);
  }

  .div-block-40 {
    z-index: 1;
    width: 925px;
    height: 1133px;
    background-color: var(--dodger-blue);
    position: relative;
    top: -118px;
    left: 515px;
  }

  .image-10 {
    z-index: 2;
    margin-top: 135px;
    margin-left: 60px;
    position: absolute;
  }

  .image-11 {
    z-index: 3;
    width: 740px;
    margin-top: 84px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-41 {
    width: 445px;
    height: 709px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: relative;
    top: 315px;
    left: 280px;
  }

  .heading-11 {
    color: var(--dark-slate-blue);
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
  }

  .paragraph-7 {
    width: 409px;
    color: var(--white);
    margin-top: 54px;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .field-label-2, .italic-text, .field-label-3, .field-label-4 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .submit-button-2 {
    width: 150px;
    height: 40px;
    float: left;
    background-color: var(--indian-red);
    border-radius: 20px;
    margin-top: 35px;
    margin-left: 300px;
    padding: 10px 20px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
    font-family: Open Sans, sans-serif;
  }

  .form-block {
    margin-top: 40px;
  }

  .div-block-42 {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .paragraph-8 {
    width: 298px;
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-43 {
    width: 300px;
    flex: none;
    margin-top: 124px;
    margin-left: 0;
  }

  .paragraph-9 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 12px;
  }

  .div-block-44 {
    width: 500px;
    float: none;
    clear: none;
    background-color: var(--orange-red);
    position: relative;
    top: -55px;
    left: -143px;
  }

  .div-block-45 {
    width: 1300px;
    height: 240px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .link-block-13 {
    align-items: center;
    display: flex;
  }

  .image-12 {
    order: 0;
    align-self: flex-start;
    margin-top: 0;
    display: block;
  }

  .link-block-14 {
    align-self: flex-start;
    margin-left: 70px;
  }

  .div-block-47 {
    align-self: flex-start;
    margin-left: 70px;
    padding-top: 124px;
    padding-bottom: 0;
  }

  .paragraph-10 {
    color: var(--white);
  }

  .paragraph-11 {
    width: 300px;
    color: var(--white);
    font-size: 12px;
  }

  .paragraph-12 {
    color: var(--white);
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
  }

  .div-block-48 {
    width: 500px;
    height: 200px;
    margin-top: 0;
  }

  .link {
    width: 500px;
    color: var(--white);
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    display: inline;
  }

  .image-13 {
    align-self: flex-end;
  }

  .link-block-15 {
    order: 1;
    align-self: flex-end;
    margin-top: -25px;
    padding-bottom: 15px;
    padding-right: 70px;
  }

  .div-block-49 {
    background-color: var(--yellow-green);
  }

  .link-2 {
    width: 150px;
    color: var(--white);
    font-family: Open Sans, sans-serif;
    text-decoration: none;
  }

  .link-3 {
    float: left;
    clear: right;
    color: var(--white);
    padding-right: 55px;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    display: block;
  }

  .div-block-50 {
    width: 700px;
    flex-flow: row;
    flex: 0 auto;
    align-content: space-between;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: -40px;
    left: 60px;
  }

  .link-4 {
    float: none;
    clear: left;
  }

  .conta {
    width: 150px;
    float: none;
    clear: right;
    align-items: flex-start;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-52, .div-block-53, .div-block-54, .div-block-55 {
    width: 150px;
  }

  .sol {
    float: none;
    clear: left;
    color: var(--white);
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

  .paragraph-13 {
    width: 110px;
    color: var(--white);
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    line-height: 13px;
  }

  .link-6 {
    width: 150px;
    color: var(--white);
    font-size: 9px;
    line-height: 10px;
    text-decoration: none;
    display: block;
  }

  .link-7 {
    color: var(--white);
    font-size: 9px;
    line-height: 10px;
    text-decoration: none;
    display: block;
  }

  .link-8 {
    color: var(--white);
    font-size: 8px;
    text-decoration: none;
    display: block;
  }

  .link-9 {
    width: 150px;
    color: var(--white);
    font-size: 9px;
    text-decoration: none;
    display: block;
  }

  .link-10 {
    color: var(--white);
    font-size: 9px;
    text-decoration: none;
    display: block;
  }

  .link-11 {
    color: var(--white);
    font-size: 9px;
    line-height: 10px;
    text-decoration: none;
    display: block;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". Area";
  }

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

  .text-field-6 {
    width: 333px;
    border-style: none none solid solid;
    border-width: 1px;
    border-color: var(--sky-blue);
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    font-family: Open Sans, sans-serif;
  }

  .field-label-5 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .div-block-56 {
    width: 300px;
    float: none;
    margin-top: 35px;
    margin-right: 35px;
  }

  .div-block-57 {
    width: 60%;
    float: left;
    clear: left;
    margin: 35px 20px 35px 0;
  }

  .select-field {
    width: 410px;
    background-color: var(--dark-slate-blue);
    color: var(--white);
    border: 1px solid #96e7ff;
  }

  .textarea {
    width: 800px;
    border-style: none none solid solid;
    border-width: 1px;
    border-color: var(--sky-blue);
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
    font-family: Open Sans, sans-serif;
  }

  .field-label-6 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .field-label-7 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .div-block-58 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .container-3 {
    background-image: url('../images/Group-19.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-60 {
    width: 100%;
    height: 100%;
    background-color: var(--indian-red);
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-4 {
    width: 100%;
    height: 900px;
    background-image: url('../images/Cover-3.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding-right: 0;
  }

  .inicioo {
    width: 100vw;
    max-width: 1440vw;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Cover-3.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .image-20 {
    width: auto;
    height: auto;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 21%;
    bottom: 0%;
    left: auto;
    right: 3vw;
  }

  .div-block-61 {
    width: 100%;
    height: 100vh;
    background-image: url('../images/cover-2.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

  .heading-12 {
    font-size: 75px;
  }

  .div-block-62 {
    width: 600px;
    margin-top: 314px;
    margin-left: 110px;
    display: inline-block;
  }

  .paragraph-14 {
    max-height: 100vh;
    max-width: 100vw;
  }

  .div-block-63 {
    max-width: 100%;
    margin-top: 40px;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    margin-top: 76px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-64 {
    width: 100vw;
    height: 907px;
    margin-top: 170px;
  }

  .bold-text-4 {
    font-size: 50px;
  }

  .div-block-65 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: block;
  }

  .bold-text-5 {
    font-size: 50px;
  }

  .div-block-66 {
    margin-top: 140px;
    margin-left: 0;
  }

  .link-block-17 {
    width: 100%;
  }

  .div-block-67 {
    top: 948px;
  }

  .column-5 {
    display: inline-block;
    position: static;
    top: 0;
  }

  .columns-3 {
    width: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-6 {
    margin-top: 100px;
  }

  .div-block-75 {
    width: 770px;
    height: 1100px;
    margin-left: -49px;
  }

  .image-21 {
    width: 710px;
    margin-left: 30px;
  }

  .div-block-76 {
    width: 600px;
    margin-left: 150px;
    padding-top: 250px;
  }

  .heading-16 {
    margin-top: 26px;
    font-size: 50px;
    line-height: 47px;
  }

  .paragraph-16 {
    width: 409px;
    margin-top: 54px;
    font-size: 22px;
    line-height: 30px;
  }

  .column-7 {
    max-height: 100vh;
    flex: 0 auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-8 {
    flex: none;
    padding-left: 0;
    display: block;
  }

  .div-block-78 {
    width: 1000px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0;
    left: 82px;
  }

  .form-block-2 {
    width: 445px;
    margin-top: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
  }

  .image-22 {
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }

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

  .image-23 {
    display: inline-block;
  }

  .column-10 {
    padding-left: 0;
  }

  .div-block-81 {
    display: inline-block;
  }

  .social {
    margin-left: 10px;
    top: auto;
    bottom: 5%;
  }

  .div-block-84 {
    width: 4%;
  }

  .background-video {
    width: 700px;
    height: 440px;
    margin-top: 360px;
    top: 280px;
    left: 0;
    overflow: visible;
  }

  .div-block-87 {
    width: auto;
    margin-right: 0;
  }

  .div-block-88 {
    z-index: 1;
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 48px;
    left: 0;
  }

  .div-block-89 {
    justify-content: center;
    margin-left: 0;
  }

  .heading-17 {
    font-size: 50px;
  }

  .div-block-91 {
    margin-top: 100px;
    margin-left: 110px;
    display: inline-block;
    position: relative;
    top: -60px;
  }

  .columns-4 {
    max-height: none;
    max-width: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .seccion-6 {
    height: 550px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .paragraph-18 {
    width: 620px;
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-93 {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .heading-19 {
    width: 600px;
    font-size: 15px;
    display: inline;
  }

  .image-30 {
    margin-top: 0;
    margin-left: 10px;
  }

  .bold-text-10 {
    font-size: 46px;
  }

  .div-block-94 {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .div-block-95 {
    width: 90%;
    margin-left: 110px;
  }

  .div-block-96 {
    align-items: flex-start;
    display: flex;
  }

  .seccion-2 {
    height: 500px;
  }

  .seccion-3 {
    height: 500px;
    margin-top: 50px;
  }

  .seccion-5 {
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .seccion-4 {
    height: 500px;
    margin-bottom: 50px;
  }

  .seccion-1 {
    height: 500px;
  }

  .div-block-97 {
    margin-top: 140px;
    margin-left: 110px;
  }

  .paragraph-19 {
    margin-top: 10px;
  }

  .image-31 {
    width: 63px;
  }

  .bold-text-11 {
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
  }

  .bold-text-11:hover {
    color: var(--indian-red);
    font-weight: 700;
  }

  .div-block-100 {
    width: 63px;
  }

  .serv {
    z-index: 2;
    width: 1000px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-top: 74px;
    margin-left: 220px;
    display: flex;
    position: relative;
  }

  .success-message {
    background-color: rgba(255, 255, 255, 0);
  }

  .text-block-3 {
    font-weight: 400;
    line-height: 28px;
  }

  .text-block-4 {
    color: var(--dark-slate-blue);
  }

  .error-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .correo {
    width: 30%;
    float: none;
    margin-top: 35px;
    margin-right: 0;
  }

  .nombre {
    width: 60%;
    float: none;
    margin-top: 35px;
    margin-right: 20px;
  }

  .telefono {
    width: 30%;
    float: none;
    margin-top: 35px;
    margin-right: 0;
  }

  .compliance {
    width: 300px;
    order: -1;
    margin-bottom: 119px;
  }

  .influencer {
    width: 300px;
    margin-bottom: 119px;
  }

  .gobierno {
    width: 300px;
    order: 1;
    margin-bottom: 119px;
  }

  .propiedad {
    width: 300px;
    order: 1;
    margin-left: 0;
    margin-right: 150px;
  }

  .medios {
    justify-content: flex-end;
  }

  .image-39 {
    margin-left: 0;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-40 {
    width: 10px;
    flex: none;
    padding-top: 0;
    display: block;
  }

  .div-block-107 {
    width: 40px;
    height: 40px;
    background-image: url('../images/facebook-f.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-left: 0;
  }

  .column-15, .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-41, .image-42 {
    margin-top: 5px;
  }

  .linea-2 {
    margin-left: 1310px;
  }

  .linea-1 {
    margin-left: 1122px;
  }

  .image-43 {
    position: relative;
    top: 60px;
    left: -600px;
  }

  .paragraph-21 {
    margin-top: -48px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 10px;
    line-height: 18px;
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
  }

  .image-44 {
    margin-top: 0;
  }

  .div-block-108 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    position: relative;
    top: 0;
    left: -1095px;
  }

  .link-block-28 {
    flex: 0 auto;
    margin-right: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .conta-1 {
    width: 150px;
    float: none;
    clear: right;
    align-items: flex-start;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-109 {
    z-index: 2;
    width: 500px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 100px;
    margin-left: 110px;
    display: inline-block;
  }

  .compliance-digital, .influencers-pop, .gobierno-pop, .intelectual-pop, .mediosalter-pop {
    display: none;
  }

  .button-4 {
    background-size: auto;
    margin-top: 32px;
    font-weight: 400;
  }

  .button-4:hover {
    color: var(--indian-red);
    background-color: rgba(0, 0, 0, 0);
  }

  .button-5 {
    margin-top: 32px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }

  .button-6 {
    margin-top: 32px;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
  }

  .button-7 {
    width: 310px;
    text-align: center;
    letter-spacing: -1px;
    flex: 1;
    margin-top: 32px;
    padding-top: 9px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .button-7:hover {
    width: 310px;
    text-indent: -1px;
    padding-right: 0;
  }

  .text-span {
    font-size: 25px;
    line-height: 15px;
    text-decoration: none;
  }

  .button-8 {
    margin-top: 32px;
    padding-top: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
  }

  .dropdown-toggle-3 {
    padding-top: 20px;
  }

  .div-block-113 {
    width: 463px;
    height: 405px;
    background-color: var(--dodger-blue);
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-114 {
    z-index: 1;
    width: 463px;
    height: 405px;
    background-color: var(--dodger-blue);
    position: relative;
    top: -99px;
    left: -20px;
  }

  .image-49 {
    width: 475px;
    margin-left: 123px;
  }

  .blog-1, .blog-2, .blog-3 {
    margin-right: 74px;
  }

  .link-block-31 {
    top: -140px;
    left: 181px;
  }

  .cards-image {
    width: 290px;
    height: 187px;
  }

  .div-block-122 {
    z-index: auto;
    width: 100vw;
    height: auto;
    margin-top: -598px;
    margin-left: 0;
    overflow: scroll;
  }

  .collection-list-wrapper-8 {
    width: 100%;
    object-fit: cover;
    margin-left: 0;
    overflow: scroll;
  }

  .collection-list-3 {
    object-fit: cover;
    margin-right: 0;
    overflow: hidden;
  }

  .image-53 {
    margin-right: 40px;
  }

  .text-block-7 {
    color: #b86277;
    font-size: 16px;
  }

  .div-block-123 {
    width: 515px;
    height: 738px;
    background-color: var(--sky-blue);
    opacity: .1;
    margin-top: -369px;
  }

  .heading-29 {
    display: inline-block;
  }

  .collection-item-4 {
    width: 50%;
    margin-right: 40px;
  }

  .div-block-124 {
    width: 590px;
    left: 0;
  }

  .div-block-125 {
    width: 200px;
    left: 0;
  }

  .div-block-126 {
    z-index: auto;
    width: 50vw;
    height: 400px;
    flex-direction: row;
    margin-left: 644px;
    display: block;
    position: static;
    overflow: scroll;
  }

  .image-55 {
    cursor: pointer;
  }

  .image-56 {
    border-style: none;
    margin-top: 30px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, .2);
  }

  .collection-item-5 {
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-30 {
    display: inline-block;
  }

  .image-57 {
    position: relative;
    top: -84px;
    left: -16px;
  }

  .link-block-33 {
    align-self: flex-end;
    margin-right: 0;
    position: relative;
    top: 184px;
    left: -20px;
  }

  .image-58 {
    top: -460px;
    left: 91px;
  }

  .image-59 {
    cursor: pointer;
  }

  .column-19, .column-20, .column-21, .column-22 {
    padding-left: 150px;
    padding-right: 0;
  }

  .column-23 {
    padding-left: 0;
    padding-right: 115px;
    position: static;
  }

  .column-24 {
    padding-left: 150px;
    padding-right: 0;
  }

  .columns-6 {
    width: 100%;
  }

  .image-60, .image-61 {
    margin-left: 0;
  }

  .image-62 {
    width: 70px;
    position: relative;
  }

  .link-14 {
    color: var(--dodger-blue);
    text-decoration: none;
  }

  .section-6 {
    width: 100%;
    height: 50vh;
    margin-left: 0;
  }

  .contenido {
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-7 {
    height: 100vh;
  }

  .rich-text-block {
    color: var(--dark-slate-blue);
    margin-top: -275px;
  }

  .button-9 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: inline;
    position: relative;
    top: -50px;
    left: -514px;
  }

  .section-8 {
    height: 100%;
    margin-top: 100px;
  }

  .image-64 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .heading-32 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .paragraph-27 {
    width: 100%;
  }

  .div-block-128 {
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-129 {
    width: auto;
    margin-left: 110px;
  }

  .section-9 {
    height: 490px;
  }

  .heading-33 {
    margin-top: 141px;
  }

  .image-65 {
    margin-left: -188px;
    display: block;
  }

  .image-66 {
    position: relative;
    top: -460px;
    left: 90px;
  }

  .paragraph-29 {
    top: 221px;
    left: -500px;
  }

  .footer-flex-container {
    width: 100%;
  }

  .footer-logo-link {
    display: block;
  }

  .footer-heading {
    width: 200px;
  }

  .text-block-9 {
    margin-left: 0;
  }

  .link-19:hover, .link-20:hover {
    color: var(--indian-red);
  }

  .link-21, .link-21.w--current {
    display: inline-block;
  }

  .link-21.w--current:hover {
    color: var(--indian-red);
  }

  .link-22 {
    display: inline-block;
  }

  .link-22:hover {
    color: var(--indian-red);
  }

  .link-23 {
    display: inline-block;
  }

  .link-23:hover {
    color: var(--indian-red);
  }

  .container-4 {
    padding-left: 0;
  }

  .div-block-134 {
    width: 300px;
    margin-top: -60px;
    margin-left: 80px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
  }

  .link-24 {
    margin-top: 5px;
  }

  .image-68 {
    align-self: flex-start;
    margin-left: 80px;
  }

  .success-message-2 {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
  }

  .text-block-11 {
    color: var(--indian-red);
    text-align: center;
  }

  .error-message-2 {
    background-color: var(--dark-slate-blue);
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, .3);
  }

  .link-block-35 {
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    margin-top: -18px;
    margin-left: 1367px;
    display: block;
  }

  .image-69 {
    display: block;
  }

  .div-block-138 {
    max-width: 1440px;
    flex-direction: row;
    display: block;
    overflow: visible;
  }

  .footer-4 {
    height: 340px;
  }

  .footer-image-2 {
    width: 20%;
    height: 100%;
    display: block;
  }

  .footer-heading-2 {
    font-weight: 400;
  }

  .footer-link-3 {
    width: 120px;
    margin-bottom: 10px;
    font-size: 8px;
    line-height: 11px;
  }

  .text-block-12 {
    color: var(--white);
    text-align: left;
    margin-left: 0;
  }

  .link-block-36 {
    width: 10%;
    background-image: url('../images/Logo.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 40px;
  }

  .div-block-141 {
    margin-left: -160px;
  }

  .div-block-142 {
    margin-top: -43px;
    margin-left: -166px;
  }

  .link-25 {
    margin-left: 0;
  }

  .link-26, .link-27, .link-28, .link-29, .link-30 {
    color: var(--white);
    text-decoration: none;
  }

  .div-block-143 {
    clear: none;
    position: relative;
    left: 204px;
  }

  .link-block-37 {
    left: 0;
  }

  .button-10, .div-block-149, .div-block-150, .div-block-151, .div-block-152, .div-block-153 {
    margin-top: 20px;
  }

  .div-block-154 {
    margin: 20px 0 0;
  }

  .image-71, .image-72, .image-73, .image-74, .image-75 {
    display: none;
  }

  .image-77 {
    margin-top: -926px;
    margin-left: 91px;
    top: -460px;
    left: 94px;
  }

  .link-block-38 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -415px;
    display: inline-block;
  }

  .link-block-38.w--current {
    margin-left: -401px;
  }

  .div-block-155 {
    z-index: auto;
    width: 100px;
    height: 300px;
    background-color: var(--yellow-green);
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -545px;
    left: 139px;
  }

  .image-78 {
    width: 444px;
    margin-left: 110px;
    display: inline-block;
  }

  .column-25 {
    z-index: 2;
    height: 900px;
    display: block;
    position: static;
  }

  .columns-12 {
    flex: 1;
    margin-top: 115px;
    margin-left: 0;
    display: block;
  }

  .div-block-156 {
    margin-top: 86px;
  }

  .column-26, .collection-list-wrapper-9 {
    overflow: hidden;
  }

  .collection-item-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 50px;
    display: inline-block;
  }

  .button-12 {
    margin-top: 20px;
    font-size: 17px;
  }

  .button-12:hover {
    color: var(--indian-red);
  }

  .paragraph-30 {
    width: 290px;
    height: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .link-block-39 {
    width: 369px;
    height: 126px;
    position: static;
    top: -200px;
    left: 310px;
  }

  .heading-34 {
    width: 257px;
    margin-top: 40px;
    font-size: 22px;
  }

  .image-79 {
    left: 323px;
  }

  .collection-list-4 {
    align-self: flex-start;
  }

  .image-80 {
    display: inline-block;
  }

  .columns-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-31 {
    color: var(--dodger-blue);
    text-decoration: none;
  }

  .image-81 {
    margin-top: -108px;
    margin-left: -560px;
    display: inline-block;
  }

  .image-82 {
    margin-top: -896px;
    margin-left: 90px;
  }

  .image-83 {
    margin-left: 0;
  }

  .image-84 {
    margin-top: -920px;
    margin-left: 90px;
  }

  .image-85 {
    margin-top: -890px;
    margin-left: 90px;
  }

  .div-block-157 {
    top: -460px;
    left: 90px;
  }

  .div-block-159 {
    margin-right: 40px;
  }

  .div-block-160 {
    width: 500px;
  }

  .div-block-161 {
    margin-left: 600px;
  }

  .heading-35 {
    text-align: left;
    margin-left: 0;
    padding-top: 0;
    font-size: 46px;
  }

  .image-90 {
    width: 180px;
  }

  .div-block-164 {
    display: inline-block;
    position: relative;
    top: -167px;
    left: 265px;
  }

  .div-block-165 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-166 {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .div-block-167, .div-block-168, .div-block-169 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-170 {
    width: 100vw;
    height: 100vh;
    background-size: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-171 {
    background-image: url('../images/Cover-1.png');
    background-position: 0 0;
    background-size: auto;
    display: none;
  }

  .div-block-174 {
    opacity: .03;
    display: inline-block;
    position: relative;
    top: -161px;
    overflow: visible;
  }

  .image-91 {
    margin-left: 655px;
    position: -webkit-sticky;
    position: sticky;
    left: -95px;
  }

  .div-block-175 {
    height: auto;
    overflow: hidden;
  }

  .image-92 {
    width: auto;
    height: auto;
    opacity: .03;
    display: block;
  }

  .image-93 {
    height: 370px;
    display: block;
  }

  .image-94 {
    width: 6000px;
    opacity: .03;
    object-fit: scale-down;
    position: static;
    top: -169px;
    overflow: hidden;
  }

  .div-block-176 {
    width: 100%;
    position: relative;
    top: -102px;
    overflow: hidden;
  }

  .image-95, .image-96, .image-97, .image-98 {
    margin-top: 5px;
  }

  .heading-36 {
    color: var(--dark-slate-blue);
    flex: none;
    font-family: Poppins, sans-serif;
    font-size: 40px;
  }

  .div-block-177 {
    width: 135px;
    background-color: var(--orange-red);
    flex: 1;
  }

  .heading-37 {
    color: var(--dark-slate-blue);
    flex: none;
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .div-block-178 {
    width: auto;
    height: auto;
    background-color: var(--indian-red);
    flex: none;
    align-self: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-38 {
    color: var(--dark-slate-blue);
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .heading-39 {
    color: var(--dark-slate-blue);
    order: -1;
    align-self: flex-start;
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .div-block-179 {
    height: 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 306px;
    display: block;
  }

  .heading-40 {
    color: var(--dark-slate-blue);
    margin-bottom: 60px;
    margin-left: 110px;
    font-family: Poppins, sans-serif;
    font-size: 50px;
  }

  .div-block-180 {
    width: 515px;
    height: 738px;
    opacity: .1;
    background-color: #04a9da;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -779px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: -331px;
    left: -495px;
  }

  .text-block-13 {
    color: #b86277;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    display: inline-block;
  }

  .text-block-13:hover {
    font-weight: 700;
  }

  .div-block-181 {
    margin-top: -102px;
    margin-left: 110px;
    font-size: 15px;
    display: block;
  }

  .image-99 {
    margin-left: 10px;
  }

  .div-block-182 {
    width: 515px;
    height: 738px;
    max-height: 100vh;
    max-width: 100vw;
    opacity: .1;
    background-color: #04a9da;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
    position: relative;
    top: -536px;
    left: 0;
  }

  .div-block-183 {
    z-index: 3;
    margin-left: 0;
    position: relative;
  }

  .bold-text-16 {
    line-height: 26px;
  }

  .div-block-184 {
    margin-top: 0;
    margin-left: 110px;
    padding-top: 250px;
  }

  .image-100 {
    margin-top: -55px;
    margin-left: -20px;
    position: static;
    top: auto;
    left: auto;
  }

  .heading-41 {
    margin-top: 175px;
  }

  .paragraph-31 {
    margin-left: 150px;
    margin-right: 150px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105 {
    display: none;
  }

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

  .nombretext {
    width: 410px;
    border-style: none none solid solid;
    border-width: 1px;
    border-color: black black var(--sky-blue) var(--sky-blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .youtube-2 {
    z-index: 1;
    width: 700px;
    height: 350px;
    margin-top: 0;
    margin-left: 5px;
    top: 0;
    left: 0;
  }

  .div-block-186 {
    width: 400px;
    height: 380px;
    background-color: var(--dodger-blue);
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 415px;
    left: -19px;
  }

  .link-block-43 {
    width: 100vw;
    height: 30vh;
    padding-bottom: 100px;
  }

  .brand-5 {
    margin-left: -401px;
  }

  .navbar-4 {
    height: 100px;
  }

  .nav-menu-4 {
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-end;
    display: flex;
  }

  .nav-link-16, .nav-link-17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link-19 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .nav-link-20, .dropdown-toggle-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    margin-top: 25px;
    margin-left: 489px;
    margin-right: 80px;
  }

  .image-110 {
    width: 180px;
  }

  .dropdown-toggle-7 {
    padding-top: 20px;
  }

  .dropdown-5 {
    margin-top: 10px;
  }

  .text-block-18 {
    font-size: 30px;
  }

  .div-block-188 {
    max-width: 1400px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .div-block-189 {
    width: 100%;
    max-width: 1440px;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .container-light-nav {
    display: flex;
  }

  .navbar-light-navbutton {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: 0 auto;
  }

  .navbar-light-icon {
    color: #5343ff;
    justify-content: flex-end;
    display: flex;
  }

  .influencers {
    margin-top: 137px;
  }

  .blog {
    height: 1100px;
    display: none;
  }

  .footer {
    height: 400px;
  }

  .text-block {
    flex: 1;
  }

  .nav-link-light {
    flex: 0 auto;
    display: flex;
  }

  .navbar-dark-nav-button {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .navbar-dark-icon {
    color: #fff;
    justify-content: flex-end;
    display: flex;
  }

  .navbar-3 {
    height: auto;
  }

  .nav-menu-3 {
    height: 100vh;
    background-color: var(--dark-slate-blue);
  }

  .div-block-9 {
    margin-left: 60px;
  }

  .div-block-12 {
    width: 390px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .dropdown-list.w--open {
    margin-left: 20px;
  }

  .cover-3 {
    height: 60vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    display: flex;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-15 {
    width: 75%;
  }

  .div-block-16 {
    margin-left: 60px;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .paragraph-5 {
    position: relative;
    left: 0;
  }

  .div-block-21 {
    margin-top: 28px;
    margin-left: 60px;
  }

  .heading-10 {
    width: 280px;
    margin-top: -1px;
    font-size: 13px;
    display: inline-block;
  }

  .image-11 {
    float: left;
    clear: left;
  }

  .div-block-50 {
    margin-left: 0;
    position: static;
    top: 17px;
    left: 100px;
  }

  .div-block-56 {
    width: 300px;
  }

  .div-block-57, .textarea {
    width: 380px;
  }

  .div-block-62 {
    margin-top: 100px;
  }

  .div-block-64 {
    height: 850px;
  }

  .div-block-65 {
    padding-top: 150px;
    position: relative;
    left: 0;
  }

  .div-block-66 {
    float: left;
    clear: left;
    margin-top: 40px;
    margin-left: 60px;
  }

  .column-4 {
    clear: right;
    padding-right: 0;
  }

  .div-block-67 {
    z-index: 2;
    width: 200px;
    margin-top: 0;
    top: 475px;
    right: 55px;
  }

  .column-5 {
    clear: left;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-6 {
    clear: none;
    margin-top: 60px;
    padding-right: 0;
  }

  .div-block-75 {
    width: auto;
    height: 550px;
    float: none;
    clear: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
  }

  .div-block-76 {
    width: 80%;
    height: 400px;
    margin-top: 125px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 0;
  }

  .submit-button-3 {
    margin-top: 30px;
  }

  .column-7 {
    clear: left;
    margin-top: 38px;
  }

  .div-block-78 {
    flex-direction: column;
    position: relative;
    top: 0;
    left: 200px;
  }

  .column-9 {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    margin-top: 79px;
  }

  .column-10 {
    clear: none;
  }

  .dropdown-toggle {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .dropdown {
    display: block;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-blue);
  }

  .icon-2 {
    color: var(--indian-red);
  }

  .div-block-84 {
    width: 7%;
  }

  .background-video {
    width: 100%;
    top: 5px;
    left: 167px;
  }

  .div-block-87 {
    float: left;
    clear: left;
  }

  .div-block-88 {
    width: 400px;
    clear: none;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-left: 375px;
    display: flex;
  }

  .div-block-91 {
    float: none;
    clear: both;
    margin-top: 20px;
    margin-left: 60px;
    display: inline-block;
    position: static;
  }

  .bold-text-9 {
    width: 350px;
    font-size: 20px;
    display: block;
  }

  .paragraph-18 {
    width: 350px;
  }

  .div-block-93 {
    margin-left: 0;
  }

  .heading-19 {
    display: inline;
  }

  .bold-text-10 {
    font-size: 35px;
  }

  .div-block-95 {
    width: 100%;
    margin-left: 0;
  }

  .seccion-3, .seccion-5 {
    height: 550px;
  }

  .div-block-97 {
    margin-top: 120px;
    margin-left: 60px;
  }

  .paragraph-19 {
    width: 500px;
    font-size: 19px;
  }

  .bold-text-11 {
    text-align: left;
  }

  .serv {
    width: auto;
    float: none;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 90px;
    padding-left: 0;
    display: flex;
  }

  .correo, .nombre, .telefono {
    width: 380px;
  }

  .div-block-medios {
    width: 700px;
  }

  .paragraph-20 {
    width: 360px;
  }

  .compliance {
    width: 300px;
    height: 100px;
    clear: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .influencer, .gobierno {
    height: 100px;
    clear: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .propiedad {
    width: 300px;
    height: 100px;
    clear: left;
    flex-direction: row;
    order: 1;
    align-items: flex-start;
    margin-left: 0;
  }

  .medios {
    width: 300px;
    height: 100px;
    clear: left;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .column-12 {
    padding-left: 0;
  }

  .column-13, .column-14, .column-15, .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-41 {
    margin-top: -32px;
  }

  .image-42 {
    margin-top: -40px;
  }

  .linea-2, .linea-1 {
    display: none;
  }

  .image-43 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    top: -150px;
    left: 247px;
  }

  .paragraph-21 {
    z-index: 9;
    width: 400px;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 0;
    margin-left: 0;
    line-height: 16px;
    display: block;
    top: 0;
    left: 0;
  }

  .image-44 {
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
  }

  .link-block-27 {
    margin-left: -117px;
  }

  .div-block-108 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    position: relative;
    top: 174px;
    left: -465px;
  }

  .link-block-28 {
    flex: none;
    position: relative;
    top: 127px;
    left: -131px;
  }

  .conta-1 {
    padding-right: 0;
  }

  .div-block-109 {
    z-index: 1;
  }

  .compliance-digital, .influencers-pop, .gobierno-pop, .intelectual-pop, .mediosalter-pop {
    display: none;
  }

  .button-6, .button-8 {
    text-align: left;
  }

  .div-block-114 {
    width: 430px;
    top: -182px;
    left: 168px;
  }

  .image-49 {
    display: block;
  }

  .link-block-31 {
    top: -137px;
    left: 159px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-122 {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -48px;
    display: flex;
  }

  .collection-list-wrapper-8 {
    margin-left: 0;
  }

  .collection-list-3 {
    margin-left: 60px;
    margin-right: 0;
    overflow: scroll;
  }

  .div-block-123 {
    height: 738px;
    margin-top: -942px;
  }

  .div-block-124 {
    left: 92px;
  }

  .div-block-125 {
    left: 87px;
  }

  .div-block-126 {
    width: auto;
    margin-left: 538px;
  }

  .link-block-33 {
    width: 60px;
    flex: none;
    align-self: flex-end;
    align-items: flex-start;
    display: block;
    top: -39px;
    left: -244px;
  }

  .div-block-127 {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .column-21 {
    padding-left: 0;
  }

  .columns-6 {
    margin-left: 60px;
  }

  .image-62 {
    display: block;
  }

  .bold-text-14 {
    font-size: 10px;
  }

  .section-8 {
    height: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-3, .footer-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    margin-top: 14px;
    margin-bottom: 40px;
    margin-left: 100px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .footer-link-3 {
    width: 210px;
  }

  .div-block-141 {
    margin-top: -35px;
    margin-left: 40px;
    display: block;
  }

  .div-block-142 {
    margin-top: -17px;
    margin-left: 42px;
  }

  .link-26, .link-27, .link-28.w--current, .link-29, .link-30 {
    font-size: 13px;
  }

  .div-block-143 {
    left: 0;
  }

  .columns-7 {
    flex: 0 auto;
    margin-left: 60px;
  }

  .columns-8 {
    margin-left: 60px;
  }

  .columns-9 {
    flex: 1;
    margin-left: 60px;
    margin-right: 0;
  }

  .columns-10, .columns-11 {
    margin-left: 60px;
  }

  .image-77 {
    margin-top: -548px;
    top: auto;
    left: auto;
  }

  .column-25 {
    position: static;
  }

  .columns-12 {
    clear: left;
    overflow: visible;
  }

  .div-block-156 {
    width: 90vw;
    height: 320px;
    overflow: hidden;
  }

  .column-26 {
    height: 100%;
    clear: left;
    margin-top: -619px;
    display: inline-block;
    position: static;
    top: -506px;
    overflow: visible;
  }

  .collection-list-wrapper-9 {
    height: 100%;
    overflow: scroll;
  }

  .collection-item-6 {
    width: 210px;
    float: none;
    clear: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: inline-block;
  }

  .button-12 {
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph-30 {
    font-size: 12px;
  }

  .collection-list-4 {
    width: 100%;
    height: 100%;
    clear: none;
    flex: 0 auto;
    display: flex;
    overflow: visible;
  }

  .image-80 {
    width: 100%;
    display: inline-block;
  }

  .image-81 {
    margin-left: -516px;
  }

  .div-block-159 {
    display: none;
  }

  .heading-35 {
    text-align: center;
    margin-left: 0;
  }

  .image-90 {
    width: 100px;
    margin-top: 0;
  }

  .div-block-165 {
    width: 100%;
  }

  .menu-1 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-2, .menu-3 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-94 {
    display: none;
  }

  .image-100 {
    margin-top: -55px;
    margin-left: 333px;
  }

  .paragraph-31 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .medios-block {
    width: 700px;
  }

  .youtube-2 {
    margin-top: -10px;
  }

  .div-block-186 {
    display: none;
  }

  .nav-menu-4 {
    height: 100vh;
    background-color: var(--dark-slate-blue);
  }

  .dropdown-3 {
    align-items: flex-start;
    display: flex;
  }

  .dropdown-list-3.w--open {
    margin-left: 20px;
  }

  .dropdown-toggle-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--dark-slate-blue);
  }

  .div-block-187 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-5 {
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container-light-nav {
    display: flex;
  }

  .menu-button {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

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

  .influencers {
    margin-top: 0;
  }

  .blog {
    height: 1200px;
    display: none;
  }

  .contacto {
    z-index: 2;
    margin-top: 150px;
    margin-bottom: 0;
    position: relative;
  }

  .footer {
    height: 600px;
    margin-top: 0;
    display: block;
  }

  .nav-menu-3 {
    background-color: var(--dark-slate-blue);
  }

  .heading-3 {
    display: inline-block;
  }

  .heading-4 {
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 0;
    display: inline-block;
  }

  .div-block-8 {
    display: inline-block;
  }

  .div-block-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-12 {
    margin-left: 40px;
  }

  .div-block-13 {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .cover-3 {
    height: 70vh;
    background-position: 50%;
    background-size: cover;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-5 {
    position: static;
    left: 0;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -171px;
    margin-right: 20px;
    display: block;
  }

  .columns {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    display: inline-block;
  }

  .paragraph-6 {
    width: 100%;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .div-block-50 {
    width: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 92px;
    margin-left: 20px;
    top: 0;
    left: 0;
  }

  .conta {
    clear: left;
    margin-right: 20px;
    padding-right: 0;
  }

  .sol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-57, .textarea {
    width: 100%;
  }

  .div-block-61 {
    background-image: url('../images/movilcover.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-12, .heading-13 {
    display: inline-block;
  }

  .div-block-62 {
    width: auto;
    margin-top: 100px;
    margin-left: 20px;
    display: inline-block;
  }

  .bold-text-3 {
    display: inline-block;
  }

  .button-2 {
    margin-top: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .div-block-64 {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-65 {
    padding-top: 130px;
    position: static;
    left: 0;
  }

  .bold-text-5 {
    display: block;
  }

  .div-block-66 {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .bold-text-6 {
    width: 100%;
    display: block;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-76 {
    width: 90%;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    display: block;
  }

  .heading-16 {
    display: block;
  }

  .paragraph-16 {
    width: 100%;
  }

  .column-7 {
    margin-top: 60px;
  }

  .div-block-78 {
    margin-top: 66px;
    margin-left: 0;
    left: 0;
  }

  .div-block-81 {
    display: inline-block;
  }

  .dropdown-toggle {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: block;
  }

  .dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-blue);
  }

  .icon-2 {
    color: var(--indian-red);
  }

  .div-block-83 {
    display: none;
  }

  .div-block-84 {
    width: 10%;
  }

  .div-block-86 {
    margin-top: 116px;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
  }

  .div-block-88 {
    margin-top: 121px;
    margin-left: 10px;
  }

  .heading-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .seccion-6 {
    height: 650px;
    margin-top: 100px;
  }

  .paragraph-18 {
    width: 430px;
  }

  .div-block-93 {
    padding-top: 40px;
  }

  .div-block-94 {
    flex: 1;
  }

  .seccion-2, .seccion-3, .seccion-5 {
    height: 650px;
  }

  .seccion-4 {
    height: 650px;
    margin-top: 120px;
  }

  .seccion-1 {
    height: 650px;
  }

  .div-block-97 {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 150px;
    display: block;
  }

  .serv {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .correo, .nombre, .telefono {
    width: 100%;
  }

  .compliance {
    width: 350px;
    height: 100px;
    clear: left;
    flex-direction: row;
    justify-content: flex-start;
  }

  .influencer {
    width: 350px;
    height: 100px;
    clear: left;
    flex-direction: row;
  }

  .gobierno {
    width: 350px;
    height: 100px;
    clear: left;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .propiedad {
    width: 350px;
    height: 100px;
    clear: left;
    flex-direction: row;
    order: 1;
    align-items: center;
    margin-left: 0;
  }

  .medios {
    width: 350px;
    height: 100px;
    clear: left;
    flex-direction: row;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .image-38 {
    margin-top: 10px;
  }

  .image-39 {
    margin-top: 20px;
  }

  .linea-2, .linea-1 {
    display: none;
    overflow: hidden;
  }

  .image-43 {
    top: 57px;
    left: 20px;
  }

  .paragraph-21 {
    width: 280px;
    flex-direction: row;
    margin-left: 0;
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .image-44 {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .div-block-108 {
    margin-top: 15px;
    display: inline-block;
    top: 0;
    left: 20px;
  }

  .link-block-28 {
    top: 37px;
    left: 293px;
  }

  .conta-1 {
    clear: left;
    margin-right: 20px;
    padding-right: 0;
  }

  .div-block-109 {
    width: auto;
    float: none;
    clear: none;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-114 {
    left: -1px;
  }

  .link-block-31 {
    top: -66px;
    left: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .div-block-122 {
    width: auto;
    float: none;
    clear: none;
    margin-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .collection-list-wrapper-8 {
    object-fit: fill;
    margin-left: auto;
    overflow: visible;
  }

  .collection-list-3 {
    margin-left: 10px;
    overflow: scroll;
  }

  .link-block-32 {
    margin-top: -85px;
    margin-bottom: 20px;
  }

  .div-block-123 {
    opacity: 1;
    margin-top: 0;
    display: none;
  }

  .div-block-124 {
    left: 64px;
  }

  .div-block-125 {
    left: 50px;
  }

  .div-block-126 {
    margin-left: 471px;
  }

  .image-56 {
    display: block;
  }

  .collection-item-5 {
    overflow: visible;
  }

  .link-block-33 {
    width: 60px;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 0;
    display: inline-block;
    position: relative;
    top: 0;
    left: 165px;
    right: 0;
  }

  .image-58 {
    top: -364px;
  }

  .div-block-127 {
    z-index: 5;
    margin-top: 10px;
    display: none;
    top: auto;
  }

  .image-60, .image-61 {
    margin-top: 20px;
  }

  .image-62 {
    display: block;
  }

  .heading-31 {
    text-align: center;
    line-height: 40px;
  }

  .section-8 {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-128 {
    margin-top: 40px;
  }

  .section-9 {
    height: 70vh;
  }

  .image-66 {
    top: -365px;
  }

  .paragraph-29 {
    margin-top: 200px;
    margin-left: 20px;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .icon-5 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .dropdown-toggle-4 {
    color: var(--white);
    padding: 0 30px 0 0;
  }

  .dropdown-list-2.w--open {
    color: var(--white);
    background-image: linear-gradient(#182368, #18225f);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, .25);
  }

  .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9 {
    color: var(--white);
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-4 {
    padding: 40px 20px;
  }

  .footer-flex-container-2 {
    margin-left: 20px;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .footer-heading-2 {
    float: none;
    clear: left;
  }

  .footer-link-3 {
    float: left;
    clear: left;
    font-size: 11px;
  }

  .div-block-141, .div-block-142 {
    margin-left: 0;
  }

  .link-26 {
    display: block;
  }

  .link-27 {
    float: left;
    clear: left;
  }

  .link-29 {
    float: left;
    clear: left;
    margin-right: 0;
    display: block;
  }

  .link-30 {
    float: left;
    clear: left;
    margin-right: 0;
  }

  .div-block-144 {
    height: 40px;
    clear: left;
    flex: 1;
    align-self: auto;
    margin-right: 20px;
  }

  .div-block-145 {
    height: 40px;
    clear: left;
    flex: 0 auto;
    align-self: auto;
    margin-right: 20px;
    display: block;
  }

  .div-block-146 {
    height: 40px;
    clear: left;
    flex: none;
    margin-right: 20px;
  }

  .div-block-147 {
    clear: left;
  }

  .div-block-148 {
    height: 40px;
    margin-right: 20px;
  }

  .image-77 {
    margin-top: -723px;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .column-25 {
    clear: left;
  }

  .columns-12 {
    margin-left: 20px;
  }

  .column-26 {
    clear: left;
    margin-top: -483px;
  }

  .collection-list-wrapper-9 {
    display: inline-block;
  }

  .collection-item-6 {
    float: none;
    clear: right;
    display: block;
  }

  .link-block-39 {
    margin-top: -40px;
    margin-left: 75px;
    margin-right: 0;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .image-81 {
    margin-top: -167px;
    margin-left: 20px;
  }

  .image-87 {
    margin-top: -436px;
    margin-left: -205px;
    display: none;
  }

  .heading-35 {
    text-align: center;
    margin-left: 0;
  }

  .image-90 {
    width: 100px;
    margin-top: 0;
    margin-left: 10px;
  }

  .image-94 {
    display: none;
  }

  .div-block-181 {
    text-align: center;
    margin-top: 2px;
  }

  .image-100 {
    margin-top: -55px;
    margin-left: 230px;
  }

  .image-107, .image-108, .image-109 {
    margin-top: 20px;
  }

  .youtube-2 {
    margin-top: -85px;
  }

  .div-block-186 {
    display: none;
  }

  .brand-5 {
    background-image: none;
  }

  .nav-menu-4 {
    background-color: var(--dark-slate-blue);
  }

  .dropdown-3 {
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--dark-slate-blue);
  }

  .div-block-187 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .text-block-15 {
    color: var(--white);
  }

  .dropdown-toggle-6 {
    background-image: url('../images/cruz-1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle-6.w--open {
    color: var(--white);
  }

  .dropdown-toggle-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-5 {
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-light-navbutton:hover {
    background-color: #fff;
  }

  .nosotros {
    height: 700px;
  }

  .servicios {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .soluciones {
    margin-top: 0;
  }

  .influencers {
    margin-top: 40px;
  }

  .blog {
    height: 2000px;
    margin-top: 40px;
    display: none;
  }

  .contacto {
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer {
    height: 550px;
    background-image: linear-gradient(138deg, #182368, #18225f);
    margin-top: 0;
    display: inline-block;
  }

  .text-block {
    padding-left: 20px;
  }

  .nav-link-light:active {
    background-color: rgba(0, 0, 0, .1);
  }

  .navbar-dark-nav-button:hover {
    background-color: #fff;
  }

  .nav-link-11 {
    margin-left: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-link-12 {
    margin-left: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
    display: none;
  }

  .nav-link-13, .nav-link-15 {
    margin-left: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
  }

  .container-2 {
    margin-top: 10px;
  }

  .nav-menu-3 {
    height: 100vh;
    background-color: var(--dark-slate-blue);
    padding-top: 50px;
  }

  .brand-4 {
    margin-top: 10px;
  }

  .brand-4.w--current {
    width: 100px;
    display: block;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 17px;
  }

  .div-block-8 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
  }

  .div-block-9 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-3 {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
  }

  .div-block-10 {
    width: 100%;
    margin-bottom: 100px;
  }

  .div-block-12 {
    width: 100%;
    height: auto;
    margin-top: -150px;
    margin-left: 0;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .text-block-2 {
    font-size: 17px;
    font-weight: 700;
  }

  .dropdown-list.w--open {
    margin-left: 0;
  }

  .dropdown-link-r {
    font-size: 13px;
  }

  .dropdown-link-r:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-r.w--current {
    color: var(--white);
  }

  .dropdown-link-a {
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
  }

  .dropdown-link-a:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-a.w--current {
    color: var(--white);
  }

  .dropdown-link--m {
    font-size: 13px;
    font-weight: 400;
  }

  .dropdown-link--m:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link--m.w--current {
    color: var(--white);
  }

  .cover-3 {
    height: 55vh;
    background-image: url('../images/coverinterna.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-7 {
    display: inline-block;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
  }

  .paragraph-4 {
    width: 100%;
    float: left;
    clear: left;
    margin-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }

  .submit-button {
    margin-right: 0;
  }

  .div-block-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-left: 20px;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .paragraph-6 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .heading-10 {
    width: 95%;
    margin-top: -16px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 12px;
    display: block;
  }

  .div-block-27 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-28, .div-block-29 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-30 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-31 {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }

  .div-block-32 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

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

  .link-block-10 {
    display: inline;
  }

  .link-block-11, .link-block-12 {
    display: block;
  }

  .image-11 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-47 {
    margin-left: 10px;
  }

  .paragraph-11 {
    width: 100%;
    display: inline-block;
  }

  .image-13 {
    order: 1;
    align-self: flex-end;
    margin-right: 24px;
    display: block;
  }

  .link-block-15 {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-50 {
    width: 90%;
    margin: 50px 0 10px 20px;
    display: inline-block;
    top: 0;
    left: auto;
  }

  .conta {
    clear: left;
    margin-right: 0;
  }

  .sol {
    clear: left;
    margin-top: 10px;
    display: block;
  }

  .paragraph-13 {
    margin-left: 10px;
  }

  .div-block-56 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-57 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .select-field {
    background-color: rgba(38, 50, 125, .3);
  }

  .textarea {
    width: 100%;
    display: inline-block;
  }

  .field-label-6 {
    margin-bottom: 20px;
  }

  .inicioo {
    width: 100%;
    background-image: url('../images/movilcover.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-61 {
    width: auto;
    background-image: none;
    display: block;
    position: static;
  }

  .heading-12 {
    margin-bottom: 0;
    font-size: 38px;
    display: inline-block;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: -10px;
    display: inline-block;
  }

  .div-block-62 {
    width: 90%;
    margin-top: 100px;
    margin-left: 20px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .paragraph-14 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-63 {
    width: 90%;
  }

  .button-2 {
    z-index: 9999;
    width: 100px;
    height: 35px;
    border-radius: 100px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 7px;
    font-size: 12px;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-3 {
    padding-right: 0;
  }

  .div-block-64 {
    width: 100%;
    height: 850px;
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text-4 {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
    display: block;
  }

  .div-block-65 {
    margin-top: 100px;
    margin-left: 20px;
    padding-top: 0;
    display: inline-block;
  }

  .bold-text-5 {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
    display: inline-block;
  }

  .div-block-66 {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-6 {
    width: 100%;
  }

  .link-block-17 {
    margin-bottom: 0;
    display: block;
  }

  .div-block-67 {
    display: none;
  }

  .column-5 {
    margin-top: -114px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-right: 0;
  }

  .div-block-75 {
    width: 100%;
    height: 400px;
    margin-left: 0;
    display: block;
  }

  .div-block-76 {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .heading-16 {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .paragraph-16 {
    margin-top: 10px;
  }

  .field-label-8 {
    clear: right;
    margin-bottom: 20px;
  }

  .field-label-9, .field-label-10, .field-label-11 {
    margin-bottom: 20px;
  }

  .submit-button-3 {
    clear: right;
    flex: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-right: 0;
    display: flex;
  }

  .column-8 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-78 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 36px;
    left: 0;
  }

  .column-9 {
    margin-top: -22px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-2 {
    width: 100%;
    float: right;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: none;
  }

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

  .form {
    width: 100%;
    clear: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .div-block-80 {
    float: left;
    clear: left;
    display: inline-block;
  }

  .bold-text-8 {
    display: inline-block;
  }

  .link-block-18, .image-23 {
    display: block;
  }

  .form-block-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .dropdown {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
  }

  .menu-button-2 {
    background-color: var(--dark-slate-blue);
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-blue);
    color: var(--indian-red);
  }

  .social {
    display: none;
  }

  .image-25 {
    margin-top: -37px;
    margin-left: 204px;
  }

  .div-block-84 {
    width: 100%;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-85 {
    width: 50%;
    float: left;
    clear: both;
    border-radius: 0;
    margin-top: 0;
  }

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

  .callme {
    width: 50%;
    float: right;
    clear: right;
    border-radius: 0;
    margin-top: 0;
  }

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

  .div-block-86 {
    margin-top: 0;
  }

  .background-video {
    width: 300px;
    height: 200px;
    top: 82px;
    left: 0;
  }

  .div-block-87 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-88 {
    width: 300px;
    flex-wrap: nowrap;
    margin-top: 97px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-17 {
    margin-left: 20px;
  }

  .paragraph-17 {
    margin-bottom: 0;
    margin-left: -16px;
    padding-left: 0;
    font-size: 13px;
  }

  .div-block-91 {
    align-items: flex-start;
    margin: 40px 20px 20px;
    display: flex;
  }

  .div-block-92 {
    margin-top: 0;
    margin-left: 25px;
    padding-top: 0;
    display: inline-block;
  }

  .seccion-6 {
    height: 700px;
    margin-top: 120px;
    margin-bottom: 0;
    display: inline-block;
  }

  .heading-18 {
    width: 100%;
    clear: left;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }

  .bold-text-9 {
    width: 100%;
    float: left;
    clear: left;
    font-size: 20px;
    display: block;
  }

  .paragraph-18 {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-93 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .heading-19 {
    flex: 0 auto;
    line-height: 17px;
    display: block;
  }

  .image-30 {
    float: none;
    clear: none;
  }

  .div-block-94 {
    clear: left;
    margin-top: 10px;
  }

  .div-block-95 {
    width: 100%;
    clear: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: block;
  }

  .div-block-96 {
    clear: left;
  }

  .seccion-2 {
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    display: inline-block;
  }

  .seccion-3 {
    height: 600px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
  }

  .seccion-5 {
    height: 650px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
  }

  .seccion-4 {
    height: 600px;
    margin-top: 150px;
    margin-bottom: 40px;
    display: inline-block;
  }

  .seccion-1 {
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .div-block-97 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 70px;
  }

  .paragraph-19 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .image-31 {
    order: 0;
    align-self: auto;
  }

  .bold-text-11 {
    text-align: left;
  }

  .div-block-100 {
    width: 35px;
    flex-wrap: nowrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .serv {
    clear: left;
    flex-direction: row;
    flex: 1;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .correo, .nombre {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .telefono {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .popup {
    height: 90vh;
    display: none;
  }

  .div-block-medios {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin: 30px 0 0;
  }

  .column-11 {
    display: block;
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .div-block-103 {
    width: 87%;
    height: 100%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-20 {
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .image-34 {
    width: 95%;
    text-align: left;
    background-image: url('../images/popup-1.png');
    background-position: 50%;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .image-35 {
    z-index: 9999;
    margin-top: 0;
    margin-right: 15px;
    position: relative;
  }

  .compliance {
    width: 280px;
    height: auto;
    clear: left;
    flex-direction: row;
    flex: none;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .influencer {
    width: 280px;
    height: auto;
    clear: left;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .gobierno {
    width: 280px;
    height: auto;
    clear: left;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .propiedad {
    width: 280px;
    height: auto;
    flex-flow: row;
    flex: none;
    order: 1;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .medios {
    width: 280px;
    height: auto;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .columns-mediosdi {
    height: 80vh;
    opacity: .94;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-38 {
    margin-top: 10px;
    display: block;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-39 {
    width: 100%;
    float: none;
    clear: none;
    display: block;
  }

  .column-12 {
    padding-left: 0;
  }

  .link-block-25, .link-block-26, .column-16 {
    display: block;
  }

  .image-41 {
    margin-top: 5px;
  }

  .image-42 {
    margin-top: 21px;
  }

  .image-43 {
    margin-top: 0;
    top: 20px;
    left: 20px;
  }

  .paragraph-21 {
    z-index: auto;
    width: auto;
    color: var(--white);
    margin-top: 0;
    margin-left: 0;
    line-height: 16px;
    top: 0;
    left: 0;
  }

  .column-medios {
    padding-left: 0;
    padding-right: 0;
  }

  .image-44 {
    display: inline;
    left: 0;
  }

  .div-block-108 {
    width: 200px;
    margin-top: 48px;
    margin-left: 11px;
    position: static;
    top: 0;
    left: 0;
  }

  .link-block-28 {
    top: 29px;
    left: 46px;
  }

  .conta-1 {
    clear: left;
    margin-right: 0;
  }

  .div-block-109 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .popup-copy, .popup-copy-copy {
    height: 90vh;
    display: none;
  }

  .compliance-digital, .influencers-pop, .gobierno-pop, .intelectual-pop, .mediosalter-pop {
    height: 100vh;
    display: none;
  }

  .button-4 {
    align-items: center;
    display: block;
  }

  .button-5 {
    clear: none;
    margin-top: 0;
    margin-left: 0;
    padding-right: 20px;
  }

  .button-6 {
    text-align: left;
  }

  .button-7 {
    padding-left: 15px;
    padding-right: 20px;
    font-size: 9px;
  }

  .button-7:hover {
    font-size: 9px;
  }

  .text-span {
    letter-spacing: -1px;
    font-size: 16px;
  }

  .text-span:hover {
    font-size: 15px;
  }

  .button-8 {
    text-align: left;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    font-size: 14px;
  }

  .div-block-114 {
    width: 320px;
    top: -100px;
    left: 0;
  }

  .image-49 {
    display: none;
  }

  .section-5 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-31 {
    top: -70px;
    left: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-122 {
    height: 900px;
    object-fit: fill;
    margin-top: 0;
    overflow: hidden;
  }

  .collection-list-wrapper-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .collection-list-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .link-block-32 {
    margin-top: -79px;
    margin-bottom: 20px;
    margin-left: -98px;
  }

  .div-block-123 {
    width: 320px;
    display: none;
  }

  .paragraph-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-56 {
    width: 100%;
  }

  .collection-item-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .heading-30 {
    text-align: left;
  }

  .image-57 {
    position: relative;
    top: -75px;
    left: -14px;
  }

  .link-block-33 {
    width: 50px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
    top: -12px;
    left: 248px;
  }

  .image-58 {
    top: -387px;
    left: 6px;
  }

  .div-block-127 {
    display: none;
  }

  .previous {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-top: 301px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagination {
    align-items: center;
    display: flex;
  }

  .pagination-2 {
    clear: left;
    flex: 1;
    order: 1;
    align-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    position: relative;
    top: 40px;
  }

  .icon-3 {
    color: var(--indian-red);
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .previous-2 {
    border-style: none;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-4 {
    color: var(--indian-red);
    font-family: Open Sans, sans-serif;
    font-weight: 800;
  }

  .next {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-20 {
    padding-left: 0;
  }

  .columns-6 {
    flex: 1;
    margin-left: 0;
  }

  .image-62 {
    width: auto;
  }

  .bold-text-14 {
    font-size: 14px;
    line-height: 18px;
  }

  .link-15 {
    display: block;
  }

  .bold-text-15 {
    font-size: 14px;
    display: block;
  }

  .heading-31 {
    text-align: left;
    margin-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
  }

  .section-7 {
    height: 100%;
  }

  .rich-text-block {
    color: var(--dark-slate-blue);
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-9 {
    margin-top: 0;
    margin-left: 0;
    top: -49px;
  }

  .section-8 {
    height: auto;
    margin-top: 60px;
  }

  .image-64 {
    width: 100%;
  }

  .div-block-128 {
    margin-top: 40px;
  }

  .div-block-129 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-9 {
    height: 55vh;
    background-image: url('../images/bloginterna.jpg');
  }

  .image-66 {
    margin-top: -838px;
    margin-left: 4px;
    position: static;
    top: -387px;
    left: 5px;
  }

  .div-block-130 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding-bottom: 50px;
    display: flex;
  }

  .div-block-131 {
    width: 40px;
    height: 40px;
    background-color: var(--dark-slate-blue);
    border-radius: 100px;
    margin-right: 10px;
  }

  .div-block-131:hover {
    background-color: var(--dodger-blue);
  }

  .link-block-34 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .image-67 {
    text-align: left;
    margin: 10px 0 0 13px;
  }

  .fb, .inta, .tiktok {
    margin-right: 10px;
  }

  .ig {
    margin-top: 10px;
    margin-left: 10px;
  }

  .yt {
    margin-top: 13px;
    margin-left: 10px;
  }

  .tik {
    margin-top: 7px;
    margin-left: 10px;
  }

  .paragraph-29 {
    width: 200px;
    margin-top: 150px;
    margin-bottom: 0;
    margin-left: 20px;
    display: block;
    position: static;
  }

  .text-block-8 {
    color: var(--white);
  }

  .text-block-8:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .icon-5 {
    color: var(--indian-red);
    margin-top: 15px;
  }

  .icon-5:hover {
    color: var(--indian-red);
  }

  .dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-toggle-4:hover {
    color: var(--indian-red);
    font-weight: 400;
  }

  .dropdown-list-2 {
    background-color: var(--dark-slate-blue);
  }

  .dropdown-list-2.w--open {
    width: 300px;
    background-color: var(--dark-slate-blue);
    color: var(--white);
    background-image: linear-gradient(#182368, #18225f);
  }

  .dropdown-link-4 {
    color: var(--white);
    font-size: 12px;
  }

  .dropdown-link-4:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-5 {
    width: 300px;
    color: var(--white);
    font-size: 12px;
    display: inline-block;
  }

  .dropdown-link-5:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-6 {
    color: var(--white);
    font-size: 12px;
  }

  .dropdown-link-6:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-7 {
    color: var(--white);
    font-size: 12px;
  }

  .dropdown-link-7:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-8 {
    color: var(--white);
    font-size: 12px;
  }

  .dropdown-link-8:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-link-9 {
    color: var(--white);
    font-size: 12px;
  }

  .dropdown-link-9:hover {
    color: var(--indian-red);
    font-weight: 600;
  }

  .dropdown-2 {
    float: left;
    clear: left;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    width: 100%;
    min-width: 100%;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: -189px;
    display: block;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    width: 170px;
    margin-top: 10px;
  }

  .text-block-9 {
    width: 250px;
  }

  .link-19 {
    display: block;
  }

  .link-19:hover {
    color: var(--indian-red);
  }

  .link-20 {
    width: 100px;
    display: block;
  }

  .link-20:hover, .link-21:hover, .link-22:hover, .link-23:hover {
    color: var(--indian-red);
  }

  .div-block-133 {
    margin-bottom: -20px;
  }

  .container-4 {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-134 {
    width: 100%;
    margin-top: 27px;
    margin-left: 0;
  }

  .div-block-135, .div-block-136, .div-block-137 {
    margin-bottom: -20px;
  }

  .image-68 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .success-message-2 {
    background-color: var(--dark-slate-blue);
  }

  .text-block-10 {
    color: var(--white);
    font-family: Open Sans, sans-serif;
  }

  .text-block-11 {
    color: var(--indian-red);
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .error-message-2 {
    background-color: var(--dark-slate-blue);
  }

  .link-block-35 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    display: inline-block;
    position: relative;
    top: -20px;
    left: 299px;
  }

  .image-69 {
    display: block;
  }

  .footer-4 {
    text-align: left;
    margin-bottom: 0;
    padding: 20px 20px 60px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    margin-top: 25px;
    margin-left: 0;
  }

  .footer-image-2 {
    width: 30%;
  }

  .footer-heading-2 {
    margin-top: 0;
  }

  .footer-link-3 {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 18px;
    display: none;
  }

  .text-block-12 {
    margin-left: 0;
  }

  .div-block-141 {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-142 {
    width: 200px;
    margin-left: 0;
  }

  .link-25 {
    margin-left: 0;
  }

  .link-26 {
    display: inline-block;
  }

  .button-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .button-10:hover {
    color: var(--indian-red);
  }

  .div-block-149, .div-block-150, .div-block-151, .div-block-152, .div-block-153, .div-block-154 {
    display: flex;
  }

  .columns-7, .columns-8 {
    flex: 1;
    margin-left: 0;
  }

  .columns-9 {
    margin-left: 0;
    display: block;
  }

  .columns-10, .columns-11 {
    flex: 1;
    margin-left: 0;
  }

  .image-71, .image-72, .image-73, .image-74, .image-75 {
    width: 95%;
  }

  .image-77 {
    margin-top: -779px;
    margin-left: 5px;
    top: auto;
    left: auto;
  }

  .column-25 {
    display: block;
  }

  .columns-12 {
    margin-left: 0;
  }

  .div-block-156 {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .column-26 {
    margin-top: -450px;
    display: block;
    position: static;
  }

  .collection-item-6 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-12 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-12:hover {
    color: var(--indian-red);
  }

  .link-block-39 {
    justify-content: center;
    align-items: center;
    margin-top: -42px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .heading-34 {
    margin-left: 34px;
  }

  .image-79 {
    margin-left: 10px;
    top: 0;
    left: 0;
  }

  .collection-list-4 {
    flex-direction: column;
  }

  .image-80 {
    width: 390px;
  }

  .image-81 {
    margin-top: -195px;
    margin-left: 5px;
    display: none;
  }

  .div-block-159 {
    display: none;
  }

  .heading-35 {
    text-align: center;
    margin-left: 0;
    font-size: 35px;
  }

  .image-90 {
    width: 100px;
    margin-top: 0;
    margin-left: 10px;
  }

  .div-block-164 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-170 {
    display: none;
  }

  .collection-item-7 {
    margin-bottom: 30px;
  }

  .div-block-173, .menu-1 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-2 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-3 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-176 {
    display: none;
  }

  .heading-40 {
    margin-bottom: 40px;
    margin-left: 20px;
    font-size: 29px;
  }

  .text-block-13 {
    margin-left: 0;
  }

  .div-block-181 {
    text-align: left;
    margin-top: 31px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-182 {
    width: 100%;
    height: 570px;
    top: -518px;
  }

  .div-block-183 {
    margin-top: 40px;
  }

  .link-block-40 {
    margin: 0 0 0 35px;
    display: inline-block;
  }

  .image-100 {
    display: none;
  }

  .paragraph-31 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-101 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 0;
    display: block;
  }

  .image-102 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-103, .image-104 {
    padding: 10px 20px 0;
    display: block;
  }

  .image-105 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bold-text-26 {
    width: 100%;
  }

  .image-106 {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .link-block-41 {
    flex: 1;
  }

  .bold-text-27 {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-29 {
    font-size: 26px;
    display: block;
  }

  .medios-block {
    width: 100%;
    margin-top: 30px;
  }

  .youtube-2 {
    justify-content: center;
    align-items: center;
    margin-top: 86px;
    display: flex;
  }

  .div-block-186 {
    display: none;
  }

  .link-block-43 {
    padding-bottom: 100px;
  }

  .brand-5 {
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .navbar-4 {
    height: auto;
  }

  .nav-menu-4 {
    height: 100vh;
    background-color: var(--dark-slate-blue);
    padding-top: 50px;
    position: absolute;
  }

  .nav-link-16 {
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-link-16:hover {
    color: var(--indian-red);
  }

  .nav-link-17 {
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-link-17:hover {
    color: var(--indian-red);
  }

  .nav-link-19 {
    color: var(--white);
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-link-19:hover {
    color: var(--indian-red);
  }

  .nav-link-20 {
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-link-20:hover {
    color: var(--indian-red);
  }

  .dropdown-3 {
    align-items: flex-start;
    margin-left: 40px;
    display: flex;
  }

  .dropdown-link-10 {
    color: var(--white);
    padding-top: 10px;
    font-size: 13px;
    display: block;
  }

  .dropdown-link-10:hover {
    color: var(--indian-red);
  }

  .dropdown-link-10.w--current {
    color: var(--white);
  }

  .dropdown-link-11 {
    padding-top: 10px;
    font-size: 13px;
    display: block;
  }

  .dropdown-link-11:hover {
    color: var(--indian-red);
  }

  .dropdown-link-11.w--current {
    color: var(--white);
  }

  .dropdown-link-12 {
    padding-top: 10px;
    font-size: 13px;
  }

  .dropdown-link-12:hover {
    color: var(--indian-red);
  }

  .dropdown-link-12.w--current {
    color: var(--white);
  }

  .dropdown-link-13 {
    padding-top: 10px;
    font-size: 13px;
  }

  .dropdown-link-13:hover {
    color: var(--indian-red);
  }

  .dropdown-link-13.w--current {
    color: var(--white);
  }

  .dropdown-link-14 {
    padding-top: 10px;
    font-size: 13px;
    display: block;
  }

  .dropdown-link-14:hover {
    color: var(--indian-red);
  }

  .dropdown-link-14.w--current {
    color: var(--white);
    padding-top: 0;
  }

  .dropdown-link-15 {
    font-size: 13px;
  }

  .dropdown-link-15:hover {
    color: var(--indian-red);
  }

  .dropdown-link-15.w--current {
    color: var(--white);
  }

  .dropdown-list-3.w--open {
    margin-left: 0;
  }

  .text-block-14:hover {
    color: var(--indian-red);
  }

  .dropdown-toggle-5 {
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    font-size: 17px;
    font-weight: 700;
    display: block;
  }

  .dropdown-toggle-5:hover {
    color: var(--white);
  }

  .container-5 {
    margin-top: 0;
  }

  .menu-button-3 {
    color: var(--indian-red);
  }

  .menu-button-3.w--open {
    background-color: var(--dark-slate-blue);
  }

  .icon-6 {
    color: var(--indian-red);
    background-color: rgba(0, 0, 0, 0);
  }

  .image-110 {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .div-block-187 {
    width: 20px;
    height: 2px;
    background-color: var(--indian-red);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-4 {
    color: var(--white);
    margin-left: 0;
  }

  .text-block-15 {
    color: var(--white);
    font-size: 17px;
    font-weight: 700;
  }

  .text-block-15:hover {
    color: var(--indian-red);
  }

  .dropdown-toggle-6 {
    background-image: url('../images/cruz-1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-left: 40px;
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-toggle-6:hover {
    background-image: url('../images/cruz-1.svg');
    background-position: 100%;
    background-size: auto;
  }

  .dropdown-toggle-6.w--open {
    background-image: none;
  }

  .dropdown-link-16 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-16:hover {
    color: var(--indian-red);
  }

  .dropdown-link-16.w--current {
    color: var(--white);
  }

  .dropdown-link-17 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-17:hover {
    color: var(--indian-red);
  }

  .dropdown-link-17.w--current {
    color: var(--white);
  }

  .dropdown-link-18 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-18:hover {
    color: var(--indian-red);
  }

  .dropdown-link-18.w--current {
    color: var(--white);
  }

  .dropdown-link-19 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-19:hover {
    color: var(--indian-red);
  }

  .dropdown-link-19.w--current {
    color: var(--white);
  }

  .dropdown-link-20 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-20:hover {
    color: var(--indian-red);
  }

  .dropdown-link-20.w--current {
    color: var(--white);
  }

  .dropdown-link-21 {
    color: var(--white);
    text-transform: none;
    font-size: 12px;
  }

  .dropdown-link-21:hover {
    color: var(--indian-red);
  }

  .dropdown-link-21.w--current {
    color: var(--white);
  }

  .dropdown-list-4 {
    background-color: var(--dark-slate-blue);
  }

  .dropdown-list-4.w--open {
    margin-left: 40px;
  }

  .dropdown-toggle-7 {
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    font-weight: 700;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .text-block-16:hover {
    color: var(--indian-red);
  }

  .dropdown-link-22.w--current, .dropdown-link-23.w--current, .dropdown-link-24.w--current, .dropdown-link-25.w--current, .dropdown-link-26.w--current, .dropdown-link-27.w--current {
    color: var(--white);
  }

  .dropdown-list-5.w--open {
    padding-left: 40px;
  }

  .dropdown-5 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}


