html {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 2 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

.bg-main {
  background: #24135f;
  color: #ffffff;
}
.bg-main p, .bg-main .fa, .bg-main .fas, .bg-main .far {
  color: #ffffff;
}
.bg-main h3 {
  color: #ffffff;
}
.bg-main .btn-link {
  color: #ffffff;
}
.bg-main .btn-bb {
  padding-bottom: 0.8rem;
  border-bottom: 1.5px solid #ffffff;
}

.bg-second {
  background: #71327e;
  color: #ffffff;
}
.bg-second p, .bg-second .fa, .bg-second .fas, .bg-second .far {
  color: #ffffff;
}

.bg-third {
  background: #AB7BAF;
  color: #ffffff;
}
.bg-third p, .bg-third .fa, .bg-third .fas, .bg-third .far {
  color: #ffffff;
}

.bg-fourth {
  background: #497272;
  color: #ffffff;
}
.bg-fourth p, .bg-fourth .fa, .bg-fourth .fas, .bg-fourth .far {
  color: #ffffff;
}

.bg-fifth {
  background: #b1a252;
  color: #ffffff;
}
.bg-fifth p, .bg-fifth .fa, .bg-fifth .fas, .bg-fifth .far {
  color: #ffffff;
}

.bg-sixth {
  background: #73495d;
  color: #ffffff;
}
.bg-sixth p, .bg-sixth .fa, .bg-sixth .fas, .bg-sixth .far {
  color: #ffffff;
}

.bg-seveth {
  background: #2c2c3a;
  color: #ffffff;
}
.bg-seveth p, .bg-seveth .fa, .bg-seveth .fas, .bg-seveth .far {
  color: #ffffff;
}

.bg-grey {
  background: #ececec;
  color: #4E4E4E;
}
.bg-grey p, .bg-grey .fa, .bg-grey .fas, .bg-grey .far {
  color: #4E4E4E;
}

.bg-image-1 {
  background-image: url("");
  background-position: center;
  background-size: cover;
  min-height: 440px;
  color: #fff;
  width: 100%;
  display: flex;
}

* {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.hrBorder {
  border-top: 2px solid #24135f;
}

h2 {
  color: #24135f;
}

h3, h4 {
  text-transform: uppercase;
  color: #73495d;
}
h3 a, h4 a {
  color: #73495d;
}

h5 {
  color: #297374;
}

h6 a {
  color: #71327e;
}

a, .page-link {
  color: #71327e;
}

.btn-primary {
  color: #ffffff;
  background-color: #341c8a;
  border-color: black;
  transition: all ease-in-out 0.25s;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #24135f;
  border-color: black;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #24135f;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #24135f;
  background-image: none;
  border-color: black;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #190d41;
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #341c8a;
  border-color: black;
}
.btn-primary .badge {
  color: #341c8a;
  background-color: #ffffff;
}

.btn-secondary {
  color: #666666;
  background-color: #9240a3;
  border-color: #0f0710;
  transition: all ease-in-out 0.25s;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #666666;
  background-color: #71327e;
  border-color: black;
}
.btn-secondary:hover {
  color: #666666;
  background-color: #71327e;
  border-color: black;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #666666;
  background-color: #71327e;
  background-image: none;
  border-color: black;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #666666;
  background-color: #5a2864;
  border-color: black;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #9240a3;
  border-color: #0f0710;
}
.btn-secondary .badge {
  color: #9240a3;
  background-color: #666666;
}

.btn-third {
  color: #ffffff;
  background-color: #bf9bc2;
  border-color: #58375a;
  transition: all ease-in-out 0.25s;
}
.btn-third:focus, .btn-third.focus {
  color: #ffffff;
  background-color: #ab7baf;
  border-color: #0b070b;
}
.btn-third:hover {
  color: #ffffff;
  background-color: #ab7baf;
  border-color: #332034;
}
.btn-third:active, .btn-third.active, .open > .btn-third.dropdown-toggle {
  color: #ffffff;
  background-color: #ab7baf;
  background-image: none;
  border-color: #332034;
}
.btn-third:active:hover, .btn-third:active:focus, .btn-third:active.focus, .btn-third.active:hover, .btn-third.active:focus, .btn-third.active.focus, .open > .btn-third.dropdown-toggle:hover, .open > .btn-third.dropdown-toggle:focus, .open > .btn-third.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #9d65a2;
  border-color: #0b070b;
}
.btn-third.disabled:hover, .btn-third.disabled:focus, .btn-third.disabled.focus, .btn-third[disabled]:hover, .btn-third[disabled]:focus, .btn-third[disabled].focus, fieldset[disabled] .btn-third:hover, fieldset[disabled] .btn-third:focus, fieldset[disabled] .btn-third.focus {
  background-color: #bf9bc2;
  border-color: #58375a;
}
.btn-third .badge {
  color: #bf9bc2;
  background-color: #ffffff;
}

.btn-fifth {
  color: #ffffff;
  background-color: #c1b575;
  border-color: #494321;
  transition: all ease-in-out 0.25s;
}
.btn-fifth:focus, .btn-fifth.focus {
  color: #ffffff;
  background-color: #b1a252;
  border-color: black;
}
.btn-fifth:hover {
  color: #ffffff;
  background-color: #b1a252;
  border-color: #1f1c0e;
}
.btn-fifth:active, .btn-fifth.active, .open > .btn-fifth.dropdown-toggle {
  color: #ffffff;
  background-color: #b1a252;
  background-image: none;
  border-color: #1f1c0e;
}
.btn-fifth:active:hover, .btn-fifth:active:focus, .btn-fifth:active.focus, .btn-fifth.active:hover, .btn-fifth.active:focus, .btn-fifth.active.focus, .open > .btn-fifth.dropdown-toggle:hover, .open > .btn-fifth.dropdown-toggle:focus, .open > .btn-fifth.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #9a8d45;
  border-color: black;
}
.btn-fifth.disabled:hover, .btn-fifth.disabled:focus, .btn-fifth.disabled.focus, .btn-fifth[disabled]:hover, .btn-fifth[disabled]:focus, .btn-fifth[disabled].focus, fieldset[disabled] .btn-fifth:hover, fieldset[disabled] .btn-fifth:focus, fieldset[disabled] .btn-fifth.focus {
  background-color: #c1b575;
  border-color: #494321;
}
.btn-fifth .badge {
  color: #c1b575;
  background-color: #ffffff;
}

h2 .btn-link {
  color: #24135f;
  font-size: 1.375rem;
}

header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575.98px) {
  header {
    position: relative !important;
  }
}
header .logo-te {
  max-width: 290px;
  margin: 1rem 0;
  transition: all 0.5s ease-in-out;
}
header .logo-DG {
  display: block;
  margin: auto;
  font-size: 1.1rem;
  transition: all 0.5s ease-in-out;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.47);
  box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.47);
}
.navbar .navbar-nav li .nav-link {
  padding-left: 0.5rem;
}
.navbar .navbar-nav li .nav-link,
.navbar .navbar-nav li .toogle-icon {
  transition: all ease-in-out 0.25s;
  color: #71327e;
}
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .toogle-icon:hover {
  background: #24135f;
  color: #ffffff;
}
.navbar .navbar-nav li .nav-link.nav-hover {
  color: #ffffff;
}
.navbar .navbar-nav li .nav-link.nav-hover:hover {
  background: #fff;
  color: #24135f;
}

.toogle-icon.nav-hover {
  color: white;
}

.toogle-icon {
  color: #24135f;
}

.fixed {
  max-width: 220px !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.fixed2 {
  font-size: 1rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.col-icons {
  padding-top: 0.25rem;
  width: 3.5rem;
  text-align: center;
}
.col-icons .fas, .col-icons .far, .col-icons .fab {
  color: #24135f;
}
@media (max-width: 991.98px) {
  .col-icons {
    display: none;
  }
}

.main-row {
  width: calc(100% - 7rem);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .main-row {
    width: 100%;
  }
}

footer {
  background: #ececec;
}
footer p {
  margin-bottom: 0;
}

.back-video {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  height: 600px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slick-prev:before, .slick-next:before {
  color: #24135f;
}

.fakeBox {
  border-radius: 25px;
  box-sizing: border-box;
  height: auto;
  opacity: 1;
  position: relative;
  transition: none;
  border: 2px solid #24135f;
  overflow: hidden;
  padding: 0.25rem;
}
.fakeBox .form-control {
  border: none;
}
.fakeBox .form-control:focus {
  color: #495057;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
.fakeBox .input-group-text {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: none;
}

.card .card-body .text-tesis .card-text {
  margin-bottom: 0;
}
.card .list-group .list-group-item {
  background: none;
}
.card .list-group-flush .list-group-item:first-child {
  border-top-width: 1px;
}

.timeline {
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline *::before,
.timeline *::after {
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #DDD;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  padding: 10px 40px 10px 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item::after {
  background-color: #FFF;
  border: 4px solid #AB7BAF;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}
.timeline__item--right::after {
  left: -10px;
}
.timeline__item--right .timeline__content::before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content::after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #FFF;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px;
}

.timeline__content {
  background-color: #FFF;
  border: none;
  color: #333;
  display: block;
  padding: 0;
  position: relative;
  padding: 1rem;
}
.timeline__content h2 {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0;
}
.timeline__content h2 a {
  color: black;
}
.timeline__content p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #24135f;
  display: block;
  height: 2px;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 1rem;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #CCC;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 1rem 0 0;
}
.timeline--horizontal .timeline__item--bottom::after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #CCC;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::after {
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: #FFF;
  border: 2px solid #24135f;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev::before {
  background-image: url("../img/arrow-left.svg");
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next::before {
  background-image: url("../img/arrow-right.svg");
}

.timeline--mobile {
  padding: 0;
}
.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item::after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content::after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFF;
  border-left: none;
  border-top: 10px solid transparent;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
/* add style*/
.timeline__item{
  cursor: pointer;
}
.timeline__item_active::after{
    border: 10px solid #AB7BAF !important;
    height: 25px;
    width: 25px;
}

/*# sourceMappingURL=custom.css.map */
