body {
  font-family: 'Poppins', sans-serif;
  padding-top: 58px;
  padding-bottom: 100px;
  font-size: 13px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 20%;
    max-width: 33.3%;
    padding: 0 9px;
  }
  
  /*.column img {
     vertical-align: middle;
  
    cursor: pointer;
    transition: 0.3s linear;
  }*/
  .column img:hover {
    filter: grayscale(0);
  }
  .contenedorfile {
    margin: 0px 0px 18px 0px;
  }

  @media screen and (max-width: 1200px) {
    .column {
      flex: 33%;
      max-width: 33%;
    }
  }

  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
    .column img {
      filter: grayscale(0) brightness(1);
    }
  }




  /*CSS PAGINA IPRICNIPAL INDEX.PHP*/

.nuestrocontenedor{
  position: relative;
}
.nuestraimagen{
  display: block;
  width: 100%;
  height: auto;
}
.nuestrobloque{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  /*
  transition: 1.5s ease;
  
  background-color: #c3ac76;
 
  background: linear-gradient(to top, rgba(81, 77, 76,1), rgba(255, 122, 89,0)); */
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0.31), rgba(255, 122, 89,0));
  border-radius: 9px;
}
.nuestrobloquearticulo{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  /*
  transition: 1.5s ease;
  
  background-color: #c3ac76;
 
  background: linear-gradient(to top, rgba(81, 77, 76,1), rgba(255, 122, 89,0)); */
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0.31), rgba(255, 122, 89,0));
  border-radius: 9px;
}
/*.nuestrotexto{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}*/
.nuestrotexto {
  color: white;
  padding: 15px;
  z-index: 1010;
position: absolute;
}
.nuestrotextoarticulo {
  color: white;
  padding: 15px;
  height: 100%;
  width: 100%;
  z-index: 1000 !important;
  position: absolute;
}
.nuestrocontenedor:hover .nuestrobloque{
  opacity: 1;
}

.nuestrotexto .card-img-top {
  border-radius: 50px;
  width: 30px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-scroller.bg-body.shadow-sm {
  margin: 0px 0px 20px 0px;
}
 

.navbar-brand {
  font-family: 'Satisfy', cursive;
  font-size: 26px;
  font-weight: bold;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.espacio {
  padding: 24px;
}


.cusuario {
  border-radius: 20px;
}

.cssuser {
  text-decoration: none;
  color: #212529d6;
 
}
/*.card-text {
  padding: 0px 0px 8px 0px;
}*/

.card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 8px 0px;
  color: #777;
}