#customPageTitle {
  display: none;
}
.customPageCenteredContent {
  width: 100%;
  min-width: 0;
  margin: 0 auto 0;
  background-color: #ededed;
  min-height: 50vh;
}
.manuales {
  width: 90%;
  margin: 90px auto 90px auto;
}
.manuales h1 {
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #2a2a2a;
  margin-bottom: 30px;
}
.container-manuales {
  margin: 20px 0 30px 0;
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.container-manuales h2 {
  text-align: left;
  margin: 0;
  font-size: 25px;
  margin-bottom: 40px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #2a2a2a;
  overflow: visible;
  grid-column: span 5;
}
.manuales-type {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  /* grid-gap: 30px; */
}
.manual{
    display: flex;
    flex-direction: column;
    float: left;
    width: fit-content;
}
.manual h3 {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.manual a{
    margin-bottom: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .5s all ease-in-out;
}
.manual a:hover{
    color: #DC0000;
}
@media screen and (max-width:768px){
  .manuales-type {
    grid-template-columns: 1fr;
}

.centeredContent.customPageCenteredContent.font1 {
    width: 100% !important;
}
.container-manuales {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.manuales {
    margin-top: 30px;
}

.manuales h1 {
    font-size: 20px;
    text-align: left;
}

.container-manuales h2 {
    font-size: 19px;
    margin-bottom: 10px;
}
}