@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Permanent+Marker&display=swap");
/* MOBILE MIXINS */
/*The mobile-first mixin
We're going to use the following mobile-first mixin:*/
/*The desktop-first mixin
    Here's the desktop-first mixin we're going to use:*/
.container-header .navbar-brand {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2rem;
}
.container-header nav {
  width: 100%;
  margin: 0;
}
.container-header .container-nav {
  background: #FAC82B;
  padding: 0;
}
.container-header .container-nav .mod-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container-header .container-nav .mod-menu li {
  padding: 0.5rem;
}
.container-header .container-nav .grid-child {
  padding: 0;
}
.container-header ul.mod-menu li a {
  color: #828383;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  border-bottom: 3px solid #FAC82B;
}
.container-header ul.mod-menu li.current.active {
  background: #828383;
}
.container-header ul.mod-menu li.current.active a {
  color: #fff;
  border-bottom: 3px solid #828383;
}
.container-header ul.mod-menu li.active::after {
  background: none;
}
.container-header ul.mod-menu li a:hover {
  border-bottom: 3px solid #fff;
}

.container-header .metismenu > li.active > a::after {
  background: inherit;
}

/* Menu usuario */
.container-header .container-below-top ul.mod-menu li {
  background: #FAC82B !important;
  padding: 4px 25px;
  border-radius: 20px;
}
.container-header .container-below-top ul.mod-menu li a {
  color: #fff;
  text-transform: lowercase;
}

/* Responsive */
@media (max-width: 47.9375em) {
  .container-header .grid-child.container-below-top {
    padding: 1em !important;
  }

  .container-header .container-nav nav {
    margin-bottom: 1em;
    margin-left: 1em;
  }
}
/* blog featured content */
@media (min-width: 64em) {
  .blog-featured .blog-items .blog-item:nth-child(4) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
.blog-featured .blog-items .blog-item figure {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-featured .blog-items .blog-item figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-featured .blog-items .blog-item .item-content .volanta {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.blog-featured .blog-items .blog-item .item-content .item-title a {
  color: #FAC82B;
  text-decoration: none;
}
.blog-featured .blog-items .blog-item .item-content .item-title a:hover {
  color: #828383;
}

.item-page .page-header h1 {
  font-size: 3.5rem;
  padding: 2rem 0;
}
.item-page .page-header h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}
.item-page p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
}
.item-page figure {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}
.item-page figure .share {
  background: #ccc;
  width: auto;
  padding: 1rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.item-page figure .share a {
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0.5rem 0;
}
.item-page .com-content-article__body {
  padding-top: 4rem;
}
.item-page time {
  color: #FAC82B;
}
.item-page .info-block {
  height: auto;
  margin: 2rem;
}
.item-page .info-block .foto-perfil {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.item-page .info-block p {
  margin: 0;
  color: #828383;
}

/* Top redes sociales & Login */
.container-header .grid-child.container-below-top {
  padding: 2em 0 0;
}

.below-top.redes p {
  margin: 0;
}
.below-top.redes p img {
  margin-right: 2rem;
}

.below-top nav {
  margin: 0;
}

/* Module Articles Category */
.category-module.mod-list.d-flex {
  gap: 2rem;
}
.category-module.mod-list.d-flex li {
  height: 300px;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}
.category-module.mod-list.d-flex li .mod-articles-category-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
  background: rgba(238, 220, 122, 0.4);
  padding: 1rem;
  width: 100%;
}

/* Article Newsflash */
.mod-articlesnews.newsflash.d-grid {
  -ms-grid-columns: 1fr 1.4rem 1fr 1.4rem 1fr 1.4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.4rem;
}
@media (max-width: 47.9375em) {
  .mod-articlesnews.newsflash.d-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item {
  background-color: antiquewhite;
  padding-bottom: 2rem;
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 300px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item figure .newsflash-title {
  position: absolute;
  bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  background: rgba(132, 121, 61, 0.4);
  margin: 0;
  padding: 1rem;
  width: 100%;
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item figure .newsflash-title a {
  color: #fff;
  text-decoration: none;
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item figure .newsflash-title a:hover {
  color: #FAC82B;
}
.mod-articlesnews.newsflash.d-grid .mod-articlesnews__item .volanta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  padding: 0 1rem;
}

.mod-articlesnews.newsflash .mod-articlesnews__item h4.newsflash-title a {
  text-decoration: none;
  color: #000;
}

/* Header */
.container-header {
  background-color: #828383;
  background-image: none;
}

/* Footer */
.footer .grid-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer {
  background-color: #B6B7B7;
  background-image: none;
}
.footer h3 {
  text-transform: uppercase;
  padding-bottom: 1em;
}
.footer ul.mod-menu li.nav-item a {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
}
.footer .contact-info {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 40px;
}
.footer .search {
  background: #fff;
  border-radius: 20px;
}
.footer .search h3 {
  color: #000;
}
.footer .search input {
  background: #828383;
  border-radius: 15px;
  width: 400px;
  height: 60px;
}
@media (max-width: 47.9375em) {
  .footer .search input {
    width: auto;
  }
}
.footer .search button {
  background: #FAC82B;
  border-radius: 15px;
  border: none;
}

/* Featured module */
.full-width.featured {
  background: #E2E3E4;
  border-bottom: 16px solid #FAC82B;
}
@media (max-width: 47.9375em) {
  .full-width.featured {
    padding: 1em;
  }
}

.container-featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  -ms-grid-column: main-start;
      grid-column-start: main-start;
  grid-column-end: main-end;
  padding: 2em 0 0 0;
}
.container-featured .featured-a {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (min-width: 64em) {
  .container-featured .featured-a {
    padding-right: 5em;
    border-right: 4px solid #828383;
  }
}
.container-featured .featured-a .newsflash-title a {
  color: #000;
  text-decoration: none;
}
.container-featured .featured-a .newsflash-title a:hover {
  color: #828383;
}
.container-featured .featured-a .volanta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
}
.container-featured .featured-a figure {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Animation */
}
.container-featured .featured-a figure:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.container-featured .featured-b {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (min-width: 64em) {
  .container-featured .featured-b {
    padding-left: 2em;
  }
}
.container-featured .featured-b .alternative {
  padding: 0 2em;
}
.container-featured .featured-b .alternative .mod-articlesnews__item {
  margin-bottom: 3em;
}
.container-featured .featured-b .alternative .mod-articlesnews__item .newsflash-title a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.container-featured .featured-b .alternative .mod-articlesnews__item .newsflash-title a:hover {
  color: #828383;
}
.container-featured .featured-b .alternative figure {
  width: 100%;
  height: 150px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Animation */
}
.container-featured .featured-b .alternative figure:hover {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
@media (max-width: 64em) {
  .container-featured .featured-a,
.container-featured .featured-b {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.container-featured figure, .container-featured figure img {
  border-radius: 10px;
}

span.circle {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FAC82B;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 58px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
}
span.circle a {
  color: #fff;
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* modulos top-a, top-b, top-c */
.container-top-a .top-a {
  margin: 1em;
}

.rounded figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 3rem auto;
  text-align: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Animation */
}
.rounded figure:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.rounded .deportes .category-title {
  background: #72BF44;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.rounded .politica .category-title {
  background: #009ACE;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.rounded .espectaculos .category-title {
  background: #EC0086;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.rounded .economia .category-title {
  background: #FAC600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.rounded .category-title h3 {
  padding: 5px;
  font-weight: 400;
}

/* Módulo Especiales */
.especiales {
  background: #E2E3E4;
}
.especiales .mod-articlesnews__item.flex {
  padding: 2em 0 1em 0;
}
@media (max-width: 47.9375em) {
  .especiales .mod-articlesnews__item.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
  }
}
.especiales h3 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background: #828383;
  width: 300px;
  text-align: center;
  padding: 0 0 0.5rem;
}
.especiales figure.newsflash-image {
  width: 40%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Animation */
}
@media (max-width: 47.9375em) {
  .especiales figure.newsflash-image {
    width: 100%;
    padding: 1em;
  }
}
.especiales figure.newsflash-image:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.especiales figure.newsflash-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.especiales .top-b.especiales {
  border-top: 16px solid #828383;
  margin-top: 0;
}
.especiales .top-b.especiales h2.newsflash-title a {
  color: #000;
  text-decoration: none;
}
.especiales .top-b.especiales h2.newsflash-title a:hover {
  color: #828383;
}

.container-special {
  padding: 3em 0 1em 5em;
  width: 60%;
}
@media (max-width: 47.9375em) {
  .container-special {
    width: 100%;
    padding: 1em;
  }
}
.container-special .newsflash-title {
  font-size: 3rem;
  padding: 0.5em 0;
  border-bottom: 5px solid #FAC82B;
  margin-bottom: 0.5em;
}
.container-special .volanta {
  color: #828383;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.container-special .copete {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}

.linea {
  width: 50%;
  height: 16px;
  display: block;
  background: #FAC82B;
  padding: 0;
  margin: 0;
  position: relative;
  top: 8px;
  left: -8px;
}

/* Multimedia */
.multimedia {
  border: none;
  padding-top: 4rem;
}
.multimedia .card-header {
  background: none;
  border: none;
  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;
}
.multimedia .card-header .line {
  display: block;
  height: 16px;
  width: 100%;
  background: #FAC82B;
}
.multimedia .card-header .title {
  background: #fff;
  position: absolute;
  text-transform: uppercase;
  padding: 0 3rem;
  font-size: 2.5rem;
}

/* Carousel */
.multimedia .owl-carousel.owl-theme .owl-item .item {
  position: relative;
}
.multimedia .owl-carousel.owl-theme .owl-item .item .top-category {
  display: inline;
  background: #828383;
  color: #fff;
  position: relative;
  top: 25px;
  padding: 5px 20px;
  left: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 60%;
}
.multimedia .owl-carousel.owl-theme .owl-item .item .newsflash-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  background: rgba(132, 121, 61, 0.4);
}
.multimedia .owl-carousel.owl-theme .owl-item .item .newsflash-title .wrapper {
  padding: 2rem;
}
.multimedia .owl-carousel.owl-theme .owl-item .item .newsflash-title .wrapper .category {
  font-family: "Permanent Marker", cursive;
  color: #fff;
}
.multimedia .owl-carousel.owl-theme .owl-item .item .newsflash-title .wrapper a {
  color: #fff;
  text-decoration: none;
}
.multimedia .owl-carousel.owl-theme .owl-item .item .newsflash-title .wrapper a:hover {
  color: #FAC82B;
}
.multimedia .owl-carousel.owl-theme .owl-item .item figure.newsflash-image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.multimedia .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0 20px;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-prev span {
  font-size: 3rem;
  line-height: 2rem;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  color: #FAC82B;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-next span {
  font-size: 3rem;
  line-height: 2rem;
}
.multimedia .owl-carousel.owl-theme .owl-nav .owl-next:hover {
  color: #FAC82B;
}

/* Secciones internas */
.seccion .full-width.especiales {
  -ms-grid-row: 5;
      grid-row-start: 5;
  border-bottom: 16px solid #FAC82B;
  margin: 100px 0;
}

.seccion .container-bottom-a {
  -ms-grid-row: 6;
      grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

.seccion .container-bottom-b {
  -ms-grid-row: 7;
      grid-row-start: 7;
}