.wp-block-embed-youtube {
    padding:10px 0px;
    text-align: center;  
}

iframe {
    max-width: 100% !important;
}

@font-face {
  font-family: 'arciform';
  src: url('../fonts/Arciform.otf');  
}

.card {
  margin-top: 0px !important;
}

.category {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 100px;
  padding-top: 50px;
}

.ocultar {
  display: none;
}

.tarjeta {
  border-radius: 5px;
  padding: 10px;
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.tarjeta:hover {
  -webkit-filter: grayscale(100%);
}

/* Poner efecto hover para dentro de categorias, no funciona */
.tarjeta-hover:hover {
  -webkit-filter: grayscale(200%);
}

.footer-links:hover{
  color: #009688;
}

