/*! 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 {
  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 {
  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] {
  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;
  overflow-x: hidden;
}

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: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: white;
}

.success-alta-reorientacion {
  background: lightgreen;
  margin-top: 1rem;
  border-radius: 0.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;
}
.navbar .dropdown-item {
  white-space: inherit;
}
.navbar ul.dropdown-menu {
  min-width: 20rem;
}

.navbar-toggler {
  border: none;
}

.collapse.navbar-collapse.menu1 {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .collapse.navbar-collapse.menu1 {
    transition: 0.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 {
    transition: 0.3s all ease-in-out;
    background: white;
    border: solid 1px #f1f1f1;
    margin-top: 1rem;
  }
}

.collapse.navbar-collapse.menu1.show {
  background: white;
  transition: 0.5s all ease-in-out;
  border-radius: 0.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: #004071;
  padding: 73px 0 0;
  margin-bottom: 7rem;
}
.u-hero .gradient-bg {
  background: linear-gradient(45deg, #8a549b, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.u-hero .u-hero-row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.u-hero .u-hero-mobile-row {
  text-align: center;
  padding: 4rem 2rem;
}

a.snap {
  display: inline-block;
  text-decoration: none;
}
a.snap .snapLeftBtn {
  text-align: center;
  padding: 12px 24px;
  background-color: #004071;
  position: relative;
  border-radius: 6px;
  color: white;
  overflow: hidden;
  font-weight: 600;
}
a.snap .snapLeftBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: translateX(-101%);
  background: hsl(243, 80%, 62%);
  transition: transform 0.25s ease-in;
}
a.snap .snapLeftBtn:hover::before {
  transform: translateX(0);
}
a.snap .snapLeftBtn span {
  position: relative;
  z-index: 1;
  display: block;
  transition: color 0.1s 0.15s ease-in;
}
a.snap .snapLeftBtn:hover span {
  color: hsl(222, 100%, 95%);
  animation: animButtonSpan 0.4s;
}
@keyframes animButtonSpan {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(0px);
  }
}

.pulseBtn {
  padding: 12px 24px;
  background-color: hsl(222, 100%, 95%);
  color: hsl(243, 80%, 62%);
  border-radius: 6px;
  box-shadow: 0 0 0 0 rgba(230, 237, 255, 0.7);
  animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(230, 237, 255, 0);
  }
}
.auspicio {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.auspicio .snapLeftBtn {
  text-align: center;
  padding: 12px 24px;
  background-color: #e6edff;
  position: relative;
  border-radius: 6px;
  color: #5851ec;
  overflow: hidden;
  font-weight: 600;
}
.auspicio .snapLeftBtn span {
  position: relative;
  z-index: 1;
  display: block;
  transition: color 0.1s 0.15s ease-in;
}
.auspicio img {
  height: 48px;
  margin-left: -5px;
  border-radius: 0 6px 6px 0;
  z-index: -1;
}
.auspicio a.snap {
  margin-right: 10px;
}

.common {
  padding: 2rem 0;
}
.common .gsap {
  opacity: 0;
  transform: translate(0px, 40px);
}
.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 .uk-list li {
  font-size: 0.9rem;
}
.common .uk-list li h5 {
  margin-bottom: 0.5rem;
}
.common .uk-list li ul {
  list-style: disc;
}
.common .uk-list li ul li ul {
  margin: 1rem 0;
  padding-left: 1rem;
  list-style: lower-roman;
}
.common .uk-list li ul li ul li::marker {
  font-weight: 700;
}
.common ul.uk-tab {
  justify-content: center;
}
.common .rounded-wrapper {
  border-radius: 6px;
  padding: 1.5rem 1.5rem 0;
  padding-bottom: calc(1.5rem - 20px);
  color: white;
  background: #0af;
  margin-top: 1.5rem;
}
.common form {
  border: solid 1px #ddd;
  border-radius: 1rem;
  padding: 2rem;
}

.common-title {
  padding: 7rem 0 0;
}
@media screen and (max-width: 992px) {
  .common-title {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .common-title {
    padding: 2rem 0 0;
  }
}
.common-title .gsap {
  opacity: 0;
  transform: translate(0px, 40px);
}
.common-title h1 {
  font-size: 2vw;
  margin: 0 0 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-title h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 992px) {
  .common-title h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
  .common-title h1 {
    font-size: 6.5vw;
  }
}
.common-title h2 {
  font-size: 1vw;
  margin: 0 0 2rem;
  background: #ec0b00;
  display: inline-block;
  border-radius: 6px;
  padding: 8px;
  color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-title h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .common-title h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 575px) {
  .common-title h2 {
    font-size: 5vw;
  }
}

.single-column .row {
  justify-content: center;
}

.notice .gsap {
  opacity: 1;
}
.notice .container {
  text-align: center;
}
.notice .pulseBtn {
  display: inline-block;
  margin: auto;
  font-size: 1.2rem;
  transform: scale(0, 0);
}
.notice h1 {
  color: #004071;
  font-size: 2.5vw;
  margin: 0 2rem 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .notice h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 992px) {
  .notice h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
  .notice h1 {
    font-size: 6.5vw;
    margin: 0 0 2rem;
  }
}
.notice h3 {
  font-size: 1rem;
  margin: 0 0 7rem;
}
.notice .svg-wrapper {
  margin: 4rem 0;
}

.c-card-wrapper {
  margin: 2rem 0;
}
.c-card-wrapper img {
  border-radius: 12px;
}
.c-card-wrapper h4 {
  font-size: 1rem;
  margin: 1rem 0.5rem 0;
  color: #004071;
}

.img-profile {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  margin: 0 0 1rem 0;
}

.img-gsap {
  transform: scale(0);
}

.tablero {
  margin: 3rem 0;
}
.tablero nav .nav-link {
  color: #5851ec;
}
.tablero .tab-content {
  padding: 2rem 2rem 1rem;
  border: solid 1px #dee2e6;
  border-radius: 0 0 12px 12px;
}
.tablero .tab-content h1 {
  font-size: 1.3rem;
  margin: 0.5rem 0 1rem;
}
.tablero .tab-content h4 {
  font-size: 1rem;
  color: #004071;
  margin: 1.5rem 0 1rem;
}
.tablero .tab-content .pulseBtn {
  margin: 2rem;
  text-align: center;
}

.vermas {
  display: none;
}

.vermastoggle {
  display: inherit;
}

.vermas-button {
  margin-bottom: 1rem;
}

footer {
  background: #004071;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 0.8rem;
  flex-wrap: wrap;
  padding: 1.5rem 0 0;
  margin-top: 7rem;
}
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 */