.container-topesproc {
  margin: 20px 250px 120px;
}

.div-topesproc {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.div-div-topesproc {
  width: 750px;
  height: 700px;
}

.descargar-topesproc {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.descargar-topesproc a {
  font-size: 1.8em;
  color: black;
  text-decoration: underline;
  background-color: yellow;
}
.titulo-topesproc {
  line-height: 1;
  margin: 1.2em 0;
  text-align: center;
}
.nota-topesproc {
  display: flex;
  justify-content: center;
}
.nota-topesproc .texto-topesproc {
  width: 80%;
  background-color: red;
  color: white;
  padding: 20px;
}

.nota-topesproc .texto-topesproc a {
  color: white;
}

p.descargar-topesproc::before{
  content: '';
  display: block;
  height: 210px; 
  margin-top: -210px; 
  visibility: hidden; 
}

.topes-anteriores{
 margin-bottom: 5px;
}

.topes-anteriores + ul {
  margin-top: 5px;
}

@media (max-width: 1400px) {
  .nota-topesproc .texto-topesproc {
    width: 85%;
  }
}

@media (max-width: 1300px) {
  .container-topesproc {
    margin-left: 200px;
    margin-right: 200px;
  }
  .nota-topesproc .texto-topesproc {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .nota-topesproc .texto-topesproc {
    width: 95%;
  }
}

@media (max-width: 1150px) {
  .container-topesproc {
    margin-left: 150px;
    margin-right: 150px;
  }
}

@media (max-width: 1050px) {
  .div-div-topesproc {
    width: 600px;
    height: 560px;
  }
}

@media (max-width: 900px) {
  .container-topesproc {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (max-width: 800px) {
  .container-topesproc {
    margin-left: 90px;
    margin-right: 90px;
  }
  .div-div-topesproc {
    width: 570px;
    height: 532px;
  }
}

@media (max-width: 768px) {
p.descargar-topesproc::before{
  content: '';
  display: block;
  height: 140px; 
  margin-top: -140px; 
  visibility: hidden; 
}
}

@media (max-width: 750px) {
  .container-topesproc {
    margin-left: 80px;
    margin-right: 80px;
  }
  .div-div-topesproc {
    width: 450px;
    height: 420px;
  }
  .nota-topesproc .texto-topesproc {
    width: 100%;
  }
}

@media (max-width: 610px) {
  .container-topesproc {
    margin-left: 60px;
    margin-right: 50px;
  }
  .div-div-topesproc {
    width: 405px;
    height: 378px;
  }
}

@media (max-width: 520px) {
  .div-div-topesproc {
    width: 360px;
    height: 336px;
  }
}

@media (max-width: 470px) {
  .container-topesproc {
    margin-left: 40px;
    margin-right: 30px;
  }
}

@media (max-width: 430px) {
  .div-div-topesproc {
    width: 315px;
    height: 294px;
  }
}

@media (max-width: 385px) {
  .container-topesproc {
    margin-left: 35px;
    margin-right: 25px;
  }
}

@media (max-width: 375px) {
  .container-topesproc {
    margin-left: 30px;
    margin-right: 15px;
  }
  .div-div-topesproc {
    width: 292.5px;
    height: 273px;
  }
}

@media (max-width: 335px) {
  .container-topesproc {
    margin-left: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 325px) {
  .div-div-topesproc {
    width: 270px;
    height: 252px;
  }
}

@media (max-width: 300px) {
  .div-div-topesproc {
    width: 247.5px;
    height: 231px;
  }
}

@media (max-width: 280px) {
  .container-topesproc {
    margin-left: 15px;
    margin-right: 8px;
  }
}
@media (max-width: 270px) {
  .div-div-topesproc {
    width: 236px;
    height: 220px;
  }
}
