﻿body {
  background-color: black;
}
.flex-container {
  display: flex;
  background-color: black;
  padding: 5px;
  border-radius: 8px;
  flex-flow: row wrap;
  justify-content: space-between;
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
}
.flex-con {
  display: flex;
  background-color: black;
  padding: 5px;
  border-radius: 8px;
  flex-flow: row wrap;
  justify-content: space-between;
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
}
.caja {
  color: black;
  background-color: #1e1e1e;
  text-align: center;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.col {
  color: black;
  background-color: #1e1e1e;
  text-align: center;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.caja img {
  padding-top: 10px;
}
.listado {
  display: flex;
  text-align: center;
  margin: 5px;
  flex-flow: row;
  justify-content: space-between;
  border-bottom: solid 1px;
  border-color: hsla(0, 0%, 100%, 0.12);
}
.palabras {
  text-align: center;
}
.palabras a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
}
.foto {
  text-align: center;
  height: 8em;
  width: 8em;
  margin: 10px 0px 0px 10px;
}
.foto2 {
  text-align: center;
  height: 27em;
  /*width: 18em;
  /*margin: 10px 0px 0px 10px;*/
  margin: 6px 6px 0px 6px;
  min-width: 28em;
}
.titulo {
  color: #fff;
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  font-weight: bold;

  margin: 10px 10px 0px 15px;
  text-align: left;
  flex-grow: 3;
  height: 8em;
  width: 8em;
}
.titulo2 {
  color: #fff;
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  font-weight: bold;

  margin: 10px 10px 0px 15px;
  text-align: left;
  flex-grow: 3;
  height: 5em;
  width: 8em;
}
.titulo3 {
  color: #fff;
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  font-weight: bold;

  margin: 10px 10px 0px 15px;

  text-align: left;
  flex-grow: 3;
  width: 18em;
  /*height: 5em;
  width: 8em;*/
}
.titulo a {
  color: #fff;
  text-decoration: none;
}
.titulo2 a {
  color: #fff;
  text-decoration: none;
}

.s1 {
  flex-grow: 1;
}
.s2 {
  flex-grow: 1;
}

.c1 {
  flex-grow: 1;
}
.c2 {
  flex-grow: 1;
}
.c3 {
  flex-grow: 1;
}
.c4 {
  flex-grow: 1;
}
.c5 {
  flex-grow: 1;
}

/*----------Boton-------------*/

.button-18 {
  align-items: center;
  background-color: #f44336;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px 3px 5px 3px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus {
  background-color: #1e1e1e;
  color: #ffffff;
}

.button-18:active {
  background: #1e1e1e;
  color: rgb(255, 255, 255, 0.7);
}

.button-18:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}

/* ---------- HEADER ----------*/
.header {
  grid-area: header;
  padding: 1.25em;
  background: #1e1e1e;
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
  border-radius: 8px;
  margin: 0px 10px 0px 10px;
}

.header-descripcion {
  grid-area: header;
  padding: 0.55em;
  background: #1e1e1e;
  border-radius: 8px;
  margin: 10px 10px 0px 10px;

  color: white;
}
.sombra {
  box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
}

h1 {
  font-size: 24px;
  margin-left: 10px;
}

h3 {
  font-size: 16px;
  margin-left: 10px;
  color: #fff;
}
h3 a {
  color: #fff;
  text-decoration: none;
}
h2 {
  font-size: 18px;
  font-weight: 200;
}
.header .logo {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px; /*mantener px por ser muy pequeño*/
}

.menu {
  border-top: 1px solid #000; /*mantener px por ser muy pequeño*/
  border-bottom: 1px solid #000; /*mantener px por ser muy pequeño*/
  display: flex;
  justify-content: space-between;
}

.menu a {
  padding: 0.625em;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  text-align: center;
  transition: 0.2s ease all;
  font-size: 1em; /*poner em ya que hace referencia al tamaño de 16 px de body*/
}

.menu a:hover {
  background: #1e1e1e;
  color: #fff;
}
.article-paginador {
  text-align: center;
}
.tag_paginador {
  color: #f44336;
  text-decoration: none;
  margin: 5px 5px 5px 5px;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    justify-content: space-between;
  }
  .foto2 {
    min-width: 21em;
    max-width: 97%;
    height: 20em;
  }
  .titulo3 {
    min-width: 95%;
  }
}
