/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

p {
  font-family: "Source Sans Pro", sans-serif;
}

a {
  color: #0af;
}

a:hover {
  color: #004071;
  text-decoration: none;
}

b, strong {
  font-weight: 600;
}

.val-error .error-experiencia {
  background: red;
  margin-top: 1rem;
  padding: .75rem 1rem;
  border-radius: .5rem;
  color: white;
}

.success-alta-reorientacion {
  background: lightgreen;
  margin-top: 1rem;
  border-radius: .5rem;
  padding: 1rem;
}

.success-alta-reorientacion h1 {
  margin: 0 0 0.5rem !important;
}

.success-alta-reorientacion h1 i {
  color: white;
}

.success-alta-reorientacion p {
  margin: 0;
}

.navbar {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}

ul.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  ul.navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navbar-toggler {
  border: none;
}

.collapse.navbar-collapse.menu1 {
  height: 100%;
}

@media screen and (max-width: 992px) {
  .collapse.navbar-collapse.menu1 {
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background: white;
    height: auto;
    margin-top: 1rem;
  }
}

.collapse.navbar-collapse.menu1 a.nav-link {
  color: white;
}

.collapse.navbar-collapse.menu1 a.nav-link:hover {
  color: #0af;
}

@media screen and (max-width: 992px) {
  .collapsing.navbar-collapse.menu1 {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: white;
    border: solid 1px #f1f1f1;
    margin-top: 1rem;
  }
}

.collapse.navbar-collapse.menu1.show {
  background: white;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  border-radius: .5rem;
  border: solid 1px #f1f1f1;
  margin-top: 1rem;
}

.collapse.navbar-collapse.menu1.show a.nav-link {
  color: #5851ec;
}

.collapse.navbar-collapse.menu1.show a.nav-link:hover {
  color: #0af;
}

@media screen and (max-width: 992px) {
  .navbar-collapse ul {
    margin: 0;
    padding: 1rem;
  }
}

.u-brand {
  height: 30px;
}

.u-brand .u-logo svg {
  height: 30px;
}

.u-brand .u-logo svg g path {
  fill: white;
}

.u-hero {
  background: url("../images/ucalp-ve-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

.u-hero .u-hero-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

.u-hero .u-hero-row .u-hero-title {
  color: white;
  padding: 0 0 0 3rem;
}

@media screen and (max-width: 992px) {
  .u-hero .u-hero-row .u-hero-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem 2rem;
  }
}

.u-hero .u-hero-row .u-hero-title h1 {
  font-weight: 600;
  font-size: 4vw;
  color: white;
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  .u-hero .u-hero-row .u-hero-title h1 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 575px) {
  .u-hero .u-hero-row .u-hero-title h1 {
    font-size: 8vw;
  }
  .u-hero .u-hero-row .u-hero-title h1 br {
    display: none;
  }
}

.u-hero .u-hero-row .u-hero-title h2 {
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
}

@media screen and (max-width: 992px) {
  .u-hero .u-hero-row .u-hero-title h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 575px) {
  .u-hero .u-hero-row .u-hero-title h2 {
    font-size: 3.5vw;
  }
}

.u-hero .u-hero-row .u-hero-title h2 i {
  color: #5851ec;
  margin-right: .5rem;
}

.u-hero .u-hero-row .u-hero-svg svg {
  width: 100%;
  height: auto;
}

a.snap {
  text-decoration: none;
}

a.snap .snapLeftBtn {
  text-align: center;
  padding: 12px 24px;
  background-color: #ffab00;
  position: relative;
  border-radius: 6px;
  color: white;
  overflow: hidden;
  font-weight: 600;
  margin-left: .5rem;
}

@media screen and (max-width: 992px) {
  a.snap .snapLeftBtn {
    margin: .5rem 0 0;
  }
}

a.snap .snapLeftBtn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  background: #5851ec;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in;
}

a.snap .snapLeftBtn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a.snap .snapLeftBtn span {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: color 0.1s .15s ease-in;
  transition: color 0.1s .15s ease-in;
}

a.snap .snapLeftBtn:hover span {
  color: #e6edff;
  -webkit-animation: animButtonSpan 0.4s;
          animation: animButtonSpan 0.4s;
}

@-webkit-keyframes animButtonSpan {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes animButtonSpan {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.pulseBtn {
  padding: 12px 24px;
  background-color: #b71256;
  color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 0 rgba(230, 237, 255, 0.7);
          box-shadow: 0 0 0 0 rgba(230, 237, 255, 0.7);
  -webkit-animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
            box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
            box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
  }
}

.common {
  padding: 7rem 0;
}

@media screen and (max-width: 992px) {
  .common {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 575px) {
  .common {
    padding: 2rem 0;
  }
}

.common .gsap {
  opacity: 0;
}

.common h1 {
  font-size: 2vw;
  margin: 0 0 2rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .common h1 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 992px) {
  .common h1 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 575px) {
  .common h1 {
    font-size: 6.5vw;
  }
}

.common h2 {
  font-size: 1.5vw;
  margin: 1rem 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .common h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 992px) {
  .common h2 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 575px) {
  .common h2 {
    font-size: 5vw;
  }
}

.common ul.simple {
  padding-left: 1.5rem;
}

.common ul.simple li {
  margin-bottom: .5rem;
}

.common .uk-list li {
  font-size: .9rem;
}

.common .uk-list li h5 {
  margin-bottom: .5rem;
}

.common .rounded-wrapper {
  border-radius: 1rem;
  padding: 2rem 2rem 0;
  padding-bottom: calc(2rem - 20px);
  color: white;
  background: #0af;
  margin-top: 3rem;
}

.common form {
  border: solid 1px #ddd;
  border-radius: 1rem;
  padding: 2rem;
}

.single-column .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pulseBtn {
  display: inline-block;
  margin: auto;
  font-size: 1.2rem;
}

.svg-wrapper {
  text-align: center;
}

.svg-wrapper svg {
  width: 300px;
  height: 300px;
  overflow: initial;
}

.databar {
  background: #004071;
  margin-bottom: 7rem;
}

.databar .databar-column {
  text-align: center;
}

.databar h1 {
  color: white;
  font-size: 1rem;
  margin: 1rem 0;
}

footer {
  background: #004071;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: .8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0 0;
}

footer .logo svg {
  height: 20px;
}

footer .logo svg g path {
  fill: white;
}

footer .logo, footer .data {
  padding: 0 1.5rem 1.5rem;
}
/*# sourceMappingURL=style.css.map */