body {
  background: #fff;
  font-family: 'Conv_Circular_Air-Book', Sans-Serif;
  font-size: 10px;
}

.course-bar {
  background: #fff;
  box-shadow: 0 4px 7px rgba(93, 102, 111, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: -119px;
  transition: top .15s ease-out;
  z-index: 1100;
}

.course-bar-inner {
  padding: 12px 0;
}

.course-bar .button {
  background: #E44B65;
  float: right;
  margin: 4px 20px 0 0;
}

.course-bar--visible {
  top: 0;
}

@media (max-width: 768px) {
  .course-bar {
    display: none;
  }
}

.row.no-margin {
  margin: 0;
}

.btn {
  font-family: 'Conv_Circular_Air-Book', Sans-Serif;
}

.btn-primary {
  color: #fff;
  background-color: #E44B65;
  border-color: #E44B65;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #D22645;
  border-color: #D22645;
  color: #fff;
}

.btn-primary:active {
  background-color: #D22645;
  border-color: #D22645;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #2BBEFB;
  border-color: #2BBEFB;
  border-radius: 0;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #05aaef;
  border-color: #05aaef;
  color: #fff;
}

.btn-secondary:active {
  background-color: #05aaef;
  border-color: #05aaef;
  color: #fff;
}

.btn-xlg {
  border: 1px solid #e44b65;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-size: 24px;
  line-height: 1.3333333;
  margin: 5vh auto 0;
  outline: 0;
  padding: 16px 22px;
  text-transform: uppercase;
  width: 400px;
}

.text-italic {
  font-style: italic;
}

.title-underlined {
  border-bottom: 3px solid #E44B65;
}

.title-padded {
  padding-right: 40px;
}

section .title {
  width: 175px;
  margin: 0 auto;
  font-family: 'Conv_Reis-Regular', Sans-Serif;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 3px solid #E44B65;
  margin-bottom: 50px;
}

.header {
  padding-bottom: 40px;
}

.header-powered-by {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .header {
    background: url("img/ipad.png") 0 -50% no-repeat, url("img/reloj.jpg") right 50% no-repeat;
    background-size: auto auto, 15% auto;
  }
}

.header h1 {
  margin-top: 8vh;
}

.header .powered-by {
  margin-top: -160px;
  font-family: 'Conv_Reis-Regular', Sans-Serif;
  position: absolute;
  right: 100px;
}

.header .powered-by img {
  margin: 0 10px;
}

.header .powered-by strong {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}

.header .header-title {
  font-family: 'Conv_Reis-Regular',Sans-Serif;
  font-size: 14em;
  text-align: center;
}

.header .header-title .scholarship {
  font-size: 70px;
}

.header .header-title .primary {
  color: #E44B65;
}

.header .header-title .secondary {
  color: #2BBEFB;
}

.header .header-content {
  display: block;
  font-family: 'Conv_Reis-Regular', Sans-Serif;
  font-size: 3em;
  margin: 0 auto;
  max-width: 500px;
  padding: 70px 0;
  text-align: center;
}

.header .header-content p {
  margin: 20px 0;
}

.header .header-content h3 {
  font-size: 2.5em;
  margin: 20px 0 10px;
}

aside {
  padding: 60px 0;
}

aside.bg-call-to-action {
  background-color: #E44B65;
  color: white;
  padding: 30px 0;
}

.bg-call-to-action .title {
  font-size: 40px;
  line-height: 1.5em;
  margin: 0;
}

.steps {
  padding: 60px 0;
}

.steps-img {
  margin: 0 0 30px 3%;
  width: 90%;
}

.card {
  display: flex;
  flex-direction: column;
}

.card .numbers {
  color: rgb(51, 51, 51);
  font-size: 160px;
  margin: 20px;
}

.card .card-content h3 {
  font-size: 45px;
  margin-bottom: 30px;
}

.card .card-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 15px;
}

.card .card-content p {
  font-size: 16px;
  line-height: 20px;
}

.history {
  padding: 60px 0;
}

.history .history-content {
  font-size: 18px;
  margin: 0 auto;
  width: 90%;
}

.history .history-content p {
  line-height: 24px;
  margin: 0 0 40px 0;
}

.history .name-selector {
  max-width: 575px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.history .profile {
  border-radius: 400px;
  max-width: 100%;
}

.history .btn-primary {
  padding: 15px 10px;
  border-radius: 0;
  font-size: 22px;
  background: none;
  color: #000;
  box-shadow: none;
  float: left;
  width: 50%;
  margin-bottom: 50px;
  border: 1px solid #E44B65;
}

.history .btn-primary:hover {
  background: #D22645;
  color: white;
}

.history .btn-primary.active {
  background: #E44B65;
  border-color: #E44B65;
  color: white;
}

.history .btn-primary.active:hover {
  background: #D22645;
  color: white;
}

.history .btn-primary.active:focus {
  outline: none;
}

.blogger .blogger-title {
  font-size: 40px;
  margin-bottom: 50px;
}

.blogger .blogger-content {
  font-size: 19px;
  line-height: 23px;
}

.blogger .blogger-content .text-italic {
  font-size: 24px;
  line-height: 30px;
}

.blogger .blogger-content p {
  margin-bottom: 20px;
}

.meller .col-md-6 {
  height: 378px;
}

.meller .col-md-6.no-padding {
  padding: 0;
}

.meller .quote {
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

.meller .quote .signature {
  margin-top: 10px;
  text-align: right;
}

.meller .meller-content {
  height: 100%;
  background-color: #E44B65;
  padding: 50px;
  color: white;
}

.meller .meller-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.meller .meller-content p {
  font-size: 20px;
  line-height: 22px;
  margin: 40px 0;
}

.meller .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.meller .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.school {
  padding: 100px 0;
  font-size: 28px;
  color: #364657;
}

.school h2 {
  font-size: 60px;
  margin: 100px 0;
}

.embed-responsive-item {
  width: 100%;
}

.school .media {
  margin-top: 40px;
}

.school .media-body {
  padding: 40px 0;
  text-align: left;
  padding-left: 20px;
  float: left;
}

.school small {
  font-size: 18px;
}

.school .text-center {
  line-height: 32px;
}

section .title.text-center {
  line-height: 50px;
}

.course-action-plan .title {
  margin-top: 50px;
  text-align: center;
  width: 410px;
}

.graph-period {
  width: 19.8%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: -2.2px;
  margin-left: -2.2px;
}

#graph-period-1 {
  height: 2.5em;
  background-color: #BCE0F9;
}

#graph-period-2 {
  height: 4em;
  background-color: #89C6F1;
}
#graph-period-3 {
  height: 6em;
  background-color: #43A3E6;
}

#graph-period-4 {
  height: 9em;
  background-color: #1D80C6;
}
#graph-period-5 {
  height: 12em;
  background-color: #0E578A;
}

.desc-period {
  display: inline-block;
  vertical-align: top;
  width: 19.5%;
}

.desc-period .period-title {
  margin: 20px 0 10px 0;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.desc-period p {
  color: #777;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  width: 95%;
}

.testimonials {
  padding: 120px 0 10px;
}

.img-circle {
  border-radius: 50%;
  float: left;
}

.conditions {
  padding: 100px 0;
}

.conditions h3 {
  margin-top: 0;
}

.conditions ul {
  color: #555;
  margin: 0 auto;
  width: 700px;
}

.conditions ul li {
  font-size: 20px;
  line-height: 24px;
  list-style-type: circle;
  margin: 0 0 8px;
  text-align: left;
}

.conditions .content-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #555;
  font-size: 20px;
}

.banner {
  height: 462px;
  background: url(./img/meller-footer.jpg) 50% -50px no-repeat;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .title {
  font-family: 'Conv_Circular_Air-Book', Sans-Serif;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer {
  background: #192129;
  padding: 30px 0;
  color: #A4BDD1;
}

.footer .logo {
  margin-right: 10px;
}

.footer .social-icons {
  font-size: 30px;
  padding: 40px 0;
}

.footer .social-icons a {
  margin-left: 15px;
  color: #555;
}

.footer .copyright {
  margin-top: 20px;
}

.footer .copyright .wrap {
  padding: 15px 0;
  border-top: solid 1px #333;
}

.secret {
  display: none;
}

.embed-responsive-16by9 {
  margin-top: 60px;
}

.form-control {
  height: 50px;
  border-radius: 0;
}

.owl-page {
  width: 15px;
  height: 15px;
  background: #eee;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}

.owl-pagination {
  margin-top: 20px;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@media (min-width: 768px) and (max-width: 992px) {
  .header .header-title {
    font-size: 7em;
  }
  .header .powered-by {
    right: 10px;
  }
  .history .profile {
    margin: 0 auto;
    display: block;
    max-width: 200px;
  }
  .blogger {
    text-align: center;
  }
  .blogger .blogger-content {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .meller .col-md-6 {
    height: auto;
  }
  .meller .row {
    display: block;
  }
}

@media (max-width: 768px) {
  .header {
    height: auto;
    padding-bottom: 50px;
  }

  .header .header-title {
    font-size: 6em;
    margin-top: 40px;
  }

  .header p {
    font-size: 2em;
  }

  .header .header-content {
    font-size: 1.4em;
    padding: 20px 0;
  }

  .header .header-content h3 {
    font-size: 2.5em;
  }

  .btn-xlg {
    border-radius: 0;
    font-size: 18px;
    width: 350px;
  }

  .header .powered-by {
    margin-top: 30px;
    position: static;
    text-align: center;
  }

  .header .powered-by strong {
    font-size: 20px;
  }

  .header .powered-by img {
    max-width: 50px;
  }

  .bg-call-to-action {
    padding: 40px 0;
  }

  .bg-call-to-action .title {
    font-size: 20px;
  }

  .steps {
    padding: 3vh 0 0;
  }

  .steps .steps-img {
    display: none;
  }

  .card {
    text-align: center;
    margin-bottom: 3vh;
  }

  .card .card-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  section .title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .history {
    padding: 0;
  }

  .history .history-content p,
  .blogger .blogger-content p,
  .school p.text-center,
  .item p,
  .conditions .content-text {
    font-size: 16px;
    line-height: 20px;
  }

  .history .btn-toggle {
    font-size: 15px;
  }

  .history .profile {
    max-width: 150px;
    display: block;
    margin: 0 15px 15px;
  }

  .blogger .blogger-title {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
  }

  .title-padded {
    padding: 0;
  }

  .meller .meller-content {
    padding: 15px;
    height: auto;
  }

  .meller .meller-content p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .graph-periods {
    display: none;
  }

  .desc-periods .desc-period {
    width: 100%;
  }

  .desc-periods .desc-period .period-title {
    padding-bottom: 2px;
  }

  .desc-periods .desc-period.period-1 .period-title {
    border-bottom: 2px solid #BCE0F9;
  }

  .desc-periods .desc-period.period-2 .period-title {
    border-bottom: 2px solid #89C6F1;
  }

  .desc-periods .desc-period.period-3 .period-title {
    border-bottom: 2px solid #43A3E6;
  }

  .desc-periods .desc-period.period-4 .period-title {
    border-bottom: 2px solid #1D80C6;
  }

  .desc-periods .desc-period.period-5 .period-title {
    border-bottom: 2px solid #0E578A;
  }

  .school {
    padding: 20px 0;
    font-size: 18px;
  }

  .school h2 {
    font-size: 22px;
    margin: 30px 0;
  }

  .school .media {
    text-align: center;
    width: 100%;
  }

  .school .media img {
    float: none;
    margin: 0 auto;
    max-width: 100px;
  }

  .school .media-body {
    padding: 18px 0;
    text-align: center;
    width: 100%;
  }

  .course-action-plan .title {
    width: 350px;
  }

  .banner {
    height: auto;
    padding: 30px 0;
  }

  .banner .title {
    font-size: 25px;
  }

  .banner .btn {
    margin: 0;
    width: 100%;
  }

  .conditions {
    padding: 30px 0;
  }

  .conditions h3 {
    margin-bottom: 30px;
  }

  .copyright .wrap {
    text-align: center;
  }

  body.no-models .header-powered-by strong {
    font-size: 2em;
  }
}
