.primay {
  color: #c3023c !important;
}
.light-primary {
  color: #f98487 !important;
}
.grey {
  color: #6d6d6d !important;
}
.extra-light {
  font-weight: 100 !important;
}
.light {
  font-weight: 200 !important;
}
.thin {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.blank {
  font-weight: 900 !important;
}
.btn {
  border: 0;
  border-radius: 10px;
  font-family: Qanelas Soft;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 7px 10px;
}
.btn span {
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  vertical-align: middle;
}
.btn.btn-primary {
  background-color: #d5304e;
  transition: background-color 0.5s ease;
}
.btn.btn-primary:hover {
  background-color: #f98487;
}
.btn.btn-link {
  color: #c3023c;
  transition: color 0.5s ease;
}
.btn.btn-link:hover {
  color: #f98487;
}
#TablaMenu tr > td {
  text-align: left;
  border-bottom-color: #ffffff;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}
#TablaMenu tr > td a,
#TablaMenu tr > td a > span {
  color: #F98487;
}
#TablaMenu tr > td.current {
  border-bottom-color: #c3023c;
}
#TablaMenu tr > td.current a,
#TablaMenu tr > td.current a > span {
  color: #c3023c;
  font-weight: 600;
}
div.text-center img {
  margin: 0 auto;
}
.app-links a {
  display: inline-block;
}
.v-margin-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.v-margin-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.v-margin-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.blog-grid {
  font-family: Qanelas Soft;
  font-size: large;
}
.blog-grid h1 {
  font-size: 2.15rem;
  margin: 10px 0 20px;
  color: #c3023c;
  text-align: center;
  font-weight: 600;
}
.blog-grid-item {
  font-family: Qanelas Soft;
  font-size: large;
  margin-bottom: 3rem;
}
.blog-grid-item h2,
.blog-grid-item h3 {
  font-size: 2.15rem;
  margin: 10px 0 20px;
}
.blog-grid-item h2 a,
.blog-grid-item h3 a {
  color: #c3023c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.5s ease;
}
.blog-grid-item h2 a:hover,
.blog-grid-item h3 a:hover {
  color: #f98487;
}
.blog-grid-item h3 {
  font-size: 2rem;
}
.blog-grid-item p {
  text-align: justify;
  font-weight: 400;
  line-height: 1em;
  color: #6d6d6d;
  margin-bottom: 0;
}
.blog-grid-item .post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.blog-grid-item .post-meta .post-date {
  font-weight: 800;
  color: #f98487;
}
.blog-grid-item .post-meta .post-link {
  max-width: 90px;
}
.blog-grid-item .post-meta .post-link a {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.blog-grid-item .post-meta .post-link a:hover {
  opacity: .60;
}
.post-item {
  font-family: Qanelas Soft;
  font-size: large;
}
.post-item h1 {
  font-size: 2.15rem;
  text-align: center;
  color: #c3023c;
  margin: 0 0 15px;
}
.post-item .post-media .gallery-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item .post-content .post-date {
  font-weight: 800;
  color: #f98487;
  margin-top: 5px;
  margin-bottom: 15px;
}
.post-item .post-content p {
  text-align: justify;
  font-weight: 400;
  line-height: 1em;
  color: #6d6d6d;
  margin-bottom: 15px;
}
.post-item .post-content .tags {
  margin-bottom: 15px;
}
.post-item .post-content .tags .btn {
  margin-left: 5px;
}
.post-item .post-content .share .btn {
  height: 32px;
  width: 32px;
  padding: 0;
  line-height: 32px;
  text-align: center;
  margin-left: 5px;
}
.post-item .other-posts {
  margin-top: 50px;
}
.post-item .other-posts h2 {
  font-size: 2.15rem;
  text-align: center;
  color: #c3023c;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .gallery-nav.gallery-nav-prev {
    justify-content: flex-end;
  }
  .gallery-nav.gallery-nav-next {
    justify-content: flex-start;
  }
  .gallery-nav .btn-link {
    font-size: 50px;
    padding: 0;
    outline: none !important;
  }
  .gallery-nav .btn-link:focus,
  .gallery-nav .btn-link:active,
  .gallery-nav .btn-link:visited {
    border: 0;
  }
}
@media (min-width: 1200px) {
  .MenuSup {
    font-size: 18px;
  }
}
