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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 2.44em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.94em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.56em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.28em;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 0.78em;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  max-width: 65ch;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: 600;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.sg-left-top-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #444445;
}

.sg-right-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-outer-wrapper {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
}

.return-to-top-lb {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.return-to-top-lb:hover {
  background-color: #b06330;
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-brand-wrapper {
  width: 100%;
  padding: 32px;
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.sg-anchor-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-return-to-home-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #444445;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-return-to-home-lb:hover {
  background-color: #333334;
}

.sg-return-to-home-lb.desktop-only {
  margin-top: auto;
}

.sg-return-to-home-lb.mobile-only {
  height: 0px;
  padding: 0em;
  border-top-style: none;
}

.sg-anchor-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-anchor-lb:hover {
  background-color: #d8282e;
}

.sg-anchor-lb.w--current {
  background-color: #333334;
  box-shadow: inset 3px 0 0 0 #dc7d3c;
}

.p1.mobile-only {
  display: none;
}

.p1.centred {
  text-align: center;
}

.p1.capitals {
  text-transform: uppercase;
}

.p1.no-max-width {
  max-width: none;
}

.p1.small {
  font-size: 0.78em;
}

.p1.tiny {
  font-size: 0.67em;
}

.sg-divider {
  width: 100%;
  height: 0.5px;
  min-height: 0.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.sg-divider.typography {
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.global-section.sg {
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.global-section.sg.bottom {
  border-bottom-style: none;
}

.global-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-lb {
  max-width: 100%;
}

.logo-lb.sidebar {
  height: 48px;
  margin-bottom: 16px;
}

.logo-img {
  height: 100%;
}

.return-to-top-icon {
  width: 33.33%;
}

.sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.sg-return-to-home-icon.mobile-only {
  display: none;
}

.spacer {
  width: 4em;
  height: 4em;
}

.spacer.s16px {
  width: 16px;
  height: 16px;
}

.sg-typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text {
  max-width: 65ch;
  font-size: 1em;
}

.text.sg-typography-label {
  font-weight: 700;
  text-transform: uppercase;
}

.text.sg-typography-label.non-caps {
  text-transform: none;
}

.text.small {
  font-size: 0.78rem;
}

.text.tiny {
  font-size: 0.67em;
}

.text.centred {
  text-align: center;
}

.text.capitals {
  text-transform: uppercase;
}

.text.no-max-width {
  max-width: none;
}

.text.mobile-only {
  display: none;
}

.text.sg-colour-label {
  margin-bottom: 2px;
  font-size: 0.78em;
  text-align: center;
}

.text.sg-colour-label.main {
  font-weight: 700;
}

.text.sg-colour-label.hex {
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text.italic {
  font-style: italic;
}

.text.italic.uppercase {
  text-transform: uppercase;
}

.text.italic.uppercase.text-right {
  line-height: 1.2;
  text-align: right;
}

.top {
  width: 100%;
  height: 0px;
}

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

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-heading-wrapper.h2 {
  max-width: 440px;
}

.sg-heading-wrapper.h3 {
  max-width: 350px;
}

.sg-heading-wrapper.h4 {
  max-width: 275px;
}

.sg-heading-wrapper.h5 {
  max-width: 220px;
}

.sg-heading-wrapper.h6 {
  max-width: 210px;
}

.inline-link:hover {
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-colours-grid {
  max-width: 575px;
  margin-right: -16px;
  margin-left: -16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.sg-colour-wrapper.main {
  border-radius: 5px;
  background-color: #444445;
}

.sg-colour-wrapper.secondary-hue {
  background-color: #b06330;
}

.sg-colour-swatch {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #d8282e;
}

.sg-colour-swatch.primary-shade-1 {
  background-color: #444445;
}

.sg-colour-swatch.primary-shade-2 {
  background-color: #333334;
}

.sg-colour-swatch.primary-tint-1 {
  background-color: #455cc7;
}

.sg-colour-swatch.primary-tint-2 {
  background-color: #232222;
}

.sg-colour-swatch.secondary-hue {
  background-color: #dc7d3c;
}

.sg-colour-swatch.secondary-shade-1 {
  background-color: #b06330;
}

.sg-colour-swatch.secondary-shade-2 {
  background-color: #844a24;
}

.sg-colour-swatch.secondary-tint-1 {
  background-color: #e39663;
}

.sg-colour-swatch.secondary-tint-2 {
  background-color: #ffb700;
}

.sg-colour-swatch.black {
  background-color: #333;
}

.sg-colour-swatch.white {
  background-color: #fff;
}

.sg-colour-swatch.error {
  background-color: #b00020;
}

.sg-colour-swatch.success {
  background-color: #00b04f;
}

.sg-colour-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-logos-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-logo-wrapper {
  padding: 64px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
}

.rtb p {
  margin-bottom: 16px;
}

.rtb h3 {
  margin-bottom: 8px;
}

.rtb h4 {
  margin-bottom: 8px;
}

.rtb h5 {
  margin-bottom: 8px;
}

.rtb h6 {
  margin-bottom: 8px;
}

.rtb img {
  width: 100%;
  border-radius: 5px;
}

.rtb figcaption {
  margin-top: 8px;
  color: hsla(0, 0%, 93.3%, 0.75);
  font-size: 0.78em;
}

.rtb figure {
  margin-bottom: 16px;
}

.rtb ol {
  margin-bottom: 0px;
  padding-left: 40px;
  list-style-type: decimal;
}

.rtb ul {
  margin-bottom: 0px;
  padding-left: 40px;
  list-style-type: disc;
}

.rtb blockquote {
  margin-bottom: 0px;
  padding: 24px;
  border-left-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #444445;
  box-shadow: inset 3px 0 0 0 #dc7d3c;
}

.blog-post-first-letter {
  margin-top: 4px;
  margin-right: 8px;
  float: left;
  color: #dc7d3c;
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
}

.image {
  width: 500px;
}

.sg-buttons-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #455cc7;
  border-radius: 5px;
  background-color: #455cc7;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: #b06330;
  background-color: #d8282e;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
}

.button.outlined {
  background-color: transparent;
}

.button.outlined:hover {
  border-color: #dc7d3c;
  background-color: #dc7d3c;
}

.button.outlined.secondary {
  background-color: transparent;
}

.button.outlined.secondary:hover {
  border-color: #444445;
  background-color: #444445;
}

.button.secondary {
  border-color: #444445;
  background-color: #444445;
}

.button.secondary:hover {
  border-color: #333334;
  background-color: #333334;
}

.button.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.arrow.form {
  width: 100%;
}

.button.arrow.form.text {
  height: 35px;
  padding-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.button.arrow.form.text:hover {
  border-color: #d8282e;
}

.button.fixed {
  display: none;
}

.button.typ {
  margin-top: 1.5em;
  background-color: #d8282e;
}

.button-icon {
  height: 14px;
  margin-left: 16px;
}

.delete-me {
  margin-top: 32px;
  padding: 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.sg-button-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.favicon {
  width: 32px;
  height: 32px;
}

.webclip {
  width: 256px;
  height: 256px;
  -o-object-fit: contain;
  object-fit: contain;
}

.code-span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #444445;
  font-family: 'Courier Prime', sans-serif;
  color: #dfcb6c;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 400;
}

.main_container {
  overflow: hidden;
}

.header {
  overflow: hidden;
  height: auto;
  margin-bottom: 0em;
  background-image: linear-gradient(104deg, rgba(69, 92, 199, 0.8) 22%, hsla(0, 0%, 100%, 0)), url('../images/trama_header.svg'), url('../images/trama_header_3.svg'), url('../images/trama_header_2.svg'), url('../images/fondo_header.svg');
  background-position: 0px 0px, 0px -36px, 4% 96%, 100% 189%, 0px 0px;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
}

.header.typ {
  height: 100vh;
}

.por-que-la-uai {
  padding-top: 3em;
  padding-bottom: 3em;
}

.beneficios-exclusivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/trama_header_3.svg'), url('../images/trama_bg2.svg'), url('../images/fondo_header.svg');
  background-position: 2% 110%, 100% 50%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat;
}

.testimonios-uai {
  padding-top: 4em;
  padding-bottom: 4em;
  background-image: url('../images/tramatesti.svg');
  background-position: 0% -327%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 4em;
  padding-bottom: 0em;
}

.img_fondo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1280px;
  padding: 0em 2em 0px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header_navbar {
  margin-bottom: 2em;
  padding-top: 1.4em;
  padding-bottom: 1em;
  background-color: transparent;
}

.navbar__menu {
  margin-top: 15px;
}

.menu__item {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.menu__item.text {
  padding: 0px 16px;
}

.menu__item.text.midle {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
}

.logo_licen_sunedu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.logo_licen_sunedu.mobile {
  display: none;
}

.icon_licenciado {
  margin-right: 0.5em;
}

.line_space {
  width: 1px;
  height: auto;
  margin: 10px 1em;
  background-color: #fff;
  opacity: 0.21;
}

.header__cotent {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 0.75fr;
  grid-template-columns: 1.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header__cotent.testimonios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content_title_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img_jovenes {
  position: relative;
  left: -138px;
  z-index: 2;
  width: 800px;
  height: auto;
  max-width: none;
  margin-bottom: -2px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.img_jovenes.typ {
  left: -200px;
}

.img_jovenes.none {
  display: none;
}

.title_info {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.title_info.typ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub_title {
  margin-bottom: 0em;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}

.mejora {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mejora.mtop {
  margin-top: -14px;
  margin-bottom: 1.9em;
}

.h1_header {
  margin-right: 0.2em;
  margin-bottom: 0px;
  font-size: 4em;
  font-style: italic;
}

.h1_header.pleft {
  margin-right: 0em;
  margin-left: 0.2em;
}

.title_cierre {
  padding-top: 4.1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cierre_inscripciones {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9em 189px 0.9em 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  box-shadow: 6px 6px 0 -2px #fff;
}

.fecha_cierre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.8em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numero_fecha.text {
  color: #ffb700;
  font-size: 3.5em;
  line-height: 1;
  font-style: italic;
  font-weight: 800;
}

.mes {
  margin-left: 0.5em;
}

.mes_text {
  text-transform: uppercase;
}

.mes_text.text {
  color: #ffb700;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.line {
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.line.title {
  width: 50px;
  height: 4px;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  background-color: #ffb700;
}

.line.title.typ {
  margin-bottom: 1.5em;
}

.header__form {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  overflow: auto;
  max-width: 300px;
  margin-top: 5em;
  margin-right: 3.5vw;
  padding: 1.1em 1.1em 0.3em;
  border-style: solid;
  border-width: 2px;
  border-color: #455cc7;
  border-radius: 8px;
  background-color: #fff;
}

.form_title {
  color: #455cc7;
  font-size: 1.3em;
  font-style: italic;
}

.text_red {
  color: #d8282e;
}

.input {
  height: 30px;
  margin-bottom: 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(69, 92, 199, 0.43);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:focus {
  border-color: #455cc7;
}

.input.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_checkbox {
  color: #333334;
}

.form_checkbox.text {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  color: #444445;
  font-size: 0.6em;
  line-height: 1.5;
}

.select_input {
  margin-right: 0.87em;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
}

.check_icon {
  width: 14px;
  height: 14px;
  border-width: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.check_icon.w--redirected-checked {
  width: 14px;
  height: 14px;
  border-color: #ffb700;
  background-color: #ffb700;
  background-size: contain;
}

.check_icon.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(255, 183, 0, 0.48);
}

.seccion_info.testimonios {
  width: 65%;
}

.seccion__title {
  margin-bottom: 1.5em;
  color: #455cc7;
  font-size: 2.5em;
  font-style: italic;
}

.seccion__title.white {
  color: #fff;
}

.secction__grid {
  grid-column-gap: 35px;
  grid-row-gap: 52px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.item_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232222;
}

.item_grid.text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.item_grid.text.white {
  color: #fff;
}

.item_grid.text.white.parati {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.item_grid.text.white.parati:hover {
  -webkit-filter: none;
  filter: none;
}

.item_grid__img {
  height: 70px;
  margin-right: 1.2em;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.item_grid__img:hover {
  -webkit-filter: none;
  filter: none;
}

.item_grid__img.parati {
  -webkit-filter: none;
  filter: none;
}

.item_grid__img.parati:hover {
  -webkit-filter: none;
  filter: none;
}

.marquesine.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 1.5em;
  font-size: 3em;
  font-style: italic;
  font-weight: 800;
}

.outlinetext {
  text-shadow: 0 0 2px #d8282e;
}

.outlinetext.blue {
  text-shadow: 0 0 2px #455cc7;
}

.listmarquesine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.text_orange {
  color: #ffb700;
}

.slidertestimonios {
  height: auto;
  background-color: transparent;
}

.slider_item {
  width: 100%;
}

.grid_item_testimonio {
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info_user.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232222;
  font-size: 0.8em;
  text-align: center;
}

.info_testi.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #232222;
  font-size: 1.2em;
  font-style: italic;
}

.img_user {
  width: 70px;
  height: 70px;
  border-style: none;
  border-width: 1px;
  border-color: #e2e7fe;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.content_img_user {
  position: relative;
  margin-bottom: 0.8em;
  padding: 16px;
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(69, 92, 199, 0.38);
  border-radius: 505px;
}

.icon_carrera {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d8282e;
}

.nombre_user {
  margin-bottom: 0.5em;
}

.nombre_user.cargo {
  color: #455cc7;
  font-size: 1.2em;
  font-weight: 600;
}

.img_comillas {
  height: 45px;
  margin-bottom: 0.8em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.img_comillas.right {
  margin-top: 0.8em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.slide_nav {
  left: 34%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.slide_nav.right {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slide_arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45px;
  height: 45px;
  padding: 8px;
}

.slide_arrow.right {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

.slide_arrow.text {
  left: 10%;
  bottom: -1%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(68, 68, 69, 0.5);
  border-radius: 50%;
  color: #444445;
  font-size: 1.2em;
}

.carrera_user {
  width: 160px;
}

.gridfooter {
  margin-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 35px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.maps_box {
  overflow: hidden;
  height: 350px;
  border-radius: 8px;
}

.item_div {
  margin-bottom: 2em;
  color: #455cc7;
  font-style: italic;
}

.btn_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(68, 68, 69, 0.2);
  border-radius: 8px;
  color: #232222;
  text-decoration: none;
}

.btn_contact.text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
}

.icon_wsp {
  margin-right: 0.8em;
}

.copy_firma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(68, 68, 69, 0.5);
}

.copy_firma.text {
  width: 100%;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.firmapl {
  margin-left: 16px;
  border-left: 1px solid rgba(68, 68, 69, 0.2);
}

.img_firma {
  margin-left: 16px;
  padding-top: 3px;
}

.titlemodal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001e60;
}

.inputform {
  margin-bottom: 16px;
  padding: 4px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 98, 124, 0.3);
  border-radius: 8px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.inputform:hover {
  border-color: #08b1a8;
}

.h3titlemodal {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #455cc7;
  font-weight: 600;
}

.modalblocksearc {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1050;
  display: none;
  padding-top: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fondomodal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.86);
}

.close {
  color: #455cc7;
  cursor: pointer;
}

.close.form {
  display: none;
}

.boxcontentmodal {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 500px;
  max-width: 600px;
  padding: 28px;
  border-radius: 8px;
  background-color: #fff;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 5px;
  background-color: #08b1a8;
  background-image: none;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.button-2:hover {
  background-color: #001e60;
}

.button-2.color-5 {
  background-color: #001e60;
}

.button-2.color-5:hover {
  background-color: #08b1a8;
}

.button-2.color-5.full {
  width: 100%;
}

.rich_politicas {
  color: #444445;
}

.rich_politicas a {
  color: #455cc7;
}

.rich_politicas ol {
  list-style-type: decimal;
}

.rich_politicas li {
  margin-bottom: 12px;
  padding-left: 8px;
}

.input-hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .sg-colours-grid {
    max-width: 600px;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button.arrow.form.text {
    height: auto;
    padding-top: 8px;
  }

  .image-2 {
    width: 256px;
    height: 256px;
  }

  .footer {
    padding-top: 4em;
  }

  .img_jovenes {
    left: -73px;
  }

  .header__form {
    max-width: 380px;
  }

  .input {
    margin-bottom: 0.7em;
  }
}

@media screen and (min-width: 1440px) {
  .sg-colours-grid {
    max-width: 625px;
  }

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

  .img_jovenes {
    left: -140px;
    width: 1000px;
  }

  .h1_header {
    font-size: 4.4em;
  }

  .header__form {
    margin-top: 8.1em;
    margin-right: 8vw;
  }

  .form_title {
    font-size: 1.56em;
  }

  .input {
    height: auto;
  }

  .form_checkbox.text {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 1920px) {
  .global-section {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .global-section.sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .sg-colours-grid {
    max-width: 650px;
  }

  .header {
    height: auto;
  }

  .testimonios-uai {
    display: block;
    height: 700px;
    padding: 4.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    max-width: 1440px;
  }

  .content_title_img {
    position: relative;
  }

  .img_jovenes {
    position: relative;
    left: -141px;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 900px;
    height: auto;
    max-width: none;
    min-height: auto;
  }

  .title_cierre {
    padding-top: 4.6em;
  }

  .cierre_inscripciones {
    padding-left: 46px;
  }

  .header__form {
    margin-right: 15vw;
  }

  .slidertestimonios {
    background-color: transparent;
  }

  .grid_item_testimonio {
    height: 100%;
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .info_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232222;
    text-align: center;
  }

  .info_user.text {
    font-size: 0.8em;
  }

  .info_testi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_testi.text {
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #444445;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 400;
  }

  .img_user {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .content_img_user {
    position: relative;
    margin-bottom: 0.8em;
    padding: 16px;
    border-style: dotted;
    border-width: 2px;
    border-color: rgba(69, 92, 199, 0.31);
    border-radius: 50%;
  }

  .icon_carrera {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #d8282e;
  }

  .nombre_user {
    margin-bottom: 0.5em;
  }

  .block-quote {
    color: #232222;
  }

  .img_comillas {
    height: 50px;
    margin-bottom: 0.8em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .img_comillas.right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-4 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  h4 {
    font-size: 1.22em;
  }

  .sg-left-top-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
    z-index: 5;
    width: 100%;
    min-height: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0px;
  }

  .sg-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-anchor-links-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: -150px;
    z-index: 1;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
    border-top-style: solid;
  }

  .sg-anchor-lb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 #dc7d3c;
  }

  .p1.mobile-only {
    display: block;
  }

  .p1.desktop-only {
    display: none;
  }

  .logo-lb.sidebar {
    height: 48%;
  }

  .sg-return-to-home-icon.mobile-only {
    display: block;
  }

  .text.desktop-only {
    display: none;
  }

  .text.mobile-only {
    display: block;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button.arrow.form.text {
    max-width: none;
  }

  .button.fixed {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #d8282e;
    border-radius: 0px;
    background-color: #d8282e;
    font-size: 1.2em;
  }

  .beneficios-exclusivos {
    height: 600px;
  }

  .navbar__menu {
    margin-top: 0px;
    padding: 17px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 7px 10px -2px rgba(68, 68, 69, 0.4);
    color: #444445;
  }

  .menu__item.text {
    color: #455cc7;
    font-weight: 600;
  }

  .header__cotent {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content_title_img.typ {
    height: 100%;
  }

  .img_jovenes {
    left: -93px;
    width: 800px;
  }

  .header__form {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1050;
    display: none;
    overflow: auto;
    max-width: none;
    margin-top: 0em;
    margin-right: 0vw;
    padding-top: 2.9em;
    padding-right: 10.2em;
    padding-left: 10.2em;
  }

  .form_title {
    margin-bottom: 0px;
  }

  .form_checkbox.text {
    max-width: none;
  }

  .seccion_info.testimonios {
    width: auto;
    max-width: none;
  }

  .modalblocksearc {
    display: none;
  }

  .close.form {
    display: block;
  }

  .menubutton {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 8px;
  }

  .menubutton.w--open {
    border: 1px none #000;
    border-radius: 8px;
    background-color: rgba(69, 92, 199, 0.77);
  }

  .labelcheckbox {
    margin-top: 4px;
    margin-bottom: 0px;
  }

  .title_form_close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .sg-brand-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .global-section {
    padding: 64px 40px;
  }

  .text.sg-colour-label {
    font-size: 1em;
  }

  .text.sg-colour-label.main {
    margin-bottom: 2px;
  }

  .text.sg-colour-label.hex {
    font-size: 0.78em;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-colour-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 25%;
  }

  .sg-colour-label-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .por-que-la-uai {
    padding-bottom: 2em;
  }

  .beneficios-exclusivos {
    height: auto;
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .testimonios-uai {
    padding-bottom: 2em;
  }

  .footer {
    padding-bottom: 5.9em;
  }

  .header__logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_navbar {
    margin-bottom: 1em;
  }

  .navbar__menu {
    padding-bottom: 0px;
  }

  .menu__item.text {
    display: block;
    margin-bottom: 18px;
  }

  .logo_uai {
    height: auto;
  }

  .logo_licen_sunedu {
    display: none;
    font-size: 14px;
  }

  .logo_licen_sunedu.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_licen_sunedu.mobile.typ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line_space {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }

  .content_title_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img_jovenes {
    position: static;
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: -47px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .img_jovenes.typ {
    margin-top: -59px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

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

  .sub_title {
    text-align: center;
  }

  .sub_title.typ {
    text-align: left;
  }

  .mejora.mtop.typ {
    margin-bottom: 1em;
  }

  .h1_header.typ {
    font-size: 3.5em;
    line-height: 1.3;
  }

  .title_cierre {
    padding-top: 0em;
  }

  .cierre_inscripciones {
    position: static;
    left: 16%;
    padding-right: 42px;
    padding-left: 42px;
  }

  .header__form {
    padding: 1.7em 2.5em;
  }

  .seccion_info.testimonios {
    width: 500px;
  }

  .grid_item_testimonio {
    justify-items: center;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img_comillas {
    height: 40px;
  }

  .slide_nav {
    left: auto;
    top: auto;
    right: 4%;
    bottom: -2%;
  }

  .slide_arrow.text {
    left: 5%;
  }

  .gridfooter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copy_firma.text {
    margin-top: 1em;
  }

  .menubutton {
    padding: 15px;
  }

  .bold-text {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sg-brand-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .global-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .sg-colour-swatch {
    margin-bottom: 0px;
  }

  .sg-logo-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sg-button-block {
    padding: 16px;
  }

  .button {
    width: 100%;
  }

  .button.fixed {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.3em;
    font-weight: 700;
  }

  .delete-me {
    margin-top: 16px;
    padding: 16px;
  }

  .sg-logo-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header {
    background-position: 0px 0px, 0px -36px, 4% 96%, 100% 111%, 0px 0px;
    background-size: auto, auto, auto, 150px 180px, cover;
  }

  .beneficios-exclusivos {
    background-position: 2% 110%, 100% 100%, 50% 50%;
    background-size: auto, 100px, cover;
  }

  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .container.flex {
    max-width: none;
  }

  .header__logos {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_uai {
    height: auto;
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
  }

  .logo_licen_sunedu.mobile {
    margin-bottom: 1.5em;
  }

  .logo_licen_sunedu.mobile.typ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__cotent {
    display: block;
  }

  .header__cotent.testimonios {
    display: block;
  }

  .img_jovenes.typ {
    position: relative;
    left: -92px;
    width: 180%;
    max-width: none;
    margin-top: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .sub_title.typ {
    text-align: left;
  }

  .mejora.mtop.typ {
    margin-bottom: 0em;
  }

  .mejora.typ {
    margin-bottom: 0.5em;
  }

  .h1_header {
    font-size: 3.5em;
  }

  .h1_header.pleft.typ {
    margin-bottom: 0em;
  }

  .h1_header.typ {
    margin-bottom: 0em;
    font-size: 2.5em;
    line-height: 1.2;
  }

  .header__form {
    display: none;
  }

  .seccion_info.testimonios {
    width: auto;
  }

  .seccion__title {
    margin-bottom: 1em;
    text-align: center;
  }

  .seccion__title.white {
    font-size: 2.2em;
  }

  .item_grid.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item_grid.text.white.parati {
    -webkit-filter: none;
    filter: none;
  }

  .item_grid__img {
    margin-right: 0em;
    margin-bottom: 0.8em;
  }

  .item_grid__text {
    text-align: center;
  }

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

  .info_testi.text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copy_firma.text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .firmapl {
    margin-top: 6px;
    margin-left: 0px;
    border-left-style: none;
  }

  .img_firma {
    margin-left: 0px;
  }

  .modalblocksearc {
    display: none;
    overflow: auto;
  }

  .boxcontentmodal {
    overflow: scroll;
  }

  .button-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .menubutton {
    margin-top: -23px;
    padding: 12px;
  }
}

#w-node-657a7b452ae6-6354a50c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-5782d0ac4a89-6354a50c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-657a7b452ae6-d1b73ce7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-5782d0ac4a89-6354a50c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

