@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

*:focus,
*:active,
*:hover {
  outline: none; }

html,
body {
  width: 100%;
  margin: 0;
  font-size: 16px;
  background-color: #f4f4f4; }

ul {
  list-style-type: none; }

body,
ul,
form,
h1,
h2,
h3,
p,
a,
button,
label,
input {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  color: #646464; }

a,
button {
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear; }

h2 {
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear; }

a {
  text-decoration: none; }

a:hover {
  color: #2ebaae; }

input[type='checkbox'] {
  display: none; }

.head {
  width: 100%;
  max-width: 1680px;
  position: fixed;
  top: 0;
  left: calc( (100% - 1680px)/2);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: white;
  border-bottom: 1px solid #e3e3e3; }
  .head nav {
    max-width: 80%;
    max-height: 55px; }
    .head nav div {
      display: inline-block;
      height: 56px; }
    .head nav a {
      display: inline-block;
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1;
      letter-spacing: 0.25em;
      font-style: normal; }
    .head nav li:not(:last-child) {
      border-right: 1px dotted #e3e3e3; }
  .head h1,
  .head ul,
  .head li {
    display: inline-block; }
  .head h1 {
    border-right: 1px solid #e3e3e3;
    color: #3c3b3b; }
    .head h1 a {
      padding: 21.1px 24px;
      color: #3c3b3b;
      font-weight: 900; }
    .head h1 a:hover {
      color: #2ebaae; }
  .head ul {
    padding: 16px 0px;
    max-width: inherit; }
    .head ul li {
      padding: 0px 16px; }
  .head .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-left: 1px solid #e3e3e3; }
    .head .search form {
      display: none; }
      .head .search form input {
        margin-left: 18px;
        padding: 10px;
        background-color: #f4f4f4;
        border: 2px solid #e3e3e3;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal;
        -webkit-transition: color 0.5s linear 0.1s;
        -o-transition: color 0.5s linear 0.1s;
        transition: color 0.5s linear 0.1s; }
      .head .search form input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal; }
      .head .search form input::-moz-placeholder {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal; }
      .head .search form input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal; }
      .head .search form input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal; }
      .head .search form input::placeholder {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        font-style: normal; }
      .head .search form input:focus {
        border: 2px solid #2ebaae; }
    .head .search #search-on:checked ~ form {
      display: block; }
    .head .search .search__text {
      position: relative;
      display: inline-block;
      width: 64px;
      height: 55px;
      color: #646464;
      -webkit-transition: color 0.5s linear;
      -o-transition: color 0.5s linear;
      transition: color 0.5s linear; }
    .head .search .search__text:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.2rem;
      display: inline-block;
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer; }
    .head .search .search__text:hover {
      color: #2ebaae; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  padding: 104px 48px 48px 48px; }

#page {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.side-content {
  width: 352px;
  margin-right: 48px; }
  .side-content .conception__logo {
    display: inline-block;
    margin-bottom: 16px; }
  .side-content .conception__content {
    text-transform: uppercase;
    padding-bottom: 48px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 48px; }
    .side-content .conception__content h2 {
      font-family: "Raleway", Helvetica, sans-serif;
      margin-bottom: 19px;
      font-weight: 900;
      font-size: 2rem;
      line-height: 1.65;
      letter-spacing: 0.25em;
      font-style: normal;
      color: #3c3b3b; }
    .side-content .conception__content p {
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 2.5;
      letter-spacing: 0.25em;
      font-style: normal; }
      .side-content .conception__content p a {
        font-family: inherit;
        -webkit-text-decoration: underline dotted;
                text-decoration: underline dotted; }
  .side-content .little-posts,
  .side-content .posts-list {
    width: 100%;
    margin-bottom: 48px;
    border-bottom: 1px solid #e3e3e3; }
  .side-content .little-posts {
    padding-bottom: 16px; }
    .side-content .little-posts .post-mini {
      width: 100%;
      margin-bottom: 32px;
      background-color: white;
      border: 1px solid #e3e3e3;
      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-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .side-content .little-posts .post-mini .post-mini__img {
        display: block;
        width: 100%;
        overflow: hidden; }
        .side-content .little-posts .post-mini .post-mini__img img {
          display: block;
          width: 100%;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 0.5s linear;
          transition: -webkit-transform 0.5s linear;
          -o-transition: transform 0.5s linear;
          transition: transform 0.5s linear;
          transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
        .side-content .little-posts .post-mini .post-mini__img img:hover {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); }
      .side-content .little-posts .post-mini .post-mini__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 20px; }
        .side-content .little-posts .post-mini .post-mini__head .post-mini__wrapp h2,
        .side-content .little-posts .post-mini .post-mini__head .post-mini__wrapp time {
          font-family: "Raleway", Helvetica, sans-serif; }
        .side-content .little-posts .post-mini .post-mini__head .post-mini__wrapp h2 {
          font-weight: 800;
          font-size: 0.75rem;
          line-height: 1.55;
          letter-spacing: 0.25em;
          font-style: normal;
          color: #3c3b3b; }
        .side-content .little-posts .post-mini .post-mini__head .post-mini__wrapp time {
          font-weight: 400;
          font-size: 0.6rem;
          line-height: 1.55;
          letter-spacing: 0.25em;
          font-style: normal;
          text-transform: uppercase; }
        .side-content .little-posts .post-mini .post-mini__head .post-mini__wrapp a:hover h2 {
          color: #2ebaae; }
        .side-content .little-posts .post-mini .post-mini__head img {
          display: block;
          width: 38.4px;
          border-radius: 100%; }
  .side-content .posts-list {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .side-content .posts-list .post-intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-bottom: 24px;
      margin-bottom: 24px; }
      .side-content .posts-list .post-intro .post-intro__img {
        display: inline-block; }
        .side-content .posts-list .post-intro .post-intro__img img {
          display: inline-block;
          width: 64px;
          height: 64px;
          margin-right: 24px; }
      .side-content .posts-list .post-intro .post-intro__head h2,
      .side-content .posts-list .post-intro .post-intro__head time {
        font-family: "Raleway", Helvetica, sans-serif; }
      .side-content .posts-list .post-intro .post-intro__head h2 {
        font-weight: 800;
        font-size: 0.75rem;
        line-height: 1.55;
        letter-spacing: 0.25em;
        font-style: normal;
        color: #3c3b3b; }
      .side-content .posts-list .post-intro .post-intro__head time {
        font-weight: 400;
        font-size: 0.6rem;
        line-height: 1.55;
        letter-spacing: 0.25em;
        font-style: normal;
        text-transform: uppercase; }
      .side-content .posts-list .post-intro .post-intro__head a:hover h2 {
        color: #2ebaae; }
    .side-content .posts-list .post-intro:not(:last-child) {
      border-bottom: 1px dotted #e3e3e3; }
  .side-content .about {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e3e3e3; }
    .side-content .about h2 {
      margin-bottom: 19.2px;
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 800;
      font-size: 0.8rem;
      line-height: 1.65;
      letter-spacing: 0.25em;
      font-style: normal;
      text-transform: uppercase; }
    .side-content .about p {
      font-weight: 400;
      font-size: 0.9rem;
      line-height: 1.75;
      letter-spacing: 0em;
      font-style: normal;
      margin-bottom: 28.8px; }
    .side-content .about .about__button {
      padding: 0 24px;
      text-transform: uppercase;
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 800;
      font-size: 0.6rem;
      line-height: 4.8;
      letter-spacing: 0.25em;
      font-style: normal;
      color: #3c3b3b;
      background-color: #f4f4f4;
      border: 1px solid #e3e3e3;
      -webkit-transition: border 0.5s linear, color 0.5s linear;
      -o-transition: border 0.5s linear, color 0.5s linear;
      transition: border 0.5s linear, color 0.5s linear; }
    .side-content .about .about__button:hover {
      color: #2ebaae;
      border: 1px solid #2ebaae; }

.side-content footer ul,
#page footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 28px; }
  .side-content footer ul .icon,
  #page footer ul .icon {
    padding-right: 16px;
    line-height: 1.75; }
    .side-content footer ul .icon .label,
    #page footer ul .icon .label {
      display: none; }
    .side-content footer ul .icon .twitter:before,
    #page footer ul .icon .twitter:before {
      content: "";
      font-family: "Font Awesome 5 Brands";
      font-weight: 400;
      opacity: 0.6; }
    .side-content footer ul .icon .facebook:before,
    #page footer ul .icon .facebook:before {
      content: "";
      font-family: "Font Awesome 5 Brands";
      font-weight: 400;
      opacity: 0.6; }
    .side-content footer ul .icon .instagram:before,
    #page footer ul .icon .instagram:before {
      content: "";
      font-family: "Font Awesome 5 Brands";
      font-weight: 400;
      opacity: 0.6; }
    .side-content footer ul .icon .rss:before,
    #page footer ul .icon .rss:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      opacity: 0.6; }
    .side-content footer ul .icon .email:before,
    #page footer ul .icon .email:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      opacity: 0.6; }

.side-content footer p,
#page footer p {
  color: #aaaaaa;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.55rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  font-style: normal;
  text-transform: uppercase; }
  .side-content footer p a,
  #page footer p a {
    color: #aaaaaa;
    text-transform: uppercase;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear; }
  .side-content footer p a:hover,
  #page footer p a:hover {
    color: #2ebaae; }

#page footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.main-content {
  width: calc(100% - 400px);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .main-content .conception {
    display: none; }
  .main-content .button {
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    font-size: 0.7rem;
    line-height: 4.8;
    letter-spacing: 0.25em;
    font-style: normal;
    color: #3c3b3b;
    background-color: white;
    border: 1px solid #e3e3e3;
    -webkit-transition: border 0.5s linear, color 0.5s linear;
    -o-transition: border 0.5s linear, color 0.5s linear;
    transition: border 0.5s linear, color 0.5s linear; }
  .main-content .button:hover {
    color: #2ebaae;
    border: 1px solid #2ebaae; }
  .main-content footer .switch {
    padding: 0 36px;
    background-color: #f4f4f4; }
  .main-content footer .switch.disabled {
    color: #e3e3e3; }
  .main-content footer .switch.disabled:hover {
    color: #e3e3e3;
    border: 1px solid #e3e3e3; }
  .main-content footer .switch:not(:first-child) {
    margin-left: 16px; }

.main-content .post,
#page .post {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: white;
  border: 1px solid #e3e3e3;
  margin-bottom: 48px; }
  .main-content .post .post__header,
  #page .post .post__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3; }
  .main-content .post .post__title,
  #page .post .post__title {
    width: calc( 100% - 271px);
    padding: 60px 48px 52.8px 48px;
    border-right: 1px solid #e3e3e3;
    text-transform: uppercase; }
    .main-content .post .post__title h2,
    #page .post .post__title h2 {
      margin-bottom: 12.8px;
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 1.65;
      letter-spacing: 0.25em;
      font-style: normal;
      color: #3c3b3b; }
    .main-content .post .post__title p,
    #page .post .post__title p {
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.7rem;
      line-height: 2.5;
      letter-spacing: 0.25em;
      font-style: normal; }
  .main-content .post a:hover h2,
  #page .post a:hover h2 {
    color: #2ebaae; }
  .main-content .post .post__info,
  #page .post .post__info {
    padding: 60px 48px 0 48px;
    text-transform: uppercase; }
    .main-content .post .post__info .post__time,
    #page .post .post__info .post__time {
      display: block;
      text-align: right;
      width: 175px;
      margin: 5.6px 0px 11.2px 0px;
      color: #3c3b3b;
      font-family: "Raleway", Helvetica, sans-serif;
      font-weight: 800;
      font-size: 0.75rem;
      line-height: 1.65;
      letter-spacing: 0.25em;
      font-style: normal; }
    .main-content .post .post__info .post__autor,
    #page .post .post__info .post__autor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-weight: 400;
      font-size: 0.6rem;
      line-height: 1.65;
      letter-spacing: 0.25em;
      font-style: normal;
      -webkit-text-decoration: underline dotted;
              text-decoration: underline dotted; }
      .main-content .post .post__info .post__autor span,
      #page .post .post__info .post__autor span {
        font-family: "Raleway", Helvetica, sans-serif;
        margin-right: 14.4px; }
      .main-content .post .post__info .post__autor img,
      #page .post .post__info .post__autor img {
        display: block;
        width: 38.4px;
        border-radius: 100%; }
  .main-content .post .post__content,
  #page .post .post__content {
    width: 100%;
    padding: 48px 48px 0px 48px; }
    .main-content .post .post__content .post__img,
    #page .post .post__content .post__img {
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 48px; }
      .main-content .post .post__content .post__img img,
      #page .post .post__content .post__img img {
        display: block;
        width: 100%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: -webkit-transform 0.5s linear;
        -o-transition: transform 0.5s linear;
        transition: transform 0.5s linear;
        transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
      .main-content .post .post__content .post__img img:hover,
      #page .post .post__content .post__img img:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .main-content .post .post__content p,
    #page .post .post__content p {
      line-height: 1.75;
      margin-bottom: 32px; }
  .main-content .post .post__footer,
  #page .post .post__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0px 48px 48px 48px; }
    .main-content .post .post__footer .post__more,
    #page .post .post__footer .post__more {
      padding: 0px 33.6px; }
    .main-content .post .post__footer .post__aditional,
    #page .post .post__footer .post__aditional {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .main-content .post .post__footer .post__aditional .post__categori,
      #page .post .post__footer .post__aditional .post__categori {
        font-family: "Raleway", Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.6rem;
        line-height: 1.65;
        letter-spacing: 0.25em;
        font-style: normal;
        -webkit-text-decoration: underline dotted;
                text-decoration: underline dotted;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
        transition: color 0.5s linear; }
      .main-content .post .post__footer .post__aditional a,
      #page .post .post__footer .post__aditional a {
        font-family: "Raleway", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 0.6rem;
        line-height: 1.65;
        letter-spacing: 0.25em;
        font-style: normal; }
      .main-content .post .post__footer .post__aditional .post__likes,
      .main-content .post .post__footer .post__aditional .post__comments,
      #page .post .post__footer .post__aditional .post__likes,
      #page .post .post__footer .post__aditional .post__comments {
        position: relative; }
      .main-content .post .post__footer .post__aditional .post__likes:before,
      #page .post .post__footer .post__aditional .post__likes:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .main-content .post .post__footer .post__aditional .post__comments:before,
      #page .post .post__footer .post__aditional .post__comments:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      .main-content .post .post__footer .post__aditional .post__likes:before,
      .main-content .post .post__footer .post__aditional .post__comments:before,
      #page .post .post__footer .post__aditional .post__likes:before,
      #page .post .post__footer .post__aditional .post__comments:before {
        display: inline-block;
        margin-right: 7.2px;
        margin-left: 19.2px;
        opacity: 0.3;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer; }
      .main-content .post .post__footer .post__aditional a:not(:first-child),
      #page .post .post__footer .post__aditional a:not(:first-child) {
        margin-left: 19.2px;
        padding-left: 38.4px;
        border-left: 1px solid #e3e3e3; }

@media (max-width: 1680px) {
  .head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; } }

@media (max-width: 1280px) {
  .head ul li {
    padding: 0px 11px; }
  .head .search form input {
    padding: 6px;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%; }
    main .main-content {
      width: 100%;
      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-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-bottom: 48px;
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 48px; }
      main .main-content .conception {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 48px; }
        main .main-content .conception .conception__logo {
          display: inline-block;
          margin-bottom: 16px; }
        main .main-content .conception .conception__content {
          text-transform: uppercase;
          text-align: center; }
          main .main-content .conception .conception__content h2 {
            font-family: "Raleway", Helvetica, sans-serif;
            margin-bottom: 32px;
            font-weight: 900;
            font-size: 2rem;
            line-height: 1.65;
            letter-spacing: 0.25em;
            font-style: normal;
            color: #3c3b3b; }
          main .main-content .conception .conception__content p {
            font-family: "Raleway", Helvetica, sans-serif;
            font-weight: 400;
            font-size: 0.8rem;
            line-height: 2.5;
            letter-spacing: 0.25em;
            font-style: normal; }
            main .main-content .conception .conception__content p a {
              font-family: inherit;
              -webkit-text-decoration: underline dotted;
                      text-decoration: underline dotted; }
    main .side-content {
      width: 100%;
      margin-right: 0px; }
      main .side-content .conception {
        display: none; }
      main .side-content .little-posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        main .side-content .little-posts .post-mini {
          width: calc(50% - 16px); }
      main .side-content .posts-list .post-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

@media (max-width: 980px) {
  .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .head nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .head nav div {
        position: relative; }
      .head nav ul {
        display: none; }
        .head nav ul li {
          width: 100%; }
        .head nav ul li:not(:last-child) {
          border-right: none; }
        .head nav ul li:not(:last-child) {
          border-bottom: 1px dotted #e3e3e3;
          padding-bottom: 24px;
          margin-bottom: 24px; }
      .head nav .nav-on {
        position: relative;
        display: inline-block;
        height: 55px;
        width: 64px;
        border-right: 1px solid #e3e3e3;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
        transition: color 0.5s linear; }
      .head nav .nav-on:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.2rem;
        display: inline-block;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer; }
      .head nav .nav-on:hover {
        color: #2ebaae; }
      .head nav #nav-on:checked ~ ul {
        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-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        padding: 48px;
        height: 100vh;
        overflow: auto;
        background-color: white;
        z-index: 7;
        border: 1px solid #e3e3e3; }
      .head nav #nav-on:checked ~ .nav-on {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(170, 170, 170, 0.6);
        z-index: 6; }
      .head nav #nav-on:checked ~ .nav-on:before {
        display: none; }
  main {
    padding: 104px 0px 48px 0px; }
    main .main-content {
      padding-bottom: 0;
      border-bottom: none; }
      main .main-content .conception {
        padding: 0px 48px; }
      main .main-content footer {
        padding-left: 48px; }
      main .main-content .post .post__header {
        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-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 60px 48px 52px 48px; }
        main .main-content .post .post__header .post__title,
        main .main-content .post .post__header .post__info {
          width: 100%;
          padding: 0; }
        main .main-content .post .post__header .post__title {
          border-right: none;
          text-align: center;
          margin-bottom: 32px; }
          main .main-content .post .post__header .post__title h2 {
            margin-bottom: 12.8px; }
        main .main-content .post .post__header .post__info {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -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;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          main .main-content .post .post__header .post__info .post__autor {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            border-left: 1px dotted #e3e3e3;
            padding-left: 19.2px;
            margin-left: 19.2px; }
            main .main-content .post .post__header .post__info .post__autor span {
              margin-left: 14.4px; }
            main .main-content .post .post__header .post__info .post__autor img {
              width: 33.6px; }
    main .side-content {
      padding: 0px 48px; }
      main .side-content .little-posts {
        border-top: 1px solid #e3e3e3;
        padding-top: 48px; }
  #page .post .post__header {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 60px 48px 52px 48px; }
    #page .post .post__header .post__title,
    #page .post .post__header .post__info {
      width: 100%;
      padding: 0; }
    #page .post .post__header .post__title {
      border-right: none;
      text-align: center;
      margin-bottom: 32px; }
      #page .post .post__header .post__title h2 {
        margin-bottom: 12.8px; }
    #page .post .post__header .post__info {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      #page .post .post__header .post__info .post__autor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        border-left: 1px dotted #e3e3e3;
        padding-left: 19.2px;
        margin-left: 19.2px; }
        #page .post .post__header .post__info .post__autor span {
          margin-left: 14.4px; }
        #page .post .post__header .post__info .post__autor img {
          width: 33.6px; } }

@media (max-width: 736px) {
  .head h1 a {
    padding: 15.1px 16px; }
  .head nav div {
    height: 44px; }
  .head nav .nav-on {
    height: 44px; }
  .head nav ul {
    max-width: 70%; }
  .head .search form input {
    padding: 6px; }
  .head .search .search__text {
    height: 44px; }
  main {
    padding: 68px 0px 24px 0px; }
    main .main-content .conception {
      padding: 0px 24px; }
      main .main-content .conception .conception__content h2 {
        margin-bottom: 8.8px;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.65;
        letter-spacing: 0.25em;
        font-style: normal; }
    main .main-content footer {
      padding-left: 24px; }
    main .main-content .post {
      margin-bottom: 32px; }
      main .main-content .post .post__header {
        padding: 48px 24px 32px 24px; }
        main .main-content .post .post__header .post__title h2 {
          font-weight: 900;
          font-size: 1.1rem;
          line-height: 1.65;
          letter-spacing: 0.25em;
          font-style: normal;
          margin-bottom: 6.4px; }
      main .main-content .post .post__content {
        padding: 24px 24px 0px 24px; }
        main .main-content .post .post__content .post__img {
          margin-bottom: 24px; }
      main .main-content .post .post__footer {
        padding: 0px 24px 32px 24px; }
    main .side-content {
      padding: 0px 24px; }
  #page .post {
    margin-bottom: 32px; }
    #page .post .post__header {
      padding: 48px 24px 32px 24px; }
      #page .post .post__header .post__title h2 {
        font-weight: 900;
        font-size: 1.1rem;
        line-height: 1.65;
        letter-spacing: 0.25em;
        font-style: normal;
        margin-bottom: 6.4px; }
    #page .post .post__content {
      padding: 24px 24px 0px 24px; }
      #page .post .post__content .post__img {
        margin-bottom: 24px; }
    #page .post .post__footer {
      padding: 0px 24px 32px 24px; } }

@media (max-width: 600px) {
  .head .search form input {
    margin-left: 8px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal;
    -webkit-transition: color 0.5s linear 0.1s;
    -o-transition: color 0.5s linear 0.1s;
    transition: color 0.5s linear 0.1s; }
  .head .search form input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::-moz-placeholder {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::placeholder {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input:focus {
    border: 1px solid #2ebaae; }
  main .main-content .post .post__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    main .main-content .post .post__footer .post__aditional {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 32px; } }

@media (max-width: 480px) {
  .head nav h1 {
    display: none; }
  .head .search form input {
    margin-left: 18px;
    padding: 6px;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear; }
  .head .search form input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::-moz-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    font-style: normal; }
  .head .search form input:focus {
    border: 1px solid #2ebaae; }
  main .main-content footer {
    width: 100%;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 24px; }
    main .main-content footer .switch:not(:first-child) {
      margin-left: 0px; }
    main .main-content footer .switch:first-child {
      margin-bottom: 16px; }
  main .main-content .post .post__header {
    border-bottom: none;
    padding-bottom: 40px; }
    main .main-content .post .post__header .post__info {
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      main .main-content .post .post__header .post__info .post__time {
        text-align: center; }
      main .main-content .post .post__header .post__info .post__autor {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 9.6px; }
        main .main-content .post .post__header .post__info .post__autor span {
          display: none; }
  main .main-content .post .post__content {
    padding: 0px; }
    main .main-content .post .post__content p {
      padding: 0px 24px; }
  main .side-content .little-posts {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    main .side-content .little-posts .post-mini {
      width: 100%; }
  #page .post .post__header {
    border-bottom: none;
    padding-bottom: 40px; }
    #page .post .post__header .post__info {
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      #page .post .post__header .post__info .post__time {
        text-align: center; }
      #page .post .post__header .post__info .post__autor {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 9.6px; }
        #page .post .post__header .post__info .post__autor span {
          display: none; }
  #page .post .post__content {
    padding: 0px; }
    #page .post .post__content p {
      padding: 0px 24px; } }
