.categoria,
.cardP,
.filtro1 {
  background: #ffffff;
  box-shadow: 0px 1px 25px 19px rgba(33, 118, 240, 0.05);
  border-radius: 10px;
}

.fechatext {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
  color: #101010;
}

.fechaL {
  border: none;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.702666px 17.5667px 4.91866px rgba(33, 118, 240, 0.05);
  border-radius: 7.02666px;
  padding: 1vh;
  width: auto;
}
.totalP {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #2176f0;
}
.listacategoria a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13.2525px;
  line-height: 22px;
  color: #2e2e2e;
  text-decoration: none;
}
.listacategoria a:hover {
  color: #2176f0;
}

.titulo {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  color: #101010;
}
.director,
.lanzamiento {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #6a6a6a;
}

.proyectosimg{
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

.imagenfija{
  border-radius: 10px;
  height: 240px;
	overflow: hidden;
}

@media (max-width: 600px) {
  .imagenfija{

    height: 180px;
    
  }
}

.minicard{
  background: #FFFFFF;
  box-shadow: 0px 0.702666px 17.5667px 4.91866px rgba(33, 118, 240, 0.05);
  border-radius: 7.02666px;
  padding: 1vh;
}

.custom-mp-select{
  border: none;
  text-decoration: none;
  outline:none;
}
.custom-mp-select::-webkit-scrollbar {
  display: none;
}
.custom-mp-select option{
  cursor:pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight:bold;
  font-size: 13.2525px;
  line-height: 22px;
  color: #000000;
  margin-top: 4px;
}

.custom-mp-select option:hover{
    color: #2176f0;
}
