*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  position: initial !important;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  position: initial !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

main ul,
main ol {
  list-style-type: disc;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face{font-family:"Work Sans";src:url(https://287524.fs1.hubspotusercontent-na1.net/hubfs/287524/01.UNITEC/assets/fonts/WorkSans-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:"Work Sans";src:url(https://287524.fs1.hubspotusercontent-na1.net/hubfs/287524/01.UNITEC/assets/fonts/WorkSans-Medium.ttf);font-weight:500;font-display:swap}@font-face{font-family:"Work Sans";src:url(https://287524.fs1.hubspotusercontent-na1.net/hubfs/287524/01.UNITEC/assets/fonts/WorkSans-Bold.ttf);font-weight:700;font-display:swap}:root{--primary-font:"Work Sans",sans-serif;--secondary-font:"Work Sans",sans-serif;--alternate-font:"Work Sans",sans-serif}body{line-height:1.4;overflow-wrap:break-word}html[lang^=ja] body,html[lang^=ko] body,html[lang^=zh] body{line-break:strict;overflow-wrap:normal;word-break:break-all}p{font-size:1rem;margin:0 0 1.4rem}a{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0 0 10px}ol,ul{margin:0 0 10px}ol ol,ol ul,ul ol,ul ul{margin:0}ul.no-list{list-style:none;margin:0;padding-left:0}pre{overflow:auto}code{vertical-align:bottom}blockquote{border-left:2px solid;margin:0 0 1.4rem;padding-left:.7rem}hr{border:none;border-bottom:1px solid #ccc}img{font-size:.583rem;word-break:normal}.text--center--desktop{text-align:center}.text--left--desktop{text-align:initial}.text--right--desktop{text-align:right}.text--justify--desktop{text-align:justify}.d--flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.d--block--desktop{display:block}.flex--wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.justify--justify--desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.justify--left-desktop{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.justify--center--desktop{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify--right--desktop{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.align--start--desktop{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.align--center--desktop{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.align--end--desktop{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}@media only screen and (max-width:1024px){.text--center--tablet{text-align:center}.text--left--tablet{text-align:initial}.text--right--tablet{text-align:right}.text--justify--tablet{text-align:justify}.d--block--tablet{display:block}.justify--justify--tablet{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.justify--left--tablet{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.justify--center--tablet{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify--right--tablet{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.align--start--tablet{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.align--center--tablet{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.align--end--tablet{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}}@media only screen and (max-width:767px){.d--block--mobile{display:block}.text--center--mobile{text-align:center}.text--left--mobile{text-align:initial}.text--right--mobile{text-align:right}.text--justify--mobile{text-align:justify}.justify--justify--mobile{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.justify--left--mobile{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.justify--center--mobile{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify--right--mobile{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.align--start--mobile{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.align--center--mobile{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.align--end--mobile{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}}
[class*=btn-],a[class*=btn-],button.btn-primary,button[class*=btn-],form .actions,form .hs-button,form input[type=submit],input[type=button][class*=btn-],input[type=submit][class*=btn-]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0 solid transparent;text-decoration:none;cursor:pointer;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:relative;display:inline-block;text-align:center;max-width:100%;z-index:3;background-color:transparent;margin:5px 0}.content-cta [class*=btn-],.content-cta a[class*=btn-]{min-width:300px;padding:9pt 14px 14px}[class*=btn-] span,a[class*=btn-] span,button[class*=btn-] span,form .actions input[type=submit]{font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}[class*=btn-]:before,a[class*=btn-]:before,button[class*=btn-]:before,form .actions:before{content:"";border:1px solid transparent;border-color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:-1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=btn-]:not(.btn-simple):hover span,a[class*=btn-]:not(.btn-simple):hover span,button[class*=btn-]:hover span,form .actions:hover input[type=submit]{color:var(--light-color)}[class*=btn-]:not(.btn-simple):hover:before,a[class*=btn-]:not(.btn-simple):hover:before,button[class*=btn-]:hover:before,form .actions:hover:before{background-color:var(--alternate-color);border-color:var(--light-color)}[class*=btn-simple],a[class*=btn-simple]{padding:0}.btn-simple:hover,a.btn-simple:hover{color:var(--primary-color)!important}.btn-outline:before,a.btn-outline:before,button.btn-outline:before{background-color:transparent;border-color:inherit}.btn-outline:hover:before,a.btn-outline:hover:before,button.btn-outline:hover:before{border-color:var(--light-color)}.btn-outline span,a.btn-outline span,button.btn-outline span{color:inherit}.icon-arrow span:after{content:"";background-repeat:no-repeat;background-position:center;background-size:17px;width:20px;height:20px;vertical-align:text-top;display:inline-block;margin-left:5px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='%23002D51' d='M10.1.165a.514.514 0 00-.755 0 .573.573 0 000 .78l3.833 3.999H.529A.538.538 0 000 5.496c0 .308.234.56.53.56h12.648l-3.833 3.99a.584.584 0 000 .789c.211.22.552.22.756 0l4.74-4.945a.56.56 0 000-.78L10.101.165z'/%3E%3C/svg%3E")}.icon-arrow:not(.btn-simple):hover span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='%23ffffff' d='M10.1.165a.514.514 0 00-.755 0 .573.573 0 000 .78l3.833 3.999H.529A.538.538 0 000 5.496c0 .308.234.56.53.56h12.648l-3.833 3.99a.584.584 0 000 .789c.211.22.552.22.756 0l4.74-4.945a.56.56 0 000-.78L10.101.165z'/%3E%3C/svg%3E")}.icon-arrow.btn-alternate span:after,.icon-arrow.btn-dark span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='%23ffffff' d='M10.1.165a.514.514 0 00-.755 0 .573.573 0 000 .78l3.833 3.999H.529A.538.538 0 000 5.496c0 .308.234.56.53.56h12.648l-3.833 3.99a.584.584 0 000 .789c.211.22.552.22.756 0l4.74-4.945a.56.56 0 000-.78L10.101.165z'/%3E%3C/svg%3E")}.icon-arrow.btn-simple:hover span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='%230d6fb8' d='M10.1.165a.514.514 0 00-.755 0 .573.573 0 000 .78l3.833 3.999H.529A.538.538 0 000 5.496c0 .308.234.56.53.56h12.648l-3.833 3.99a.584.584 0 000 .789c.211.22.552.22.756 0l4.74-4.945a.56.56 0 000-.78L10.101.165z'/%3E%3C/svg%3E")}a.link_blank,a.link_blank:focus,a.link_blank:hover{text-decoration:none}.btn-whatsapp:before,a.btn-whatsapp:before,button.btn-whatsapp:before,input[type=button],input[type=submit]{background-color:#25d366}.btn-whatsapp,a.btn-whatsapp,button.btn-whatsapp,input[type=button],input[type=submit]{color:#fff}.btn-whatsapp span:before,a.btn-whatsapp span:before,button.btn-whatsapp span:before{content:"\e9af";font-family:icon-u!important;margin-right:10px;vertical-align:middle}@media (max-width:768px){[class*=btn-],a[class*=btn-],button.btn-primary,button[class*=btn-],form .actions,form .hs-button,form input[type=submit],input[type=button][class*=btn-],input[type=submit][class*=btn-]{width:100%;padding:14px 10px!important}header [class*=-cta-mobile] a{padding:10px 5px!important}}@media (max-width:360px){.content-cta [class*=btn-],.content-cta a[class*=btn-]{max-width:100%;min-width:initial;width:100%}}
form input[type=email]:focus,form input[type=file]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus{outline:0}form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form select,form textarea{border-style:solid;width:100%;padding-bottom:.6rem;background-color:#fff;border-color:#99c2e0;border-width:0 0 1px 0}fieldset .hs-form-field{margin-top:24px}fieldset.form-columns-1 .hs-input{width:100%!important}label{padding-left:8px}.hs-error-msg{color:#c00}

.cards__card{background-color:rgba(154,193,221,.2)!important}.card--default{border-radius:6px;border:1px solid rgb(154 193 221);overflow:hidden}.card--shadow{-webkit-box-shadow:0 0 0 0 #b0d3eb;box-shadow:0 0 0 0 #b0d3eb;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.card--shadow:hover{-webkit-box-shadow:0 0 8px 0 #b0d3eb;box-shadow:0 0 8px 0 #b0d3eb;-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media (max-width:560px){.card--shadow:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}}
img.lazy{opacity: 0;}
header .header-top-bar {
  padding: .7pc 20px
}

header .header-top-bar .header-top-bar-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center
}

header .top-bar-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 188px;
  -webkit-flex: 0 0 188px;
          flex: 0 0 188px;
  text-align: center;
  max-width: 188px
}

header .top-bar-logo img {
  width: 100% !important;
  vertical-align: middle;
  height: auto
}

header .top-bar-search {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 500px;
  -webkit-flex: 0 1 500px;
          flex: 0 1 500px
}

header .top-bar-search .menu_search_buttons {
  text-align: right;
  padding-right: 20px
}

header .top-bar-search .menu_search_buttons button {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  vertical-align: middle
}

header .top-bar-search .menu_search_buttons button.headerBtnSearch {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDI0IDIzIj4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNi44IDE0LjU0aC0xLjAzM2wtLjM2Ni0uMzUyYzEuMjgxLTEuNDg2IDIuMDUyLTMuNDE2IDIuMDUyLTUuNTE1QzE3LjQ1MyAzLjk5MyAxMy42NS4yIDguOTU3LjIgNC4yNjUuMi40NjEgMy45OTMuNDYxIDguNjczYzAgNC42OCAzLjgwNCA4LjQ3NCA4LjQ5NiA4LjQ3NCAyLjEwNSAwIDQuMDQtLjc3IDUuNTMtMi4wNDdsLjM1Mi4zNjV2MS4wM0wyMS4zNzUgMjNsMS45NDctMS45NDJMMTYuOCAxNC41NHptLTcuODQzIDBjLTMuMjU0IDAtNS44ODItMi42Mi01Ljg4Mi01Ljg2NyAwLTMuMjQ2IDIuNjI4LTUuODY2IDUuODgyLTUuODY2IDMuMjU1IDAgNS44ODIgMi42MiA1Ljg4MiA1Ljg2NiAwIDMuMjQ2LTIuNjI3IDUuODY3LTUuODgyIDUuODY3eiIvPgo8L3N2Zz4K);
  margin-right: 10px;
  position: relative
}

header .top-bar-search .menu_search_buttons button.headerBtnSearch:after {
  content: "";
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px
}

header .top-bar-search .menu_search_buttons button.headerBtnMenu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDI4IDE5Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0uNzkzIDE4LjZoMjYuNDdWMTVILjc5M3YzLjZ6bTAtNy4yaDI2LjQ3VjcuOEguNzkzdjMuNnptMC0xMC44djMuNmgyNi40N1YuNkguNzkzeiIvPgo8L3N2Zz4K)
}

header .top-bar-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 415px
}

.header-middle-bar .header-main-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto
}

header .header-middle-bar .header-middle-bar-inner {
  position: relative
}

.header-middle-bar .header-main-menu .hs_cos_wrapper_widget {
  height: 100%
}

.header .top-bar-menu .menu-repeater .item:first-child {
  margin-left: 0
}

.header .top-bar-menu .menu-repeater .item {
  margin-right: 0
}

#loadFormularioHB {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 99999;
  background: rgb(255 255 255 / 64%)
}

@media only screen and (min-width:1025px) and (max-width:1230px) {
  header .top-bar-search {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
      -webkit-flex: 0 0 350px;
              flex: 0 0 350px
  }
  .hs-search-field .hs-search-field--inner form input.hs-search-field--input[type=text] {
      width: 350px !important;
      padding-right: 60px
  }
}

@media only screen and (max-width:460px) {
  .header .top-bar-menu {
      max-width: 100%
  }
}

@media only screen and (min-width: 400px) and (max-width: 440px){
  header .header-middle-bar {
    top: 52px !important;
  }
}


@media only screen and (max-width:1140px) {
  header {
      position: relative;
      overflow: hidden
  }
  body.openMenu header {
      overflow: visible
  }
  header .header-top-bar {
      padding: 0
  }
  header .header-middle-bar {
      width: 100vw;
      position: fixed;
      right: -100%;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: calc(100vh - 122px);
      background-color: transparent;
      top: 70px
  }
  header .header-middle-bar .header-middle-bar-inner {
      width: 400px;
      max-width: 100%;
      background-color: var(--light-color);
      overflow-y: auto;
      margin: 0 0 0 auto;
      height: 100%
  }
  .hs-content-name-unitec-calcula-tu-beca header .header-middle-bar,
  .hs-content-name-unitec-calculadora-de-beca-nueva header .header-middle-bar {
      top: 66px
  }
  body.openMenu header .header-middle-bar {
      right: 0
  }
  header .header-middle-bar .content-wrapper {
      max-width: 100%;
      padding: 0
  }
  .header-middle-bar .header-main-menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%
  }
  header .header-top-bar .header-top-bar-inner.content-wrapper {
      padding: 0
  }
  .header .top-bar-menu {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
              order: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 7px 0;
      background-color: var(--light-color)
  }
  .openMenu .header .top-bar-menu{
    padding: 0px 0;
  }
  .header .top-bar-menu .menu-repeater .items .item-link {
      width: 100%
  }
  .header .top-bar-menu .menu-repeater .items .item-link span.item-text {
      color: var(--alternate-color) !important;
      font-size: 12px
  }
  .header .top-bar-menu .menu-repeater .items .item-link span .visible-tablet {
      display: inline-block !important
  }
  .header .top-bar-menu .menu-repeater .items .item {
      border-right: 2px solid var(--alternate-color)
  }
  .header .top-bar-menu .menu-repeater .items .item:last-child {
      border-right: 0
  }
  header .top-bar-menu .menu-repeater .d--flex .item {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: calc(100% / 4);
      margin-left: 0;
      margin-right: 0
  }
  header .top-bar-logo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order: 2;
              order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
      -webkit-flex: 0 0 115px;
              flex: 0 0 115px
  }
  header [class*="-cta-mobile"] {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order: 2;
              order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
      -webkit-flex: 0 0 125px;
              flex: 0 0 125px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
              justify-content: center
  }
  header .content-cta[class*="-cta-alumnos-mobile"],
  header .content-cta[class*="-cta-mobile"] {
      padding-top: 8px;
      padding-bottom: 8px
  }
  header .top-bar-cta-mobile a[class*=btn-] {
      font-size: 14px;
      width: auto;
      min-width: 90px;
      padding: 10px
  }
  header .top-bar-search {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      -webkit-order: 3;
              order: 3;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
              flex: 0 0 100px
  }
  header .top-bar-search #hs_cos_wrapper_top_bar_search {
      position: fixed;
      top: 138px;
      left: 0;
      width: 100vw;
      max-width: 100vw;
      z-index: 1000;
      display: none;
      height: 300px
  }
  header .hs-search-field.top_bar_search {
      padding-top: 8px;
      background-color: #003053
  }
  .pagina-blogs header .hs-search-field.top_bar_search {
      padding-bottom: 8px
  }
  .top_bar_search .hs-search-field--inner form {
      width: 95% !important
  }
  header .top-bar-search #hs_cos_wrapper_top_bar_search {
      top: 114px
  }
  .hs-content-name-unitec-calcula-tu-beca header .top-bar-search #hs_cos_wrapper_top_bar_search {
      top: 65px
  }
  .pagina-blogs header .top-bar-search #hs_cos_wrapper_top_bar_search {
      top: 138px
  }
  @media(max-width:515px) {
      .pagina-blogs header .top-bar-search #hs_cos_wrapper_top_bar_search {
          top: 114px
      }
  }
  header .hs-search-field .hs-search-field--inner {
      width: 100%
  }
  header .hs-search-field .button-microphone {
      right: 10px
  }
  header .content-cta .cta_link {
      min-width: auto !important;
      width: auto;
      padding: 10px 5px 11px !important;
      font-size: 14px
  }
  body.inicio.openMenu {
      overflow: hidden !important
  }
}

@media only screen and (min-width:768px) and (max-width:1139px) {
  header .top-bar-menu {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%
  }
}

@media only screen and (max-width:767px) {
  header .header-middle-bar .header-middle-bar-inner {
      width: 280px
  }
  header .top-bar-menu {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%
  }
}

@media only screen and (max-width:360px) {
  header .top-bar-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
              flex: 0 0 100px
  }

  header .top-bar-search{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 72px;
              flex: 0 0 72px
  }
  header [class*="-cta-mobile"] {
    padding-left: 5px !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 115px !important;
      -webkit-flex: 0 0 123px !important;
              flex: 0 0 123px !important;
  }
  header .content-cta[class*="-cta-alumnos-mobile"], header .content-cta[class*="-cta-mobile"]{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width:767px){
  header .header-middle-bar{
    top: 71px;
  }
  header .top-bar-search #hs_cos_wrapper_top_bar_search {
    top: 51px;
  }
}
.swiper-fade .swiper-slide{background-color:#fff}.swiper-container.margin-bottom-50{margin-bottom:50px}.next-50.swiper-button-next{right:-50px}.prev-50.swiper-button-prev{left:-50px}.theme-navigation .swiper-button-next,.theme-navigation .swiper-button-prev{width:37px;height:37px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0}.theme-navigation .swiper-button-next:after,.theme-navigation .swiper-button-prev:after{font-size:17px}.theme-navigation .swiper-button-next.circle,.theme-navigation .swiper-button-prev.circle{border-radius:50%;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 rgb(0 48 83 / 12%);box-shadow:0 2px 7px 0 rgb(0 48 83 / 12%);background-color:#fff}.theme-navigation .swiper-button-next.around,.theme-navigation .swiper-button-prev.around{border-radius:10px;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 rgb(0 48 83 / 12%);box-shadow:0 2px 7px 0 rgb(0 48 83 / 12%)}.theme-pagination.swiper-pagination.swiper-pagination-horizontal{margin:0 auto;padding:0 20px;max-width:570px;bottom:0;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.theme-pagination.bottom-50.swiper-pagination.swiper-pagination-horizontal{bottom:-50px}.theme-pagination.swiper-pagination .swiper-pagination-bullet{background-color:#003053;opacity:.1;height:6px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;margin:0 4px}.theme-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#003053;opacity:1}.swiper-autoheight .swiper-wrapper{height:100%!important}.videos-slider-module.no--swiper .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.videos-slider-module.no--swiper .videos-slider-module-inner{width:100%}.videos-slider-module.no--swiper .content-img{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}.videos-slider-module.no--swiper .swiper-slide{margin:10px}.modal-content.fancybox-content{padding:50px;width:1070px;background-color:#ebf3f8;border:0}.fancybox-container.fancybox-is-open .fancybox-bg{background-color:#ebf3f8;opacity:1}.modal-content.fancybox-content .fancybox-close-small{background-color:var(--secondary-color);border-radius:50%;position:fixed;padding:0;height:30px;width:30px;top:20px;right:40px;opacity:.9}.modal-content.fancybox-content .fancybox-close-small svg path{fill:#fff}.cards-instalaciones-modal,.video-slider-modal{width:800px;max-width:100%;margin:0 auto;position:relative}.cards-instalaciones-modal .swiper-container,.video-slider-modal .swiper-container{margin:0 auto;width:100%!important}.cards-instalaciones-modal .swiper-slide-inner,.video-slider-modal .swiper-slide-inner{position:relative}.cards-instalaciones-modal .swiper-slide-inner picture,.video-slider-modal .swiper-slide-inner picture{height:100%;width:100%;display:block;position:relative}.cards-instalaciones-modal .swiper-slide-inner picture img,.video-slider-modal .swiper-slide-inner picture img{height:100%;width:100%;display:block;left:0;top:0;-o-object-fit:contain;object-fit:contain}.cards-instalaciones-modal .swiper-slide-inner .description,.video-slider-modal .swiper-slide-inner .description{position:absolute;bottom:10%;background-color:#fff;width:400px;max-width:100%;padding:16px;border-right:4px solid var(--primary-color)}.cards-instalaciones-modal .swiper-pagination.swiper-pagination-bullets,.video-slider-modal .swiper-pagination.swiper-pagination-bullets{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-30px;margin:0}.cards-instalaciones-modal .swiper-button-next,.video-slider-modal .swiper-button-next{right:-80px}.cards-instalaciones-modal .swiper-button-prev,.video-slider-modal .swiper-button-prev{left:-80px}@media only screen and (max-width:1140px){.theme-navigation .swiper-button-next,.theme-navigation .swiper-button-prev,[data-swiper-devices=all_devices] .swiper-button-next,[data-swiper-devices=all_devices] .swiper-button-prev,[data-swiper-devices=only_mobile] .swiper-button-next,[data-swiper-devices=only_mobile] .swiper-button-prev{display:none}[data-swiper-devices=only_desktop] .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap}}@media only screen and (max-width:768px){.footer-row-0-padding{padding-top:0!important}}@media only screen and (max-width:576px){.modal-content.fancybox-content{padding:10px 10px 40px}.cards-instalaciones-modal .swiper-pagination.swiper-pagination-bullets,.video-slider-modal .swiper-pagination.swiper-pagination-bullets{bottom:-20px}[data-swiper-devices=only_desktop] .swiper-slide{width:100%!important;margin-bottom:20px}[data-swiper-devices=only_desktop] .swiper-container.margin-bottom-50{margin-bottom:0}footer .widget-type-cell{display:flex!important;flex-direction:column}footer .widget-type-cell .row-number-15{display:flex;flex-direction:column;order:6}footer .widget-type-cell .row-number-17{display:flex;flex-direction:column;order:5}footer .widget-type-cell .row-number-17 .row-fluid{display:flex;flex-direction:column-reverse}footer .widget-type-cell .row-number-15 .row-fluid .navigation li{flex:0 0 auto;padding-top:0;display:inline-block;padding-bottom:0}footer .widget-type-cell .row-number-15 .row-fluid .navigation li:nth-child(odd):after{content:"";display:block}footer .widget-type-cell .row-number-15 .row-fluid .navigation li a{font-size:12px!important}}@media (min-width:1140px){[data-swiper-devices=only_mobile] .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap}[data-swiper-devices=all_devices] .swiper-button-next,[data-swiper-devices=all_devices] .swiper-button-prev,[data-swiper-devices=only_desktop] .swiper-button-next,[data-swiper-devices=only_desktop] .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.dfp-banner{position:relative;overflow:hidden}.dfp-banner iframe{position:absolute;margin-top:-1px;left:0;width:100%;height:550px;border:0}.custom-richtext *{text-align:inherit!important}.content-cta .btn-alt:before,.content-cta a.btn-alt:before{border-color:var(--alternate-color)}.content-cta .cta_link.btn-outline{color:#003053!important;border:1px solid #9ac1dd;border-color:#9ac1dd!important}.content-cta .cta_link svg{position:relative;margin-left:20px;top:5px}.content-cta .cta_link:hover svg *{fill:#fff}.label-img{top:-5px;position:relative}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}