@font-face {
  font-family: Segoe UI;
  src: url("fonts/Segoe UI.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Segoe UI;
  src: url("fonts/Segoe UI Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Segoe UI;
  src: url("fonts/Segoe UI Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Segoe UI;
  src: url("fonts/Segoe UI Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url("fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 10px;
}

*::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 10px;
}

html, body {
  margin: 0;
  height: 100%;
  font-weight: normal;
  height: 100%;
}

body {
  position: relative;
}

p {
  margin: 0;
  cursor: text;
}

img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

i {
  color: #555666;
  padding: 0 5px;
}

summary {
  outline: none;
}

a {
  color: #555666;
  pointer-events: auto;
}

a:hover {
  cursor: pointer;
  outline: none;
}

a:focus {
  cursor: pointer;
  outline: none;
}

.button, button, input[type="submit"] {
  margin: 0;
  color: #fff;
  text-transform: none;
  background-color: #008674;
  border-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-width: 0;
  border-radius: 5px;
  padding: 16px 24px;
  font-size: 1.5rem;
  transition: all .3s ease;
}

.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  outline: none;
  color: #3daee9;
  background-color: #fff;
}

.button:hover, button:hover, input[type="submit"]:hover {
  border: 1px solid #555666;
}

.button:focus, button:focus, input[type="submit"]:focus {
  border-color: #3daee9;
}

textarea, input {
  font-family: 'Raleway', 'Helvetica', 'Segoe UI';
}

textarea {
  padding-top: 10px;
  resize: vertical;
  height: auto;
  max-height: 110px;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea {
  padding-left: 20px;
  border-radius: 10px;
  color: #555666;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus {
  background-color: #cfcfcf;
  border-color: #3daee9;
}

input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #656565;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #656565;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

input[type='email']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='text']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #656565;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

input[type='email']::placeholder, input[type='number']::placeholder, input[type='password']::placeholder, input[type='search']::placeholder, input[type='tel']::placeholder, input[type='text']::placeholder, input[type='url']::placeholder, textarea::placeholder {
  font-size: 1.6rem;
  color: #656565;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.active-pointer {
  pointer-events: auto !important;
}

.deactivate-pointer {
  pointer-events: none;
}

.hide {
  display: none !important;
}

.data-not-available {
  left: 50%;
  max-width: 400px;
  position: absolute;
  top: calc(50% - 90px);
  -webkit-transform: translate(-50%, calc(-50% + 90px));
          transform: translate(-50%, calc(-50% + 90px));
}

.data-not-available + .footer-rights {
  position: absolute;
}

[v-cloak] {
  display: none;
}

.button {
  border-radius: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--secondary {
  height: 12px;
  padding: 11px 22px;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  background-color: #cfcfcf;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #555666;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--secondary:hover {
  color: #027faf;
  border-color: #cfcfcf;
}

.button--secondary:focus {
  color: #027faf;
  border-color: #cfcfcf;
}

@media (max-width: 40rem) {
  .button--secondary {
    padding: 20px 30px;
  }
}

.button--download {
  height: 100%;
  color: #fff;
  width: 80px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  margin: 20px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--download:hover, .button--download:focus {
  border-width: 0;
  background-color: transparent;
}

.button--subscription[type='submit'] {
  color: #fff;
  border-color: #fff !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--submit[type='submit'] {
  padding: 5px 30px;
  line-height: normal;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background-color: #377593;
  border: 1px solid #377593;
  line-height: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--submit[type='submit']:hover, .button--submit[type='submit']:focus {
  color: #377593;
  border: 1px solid #377593;
  background-color: #fff;
}

.button--big:hover, .button--big:focus {
  color: #008674;
  border-color: #008674;
  background-color: #fff;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.check {
  margin: auto;
}

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

.padding-zero {
  padding: 0 !important;
}

.padding-horizontal-zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-vertical-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.margin-zero {
  margin: 0 !important;
}

.margin-horizontal-zero {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-vertical-zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title {
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  padding: 30px;
}

@media (max-width: 30rem) {
  .title {
    font-size: 4rem;
  }
}

.container--full {
  max-width: none;
}

.container--first {
  height: calc(100vh - 90px) !important;
}

.container--first.welcome {
  height: auto !important;
}

@media (max-width: 60rem) {
  .container--first.container-activity-detail-section {
    height: auto !important;
  }
}

@media (max-width: 40rem) {
  .container--first:not(.footer) {
    height: auto !important;
  }
}

@media (width: 40rem) {
  .container--first {
    margin-top: 90px !important;
    height: calc(100vh - 90px) !important;
  }
}

@media (orientation: landscape) {
  .container--first {
    height: 100% !important;
    min-height: calc(100vh - 90px) !important;
  }
}

.container--modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  z-index: 500;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

.container--modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container--modal:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 33, 33, 0.75);
}

@media (max-width: 40rem) {
  .container--modal {
    padding: 0;
  }
}

.container--wide {
  overflow: hidden;
  color: #555666;
  padding: 0;
  margin: 0;
}

.container--wide .row {
  padding: 0;
  margin: 0;
}

.bgr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}

.main-carousel {
  width: 75%;
}

.main-carousel:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-carousel .flickity-button:hover {
  border: none;
}

.main-carousel .flickity-prev-next-button.previous {
  left: 0px;
}

@media (max-width: 40rem) {
  .main-carousel .flickity-prev-next-button.previous {
    left: 10px;
  }
}

.main-carousel .flickity-prev-next-button.next {
  right: 0px;
}

@media (max-width: 40rem) {
  .main-carousel .flickity-prev-next-button.next {
    right: 10px;
  }
}

.home-wrapper {
  margin: auto;
  height: 100%;
  font-family: 'Raleway', 'Helvetica', 'Segoe UI';
}

.home {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #555666;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  height: 90px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media (max-width: 60rem) {
  .header__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media (width: 60rem) {
  .header__main {
    border-width: 0;
  }
}

.header .logo {
  height: 100%;
  width: auto;
  padding: 10px;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  margin-right: 25px;
  cursor: pointer;
}

@media (max-width: 40rem) {
  .header .logo {
    padding-left: 0;
  }
}

.hamburger {
  position: relative;
  border-left: 1px solid #e8e8e8;
  width: 50px;
  height: 50px;
  padding: 10px 12px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hamburger > i {
  color: #027faf;
  font-size: 3rem;
}

.hamburger .fa-times {
  display: none;
}

@media (min-width: 60rem) {
  .hamburger {
    display: none;
  }
}

.icon-wrapper {
  display: table;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

@media (max-width: 60rem) {
  .icon-wrapper:hover, .icon-wrapper:focus {
    background-color: #555;
  }
}

@media (max-width: 60rem) {
  .icon-wrapper {
    width: 24px;
    background-color: #707070;
  }
}

@media (width: 60rem) {
  .icon-wrapper {
    background-color: inherit;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: auto;
  height: calc(100% - 90px);
  top: 90px;
  left: -101%;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 50;
}

.nav.active {
  left: 0;
}

.nav-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 5px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 60rem) {
  .nav-button--submenu:hover .submenu {
    opacity: 1;
    display: block;
  }
}

.nav-button .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  min-width: 150px;
  opacity: 0;
  background-color: #6bb0d8;
  color: #fff;
  border-top: 3px solid #085c8e;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
}

.nav-button .submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 3em;
}

.nav-button .submenu.active {
  display: block;
  opacity: 1;
}

.nav-button .section-sublink {
  width: 100%;
  padding: 0 20px;
  color: #fff;
}

.nav-button .section-sublink:hover {
  background-color: #555;
}

.nav-button:hover {
  cursor: pointer;
}

.nav-button:hover .section-link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 1400px) {
  .nav-button:hover .section-link {
    color: #fff !important;
  }
}

@media (max-width: 60rem) {
  .nav-button:hover .section-link {
    color: #fff !important;
  }
}

.nav-button:hover .section-link.preactive {
  background-color: 3px solid #085c8e;
}

.nav-button:hover .angle-down {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 60rem) {
  .nav-button:hover .angle-down--full {
    display: contents;
  }
}

@media (width: 60rem) {
  .nav-button:hover .angle-down--full {
    display: none;
  }
}

@media (max-width: 60rem) {
  .nav-button:hover .angle-down {
    color: #fff;
  }
}

@media (min-width: 1400px) {
  .nav-button:hover .angle-down {
    color: #fff !important;
  }
}

@media (max-width: 60rem) {
  .nav-button:hover .angle-down {
    color: #fff !important;
  }
}

@media (min-width: 60rem) {
  .nav-button:hover {
    border-bottom: 5px solid #085c8e;
  }
}

@media (min-width: 1400px) {
  .nav-button:hover:after {
    opacity: 1;
  }
}

@media (max-width: 60rem) {
  .nav-button:hover:after {
    opacity: 1;
  }
}

.nav-button.active {
  margin-left: 5px;
  background-color: #027faf;
}

@media (min-width: 60rem) {
  .nav-button.active {
    margin-left: 0;
    border-bottom: 5px solid #085c8e;
  }
}

.nav-button.active .section-link, .nav-button.active .angle-down--empty {
  color: #fff;
}

.nav-button.active:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  width: 100%;
  background-color: #085c8e;
  opacity: 1;
  z-index: -1;
}

@media (min-width: 60rem) {
  .nav-button.active:before {
    display: none;
  }
}

.nav-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #027faf;
  opacity: 0;
  z-index: -1;
}

@media (min-width: 60rem) {
  .nav-button {
    width: auto;
    height: 100%;
  }
}

.nav .section-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #707070;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  padding: 15px 25px;
}

.nav .section-link:hover {
  cursor: pointer;
}

.nav .section-link .angle-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 60rem) {
  .nav .section-link .angle-down {
    color: #fff;
  }
}

@media (width: 60rem) {
  .nav .section-link .angle-down {
    color: inherit;
  }
}

.nav .section-link .angle-down--empty {
  display: none;
}

@media (min-width: 60rem) {
  .nav .section-link .angle-down--empty {
    display: inline;
  }
}

.nav .section-link .angle-down--full {
  display: none;
}

@media (max-width: 60rem) {
  .nav .section-link .angle-down--full {
    display: inline;
  }
}

@media (width: 60rem) {
  .nav .section-link .angle-down--full {
    display: none;
  }
}

@media (min-width: 1400px) {
  .nav .section-link:hover {
    color: #027faf;
  }
}

@media (min-width: 60rem) {
  .nav .section-link {
    color: #555666;
  }
}

@media (min-width: 60rem) and (max-width: 1200px) {
  .nav .section-link {
    padding: 15px 10px;
  }
}

@media (min-width: 60rem) {
  .nav {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
}

@media (max-width: 60rem) {
  .nav {
    width: 100%;
  }
}

.start {
  margin-top: 90px;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("images/inicio.jpg");
  background-size: cover;
  background-position: center 75%;
  background-repeat: no-repeat;
}

.welcome__image {
  width: 250px;
  margin: 20px auto;
}

@media (max-width: 60rem) {
  .welcome__image {
    margin-top: 25px;
    width: 225px;
  }
}

.welcome__main {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(27, 118, 162, 0.8);
}

@media (orientation: portrait) {
  .welcome__main {
    min-height: calc(100vh - 90px);
  }
}

.welcome__info {
  text-align: center;
}

.slogan {
  padding: 3% 0 2%;
  color: #fff;
}

.slogan__welcome {
  font-size: 25px;
  font-weight: 300px;
  margin-bottom: 20px;
}

@media (max-width: 60rem) {
  .slogan__welcome {
    font-size: 20px;
  }
}

.slogan__title {
  font-size: 50px;
  margin-bottom: 20px;
}

@media (max-width: 60rem) {
  .slogan__title {
    font-size: 40px;
  }
}

@media (max-width: 40rem) {
  .slogan__title {
    font-size: 25px;
  }
}

.slogan__phrase {
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  margin: auto;
  font-style: italic;
}

@media (max-width: 60rem) {
  .slogan__phrase {
    font-size: 1.8rem;
  }
}

.partners__header {
  padding: 22px 0;
  border-radius: 20px;
  font-size: 1.6rem;
  height: 130px;
  color: #555666;
  text-align: center;
}

@media (max-width: 40rem) {
  .partners__header {
    padding-top: 50px;
  }
}

.partners__phrase {
  font-size: 2.4rem;
  margin-top: 25px;
  margin-bottom: 25px;
}

.partners__list.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto 60px;
}

@media (min-width: 1400px) {
  .partners__list.row {
    width: 100%;
  }
}

@media (max-width: 60rem) {
  .partners__list.row {
    width: 100%;
  }
}

.partners__list.row .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  height: 150px !important;
}

.partners__list.row .carousel-cell img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.partners__list.row .carousel-cell:nth-child(1) img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}

.partners__list.row .carousel-cell:nth-child(2) img, .partners__list.row .carousel-cell:nth-child(3) img, .partners__list.row .carousel-cell:nth-child(4) img {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.partners__list.row .carousel-cell:nth-child(6) img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.partners__list.row .carousel-cell:nth-child(8) img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.partners__list.row .carousel-cell:nth-child(9) img, .partners__list.row .carousel-cell:nth-child(10) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 60rem) {
  .partners__list.row .carousel-cell {
    min-height: 130px;
  }
  .partners__list.row .carousel-cell:nth-child(1) img {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .partners__list.row .carousel-cell:nth-child(2) img {
    -webkit-transform: scale(1.85);
            transform: scale(1.85);
  }
  .partners__list.row .carousel-cell:nth-child(3) img, .partners__list.row .carousel-cell:nth-child(4) img {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .partners__list.row .carousel-cell:nth-child(5) img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .partners__list.row .carousel-cell:nth-child(6) img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .partners__list.row .carousel-cell:nth-child(7) img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .partners__list.row .carousel-cell:nth-child(8) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .partners__list.row .carousel-cell:nth-child(9) img, .partners__list.row .carousel-cell:nth-child(10) img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (max-width: 50rem) {
  .partners__list.row .carousel-cell:nth-child(1) img {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
  .partners__list.row .carousel-cell:nth-child(2) img, .partners__list.row .carousel-cell:nth-child(3) img, .partners__list.row .carousel-cell:nth-child(4) img {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  .partners__list.row .carousel-cell:nth-child(8) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .partners__list.row .carousel-cell:nth-child(9) img, .partners__list.row .carousel-cell:nth-child(10) img {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media (max-width: 40rem) {
  .partners__list.row .carousel-cell {
    max-width: none !important;
  }
  .partners__list.row .carousel-cell:nth-child(1) img {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  .partners__list.row .carousel-cell:nth-child(2) img, .partners__list.row .carousel-cell:nth-child(3) img, .partners__list.row .carousel-cell:nth-child(4) img {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
  .partners__list.row .carousel-cell:nth-child(5) img, .partners__list.row .carousel-cell:nth-child(9) img, .partners__list.row .carousel-cell:nth-child(10) img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .partners__list.row .carousel-cell:nth-child(6) img {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .partners__list.row .carousel-cell:nth-child(7) img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .partners__list.row .carousel-cell:nth-child(8) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.partners__images {
  max-width: 150px;
  width: 130px;
  background-color: #fff;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.partners__images:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 60rem) {
  .partners__images {
    width: 100px;
  }
}

@media (max-width: 50rem) {
  .partners__images {
    max-width: 50%;
  }
}

.knowmore {
  margin: 50px 0 85px;
}

.knowmore__link {
  padding: 16px 24px;
  color: #fff;
  border-radius: 5px;
  background-color: #008674;
  font-size: 1.8rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.knowmore__link:hover, .knowmore__link:focus {
  color: #008674;
  border-color: #008674;
  background-color: #fff;
}

.knowmore__link:hover .angle-right, .knowmore__link:focus .angle-right {
  display: inline;
}

.knowmore__link .angle-right {
  display: none;
  width: 10px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.activities {
  background-image: url("images/actividades.jpg");
  background-position: top left;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
}

.activities__main {
  padding: 60px 50px;
}

@media (max-width: 40rem) {
  .activities__main {
    padding: 60px 0 40px;
  }
}

.activities__frequency {
  margin-bottom: -30px;
  font-size: 2.4rem;
}

.activities__ads {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: auto;
  padding: 10px 20px;
}

@media (max-width: 60rem) {
  .activities__ads br {
    display: none;
  }
}

.activities__description {
  font-size: 2rem;
  cursor: text;
  padding: 10px 20px;
  width: 75%;
  margin: auto;
}

@media (max-width: 40rem) {
  .activities__description {
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
}

.activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 10px;
}

@media (max-width: 60rem) {
  .activity__list {
    padding: 60px 10px 0;
  }
}

.activity__list .activity__box {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 60rem) {
  .activity__list .activity__box {
    padding: 0 10%;
  }
}

@media (min-width: 80rem) {
  .activity__list .activity__box {
    padding: 0 5%;
  }
}

.activity__list .activity__item.column {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 30rem) {
  .activity__list .activity__item.column {
    padding: 0;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}

.activity {
  position: relative;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

@media (max-width: 60rem) {
  .activity {
    margin: 0 auto 40px;
  }
}

.activity:hover .activity__overlay {
  z-index: 3;
  opacity: 1;
}

.activity:hover .activity__overlay:before {
  top: 55%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.activity:hover .activity__overlay:hover::before {
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.activity__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  min-width: 100px;
  min-height: 50px;
  cursor: pointer;
}

.activity__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.activity__body {
  margin: 10px;
  font-size: 1.5rem;
  padding: 15px;
  min-height: 370px;
}

@media (width: 40rem) {
  .activity__body {
    min-height: 405px !important;
  }
}

@media (min-width: 700px) {
  .activity__body {
    min-height: 310px;
  }
}

@media (min-width: 50rem) {
  .activity__body {
    min-height: 295px;
  }
}

@media (min-width: 60rem) {
  .activity__body {
    min-height: 280px;
  }
}

@media (min-width: 70rem) {
  .activity__body {
    min-height: 260px;
  }
}

@media (min-width: 80rem) {
  .activity__body {
    min-height: 380px;
  }
}

@media (min-width: 90rem) {
  .activity__body {
    min-height: 330px;
  }
}

@media (min-width: 120rem) {
  .activity__body {
    min-height: 280px;
  }
}

@media (min-width: 1400px) {
  .activity__body {
    font-size: 1.5rem;
  }
}

@media (max-width: 40rem) {
  .activity__body {
    min-height: auto;
    margin: 0;
  }
}

.activity__image {
  width: 100%;
  min-height: 160px;
  position: relative;
}

@media (max-width: 60rem) {
  .activity__image {
    max-height: 230px;
  }
}

.activity__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(11, 150, 196, 0.82);
  z-index: -1;
}

.activity__overlay::before {
  content: "\2795";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  color: rgba(11, 150, 196, 0.82);
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.activity__title {
  font-weight: 600;
}

.activity__description {
  cursor: text;
}

.activity__description p:first-of-type strong {
  font-weight: 600;
}

.activity__moreinfo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
  bottom: 10px;
  margin: 10px 0;
}

@media (max-width: 40rem) {
  .activity__moreinfo {
    position: static;
    margin: 15px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (width: 40rem) {
  .activity__moreinfo {
    position: absolute;
    margin: 10px 0;
  }
}

.mission-vision {
  background-color: #ededed;
}

.mission-vision .vision-section, .mission-vision .mission-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mission-vision .vision-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.mission-vision .mission-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
}

.mission-vision .mission__purpose, .mission-vision .vision__purpose {
  font-size: 2rem;
  width: 85%;
  margin: auto;
  text-align: center;
}

.mission-vision .vision, .mission-vision .mission {
  margin: 70px 0 0;
  text-align: center;
}

.mission-vision .vision__title, .mission-vision .mission__title {
  padding-top: 50px;
  font-size: 2.4rem;
}

.mission-vision .vision__description, .mission-vision .mission__description {
  cursor: text;
  width: 85%;
  margin: auto;
  color: #262e32;
}

.mission-vision .vision__image, .mission-vision .mission__image {
  margin: 0 auto;
}

.mission-vision .vision__image > img, .mission-vision .mission__image > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  max-height: 500px;
}

@media (max-width: 60rem) {
  .mission-vision .vision, .mission-vision .mission {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 20px 0;
    margin: auto 25px !important;
    text-align: center;
  }
}

@media (max-width: 40rem) {
  .mission-vision .vision, .mission-vision .mission {
    margin: 0 !important;
  }
}

.mission-vision .vision__description {
  padding-bottom: 20px;
}

@media (max-width: 60rem) {
  .mission-vision .mission__image {
    width: calc(100% + 90px);
    -webkit-transform: translate(-45px, 0px);
            transform: translate(-45px, 0px);
  }
}

@media (min-width: 1350px) {
  .mission-vision .mission__image .slideInLeft {
    margin: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    max-height: none;
  }
}

.values-and-services {
  padding: 30px;
  min-height: auto;
}

@media (min-width: 60rem) {
  .values-and-services {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

.values-and-services__title {
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.values-and-services__subtitle {
  padding-top: 0;
}

@media (max-width: 40rem) {
  .values-and-services__subtitle {
    padding-left: 0;
    padding-right: 0;
  }
}

.values-and-services .values__main {
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: auto;
}

@media (max-width: 60rem) {
  .values-and-services .values__main {
    margin-bottom: 30px;
  }
}

@media (max-width: 40rem) {
  .values-and-services .values__main {
    padding-left: 0;
    padding-right: 0;
  }
}

.values-and-services .value__list {
  height: 170px;
  text-align: center;
}

@media (max-width: 40rem) {
  .values-and-services .value__list {
    height: auto;
  }
}

.values-and-services .value__list--left {
  height: auto;
}

@media (min-width: 80rem) {
  .values-and-services .value__list--left .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.values-and-services .value__list--right {
  height: auto;
}

.values-and-services .service__main {
  padding: 30px;
  margin-top: 20px;
}

@media (min-width: 40rem) and (max-width: 60rem) {
  .values-and-services .service__main {
    padding: 0 80px;
  }
}

@media (max-width: 40rem) {
  .values-and-services .service__main {
    padding: 0;
  }
}

.values-and-services .servicie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  padding: 0 12%;
  margin-bottom: 30px;
}

@media (max-width: 60rem) {
  .values-and-services .servicie__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.values {
  background-color: #009bc5;
  color: #fff;
}

.services {
  background-color: #f4f4f4;
}

.column.value {
  font-size: 1.3rem;
  padding: 10px 25px;
  margin-bottom: auto;
}

@media (max-width: 40rem) {
  .column.value {
    padding: 3rem 0;
    text-align: center;
  }
}

.column.value__list {
  padding: 3px 0;
  margin-bottom: 20px;
}

.value__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 40rem) {
  .value__title {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.value__description {
  font-size: 1.8rem;
}

@media (max-width: 40rem) {
  .value {
    text-align: center;
  }
  .value.value--first {
    padding-top: 0;
  }
}

.service {
  width: 30%;
  border-radius: 20px;
  text-align: center;
}

@media (max-width: 1400px) {
  .service {
    min-height: 170px;
  }
}

@media (max-width: 60rem) {
  .service {
    width: 100%;
    margin: 25px 0;
    min-height: auto;
  }
}

.service__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  margin: -25px auto 0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background-color: #2bbed0;
}

.service__title {
  font-weight: bold;
  padding-top: 10px;
  font-size: 2rem;
}

.service__description {
  cursor: text;
  font-size: 1.8rem;
  padding: 20px;
  text-align: center;
}

#therapy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.terapia-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terapia-section__main.row {
  margin: 80px 0 60px;
}

@media (max-width: 60rem) {
  .terapia-section__main.row {
    padding: 20px 30px !important;
  }
}

.terapia__title {
  padding: 10px 0;
  font-size: 4.5rem;
}

.terapia__description {
  cursor: text;
  font-size: 2rem;
  padding: 20px 15% 20px;
}

@media (max-width: 60rem) {
  .terapia__description {
    padding: 20px 0;
  }
}

@media (max-width: 40rem) {
  .terapia__description {
    font-size: 2rem;
  }
}

.terapia__footer {
  margin: 10px 10px 25px;
  border-width: 1px;
}

@media (max-width: 40rem) {
  .terapia__footer {
    display: block;
    margin: 10px auto;
  }
}

@media (max-width: 40rem) {
  .terapia__footer--big {
    display: none;
  }
}

.logoterapia {
  background-color: #fff;
  text-align: right;
}

.logoterapia .terapia__title {
  text-align: right;
  padding-right: 10px;
  font-size: 5.6rem;
}

@media (max-width: 30rem) {
  .logoterapia .terapia__title {
    font-size: 4.5rem;
  }
}

.logoterapia .terapia__description {
  padding-right: 10px;
}

@media (max-width: 60rem) {
  .logoterapia .terapia__description {
    width: 90%;
    margin-left: auto;
  }
}

.logoterapia__image {
  padding: 0 10px;
}

.logoterapia__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.logoterapia__footer .terapia__footer {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 40rem) {
  .logoterapia__footer {
    display: none;
  }
}

.tanatologia {
  background-color: #fff;
  text-align: left;
}

.tanatologia .terapia__title {
  text-align: left;
  padding-left: 10px;
  font-size: 5.6rem;
}

@media (max-width: 30rem) {
  .tanatologia .terapia__title {
    font-size: 4.5rem;
  }
}

.tanatologia .terapia__description {
  padding-left: 10px;
}

@media (max-width: 60rem) {
  .tanatologia .terapia__description {
    width: 90%;
    margin-right: auto;
  }
}

@media (max-width: 60rem) {
  .tanatologia__image {
    padding-top: 50px;
  }
}

@media (max-width: 40rem) {
  .terapia__description {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.representative--primary, .representative--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
}

.representative--primary {
  background-image: url("images/viktor-bgr-mini.jpg");
}

.representative--secondary {
  background-image: url("images/elizabeth-bgr-mini.jpg");
}

@media (max-width: 60rem) {
  .representative--secondary .representative__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 40rem) {
  .representative--secondary .representative__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.representative.bgr {
  min-height: 650px;
}

.representative__phrase {
  font-size: 2.4rem;
  text-align: center;
}

.representative__block {
  padding: 50px 15px 100px;
  color: #fff;
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}

.representative__block--Viktor {
  background-color: rgba(22, 141, 171, 0.8);
}

.representative__block--Elizabeth {
  background-color: rgba(48, 89, 119, 0.8);
}

.representative__intro.row {
  padding-bottom: 30px;
  min-width: 200px;
  font-size: 1.3rem;
  width: 80%;
  margin: 0 auto 30px;
}

@media (max-width: 60rem) {
  .representative__intro.row {
    width: 90%;
  }
}

@media (max-width: 60rem) {
  .representative__main.row {
    padding: 20px 0;
  }
}

.representative__main.row .representative__image.column {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.representative__main.row .representative__image.column .author {
  max-height: 400px;
}

@media (max-width: 60rem) {
  .representative__main.row .representative__image.column {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 40px;
  }
}

@media (max-width: 40rem) {
  .representative__main.row .representative__image.column {
    margin: auto;
    padding-top: 0;
  }
}

.representative__info.column {
  font-size: 1.8rem;
  font-weight: 600;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.representative__bio.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.representative__bio.row .check {
  width: 33px;
  margin-top: 25%;
  margin-bottom: 5%;
}

@media (max-width: 60rem) {
  .representative__bio.row .check {
    margin-top: 7%;
  }
}

@media (max-width: 60rem) {
  .representative__bio.row {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
}

@media (max-width: 40rem) {
  .representative__bio.row {
    width: 100%;
  }
}

.representative__bio.row .bio-step {
  padding: 20px 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.representative__bio.row .bio-step--main {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 5%;
  margin-bottom: 5%;
}

.representative__bio.row .bio-step--main img {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.representative__bio.row .bio-step--side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.representative__bio.row .bio-step--side--left {
  text-align: right;
}

.representative__bio.row .bio-step--side--right {
  text-align: left;
}

.representative__bio.row .bio-step--side--main {
  padding-left: 30px;
  padding-right: 30px;
}

.representative__bio.row .bio-step--side--main .author {
  -webkit-box-shadow: 0 0 5px #addaff, 0 0 10px #addaff, 0 0 12.5px #addaff, 0 0 15px #005c99, 0 0 17.5px #005c99, 0 0 20px #005c99;
          box-shadow: 0 0 5px #addaff, 0 0 10px #addaff, 0 0 12.5px #addaff, 0 0 15px #005c99, 0 0 17.5px #005c99, 0 0 20px #005c99;
}

@media (max-width: 40rem) {
  .representative__bio.row .bio-step {
    padding-right: 0;
    padding-left: 0;
  }
}

.founder {
  position: relative;
}

.founder__main {
  padding: 60px 0;
}

.founder:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.founder__header {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media (max-width: 40rem) {
  .founder__header {
    margin-bottom: 40px;
  }
}

@media (max-width: 40rem) {
  .founder__title {
    padding-left: 0;
    padding-right: 0;
  }
}

.founder__list.row {
  padding: 0;
  margin: 0 auto 60px;
}

@media (min-width: 1400px) {
  .founder__list.row {
    max-width: 75%;
  }
}

@media (max-width: 60rem) {
  .founder__list.row {
    margin-bottom: 30px;
  }
}

.founder__image {
  max-width: 200px !important;
}

.founder__info.column {
  padding: 40px 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 800;
  text-align: center;
  background-color: #fff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 40px;
}

@media (max-width: 60rem) {
  .founder__info.column {
    padding: 30px 20px;
  }
}

@media (max-width: 40rem) {
  .founder__info.column {
    padding: 0;
  }
}

@media (max-width: 60rem) {
  .founder__info--dau.column {
    margin-bottom: 100px;
  }
}

.founder__moreinfo {
  margin-top: 30px;
}

.founder__dauinfo {
  padding: 0 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.founder__subtitle {
  font-weight: bold;
  font-size: 2rem;
}

.founder__description {
  font-weight: normal;
  font-size: 1.8rem;
  text-align: justify;
}

.dau {
  font-size: 1.3rem;
}

@media (max-width: 40rem) {
  .dau {
    text-align: center;
  }
}

.dau__title, .dau__footer {
  font-weight: bold;
}

@media (max-width: 60rem) {
  .dau__title, .dau__footer {
    text-align: center;
  }
}

.dau__description, .dau__slogan {
  padding: 20px 0;
  font-size: 1.8rem;
}

.phrases {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-image: url("images/fondo-queretaro-min.jpg");
  min-height: 850px !important;
}

.phrases__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: inherit;
  background-color: rgba(160, 200, 235, 0.5);
  -webkit-backdrop-filter: contrast(90%) opacity(90%);
          backdrop-filter: contrast(90%) opacity(90%);
}

.phrases .phrase {
  width: 65%;
}

@media (max-width: 60rem) {
  .phrases .phrase {
    width: 95%;
    font-size: 3rem;
  }
}

.phrases__ubication {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  bottom: 25px;
  right: 25px;
}

.contactus-section {
  padding: 30px;
}

.contactus-section .contactus__main {
  padding: 30px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (max-width: 40rem) {
  .contactus-section .contactus__main {
    padding: 10px;
  }
}

.contactus-section .contactus, .contactus-section .contactus__form {
  padding: 10px 20px;
}

.contactus-section .contactus {
  font-size: 1.8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 60rem) {
  .contactus-section .contactus {
    font-size: 1.6rem;
  }
}

@media (min-width: 40rem) and (max-width: 60rem) {
  .contactus-section .contactus {
    padding: 0;
    padding-right: 15px;
  }
}

.contactus-section .contactus__logo {
  padding: 0;
  max-width: 200px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 40rem) {
  .contactus-section .contactus__logo {
    max-width: 130px;
  }
}

.contactus-section .contactus__title {
  padding: 0;
  text-align: left;
  font-size: 3rem;
}

@media (max-width: 60rem) {
  .contactus-section .contactus__title {
    font-size: 1.8rem;
  }
}

.contactus-section .contactus__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 100%;
}

.contactus-section .contactus__footer--full {
  display: block;
}

@media (max-width: 40rem) {
  .contactus-section .contactus__footer--full {
    display: none;
  }
}

@media (min-width: 40rem) {
  .contactus-section .contactus__footer--mini {
    display: none;
  }
}

@media (width: 40rem) {
  .contactus-section .contactus__footer--mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 420px) {
  .contactus-section .contactus__footer--mini {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.column.contactus__form {
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: auto;
}

@media (max-width: 60rem) {
  .column.contactus__form {
    padding: 0;
  }
}

@media (max-width: 40rem) {
  .contactus__form__submit {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 20px auto 0 !important;
  }
}

.socialmedia {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0;
  font-size: 2rem;
}

@media (max-width: 420px) {
  .socialmedia {
    padding: 0;
  }
}

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

.socialmedia .socialmedia-link {
  width: 40px;
  text-align: center;
}

.socialmedia .socialmedia-link.link-facebook {
  text-align: end;
  margin-right: 15px;
}

.socialmedia .socialmedia-link.link-instagram {
  margin-right: 15px;
}

.socialmedia .socialmedia-link .fab {
  font-size: 40px;
  padding: 0;
}

.footer {
  position: relative;
  text-align: center;
  background-image: url("images/footer-dark-flowers.jpg");
  background-position: center;
  color: #fff;
}

.footer-rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #fff;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}

.footer.bgr {
  min-height: 800px;
}

@media (max-width: 40rem) {
  .footer.bgr {
    min-height: 550px;
  }
}

.subscription {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1400px) {
  .subscription {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .subscription {
    width: 70%;
  }
}

@media (max-width: 60rem) {
  .subscription {
    width: 70%;
  }
}

@media (max-width: 40rem) {
  .subscription {
    width: 80%;
  }
}

.subscription.error {
  width: 70%;
  top: 40%;
}

.subscription-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 1400px) {
  .subscription-title {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 40rem) {
  .subscription-title {
    font-size: 2rem;
  }
}

.subscription-info {
  padding: 20px 10px;
  font-weight: 700;
}

@media (max-width: 60rem) {
  .subscription {
    width: 100%;
    padding: 50px;
    top: 33%;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -33%);
            transform: translate(-50%, -33%);
  }
}

@media (max-width: 40rem) {
  .subscription {
    padding: 15px;
  }
}

.form {
  position: relative;
  text-align: right;
}

.form--subscription {
  width: 55%;
  margin: auto;
  max-width: 700px;
}

@media (max-width: 40rem) {
  .form--subscription {
    width: 90%;
  }
}

.form--subscription .email {
  background-color: #fff;
  border-radius: 20px;
  height: 5rem;
}

.form--subscription .email:focus, .form--subscription .email:hover {
  background-color: #fff;
}

.form--subscription .button__subscription {
  color: #fff;
  border-color: #fff;
  margin-top: 5px;
  background-color: transparent;
}

@media (max-width: 40rem) {
  .form--subscription .button__subscription {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.activity-detail {
  position: relative;
  padding: 100px 20px 50px;
}

.activity-detail--wrapper {
  padding: 0 0 50px;
  background-color: #fff;
}

.activity-detail-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
}

.activity-detail-section .button__submit {
  color: #fff;
  border-color: #377593;
  background-color: #377593;
}

.activity-detail-section--bgr {
  background-image: url("images/blackboard.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.activity-detail__consulta {
  text-align: center;
  font-size: 1.8rem;
}

.activity-detail__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

@media (min-height: 750px) {
  .activity-detail__image {
    max-height: calc(100vh - 90px) !important;
  }
}

.activity-detail__slipper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  z-index: 100;
}

@media (max-width: 60rem) {
  .activity-detail__slipper {
    margin: 20px auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.activity-detail__slip {
  display: inline-block;
  font-size: 1.5rem;
  color: #e09b06;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #e09b06;
  padding: 10px 26px;
  margin: auto;
}

.activity-detail__slip:hover, .activity-detail__slip:focus {
  color: #e09b06;
}

.activity-detail__form.column {
  padding: 0 4%;
  max-width: 600px;
}

.activity-detail__form.column .form--activity {
  margin-top: 25px;
}

.activity-detail__form.column .form--activity .consulta-type {
  text-align: start;
  margin: 4px;
  margin-bottom: 1.5rem;
}

.activity-detail__form.column .form--activity .consulta-type .form__field--enquiry {
  font-size: 14px;
  font-weight: 600;
}

.activity-detail__form.column .form--activity .consulta-type .form__field--checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity-detail__form.column .form--activity .consulta-type .form__field--radio {
  margin: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activity-detail__form.column .form--activity .consulta-type .form__field--radio input[type=radio] {
  margin: 0;
}

.activity-detail__form.column .form--activity .consulta-type .form__field--radio label {
  margin: 0;
  margin-left: 4px;
  font-weight: 400;
}

.activity-detail__form.column .form__field {
  background-color: #fff;
}

.activity-detail__form.column .form__field:focus {
  background-color: #fff;
}

.activity-detail__form.column .button__submit:hover {
  border-color: #fff;
}

.activity-detail__form.column .button__submit:focus {
  border-color: #3daee9;
}

.activity-detail__info.column {
  font-size: 1.6rem;
  padding: 30px;
  text-align: justify;
  background-color: rgba(229, 229, 249, 0.75);
  -webkit-backdrop-filter: brightness(3);
          backdrop-filter: brightness(3);
}

@media (min-width: 60rem) {
  .activity-detail__info.column {
    max-width: 1000px !important;
  }
}

.activity-detail__block {
  padding: 30px 20px;
}

.activity-detail__title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 60rem) {
  .activity-detail__title {
    text-align: center;
  }
}

.activity-detail__description {
  cursor: text;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: justify;
}

.activity-detail__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 60rem) {
  .activity-detail__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.activity-detail .form__title {
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 80rem) {
  .activity-detail .form__title {
    margin-top: 50px;
  }
}

@media (max-width: 60rem) {
  .activity-detail .form__title {
    padding: 0;
    font-size: 2rem;
  }
}

.activity-detail .form__title--head {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

@media (max-width: 60rem) {
  .activity-detail .form__title--head {
    font-size: 2.2rem;
  }
}

.activity-detail .download-title {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}

.activity-detail .download-info {
  text-align: center;
  font-size: 1.8rem;
}

.blog-detail-section, .blog-section {
  position: relative;
  min-height: calc(100vh - 90px);
  margin-top: 90px;
}

.blog-main {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 40px;
  min-height: calc(100vh - 90px - 86px);
}

.blog-posts {
  margin-bottom: 56px;
}

.blog-posts .row {
  max-width: 1200px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mainpost {
  margin-bottom: 56px;
  min-height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mainpost__image {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 40rem) {
  .mainpost__image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media (width: 40rem) {
  .mainpost__image {
    border-width: 0;
  }
}

.mainpost__image.column {
  margin: auto;
  margin-bottom: 15px;
}

.mainpost .post {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.mainpost__footer {
  padding: 10px;
  margin-bottom: auto;
}

.mainpost__header {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mainpost .post__postinfo {
  padding-left: 0;
  padding-right: 0;
}

.mainpost .post__footer {
  padding-left: 0;
  padding-right: 0;
}

.post {
  max-width: 450px !important;
  margin-right: auto;
  margin-bottom: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.post.column {
  padding: 0;
  margin-bottom: 30px;
  margin-left: auto;
}

.post--related.column {
  margin-top: 0;
  margin-bottom: 30px;
}

.post__image {
  width: 100%;
  height: 170px;
  background-color: #f0f0f0;
  background-origin: border-box;
}

.post__image[data-src="no-available"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.post__content {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.post__content a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.post__content a.deactivate-pointer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post__header {
  display: block;
  padding: 10px;
}

.post__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}

.post__subtitle {
  display: -webkit-box;
  font-size: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  cursor: pointer;
  word-break: break-word;
}

.post__subtitle p {
  cursor: pointer;
}

.post__subtitle p:not(:first-child) {
  display: none;
}

.post__pad {
  margin: auto;
}

.post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  bottom: 10px;
}

.postinfo__imagelink {
  margin: auto 0;
  cursor: default;
}

.postinfo__image {
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.postinfo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  cursor: text;
}

.postinfo__author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.6rem;
  color: #027faf;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.postinfo__date, .postinfo__readingtime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
}

.postinfo__readingtime {
  display: none;
}

.postinfo__actions, .postinfo__published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postinfo__published {
  width: 100%;
  max-width: 100%;
  cursor: text;
}

.postinfo__actions {
  display: none;
  width: 40%;
  max-width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.postinfo .action--clap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  padding: 0 5px;
}

.postinfo .clap__image {
  width: 3rem;
  margin-right: 4px;
}

.postinfo .clap__quantity {
  margin: auto;
  font-size: 1.5rem;
}

.postinfo .action--separator {
  width: 1px;
  height: 50%;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-detail {
  margin: auto;
  padding-top: 40px;
  max-width: 720px;
  min-height: calc(100vh - 316px);
}

.blog-detail .container {
  padding-top: 40px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-detail .mainpost {
  border: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 680px !important;
}

.blog-detail .mainpost .post {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-detail .mainpost .post__footer {
  padding-left: 0;
  padding-right: 0;
}

.blog-detail .mainpost__content {
  margin: 50px 25px 20px;
  word-break: break-word;
}

.blog-detail .mainpost__footer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 680px !important;
  margin: 32px auto 0;
}

.blog-detail .mainpost__footer-tags {
  width: 100%;
  margin-top: 15px;
  margin-right: auto;
}

.blog-detail .mainpost__footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 15px;
}

.blog-detail .mainpost__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}

.blog-detail .mainpost .info__author, .blog-detail .mainpost .info__dau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
}

.blog-detail .mainpost .info__imageprofile {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-detail .mainpost .info__info__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-detail .mainpost .info__about {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}

.blog-detail .mainpost .info__name {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.blog-detail .mainpost .info__bio {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 90%;
  color: rgba(0, 0, 0, 0.54);
}

.blog-detail .mainpost .button-folow {
  margin-left: auto;
  padding: 0px 12px;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px solid #008674;
  color: #008674;
  background: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.blog-detail .mainpost__claps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-detail .mainpost__claps .claps__image {
  padding: 10px;
  width: 53px;
  height: 53px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  border: 1px solid rgba(2, 127, 175, 0.1);
}

.blog-detail .mainpost__claps .claps__image .clap {
  width: 33px;
  height: 33px;
}

.blog-detail .mainpost__claps .claps__image:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-1.125%, -1.125%);
          transform: translate(-1.125%, -1.125%);
  background: radial-gradient(circle, #027faf 65%, transparent 75%);
}

.blog-detail .mainpost__claps .claps__image:hover:before {
  -webkit-animation: radial 1.25s cubic-bezier(0.1, 0.12, 0.25, 1);
          animation: radial 1.25s cubic-bezier(0.1, 0.12, 0.25, 1);
}

.blog-detail .mainpost__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-detail .mainpost__moreactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-detail .mainpost .action {
  font-size: 22px;
  margin-left: 10px;
  padding: 0 2px;
  cursor: pointer;
}

.blog-detail .post__title {
  font-size: 3.2rem;
}

.blog-detail .post__subtitle {
  font-size: 2rem;
  height: 60px;
}

.blog-detail .answers-mini {
  display: none;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-top: 25px;
  width: 100%;
  cursor: pointer;
  color: #027faf;
  border: 1px solid #027faf;
}

.taglist {
  margin: 0;
  list-style: none;
}

.tag {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}

.tag__link {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.05);
}

.moreposts {
  margin: 96px 32px auto;
  overflow: hidden;
}

.moreposts .moreabout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.moreposts .container {
  margin-top: 32px;
}

.moreposts .row {
  margin-top: 20px;
  max-width: 1200px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.moreposts .post__about {
  margin-top: -32px;
}

@-webkit-keyframes radial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125) translate(-1.125%, -1.125%);
            transform: scale(1.125) translate(-1.125%, -1.125%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes radial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125) translate(-1.125%, -1.125%);
            transform: scale(1.125) translate(-1.125%, -1.125%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.toasted {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  margin: 0;
  top: 105px;
  right: 15px;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-animation: toast 5s ease-in;
          animation: toast 5s ease-in;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: normal;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  background-color: #0f9d58;
}

.toasted--successful {
  background-color: #0f9d58;
}

.toasted--failed {
  background-color: #db4437;
}

.toasted.off {
  -webkit-animation-name: none;
          animation-name: none;
}

@media (max-width: 30rem) {
  .toasted {
    min-width: 100%;
    right: 0;
  }
}

@-webkit-keyframes toast {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes toast {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.modal {
  position: relative;
  padding: 120px 50px;
  background-color: #fff;
  margin: auto;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1400px) {
  .modal {
    width: 75%;
  }
}

@media (max-width: 40rem) {
  .modal {
    padding: 0;
  }
}

.modal:before {
  content: "";
  padding: 10px 6px;
  width: 100%;
  position: absolute;
  background-color: #555;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 45px;
  opacity: .1;
}

.modal .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  font-size: 1.75rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #c9c9c9;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.modal .close:hover {
  background-color: #027faf;
}

.modal .close__x {
  height: 100%;
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}

.modal-founder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  border-radius: 20px;
}

@media (min-width: 1400px) {
  .modal-founder {
    font-size: 1.6rem;
  }
}

@media (max-width: 60rem) {
  .modal-founder {
    padding: 50px 20px;
  }
}

@media (max-width: 40rem) {
  .md-found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.md-found-block.column, .md-found .md-found-image.column {
  margin-bottom: auto;
}

.md-found-studies.column, .md-found-experiences.column {
  padding: 10px 20px;
  text-align: justify;
}

@media (max-width: 40rem) {
  .md-found-studies.column, .md-found-experiences.column {
    margin-bottom: 20px;
  }
}

.md-found .md-block-title {
  font-weight: bold;
  font-size: 1.7rem;
}

.md-found .md-block-description, .md-found .bullet-point {
  position: relative;
}

.md-found .md-block-description {
  padding-left: 15px;
}

.md-found .bullet-point {
  padding-left: 20px;
}

.md-found .md-block-description:before, .md-found .bullet-point:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #027faf;
}

.md-found .bullet-point:before {
  height: 3px;
  top: 10px;
  margin-left: 5px;
  border-radius: initial;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  white-space: nowrap;
}

.loader.lds-ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 150px auto 0;
}

.loader.lds-ring + .footer-rights {
  position: absolute;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #027faf transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */