html, body {
  font-family: "Segoe UI", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-height: 100vh;
  color: #415364;
}

h1 {
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 900;
}

h2 {
  font-size: 2rem;
  line-height: 42px;
  font-weight: 800;
}

h3 {
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
  line-height: 28px;
}

h6 {
  font-size: 1.25rem;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 12px;
  line-height: 16px;
}

.text-lg {
  font-size: 17px;
  line-height: 26px;
}

strong,
b {
  font-weight: 800;
}

a {
  color: #7361A2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #8f81b5;
}

.badge-primary {
  background-color: #7361A2;
  color: #fff;
}

.badge-secondary {
  background-color: #6c757d;
  color: #7361A2;
}

.badge-default {
  background-color: #ffffff;
  border: 1px solid #BCBEC0;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

.badge-warning {
  background-color: #F2C94C;
  color: #1B1918;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

.badge {
  font-weight: 400;
}

.btn {
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 800;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn img {
  margin-right: 5px;
  vertical-align: sub;
}
.btn.btn-rounded {
  border-radius: 20px;
}

.btn-primary {
  background-color: #7361A2;
  color: #ffffff;
  border: 1px solid #7361A2;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffffff;
  color: #7361A2;
  border: 1px solid #7361A2;
}

.btn-secondary {
  background-color: #6c757d;
  color: #ffffff;
  border: 1px solid #6c757d;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #ffffff;
  color: #7361A2;
  border: 1px solid #7361A2;
}

.btn-default {
  background: #FFFFFF;
  color: #7361A2;
  border: 1px solid #7361A2;
}
.btn-default:hover, .btn-default:focus {
  background: #7361A2;
  color: #fff;
  border: 1px solid #7361A2;
}

.btn-outline-primary {
  background-color: #ffffff;
  color: #8f81b5;
  border: 1px solid #4A6A85;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #7361A2;
  color: #ffffff;
  border: 1px solid #7361A2;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #f5f6fa;
  color: #ffffff;
  border: 1px solid #f5f6fa;
}

.btn-outline-success {
  background-color: #ffffff;
  color: #adb617;
  border: 1px solid #6390A7;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  background-color: #adb617;
  color: #ffffff;
  border: 1px solid #adb617;
}

.btn-outline-default {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-outline-default:hover, .btn-outline-default:focus {
  background: #ffffff;
  color: #003444;
}

.color-black {
  color: #dee2e6;
}

.color-orange {
  color: #6c757d;
}

.color-primary {
  color: #7361A2;
}

.color-success {
  color: #adb617;
}

.color-blue {
  color: #2D9CDB;
}

.color-gray-300 {
  color: #dee2e6;
}

.bg-vli {
  background-color: #7361A2;
}

.bg-success {
  background-color: #adb617;
}

.bg-orange {
  background-color: #6c757d;
}

.bg-pink {
  background-color: #735aa2;
}

.mt-60 {
  margin-top: -60px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-50 {
  border-radius: 50px;
}

.no-footer .page-wrapper-row {
  display: none !important;
}

.tit-Font {
  font-weight: bold;
  font-size: 1.75rem;
  color: #7361A2;
}
.tit-Font i, .tit-Font img {
  width: 25px;
  vertical-align: inherit;
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}

.containerInfCursos .cardInfCursos {
  background-color: #f5f6fa !important;
  color: #7361A2 !important;
}

.textInfCard {
  font-size: 1rem;
  color: #1B1918;
}

.pageNotificacao .icon-header {
  height: 25px;
  vertical-align: text-top;
  margin-right: 5px;
}
.pageNotificacao li.abreCompartilhamento {
  cursor: pointer;
}
.pageNotificacao ul.listNotification li::before {
  margin-left: -28px;
}
.pageNotificacao ul.listBookmark li, .pageNotificacao ul.listNotification li {
  margin-top: 30px;
}
.frst-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 50px 15px */
}

.frst-container::after {
  content: "";
  display: table;
  clear: both;
}

.frst-timeline {
  position: relative;
}

.frst-right-align {
  text-align: right;
}

.frst-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
  color: #7361A2;
}

.frst-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.frst-timeline-block:last-child::before {
  display: none;
}

.frst-right-align .frst-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.frst-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.frst-date,
.frst-timeline-img i {
  display: block;
}

.frst-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}

.frst-right-align .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.frst-last-empty-item .frst-timeline-img span {
  vertical-align: top;
}

.frst-timeline-content-inner {
  position: relative;
}
.frst-timeline-content-inner h5.badge {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 16px;
}

.cssanimations .frst-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .frst-timeline-content.animated {
  visibility: visible;
}

.frst-labels span {
  display: inline-block;
}

.frst-labels {
  padding: 20px 0;
}

.frst-labels.frst-start-label {
  padding-top: 0 !important;
}

.frst-labels.frst-end-label {
  margin-bottom: 0 !important;
}

.turqoise {
  background: #00A79D !important;
}

.light-blue {
  background: #27AAE2 !important;
}

.blue {
  background: #1D75BD !important;
}

.violette {
  background: #2B3991 !important;
}

.dark-violette {
  background: #272264 !important;
}

/* @media only screen and (min-width:679px) {
	.frst-date-opposite,
	.frst-left-align.frst-date-opposite {
		margin-left: 190px
	}
	.frst-right-align.frst-date-opposite {
		margin-right: 190px;
		margin-left: 0;
		text-align: right
	}
	.frst-date-opposite.frst-alternate {
		margin: 0
	}
	.frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
	.frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
	.frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
	.frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
		width: 100%
	}
	.frst-alternate .frst-timeline-block::before {
		left: 50%
	}
	.frst-alternate .frst-timeline-img {
		left: 50%!important
	}
	.frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
		float: right
	}
	.frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
		float: left
	}
	.frst-date-opposite .frst-date {
		position: absolute;
		top: 0;
		text-align: right
	}
	.frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
	.frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
	.frst-date-opposite.frst-left-align .frst-date,
	.frst-right-align {
		text-align: right
	}
	.frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
	.frst-date-opposite.frst-right-align .frst-date {
		text-align: left
	}
	.frst-alternate .frst-timeline-label-block {
		text-align: center
	}
	.frst-alternate .frst-timeline-label-block .frst-labels span {
		left: 0;
		right: 0
	}
} */
@media only screen and (max-width: 678px) {
  .frst-timeline {
    margin-left: 20px;
  }
  .frst-timeline.frst-responsive-right,
  .frst-timeline.frst-right-align {
    margin-right: 20px;
    margin-left: 0;
  }
  .frst-responsive-right .frst-timeline-block::before,
  .frst-responsive-right .frst-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  .frst-responsive-right {
    text-align: right;
  }
  .frst-date {
    margin-bottom: 10px;
  }
}
/*-------- Type- 01 ------*/
.frst-timeline-style-13 a {
  text-decoration: none;
}

.frst-timeline-style-13.frst-right-align .frst-timeline-block::before {
  margin-right: -1px;
}

.frst-timeline-block {
  padding-bottom: 30px;
}

.frst-timeline-style-13 .frst-timeline-img {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.frst-timeline-style-13 .content-border {
  height: 2px;
  width: 100%;
  background: #aaa;
}

.frst-timeline-style-13.frst-right-align .frst-timeline-img {
  margin-right: -18px;
}

.frst-timeline-style-13 .frst-timeline-img span {
  display: inline-block;
  padding: 7px;
  background: #7361A2;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  min-width: 50px;
  min-height: 50px;
  top: -35px;
  position: relative;
}

.frst-timeline-style-13 .frst-timeline-content {
  color: #777;
}

.frst-timeline-style-13 .frst-date {
  color: #636363;
  line-height: 30px;
  margin-top: -30px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.frst-timeline-style-13 p {
  margin: 0;
}

.frst-timeline-style-13 .frst-labels span {
  position: relative;
  left: -36px;
  background: #fff;
  color: #666;
  padding: 8px 20px;
  border-radius: 3px;
}

.frst-timeline-style-13.frst-right-align .frst-labels span {
  left: auto;
  right: -36px;
}

.frst-timeline-style-13 .frst-day-time-table {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.frst-timeline-style-13 .frst-day-time-table li {
  margin-bottom: 35px;
}

.frst-timeline-style-13 .frst-day-time-table h2 {
  font-size: 18px;
  /* margin: 0px 0px 8px 0px!important; */
  margin-right: 15px;
  margin-bottom: 0px;
  color: #666;
  font-weight: 100;
}

.thumbCursoTrilha {
  border-width: 1px !important;
}

.thumbCursoTrilha,
.thumbCursoTrilha img {
  max-width: 100%;
  max-height: 100%;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 15px;
  /* Saf3+, Chrome */
  border-radius: 5px !important;
  /* Opera 10.5, IE 9 */
  /*-moz-border-radius: 5px;  Disabled for FF1+ */
}

/*---------- Responsive part ------------*/
/* @media only screen and (min-width: 679px) {
	.frst-timeline-style-13.frst-alternate .frst-timeline-content {
		width: calc(50% - 32px);
	}
	.frst-timeline-style-13.frst-date-opposite .frst-date {
		line-height: 20px;
		width: 265px;
	}
	.frst-timeline-style-13.frst-date-opposite.frst-right-align .frst-date,
	.frst-timeline-style-13.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
		left: auto;
		text-align: left;
	}
	.frst-timeline-style-13 .frst-day-time-table li {
		position: relative;
		padding-left: 100px;
	}
	.frst-timeline-style-13.frst-right-align .frst-day-time-table li,
	.frst-timeline-style-13.frst-alternate .frst-odd-item .frst-day-time-table li {
		padding-left: 0;
		padding-right: 100px;
	}
	.frst-timeline-style-13 .frst-day-time-table .frst-day-time {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		margin-bottom: 10px;
		text-align: left;
	}
	.frst-timeline-style-13.frst-right-align .frst-day-time-table .frst-day-time,
	.frst-timeline-style-13.frst-alternate .frst-odd-item .frst-day-time-table .frst-day-time {
		left: auto;
		right: 0;
		text-align: right;
	}
} */
@media only screen and (max-width: 678px) {
  .frst-timeline-style-13.frst-responsive-right .frst-timeline-block::before {
    margin-right: -1px;
  }
  .frst-timeline-style-13.frst-responsive-right .frst-timeline-img {
    margin-right: -18px;
  }
  .frst-timeline-style-13.frst-responsive-right .frst-labels span {
    left: auto;
    right: -36px;
  }
}
.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: 3.8rem;
  border-radius: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: 4.3rem;
}

.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #0088dd;
  border-radius: 1.9rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(1.9rem - 4px);
  height: calc(1.9rem - 4px);
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.switch input:checked + label::before {
  background-color: #08d;
}

.switch input:checked + label::after {
  margin-left: 1.9rem;
}

.switch input:focus + label::before {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-sm,
.switch.switch-sm2 {
  font-size: 1rem;
}

.switch.switch-sm input + label,
.switch.switch-sm2 input + label {
  margin-left: 5px;
  padding-left: 0px;
  min-width: 4rem;
  height: 2rem;
  line-height: 2rem;
  text-indent: 4.5rem;
}

.switch.switch-sm input + label::before,
.switch.switch-sm2 input + label::before {
  width: 4rem;
}

.switch.switch-sm input + label::after,
.switch.switch-sm2 input + label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
}

.switch.switch-sm input:checked + label::after,
.switch.switch-sm2 input:checked + label::after {
  margin-left: 2rem;
}

.switch + .switch {
  margin-left: 1rem;
}

.frst-date {
  white-space: nowrap;
}/*# sourceMappingURL=timeline.css.map */