p, div {
  text-align: justify;
}

.texto-centrado {
  text-align: center; !important;
}

.image {
  display: flex;
  justify-content: center;
  text-align: center; !important;
}

.resaltado {
  background-color: #FAFAB9;
  color: black;
  font-weight: bold;
}

.atencion {
  background-color: #FAFAB9;
  color: black;
  padding: 5px;
  border-radius: 5px;
}

.ejercicio {
  background-color: #E0DBF7;
  color: black;
  padding: 5px;
  border-radius: 5px;
}



.container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 450px;
  grid-gap: 0.9rem;
  line-height: 1.2;
}

.card_team {
  padding: 1rem;
  background-color: #F0F0F0;
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 100%;
  width: 100%;
  line-height: 1.2;
  text-align: center; !important;
}

.inline-photo3.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
} 

.foto-circular {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.quarto-listing-cols-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.quarto-listing-cols-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.quarto-listing-cols-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.quarto-listing-cols-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.listing-box:hover {
  border-color: $primary;
  background-color: transparent;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1), 
            0px 2px 4px rgba(0,0,0,0.1), 
            0px 4px 8px rgba(0,0,0,0.1), 
            0px 8px 16px rgba(0,0,0,0.1);
}

.listing-box-name {
  /*text-transform: uppercase; */
  max-width: 80%;
  /* margin-top: 5px; */
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.listing-box-category {
  /*    margin-top: auto;*/
  /* //font-family: 'Bebas Neue', sans-serif; */
  /*text-transform: uppercase; */
  /* font-weight: bold; */
  font-size: 12px;
  margin-bottom: 0;
  color: #757883;
  line-height: 1.5;
}

.listing-box-department {
  /* font-weight: bold; */
  font-size: 12px;
  margin-bottom: 0;
  color: #757883;
  line-height: 1.5;
}

.listing-box-affiliation {
  /*text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 0;
  color: #757883;
  font-size: 12px;
  line-height: 1.5;
}

.listing-box-image {
  object-fit: contain;
  width: 100%;
  height: 190px;
}

.card-img {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
}




