/*
 * Breadcrums de Yoast SEO
 */
.home #breadcrumbs {
	display: none;
}

.home .site-content {
  margin-top: 2em;
}



/*
 * Sección 'Bienvenido a Felinos Bilbao'
 */
.home .bienvenido-felinos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
	height: 50vh;
  justify-content: space-between;
  margin: 1em 0 2.5em 0;
}

@media only screen and (max-width: 909px) {
  .home .bienvenido-felinos {
    height: 40vh;
    min-height: 250px;
    /* margin: 2em 0 2em 0; */
  }
}

.home .bienvenido-felinos .montaje-fotos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-basis: calc(60% - 0.4em);
  background: #f29300 url("../images/pastilla-gato.png") no-repeat top left;
  /* padding: 0.8em; */
  transform: rotateY(180deg);
}

.home .montaje-fotos .fila {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 25%;
}

.home .montaje-fotos .primera-fila {
	border-top: 8px solid white;
}

.home .montaje-fotos .imagen {
	flex-basis: 25%;
	width: 25%;
	height: 100%;
	overflow: hidden;
  border-left: 8px solid white;
}

.home .montaje-fotos .imagen:not(.vacia) {
	border-top: 8px solid white;
}

.home .montaje-fotos .primera-fila .imagen:not(.vacia) {
	border-top: 0;
}

.home .montaje-fotos .imagen img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home .bienvenido-felinos .logo-felinos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: calc(40% - 0.4em);
  text-align: center;
  margin: 1.6em 0 1.6em 0;
}

@media only screen and (max-width: 909px) {
  .home .bienvenido-felinos .logo-felinos {
  }
}

.home .bienvenido-felinos .logo-felinos p {
  margin: 0;
  font-style: italic;
  font-weight: bold;
  font-size: x-large;
  color: #f29300;
}

@media only screen and (max-width: 909px) {
  .home .bienvenido-felinos .logo-felinos p {
    font-size: large;
  }
}



/*
 * Sección 'Misión Felinos'
 */
.home .mision-felinos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 4px solid #f29300;
  margin-bottom: 1.6em;
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 909px) {
  .home .mision-felinos {
    flex-direction: column;
  }
}

.home .mision-felinos .elemento-mision {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: 30%;
  padding: 0.8em;
  text-align: center;

  background: #f29300 url("../images/huellas-gato.png") repeat-y top left;
}

@media only screen and (max-width: 909px) {
  .home .mision-felinos .elemento-mision {
    flex-basis: 100%;
    margin-bottom: 0.8em;
  }

  .home .mision-felinos .elemento-mision:last-of-type {
    margin-bottom: 0;
  }
}

.home .mision-felinos .titulo-mision {
  font-size: larger;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.8em 0;
  color: #f29300;
}

.home .mision-felinos .texto-mision {
  margin: auto 0 auto 0;
}



/*
 * Sección 'Gato del día'
 */
.home .gato-del-dia {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  margin-top: -0.8em;
  margin-bottom: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 4px solid #f29300;
}

.home .gato-del-dia .titulo {
  margin-bottom: 1em;
}

.home .gato-del-dia h2 {
	margin: 0;
}

.home .gato-del-dia .datos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 500px) {
  .home .gato-del-dia .datos {
    flex-direction: column;
  }
}

.home .gato-del-dia .panel-primario {
  flex-shrink: 0;
  flex-basis: 50%;
  height: 20em;
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (max-width: 500px) {
  .home .gato-del-dia .panel-primario {
  	flex-basis: unset;
  	margin-top: initial;
  	margin-bottom: initial;
    margin-left: auto;
    margin-right: auto;
  	width: 100%;
  }
}

.home .gato-del-dia .panel-primario img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .gato-del-dia .panel-primario img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.home .gato-del-dia .panel-secundario {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  margin-left: 0.8em;
}

@media only screen and (max-width: 500px) {
  .home .gato-del-dia .panel-secundario {
    margin-top: 0.8em;
    margin-left: 0;
  }
}

.home .gato-del-dia .panel-secundario .nombre {
  text-align: center;
  margin-bottom: 0.8em;
}

.home .gato-del-dia .panel-secundario .nombre a {
  color: floralwhite;
}

.home .gato-del-dia .panel-secundario .datos-clave {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-bottom: 0.4em;
}

.home .gato-del-dia .panel-secundario .datos-clave .dato-clave {
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-bottom: 0.4em;
  border-radius: 2px;

  color: floralwhite;
	background: #f29300;

  font-weight: bold;
}

.home .gato-del-dia .panel-secundario .entradilla {
  /* display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: center; */
  text-align: center;
  margin: auto 0 auto 0;
}

@media only screen and (max-width: 500px) {
  .home .gato-del-dia .panel-secundario .entradilla {
    text-align: left;
  }
}

.home .gato-del-dia .panel-secundario .entradilla .emoji {
  /* display: none !important; */
}

.home .gato-del-dia .panel-secundario .entradilla p {
  margin: 0;
}



/*
 * Sección 'Noticia / Artículo destacada/o'
 */
.home .contenedor-noticia-destacada,
.home .contenedor-articulo-destacado {
  margin-top: -0.8em;
  margin-bottom: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 4px solid #f29300;
}

.home .contenedor-noticia-destacada .titulo,
.home .contenedor-articulo-destacado .titulo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-bottom: 1em;
  color: #f29300;
}

.home .contenedor-noticia-destacada h2,
.home .contenedor-articulo-destacado h2 {
	margin: 0;
}

.home .contenedor-noticia-destacada .enlaces-rrss,
.home .contenedor-articulo-destacado .enlaces-rrss {
  margin-top: 0;
  /* flex-wrap: wrap; */
}

.home .contenedor-noticia-destacada .enlaces-rrss a:first-of-type,
.home .contenedor-articulo-destacado .enlaces-rrss a:first-of-type {
  margin-left: 0;
}

.home .contenedor-noticia-destacada .enlace-rrss,
.home .contenedor-articulo-destacado .enlace-rrss {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.4em;
}

.home .contenedor-noticia-destacada .ficha-noticia-destacada .imagen-destacada,
.home .contenedor-articulo-destacado .ficha-articulo-destacado .imagen-destacada {
	height: 15em;
	width: 100%;
  margin-bottom: 1em;
	overflow: hidden;
}

.home .contenedor-noticia-destacada .ficha-noticia-destacada .imagen-destacada img,
.home .contenedor-articulo-destacado .ficha-articulo-destacado .imagen-destacada img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home .contenedor-noticia-destacada .ficha-noticia-destacada .entradilla,
.home .contenedor-articulo-destacado .ficha-articulo-destacado .entradilla,
.home .contenedor-noticia-destacada .ficha-noticia-destacada .entradilla-texto p:last-child,
.home .contenedor-articulo-destacado .ficha-articulo-destacado .entradilla-texto p:last-child {
  margin-bottom: 0;
}



/*
 * Sección 'Noticias / Artículos'
 */
.home .contenedor-noticias-articulos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  .home .contenedor-noticias-articulos {
    flex-wrap: wrap;
  }
}

.home .contenedor-noticias,
.home .contenedor-articulos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-basis: calc(50% - 0.8em);
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .home .contenedor-noticias,
  .home .contenedor-articulos {
    flex-basis: 100%;
  }
}

.home .contenedor-articulos .ficha-articulo,
.home .contenedor-noticias .ficha-noticia {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  align-items: center;
}

.home .contenedor-noticias .ficha-noticia .imagen-destacada,
.home .contenedor-articulos .ficha-articulo .imagen-destacada {
	height: 5em;
  width: 5em;
	overflow: hidden;
}

.home .contenedor-noticias .ficha-noticia .imagen-destacada img,
.home .contenedor-articulos .ficha-articulo .imagen-destacada img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home .contenedor-noticias .titulo,
.home .contenedor-articulos .titulo {
	flex-basis: calc(100% - 5em - 0.8em);
	margin-left: 0.8em;
}

.home .contenedor-articulos h2,
.home .contenedor-noticias h2 {
	margin: 0;
}

.home .contenedor-noticias .entradilla,
.home .contenedor-articulos .entradilla {
	flex-basis: 100%;
  margin-top: 0.4em;
  margin-bottom: 0;
}

.home .contenedor-noticias .entradilla-texto,
.home .contenedor-articulos .entradilla-texto {
	text-align: justify;
}


/*
 * Animaciones de las fotos del montaje
 */
@-webkit-keyframes animacion-1 {
  0% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  75% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

@keyframes animacion-1 {
  0% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  90% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

.animacion-1 {
  -webkit-animation: animacion-1 10s linear infinite;
  -moz-animation: animacion-1 10s linear infinite;
  -ms-animation: animacion-1 10s linear infinite;
  -o-animation: animacion-1 10s linear infinite;
  animation: animacion-1 10s linear infinite;
}

@-webkit-keyframes animacion-2 {
  0%, 100% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  65% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  75% {
    -ms-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  75.001% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes animacion-2 {
  0%, 100% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  65% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  75% {
    -ms-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -webkit-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  75.001% {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.animacion-2 {
  -webkit-animation: animacion-2 10s linear infinite;
  -moz-animation: animacion-2 10s linear infinite;
  -ms-animation: animacion-2 10s linear infinite;
  -o-animation: animacion-2 10s linear infinite;
  animation: animacion-2 10s linear infinite;
}

.sepia {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}

.hue-rotate {
  -webkit-filter:
  hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.saturate {
  -webkit-filter: saturate(7);
  filter: saturate(7);
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
