/*---------------------
 Base resets
 Using Normalize.css v7.0.0 - | MIT License | github.com/necolas/normalize.css
----------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}

*:focus {
  outline: 2px dashed #3c68d6;
  outline-offset: 4px;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-right: 0;
  margin-left: 0;
}

p {
  margin-right: 0;
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

fieldset {
  padding-top: 0.35em;
  padding-right: 0.75em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  width: 100%;
}

/* Custom resets */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #ffffff;
  color: #393939;
}
body.preventScroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.preventScroll {
    overflow: auto !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #393939;
}

main {
  z-index: 1;
  position: relative;
}

.c-favButton {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: #40b363;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  padding: 0.65em;
  font-size: 1.85em;
  z-index: 3;
}
@media (min-width: 992px) {
  .c-favButton {
    bottom: 2em;
    right: 2em;
  }
}

.c-modal__body {
  height: auto !important;
}
.c-modal__body .c-form {
  width: 75%;
  margin: 0 auto;
}
.c-modal__body .c-form__label {
  color: #3c68d6;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  padding: 1em;
}
.c-modal__body button {
  margin-top: 0;
}
.c-modal__body button.is-default {
  margin-bottom: 0;
}

a {
  color: #3849a1;
}

.o-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  width: 100%;
}
@media (min-width: 576px) {
  .o-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .o-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .o-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .o-container {
    max-width: 1140px;
  }
}

.o-container__fluid {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  width: 100%;
}

.o-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
.o-row::after {
  clear: both;
  content: "";
  display: table;
}

[class^="o-col"] {
  box-sizing: border-box;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

.o-col__auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
}

.o-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.o-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.o-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.o-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.o-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.o-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.o-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.o-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.o-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.o-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.o-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.o-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .o-colsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .o-colsm__auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .o-colsm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .o-colsm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .o-colsm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-colsm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .o-colsm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .o-colsm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-colsm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .o-colsm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .o-colsm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-colsm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .o-colsm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .o-colsm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .o-colmd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .o-colmd__auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .o-colmd-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .o-colmd-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .o-colmd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-colmd-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .o-colmd-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .o-colmd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-colmd-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .o-colmd-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .o-colmd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-colmd-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .o-colmd-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .o-colmd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .o-collg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .o-collg__auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .o-collg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .o-collg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .o-collg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-collg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .o-collg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .o-collg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-collg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .o-collg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .o-collg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-collg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .o-collg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .o-collg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .o-colxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .o-colxl__auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .o-colxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .o-colxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .o-colxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .o-colxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .o-colxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .o-colxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .o-colxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .o-colxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .o-colxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .o-colxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .o-colxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .o-colxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------
 Element Floating
----------------------*/
.u-float__right {
  float: right;
}

.u-float__left {
  float: left;
}

/*---------------------
 Text Alignment & Transformations
----------------------*/
.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-text__center {
  text-align: center;
}

.u-text__justify {
  text-align: justify;
}

/*-----------------------
  Text Highlight
------------------------*/
.u-highlight {
  color: #3c68d6;
}

/*---------------------
 Notification and static Alerts
----------------------*/
[class^="u-alert"] {
  display: flex;
  line-height: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
[class^="u-alert"]:before {
  font-family: "iconfont";
  color: #fff;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  line-height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  margin-right: 1rem;
}
[class^="u-alert"].is-danger {
  background-color: #ec2a1e;
}
[class^="u-alert"].is-danger:before {
  content: "\e9eb";
  background-color: #ee4036;
}
[class^="u-alert"].is-warning {
  background-color: #e89500;
}
[class^="u-alert"].is-warning:before {
  content: "\e902";
  background-color: #ffa502;
}
[class^="u-alert"].is-success {
  background-color: #38b659;
}
[class^="u-alert"].is-success:before {
  content: "\e925";
  background-color: #42c565;
}
[class^="u-alert"].is-info {
  background-color: #239bd6;
}
[class^="u-alert"].is-info:before {
  content: "\e967";
  background-color: #35a6de;
}

/*---------------------
Hiddens -- Visibles
----------------------*/
.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

.u-visibleInline {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .u-hidden__sm {
    display: none !important;
  }

  .u-visible__sm {
    display: block !important;
  }

  .u-visibleInline__sm {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .u-hidden__md {
    display: none !important;
  }

  .u-visible__md {
    display: block !important;
  }

  .u-visibleInline__md {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .u-hidden__lg {
    display: none !important;
  }

  .u-visible__lg {
    display: block !important;
  }

  .u-visibleInline__lg {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .u-hidden__xl {
    display: none !important;
  }

  .u-visible__xl {
    display: block !important;
  }

  .u-visibleInline__xl {
    display: inline-block !important;
  }
}
.u-link {
  font-size: 1rem;
  color: #3849a1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.u-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1.4rem;
  left: 0;
  width: 0%;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.u-link:hover {
  color: #3849a1;
  text-decoration: none;
}
.u-link:hover:after {
  width: 100%;
  border-bottom: 1px solid #3849a1;
  opacity: 0.8;
}
.u-link.u-noline:after {
  display: none;
}

/* Varios */
.u-hidden {
  text-indent: -99999em !important;
  height: 0 !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.u-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-rounded {
  border-radius: 50%;
  overflow: hidden;
}

.u-message {
  line-height: 1.4;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  position: relative;
}
.u-message .u-message__close {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0.75em;
  line-height: 1;
  opacity: 0.3;
  cursor: pointer;
}
.u-message .u-message__close:hover {
  opacity: 0.5;
}
.u-message.is-danger {
  color: #c71b11;
  background: #fef3f2 !important;
}
.u-message.is-danger a {
  color: #c71b11;
}
@media only screen and (min-width: 768px) {
  .u-message.is-danger {
    border-top: none;
    border-left: 3px solid #c71b11;
  }
}
.u-message.is-warning {
  color: #b57400;
  background: #ffeece !important;
}
.u-message.is-warning a {
  color: #b57400;
}
@media only screen and (min-width: 768px) {
  .u-message.is-warning {
    border-top: none;
    border-left: 3px solid #b57400;
  }
}
.u-message.is-success {
  color: #2c8f46;
  background: #def5e4 !important;
}
.u-message.is-success a {
  color: #2c8f46;
}
@media only screen and (min-width: 768px) {
  .u-message.is-success {
    border-top: none;
    border-left: 3px solid #2c8f46;
  }
}
.u-message.is-info {
  color: #1c7bab;
  background: #e4f3fb !important;
}
.u-message.is-info a {
  color: #1c7bab;
}
@media only screen and (min-width: 768px) {
  .u-message.is-info {
    border-top: none;
    border-left: 3px solid #1c7bab;
  }
}

/**/
.u-title {
  padding: 1em 0;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .u-title {
    font-size: 2em;
    padding: 2em 0;
  }
}
.u-title span {
	color: #0033FF;
}
.u-title a {
  text-transform: uppercase;
  font-size: 0.45em;
  text-decoration: none;
  color: #545454;
  letter-spacing: 1px;
  line-height: 1.8;
  display: block;
  margin-top: 1em;
}
@media only screen and (min-width: 576px) {
  .u-title a {
    float: right;
    margin-top: 0em;
  }
}
.u-title a span {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  background: #3c68d6;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  float: left;
  margin-right: 0.5em;
}
@media only screen and (min-width: 576px) {
  .u-title a span {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
  }
}
.u-title a span i {
  font-size: 0.7em;
  margin-right: -2px;
}
.u-title a:hover span {
  background: #2750b8;
}

.u-subtitle {
  color: #3c68d6;
  font-family: "Quicksand", sans-serif;
  margin: 1.5em 0;
}

.u-banner {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  border-radius: 5px;
  overflow: hidden;
  flex-basis: 100%;
}
.u-banner .c-card {
  padding: 0.75em;
}
.u-banner .u-banner__content {
  background: url(../img/banner__bck.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3em 3em 1em;
}
@media (min-width: 992px) {
  .u-banner .u-banner__content {
    flex-direction: row;
    padding: 3em;
  }
}
.u-banner .u-banner__content h2 {
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.u-banner .u-banner__content p {
  font-family: "Quicksand", sans-serif;
  color: white;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .u-banner .u-banner__content p {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .u-banner .u-banner__content a {
    /*position: absolute;
        bottom: 1em;
        right: 1.5em;*/
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bngoum");
  src: url("../fonts/icomoon.eot?bngoum#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?bngoum") format("truetype"), url("../fonts/icomoon.woff?bngoum") format("woff"),
    url("../fonts/icomoon.svg?bngoum#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-educarte-"],
[class*=" icon-educarte-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-educarte-handshake:before {
  content: "\e918";
}

.icon-educarte-plus:before {
  content: "\e915";
}

.icon-educarte-minus:before {
  content: "\e916";
}

.icon-educarte-up-arrow:before {
  content: "\e917";
}

.icon-educarte-whatsapp:before {
  content: "\e914";
}

.icon-educarte-close-2:before {
  content: "\e912";
}

.icon-educarte-open-menu:before {
  content: "\e913";
}

.icon-educarte-right-arrow:before {
  content: "\e90f";
}

.icon-educarte-youtube:before {
  content: "\e910";
}

.icon-educarte-instagram:before {
  content: "\e911";
}

.icon-educarte-down-arrow:before {
  content: "\e900";
}

.icon-educarte-twitter:before {
  content: "\e901";
}

.icon-educarte-facebook:before {
  content: "\e902";
}

.icon-educarte-mouse:before {
  content: "\e903";
}

.icon-educarte-server:before {
  content: "\e904";
}

.icon-educarte-cap:before {
  content: "\e905";
}

.icon-educarte-contract-1:before {
  content: "\e906";
}

.icon-educarte-book:before {
  content: "\e907";
}

.icon-educarte-alarm-clock:before {
  content: "\e908";
}

.icon-educarte-browser:before {
  content: "\e909";
}

.icon-educarte-video-player:before {
  content: "\e90a";
}

.icon-educarte-clock:before {
  content: "\e90b";
}

.icon-educarte-check-mark:before {
  content: "\e90c";
}

.icon-educarte-marker:before {
  content: "\e90d";
}

.icon-educarte-linkedin:before {
  content: "\e90e";
}

.c-dropdown {
  position: absolute;
  background: #ffffff;
  left: 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  top: 55px;
  z-index: 10;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  border: 1px solid #dfdfdf;
  opacity: 0;
  filter: alpha(opacity=0);
  width: calc(100% - (0.875rem * 2));
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  max-width: 30em;
}
.c-dropdown ul {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  display: none;
}
.c-dropdown ul li {
  line-height: 1.5rem;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.c-dropdown ul li a {
  color: #788794;
  display: block;
  font-family: "DINPro-Regular";
  font-size: 1em;
  text-decoration: none;
  line-height: 2.2;
  padding: 0 0.5em;
}
.c-dropdown ul li a:hover {
  color: #333a40;
}
.c-dropdown ul li:last-child {
  border-bottom: none;
}
.c-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-bottom: -4px;
  top: -10px;
  left: 15px;
}
.c-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.3);
  margin-bottom: -4px;
  top: -11px;
  left: 15px;
}
.c-dropdown.is-location__right {
  right: 0.875em;
  left: auto;
}
.c-dropdown.is-location__right:after {
  right: 15px;
  left: auto;
}
.c-dropdown.is-location__right:before {
  right: 15px;
  left: auto;
}
.c-dropdown.is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-dropdown.is-visible ul {
  display: block;
}

.c-modal {
  display: none;
  overflow: hidden;
  height: calc(100vh);
  z-index: 120;
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal__wrapper {
  width: 100%;
  height: 100%;
}

.c-modal__container {
  background-color: #ffffff;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}
.c-modal__container.c-modal__sm {
  width: 40%;
}
@media (min-width: 767px) and (max-width: 979px) {
  .c-modal__container.c-modal__sm {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .c-modal__container.c-modal__sm {
    width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .c-modal__container.c-modal__sm {
    width: 70%;
  }
}
.c-modal__container.c-modal__xs {
  width: 20%;
}
@media (min-width: 767px) and (max-width: 979px) {
  .c-modal__container.c-modal__xs {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .c-modal__container.c-modal__xs {
    width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .c-modal__container.c-modal__xs {
    width: 90%;
  }
}
.c-modal__container.c-modal__lg {
  width: 70%;
}

.c-modal__header {
  box-sizing: border-box;
  position: relative;
  background: #3c68d6;
}
.c-modal__header .c-modal__title {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.c-modal__header .c-modal__title small {
  display: block;
  text-transform: none;
  margin-top: 0.35em;
  font-family: "DINPro-Light";
}
.c-modal__header .c-modal__title span {
  font-weight: 100;
}
.c-modal__header .c-modal__close {
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1;
  padding: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.c-modal__body {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0;
  height: calc(100vh - 19.15em);
  overflow: auto;
  min-height: 100px;
}
@media only screen and (min-width: 992px) {
  .c-modal__body {
    max-height: calc(45vh);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.c-modal__footer {
  padding-top: 0.5rem;
  padding-right: 0.6rem;
  padding-bottom: 0.5rem;
  padding-left: 0.6rem;
}
.c-modal__footer .c-modal__actions {
  list-style-type: none;
}
.c-modal__footer .c-modal__actions li {
  width: 100%;
}
@media (min-width: 992px) {
  .c-modal__footer .c-modal__actions li {
    width: unset;
  }
}
@media (min-width: 992px) {
  .c-modal__footer {
    background-color: #eeeeee;
  }
}
.c-modal__footer .c-button {
  width: 100%;
  margin: 0;
}

.c-table__footable {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-collapse: collapse;
}
.c-table__footable thead tr th {
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 15px;
  padding-left: 8px;
  font-size: 1.1rem;
  text-align: left;
  border-bottom: 3px solid rgba(86, 79, 193, 0.3);
  position: relative;
}
.c-table__footable tbody tr td {
  padding-top: 15px;
  padding-right: 8px;
  padding-bottom: 15px;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #eeeeee;
}
.c-table__footable tbody tr.is-inactive td {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.c-pagination {
  padding: 30px 0 0;
}
.c-pagination .c-pager {
  list-style-type: none;
}
.c-pagination .c-pager .c-pager__item {
  display: inline-block;
}
.c-pagination .c-pager .c-pager__item a {
  color: #eeeeee;
  text-decoration: none;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  letter-spacing: 2px;
  font-weight: 500;
}
.c-pagination .c-pager .c-pager__item a i {
  font-size: 0.75rem;
}
.c-pagination .c-pager .c-pager__item a:hover {
  color: #3849a1;
}
.c-pagination .c-pager .c-pager__item.is-active a {
  color: #3849a1;
}

.c-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-form [class*="c-form__inline"] {
  margin-right: 10px;
  display: inline-block;
}

.no-margin .c-form__group {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.c-form__group {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  flex-basis: 100%;
}
.c-form__group .c-error__message {
  margin-top: 0.6rem;
  color: #ee4036;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
}

.c-form__label {
  line-height: 1.4;
  color: #545454;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  display: block;
}

.c-form__control:-ms-input-placeholder {
  color: #9d9ca2;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.2px;
}

.c-form__control::-moz-placeholder {
  color: #9d9ca2;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.2px;
}

.c-form__control::-webkit-input-placeholder {
  color: #9d9ca2;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.2px;
}

.c-form__control::-moz-placeholder {
  color: #9d9ca2;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.2px;
}

.c-form__control {
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-left: 3px solid #767676;
  border-radius: 0;
  color: #1b1c1e;
  display: block;
  font-size: 1rem;
  line-height: 3.2;
  min-height: 3em;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  width: 100%;
}
@media (min-width: 576px) {
  .c-form__control {
    line-height: 2.8;
    min-height: 2.8em;
  }
}
.c-form__control i {
  float: right;
  font-size: 0.65rem;
  line-height: 25px;
}
.c-form__control.has-error {
  background: #ffe9ea !important;
  border-color: #d23f49 !important;
}
.c-form__control[type="button"] {
  text-align: left;
  color: #9d9ca2;
}
.c-form__control[type="button"] span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 85%;
  float: left;
}
.c-form__control[type="button"] span.has-value {
  color: #545454;
}
.c-form__control[type="button"]:after {
  font-family: "suraicons";
  content: "\e916";
  font-size: 0.65em;
  float: right;
  line-height: 4.2;
  color: #545454;
}
.c-form__control[type="button"]:focus {
  border-left-color: #606d79;
}
.c-form__control[type="button"]:disabled:after {
  display: none;
}
.c-form__control:focus {
  border-left-color: #606d79;
}
.c-form__control::-ms-clear {
  color: #545454;
  height: 1.2em;
}
.c-form__control::-ms-reveal {
  color: #545454;
  height: 1.4em;
}

.is-required small {
  color: #ed3232;
}

.c-tabs__wrapper {
  position: relative;
  border-bottom: 1px solid #eee;
  background: white;
  position: relative;
  z-index: 3;
  clear: both;
}
@media (max-width: 992px) {
  .c-tabs__wrapper > div {
    width: 100%;
  }
  .c-tabs__wrapper > div .c-tabs {
    width: 100%;
  }
}
.c-tabs__wrapper [class^="c-button"] {
  margin: 0.65em;
}
.c-tabs__wrapper .c-tabs {
  display: inline-block;
  width: 100%;
}
.c-tabs__wrapper .c-tabs .c-tabs__menu {
  float: left;
  min-width: 150px;
  text-align: center;
  list-style-type: none;
}
.c-tabs__wrapper .c-tabs .c-tabs__menu a {
  display: block;
  padding: 1.2em 0;
  font-weight: 600;
  color: #a3a3a3;
  position: relative;
  text-decoration: none;
}
.c-tabs__wrapper .c-tabs .c-tabs__menu a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  right: 0;
  top: 1.5em;
  background: #ececec;
}
.c-tabs__wrapper .c-tabs .c-tabs__menu:last-child a:after {
  display: none;
}
.c-tabs__wrapper .c-tabs .c-tabs__menu.active a {
  color: #da6c1d;
}
@media (max-width: 992px) {
  .c-tabs__wrapper .c-tabs .c-tabs__menu {
    width: 100%;
  }
  .c-tabs__wrapper .c-tabs .c-tabs__menu.active {
    background: #027bb5;
  }
  .c-tabs__wrapper .c-tabs .c-tabs__menu.active a {
    color: white;
  }
  .c-tabs__wrapper .c-tabs .c-tabs__menu a:after {
    display: none;
  }
}
.c-tabs__wrapper .js-active-tab {
  border: none;
}
.c-tabs__wrapper .js-tab-underline {
  width: 150px;
  height: 2px;
  left: 0px;
  bottom: -1px;
  position: absolute;
  background: #da6c1d;
  transition: 0.5s ease;
}
@media (max-width: 992px) {
  .c-tabs__wrapper .js-tab-underline {
    display: none;
  }
}

.c-tabs__item {
  display: none;
  padding: 1em;
}
.c-tabs__item.is-active {
  display: block;
}

[data-collapsable-target] {
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}

.c-collapsable__wrapper .c-collapsable__trigger {
  font-size: 1.5rem;
  padding: 1.35rem 0;
  border-top: 1px solid #eaeaea;
  color: #3c68d6;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.c-collapsable__wrapper .c-collapsable__trigger:first-child {
  border-top: 0;
}
.c-collapsable__wrapper .c-collapsable__trigger i {
  float: right;
  font-size: 0.75em;
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.c-collapsable__wrapper .c-collapsable__trigger:hover i {
  color: #3c68d6;
  transform: scale(1.5);
}
.c-collapsable__wrapper .c-collapsable__content {
  padding: 0.5em 0 1em;
}

.c-button {
  padding: 1.1em 2.8em;
  margin: 1em 0;
  border: 0;
  border-radius: 2em;
  box-shadow: 0.15s ease-in-out;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.25;
  min-width: 100px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s box-shadow 0.15s ease-in-out;
  white-space: nowrap;
  letter-spacing: 0.6px;
  background: #929292;
  font-family: "Quicksand", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.c-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c-button:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
.c-button.is-primary {
  background: #3849a1;
}
.c-button.is-primary:hover:before {
  background: #2750b8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-button.is-secondary {
  background: #3849a1;
}
.c-button.is-secondary:hover:before {
  background: #2b387b;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-button.is-link {
  width: 100%;
  text-decoration: underline;
  text-transform: none;
  color: #333;
  background: transparent;
  margin: 0 0.5em;
}
@media only screen and (min-width: 768px) {
  .c-button.is-link {
    width: auto;
  }
}
.c-button.has-noMargin {
  margin: 0;
}
.c-button.has-noMargin__top {
  margin-top: 0;
}
.c-button.has-noMargin__right {
  margin-right: 0;
}
.c-button.has-noMargin__bottom {
  margin-bottom: 0;
}
.c-button.has-noMargin__left {
  margin-left: 0;
}

.c-button__download {
  display: inline-block;
  /*  position: absolute;
    width: 1em;
    height: 1.5em;*/
  transform: translateY(-50%);
  top: 50%;
  right: 1em;
}
.c-button__download > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 1px;
  border: 3px solid #545454;
  border-radius: 50%;
  animation: buttonLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #545454 transparent transparent transparent;
}
.c-button__download > div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-button__download > div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-button__download > div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes buttonLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.has-Detailheader {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .has-Detailheader {
    background: url(../img/onsitebck.jpg);
    background-repeat: no-repeat;
    background-position: right -160px;
    background-size: cover;
  }
  .has-Detailheader .c-header {
    background: url(../img/detail_header.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .has-Detailheader .c-header {
    height: 26em;
  }
}

.has-professorsheader {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .has-professorsheader {
    background: url(../img/docentesbck.jpg);
    background-repeat: no-repeat;
    background-position: right -200px;
    background-size: cover;
  }
  .has-professorsheader .c-header {
    background: url(../img/detail_header.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .has-professorsheader .c-header {
    height: 26em;
  }
}

.has-emptyHeader {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .has-emptyHeader .c-header {
    background: url(../img/detail_header.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .has-emptyHeader .c-header {
    height: 26em;
  }
  .has-emptyHeader .c-empty__header {
    margin-top: -16em;
  }
}

.c-header {
  position: relative;
  background: white;
  width: 100%;
}
@media (min-width: 992px) {
  .c-header {
    background: transparent;
    min-height: 17em;
  }
}
.c-header .c-header__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
}
@media (min-width: 992px) {
  .c-header .c-header__wrapper {
    padding-top: 2em;
    flex-direction: row;
    background: transparent;
    position: relative;
    width: auto;
  }
}
.c-header .c-header__wrapper .c-headerMobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .c-header__wrapper .c-headerMobile a {
  text-decoration: none;
  color: #3849a1;
}

.c-brand {
  width: 30%;
  position: relative;
  z-index: 1;
  margin: 0.7em 0;
}
@media (min-width: 992px) {
  .c-brand {
    width: 70%;
    margin: 0;
  }
}
.c-brand img {
  width: 100%;
}

.index-header {
  overflow-x: hidden;
}
.index-header .c-header {
  height: 50vh;
  background: url(../img/header_banner.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media (min-width: 576px) {
  .index-header .c-header {
    height: 80vh;
  }
}

.educational-header {
  overflow-x: hidden;
}
.educational-header .c-header {
  height: 30vh;
  background: url(../img/cursos_presenciales.jpg);
  background-repeat: no-repeat;
  background-position: center 0em;
  background-size: 160%;
}
@media (min-width: 576px) {
  .educational-header .c-header {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .educational-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .educational-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .educational-header .c-header {
    background-position: right top;
  }
}

.educational-online-header {
  overflow-x: hidden;
}
.educational-online-header .c-header {
  height: 30vh;
  background: url(../img/cursos_online.jpg);
  background-repeat: no-repeat;
  background-position: center 0em;
  background-size: 160%;
}
@media (min-width: 576px) {
  .educational-online-header .c-header {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .educational-online-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .educational-online-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .educational-online-header .c-header {
    background-position: right top;
  }
}

.educational-semiprecencial-header {
  overflow-x: hidden;
}
.educational-semiprecencial-header .c-header {
  height: 30vh;
  background: url(../img/cursos_semipresenciales.jpg);
  background-repeat: no-repeat;
  background-position: center 0em;
  background-size: 200%;
}
@media (min-width: 576px) {
  .educational-semiprecencial-header .c-header {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .educational-semiprecencial-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .educational-semiprecencial-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .educational-semiprecencial-header .c-header {
    background-position: right top;
  }
}

.professors-header {
  overflow-x: hidden;
}
.professors-header .c-header {
  height: 30vh;
  background: url(../img/docentes-header.jpg);
  background-repeat: no-repeat;
  background-position: right 0em;
  background-size: 200%;
}
@media (min-width: 576px) {
  .professors-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .professors-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .professors-header .c-header {
    background-position: right top;
  }
}

.about-header {
  overflow-x: hidden;
}
.about-header .c-header {
  height: 30vh;
  background: url(../img/quienes_somos.jpg);
  background-repeat: no-repeat;
  background-position: right 0em;
  background-size: 200%;
}
@media (min-width: 576px) {
  .about-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .about-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .about-header .c-header {
    background-position: right top;
  }
}

.contacto-header {
  overflow-x: hidden;
}
.contacto-header .c-header {
  height: 30vh;
  background: url(../img/contacto-header.jpg);
  background-repeat: no-repeat;
  background-position: right 0em;
  background-size: 200%;
}
@media (min-width: 576px) {
  .contacto-header .c-header {
    height: 85vh;
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .contacto-header .c-header {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .contacto-header .c-header {
    background-position: right top;
  }
}

.c-navigation {
  flex-grow: 1;
  z-index: 11;
  position: absolute;
  left: 0;
  height: 100vh;
  overflow: auto;
  background: white;
  z-index: 11;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .c-navigation {
    padding-top: 1.5em;
    background: transparent;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    display: block !important;
    overflow: visible;
  }
}
.c-navigation .c-navigation__menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-navigation .c-navigation__menu {
    flex-direction: row;
    float: right;
  }
}
.c-navigation .c-navigation__menu > li:first-child {
  background: #3c68d6;
}
.c-navigation .c-navigation__menu > li:first-child > a {
  color: white;
  text-transform: uppercase;
  font-size: 0.85em;
  float: right;
}
.c-navigation .c-navigation__menu > li:first-child > a i {
  font-size: 1em;
  margin-left: 0.5em;
}
.c-navigation .c-navigation__menu li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .c-navigation .c-navigation__menu li {
    width: auto;
    position: relative;
    padding: 0 0.5em;
    border-bottom: 0;
  }
}
.c-navigation .c-navigation__menu li a {
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: #545454;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 1.5em 2em;
  white-space: nowrap;
  display: block;
}
@media (max-width: 992px) {
  .c-navigation .c-navigation__menu li a:after {
    font-family: "icomoon";
    content: "\e90f";
    float: right;
    font-size: 0.85em;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .c-navigation .c-navigation__menu li a[data-toggle-dropdown] {
    text-transform: uppercase;
    padding: 1em 2em;
    color: #3c68d6;
  }
  .c-navigation .c-navigation__menu li a[data-toggle-dropdown] i {
    display: none;
  }
  .c-navigation .c-navigation__menu li a[data-toggle-dropdown]:after {
    display: none;
  }
  .c-navigation .c-navigation__menu li a[data-trigger]:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-navigation .c-navigation__menu li a {
    padding: 0;
    color: white;
  }
}
.c-navigation .c-navigation__menu li a i {
  font-size: 0.5em;
}
.c-navigation .c-dropdown {
  width: 100%;
  max-width: unset;
}
@media (max-width: 992px) {
  .c-navigation .c-dropdown {
    opacity: 1;
    background: transparent;
    visibility: visible;
    width: 100%;
    border: 0;
    box-shadow: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
  }
  .c-navigation .c-dropdown:before,
  .c-navigation .c-dropdown:after {
    display: none;
  }
  .c-navigation .c-dropdown ul {
    display: block;
    border-top: 1px solid #eee;
  }
  .c-navigation .c-dropdown ul li {
    padding: 0;
  }
  .c-navigation .c-dropdown ul li a {
    line-height: inherit;
    padding-left: 3em;
  }
  .c-navigation .c-dropdown ul li a:after {
    font-family: "icomoon";
    content: "\e90f";
    float: right;
    font-size: 0.85em;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media (min-width: 992px) {
  .c-navigation .c-dropdown {
    border-radius: 4px;
    min-width: 15em !important;
    width: auto !important;
    position: absolute;
    top: auto;
  }
  .c-navigation .c-dropdown:before {
    right: 15px;
    left: auto;
  }
  .c-navigation .c-dropdown:after {
    right: 15px;
    left: auto;
  }
  .c-navigation .c-dropdown ul {
    border: 0;
  }
  .c-navigation .c-dropdown ul li {
    border-bottom: 1px solid #eee;
  }
  .c-navigation .c-dropdown ul li:last-child {
    border-bottom: 0px;
  }
  .c-navigation .c-dropdown a {
    color: #393939 !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: opacity 0.3s ease-in-out;
  }
  .c-navigation .c-dropdown a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

footer {
  background: #f5f5f5;
  padding: 15em 0 2em;
  margin-top: 10em;
  position: relative;
  top: -21em;
}
@media (min-width: 992px) {
  footer {
    padding: 20em 0 3em;
  }
}
footer:before {
  content: "";
  width: 100%;
  background: url(../img/footer.svg);
  display: block;
  height: 15em;
  position: absolute;
  top: -15em;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center top;
}
@media (min-width: 992px) {
  footer:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #eee;
    bottom: 8em;
  }
}

.c-footer__institute {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-footer__institute {
    margin-bottom: 0em;
    flex-direction: row;
  }
}
.c-footer__institute a {
  color: #393939;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 1.5em;
}
.c-footer__institute .c-footer__instituteTitle {
  text-align: center;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 992px) {
  .c-footer__institute .c-footer__instituteTitle {
    margin-left: 0.5em;
    text-align: left;
  }
}
.c-footer__institute .c-footer__instituteTitle span {
  font-weight: 600;
}
.c-footer__institute .c-footer__instituteTitle .c-footer__instituteAddress {
  font-size: 0.85em;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0;
}

.c-footer__contact {
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .c-footer__contact {
    text-align: right;
    margin-top: 0em;
  }
}
.c-footer__contact .c-footer__contactPhone {
  font-family: "Quicksand", sans-serif;
  color: #393939;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
}
.c-footer__contact .c-footer__contactMail {
  color: #3849a1;
  margin-top: 0.5em;
  display: inline;
}

.c-footer__social {
  margin: 1em 0 1.5em;
  text-align: center;
}
@media (min-width: 992px) {
  .c-footer__social {
    text-align: right;
    margin: 0;
  }
}
.c-footer__social a {
  color: #3849a1;
  font-size: 1.5em;
  text-decoration: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin: 0 0.15em;
  transition: opacity 0.3s ease-in-out;
}
.c-footer__social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gradient-footer footer {
  background: linear-gradient(180deg, white 15%, #f9f9f9 73%);
}
.gradient-footer footer:before {
  display: none;
}

.c-course__item {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  border-radius: 5px;
  overflow: hidden;
  flex-basis: calc((100% / 3) - 1em);
}
.c-course__item .c-course__figure {
  overflow: hidden;
  margin: 0;
  max-height: 250px;
}
.c-course__item .c-course__figure img {
  width: 100%;
}
.c-course__item .c-course__wrapper {
  padding: 1.5em 1.5em 2.5em;
  position: relative;
}
.c-course__item .c-course__wrapper .c-course__title {
  font-size: 1.1em;
  color: #393939;
  margin: 1em 0;
  font-family: "Open Sans", sans-serif;
}
.c-course__item .c-course__wrapper .c-course__description {
  color: #393939;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
.c-course__item .c-course__wrapper .c-course__date {
  font-size: 0.85em;
  color: #393939;
}
.c-course__item .c-course__wrapper .c-course__date strong {
  font-weight: 600;
}
.c-course__item .c-course__wrapper .c-course__date span {
  display: block;
  padding: 0 0 0.5em 0;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #535353;
}
.c-course__item .c-course__wrapper .c-course__date span:last-child {
  padding-bottom: 0;
}
.c-course__item .c-course__wrapper .c-course__date span:first-child {
  color: #3c68d6;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.c-course__item .c-course__wrapper .c-course__link {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  overflow: hidden;
  background: #3c68d6;
  border-radius: 50%;
  color: white;
  top: -1.25em;
  right: 1.5em;
  text-align: center;
  line-height: 2.5em;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.c-course__item .c-course__wrapper .c-course__link i {
  font-size: 0.75em;
  line-height: 3.5;
}
.c-course__item .c-course__wrapper .c-course__link:hover {
  background: #2750b8;
}

.c-courses h2 a {
  text-transform: uppercase;
  font-size: 0.45em;
  text-decoration: none;
  color: #545454;
  letter-spacing: 1px;
  line-height: 1.8;
  display: block;
  margin-top: 1em;
}
@media only screen and (min-width: 576px) {
  .c-courses h2 a {
    float: right;
    margin-top: 0em;
  }
}
.c-courses h2 a span {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  background: #3c68d6;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  float: left;
  margin-right: 0.5em;
}
@media only screen and (min-width: 576px) {
  .c-courses h2 a span {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
  }
}
.c-courses h2 a span i {
  font-size: 0.7em;
  margin-right: -2px;
}
.c-courses h2 a:hover span {
  background: #2750b8;
}

.c-courses__list {
  display: flex;
  flex-direction: column;
  margin: 0 -0.5em;
}
@media (min-width: 992px) {
  .c-courses__list {
    flex-direction: row;
  }
}
.c-courses__list.is-course__list {
  flex-wrap: wrap;
}

.c-course__detail {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-course__objectives {
  color: white;
  margin: 0 -0.875em;
  position: relative;
}
@media (min-width: 992px) {
  .c-course__objectives {
    flex-basis: 60%;
    background: transparent;
    padding: 2em 2em 10em;
    margin: 0;
    padding: 0;
  }
  .c-course__objectives header {
    padding: 2em 3em 4em 5em;
    border-radius: 1em;
    position: absolute;
    right: 0;
  }
}
.c-course__objectives header {
  background: #2b387b;
}
@media (max-width: 992px) {
  .c-course__objectives header {
    padding: 3em 3em 3em 5em !important;
  }
  .c-course__objectives header:after {
    content: "";
    background: #2b387b;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
  }
}
@media (max-width: 576px) {
  .c-course__objectives header {
    padding: 2em 3em 2em 3em !important;
  }
  .c-course__objectives header:after {
    display: none;
  }
}
.c-course__objectives .c-course__name {
  font-size: 2em;
  margin: 0.5em 0;
  color: white;
}
@media (min-width: 992px) {
  .c-course__objectives .c-course__name {
    font-size: 3em;
  }
}
.c-course__objectives p {
  font-size: 1.1em;
  line-height: 1.4;
}

.c-course__summary {
  flex-basis: 100%;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .c-course__summary {
    flex-basis: 30%;
    position: sticky;
    top: 0;
    right: 0;
    margin-top: 0em;
    margin-left: 3em;
    padding-top: 0em;
  }
}
.c-course__summary .c-card {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
}
.c-course__summary .c-card > a {
  background: #3849a1;
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 1.5em -1.5em -1.5em;
  padding: 1.5em 0;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out;
}
.c-course__summary .c-card > a:hover {
  background: #2b387b;
}
.c-course__summary .c-course__price p {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 0.5em 1em;
  margin-bottom: 0;
}
.c-course__summary .c-course__price p > span {
  flex-grow: 1;
}
.c-course__summary .c-course__price .c-course__value {
  color: #3849a1;
  text-align: right;
  font-size: 1.3em;
  font-weight: 600;
}
.c-course__summary .c-course__price .c-course__value small {
  display: block;
  font-size: 0.6em;
  margin-top: 0.4em;
}
.c-course__summary .c-course__price .c-course__value small a {
  text-decoration: none;
  color: #393939;
}
.c-course__summary .c-course__price .c-course__value small a:hover {
  text-decoration: underline;
}
.c-course__summary .c-course__duration p {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em 1em;
  margin-bottom: 0;
}
.c-course__summary .c-course__duration p > span {
  flex-grow: 1;
}
.c-course__summary .c-course__duration .c-course__value {
  font-weight: 600;
  text-align: right;
}
.c-course__summary .c-course__start {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em 1em;
}
.c-course__summary .c-course__start.is-onsite {
  flex-direction: column;
  align-items: flex-start;
}
.c-course__summary .c-course__start.is-onsite > span {
  margin-bottom: 0.85em;
}
.c-course__summary .c-course__start.is-onsite .c-coursestart__list {
  list-style-type: none;
  width: 100%;
}
.c-course__summary .c-course__start.is-onsite .c-coursestart__list .c-coursestart__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.c-course__summary .c-course__start > span {
  flex-grow: 1;
}
.c-course__summary .c-course__start .c-course__value {
  font-weight: 600;
  text-align: right;
}
.c-course__summary .c-course__hours {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em 1em;
  flex-direction: column;
  align-items: flex-start;
}
.c-course__summary .c-course__hours p {
  margin-bottom: 0 !important;
}
.c-course__summary .c-course__hours > span {
  flex-grow: 1;
  margin-bottom: 0.85em;
}
.c-course__summary .c-course__hours .c-course__value {
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
  display: block;
}
.c-course__summary .c-course__hours .c-coursehours__list {
  list-style-type: none;
}
.c-course__summary .c-course__hours .c-coursehours__list .c-coursehours__item span:first-child {
  margin-bottom: 0.5em;
  display: block;
}
.c-course__summary .c-course__insite {
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em 1em;
}
.c-course__summary .c-course__insite p {
  margin-bottom: 0.5em;
}
.c-course__summary .c-course__insite p:last-child {
  margin-bottom: 0;
}
.c-course__summary .c-course__insite p i {
  color: #3c68d6;
  margin-right: 0.5em;
  font-size: 1.2em;
}
.c-course__summary .c-course__professors > span {
  margin: 1em 0;
  display: block;
}
.c-course__summary .c-course__professors .c-professors__list {
  list-style-type: none;
}
.c-course__summary .c-course__professors .c-professors__list .c-professors__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.85em;
}
.c-course__summary .c-course__professors .c-professors__list .c-professors_image {
  border-radius: 50%;
  overflow: hidden;
  height: 55px;
  width: 55px;
  margin: 0 0.5em 0 0;
}
.c-course__summary .c-course__professors .c-professors__list .c-professors_image img {
  width: 100%;
}
.c-course__summary .c-course__professors .c-professors__list p {
  font-size: 0.95em;
  flex-grow: 1;
}
.c-course__summary .c-course__professors .c-professors__list p strong {
  display: block;
  font-size: 1.2em;
}
.c-course__content h3 {
  font-size: 1.5em;
}
.c-content__item {
  margin-bottom: 1em;
}

.c-content__item ul {
  list-style-type: none;
}
@media (min-width: 992px) {
  .c-content__item {
    padding-left: 2em;
  }
}
.c-content__item strong {
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .c-content__item strong:before {
    content: "\e90c";
    font-family: "icomoon";
    color: #3c68d6;
    position: absolute;
    left: -1.5em;
  }
}
.c-content__item p {
  line-height: 1.4;
  font-weight: 400;
}

.c-course__information {
  border-top: 1px solid #eee;
  padding-top: 2em;
  margin-top: 2em;
}
.c-course__information h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin: 1em 0 0.75em;
  display: block;
  position: relative;
  letter-spacing: 0.4px;
}
.c-course__information p {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.c-course__information ul {
  list-style-type: none;
}
.c-course__information ul li ul {
  list-style-type: none;
  padding-left: 1.5em;
}
.c-course__information ul li ul li:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #3c68d6;
  position: absolute;
  left: 0em;
}
.c-course__wrap {
  flex-basis: 100%;
}
@media (max-width: 992px) {
  .c-course__wrap {
    margin-top: 2em !important;
  }
}
@media (min-width: 992px) {
  .c-course__wrap {
    flex-basis: 60%;
    margin-top: -7em;
  }
}

.c-courses {
  margin-top: 2em;
  border-top: 1px solid #ccc;
  padding-top: 3em;
}
@media (min-width: 992px) {
  .c-courses {
    padding-top: 6em;
    margin-top: 8em;
  }
}
.c-courses h2 {
  letter-spacing: 1px;
  margin: 0 0 1em;
  color: #393939;
}
@media (min-width: 992px) {
  .c-courses h2 {
    margin: 0 0 2em;
  }
}

.c-course__detail p {
  margin-bottom: 1em;
  line-height: 1.4;
}
.c-course__detail .no-padding {
  padding-bottom: 0;
}
.c-course__detail .c-course__information {
  padding-top: 0;
}
.c-course__detail ul {
  width: 100%;
  margin-bottom: 1em;
}

.c-services {
  padding: 7em 0 2em;
}

.c-service {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.c-service i {
  opacity: 0.25;
  filter: alpha(opacity=25);
  font-size: 3em;
}
.c-service .c-service__wrap {
  margin: 0 2em 0 1.15em;
}
.c-service h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  letter-spacing: 1px;
}
.c-service p {
  line-height: 1.4;
}

.c-banner__Index {
  padding: 4em 0 3em;
}
@media (min-width: 992px) {
  .c-banner__Index {
    padding: 4em 0;
  }
}
@media (min-width: 1200px) {
  .c-banner__Index {
    padding: 6em 0;
  }
}
@media (min-width: 1600px) {
  .c-banner__Index {
    padding: 12em 0 6em;
  }
}
.c-banner__Index h1 {
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 2em;
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .c-banner__Index h1 {
    font-size: 3em;
  }
}
.c-banner__Index p {
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1.2em;
  font-weight: 200;
  width: 80%;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .c-banner__Index p {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .c-banner__Index p {
    font-size: 1.8em;
  }
}
.c-banner__Index a {
  font-size: 1.1em;
  margin-top: 2em;
}

.c-asociations {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: -6em 0.5em 0.5em;
  border-radius: 5px;
  overflow: hidden;
  flex-basis: 100%;
  padding: 1.5em 1em 1em;
}
.c-asociations strong {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-align: center;
  color: #767676;
  width: 100%;
  font-weight: 500;
  display: block;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 992px) {
  .c-asociations strong {
    margin: 1.5em 0;
  }
}
.c-asociations .c-asociations__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-asociations .c-asociations__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .c-asociations .c-asociations__list.has-border {
    border-left: 1px solid #eee;
  }
}
.c-asociations .c-asociations__list.has-border img {
  width: 20%;
}
.c-asociations .c-asociations__list img {
  width: 30%;
}

.c-banner__image {
  position: absolute;
  bottom: -3px;
  width: 40%;
  right: -50px;
}
@media (min-width: 768px) {
  .c-banner__image {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .c-banner__image {
    position: relative;
    width: auto;
    right: 0;
    bottom: auto;
    top: 0;
  }
}

.index-header footer {
  top: -10em;
  padding: 5em 0 3em;
}

.c-professor__item {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  border-radius: 5px;
  padding: 2em 2em 3em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-professor__item {
    margin-top: -15em;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .c-professor__item .c-professor__contact {
    flex-basis: 30%;
    margin-right: 3em;
  }
}
.c-professor__item .c-professor__contact figure {
  margin: 0 auto 1em;
  border-radius: 50%;
  overflow: hidden;
  height: 12em;
  width: 12em;
}
.c-professor__item .c-professor__list ul {
  list-style-type: none;
}
.c-professor__item .c-professor__list ul li {
  padding-left: 1.65em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
}
.c-professor__item .c-professor__list ul li:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #3c68d6;
  position: absolute;
  left: 0;
  font-size: 0.85em;
  line-height: 1.7;
}
.c-professor__item .c-professor__list ul li small {
  color: #767676;
}
.c-professor__item .c-professor__list p {
  margin-bottom: 1em;
  line-height: 1.4;
}

.c-professor__mail {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.c-professor__mail > span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  display: block;
  margin-bottom: 0.8em;
}
.c-professor__mail a {
  color: #3849a1;
  text-transform: none;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.c-professor__courses {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #eee;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.c-professor__courses > span {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  display: block;
  margin-bottom: 0.8em;
}
.c-professor__courses ul {
  list-style-type: none;
}
.c-professor__courses ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}
.c-professor__courses ul li a {
  color: #3849a1;
  text-decoration: none;
}
.c-professor__courses ul li a:hover:after {
  font-family: "icomoon";
  content: "\e90f";
  float: right;
  font-size: 0.85em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.c-professor__name {
  margin: 1em 0 1em;
  font-size: 1.8rem;

  text-align: center;
}
.c-professor__name small {
  display: block;
  font-size: 0.5em;
  margin-top: 0.5em;
  color: #767676;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .c-professor__name {
    margin: 1em 0 2em;
    text-align: left;
  }
}

.c-professor__history {
  position: relative;
}
.c-professor__history h3 {
  font-size: 1.5em;
}
@media (max-width: 992px) {
  .c-professor__history .c-professor__name {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-professor__history {
    padding-left: 3em;
  }
  .c-professor__history:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    left: 0;
  }
}

.c-professorList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.c-professorList .c-professorList__item {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  border-radius: 5px;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-professorList .c-professorList__item {
    flex-direction: row;
  }
}
.c-professorList .c-professorList__item figure {
  margin: 1em auto 0;
  border-radius: 50%;
  overflow: hidden;
  height: 6em;
  width: 6em;
}
.c-professorList .c-professorList__item figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-professorList .c-professorList__item figure {
    margin: 1em 0 1em 2em;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.c-professorList .c-professorList__item .c-professor__name {
  text-align: center;
  padding-left: 0em;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .c-professorList .c-professorList__item .c-professor__name {
    padding-left: 2em;
    flex-grow: 1;
    text-align: left;
  }
}
.c-professorList .c-professorList__item .c-professor__name span {
  display: block;
  text-transform: uppercase;
  color: #767676;
  letter-spacing: 1px;
  font-size: 0.85em;
  margin-top: 0.5em;
}
.c-professorList .c-professorList__item .c-button {
  margin: 0 auto 1em;
  display: table;
  padding: 0.75em 1.5em;
  box-shadow: none;
}
@media (min-width: 768px) {
  .c-professorList .c-professorList__item .c-button {
    margin: 0 2em;
  }
}

.c-collapsableSection {
  background: #f4f4f4;
  padding: 5em 0;
  margin: 3em 0 0;
}
@media (min-width: 992px) {
  .c-collapsableSection {
    margin: 3em 0 -6.2em;
  }
}
.c-collapsableSection.empty-background {
  background: #fff;
}
@media (max-width: 992px) {
  .c-collapsableSection.empty-background {
    padding: 0 0 5em;
  }
}

.u-content__list {
  list-style-type: none;
}
.u-content__list li {
  padding-left: 1.65em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
}
.u-content__list li:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #3c68d6;
  position: absolute;
  left: 0;
  font-size: 0.85em;
  line-height: 1.7;
}

.c-institutePage p {
  line-height: 1.4;
}
.c-institutePage img {
  width: 35%;
  margin: 0 auto;
  display: block;
}
.c-institutePage .c-about {
  padding: 2em 3em;
}
@media (min-width: 768px) {
  .c-institutePage .c-about.has-border {
    border-left: 1px solid #eee;
  }
}
.c-institutePage .u-subtitle.is-bigger {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.7em;
  text-align: center;
  color: #3849a1;
}

.c-infrastructure {
  display: flex;
  flex-wrap: wrap;
}

.c-collapsable__content .u-subtitle {
  color: #3849a1;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 0.5em;
}
.c-collapsable__content .u-separator {
  height: 1px;
  border: 0;
  background: #e9e8e8;
  margin: 2.5em 0;
}

.c-infrastructure__item h3 {
  margin: 0 0 0.5em;
  color: #3c68d6;
}
.c-infrastructure__item p {
  line-height: 1.4;
}

.c-convenios {
  display: flex;
  border: 3px solid #3c68d6;
  margin: 3em;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-convenios {
    flex-direction: row;
  }
}
.c-convenios .c-convenios__logos {
  display: flex;
  flex-basis: 70%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-convenios .c-convenios__logos {
    flex-direction: row;
  }
}
.c-convenios .c-convenios__logos img {
  width: 80%;
}
@media (min-width: 992px) {
  .c-convenios .c-convenios__logos img {
    width: 20%;
  }
}
.c-convenios h1 {
  font-size: 4em;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
  color: white;
  background: #3c68d6;
  padding: 0.5em 0;
  width: 100%;
}
@media (min-width: 992px) {
  .c-convenios h1 {
    flex-basis: 30%;
    width: 30%;
    flex-shrink: 1;
    flex-grow: 0;
  }
}
.c-convenios h1 small {
  display: block;
  font-size: 0.35em;
}
.c-convenios h1 span {
  font-size: 0.2em;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  opacity: 0.5;
}

.c-plataforma .c-plataforma__image {
  display: block;
  margin: 1.5em auto;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .c-plataforma .c-plataforma__image {
    width: 100%;
  }
}
.c-plataforma p {
  line-height: 1.4;
  margin-bottom: 1em;
}

.c-contactPage iframe {
  width: 100%;
  border-radius: 5px;
}
.c-contactPage .u-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #545454;
}
.c-contactPage .u-subtitle span {
  color: #3c68d6;
}
.c-contactPage .c-instituteAddress {
  margin: 0.5em 0;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  color: #545454;
  text-transform: none;
}
@media (min-width: 992px) {
  .c-contactPage .c-instituteAddress {
    float: right;
    margin: 0;
  }
}
.c-contactPage .u-separator {
  height: 1px;
  border: 0;
  background: #e9e8e8;
  margin: 2.5em 0;
}
.c-contactPage .c-form {
  padding-top: 1.5em;
}
@media (min-width: 992px) {
  .c-contactPage .c-form {
    padding-left: 1.5em;
  }
}
.c-contactPage .c-form button {
  float: right;
}
@media (max-width: 576px) {
  .c-contactPage .c-form button {
    width: 100%;
  }
}

.c-gallery {
  padding: 2em;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0 0.5em 0.5em;
  border-radius: 5px;
  overflow: hidden;
  flex-basis: 100%;
  padding: 1.5em 1em 1em;
}
.c-gallery figure {
  margin: 0;
}
.c-gallery figure img {
  width: 100%;
}
.c-gallery .c-gallery__title {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  font-weight: 400;
}
.c-gallery .c-gallery__title span {
  color: #3c68d6;
  font-weight: 600;
}

/*
--------------------------------------
--------------------------------------
Used for overriding classess or fixing specific browser issues
--------------------------------------
--------------------------------------
*/
.slick-dots {
  list-style-type: none;
  display: table;
  margin: 1.5em auto 0;
}
.slick-dots li {
  margin-right: 0.5em;
  float: left;
}
.slick-dots li button {
  height: 5px;
  width: 1.5em;
  text-indent: -999em;
  border: none;
  background: #ccc;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #3c68d6;
}
.u-sr__only {
  text-indent: -9999em;
  display: inline-block;
}

.c-bypassBlock {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  position: absolute;
}
.c-bypassBlock:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
  color: #fff;
  border-radius: 0.35em;
  background: #3c68d6;
    padding: 1em;
    width: calc(100% - 0em);
    top: 0;
    left: 0;
    border-radius: 0;
    text-align: center;
}
/*# sourceMappingURL=styles.css.map */
