span.button button, span.button a {
  background-color: #327EE6;
  border-color: #327EE6;
  border-radius: 3px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 500;
  padding: 12px;
  transition: all ease-in-out 0.2s;
  text-decoration: none; }
  span.button button:hover, span.button button:active, span.button a:hover, span.button a:active {
    background-color: #2571D9;
    border-color: #2571D9;
    color: #fff; }

span.button.pdf button, span.button.pdf a {
  background-image: url(../img/btn-pdf.svg);
  background-size: 18px 23px;
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 44px; }

span.button.calendar button, span.button.calendar a {
  background-image: url(../img/btn-calendar.svg);
  background-size: 18px 20px;
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 44px; }

header.header-primary {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 90, 148, 0.15);
  min-height: 140px;
  padding: 20px 20px;
  position: relative;
  z-index: 9999; }
  header.header-primary .logo {
    padding-bottom: 1em;
    width: 141px; }
  header.header-primary .header-description {
    font-size: 0.95em;
    line-height: 1.3;
    max-width: 480px; }
    header.header-primary .header-description p {
      margin: 0; }

nav.header-secondary {
  background-color: #F8FAFF;
  border-bottom: 1px solid rgba(0, 90, 148, 0.15);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.925em;
  justify-content: flex-end; }
  nav.header-secondary .navbar-toggler {
    color: #383D47;
    padding: .25rem .35rem;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid rgba(0, 90, 148, 0.15) !important;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 90, 148, 0.1); }
  nav.header-secondary .collapse.navbar-collapse {
    padding: 0 calc(20px - 1rem); }
  nav.header-secondary a.nav-link {
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #383D47;
    text-decoration: none;
    font-weight: inherit; }
    nav.header-secondary a.nav-link:after {
      content: "";
      display: block;
      background-color: #327EE6;
      width: 100%;
      height: 3px;
      border-radius: 3px 3px 0 0;
      position: absolute;
      bottom: 0;
      visibility: hidden; }
    nav.header-secondary a.nav-link.active, nav.header-secondary a.nav-link:hover {
      color: #327EE6;
      text-decoration: none; }
      nav.header-secondary a.nav-link.active:after, nav.header-secondary a.nav-link:hover:after {
        visibility: visible; }

@media all and (max-width: 480px) {
  nav.header-secondary a.nav-link {
    width: 100%; } }

@media all and (max-width: 575px) {
  header.header-primary .header-description {
    font-size: 0.85em; } }

@media all and (min-width: 576px) {
  header.header-primary {
    align-items: center;
    display: flex;
    padding: 20px 45px; }
    header.header-primary .logo {
      margin-right: 20px;
      padding-bottom: 0; }
  nav.header-secondary {
    padding: 10px calc(45px - 1rem); } }

@media all and (max-width: 767px) {
  nav.header-secondary a.nav-link:after {
    display: none; } }

@media all and (min-width: 768px) {
  header.header-primary {
    background-image: url(../img/pedago-home.svg);
    background-position: calc(100% - 20px) 30px;
    background-repeat: no-repeat;
    background-size: 155px 154px; }
  nav.header-secondary {
    font-size: 1rem; }
    nav.header-secondary .collapse.navbar-collapse {
      flex-wrap: wrap !important; }
      nav.header-secondary .collapse.navbar-collapse a.nav-link {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        min-height: 60px; }
        nav.header-secondary .collapse.navbar-collapse a.nav-link:after {
          height: 6px; }
  nav.header-secondary {
    padding: 0 calc(45px - 1rem); } }

@media all and (min-width: 1024px) {
  header.header-primary {
    background-position: calc(100% - 30px) 30px; }
    header.header-primary .header-description {
      max-width: 520px; }
  nav.header-secondary {
    font-size: 18px; } }

html {
  scroll-behavior: smooth; }

body {
  background-color: #E6EDF4;
  color: #383D47;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 500; }

a {
  color: #327EE6;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease-in-out 0.2s; }
  a:active, a:hover {
    color: #2571D9; }

p:last-child, ul:last-child, ol:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

h1 {
  font-size: 1.3em;
  margin-bottom: 1.3em; }

.green-highlight {
  color: #6FA52F; }

.subtitle {
  margin-bottom: 0.6em; }

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.main-content {
  max-width: 1030px;
  padding: 0 20px 90px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .main-content > section {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%; }
    .main-content > section:first-child {
      padding-top: 70px; }
    .main-content > section:last-child {
      padding-bottom: 0; }
  .main-content .col > div:not(:last-child) {
    margin-bottom: 1.5em; }
  .main-content p + div {
    padding-top: 0.5em; }

@media (min-width: 576px) {
  .main-content {
    padding: 0 45px 90px; } }

@media (min-width: 768px) {
  .main-content {
    min-height: calc(100vh - 140px - 65px); } }

.destination-block {
  margin-top: 30px; }
  .destination-block:nth-child(odd) {
    justify-content: flex-end; }
  .destination-block:nth-child(even) {
    justify-content: flex-start; }
  .destination-block a {
    background-color: #208ED0;
    background-image: url(../img/pedago-home-white.svg);
    background-repeat: no-repeat;
    background-size: 100px 80px;
    background-position: calc(100% - 14px) calc(100% + 18px);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(44, 58, 109, 0.16);
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 120%;
    padding: 20px;
    min-height: 153px;
    width: 206px;
    text-decoration: none; }
    .destination-block a.pr:hover {
      background-color: #349CDB; }
    .destination-block a.sq {
      background-color: #FF7F00; }
      .destination-block a.sq:hover {
        background-color: #FF8D1C; }
    .destination-block a.cu {
      background-color: #1BB944; }
      .destination-block a.cu:hover {
        background-color: #23C34C; }
    .destination-block a.hq {
      background-color: #F84141; }
      .destination-block a.hq:hover {
        background-color: #FF5353; }

@media all and (min-width: 992px) and (max-width: 1010px) {
  .destination-block {
    flex-basis: 50% !important; } }

footer {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px -1px 4px rgba(0, 90, 148, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  text-align: center; }

@media (min-width: 576px) {
  footer {
    padding: 20px 45px; } }
