:root {
  --rojo: #be0000;
  --negro: #222222;
}
* {
  transition: 300ms;
}
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  color: var(--negro);
}

header {
  background: white;
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.entradas h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px -1px 2px rgba(0, 0, 0, 0.4),
    0px 0px 2px rgba(0, 0, 0, 0.4);
}
.bajada {
  border-bottom: none !important;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 900;
  text-align: center;
  margin: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px -1px 2px rgba(0, 0, 0, 0.4),
    0px 0px 2px rgba(0, 0, 0, 0.4);
}

.entradas ul li a:hover {
  background: var(--rojo);
}

.entradas ul li a {
  background: var(--negro);
  color: white;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  margin: 10px 10px 0 10px;
}

figcaption {
  text-align: center;
}

.migajas {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

ul.rrss_header li a:hover {
  color: var(--rojo);
}
.rrss_header li {
  margin-right: 10px;
}
.rrss_header li:last-child {
  margin-right: 0;
  width: 100%;
}
ul.rrss_header li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--negro);
}
.rrss_header {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}

.entradas ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.migajas a {
  color: var(--rojo);
  text-decoration: none;
  font-weight: 700;
}
.interesar h3 {
  font-weight: 900;
  border: none !important;
  color: white;
  padding: 1rem 0;
  text-align: center;
  margin: 0 0 2rem 0 !important;
}
.interesar_img {
  height: 300px;
}

.listado {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.listado li a {
  color: var(--negro);
  text-decoration: none;
  font-weight: 700;
}

.listado li:last-child {
  margin: 0;
}
.listado li {
  display: inline-block;
  margin-right: 10px;
  width: calc(100% / 4);
  text-align: center;
}

.listado li a p:hover {
  color: var(--rojo);
}

.listado li a p {
  margin-top: 10px;
}

.entradas .row {
  min-height: 400px;
  align-items: center;
}

.entradas {
  padding: 3rem;
  color: white;

  /* background-attachment: fixed !important; */
  position: relative;
  overflow: hidden;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.entradas:after {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.z-3 {
  z-index: 3;
}

.single h2,
.single h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.entradas p a {
  color: white;
  text-decoration: none;
}

.cont_carrusel {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo_carrusel {
  width: 80%;
  text-align: center;
  z-index: 1;
}

.carousel-item a .titulo_carrusel h2 {
  font-size: 3rem;
  text-decoration: none;
  font-weight: 700;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), -1px -1px 2px rgba(0, 0, 0, 0.4),
    0px 0px 2px rgba(0, 0, 0, 0.4);
}

.carousel-item a {
  text-decoration: none;
}

.carousel-item a:hover h2 {
  transform: scale(1.1);
}

.cont_carrusel:after {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.dark-bg {
  background: var(--negro);
  padding: 1rem;
}

.special_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cont_post {
  color: black;
  text-decoration: none;

  font-weight: 900;
  display: block;
  padding: 1rem;
  background: white;
  height: 100%;
}

.cont_post:hover img {
  height: 110%;
}

.imagen_home img {
  height: 100%;
  text-align: center;
  max-width: fit-content !important;
}
.imagen_home {
  margin-bottom: 1rem;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link_img {
  margin-bottom: 1rem;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imagen_home ul li {
  margin-bottom: 10px;
}

.home .cont_post h2 {
  font-size: 1rem;
}

.home .cont_post h2 a:hover {
  color: var(--rojo);
}
.home .cont_post h2 a {
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;

  display: block;
  color: var(--negro);
}
a.cont_post:hover {
  color: var(--rojo);
}

.dark-bg.section {
  margin-top: 4rem;
}

a.cont_post h2 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--negro);
}

.post_front a.cont_post {
  padding: 0;
}

.post_front h2.title {
  font-weight: 900;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--rojo);
}

a.ver_mas:hover {
  background: var(--rojo);
}

a.ver_mas {
  display: block;
  background: var(--negro);
  color: white;
  font-weight: 900;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
  padding: 10px;
  text-decoration: none;
}

footer .rrss_header a {
  color: white !important;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 80%;
}

.ubermenu-responsive-toggle {
  padding: 0 !important;
}

footer .rrss_header {
  align-items: center !important;
  justify-content: center !important;
}

.post_front {
  margin-top: 2rem;
}

.interesar {
  background: gray;
  padding-bottom: 3rem;
  padding-top: 1rem;
  margin-top: 3rem;
}

.archive .imagen_home,
.blog .imagen_home,
.search .imagen_home {
  height: 150px;
}

.archive a.cont_post,
.blog a.cont_post,
.search a.cont_post {
  padding: 0 !important;
}
.archive .imagen_home img,
.blog .imagen_home img,
.search .imagen_home img {
  width: 100% !important;
  height: auto !important;
}

.archive .cont_post:hover img,
.blog .cont_post:hover img,
.search .cont_post:hover img {
  width: 110%;
}

.archive h1,
.blog h1,
.search h1,
.registro_custom h1,
.page h1 {
  font-weight: 900;
}

.ubermenu a {
  font-size: 14px !important;
}

.ubermenu-current-menu-parent a,
.ubermenu-current_page_item a,
.ubermenu-current-menu-item a {
  color:white!important;
  font-weight: 900 !important;
  background:black!important
}

.ubermenu a:hover {
  background: rgba(0,0,0,0.1)!important;
}

ul.redes_usuario a:hover {
  background: var(--negro);
  color: white;
}
ul.redes_usuario a {
  display: inline-flex;
  border: 1px solid;
  margin: 5px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: var(--negro);
  margin-bottom: 2rem;
}
ul.redes_usuario {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.wp-caption {
  max-width: 100% !important;
  height: auto !important;
}

img {
  max-width: 100% !important;
  height: auto;
}

.error404 main {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.advertencia i {
  font-size: 15rem;
}

.nav-links .current {
  background: var(--negro);
  color: white !important;
  font-weight: 900 !important;
}
.nav-links a:hover {
  background: var(--rojo);
  color: white;
}
.nav-links a:last-child {
  width: auto;
}
.nav-links {
  display: flex;
}
.nav-links .current,
.nav-links a,
.nav-links span {
  border: 1px solid var(--negro);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-decoration: none;
  color: black;
  margin: 5px;
}
.imagen_home ul li a:hover {
  background: var(--negro);
}

h1.title_hide {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  opacity: 0;
}
a.prev {
  width: auto;
}

.imagen_home ul {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 0;
  list-style: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.imagen_home ul li a {
  background: var(--rojo);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  padding: 5px 20px;
}

.registro_custom label {
  font-weight: 700;
  margin-bottom: 5px;
}
.registro_custom input {
  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 1rem;
}
.registro_custom h2 {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

p.login-remember label {
  display: flex;
  justify-content: start;
  align-items: center;
}

p.login-remember input {
  display: inline-block;
  float: left;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

a.ir_panel:hover {
  background: var(--rojo);
}
a.ir_panel {
  display: inline-block;
  background: var(--negro);
  color: white;
  font-weight: 900;
  padding: 5px 20px;
  text-decoration: none;
}

p#reg_passmail {
  font-weight: 700;
  font-size: 1rem;
  color: var(--rojo);
  margin-top: 2rem;
}

.seleccion_registro button:hover {
  color: var(--rojo);
}

.seleccion_registro button.active {
  font-weight: 900;
  color: var(--rojo);
}
.seleccion_registro button {
  background: none;
  border: none;
  border-bottom: 2px solid;
  margin: 0 20px;
  padding-bottom: 5px;
}
.seleccion_registro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.registro p {
  margin: 0;
}
.registro {
  background: var(--rojo);
  color: white;
  font-weight: 900;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.registro a {
  background: var(--negro);
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
}

div#ocultame {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

button#copiame {
  position: fixed;
  top: 150px;
  right: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0px;
  background: var(--negro);
  color: white;
}

header .google-auto-placed {
  display: none!important;
}
figure.is-type-video iframe {
  width: 100%;
  height: 400px;
}