#inlxm{
	width: 90%;
	border: 0px solid red;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	padding-bottom: 80px;
	padding-top: 8px;
}

#introlxm{
	width: 65%;
	font-family: montserratli;
	font-size: 0.9em;
	text-align: center;
	border: 0px solid red;
	line-height: 20px;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #292929;
}

#titulointrolxm{
	font-family: montserratbold;
	font-size: 1.3em;
	padding-bottom: 20px;
}



.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

#fotos_evidencias .boxes {
  display: block;
  width: 29%;
  height: 220px;
  background: #fe4;
  position: relative;
  overflow: hidden;
  float: none;
  margin: 0;
  cursor: pointer;
}

.da-image {
  min-height: 100%;
  width: 100%;
}

.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  color: #FFF;
  background-color: rgba(28,33,45,0.70);
  z-index: 10;
}

#fotos_evidencias .container.cf {
  width: min(calc(100% - 2rem), 1170px);
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: auto;
}

#fotos_evidencias .boxes {
  width: auto;
}

@media (max-width: 768px) {
  #fotos_evidencias .container.cf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  #fotos_evidencias .container.cf {
    grid-template-columns: 1fr;
  }
}
