.header-admision {
    background: url(../imgs/calendario.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    height: 1250px;
    margin-bottom: -829px;
  }

  .title-admision{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    font-size: 40px;
    letter-spacing: -0.2px;
    color: #05347f;
  }

  .pasos{
    margin-bottom: 1em;
    position: relative;
    z-index: 50;
  }

  .monse-pasos{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    font-size: 28px;
    letter-spacing: 0.30px;
    color: #05347f;
  }

.accordion-ad-content {
    padding: 10px 10px 10px 15px;
    display: none;
    transition: max-height 0.3s ease-in-out; /* Agregamos una transición suave */
}

.borde-admision{
    border-right: 1px solid #eff1f5;
}

.ficha{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-gris{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fichas-pad{
  padding: 0px 90px 0px 90px;
}

.monse-admision{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: 0.30px;
  color: #05347f;
}

.sans-admision{
  font-family: 'Average Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.documentos{
  background-color: #7cb12d !important;
  height: 440px;
}

@media(max-width: 767px){
  .documentos{
    height: 510px;
  }
}