@media (min-width: 1701px) {
  .texto-es-condor h4 { font-size: 1.35rem; }
  .texto-es-condor p  { font-size: 1.05rem; }
}

@media (max-width: 1700px) and (min-width: 1601px) {
  .texto-es-condor h4 { font-size: 1.3rem; }
  .texto-es-condor p  { font-size: 1rem; }
}

@media (max-width: 1600px) and (min-width: 1501px) {
  .texto-es-condor h4 { font-size: 1.2rem; }
  .texto-es-condor p  { font-size: 0.95rem; }
}

@media (max-width: 1500px) and (min-width: 1401px) {
  .texto-es-condor h4 { font-size: 1.1rem; }
  .texto-es-condor p  { font-size: 0.9rem; }
}

@media (max-width: 1400px) and (min-width: 1301px) {
  .texto-es-condor h4 { font-size: 1.05rem; }
  .texto-es-condor p  { font-size: 0.85rem; }
}

@media (max-width: 1300px) and (min-width: 1201px) {
  .texto-es-condor h4 { font-size: 1rem; }
  .texto-es-condor p  { font-size: 0.8rem; }
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .texto-es-condor h4 { font-size: 0.95rem; }
  .texto-es-condor p  { font-size: 0.75rem; }
}

@media (max-width: 1000px) and (min-width: 801px) {
  .texto-es-condor h4 { font-size: 0.9rem; }
  .texto-es-condor p  { font-size: 0.7rem; }
}

@media (max-width: 800px) and (min-width: 701px) {
  .texto-es-condor h4 { font-size: 0.85rem; }
  .texto-es-condor p  { font-size: 0.65rem; }
}

@media (max-width: 700px) {
  .texto-es-condor h4 { font-size: 0.8rem; }
  .texto-es-condor p  { font-size: 0.6rem; }
}
