#separacion-basica {
  height: 220px;
}
#separacion-plus {
  height: 130px;
}
#separacion-equipos-adicionales {
  height: 15px;
}
#separacion-contralujo {
  height: 10px;
}
#sep_consola_basica {
  font-weight: 600;
  margin-top: 420px;
}
#sep_consola_contraf {
  font-weight: 600;
  margin-top: 83px;
}
#sep_tolvas_b {
  font-weight: 600;
  margin-top: 110px;
}
#desc_basica {
  margin-top: 140px;
}
#sep_tanque_basico {
  margin-top: 53px;
}
.sep_precio_b {
  font-weight: 600;
  margin-top: 53px;
}
.grid-btns {
  display: flex;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Tus estilos CSS para Chrome-Safari */
  #separacion-basica {
    height: 220px;
  }
  #separacion-plus {
    height: 110px;
  }
  #separacion-equipos-adicionales {
    height: 15px;
  }
  #separacion-contralujo {
    height: 25px;
  }
  #sep_consola_basica {
    margin-top: 335px;
  }
  #sep_tanque_basico {
    margin-top: 52px;
  }
  #sep_consola_contraf {
    margin-top: 80px;
  }
  #sep_tolvas_b {
    margin-top: 107px;
  }
  #desc_basica {
    margin-top: 135px;
  }
  .sep_precio_b {
    margin-top: 80px;
  }
}

@-moz-document url-prefix() {
  /* Tus estilos CSS para Firefox */

  #sep_consola_basica {
    margin-top: 230px;
  }
  #separacion-basica {
    height: 155px;
  }
  #sep_tanque_basico {
    margin-top: 25px;
  }
  #sep_consola_basica {
    margin-top: 180px;
  }
  #separacion-contralujo {
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #otros-equipos {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 991px) {
  #directivos {
    background-color: #003574;
    margin-bottom: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #directivosrap {
    background-color: #003574;
    margin-bottom: 35px;
    width: 300px;
    padding-right: 21px;
  }
}
@media only screen and (min-width: 992px) {
  #directivos {
    background-color: #003574;
    margin-bottom: 35px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #directivosrap {
    background-color: #003574;
    margin-bottom: 35px;
    padding-right: 21px;
    width: 400px;
  }
}
