/* Variables */
:root{
  --body-color:#231F20;
  --prim:#432918;
  --sec:#a19a59;
  --ter:#eec8a3;
}

.header{
  background-color: transparent;
  background-image:none;
  margin-bottom:32px;
}

/* Mantenimiento */
.offline-card p{
  color:var(--body-color);
}


/* Navegacion */

.container-topbar, .container-below-top {
    width: 100%;
    background: var(--prim);
    display: flex;
    gap: 24px;
    flex-direction: row;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media (max-width: 1000px) {
    .container-topbar, .container-below-top {
        flex-direction: column-reverse; 
        align-items: center;  
        gap:16px;
    }
}


.navbar, .navegacion {
  position: flex;
  justify-content: center;
  text-align:center;
}

@media (max-width: 1000px) {
  .navbar, .navegacion {
    flex-direction:row;
    gap:16px;
  }
}

@media (max-width: 770px) {
  .navbar, .navegacion {
    flex-direction:column;
    gap:16px;
  }
}

.navbar-toggler{
  margin-bottom: 10px;
}


.container-header .navbar-brand{
  width: 100%;
  text-align:center;
  padding-top: 28px;
}

.social{
  width:100%;
  margin-top:4px;
  margin-bottom:24px;
}

/* Destacados Home */

.destacados figure{
  overflow: hidden;
  max-height: 250px;
}

.destacados .mod-articles-item-content{
  display: flex;
  flex-direction: column-reverse;
  max-width:500px;
}

.destacados h2{
  color:var(--body-color);
  font-size: 1.5em;
}

.destacados h2 a {
    text-decoration: none;
    color:var(--body-color);
}

.container-top-b{
  display:block;
}


/* Categorias Home */

.categorias figure{
  overflow: hidden;
  max-height: 160px;
}

.categorias .mod-articles-grid{
  grid-template-columns: 1fr 1fr 1fr;
}


.categorias .mod-articles-item-content{
  display: flex;
  flex-direction: column-reverse;
}

.categorias h2{
  color:var(--body-color);
  font-size: 1.2em;
}

.categorias h2 a {
    text-decoration: none;
    color:var(--body-color);
}

.categorias h3 {
  border-bottom: 1px solid #EEC6A3;
  margin-bottom:24px;
  color: var(--prim);
}

.page-header h1{
  border-bottom: 1px solid #EEC6A3;
  margin-bottom:24px;
  color: var(--prim);
  font-size: 26px;
}

@media (max-width: 770px) {
  .categorias .mod-articles-grid{
     grid-template-columns: 1fr;
 }
  .categorias figure{
    overflow: hidden;
    max-height: 250px;
  }
}


/* Articulos */

.item-title a, .page-header a{
  color:var(--body-color);
}

.item-title a:hover{
  text-decoration: underline;
}

@media (min-width: 768px) {
    .articulos .blog-item {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 1em;
    }
}

.articulos h2 {
    font-size: 1.5em;
}
.articulos p {
    font-size: 0.9em;
}

.articulos .blog-item{
  border-bottom: 1px solid #EEC6A3;
}

.articulos h2 a {
    text-decoration: none;
}

.item-content {
    grid-column: 1;
    grid-row: 1;
}



/* Botones */
.btn-primary {
    background-color: var(--prim);
    border-color: var(--prim);
}
.btn-primary:hover {
	background-color: var(--prim);
    border-color: var(--prim);
  	-webkit-box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
          	box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
    -webkit-transition: ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	background-color: var(--prim);
    border-color: var(--prim);
  	-webkit-box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
          	box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
    -webkit-transition: ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-check:focus + .btn-primary, .btn-primary:focus{
      background-color: var(--prim);
      border-color: var(--prim);
      -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
  			box-shadow: 0 0 0 0.25rem rgba(67, 41, 24, 0.5);
      -webkit-transition: ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}



/* Buscador */

.finder h1 {
    display: none;
}

.finder a{
  color:var(--body-color);
  text-decoration:none;
}

.finder a:hover{
  text-decoration: underline;
}

.mark, mark{
  background-color: var(--ter);
}

.result__item+.result__item {
    border-top: none;
  	padding-top: 0;
}

.result__item{
  border-bottom:1px solid var(--sec);
  padding-bottom:1.5em
}

/* Paginación */
.page-link, .page-link:hover {
  color:var(--prim);
}

.page-item.active .page-link {
    background-color: var(--prim);
    border-color: var(--prim);
    color: #fff;
}


/* Back to top */

.back-to-top-link{
  border-color: var(--prim);
  color: var(--prim);
}

.back-to-top-link:hover, .back-to-top-link:focus{
  background-color: var(--prim);
}

/*Videos Destacado*/

.video{
  max-width:600px;
}

.video h3 {
  border-bottom: 1px solid #EEC6A3;
  margin-bottom:24px;
  color: var(--prim);
}

.vDest iframe{
    width: 100%;
    height: 100%;
  	max-height:300px;
  	padding-bottom:10px;
}

.vDestVideo{
    height: 326px;
    width: 100%;
  	margin-bottom:10px;
}

.vDest h3{
  font-size: 1.3em;
  
}

/*Las mas leidas*/

.container-bottom-b{
  justify-content: space-between;
  margin-top:2em;
}

.mas-leidas{
  max-width:600px;
}

.mas-leidas h3 {
  border-bottom: 1px solid #EEC6A3;
  margin-bottom:24px;
  color: var(--prim);
}

.mas-leidas a {
  text-decoration:none;
  color:var(--body-color);
}

.mas-leidas li{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Suscribe section */

.suscribete{
  width: 100%; 
  padding:8px;
  background: var(--sec);
  display:flex;
  justify-content:center;
  align-items:center;
}

.suscribete .suscribe-text{
  display:flex;
  align-items:center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 700;
}

/* Footer */

.footer {
  background:var(--body-color);
  padding:8px;
}

.social-footer{
  margin-top:4px;
  margin-bottom:24px;
  width:170px;
}

@media (max-width: 1000px) {
  .social-footer{
    text-align:center;
  }
}


/* AVISOS RIGHT */

.ad-right img{
  margin-bottom:2em;
}

.sidebar-right{
    text-align: center;
}



/* Credits */
.credits{
  background: var(--body-color);
}
.cred{
  color:#9d9d9d;
  font-style: italic;
}
.cred a{
  color:#9d9d9d;
  text-decoration:none;
}


/* Indicadores */
.indicadores-full iframe {
  margin: 0px auto;
}

/* Indicadores Home */

#indicadores-home{
  background: #E6E6E6;
  height:70px;
  width:100%;
}
