@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
.justify {
  text-align: justify; }

h1.new-entry {
  margin-bottom: 20px; }

#blog-entries-list, #blog-entries-list-ficha {
  min-height: 550px;
  padding-bottom: 80px;
  color: rgba(0, 0, 0, 0.8); }
  #blog-entries-list a.blog-entry-container, #blog-entries-list-ficha a.blog-entry-container {
    display: block;
    border-bottom: 1px solid #d7dde2;
    padding-right: 20px;
    padding-left: 20px; }
    #blog-entries-list a.blog-entry-container:hover, #blog-entries-list-ficha a.blog-entry-container:hover {
      color: #505050;
      background: #f1f1f1; }
  #blog-entries-list .blog-texts, #blog-entries-list-ficha .blog-texts {
    color: #505050;
    min-height: 220px; }
    @media (max-width: 480px) {
      #blog-entries-list .blog-texts, #blog-entries-list-ficha .blog-texts {
        max-width: 100%; } }
    #blog-entries-list .blog-texts .title, #blog-entries-list-ficha .blog-texts .title {
      font-size: 1.84615em;
      /* $font % 13 */
      line-height: 1.08333em;
      /* (20*$line) % $font */
      font-weight: normal;
      padding-top: 40px; }
    #blog-entries-list .blog-texts p.summary, #blog-entries-list-ficha .blog-texts p.summary {
      font-size: 1.23077em;
      /* $font % 13 */
      line-height: 1.25em;
      /* (20*$line) % $font */
      font-weight: normal;
      padding-top: 10px;
      font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
      font-weight: 200; }
    #blog-entries-list .blog-texts p.date-info, #blog-entries-list-ficha .blog-texts p.date-info {
      padding-top: 10px;
      padding-bottom: 40px;
      color: rgba(0, 0, 0, 0.3); }
  #blog-entries-list .blog-thumbnail-container, #blog-entries-list-ficha .blog-thumbnail-container {
    width: 200px;
    height: 140px;
    float: right;
    overflow: hidden; }
  #blog-entries-list .blog-thumbnail, #blog-entries-list-ficha .blog-thumbnail {
    max-width: 200px;
    width: 100%;
    vertical-align: middle;
    border: 0;
    float: right; }
  #blog-entries-list ul a, #blog-entries-list-ficha ul a {
    border-bottom: 1px solid #d7dde2;
    padding-right: 20px;
    padding-left: 20px; }
    #blog-entries-list ul a:hover, #blog-entries-list-ficha ul a:hover {
      background: #f1f1f1; }
    #blog-entries-list ul a img, #blog-entries-list-ficha ul a img {
      max-width: 200px;
      width: 100%;
      height: auto;
      vertical-align: middle;
      border: 0;
      float: right;
      padding-top: 40px; }

.blog-entry {
  position: relative; }
  .blog-entry b, .blog-entry strong {
    font-weight: bold; }
  .blog-entry img {
    max-width: 100%;
    height: auto; }
  .blog-entry .disabled-entry {
    position: absolute;
    top: 20px;
    right: 50%;
    z-index: 9; }
  .blog-entry .blog-filter {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    opacity: .3;
    z-index: 2; }
  .blog-entry .blog-header {
    width: 100%;
    min-height: 300px;
    background-color: #495051;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    z-index: 1; }
  .blog-entry .intro {
    color: white;
    text-align: center;
    padding: 40px 20px 0 20px;
    z-index: 10;
    position: relative;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 200; }
    .blog-entry .intro h1 {
      font-size: 3.07692em;
      /* $font % 13 */
      line-height: 1.5em;
      /* (20*$line) % $font */
      font-weight: bold; }
      .blog-entry .intro h1 a {
        font-size: 30px;
        color: white;
        text-decoration: underline; }
    .blog-entry .intro .date {
      font-size: 1.38462em;
      /* $font % 13 */
      line-height: 1.11111em;
      /* (20*$line) % $font */
      font-weight: normal;
      font-family: 'Comfortaa', 'Georgia','Times New Roman',Times,serif; }
      .blog-entry .intro .date a {
        color: white;
        text-decoration: underline; }
        .blog-entry .intro .date a:hover {
          text-decoration: none; }
    .blog-entry .intro .summary {
      font-size: 1.23077em;
      /* $font % 13 */
      line-height: 1.25em;
      /* (20*$line) % $font */
      font-weight: normal;
      max-width: 700px;
      margin: 0 auto;
      margin-top: 20px;
      font-size: 16px; }
  .blog-entry .content {
    margin: 0 auto;
    font-size: 1.23077em;
    /* $font % 13 */
    line-height: 1.875em;
    /* (20*$line) % $font */
    font-weight: normal;
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    min-height: 300px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8); }
    .blog-entry .content h1 {
      font-size: 1.84615em;
      /* $font % 13 */
      line-height: 0.83333em;
      /* (20*$line) % $font */
      font-weight: normal; }
    .blog-entry .content p {
      padding-bottom: 20px;
      font-size: 16px; }
    .blog-entry .content ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 20px; }
    .blog-entry .content ol li, .blog-entry .content ul li {
      font-size: 16px;
      line-height: 1.875em; }

.blog-sidebar {
  margin-top: -20px;
  padding-left: 10px;
  min-height: 500px !important; }
  @media (min-width: 768px) {
    .blog-sidebar {
      border-left: 1px solid #d7dde2; } }
  .blog-sidebar .other-shops .widget {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
    width: auto; }
    .blog-sidebar .other-shops .widget a {
      position: relative; }
      .blog-sidebar .other-shops .widget a .ruby-image {
        position: absolute;
        top: -8px;
        right: -8px; }
      .blog-sidebar .other-shops .widget a .icons-container {
        position: absolute;
        bottom: 0;
        right: 0; }
  .blog-sidebar hr {
    margin-left: -10px; }
  .blog-sidebar h3 {
    margin: 12px 0; }

.blog-admin {
  text-align: right; }
  .blog-admin a {
    margin: 20px 10px 20px 0; }

.edit-blog-form .delete-entry {
  float: right;
  margin-top: -50px; }
.edit-blog-form .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-transform: inherit; }

#blog-entries-list-ficha {
  min-height: 0;
  margin-top: 0;
  padding-bottom: 20px; }
  #blog-entries-list-ficha a.blog-entry-container {
    padding: 0 10px; }
  #blog-entries-list-ficha .blog-texts {
    max-width: 100%;
    min-height: 0; }
    #blog-entries-list-ficha .blog-texts p.summary {
      font-size: 1em;
      /* $font % 13 */
      line-height: 1.53846em;
      /* (20*$line) % $font */
      font-weight: normal;
      padding-top: 0; }
    #blog-entries-list-ficha .blog-texts .title {
      padding-top: 0;
      font-size: 1.23077em;
      /* $font % 13 */
      line-height: 1.25em;
      /* (20*$line) % $font */
      font-weight: normal;
      margin-bottom: 0; }
    #blog-entries-list-ficha .blog-texts p.date-info {
      padding-top: 0px;
      padding-bottom: 0px; }
  #blog-entries-list-ficha .blog-thumbnail {
    padding-top: 10px; }

.related-blog-entries .blog-entry a {
  display: block;
  margin-bottom: 10px; }

.box-shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  border-radius: 15px;
  overflow: hidden;
  transition: transform .5s; }

.box-shadow:hover {
  transform: scale(1.05); }

h3.title {
  min-height: 40px !important;
  line-height: 20px !important;
  font-size: 16px !important; }
  h3.title a {
    font-size: 16px !important;
    color: #505050 !important; }
    h3.title a:hover {
      color: #d04b41 !important; }

.item-box-blog-body {
  font-size: 12px;
  min-height: 140px; }

.blog-summary {
  min-height: 40px; }

.blog-details {
  font-size: 12px; }

.bg-image-cover {
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .bg-image-cover.home {
    height: 220px; }

.home .image-shadow {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  display: flex; }
.home h3.title {
  font-size: 18px !important;
  color: white !important;
  line-height: 28px !important;
  text-shadow: 0px 0px 6px #505050;
  text-align: center !important; }
  .home h3.title a {
    font-size: 18px !important; }
.home .item-box-blog-body {
  min-height: 220px; }
.home .blog-summary {
  min-height: 65px; }
.home .bg-image-cover {
  height: 220px; }

.link-unstyled,
.link-unstyled:visited,
.link-unstyled:hover,
.link-unstyled:active,
.link-unstyled:focus,
.link-unstyled:active:hover {
  background-color: transparent;
  border-radius: inherit;
  border: inherit;
  box-shadow: inherit;
  color: inherit;
  display: inline;
  font-family: 'Comfortaa', inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: inherit;
  padding: inherit;
  text-decoration: none;
  vertical-align: inherit;
  padding: 0;
  margin: 0;
  height: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-summary {
    min-height: 60px; }

  h3.title {
    min-height: 45px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .blog-summary {
    min-height: 80px; }

  h3.title {
    min-height: 50px !important; } }
@media (max-width: 767px) {
  .bg-image-cover {
    height: 200px; }

  .blog-summary {
    min-height: unset !important; }

  h3.title {
    min-height: unset !important; }

  .home {
    padding: 10px 20px !important; }
    .home .item-box-blog-body {
      min-height: auto; }
    .home .bg-image-cover {
      height: 200px; } }

/*# sourceMappingURL=ckeditor.css.map */
