
.mainSubNav{
  z-index: 999999;
      display: flex;
    flex-direction: row-reverse;
}

nav.mmnc-nav ul {
  margin: 0;
  padding: 0;
  list-style: none!important;
}

nav.mmnc-nav li {
  position: relative;
  float: left;
list-style: none!important;
  border: 1px solid #0068EA;
}

nav.mmnc-nav li a {
  display: block;
  padding: 4px 6px;
  color: #333;
  text-decoration: none;
  font-size: 0.7rem!important;
  border: 1px solid #0068EA;
  color: #0068EA;
  font-family: "verdana"!important;
}

nav.mmnc-nav li:hover > a {
  background-color: #eee;
}

nav.mmnc-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

nav.mmnc-nav ul li:hover > ul {
  display: inherit;
}

nav.mmnc-nav ul ul li {
  position: relative;
  float: none;
  list-style: none!important;
}

nav.mmnc-nav ul ul li a {
  padding: 8px 15px;
  color: #333;
}

nav.mmnc-nav ul ul li a:hover {
  background-color: #eee;
}

.mmnc-nav .submenu {
  position: relative;
}

.mmnc-nav .submenu:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 5px solid transparent;
  border-right-color: #333;
  transform: translateY(-50%);
}

/* Sistema de grilla responsiva para .archive-tutorial */
.archive-tutorial {
  padding: 3rem 0;
}

.archive-tutorial .row {
  display: flex;
  flex-wrap: wrap;
}

.archive-tutorial .article {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  /* Altura igual para todas las celdas de la fila */
  box-sizing: border-box;
}

/* 4 columnas >= 1024px */
@media (min-width: 1024px) {
  .archive-tutorial .article {
    width: 25%;
  }
}

/* 3 columnas >= 768px y < 1024px */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .archive-tutorial .article {
    width: 33.3333%;
  }
}

/* 2 columnas >= 512px y < 768px */
@media (min-width: 512px) and (max-width: 767.98px) {
  .archive-tutorial .article {
    width: 50%;
  }
}

/* 1 columna < 512px */
@media (max-width: 511.98px) {
  .archive-tutorial .article {
    width: 100%;
  }
}

/* Igualar altura de las tarjetas internas */
.archive-tutorial .article > .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: .5rem;
  border: 1px solid #0a418b;
  padding: 1rem;
}

.archive-tutorial .article > .card h2 {
  font-size: 1.2rem;
}

.archive-tutorial .article:hover .card {
  opacity: .8;
  transition: 0.2s;
  background: #26aaf6;
  position: relative;
}

.archive-tutorial .article .card * {
  color: #0a418b;
}
.archive-tutorial .article:hover .card * {
  color: #fff;
}

.archive-tutorial .article .card h2 {
  font-size: 1.5rem;
}

.link-card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    z-index: 1;
}


.single-tutorial iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 500px;
  margin: 2rem 0;
}

@media (max-width: 767.98px) {
  .single-tutorial iframe {
    min-height: 300px;
  }
}

.single-tutorial .btn-primary {
  display: block;
  background: #0a418b;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  border-radius: .5rem;
  margin: 2rem auto;
  max-width: 300px;
}


.article .image {
  display: block;
  width: 100%;
  height: 100px;
  background: #eee center center no-repeat;
  background-size: cover; }

.article h2 a {
  color: #004fb9;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

.article .link {
  color: #004fb9; }

.article .link-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #4a4a4a; }

.article .icon {
  color: #666666;
  font-size: 40px; }
  .article .icon:hover {
    color: #004fb9; }

.article .date {
  text-align: center;
  color: #fff; }
  .article .date .block {
    background: #ffb739;
    border-radius: 10px;
    padding: 15px 0;
    display: block;
    color: #fff; }
  .article .date .day {
    font-size: 30px;
    display: block;
    margin-bottom: 10px; }
  .article .date .month {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

.article .social-sharing .button-facebook,
.article .social-sharing .button-googleplus,
.article .social-sharing .button-twitter,
.article .social-sharing .button-linkedin,
.article .social-sharing .button-pinterest,
.article .social-sharing .button-xing,
.article .social-sharing .button-reddit {
  margin: 0 5px 0 0;
  padding: 5px 0;
  width: 30px;
  background: #999999;
  text-indent: 0;
  height: auto;
  background-image: none !important; }
  .article .social-sharing .button-facebook:hover,
  .article .social-sharing .button-googleplus:hover,
  .article .social-sharing .button-twitter:hover,
  .article .social-sharing .button-linkedin:hover,
  .article .social-sharing .button-pinterest:hover,
  .article .social-sharing .button-xing:hover,
  .article .social-sharing .button-reddit:hover {
    background: #333333; }


.archive-multimedia .article .card {
  transition: 0.2s; }

.archive-multimedia .article .card:hover {
  background: rgba(0, 0, 0, 0.125); }

.archive-multimedia .article .image {
  height: 200px;
  margin-bottom: 1rem; }

.archive-multimedia .article h2 {
  line-height: 16px;
  margin-bottom: 3rem; }
  .archive-multimedia .article h2 a {
    font-size: 16px; }

.archive-multimedia .article .control {
  font-size: .8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem; }